/*
Theme Name: Base
Author: Anonymous
Author URI:
Version: 1
Description: Base theme for Wordpress
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: base
Tags: one-column, two-columns
Theme URI:
*/

/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */

html {
	font-family: sans-serif; /* 1 */
	-ms-text-size-adjust: 100%; /* 2 */
	-webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */

body {
	margin: 0;
}

/* HTML5 display definitions
	 ========================================================================== */

/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
	display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */

audio,
canvas,
progress,
video {
	display: inline-block; /* 1 */
	vertical-align: baseline; /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
	display: none;
	height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */

[hidden],
template {
	display: none;
}

/* Links
	 ========================================================================== */

/**
 * Remove the gray background color from active links in IE 10.
 */

a {
	background-color: transparent;
}

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */

a:active,
a:hover {
	outline: 0;
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */

abbr[title] {
	border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */

b,
strong {
	font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */

dfn {
	font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */

h1 {
	font-size: 2em;
	margin: .67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */

mark {
	background: #ff0;
	color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -.5em;
}

sub {
	bottom: -.25em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove border when inside `a` element in IE 8/9/10.
 */

img {
	border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */

svg:not(:root) {
	overflow: hidden;
}

/* Grouping content
	 ========================================================================== */

/**
 * Address margin not present in IE 8/9 and Safari.
 */

figure {
	margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */

hr {
	box-sizing: content-box;
	height: 0;
}

/**
 * Contain overflow in all browsers.
 */

pre {
	overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Forms
	 ========================================================================== */

/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */

/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */

button,
input,
optgroup,
select,
textarea {
	color: inherit; /* 1 */
	font: inherit; /* 2 */
	margin: 0; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */

button {
	overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */

button,
select {
	text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button; /* 2 */
	cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
	cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

input {
	line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box; /* 1 */
	padding: 0; /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */

input[type="search"] {
	-webkit-appearance: textfield; /* 1 */
	box-sizing: content-box; /* 2 */
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: .35em .625em .75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
	border: 0; /* 1 */
	padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */

textarea {
	overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */

optgroup {
	font-weight: bold;
}

/* Tables
	 ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	padding: 0;
}

@font-face {
	font-family: "icomoon";
	src: url("../fonts/icomoon.eot?h00odm");
	src: url("../fonts/icomoon.eot?h00odm#iefix") format("embedded-opentype"), url("fonts/icomoon.ttf?h00odm") format("truetype"), url("fonts/icomoon.woff?h00odm") format("woff"), url("../fonts/icomoon.svg?h00odm#icomoon") format("svg");
	font-weight: normal;
	font-style: normal;
}

[class^="icon-"],
[class*=" icon-"] {
	/* use !important to prevent issues with browser extensions that change fonts */
	font-family: "icomoon" !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1; /* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-arrow-bottom:before {
	content: "\e900";
}

.icon-arrow-round-right:before {
	content: "\e901";
	color: #e4f1fd;
}

.icon-arrow-top:before {
	content: "\e902";
	color: #f5a623;
}

.icon-facebook:before {
	content: "\e903";
}

.icon-google:before {
	content: "\e904";
}

.icon-logo .path1:before {
	content: "\e905";
	color: white;
}

.icon-logo .path2:before {
	content: "\e906";
	margin-left: -1.0078125em;
	color: #f5a623;
}

.icon-logo-full .path1:before {
	content: "\e907";
	color: white;
}

.icon-logo-full .path2:before {
	content: "\e908";
	margin-left: -4.208984375em;
	color: #f5a623;
}

.icon-twitter:before {
	content: "\e90a";
}

.clearfix:after,
dl:after,
.widget:after,
.search-form:after,
.post-password-form p:after,
.navigation-single:after {
	content: "";
	display: block;
	clear: both;
}

.ellipsis {
	white-space: nowrap; /* 1 */
	text-overflow: ellipsis; /* 2 */
	overflow: hidden;
}

html {
	box-sizing: border-box;
}

*,
*:before,
*:after {
	box-sizing: inherit;
}

* {
	max-height: 1000000px;
}

body {
	color: #333;
	background: #fff;
	font: 16px/1.2 "Roboto", sans-serif;
	min-width: 320px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

img {
	max-width: 100%;
	height: auto;
	vertical-align: top;
}

.gm-style img {
	max-width: none;
}

ul,
ol,
dl,
p,
h1,
h2,
h3,
h4,
h5,
h6,
address,
form,
table,
blockquote,
applet,
embed,
object,
iframe,
frameset {
	margin: 0 0 1.2em;
}

blockquote {
	border-left: 4px solid #999;
	padding-left: .5em;
	margin-left: 1.2em;
}

th,
td {
	border: 1px solid #999;
	padding: .5em;
	text-align: left;
	vertical-align: top;
}

th {
	text-align: center;
	vertical-align: middle;
}

ul,
ol {
	padding-left: 3em;
}

ul ul,
ul ol,
ol ul,
ol ol {
	padding-left: 3em;
	margin: 0;
}

ul {
	list-style-type: disc;
}

dl dt {
	float: left;
	clear: left;
	padding-right: .3em;
	font-weight: bold;
}

dl dd {
	overflow: hidden;
}

pre {
	max-width: 100%;
}

form,
fieldset {
	margin: 0;
	padding: 0;
	border-style: none;
}

input[type="text"],
input[type="tel"],
input[type="email"],
input[type="search"],
input[type="password"],
textarea {
	-webkit-appearance: none;
	-webkit-border-radius: 0;
	box-sizing: border-box;
	border: 1px solid #999;
	padding: .4em .7em;
}

input[type="text"]:focus,
input[type="tel"]:focus,
input[type="email"]:focus,
input[type="search"]:focus,
input[type="password"]:focus,
textarea:focus {
	border-color: #333;
}

input[type="text"]::-webkit-input-placeholder,
input[type="tel"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder,
input[type="search"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
	color: #999;
}

input[type="text"]::-moz-placeholder,
input[type="tel"]::-moz-placeholder,
input[type="email"]::-moz-placeholder,
input[type="search"]::-moz-placeholder,
input[type="password"]::-moz-placeholder,
textarea::-moz-placeholder {
	opacity: 1;
	color: #999;
}

input[type="text"]:-moz-placeholder,
input[type="tel"]:-moz-placeholder,
input[type="email"]:-moz-placeholder,
input[type="search"]:-moz-placeholder,
input[type="password"]:-moz-placeholder,
textarea:-moz-placeholder {
	color: #999;
}

input[type="text"]:-ms-input-placeholder,
input[type="tel"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder,
input[type="search"]:-ms-input-placeholder,
input[type="password"]:-ms-input-placeholder,
textarea:-ms-input-placeholder {
	color: #999;
}

input[type="text"].placeholder,
input[type="tel"].placeholder,
input[type="email"].placeholder,
input[type="search"].placeholder,
input[type="password"].placeholder,
textarea.placeholder {
	color: #999;
}

select {
	-webkit-border-radius: 0;
}

textarea {
	resize: vertical;
	vertical-align: top;
}

button,
input[type="button"],
input[type="reset"],
input[type="file"],
input[type="submit"] {
	-webkit-appearance: none;
	-webkit-border-radius: 0;
	cursor: pointer;
}

.widget {
	margin-bottom: 1.2em;
}

.widget ul {
	padding-left: 2em;
}

.widget select {
	min-width: 150px;
}

.comment-form label {
	display: block;
	padding-bottom: 4px;
}

.comment-form textarea {
	overflow: auto;
	margin: 0;
	height: 120px;
	min-height: 120px;
}

.comment-form textarea,
.comment-form input[type="text"] {
	margin: 0 4px 0 0;
	max-width: 300px;
	width: 100%;
}

.comment-form input[type="submit"] {
	display: block;
	float: none;
}

.post-password-form label {
	display: block;
	margin-bottom: 4px;
}

.post-password-form input[type="password"] {
	margin: 0 4px 0 0;
	max-width: 300px;
	width: 100%;
}

.search-form {
	margin-bottom: 15px;
}

.search-form input {
	float: left;
	height: 2em;
}

.search-form input[type="search"] {
	margin: 0 4px 0 0;
	width: 150px;
}

.post-password-form input {
	float: left;
	height: 2em;
}

.post-password-form input[type="password"] {
	width: 150px;
}

.comment-form input[type="submit"],
.post-password-form input[type="submit"],
.search-form input[type="submit"] {
	background: #333;
	color: #fff;
	height: 2em;
	border: none;
	padding: 0 .5em;
}

.comment-form input[type="submit"]:hover,
.post-password-form input[type="submit"]:hover,
.search-form input[type="submit"]:hover {
	opacity: .8;
}

.commentlist {
	margin: 0 0 1.2em;
}

.commentlist .edit-link {
	margin: 0;
}

.commentlist .avatar-holder {
	float: left;
	margin: 0 1.2em 4px 0;
}

.commentlist-item .commentlist-item {
	padding: 0;
}

.comment,
.commentlist-holder {
	overflow: hidden;
}

.commentlist-item .commentlist-item,
.commentlist-item + .commentlist-item {
	padding-top: 1.2em;
}

.widget_calendar #next {
	text-align: right;
}

.gallery-item dt {
	float: none;
	padding: 0;
}

.navigation,
.navigation-comments {
	position: relative;
	vertical-align: middle;
	margin-bottom: 1.2em;
}

.navigation .screen-reader-text,
.navigation-comments .screen-reader-text {
	position: absolute;
	left: -99999px;
}

.navigation .page-numbers,
.navigation-comments .page-numbers {
	display: inline-block;
	vertical-align: middle;
	padding: 0 .4em;
}

.navigation .next,
.navigation .prev,
.navigation-comments .next,
.navigation-comments .prev {
	display: inline-block;
	vertical-align: middle;
	max-width: 48%;
	background: #333;
	color: #fff;
	padding: .4em;
	text-decoration: none;
}

.navigation .next:hover,
.navigation .prev:hover,
.navigation-comments .next:hover,
.navigation-comments .prev:hover {
	opacity: .8;
}

.navigation-single {
	margin-bottom: 1.2em;
}

.navigation-single .next,
.navigation-single .prev {
	float: left;
	vertical-align: middle;
	max-width: 48%;
	background: #333;
	color: #fff;
	text-decoration: none;
}

.navigation-single .next:hover,
.navigation-single .prev:hover {
	opacity: .8;
}

.navigation-single .next a,
.navigation-single .prev a {
	color: inherit;
	text-decoration: none;
	padding: .4em;
	display: block;
}

.navigation-single .next {
	float: right;
}

.wp-caption {
	max-width: 100%;
	clear: both;
	border: 1px solid #999;
	padding: .4em;
	margin-bottom: 1.2em;
}

.wp-caption img {
	margin: 0;
	vertical-align: top;
}

.wp-caption p {
	margin: .4em 0 0;
}

div.aligncenter {
	margin: 0 auto 1.2em;
}

img.aligncenter {
	display: block;
	margin: 0 auto;
}

.alignleft {
	float: left;
	margin: 0 1.2em 4px 0;
}

.alignright {
	float: right;
	margin: 0 0 4px 1.2em;
}

.mejs-container {
	margin-bottom: 1.2em;
}

.wp-caption-text,
.gallery,
.alignnone,
.gallery-caption,
.sticky,
.bypostauthor {
	height: auto;
}

#wp-calendar tbody td {
	text-align: center;
}

#wp-calendar td,
#wp-calendar th {
	border: 1px solid #999;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6,
.h {
	font-family: inherit;
	font-weight: bold;
	margin: 0 0 .5em;
	color: inherit;
}

h1,
.h1 {
	font-size: 36px;
}

h2,
.h2 {
	font-size: 27px;
}

h3,
.h3 {
	font-size: 24px;
}

h4,
.h4 {
	font-size: 21px;
}

h5,
.h5 {
	font-size: 17px;
}

h6,
.h6 {
	font-size: 15px;
}

p {
	margin: 0 0 1em;
}

a {
	color: #39f;
}

a:hover,
a:focus {
	text-decoration: none;
}

.sticky-wrap-header {
	position: absolute;
	width: 100%;
	z-index: 22;
}

.sticky-wrap-header.fixed-position header {
	background-color: #19314f;
	top: 0 !important;
}

.home-custom .sticky-wrap-header.fixed-position .header {
	background-color: #19314f;
}

.home-custom .sticky-wrap-header.fixed-position .logo {
	display: block;
}

.header {
	padding: 5px 0;
	background-color: rgba(0, 0, 0, .28);
	-webkit-transition: .3s;
	transition: .3s;
}

.home-custom .header.header {
	background-color: transparent;
}

.nav-active.home-custom .logo {
	display: none !important;
}

.nav-active .logo {
	display: none;
}

.logo {
	-webkit-transition: .3s;
	transition: .3s;
	width: 195px;
	position: relative;
	z-index: 2002;
}

.home-custom .logo.logo {
	display: none;
}

.logo img {
	width: auto;
}

.logo a {
	text-decoration: none;
}

.logo strong {
	color: #fff;
	font-size: 20px;
	font-weight: 700;
	letter-spacing: -1.15px;
	line-height: 45px;
	margin-left: 10px;
}

.nav {
	list-style-type: none;
	margin: 50px 0 0;
	padding: 0;
}

.nav li.active a:before {
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0);
	opacity: 1;
}

.nav li a {
	position: relative;
	color: #fff;
	display: block;
	padding: 16px;
	padding-left: 64px;
	text-decoration: none;
	text-transform: capitalize;
	font-size: 24px;
	font-size: 1.5rem;
	z-index: 10;
}

.nav li a:before {
	content: "";
	position: absolute;
	z-index: 0;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	-webkit-transition: all 333ms ease-out;
	transition: all 333ms ease-out;
	opacity: 0;
	background: -webkit-linear-gradient(left, #f5a724 30%, rgba(245, 167, 36, 0));
	background: linear-gradient(90deg, #f5a724 30%, rgba(245, 167, 36, 0));
	-webkit-transform: translateX(100%);
	-ms-transform: translateX(100%);
	transform: translateX(100%);
}

.nav li a:hover:before {
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0);
	opacity: 1;
}

.nav li a span {
	position: relative;
	z-index: 1;
}

#wrapper:before {
	content: "";
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	height: 0;
	-webkit-transition: opacity 333ms linear,background-color 333ms linear,height 333ms step-end;
	transition: opacity 333ms linear,background-color 333ms linear,height 333ms step-end;
	opacity: 0;
	background-color: #19314f;
}

.nav-active #wrapper:before {
	-webkit-transition: opacity 333ms linear,height 333ms step-start;
	transition: opacity 333ms linear,height 333ms step-start;
	height: 100vh;
	opacity: .75;
	background-color: #172a51;
	z-index: 2;
}

.nav-active .sticky-wrap-header.fixed-position .header {
	background-color: transparent;
}

.nav-active .wrapp-menu-container {
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0);
	width: 100%;
}

.nav-active .nav-opener {
	border: 3px solid #f5a724;
	border-radius: 50%;
	width: 30px;
	height: 30px;
	top: 10px;
	right: 12px;
}

.nav-active .nav-opener:hover {
	background-color: #f5a724;
}

.nav-active .nav-opener:before,
.nav-active .nav-opener:after {
	width: 14px;
}

.wrapp-menu-container {
	padding-top: 100px;
	width: 500px;
	position: fixed;
	z-index: 2000;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	padding-left: 0;
	padding-top: 60px;
	-webkit-transition: all 333ms ease-out;
	transition: all 333ms ease-out;
	-webkit-transform: translateX(100vw);
	-ms-transform: translateX(100vw);
	transform: translateX(100vw);
	background: #3968c8;
	background: -webkit-linear-gradient(325deg, #3968c8, #172a51);
	background: linear-gradient(125deg, #3968c8, #172a51);
	overflow: auto;
	overflow-x: hidden;
}

.nav-opener {
	width: 48px;
	height: 48px;
	position: absolute;
	-webkit-transition: .3s;
	transition: .3s;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	z-index: 2003;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	border: 3px solid transparent;
	border-radius: 50%;
	top: 4px;
	right: 0;
}

.nav-opener:before,
.nav-opener:after {
	background: #f5a623;
	position: absolute;
	top: 12px;
	left: 1px;
	right: 6px;
	height: 3px;
	width: 20px;
	-webkit-transition: all .2s linear;
	transition: all .2s linear;
}

.nav-opener span {
	background: #f5a623;
	position: absolute;
	top: 20px;
	left: 1px;
	right: 6px;
	height: 3px;
	width: 20px;
	-webkit-transition: all .2s linear;
	transition: all .2s linear;
}

.nav-opener:before,
.nav-opener:after {
	content: "";
	top: 14px;
}

.nav-opener:after {
	top: 26px;
}

.nav-active .nav-opener span {
	opacity: 0;
	width: 100xp;
}

.nav-active .nav-opener:before,
.nav-active .nav-opener:after {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 11px;
	left: 5px;
	right: 6px;
	background-color: #fff;
}

.nav-active .nav-opener:after {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.container {
	margin: 0 auto;
	width: 100%;
	padding: 0 15px;
	height: 100%;
}

* {
	margin: 0;
	padding: 0;
}

html,
body {
	height: 100%;
}

#wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	min-height: 100%;
}

#main {
	-webkit-box-flex: 1;
	-ms-flex: 1 0 auto;
	flex: 1 0 auto;
}

#footer {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
}

#wrapper {
	overflow: hidden;
}

.bg-holder {
	background-attachment: fixed;
	background-repeat: no-repeat;
	width: 100%;
	height: 100%;
	z-index: 0;
	position: absolute;
	left: 0;
	top: 0;
}

.is-touch-device {
	background-size: cover;
}

.bg-video-holder {
	height: 100vh;
	position: relative;
	overflow: hidden;
	background-size: cover;
}

.bg-video-holder .bg-video {
	position: absolute;
	left: 0;
	top: 0;
	opacity: 0;
	-webkit-transition: opacity .3s ease;
	transition: opacity .3s ease;
	pointer-events: none;
}

.video-active .bg-video {
	opacity: 1;
}

.section-intro {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 50%;
	z-index: 0;
	position: relative;
	padding: 80px 0 20px;
}

.home-custom .section-intro.section-intro {
	padding: 25px 0 20px;
}

.home-custom .section-intro.has-video {
	padding: 0 !important;
}

.home-custom .section-intro.has-video .bg-video-holder {
	padding: 25px 0 20px;
}

.section-intro .container {
	position: relative;
}

.section-intro .wrapp-intro {
	text-align: center;
	max-width: 866px;
	margin: 0 auto;
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: distribute;
	justify-content: space-around;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.section-intro .card-logo {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	padding-bottom: 20px;
	width: 209px;
	margin: 0 auto;
	z-index: 22;
}

.section-intro .card-logo strong {
	color: #fff;
	font-size: 50px;
	font-weight: 700;
	letter-spacing: -1.92px;
	line-height: 70px;
}

.section-intro .card-title {
	margin-bottom: 0;
	width: 100%;
}

.home-custom .section-intro .card-title.card-title {
	margin-bottom: 20px;
}

.section-intro .card-title h1 {
	color: #f5a623;
	font-weight: 300;
	letter-spacing: -1.92px;
	line-height: 39px;
}

.nav-active .section-intro .card-title p {
	opacity: 1;
}

.section-intro .card-title p {
	color: #d0d8df;
	font-size: 20px;
	font-weight: 400;
	line-height: 30px;
}

.home-custom .section-intro .card-title p p {
	font-size: 25px;
}

.wrapp-link {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.back-link {
	width: 25px;
	height: 25px;
	border-radius: 50%;
	border: 2px solid #fff;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	text-decoration: none;
	-webkit-transition: .3s;
	transition: .3s;
	background-color: transparent;
	z-index: 22;
	position: absolute;
	left: 10px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.back-link:hover {
	background-color: #fff;
}

.back-link:hover i {
	color: #f5a623;
}

.back-link i {
	font-size: 13px;
	color: #fff;
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
}

.link-bottom {
	width: 49px;
	height: 49px;
	border-radius: 50%;
	border: 2px solid #fff;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	text-decoration: none;
	-webkit-transition: .3s;
	transition: .3s;
	background-color: transparent;
}

.link-bottom:hover {
	background-color: #fff;
}

.link-bottom:hover i {
	color: #f5a623;
}

.link-bottom i {
	font-size: 27px;
	color: #fff;
}

.nav-active .card-logo {
	visibility: hidden;
}

.section-descrip {
	background-color: #133c60;
	padding: 54px 0;
}

.section-descrip .wrapp-descrip {
	text-align: center;
	max-width: 950px;
	margin: 0 auto;
}

.section-descrip h1 {
	color: #fff;
	font-weight: 300;
	letter-spacing: -1.92px;
	line-height: 36px;
}

.section-descrip p {
	color: #fff;
	font-size: 25px;
	line-height: 30px;
	letter-spacing: -1.92px;
}

.section-descrip span {
	color: #fff;
	font-size: 20px;
	font-weight: 400;
	line-height: 30px;
	padding: 0 0 20px;
	display: block;
}

.section-descrip .wrapp-btn {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.btn {
	display: block;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	padding: 20px 26px;
	border: 2px solid transparent;
	border-radius: 3px;
	background: #f5a724;
	color: #fff;
	font-size: 16px;
	font-size: 1rem;
	-webkit-transition: all 123ms;
	transition: all 123ms;
	background-color: #f5a724;
	border: none;
	text-decoration: none;
	font-weight: 500;
}

.btn:hover {
	background: #f58326;
}

.btn.btn-line {
	background-color: transparent;
	border-radius: 0;
	opacity: .8;
	color: #3fa2f7;
	font-family: Roboto;
	font-size: 20px;
	font-weight: 400;
	text-decoration: underline;
}

.btn.btn-line:hover {
	color: #f5a724;
}

.section-media {
	padding: 54px 0;
}

.section-media .card-title {
	margin-bottom: 56px;
}

.section-media .card-title h1 {
	text-align: center;
}

.section-media h1 {
	color: #297fca;
	font-weight: 300;
	letter-spacing: -1.92px;
	line-height: 36px;
}

.section-media p {
	max-width: 816px;
	margin: 0 auto;
	text-align: center;
}

.section-media p b {
	color: #297fca;
	font-size: 25px;
	font-weight: 700;
	line-height: 30px;
	letter-spacing: -1.92px;
}

.wrapp-contact {
	margin-bottom: 60px;
}

.wrapp-contact p {
	margin-bottom: 0;
}

.video-holder {
	position: relative;
	width: 100%;
	height: 0;
	padding-bottom: 27.6%;
	overflow: hidden;
	background: #333;
	max-width: 915px;
	margin: 0 auto;
	margin: 0 auto 115px;
	border-radius: 6px;
	min-height: 250px;
}

.nav-active .video-holder {
	z-index: -2;
}

.video-holder iframe,
.video-holder video,
.video-holder .overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.video-holder .play-video {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 2;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.video-holder.ready .overlay,
.video-holder.is-touch-device .overlay {
	display: none;
}

.overlay img {
	width: 100%;
	height: 100%;
}

.play-video {
	background-image: url(images/play.svg);
	background-repeat: no-repeat;
	background-position: center;
	font-size: 0;
	border: none;
	border-radius: 50%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 90px;
	height: 90px;
	background-color: #fff;
	background-size: 36px;
	-webkit-transition: .3s;
	transition: .3s;
}

.play-video:hover {
	opacity: .7;
}

.wrapp-row-content .row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.wrapp-row-content .row.row-reverse {
	-webkit-box-orient: vertical;
	-webkit-box-direction: reverse;
	-ms-flex-direction: column-reverse;
	flex-direction: column-reverse;
}

.wrapp-row-content .row.row-reverse .col .card-img .bg-holder {
	background-position: 50% 50% !important;
}

.wrapp-row-content .row .col {
	width: 100%;
}

.wrapp-row-content .row .col .card-img {
	height: 60vh;
	min-height: 480px;
	position: relative;
}

.wrapp-row-content .row .col .card-img img {
	width: 100%;
}

.wrapp-row-content .row .col .card-img .bg-holder {
	background-size: 800px !important;
	background-position: 50% 50% !important;
	background-color: #297fca;
}

.wrapp-row-content .wrapp-text,
.wrapp-row-content .wp-block-media-text__content {
	padding: 20px 35px;
	text-align: center;
}

.wrapp-row-content .wrapp-text h1,
.wrapp-row-content .wp-block-media-text__content h1 {
	color: #297fca;
	font-weight: 300;
	letter-spacing: -1.92px;
	line-height: 58px;
	margin-bottom: 19px;
	text-align: center;
}

.wrapp-row-content .wrapp-text p,
.wrapp-row-content .wp-block-media-text__content p {
	color: #4a4a4a;
	font-size: 20px;
	font-weight: 400;
	line-height: 30px;
	width: auto;
	margin: 0;
	margin-bottom: 52px;
	text-align: center;
}

.wrapp-row-content .wrapp-text .wrapp-btn,
.wrapp-row-content .wrapp-text .btn-holder,
.wrapp-row-content .wp-block-media-text__content .wrapp-btn,
.wrapp-row-content .wp-block-media-text__content .btn-holder {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.wrapp-row-content .wrapp-text .wrapp-btn .btn,
.wrapp-row-content .wrapp-text .wrapp-btn a,
.wrapp-row-content .wrapp-text .btn-holder .btn,
.wrapp-row-content .wrapp-text .btn-holder a,
.wrapp-row-content .wp-block-media-text__content .wrapp-btn .btn,
.wrapp-row-content .wp-block-media-text__content .wrapp-btn a,
.wrapp-row-content .wp-block-media-text__content .btn-holder .btn,
.wrapp-row-content .wp-block-media-text__content .btn-holder a {
	width: 100%;
}

.wp-block-media-text .wrapp-text,
.wp-block-media-text .wp-block-media-text__content {
	padding: 20px 35px;
	text-align: center;
}

.wp-block-media-text .wrapp-text h1,
.wp-block-media-text .wp-block-media-text__content h1 {
	color: #297fca;
	font-weight: 300;
	letter-spacing: -1.92px;
	line-height: 58px;
	margin-bottom: 19px;
	text-align: center;
}

.wp-block-media-text .wrapp-text p,
.wp-block-media-text .wp-block-media-text__content p {
	color: #4a4a4a;
	font-size: 20px;
	font-weight: 400;
	line-height: 30px;
	width: auto;
	margin: 0;
	margin-bottom: 52px;
	text-align: center;
}

.wp-block-media-text .wrapp-text .wrapp-btn,
.wp-block-media-text .wrapp-text .btn-holder,
.wp-block-media-text .wp-block-media-text__content .wrapp-btn,
.wp-block-media-text .wp-block-media-text__content .btn-holder {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.wp-block-media-text .wrapp-text .wrapp-btn .btn,
.wp-block-media-text .wrapp-text .wrapp-btn a,
.wp-block-media-text .wrapp-text .btn-holder .btn,
.wp-block-media-text .wrapp-text .btn-holder a,
.wp-block-media-text .wp-block-media-text__content .wrapp-btn .btn,
.wp-block-media-text .wp-block-media-text__content .wrapp-btn a,
.wp-block-media-text .wp-block-media-text__content .btn-holder .btn,
.wp-block-media-text .wp-block-media-text__content .btn-holder a {
	width: 100%;
}

.section-contact {
	background-color: rgba(41, 127, 202, .1);
	padding: 39px 0;
}

.section-contact .wrapp-content {
	max-width: 949px;
	margin: 0 auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.section-contact h1 {
	color: #297fca;
	font-weight: 300;
	letter-spacing: -1.92px;
	line-height: 58px;
	text-align: center;
}

.section-contact p,
.section-contact address {
	color: #4a4a4a;
	font-size: 20px;
	font-weight: 400;
	line-height: 30px;
	font-style: normal;
	text-align: center;
	width: 100%;
}

.section-contact p a,
.section-contact address a {
	color: #4a4a4a;
	font-size: 20px;
	font-weight: 400;
	line-height: 30px;
	text-decoration: none;
	-webkit-transition: .3s;
	transition: .3s;
}

.section-contact p a:hover,
.section-contact address a:hover {
	color: #f5a724;
}

.wrapp-team-inner,
.wrapp-news-inner {
	max-width: 1190px;
	margin: 0 auto;
	padding: 30px 0;
}

.wrapp-team-inner.wrapp-news-inner .row.row-two-col,
.wrapp-news-inner.wrapp-news-inner .row.row-two-col {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.wrapp-team-inner.wrapp-news-inner .row.row-two-col .col,
.wrapp-news-inner.wrapp-news-inner .row.row-two-col .col {
	width: auto;
}

.wrapp-team-inner.wrapp-news-inner .row.row-two-col .col:first-child,
.wrapp-news-inner.wrapp-news-inner .row.row-two-col .col:first-child {
	width: auto;
	margin-right: 0;
}

.wrapp-team-inner.row-two-col,
.wrapp-news-inner.row-two-col {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.wrapp-team-inner.row-two-col .col,
.wrapp-news-inner.row-two-col .col {
	width: auto;
}

.wrapp-team-inner.row-two-col .col:first-child,
.wrapp-news-inner.row-two-col .col:first-child {
	width: auto;
	margin-right: 0;
}

.wrapp-team-inner .card-img,
.wrapp-news-inner .card-img {
	height: auto;
	width: 100%;
	margin-bottom: 15px;
}

.wrapp-team-inner .card-img img,
.wrapp-news-inner .card-img img {
	position: static;
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
}

.wrapp-team-inner p,
.wrapp-news-inner p {
	color: #585f7d;
	font-size: 20px;
	font-weight: 400;
	line-height: 30px;
}

.wrapp-team-inner .wrapp-link,
.wrapp-news-inner .wrapp-link {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.wrapp-team-inner .wrapp-link a,
.wrapp-news-inner .wrapp-link a {
	color: #f5a623;
	font-family: "Lato", sans-serif;
	font-size: 20px;
	font-weight: 700;
	letter-spacing: .87px;
	line-height: 48px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	text-decoration: none;
}

.wrapp-team-inner .wrapp-link a img,
.wrapp-news-inner .wrapp-link a img {
	margin-right: 15px;
}

.wrapp-news-items,
.section-news-inner {
	max-width: 1190px;
	margin: 0 auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 0 0;
}

.wrapp-news-items.section-news-inner .card-img,
.section-news-inner.section-news-inner .card-img {
	height: auto;
	width: 100%;
	margin-bottom: 15px;
}

.wrapp-news-items.section-news-inner .card-img img,
.section-news-inner.section-news-inner .card-img img {
	position: static;
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
}

.wrapp-news-items .item,
.section-news-inner .item {
	width: 100%;
	margin: 10px;
	width: calc(100% - 10px);
	text-decoration: none;
}

.wrapp-news-items .card-img,
.section-news-inner .card-img {
	position: relative;
	width: 100%;
	height: 193px;
	overflow: hidden;
}

.wrapp-news-items .card-img img,
.section-news-inner .card-img img {
	width: 100%;
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.wrapp-news-items .card-img span,
.section-news-inner .card-img span {
	position: absolute;
	left: 15px;
	bottom: 15px;
	color: #fff;
	font-size: 14px;
	font-weight: 700;
	line-height: 30px;
	background-color: #f5a623;
	padding: 1px 5px;
}

.wrapp-news-items .card-body,
.section-news-inner .card-body {
	border: 1px solid #afafaf;
	border-top: none;
	padding: 15px;
}

.wrapp-news-items .card-body .h1,
.section-news-inner .card-body .h1 {
	color: #297fca;
	font-weight: 300;
	letter-spacing: -1.92px;
	line-height: 58px;
}

.wrapp-news-items .card-body p,
.section-news-inner .card-body p {
	color: #4a4a4a;
	font-size: 20px;
	font-weight: 400;
	line-height: 30px;
	-webkit-transition: all 222ms ease-out;
	transition: all 222ms ease-out;
}

.wrapp-news-items .wrapp-btn,
.section-news-inner .wrapp-btn {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: auto;
	-webkit-transition: all .3s;
	transition: all .3s;
}

.wrapp-news-items .wrapp-btn .btn,
.section-news-inner .wrapp-btn .btn {
	margin: 0 auto;
	width: auto;
}

.form-contact {
	max-width: 585px;
	width: 100%;
}

.form-contact .wrapp-input-control {
	margin-bottom: 21px;
}

.form-contact .wrapp-input-control input,
.form-contact .wrapp-input-control textarea {
	border-radius: 4px;
	background-color: rgba(41, 127, 202, .1);
	color: #297fca;
	font-size: 16px;
	font-weight: 400;
	padding: 15px;
	border: none;
	width: 100%;
}

.form-contact .wrapp-input-control input::-webkit-input-placeholder,
.form-contact .wrapp-input-control textarea::-webkit-input-placeholder {
	color: #297fca;
}

.form-contact .wrapp-input-control input:-ms-input-placeholder,
.form-contact .wrapp-input-control textarea:-ms-input-placeholder {
	color: #297fca;
}

.form-contact .wrapp-input-control input::placeholder,
.form-contact .wrapp-input-control textarea::placeholder {
	color: #297fca;
}

.form-contact .wrapp-input-control textarea {
	min-height: 238px;
	resize: none;
}

.form-contact .wrapp-btn {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}

.section-team {
	padding: 20px 0;
}

.section-team .wrapp-item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	max-width: 1445px;
	margin: 0 auto;
}

.section-team .wrapp-item .item {
	width: 100%;
	padding: 5px;
	-webkit-transition: .3;
	transition: .3;
}

.section-team .wrapp-item .item:hover .wrapp-card-text {
	opacity: 1;
}

.section-team .wrapp-item .card-img {
	position: relative;
	text-align: center;
}

.section-team .wrapp-item .card-img img {
	width: 100%;
}

.section-team .wrapp-item .card-icon {
	position: relative;
	top: -15px;
}

.section-team .wrapp-item .wrapp-card-text {
	position: absolute;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	background-color: rgba(41, 127, 202, .71);
	padding: 10px 19px 1px;
	-webkit-transition: opacity .75s;
	transition: opacity .75s;
	opacity: 0;
	bottom: 5px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 95%;
	text-decoration: none;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-transition: .3s;
	transition: .3s;
}

.section-team .wrapp-item .wrapp-card-text h3 {
	color: #fff;
	font-family: "Lato", sans-serif;
	font-size: 26px;
	font-weight: 500;
	letter-spacing: 1.3px;
	text-align: left;
	line-height: 28px;
}

.section-team .wrapp-item .wrapp-card-text p {
	font-size: 18px;
	color: #fff;
	text-align: left;
	margin-right: 5px;
}

.section-team .wrapp-item .wrapp-card-text i {
	font-size: 26px;
}

.section-resources {
	padding: 30px 0;
}

.section-resources .card-title {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	max-width: 820px;
	margin: 0 auto 30px;
	text-align: center;
	padding: 0 15px;
}

.section-resources .card-title p {
	color: #297fca;
	font-size: 25px;
	font-weight: 700;
	line-height: 30px;
}

.section-resources .wrapp-resources-items {
	max-width: 1100px;
	margin: 0 auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.section-resources .wrapp-resources-items .item {
	width: 100%;
	text-align: center;
	margin-bottom: 15px;
}

.section-resources .wrapp-resources-items .card-img {
	width: 206px;
	height: 206px;
	background-color: #297fca;
	border-radius: 50%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin: 0 auto 25px;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

.section-resources .wrapp-resources-items .card-body {
	max-width: 320px;
	margin: 0 auto;
}

.section-resources .wrapp-resources-items .card-body h4 {
	color: #297fca;
	font-size: 20px;
	font-weight: 500;
	line-height: 30px;
	margin-bottom: 5px;
}

.section-resources .wrapp-resources-items .card-body p {
	color: #4a4a4a;
	font-size: 16px;
	font-weight: 400;
	line-height: 25px;
	margin: 0;
}

.in-viewport .fadeIn.time0-1 {
	visibility: visible;
	-webkit-transform: translateY(0) scale(1);
	-ms-transform: translateY(0) scale(1);
	transform: translateY(0) scale(1);
	opacity: 1;
	-webkit-transition: -webkit-transform .5s cubic-bezier(.6, .2, .1, 1) .1s, opacity .5s cubic-bezier(.6, .2, .1, 1) .1s;
	-webkit-transition: opacity .5s cubic-bezier(.6, .2, .1, 1) .1s, -webkit-transform .5s cubic-bezier(.6, .2, .1, 1) .1s;
	transition: opacity .5s cubic-bezier(.6, .2, .1, 1) .1s, -webkit-transform .5s cubic-bezier(.6, .2, .1, 1) .1s;
	transition: transform .5s cubic-bezier(.6, .2, .1, 1) .1s, opacity .5s cubic-bezier(.6, .2, .1, 1) .1s;
	transition: transform .5s cubic-bezier(.6, .2, .1, 1) .1s, opacity .5s cubic-bezier(.6, .2, .1, 1) .1s, -webkit-transform .5s cubic-bezier(.6, .2, .1, 1) .1s;
}

.in-viewport .fadeIn.time0-22 {
	visibility: visible;
	-webkit-transform: translateY(0) scale(1);
	-ms-transform: translateY(0) scale(1);
	transform: translateY(0) scale(1);
	opacity: 1;
	-webkit-transition: -webkit-transform .5s cubic-bezier(.6, .2, .1, 1) .1s, opacity .5s cubic-bezier(.6, .2, .1, 1) .1s;
	-webkit-transition: opacity .5s cubic-bezier(.6, .2, .1, 1) .1s, -webkit-transform .5s cubic-bezier(.6, .2, .1, 1) .1s;
	transition: opacity .5s cubic-bezier(.6, .2, .1, 1) .1s, -webkit-transform .5s cubic-bezier(.6, .2, .1, 1) .1s;
	transition: transform .5s cubic-bezier(.6, .2, .1, 1) .1s, opacity .5s cubic-bezier(.6, .2, .1, 1) .1s;
	transition: transform .5s cubic-bezier(.6, .2, .1, 1) .1s, opacity .5s cubic-bezier(.6, .2, .1, 1) .1s, -webkit-transform .5s cubic-bezier(.6, .2, .1, 1) .1s;
}

.in-viewport .fadeIn.time0-2 {
	visibility: visible;
	-webkit-transform: translateY(0) scale(1);
	-ms-transform: translateY(0) scale(1);
	transform: translateY(0) scale(1);
	opacity: 1;
	-webkit-transition: all .3s ease-out 0s, -webkit-transform .5s cubic-bezier(.6, .2, .1, 1) .1s, opacity .5s cubic-bezier(.6, .2, .1, 1) .1s;
	-webkit-transition: all .3s ease-out 0s, opacity .5s cubic-bezier(.6, .2, .1, 1) .1s, -webkit-transform .5s cubic-bezier(.6, .2, .1, 1) .1s;
	transition: all .3s ease-out 0s, opacity .5s cubic-bezier(.6, .2, .1, 1) .1s, -webkit-transform .5s cubic-bezier(.6, .2, .1, 1) .1s;
	transition: all .3s ease-out 0s, transform .5s cubic-bezier(.6, .2, .1, 1) .1s, opacity .5s cubic-bezier(.6, .2, .1, 1) .1s;
	transition: all .3s ease-out 0s, transform .5s cubic-bezier(.6, .2, .1, 1) .1s, opacity .5s cubic-bezier(.6, .2, .1, 1) .1s, -webkit-transform .5s cubic-bezier(.6, .2, .1, 1) .1s;
}

.in-viewport .fadeIn.time0-33 {
	-webkit-animation-delay: 1.3s;
	animation-delay: 1.3s;
}

.in-viewport .fadeIn.time0-3 {
	visibility: visible;
	-webkit-transform: translateY(0) scale(1);
	-ms-transform: translateY(0) scale(1);
	transform: translateY(0) scale(1);
	opacity: 1;
	-webkit-transition: all .3s ease-out 0s, -webkit-transform .5s cubic-bezier(.6, .2, .1, 1) .1s, opacity .5s cubic-bezier(.6, .2, .1, 1) .3s;
	-webkit-transition: all .3s ease-out 0s, opacity .5s cubic-bezier(.6, .2, .1, 1) .3s, -webkit-transform .5s cubic-bezier(.6, .2, .1, 1) .1s;
	transition: all .3s ease-out 0s, opacity .5s cubic-bezier(.6, .2, .1, 1) .3s, -webkit-transform .5s cubic-bezier(.6, .2, .1, 1) .1s;
	transition: all .3s ease-out 0s, transform .5s cubic-bezier(.6, .2, .1, 1) .1s, opacity .5s cubic-bezier(.6, .2, .1, 1) .3s;
	transition: all .3s ease-out 0s, transform .5s cubic-bezier(.6, .2, .1, 1) .1s, opacity .5s cubic-bezier(.6, .2, .1, 1) .3s, -webkit-transform .5s cubic-bezier(.6, .2, .1, 1) .1s;
}

.in-viewport .fadeIn.time0-44 {
	-webkit-animation-delay: 1.7s;
	animation-delay: 1.7s;
}

.in-viewport .fadeIn.time0-4 {
	visibility: visible;
	-webkit-transform: translateY(0) scale(1);
	-ms-transform: translateY(0) scale(1);
	transform: translateY(0) scale(1);
	opacity: 1;
	-webkit-transition: all .3s ease-out 0s, -webkit-transform .5s cubic-bezier(.6, .2, .1, 1) .1s, opacity .5s cubic-bezier(.6, .2, .1, 1) .5s;
	-webkit-transition: all .3s ease-out 0s, opacity .5s cubic-bezier(.6, .2, .1, 1) .5s, -webkit-transform .5s cubic-bezier(.6, .2, .1, 1) .1s;
	transition: all .3s ease-out 0s, opacity .5s cubic-bezier(.6, .2, .1, 1) .5s, -webkit-transform .5s cubic-bezier(.6, .2, .1, 1) .1s;
	transition: all .3s ease-out 0s, transform .5s cubic-bezier(.6, .2, .1, 1) .1s, opacity .5s cubic-bezier(.6, .2, .1, 1) .5s;
	transition: all .3s ease-out 0s, transform .5s cubic-bezier(.6, .2, .1, 1) .1s, opacity .5s cubic-bezier(.6, .2, .1, 1) .5s, -webkit-transform .5s cubic-bezier(.6, .2, .1, 1) .1s;
}

.in-viewport .fadeIn.time0-55 {
	-webkit-animation-delay: 2.1s;
	animation-delay: 2.1s;
}

.in-viewport .fadeIn.time0-5 {
	visibility: visible;
	-webkit-transform: translateY(0) scale(1);
	-ms-transform: translateY(0) scale(1);
	transform: translateY(0) scale(1);
	opacity: 1;
	-webkit-transition: all .3s ease-out 0s, -webkit-transform .5s cubic-bezier(.6, .2, .1, 1) .1s, opacity .5s cubic-bezier(.6, .2, .1, 1) .5s;
	-webkit-transition: all .3s ease-out 0s, opacity .5s cubic-bezier(.6, .2, .1, 1) .7s, -webkit-transform .5s cubic-bezier(.6, .2, .1, 1) .1s;
	transition: all .3s ease-out 0s, opacity .5s cubic-bezier(.6, .2, .1, 1) .7s, -webkit-transform .5s cubic-bezier(.6, .2, .1, 1) .1s;
	transition: all .3s ease-out 0s, transform .5s cubic-bezier(.6, .2, .1, 1) .1s, opacity .5s cubic-bezier(.6, .2, .1, 1) .7s;
	transition: all .3s ease-out 0s, transform .5s cubic-bezier(.6, .2, .1, 1) .1s, opacity .5s cubic-bezier(.6, .2, .1, 1) .7s, -webkit-transform .5s cubic-bezier(.6, .2, .1, 1) .1s;
}

.in-viewport .fadeIn.time0-6 {
	visibility: visible;
	-webkit-transform: translateY(0) scale(1);
	-ms-transform: translateY(0) scale(1);
	transform: translateY(0) scale(1);
	opacity: 1;
	-webkit-transition: all .3s ease-out 0s, -webkit-transform .5s cubic-bezier(.6, .2, .1, 1) .1s, opacity .5s cubic-bezier(.6, .2, .1, 1) .5s;
	-webkit-transition: all .3s ease-out 0s, opacity .5s cubic-bezier(.6, .2, .1, 1) .9s, -webkit-transform .5s cubic-bezier(.6, .2, .1, 1) .1s;
	transition: all .3s ease-out 0s, opacity .5s cubic-bezier(.6, .2, .1, 1) .9s, -webkit-transform .5s cubic-bezier(.6, .2, .1, 1) .1s;
	transition: all .3s ease-out 0s, transform .5s cubic-bezier(.6, .2, .1, 1) .1s, opacity .5s cubic-bezier(.6, .2, .1, 1) .9s;
	transition: all .3s ease-out 0s, transform .5s cubic-bezier(.6, .2, .1, 1) .1s, opacity .5s cubic-bezier(.6, .2, .1, 1) .9s, -webkit-transform .5s cubic-bezier(.6, .2, .1, 1) .1s;
}

.in-viewport .fadeIn.time0-7 {
	visibility: visible;
	-webkit-transform: translateY(0) scale(1);
	-ms-transform: translateY(0) scale(1);
	transform: translateY(0) scale(1);
	opacity: 1;
	-webkit-transition: all .3s ease-out 0s, -webkit-transform .5s cubic-bezier(.6, .2, .1, 1) .1s, opacity .5s cubic-bezier(.6, .2, .1, 1) .5s;
	-webkit-transition: all .3s ease-out 0s, opacity .5s cubic-bezier(.6, .2, .1, 1) 1.1s, -webkit-transform .5s cubic-bezier(.6, .2, .1, 1) .1s;
	transition: all .3s ease-out 0s, opacity .5s cubic-bezier(.6, .2, .1, 1) 1.1s, -webkit-transform .5s cubic-bezier(.6, .2, .1, 1) .1s;
	transition: all .3s ease-out 0s, transform .5s cubic-bezier(.6, .2, .1, 1) .1s, opacity .5s cubic-bezier(.6, .2, .1, 1) 1.1s;
	transition: all .3s ease-out 0s, transform .5s cubic-bezier(.6, .2, .1, 1) .1s, opacity .5s cubic-bezier(.6, .2, .1, 1) 1.1s, -webkit-transform .5s cubic-bezier(.6, .2, .1, 1) .1s;
}

.fadeIn {
	visibility: visible;
	-webkit-transform: translateY(20px) scale(1);
	opacity: 0;
	-ms-transform: translateY(20px) scale(1);
	transform: translateY(20px) scale(1);
}

.in-viewport .animate-right {
	-webkit-transform: translate(0, 0) translate3d(0px, 0px, 0px);
	transform: translate(0, 0) translate3d(0px, 0px, 0px);
	opacity: 1;
}

.in-viewport .animate-left {
	-webkit-transform: translate(0, 0) translate3d(0px, 0px, 0px);
	transform: translate(0, 0) translate3d(0px, 0px, 0px);
	opacity: 1;
}

.in-viewport .animate-top {
	-webkit-transform: translate(0, 0) translate3d(0px, 0px, 0px);
	transform: translate(0, 0) translate3d(0px, 0px, 0px);
	opacity: 1;
}

.animate-right {
	-webkit-transform: translate(50%, 0) translate3d(0px, 0px, 0px);
	transform: translate(50%, 0) translate3d(0px, 0px, 0px);
	opacity: 0;
	-webkit-transition-property: opacity, -webkit-transform;
	transition-property: opacity, -webkit-transform;
	transition-property: opacity, transform;
	transition-property: opacity, transform, -webkit-transform;
	-webkit-transition-duration: .5s;
	transition-duration: .5s;
	-webkit-transition-timing-function: linear;
	transition-timing-function: linear;
}

.animate-left {
	-webkit-transform: translate(-50%, 0) translate3d(0px, 0px, 0px);
	transform: translate(-50%, 0) translate3d(0px, 0px, 0px);
	opacity: 0;
	-webkit-transition-property: opacity, -webkit-transform;
	transition-property: opacity, -webkit-transform;
	transition-property: opacity, transform;
	transition-property: opacity, transform, -webkit-transform;
	-webkit-transition-duration: .5s;
	transition-duration: .5s;
	-webkit-transition-timing-function: linear;
	transition-timing-function: linear;
}

.animate-top {
	-webkit-transform: translate(0, 50%) translate3d(0px, 0px, 0px);
	transform: translate(0, 50%) translate3d(0px, 0px, 0px);
	opacity: 0;
	-webkit-transition-property: opacity, -webkit-transform;
	transition-property: opacity, -webkit-transform;
	transition-property: opacity, transform;
	transition-property: opacity, transform, -webkit-transform;
	-webkit-transition-duration: .5s;
	transition-duration: .5s;
	-webkit-transition-timing-function: linear;
	transition-timing-function: linear;
}

.footer {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 50%;
	padding: 56px 0 32px;
}

.footer .container {
	padding: 0 15px;
}

.wrapp-footer .top-line {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border-bottom: 2px solid #5e7271;
	padding-bottom: 25px;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.wrapp-footer .bottom-line {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 20px 0 0;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.wrapp-footer .logo-footer {
	width: 195px;
	padding-bottom: 25px;
}

.wrapp-footer .logo-footer a {
	text-decoration: none;
}

.wrapp-footer .logo-footer img {
	width: auto;
}

.wrapp-footer .logo-footer strong {
	color: #fff;
	font-size: 20px;
	font-weight: 700;
	letter-spacing: -1.15px;
	line-height: 40px;
	margin-left: 10px;
}

.wrapp-footer .nav-footer {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin: 0;
	padding: 0;
	list-style-type: none;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.wrapp-footer .nav-footer li {
	margin-bottom: 20px;
	-webkit-transition: .3s;
	transition: .3s;
}

.wrapp-footer .nav-footer li:last-child {
	margin-right: 0;
}

.wrapp-footer .nav-footer li.active a {
	color: #f5a623;
}

.wrapp-footer .nav-footer li a {
	color: #fff;
	font-size: 16px;
	font-weight: 500;
	line-height: 16px;
	text-decoration: none;
	-webkit-transition: .3s;
	transition: .3s;
}

.wrapp-footer .nav-footer li a:hover {
	color: #f5a623;
}

.wrapp-footer .link-top {
	width: 31px;
	height: 31px;
	border-radius: 50%;
	border: 2px solid #fff;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	text-decoration: none;
	-webkit-transition: .3s;
	transition: .3s;
	background-color: transparent;
}

.wrapp-footer .link-top:hover {
	background-color: #fff;
}

.wrapp-footer .link-top i {
	font-size: 17px;
	color: #f5a724;
	-webkit-transform: rotate(-180deg);
	-ms-transform: rotate(-180deg);
	transform: rotate(-180deg);
	position: relative;
	top: 1px;
	left: 0;
}

.wrapp-footer .list-social {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.wrapp-footer .list-social li {
	margin-left: 31px;
}

.wrapp-footer .list-social li:first-child {
	margin-left: 0;
}

.wrapp-footer .list-social a {
	text-decoration: none;
}

.wrapp-footer .list-social a:hover i {
	color: #7a4f06;
}

.wrapp-footer .list-social a i {
	color: #f5a623;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
	.wp-block-media-text > figure > img,
	.wp-block-media-text > figure > video {
		left: 0 !important;
		top: 0 !important;
		-webkit-transform: translate(0) !important;
		-ms-transform: translate(0) !important;
		transform: translate(0) !important;
	}

	.wp-block-media-text {
		display: -webkit-box !important;
		display: -ms-flexbox !important;
		display: flex !important;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.wp-block-media-text.has-media-on-the-right {
		display: -webkit-box !important;
		display: -ms-flexbox !important;
		display: flex !important;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.wp-block-media-text .col,
	.wp-block-media-text figure,
	.wp-block-media-text .wp-block-media-text__content {
		width: 100%;
	}

	.wp-block-media-text .col .card-img,
	.wp-block-media-text figure .card-img,
	.wp-block-media-text .wp-block-media-text__content .card-img {
		background-repeat: no-repeat;
		background-position: 50%;
		background-size: cover;
		height: 60vh;
		min-height: 480px;
	}

	.wp-block-media-text .col .card-img img,
	.wp-block-media-text figure .card-img img,
	.wp-block-media-text .wp-block-media-text__content .card-img img {
		width: 100%;
	}
}

@media only screen and (min-width: 48em) {
	.nav-active .wrapp-menu-container {
		-webkit-transform: translateX(100vw) translateX(-500px);
		-ms-transform: translateX(100vw) translateX(-500px);
		transform: translateX(100vw) translateX(-500px);
		width: 500px;
	}
}

@media (min-width: 500px) {
	.wrapp-row-content .wrapp-text .wrapp-btn .btn,
	.wrapp-row-content .wrapp-text .wrapp-btn a,
	.wrapp-row-content .wrapp-text .btn-holder .btn,
	.wrapp-row-content .wrapp-text .btn-holder a,
	.wrapp-row-content .wp-block-media-text__content .wrapp-btn .btn,
	.wrapp-row-content .wp-block-media-text__content .wrapp-btn a,
	.wrapp-row-content .wp-block-media-text__content .btn-holder .btn,
	.wrapp-row-content .wp-block-media-text__content .btn-holder a {
		width: auto;
	}

	.wp-block-media-text .wrapp-text .wrapp-btn .btn,
	.wp-block-media-text .wrapp-text .wrapp-btn a,
	.wp-block-media-text .wrapp-text .btn-holder .btn,
	.wp-block-media-text .wrapp-text .btn-holder a,
	.wp-block-media-text .wp-block-media-text__content .wrapp-btn .btn,
	.wp-block-media-text .wp-block-media-text__content .wrapp-btn a,
	.wp-block-media-text .wp-block-media-text__content .btn-holder .btn,
	.wp-block-media-text .wp-block-media-text__content .btn-holder a {
		width: auto;
	}
}

@media (min-width: 540px) {
	.footer {
		padding: 56px 0 0;
	}

	.wrapp-footer .bottom-line {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}

	.wrapp-footer .logo-footer {
		width: auto;
	}

	.wrapp-footer .logo-footer img {
		width: auto;
	}

	.wrapp-footer .logo-footer strong {
		font-size: 30px;
		line-height: 70px;
		margin-left: 17px;
	}
}

@media (min-width: 550px) {
	.section-team .wrapp-item .item {
		width: 50%;
	}

	.section-resources .wrapp-resources-items .item {
		width: 50%;
		margin-bottom: 30px;
	}

	.section-resources .wrapp-resources-items .card-body {
		margin: 0 20px;
	}
}

@media (min-width: 768px) {
	.commentlist-item .commentlist-item {
		padding: 0 0 0 2em;
	}

	h1,
	.h1 {
		font-size: 50px;
	}

	.header {
		padding: 15px 0;
	}

	.nav-active .logo {
		display: block;
	}

	.logo {
		width: auto;
	}

	.logo img {
		width: auto;
	}

	.logo strong {
		font-size: 30px;
		margin-left: 17px;
		line-height: 70px;
	}

	.nav {
		margin: 100px 0 0;
	}

	.nav-opener {
		top: 25px;
		right: 45px;
		width: 67px;
		height: 67px;
	}

	.nav-active .nav-opener:before,
	.nav-active .nav-opener:after {
		height: 3px;
	}

	.container {
		padding: 0 66px;
	}

	.section-intro {
		padding: 155px 0 50px;
	}

	.home-custom .section-intro.section-intro {
		padding: 115px 0 50px;
	}

	.home-custom .section-intro.section-intro {
		height: 100vh;
	}

	.home-custom .section-intro.has-video .bg-video-holder {
		padding: 115px 0 50px;
	}

	.home-custom .section-intro.has-video .bg-video-holder {
		height: 100vh;
	}

	.section-intro .card-logo {
		width: 100%;
	}

	.section-intro .card-title h1 {
		line-height: 62px;
	}

	.back-link {
		left: 66px;
		width: 49px;
		height: 49px;
		top: 25%;
	}

	.back-link i {
		font-size: 27px;
	}

	.section-descrip {
		padding: 93px 0;
	}

	.section-descrip h1 {
		line-height: 58px;
	}

	.section-descrip p {
		padding: 0 70px;
	}

	.section-descrip span {
		padding: 0 70px 40px;
	}

	.section-media {
		padding: 94px 0;
	}

	.section-media h1 {
		line-height: 58px;
	}

	.video-holder {
		min-height: 488px;
	}

	.play-video {
		width: 183px;
		height: 183px;
		background-size: 72px;
	}

	.section-contact {
		padding: 110px 0;
	}

	.wrapp-team-inner,
	.wrapp-news-inner {
		padding: 60px 0;
	}

	.wrapp-team-inner .card-img,
	.wrapp-news-inner .card-img {
		width: 404px;
		margin-right: 30px;
		float: left;
		margin-bottom: 0;
	}

	.wrapp-news-items,
	.section-news-inner {
		padding: 60px 0;
	}

	.wrapp-news-items.section-news-inner .card-img,
	.section-news-inner.section-news-inner .card-img {
		width: 404px;
		margin-right: 30px;
		float: left;
		margin-bottom: 0;
	}

	.wrapp-news-items .card-body,
	.section-news-inner .card-body {
		padding: 24px 37px;
	}

	.section-team .wrapp-item .item {
		width: 33.33%;
	}

	.section-resources {
		padding: 73px 0 0;
	}

	.section-resources .card-title {
		margin: 0 auto 85px;
	}

	.section-resources .wrapp-resources-items .item {
		width: 33.33%;
		margin-bottom: 58px;
	}

	.footer .container {
		padding: 0 80px;
	}
}

@media (min-width: 900px) {
	.wrapp-news-items .item,
	.section-news-inner .item {
		width: 47%;
	}

	.wrapp-news-items .wrapp-btn .btn,
	.section-news-inner .wrapp-btn .btn {
		max-width: 200px;
		margin: 0 auto 0 0;
	}

	.wrapp-news-items .wrapp-btn,
	.section-news-inner .wrapp-btn {
		width: 192px;
	}
}

@media screen and (min-width: 1024px) and (-ms-high-contrast: active), (min-width: 1024px) and (-ms-high-contrast: none) {
	.wp-block-media-text {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
	}

	.wp-block-media-text.has-media-on-the-right {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: reverse;
		-ms-flex-direction: row-reverse;
		flex-direction: row-reverse;
	}

	.wp-block-media-text .col,
	.wp-block-media-text figure,
	.wp-block-media-text .wp-block-media-text__content {
		width: 50%;
	}
}

@media (min-width: 1024px) {
	.wrapp-row-content .row {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
	}

	.wrapp-row-content .row.row-reverse {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
	}

	.wrapp-row-content .row.row-reverse .col .card-img .bg-holder {
		background-position: 100% 50% !important;
	}

	.wrapp-row-content .row .col {
		width: 50%;
	}

	.wrapp-row-content .row .col .card-img .bg-holder {
		background-position: 0 50% !important;
	}

	.wrapp-row-content .wrapp-text,
	.wrapp-row-content .wp-block-media-text__content {
		text-align: left;
	}

	.wrapp-row-content .wrapp-text h1,
	.wrapp-row-content .wp-block-media-text__content h1 {
		text-align: left;
	}

	.wrapp-row-content .wrapp-text p,
	.wrapp-row-content .wp-block-media-text__content p {
		text-align: left;
	}

	.wrapp-row-content .wrapp-text .wrapp-btn,
	.wrapp-row-content .wrapp-text .btn-holder,
	.wrapp-row-content .wp-block-media-text__content .wrapp-btn,
	.wrapp-row-content .wp-block-media-text__content .btn-holder {
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
	}

	.wp-block-media-text .wrapp-text,
	.wp-block-media-text .wp-block-media-text__content {
		text-align: left;
	}

	.wp-block-media-text .wrapp-text h1,
	.wp-block-media-text .wp-block-media-text__content h1 {
		text-align: left;
	}

	.wp-block-media-text .wrapp-text p,
	.wp-block-media-text .wp-block-media-text__content p {
		text-align: left;
	}

	.wp-block-media-text .wrapp-text .wrapp-btn,
	.wp-block-media-text .wrapp-text .btn-holder,
	.wp-block-media-text .wp-block-media-text__content .wrapp-btn,
	.wp-block-media-text .wp-block-media-text__content .btn-holder {
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
	}

	.wrapp-news-items .item,
	.section-news-inner .item {
		margin: 15px;
	}

	.section-team .wrapp-item .item {
		width: 25%;
	}

	.wrapp-footer .top-line {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
	}

	.wrapp-footer .nav-footer {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
	}

	.wrapp-footer .nav-footer li {
		margin-right: 30px;
		margin-bottom: 0;
	}
}

@media (min-width: 1220px) {
	.wrapp-footer .nav-footer li {
		margin-right: 56px;
	}
}

@media (min-width: 1240px) {
	.wrapp-row-content .wrapp-text,
	.wrapp-row-content .wp-block-media-text__content {
		padding: 40px 75px;
	}

	.wp-block-media-text .wrapp-text,
	.wp-block-media-text .wp-block-media-text__content {
		padding: 40px 75px;
	}
}

@media (min-width: 1440px) {
	.wrapp-row-content .wrapp-text,
	.wrapp-row-content .wp-block-media-text__content {
		padding: 82px 115px 50px;
	}

	.wp-block-media-text .wrapp-text,
	.wp-block-media-text .wp-block-media-text__content {
		padding: 82px 115px 50px;
	}
}

@media (max-width: 1023px) {
	iframe {
		width: 100%;
	}
}

@media screen and (max-width: 812px) and (orientation: landscape) {
	.home-custom .section-intro.section-intro {
		height: auto;
	}

	.home-custom .section-intro.has-video .bg-video-holder {
		height: auto;
	}
}

@media (max-width: 767px) {
	.navigation .page-numbers,
	.navigation-comments .page-numbers {
		padding: 0 3px;
	}

	.navigation .next,
	.navigation .prev,
	.navigation-comments .next,
	.navigation-comments .prev {
		padding: .2em;
	}

	.navigation-single .next a,
	.navigation-single .prev a {
		padding: .2em;
	}
}

@-webkit-keyframes fadeOut {
	0% {
		opacity: 1;
	}

	100% {
		opacity: 0;
	}
}

@keyframes fadeOut {
	0% {
		opacity: 1;
	}

	100% {
		opacity: 0;
	}
}
