/*
Theme Name: The Expungement Guys
Author: Anonymous
Author URI:
Version: 1
Description: The Expungement Guys theme for Wordpress
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: theexpungementguys
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?uyjrnk");
	src: url("../fonts/icomoon.eot?uyjrnk#iefix") format("embedded-opentype"), url("fonts/icomoon.ttf?uyjrnk") format("truetype"), url("fonts/icomoon.woff?uyjrnk") format("woff"), url("../fonts/icomoon.svg?uyjrnk#icomoon") format("svg");
	font-weight: normal;
	font-style: normal;
	font-display: block;
}

[class^="icon-"],
[class*=" icon-"] {
	/* use !important to prevent issues with browser extensions that change fonts */
	font-family: "icomoon" !important;
	speak: never;
	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-down:before {
	content: "\e909";
}

.icon-envelope:before {
	content: "\e906";
}

.icon-phone:before {
	content: "\e907";
}

.icon-fax:before {
	content: "\e908";
}

.icon-left-arrow:before {
	content: "\e900";
}

.icon-right-arrow:before {
	content: "\e901";
}
.icon-right-arrow2:before {
	content: "\e901";
	font-size:13px;
}
.icon-twitter:before {
	content: "\e902";
}

.icon-linked-in:before {
	content: "\e903";
}

.icon-facebook:before {
	content: "\e904";
}

.icon-instagram:before {
    content: "\e16c";
}

.icon-search:before {
	content: "\e905";
}

/* Slick slider styles */

.slick-slider {
	position: relative;
	display: block;
	box-sizing: border-box;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
}

.slick-list {
	position: relative;
	overflow: hidden;
	display: block;
	margin: 0;
	padding: 0;
}

.slick-list:focus {
	outline: none;
}

.slick-list.dragging {
	cursor: pointer;
	cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
	-webkit-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.slick-track {
	position: relative;
	left: 0;
	top: 0;
	display: block;
}

.slick-track:before,
.slick-track:after {
	content: "";
	display: table;
}

.slick-track:after {
	clear: both;
}

.slick-loading .slick-track {
	visibility: hidden;
}

.slick-slide {
	float: left;
	height: 100%;
	min-height: 1px;
	display: none;
}

[dir="rtl"] .slick-slide {
	float: right;
}

.slick-slide img {
	display: block;
}

.slick-slide.slick-loading img {
	display: none;
}

.slick-slide.dragging img {
	pointer-events: none;
}

.slick-initialized .slick-slide {
	display: block;
}

.slick-loading .slick-slide {
	visibility: hidden;
}

.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
	display: none;
}

.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 "Open Sans", 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;
	font-size: 18px;
	line-height: 35px;
}

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[type="search"] {
	margin: 0 4px 0 0;
	height: 56px;
}

a {
	color: #065a79;
	text-decoration: none;
	-webkit-transition: .3s;
	transition: .3s;
}

a:hover {
	color: #223752;
}

.comment-form input[type="submit"],
.post-password-form input[type="submit"],
.search-form input[type="submit"] {
	background-color: #065a79;
	color: #fff;
	font-size: 18px;
	font-weight: 700;
	line-height: 20px;
	display: inline-block;
	text-align: center;
	text-decoration: none;
	min-width: 163px;
	padding: 16px 15px;
	font-family: "Open Sans", sans-serif;
	-webkit-transition: .3s;
	transition: .3s;
	border: 2px solid transparent;
}

.comment-form input[type="submit"]:hover,
.post-password-form input[type="submit"]:hover,
.search-form input[type="submit"]:hover {
	border: 2px solid #065a79;
	background-color: transparent;
	color: #065a79;
}

.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;
	text-decoration: none;
	color: #065a79;
	font-size: 20px;
}

.navigation .page-numbers:hover,
.navigation-comments .page-numbers:hover {
	color: #223752;
}

.navigation .page-numbers.current,
.navigation-comments .page-numbers.current {
	color: #223752;
}

.navigation .next,
.navigation .prev,
.navigation-comments .next,
.navigation-comments .prev {
	background-color: #065a79;
	color: #fff;
	font-size: 18px;
	font-weight: 700;
	line-height: 20px;
	display: inline-block;
	text-align: center;
	text-decoration: none;
	min-width: 163px;
	padding: 16px 15px;
	font-family: "Open Sans", sans-serif;
	-webkit-transition: .3s;
	transition: .3s;
	border: 2px solid transparent;
}

.navigation .next a,
.navigation .prev a,
.navigation-comments .next a,
.navigation-comments .prev a {
	color: #fff;
	text-decoration: none;
}

.navigation .next:hover,
.navigation .prev:hover,
.navigation-comments .next:hover,
.navigation-comments .prev:hover {
	border: 2px solid #065a79;
	background-color: transparent;
	color: #065a79;
}

.navigation-single {
	margin-bottom: 1.2em;
}

.navigation-single .next,
.navigation-single .prev {
	background-color: #065a79;
	color: #fff;
	font-size: 18px;
	font-weight: 700;
	line-height: 20px;
	display: inline-block;
	text-align: center;
	text-decoration: none;
	min-width: 163px;
	padding: 16px 15px;
	font-family: "Open Sans", sans-serif;
	-webkit-transition: .3s;
	transition: .3s;
	border: 2px solid transparent;
}

.navigation-single .next:hover a,
.navigation-single .prev:hover a {
	color: #065a79;
}

.navigation-single .next a,
.navigation-single .prev a {
	color: #fff;
	text-decoration: none;
}

.navigation-single .next:hover,
.navigation-single .prev:hover {
	border: 2px solid #065a79;
	background-color: transparent;
	color: #065a79;
}

.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-family: "Josefin Sans", sans-serif;
    font-weight: 400;
	font-size: 46px;
	color:#000
}

h2,
.h2 {
  font-family: "Josefin Sans", sans-serif;
  color:#000; 
  font-size: 39px;
}

h3,
.h3 {
  font: 28px/38px "Josefin Sans", serif;
  font-weight:400;
  margin-top:46px;
}

h4,
.h4 {
	font-size: 28px;
}

h5,
.h5 {
	font-size: 23px;
}

h6,
.h6 {
	font-size: 18px;
}

p {
	margin: 0 0 1em;
	font-size: 18px;
	font-weight: 400;
	line-height: 31px;
}

a {
	color: #065a79;
}

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

.banner-line {
	background-color: #9f0000;
	padding: 14px 15px;
}

.banner-line p {
	color: #fff;
	font-size: 20px;
	font-weight: 400;
	line-height: 27px;
	text-align: center;
	font-family: "Josefin Sans", serif;
	margin: 0;
}

.banner-line p a {
	color: #fff;
	text-decoration: bolder;
}

.banner-line p a:hover {
	text-decoration: none;
}

.header {
	position: relative;
}

.header .logo {
	padding-bottom: 11px;
	width: 190px;
}

.top-line-header {
	background-color: #000;
	padding: 5px 0;
}

.top-line-header form {
	max-width: 150px;
	display: none;
}

.top-line-header form .wrapp-input-control {
	float: right !important;
	-webkit-transition: all .35s, border-radius 0s;
	transition: all .35s, border-radius 0s;
	width: 30px;
	height: 30px;
	box-shadow: 0 1px 1px rgba(0, 0, 0, .075) inset;
	margin-bottom: 0;
	position: relative;
}

.top-line-header form .wrapp-input-control:hover {
	width: 100%;
	/* border-radius: 25px; */
	background-color: #fff;
}

.top-line-header form .wrapp-input-control:hover .search {
	color: #000;
}

.top-line-header form .wrapp-input-control .input-control {
	display: block;
	width: 100%;
	height: 30px;
	font-size: 14px;
	line-height: 1.428571429;
	color: #555;
	background-image: none;
	border: 1px solid #ccc;
	-webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	padding-right: 20px;
	border: 0 none;
	background: transparent;
	box-shadow: none;
	display: block;
	outline: none;
}

.top-line-header form .wrapp-input-control .search {
	position: absolute;
	top: 0px;
	right: 8px;
	z-index: 2;
	display: block;
	line-height: 30px;
	text-align: center;
	color: #fff;
	left: initial;
	font-size: 16px;
	cursor: pointer;
}

.top-line-header .top-nav {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	padding: 2px 0;
}

.top-line-header .wrapp-social {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding-left: 11px;
	margin-left: 11px;
}

.top-line-header .wrapp-social:before {
	color: #fff;
	position: relative;
	top: -1px;
	left: -12px;
}

.top-line-header .wrapp-social span {
	color: #fff;
	font-size: 15px;
	font-weight: 400;
}

.top-line-header .social-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 0;
	margin: 0 0 0 4px;
	list-style-type: none;
}

.top-line-header .social-list li {
	margin-left: 4px;
}

.top-line-header .social-list a {
	width: 22px;
	height: 20px;
	/*background-color: #065a79;*/
	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;
	font-size: 12px;
	font-weight: 700;
	text-decoration: none;
	color: #fff;
	-webkit-transition: .3s;
	transition: .3s;
}

.top-line-header .social-list a:hover {
	opacity: .7;
}

.absolute-list-link {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	padding: 3px 0 0 0;
	margin: 0;
	list-style-type: none;
}

.absolute-list-link li {
	margin: 0 0 0 10px;
}

/*.absolute-list-link li:last-child:before {*/
/*.absolute-list-link li:nth-child(1n+2):before{*/
.absolute-list-link li:before {
	content: "|";
	color: #000;
	position: relative;
	top: 0;
	left: -5px;
}

.absolute-list-link li:nth-of-type(1):before{
	content: "" !important;
	display: none;
}


.absolute-list-link a {
	color: #05435a;
	/*font-size: 12px;*/
	font-size: 10.7px;
	font-weight: 400;
	text-decoration: underline;
	-webkit-transition: .3s;
	transition: .3s;
}

.absolute-list-link a:hover {
	color: #000;
	text-decoration: none;
}

.nav-active .nav-holder {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.nav-holder {
	display: none;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	z-index: 99;
	background-color: #065a79;
	padding: 20px 0 30px 0;
}

.wrapp-header {
	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;
	padding: 10px 0 0;
}

.wrapp-header .nav-list {
	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;
	padding: 0;
	margin: 0;
	list-style-type: none;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	width: 100%;
}

.wrapp-header .nav-list .nav-item {
	width: 100%;
	padding: 13px 0;
	-webkit-transition: .3s;
	transition: .3s;
	text-align: center;
}

.wrapp-header .nav-list .nav-item.active a {
	color: #fff;
}

.wrapp-header .nav-list .nav-item.active a.cube {
	color: #fff !important;
}

.wrapp-header .nav-list .nav-item.active .drop-holder li a {
	color: #fff;
}

.wrapp-header .nav-list .nav-item.active .drop-holder li a .cube {
	color: #fff !important;
}

.wrapp-header .nav-list .nav-item.hover {
	background-color: #065a79;
	/* padding: 41px 0 39px; */
}

.wrapp-header .nav-list .nav-item.hover a .arrow {
	-webkit-transform: rotate(-180deg);
	-ms-transform: rotate(-180deg);
	transform: rotate(-180deg);
}

.wrapp-header .nav-list .nav-item.hover .drop-holder {
	display: block;
}

.wrapp-header .nav-list .nav-item.hover .drop-holder .drop-nav-list li {
	padding: 0;
	margin-left: 0;
	width: 33%;
}

.wrapp-header .nav-list .nav-link {
	text-align: center;
	font-family: "Josefin Sans", serif;
	font-size: 20px;
	font-weight: 500;
	line-height: 16.39px;
	color: #fff;
	letter-spacing: .44px;
	text-decoration: none;
	-webkit-transition: .3s;
	transition: .3s;
	margin-bottom: 21px;
	display: block;
	position: relative;
}

.wrapp-header .nav-list .nav-link:hover {
	color: #fff;
}

.wrapp-header .nav-list .nav-link .card-icon {
	display: none;
}

.wrapp-header .nav-list .nav-link .arrow {
	display: block;
	position: absolute;
	right: 10%;
	top: 0;
	-webkit-transition: .3s;
	transition: .3s;
}

.wrapp-header .header-buttons {
	display: none;
}

.wrapp-header .header-buttons .btn {
	position: relative;
	padding: 14px 15px;
	font-size: 17px;
	min-width: 120px;
}

.wrapp-header .header-buttons .btn::before{
	content: '';
    position: absolute;
    right: -2px;
    width: 100%;
    height: 2px;
    background: white;
    top: 1px;
	transition: .3s;
	transform: rotate(1deg);
}
.wrapp-header .header-buttons .btn::after{
	content: '';
    position: absolute;
    right: -2px;
    width: 100%;
    height: 2px;
    background: white;
    bottom: 1px;
	transition: .3s;
	transform: rotate(1deg);
}

.wrapp-header .header-buttons .btn img {
	position: absolute;
	left: -38px;
	top: -8px;
	width: 58px;
	height: 61px;
	z-index: 1;
}
.wrapp-header .header-buttons .btn:hover::after,.wrapp-header .header-buttons .btn:hover::before {
	opacity: 0;
}

.wrapp-header .mobile-search {
	display: block;
}

.wrapp-header .mobile-search .wrapp-input-control {
	position: relative;
}

.wrapp-header .mobile-search .wrapp-input-control .input-control {
	border: none;
	border-bottom: 2px solid #fff;
	background-color: transparent;
	font-size: 20px;
	padding: 6px 0 6px 33px;
	color: #fff;
	outline: none;
}

.wrapp-header .mobile-search .wrapp-input-control .input-control::-webkit-input-placeholder {
	opacity: 0;
}

.wrapp-header .mobile-search .wrapp-input-control .input-control:-ms-input-placeholder {
	opacity: 0;
}

.wrapp-header .mobile-search .wrapp-input-control .input-control::placeholder {
	opacity: 0;
}

.wrapp-header .mobile-search .wrapp-input-control .search {
	position: absolute;
	top: 5px;
	color: #fff;
	font-size: 20px;
	left: 5px;
}

.wrapp-header .drop-holder {
	display: none;
	top: 100%;
	width: 100%;
	left: 0;
}

.wrapp-header .wrapp-drop {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.wrapp-header .wrapp-drop .holder {
	max-width: 850px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	width: 100%;
}

.wrapp-header .drop-nav-list {
	padding: 0;
	margin: 0;
	list-style-type: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	width: 100%;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.wrapp-header .drop-nav-list li {
	margin-bottom: 15px;
}

.wrapp-header .drop-nav-list a {
	font-size: 18px;
	line-height: 22px;
	font-weight: 400;
	line-height: 20px;
	font-family: "Josefin Sans", serif;
	letter-spacing: .42px;
	color: #fff;
	text-decoration: none;
	-webkit-transition: .3s;
	transition: .3s;
}

.wrapp-header .drop-nav-list a:hover {
	color: #fff;
}

.wrapp-header .cube {
	min-width: 167px;
	height: 150px;
	background-color: #065a7900;
	display: none;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	color: #fff;
	font-family: "Josefin Sans", serif;
	font-size: 21px;
	font-weight: 400;
	line-height: 28px;
	letter-spacing: .42px;
	text-decoration: none;
	-webkit-transition: .3s;
	transition: .3s;
	border:1px solid #065a79;
}

.wrapp-header .cube:hover {
	opacity: .7;
}

.nav-opener {
	width: 36px;
	height: auto;
	position: relative;
	padding: .5625rem .875rem;
	-webkit-transition: .3s;
	transition: .3s;
	top: 45px;
	right: 0;
	display: block;
	z-index: 23;
}

.nav-opener:before,
.nav-opener:after {
	background: #065a79;
	position: absolute;
	top: .75rem;
	left: .0625rem;
	right: .375rem;
	width: 36px;
	height: 6px;
	-webkit-transition: all .2s linear;
	transition: all .2s linear;
	padding: 0;
	border-radius: 1px;
	margin: 0;
	border-top: none;
}

.nav-opener span {
	background: #065a79;
	position: absolute;
	top: .625rem;
	left: .0625rem;
	right: .375rem;
	width: 36px;
	height: 6px;
	-webkit-transition: all .2s linear;
	transition: all .2s linear;
	border-top: none;
	border-radius: 1px;
}

.nav-opener:before,
.nav-opener:after {
	content: "";
	top: 0;
}

.nav-opener:after {
	top: 1.25rem;
}

.nav-active .nav-opener span {
	opacity: 0;
}

.nav-active .nav-opener:before,
.nav-active .nav-opener:after {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	top: .5rem;
	left: 0;
	right: .375rem;
}

.nav-active .nav-opener:after {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.container,
.g-container {
	max-width: 1300px;
	padding: 0 15px;
	width: 100%;
	margin: 0 auto;
}

.container.container-xl,
.g-container.container-xl {
	max-width: 1400px;
}

#wrapper {
	overflow: hidden;
}

.btn {
	background-color: #065a79;
	color: #fff;
	font-size: 18px;
	font-weight: 700;
	line-height: 20px;
	display: inline-block;
	text-align: center;
	text-decoration: none;
	min-width: 163px;
	padding: 16px 15px;
	font-family: "Open Sans", sans-serif;
	-webkit-transition: .3s;
	transition: .3s;
	border: 2px solid transparent;
}

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

#main {
	position: relative;
	margin-bottom: 40px;
}

.accessibility {
	position: absolute;
	left: -10000px;
	top: auto;
	width: 1px;
	height: 1px;
	overflow: hidden;
}

.back-to-top {
	position: absolute;
	bottom: 20px;
	right: 20px;
}

.footer {
	border-top: 2px solid #e1e1e1;
}

.inform-holder {
	background-color: #000;
	padding: 42px 0 60px;
	position: relative;
}

.inform-holder .wrapp-column {
	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;
	color: #fff;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.inform-holder .wrapp-column .col {
	width: 100%;
	text-align: center;
}

.inform-holder .wrapp-column a {
	-webkit-transition: .3s;
	transition: .3s;
}

.inform-holder .wrapp-column a:hover {
	color: #065a79;
}

.inform-holder .wrapp-column .text-holder .item {
	margin-bottom: 50px;
}

.inform-holder .wrapp-column .text-holder p {
	margin-bottom: 28px;
	font-size: 17px;
	line-height: 37px;
}

.inform-holder .wrapp-column .text-holder p a {
	color: #fff;
	text-decoration: underline;
	-webkit-transition: .3s;
	transition: .3s;
}

.inform-holder .wrapp-column .text-holder p a:hover {
	color: #065a79;
}

.inform-holder .wrapp-column .text-holder a {
	color: #fff;
	text-decoration: none;
	-webkit-transition: .3s;
	transition: .3s;
}

.inform-holder .wrapp-column .text-holder a:hover {
	color: #065a79;
}

.inform-holder .wrapp-column .links-holder {
	margin-left: 22px;
}

.inform-holder .wrapp-column .links-holder .item {
	margin-bottom: 50px;
}

.inform-holder .wrapp-column .links-holder p {
	margin-bottom: 28px;
	font-size: 18px;
	line-height: 27px;
}

.inform-holder .wrapp-column .links-holder p a {
	color: #fff;
	text-decoration: underline;
	-webkit-transition: .3s;
	transition: .3s;
}

.inform-holder .wrapp-column .links-holder p a:hover {
	color: #065a79;
}

.inform-holder .wrapp-column ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.inform-holder .wrapp-column ul a {
	color: #fff;
	text-decoration: none;
	margin-bottom: 28px;
	font-size: 17px;
	line-height: 38px;
}

.inform-holder .wrapp-column .title {
	margin-bottom: 25px;
}

.inform-holder .wrapp-column h5 {
	font-weight: 500;
	color: #fff;
	font-family: "Josefin Sans", serif;
	margin-bottom: 21px;
}

.inform-holder .wrapp-column .address {
	margin-bottom: 40px;
	padding-bottom: 13px;
	line-height:28px;
	position: relative;
}

/*.inform-holder .wrapp-column .address:nth-child(-n+3)::after {
	content: "";
	width: 80%;
	height: 1px;
	display: block;
	background-color: #065a79;
	position: absolute;
	bottom: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}*/

.inform-holder .wrapp-column address {
	font-style: normal;
	font-size: 17px;
	font-weight: 400;
	margin-bottom: 30px;
}

.inform-holder .wrapp-column address span {
	display: block;
	margin-bottom: 6px;
}

.inform-holder .wrapp-column address span.city {
	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;
}

.inform-holder .wrapp-column address span.city img {
	margin-right: 7px;
}

.inform-holder .wrapp-column address span.city h5 {
	margin: 0;
}

.inform-holder .wrapp-column address a {
	font-size: 16px;
	font-weight: 400;
	color: #fff;
	text-decoration: none;
}

.inform-holder .wrapp-column form {
	margin-bottom: 19px;
}

.inform-holder .wrapp-column form .wrapp-input-control {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.inform-holder .wrapp-column form .input-control {
	color: #393939;
	font-family: "Open Sans";
	font-size: 14px;
	font-weight: 400;
	line-height: 20px;
}

.inform-holder .wrapp-column form .input-control::-webkit-input-placeholder {
	color: #393939;
	font-family: "Open Sans";
	font-size: 14px;
	opacity: 1;
}

.inform-holder .wrapp-column form .input-control:-ms-input-placeholder {
	color: #393939;
	font-family: "Open Sans";
	font-size: 14px;
	opacity: 1;
}

.inform-holder .wrapp-column form .input-control::placeholder {
	color: #393939;
	font-family: "Open Sans";
	font-size: 14px;
	opacity: 1;
}

.inform-holder .wrapp-column form label.sr-only {
	position: absolute;
	left: -99999;
}

.inform-holder .wrapp-column form .mailpoet_paragraph.last {
	position: absolute;
	left: -999999px;
}

.inform-holder .wrapp-column form .btn {
	border-radius: 0;
	background-color: #065a79;
	color: #fff;
	font-size: 18px;
	font-weight: 700;
	line-height: 20px;
	display: inline-block;
	text-align: center;
	text-decoration: none;
	min-width: auto;
	padding: 5px 15px;
	font-family: "Open Sans", sans-serif;
	-webkit-transition: .3s;
	transition: .3s;
	border: 2px solid transparent;
	outline: none;
}

.inform-holder .wrapp-column form .btn svg {
	fill: #fff;
}

.inform-holder .wrapp-column .social-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 0;
	margin: 0;
	list-style-type: none;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.inform-holder .wrapp-column .social-list li {
	margin-right: 8px;
}

.inform-holder .wrapp-column .social-list li:first-child {
	margin-left: 0;
}

.inform-holder .wrapp-column .social-list a {
	width: 45px;
	height: 43px;
	background-color: #065a79;
	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;
	font-size: 24px;
	font-weight: 700;
	text-decoration: none;
	color: #fff;
	-webkit-transition: .3s;
	transition: .3s;
}

.inform-holder .wrapp-column .social-list a:hover {
	opacity: .7;
}

.nav-footer-holder {
	border-bottom: 1px solid rgba(0, 0, 0, .15);
}

.nav-footer {
	/*max-width: 900px;*/
	max-width: 1190px;
	margin: 0 auto;
	padding: 15px 0;
}

.list-nav-footer {
	margin: 0;
	padding: 0 15px;
	list-style-type: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-ms-flex-pack: distribute;
	justify-content: space-around;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.list-nav-footer li {
	padding-right: 27px;
	margin-right: 20px;
	position: relative;
	padding-bottom: 5px;
	display: block;
}

.list-nav-footer li:last-child {
	padding-right: 0;
	margin-right: 0;
}

.list-nav-footer li:last-child::after {
	content: none;
}

.list-nav-footer li:after {
	content: "|";
	display: inline-block;
	color: #fff;
	position: absolute;
	right: 0;
	top: 0;
}

.list-nav-footer li.active a {
	color: #065a79;
}

.list-nav-footer a {
	color: #fff;
	font-family: Josefin Sans;
	font-size: 17px;
	font-weight: 500;
	line-height: 20px;
	text-decoration: none;
	-webkit-transition: .3s;
	transition: .3s;
}

.list-nav-footer a:hover {
	color: #065a79;
}

.wrapp-copyright {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	justify-content: center;
	color: #fff;
	font-size: 17px;
	font-weight: 400;
	line-height: 20px;
	/*max-width: 730px;*/
	max-width: 810px;
	margin: 0 auto;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	text-align: center;
}

.wrapp-copyright p {
	margin: 0 0 10px;
	font-size: 17px;
	font-weight: 400;
}

.wrapp-copyright p a {
	color: #fff;
	text-decoration: none;
	-webkit-transition: .3s;
	transition: .3s;
}

.wrapp-copyright p a:hover {
	color: #065a79;
}

.copy-holder {
	padding: 14px 0;
}

.help-nav-list {
	padding: 0;
	margin: 0;
	list-style-type: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-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;
}

.help-nav-list li {
	position: relative;
	margin-bottom: 10px;
}

.help-nav-list li:before {
	display: inline-block;
	color: #fff;
	position: absolute;
	left: 0;
	top: 0;
}

.help-nav-list li a {
	color: #fff;
	font-size: 17px;
	font-weight: 400;
	line-height: 20px;
	text-decoration: none;
	-webkit-transition: .3s;
	transition: .3s;
}

.help-nav-list li a:hover {
	color: #065a79;
}

.bg-dark {
	background-color: #000;
}

.section-top {
	min-height: 350px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

.section-top.inner {
	min-height: 357px;
	background-position: center;
}

.section-top .wrapp-section-top {
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	min-height: 440px;
	padding: 50px 0;
	justify-content: center;
}

.section-top .wrapp-section-top .card-text {
	/*background-color: rgba(34, 54, 81, .69);*/
	font-family: "Josefin Sans", serif;
	padding: 49px 67px 30px 10px;
	max-width: 731px;
	position: relative;
}

.section-top .wrapp-section-top .card-text::before {
	content: "";
	width: 10000px;
	height: 100%;
	/*background-color: rgba(34, 54, 81, .69);*/
	position: absolute;
	left: -10000px;
	top: 0;
	display: block;
}

.section-top .card-text .btn:hover{
	color:white;	
	border-color:white;
}
.section-top .wrapp-section-top .card-text h1 {
	font-size:47px;
	color: #fff;
	font-weight: 400;
}
.card-text p {
	font-size: 24px; 
	line-height: 38px;
	color: #fff;
	font-weight: 400;
}


/*Sue Testing HP Banner */
.section-top {
	min-height: 350px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

.section-top2.inner {
	min-height: 357px;
	background-position: center;
}

.section-top2 .wrapp-section-top2 {
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	min-height: 440px;
	padding: 50px 0;
}

.section-top2 .wrapp-section-top2 .card-text2 {
	/*background-color: rgba(34, 54, 81, .69);*/
	font-family: "Josefin Sans", serif;
	padding: 49px 67px 30px 10px;
	max-width: 731px;
	position: relative;
}

.section-top2 .wrapp-section-top2 .card-text2::before {
	content: "";
	width: 10000px;
	height: 100%;
	/*background-color: rgba(34, 54, 81, .69);*/
	position: absolute;
	left: -10000px;
	top: 0;
	display: block;
}

.section-top2 .card-text2 .btn:hover{
	color:white;	
	border-color:white;
}
.section-top2 .wrapp-section-top2 .card-text2 h1 {
	font-size:47px;
	color: #fff;
	font-weight: 400;
}
.card-text2 p {
	font-size: 24px; 
	line-height: 38px;
	color: #fff;
	font-weight: 400;
}

/*End*/


.section-content-form,
.section-content {
	padding-bottom: 51px;
}

.section-content-form.section-content-form,
.section-content.section-content-form {
	padding-top: 25px;
}

.section-content-form.inner,
.section-content.inner {
	padding-top: 30px;
}

.section-content-form.inner .wrapp-content-form,
.section-content-form.inner .wrapp-content,
.section-content.inner .wrapp-content-form,
.section-content.inner .wrapp-content {
	/*padding: 36px 0;*/
	padding: 0 0;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.section-content-form.inner .form-contact-holder,
.section-content.inner .form-contact-holder {
	padding: 21px;
}

.section-content-form.inner .form-contact-holder .title,
.section-content.inner .form-contact-holder .title {
	text-align: left;
}

.section-content-form.inner .form-contact-holder .title p,
.section-content.inner .form-contact-holder .title p {
	color: #fff;
	font-size: 20px;
	font-weight: 400;
	line-height: 30px;
}

.section-content-form.inner .form-contact-holder,
.section-content-form.inner .card-text,
.section-content.inner .form-contact-holder,
.section-content.inner .card-text {
	width: 100%;
}

.section-content-form .wrapp-content-form,
.section-content-form .wrapp-content,
.section-content .wrapp-content-form,
.section-content .wrapp-content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.section-content-form .wrapp-content-form.wrapp-content,
.section-content-form .wrapp-content.wrapp-content,
.section-content .wrapp-content-form.wrapp-content,
.section-content .wrapp-content.wrapp-content {
	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;
}

.section-content-form .wrapp-content-form.wrapp-content #content,
.section-content-form .wrapp-content.wrapp-content #content,
.section-content .wrapp-content-form.wrapp-content #content,
.section-content .wrapp-content.wrapp-content #content {
	width: 100%;
	margin-right: 15px;
}

.section-content .wrapp-content.wrapp-content #content{
	margin-right: 0;
}

.section-content-form .card-text .title,
.section-content .card-text .title {
	margin: 30px 41px 0 0;
}

.section-content-form .card-text p,
.section-content .card-text p {
	color: #000;
	font-size: 18px;
	font-weight: 400;
	line-height: 30px;
	padding-bottom:30px;
}

.section-content-form .list-phone,
.section-content .list-phone {
	padding: 0;
	margin: 0;
	list-style-type: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	max-width: 340px;
}

.section-content-form .list-phone li,
.section-content .list-phone li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 20px;
	margin-right: 10px;
}

.section-content-form .list-phone a,
.section-content .list-phone a {
	color: #000;
	font-size: 20px;
	font-weight: 400;
	text-decoration: none;
}

.section-content-form .list-phone span,
.section-content .list-phone span {
	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;
	background-color: #065a79;
	font-size: 20px;
	width: 27px;
	height: 25px;
	color: #fff;
	margin-right: 8px;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

.section-content-form .form-contact-holder,
.section-content .form-contact-holder {
	background-color: #000;
	padding: 15px;
}

.section-content-form .form-contact-holder .title,
.section-content .form-contact-holder .title {
	text-align: center;
}

.section-content-form .form-contact-holder .title h3,
.section-content .form-contact-holder .title h3 {
	color: #fff;
	font-family: "Josefin Sans", serif;
	font-size:31px;
	line-height:41px;
	font-weight: 500;
}

.section-content-form .form-contact-holder .wrapp-input-control,
.section-content .form-contact-holder .wrapp-input-control {
	margin-bottom: 5px;
}

.section-content-form .form-contact-holder .input-control,
.section-content-form .form-contact-holder select,
.section-content .form-contact-holder .input-control,
.section-content .form-contact-holder select {
	color: #252525;
	font-family: "Open Sans";
	font-size: 17px;
	font-weight: 400;
	line-height: 24.52px;
	padding: 10px 16px;
	width: 100%;
	outline: none;
}

.section-content-form .form-contact-holder .input-control::-webkit-input-placeholder,
.section-content-form .form-contact-holder select::-webkit-input-placeholder,
.section-content .form-contact-holder .input-control::-webkit-input-placeholder,
.section-content .form-contact-holder select::-webkit-input-placeholder {
	color: #252525;
}

.section-content-form .form-contact-holder .input-control:-ms-input-placeholder,
.section-content-form .form-contact-holder select:-ms-input-placeholder,
.section-content .form-contact-holder .input-control:-ms-input-placeholder,
.section-content .form-contact-holder select:-ms-input-placeholder {
	color: #252525;
}

.section-content-form .form-contact-holder .input-control::placeholder,
.section-content-form .form-contact-holder select::placeholder,
.section-content .form-contact-holder .input-control::placeholder,
.section-content .form-contact-holder select::placeholder {
	color: #252525;
}

.section-content-form .form-contact-holder .holder-selects,
.section-content .form-contact-holder .holder-selects {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.section-content-form .form-contact-holder .holder-selects .wrapp-input-control,
.section-content .form-contact-holder .holder-selects .wrapp-input-control {
	width: 50%;
}

.section-content-form .form-contact-holder .holder-selects .wrapp-input-control:first-child,
.section-content .form-contact-holder .holder-selects .wrapp-input-control:first-child {
	margin-right: 7px;
}

.section-content-form .form-contact-holder .holder-selects .wrapp-input-control select,
.section-content .form-contact-holder .holder-selects .wrapp-input-control select {
	padding: 12px 5px;
}

.section-content-form .form-contact-holder .mc4wp-checkbox.mc4wp-checkbox-contact-form-7 label,
.section-content .form-contact-holder .mc4wp-checkbox.mc4wp-checkbox-contact-form-7 label {
	color: #fff;
	font-family: "Open Sans", sans-serif;
	font-size: 18px;
	font-weight: 400;
	line-height: 23px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 31px;
	margin-bottom: 31px;
}

.section-content-form .form-contact-holder .mc4wp-checkbox.mc4wp-checkbox-contact-form-7 input,
.section-content .form-contact-holder .mc4wp-checkbox.mc4wp-checkbox-contact-form-7 input {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	-o-appearance: none;
	appearance: none;
	position: relative;
	top: 6px;
	right: 0;
	bottom: 0;
	left: 0;
	width: 19px;
	height: 20px;
	background-color: #fff;
	-webkit-transition: all .15s ease-out 0s;
	transition: all .15s ease-out 0s;
	border: none;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	margin-right: .5rem;
	outline: none;
	position: relative;
	z-index: 1000;
}

.section-content-form .form-contact-holder .mc4wp-checkbox.mc4wp-checkbox-contact-form-7 input:hover,
.section-content .form-contact-holder .mc4wp-checkbox.mc4wp-checkbox-contact-form-7 input:hover {
	background: #9faab7;
}

.section-content-form .form-contact-holder .mc4wp-checkbox.mc4wp-checkbox-contact-form-7 input:checked,
.section-content .form-contact-holder .mc4wp-checkbox.mc4wp-checkbox-contact-form-7 input:checked {
	background-color: #065a79;
}

.section-content-form .form-contact-holder .mc4wp-checkbox.mc4wp-checkbox-contact-form-7 input:checked::before,
.section-content .form-contact-holder .mc4wp-checkbox.mc4wp-checkbox-contact-form-7 input:checked::before {
	width: 19px;
	height: 20px;
	position: absolute;
	content: "âœ”";
	display: inline-block;
	font-size: 16.66667px;
	text-align: center;
	line-height: 22px;
	top: 0;
}

.section-content-form .form-contact-holder .mc4wp-checkbox.mc4wp-checkbox-contact-form-7 input:checked::after,
.section-content .form-contact-holder .mc4wp-checkbox.mc4wp-checkbox-contact-form-7 input:checked::after {
	-webkit-animation: click-wave .65s;
	animation: click-wave .65s;
	background: #40e0d0;
	content: "";
	display: block;
	position: relative;
	z-index: 100;
}

.section-content-form .form-contact-holder .wpcf7-form-control.wpcf7-submit,
.section-content-form .form-contact-holder button,
.section-content .form-contact-holder .wpcf7-form-control.wpcf7-submit,
.section-content .form-contact-holder button {
	background-color: #065a79;
	color: #fff;
	font-size: 20px;
	font-weight: 500;
	line-height: 20px;
	border: 2px solid transparent;
	width: 100%;
	text-align: center;
	display: inline-block;
	-webkit-transition: .3s;
	transition: .3s;
	padding: 16px;
	margin-top:12px;
}

.section-content-form .form-contact-holder .wpcf7-form-control.wpcf7-submit:hover,
.section-content-form .form-contact-holder button:hover,
.section-content .form-contact-holder .wpcf7-form-control.wpcf7-submit:hover,
.section-content .form-contact-holder button:hover {
	color: #fff;
	border: 2px solid #fff;
	background-color: transparent;
}

.section-content-form .form-contact-holder p,
.section-content .form-contact-holder p {
	color: #fff;
	font-size: 17px;
	font-weight: 400;
	line-height: 16px;
}

.section-content-form .form-contact-holder p a,
.section-content .form-contact-holder p a {
	color: #fff;
	text-decoration: underline;
	-webkit-transition: .3s;
	transition: .3s;
}

.section-content-form .form-contact-holder p a:hover,
.section-content .form-contact-holder p a:hover {
	color: #065a79;
	text-decoration: none;
}

.section-content-form .title-holder,
.section-content .title-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;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	border-bottom: 1px solid #000;
	padding-bottom: 24px;
}

.section-content-form .title-holder h1,
.section-content .title-holder h1 {
	color: #000;
	font-family: "Josefin Sans", serif;
	font-size: 42px;
	font-weight: 500;
	line-height: 20px;
	margin-bottom: 27px;
}

.section-content-form .title-holder .open-close.active .opener i,
.section-content .title-holder .open-close.active .opener i {
	-webkit-transform: translateY(-50%) rotate(-180deg);
	-ms-transform: translateY(-50%) rotate(-180deg);
	transform: translateY(-50%) rotate(-180deg);
}

.section-content-form .title-holder .open-close .opener,
.section-content .title-holder .open-close .opener {
	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;
	position: relative;
	border: 1px solid #000;
	background-color: #fff;
	color: #000;
	font-size: 19px;
	font-weight: 400;
	line-height: 20px;
	padding: 12px;
	min-width: 275px;
	text-decoration: none;
}

.section-content-form .title-holder .open-close .opener i,
.section-content .title-holder .open-close .opener i {
	position: absolute;
	right: 12px;
	color: #065a79;
	-webkit-transition: .3s;
	transition: .3s;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.section-content-form .title-holder .open-close .slide.js-slide-hidden,
.section-content .title-holder .open-close .slide.js-slide-hidden {
	display: none;
}

.section-content-form .title-holder .open-close .list-link,
.section-content .title-holder .open-close .list-link {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	padding: 0;
	margin: 0;
	list-style-type: none;
	right: 0;
	top: 9px;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	border: 1px solid #000;
	border-top: transparent;
}

.section-content-form .title-holder .open-close .list-link li,
.section-content .title-holder .open-close .list-link li {
	width: 100%;
	border-bottom: 1px solid #000;
	text-align: center;
	padding: 10px 0;
}

.section-content-form .title-holder .open-close .list-link li.active a,
.section-content .title-holder .open-close .list-link li.active a {
	color: #065a79;
}

.section-content-form .title-holder .open-close .list-link li:last-child,
.section-content .title-holder .open-close .list-link li:last-child {
	border-bottom: transparent;
}

.section-content-form .title-holder .open-close .list-link li:first-child:before,
.section-content .title-holder .open-close .list-link li:first-child:before {
	content: none;
}

.section-content-form .title-holder .open-close .list-link li:before,
.section-content .title-holder .open-close .list-link li:before {
	color: #065a79;
	position: relative;
	top: 3px;
	left: -2px;
	font-size: 26px;
	line-height: 0;
}

.section-content-form .title-holder .open-close .list-link a,
.section-content .title-holder .open-close .list-link a {
	color: #000;
	font-size: 19px;
	font-weight: 400;
	line-height: 20px;
	text-decoration: none;
	-webkit-transition: .3s;
	transition: .3s;
}

.section-content-form .title-holder .open-close .list-link a:hover,
.section-content .title-holder .open-close .list-link a:hover {
	color: #065a79;
	text-decoration: none;
}

.section-content-form .location-holder h4,
.section-content .location-holder h4 {
	color: #065a79;
	font-family: Josefin Sans;
	font-weight: 400;
}

.section-content-form .location-holder strong,
.section-content .location-holder strong {
	color: #000;
	font-size: 20px;
	font-weight: 400;
	font-weight: 700;
	margin-bottom: 25px;
	display: block;
}

.section-content-form .location-holder .address address,
.section-content .location-holder .address address {
	font-style: normal;
	font-size:18px;
}

.section-content-form .location-holder .address address span,
.section-content .location-holder .address address span {
	display: block;
	color: #000;
	font-size: 18px;
	font-weight: 400;
	margin-top:15px;
}

.section-content-form .location-holder .address address span a,
.section-content .location-holder .address address span a {
	color: #000;
	text-decoration: none;
	-webkit-transition: .3s;
	transition: .3s;
}

.section-content-form .location-holder .address address span a:hover,
.section-content .location-holder .address address span a:hover {
	color: #065a79;
}

.section-content-form .location-holder .address address .city,
.section-content .location-holder .address address .city {
	font-size: 20px;
	color: #065a79;
	font-weight: 700;
}

.section-content-form .location-holder .address address .city h5,
.section-content .location-holder .address address .city h5 {
	font-size: 20px;
	color: #065a79;
}

.section-content-form .location-holder .address address .btn,
.section-content .location-holder .address address .btn {
	margin: 15px 0 40px;
}

.section-content-form .other-links .item,
.section-content .other-links .item {
	margin-bottom: 40px;
}

.section-content-form .other-links h4,
.section-content .other-links h4 {
	color: #065a79;
	font-family: Josefin Sans;
	font-size: 26px;
	font-weight: 400;
}

.section-content-form .other-links h5,
.section-content .other-links h5 {
	font-size: 20px;
	color: #065a79;
	font-weight: 700;
	line-height: 20px;
}

.section-content-form .other-links h5.title,
.section-content .other-links h5.title {
	margin-bottom: 25px;
}

.section-content-form .other-links p,
.section-content .other-links p {
	color: #000;
	font-size: 20px;
	font-weight: 400;
	margin-bottom: 10px;
}

.section-content-form .other-links a,
.section-content .other-links a {
	color: #065a79;
	text-decoration: none;
	font-weight: 400;
	line-height: 31px;
	-webkit-transition: .3s;
	transition: .3s;
}

.section-content-form .other-links a:hover,
.section-content .other-links a:hover {
	color: #065a79;
}

.section-content-form .social-list,
.section-content .social-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 0;
	margin: 0;
	list-style-type: none;
}

.section-content-form .social-list li,
.section-content .social-list li {
	margin-left: 4px;
}

.section-content-form .social-list li:first-child,
.section-content .social-list li:first-child {
	margin-left: 0;
}

.section-content-form .social-list a,
.section-content .social-list a {
	width: 45px;
	height: 43px;
	background-color: #065a79;
	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;
	font-size: 24px;
	font-weight: 700;
	text-decoration: none;
	color: #fff;
	-webkit-transition: .3s;
	transition: .3s;
}

.section-content-form .social-list a:hover,
.section-content .social-list a:hover {
	opacity: .7;
}

.section-content-form .category-holder .title-line,
.section-content .category-holder .title-line {
	text-align: center;
	background-color: #223752;
	padding: 15px;
}

.section-content-form .category-holder .title-line h4,
.section-content .category-holder .title-line h4 {
	color: #fff;
	font-family: Josefin Sans;
	font-weight: 500;
	margin: 0;
}

.section-content-form .category-holder .nav-link-list,
.section-content .category-holder .nav-link-list {
	padding: 0;
	margin: 0 0 15px;
	list-style-type: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	/*justify-content: space-between;*/
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	background-color: #f4f5f6;
}

.section-content-form .category-holder .nav-link-list li,
.section-content .category-holder .nav-link-list li {
	width: 100%;
	min-height: 210px;
	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;
	border-bottom: 1px solid rgba(230, 74, 52, .18);
}

.section-content-form .category-holder .nav-link-list li a,
.section-content .category-holder .nav-link-list li a {
	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-align: center;
	color: #065a79;
	font-family: Josefin Sans;
	font-size: 24px;
	font-weight: 700;
	line-height: 32px;
	text-decoration: none;
	height: 100%;
	width: 100%;
	padding: 15px 40px;
	-webkit-transition: .3s;
	transition: .3s;
}

.section-content-form .category-holder .nav-link-list li a:hover,
.section-content .category-holder .nav-link-list li a:hover {
	-webkit-transform: scale(1.09);
	-ms-transform: scale(1.09);
	transform: scale(1.09);
}

.blog-post {
	margin: 35px 0 13px 0;
}

.blog-post .card-img img {
	width: 100%;
}

.blog-post .card-info {
	padding: 22px 15px;
}

.blog-post .card-info h4 {
	color: #000;
	font-family: Josefin Sans;
	font-weight: 500;
	font-size: 28px;
	line-height:34px;
}

.blog-post .card-info p {
	color: #000;
	font-size: 20px;
	font-weight: 400;
}

.blog-post .card-info a {
	font-size: 20px;
	font-weight: 400;
	text-decoration: none;
	-webkit-transition: .3s;
	transition: .3s;
}

.blog-post .card-info a:hover {
	color: #065a79;
}

.blog-post-inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-bottom: 35px;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.blog-post-inner .card-info {
	background-color: #223752;
	padding: 25px 23px;
	color: #fff;
	font-size: 20px;
	font-weight: 400;
}


.blog-post-inner .card-info h4 {
	font-family: Josefin Sans;
	font-weight: 400;
	font-size: 28px;
	line-height:32px;
}

.blog-post-inner .card-img img {
	width: 100%;
}

.wrapp-post-items {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.wrapp-post-items .item {
	width: 100%;
	margin-bottom: 25px;
}

.wrapp-post-items .card-img {
	margin-bottom: 25px;
}

.wrapp-post-items .card-img img {
	width: 100%;
}

.wrapp-post-items .card-info {
	color: #000;
	font-weight: 400;
	font-size: 20px;
}

.wrapp-post-items .card-info a h4 {
	color: #065a79;
	font-weight: 400;
	font-family: Josefin Sans;
	-webkit-transition: .3s;
	transition: .3s;
}

.wrapp-post-items .card-info a h4:hover {
	color: #065a79;
}

.wrapp-post-items .card-info h4 {
	color: #065a79;
	font-weight: 400;
	font-family: Josefin Sans;
	-webkit-transition: .3s;
	transition: .3s;
}

.wrapp-post-items .card-info a {
	font-size: 20px;
	font-weight: 400;
	color: #065a79;
	text-decoration: none;
	-webkit-transition: .3s;
	transition: .3s;
}

.wrapp-post-items .card-info a:hover {
	color: #065a79;
}

aside.sidebar {
	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;
	padding: 24px 20px 40px;
	border-left: 1px solid #065a79;
	width: 100%;
}

aside.sidebar .wrapp-latest-posts {
	width: 100%;
}

aside.sidebar .title {
	color: #000;
	font-family: Josefin Sans;
	font-size:28px;
	line-height:34px;
}

aside.sidebar .post {
	margin-bottom: 40px;
}

aside.sidebar .card-img {
	margin-bottom: 21px;
}

aside.sidebar .card-img img {
	width: 100%;
}

aside.sidebar .card-info {
	color: #000;
}

aside.sidebar .card-info h5 {
	font-size: 20px;
	color: #000;
}

aside.sidebar .card-info p {
	font-size: 17px;
	line-height: 26px;
	margin: 0;
}

aside.sidebar .card-info a {
	font-size: 19px;
	line-height: 29px;
	color: #065a79;
	text-decoration: none;
	-webkit-transition: .3s;
	transition: .3s;
}

aside.sidebar .card-info a:hover {
	color: #065a79;
}

.section-services .title-line {
	/* background-image: url('/wp-content/uploads/2024/02/background-pattern.png'); */
	background-color: #000;
	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;
	padding: 45px 15px;
	margin:87px 0 50px 0;
}

.section-services .title-line-content {
	position: relative;
}

.section-services .title-line-content .card-img {
	position: absolute;
	top: 50%;
	left: 0;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.section-services .title-line-content h2 {
	margin: 0;
	color: #fff;
	font-family: "Josefin Sans", serif;
	/*margin-left: 106px;*/
}

.section-services .wrapp-column {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding-bottom: 50px;
}

.section-services .wrapp-column .col {
	width: 100%;
	/*border-bottom: 1px solid rgba(230, 74, 52, .18);
	border-right: 1px solid rgba(230, 74, 52, .18);*/
	padding: 55px 30px 53px;
	min-height: 370px;
}

/*.section-services .wrapp-column .col:first-child {
	border-top: 1px solid rgba(230, 74, 52, .18);
}*/

.section-services .wrapp-column .col .col-item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	text-align: center;
	height: 100%;
}

.section-services .wrapp-column .col .col-item h4 {
	color: #000;
	font-family: Josefin Sans;
	font-size:28px;
	line-height: 32px;
	max-width: 278px;
	margin-bottom: 2px;
}

.section-services .wrapp-column .col .col-item p {
	color: #000;
	font-size: 18px;
	font-weight: 400;
	line-height: 31px;
}
/* 
.section-services .wrapp-column .col .col-item a {
	font-family: Open Sans;
	font-size: 20px;
	font-weight: 700;
	line-height: 20px;
	text-decoration: none;
	color: #065a79;
	-webkit-transition: .3s;
	transition: .3s;
}

.section-services .wrapp-column .col .col-item a:hover {
	color: #000;
} */
.section-services .wrapp-column .wrapp-link .btn{
	background: #065a79;
}
.section-services .wrapp-column .wrapp-link .btn:hover{
	color: #065a79;
	border-color: #065a79;
	background: transparent;
}

.section-services .list-staff {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding: 70px 0;
	margin: 0;
	list-style-type: none;
}

.section-services .list-staff li {
	width: 100%;
	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;
	margin-bottom:26px;
}

.section-services .list-staff a {
	text-decoration: none;
	color: #000;
	font-family: Josefin Sans;
	line-height: 32px;
}

.section-services .list-staff p {
	color: #000;
	font-size: 20px;
	font-weight: 400;
}

.section-slide {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	padding: 48px 0;
}

.section-slide .title {
	text-align: center;
	margin: 45px 0 45px 0;
}

.section-slide .title h2 {
	color: #fff;
	font-family: Josefin Sans;
	font-weight: 500;
	line-height: 36px;
}

.section-slide .slider {
	padding: 0 50px;
	position: relative;
}

.section-slide .slider .slide-item {
	padding-bottom: 108px;
}

.section-slide .slider p {
	color: #fff;
	font-size: 20px;
	font-weight: 400;
	text-align: center;
}

.section-slide .slider .slick-arrow {
	position: absolute;
	top: 33%;
	border: none;
	background-color: transparent;
	width: 25px;
	height: 27px;
	outline: none;
}

.section-slide .slider .slick-arrow.slick-prev {
	background-image: url(images/arrow-left.svg);
	background-size: 25px;
	background-repeat: no-repeat;
	left: 0;
}

.section-slide .slider .slick-arrow.slick-next {
	background-image: url(images/arrow-right.svg);
	background-size: 25px;
	background-repeat: no-repeat;
	right: 0;
}

.section-slide .slider .slick-dots {
	position: absolute;
	bottom: -25px;
	left: 0;
	display: block;
	width: 100%;
	padding: 0;
	margin: 0;
	list-style: none;
	text-align: center;
}

.section-slide .slider .slick-dots li {
	position: relative;
	display: inline-block;
	width: 20px;
	height: 20px;
	margin: 0 5px;
	padding: 0;
	cursor: pointer;
}

.section-slide .slider .slick-dots li.slick-active button:before {
	font-family: "slick";
	font-size: 12px;
	line-height: 20px;
	position: absolute;
	top: 0;
	left: 0;
	width: 12px;
	height: 12px;
	content: "";
	text-align: center;
	background-color: #065a79;
	-webkit-font-smoothing: antialiased;
	z-index: 99;
}

.section-slide .slider .slick-dots li button {
	font-size: 0;
	line-height: 0;
	display: block;
	width: 12px;
	height: 12px;
	background-color: #fff;
	padding: 5px;
	cursor: pointer;
	color: transparent;
	border: 0;
	outline: none;
}

.section-fixed {
	box-shadow: 0 0 7px rgba(0, 0, 0, .35);
	background-color: #065a79;
	left: 0;
	width: 100%;
	padding: 10px 0;
	color: #fff;
	position: absolute;
	bottom: -40px !important;
	height: 50px;
}

.section-fixed.position-fixed {
	bottom: 0 !important;
}

.section-fixed.position-fixed {
	position: fixed;
}

.section-fixed .wrapp-line {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.section-fixed .title {
	max-width: 350px;
	text-align: left;
	margin-bottom: 10px;
	display: none;
}

.section-fixed .title h5 {
	color: #fff;
	font-family: Josefin Sans;
	font-weight: 700;
	line-height: 29px;
	margin: 0;
}

.section-fixed .list-link {
	padding: 0;
	margin: 0;
	list-style-type: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-pack: distribute;
	justify-content: space-around;
	width: 100%;
}

.section-fixed .list-link li {
	margin-right: 10px;
	margin-bottom: 0;
}

.section-fixed .list-link a {
	color: #fff;
	font-family: Josefin Sans;
	font-size: 17px;
	font-weight: 700;
	line-height: 13.8px;
	text-decoration: none;
}

.section-fixed .list-link a i {
	font-size: 13px;
}

.section-breadcrumb {
	/*background-color: #065a79;*/
}

.section-breadcrumb .wapp-breadcrumb {
	/*display: -webkit-box;*/
	display: -ms-flexbox;
	display: flex;
	color: #000;
	font-family: Open Sans;
	font-size: 16px;
	font-weight: 400;
	line-height: 34px;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content:center;
}

.section-breadcrumb .wapp-breadcrumb span {
	padding-right: 10px;
}

.section-breadcrumb .wapp-breadcrumb .breadcrumb {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	justify-content: center;
	padding: 0;
	margin: 0;
	list-style-type: none;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	font-size:16px;
}

.section-breadcrumb .wapp-breadcrumb .breadcrumb li {
	position: relative;
	padding-left: 15px;
}

.section-breadcrumb .wapp-breadcrumb .breadcrumb li:first-child {
	padding-left: 0;
}

.section-breadcrumb .wapp-breadcrumb .breadcrumb li:first-child:before {
	content: none;
}

.section-breadcrumb .wapp-breadcrumb .breadcrumb li:before {
	content: " • ";
	color: #000;
	position: relative;
	top: 0;
	left: -5px;
	font-size: 17px;
	line-height: 0;
}

.section-breadcrumb .wapp-breadcrumb .breadcrumb li span {
	padding-right: 0;
}

.section-breadcrumb .wapp-breadcrumb a {
	color: #065a79;
	text-decoration: none;
	-webkit-transition: .3s;
	transition: .3s;
}

.section-breadcrumb .wapp-breadcrumb a:hover {
	color: #065a79;
}

.section-primary-nav .wrapp-items-link {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	border-top: 1px solid  #000;
	padding: 0;
	margin: 0;
	list-style-type: none;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.section-primary-nav .wrapp-items-link li {
	width: 100%;
	min-height: 272px;
	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;
	background-size: cover;
}

.section-primary-nav .wrapp-items-link li:first-child a {
	border-radius: 20px;
	min-width: 228px;
	min-height: 125px;
}

.section-primary-nav .wrapp-items-link li:first-child a .card-img {
	position: absolute;
	top: -50%;
	background-color: #fff;
	padding: 0;
}

.section-primary-nav .wrapp-items-link li:first-child a span {
	position: absolute;
	top: 100%;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 64px;
}

.section-primary-nav .wrapp-items-link li:first-child a span::before {
	content: "";
	position: absolute;
	top: 100%;
	width: 0;
	height: 0;
	border-left: 32px solid transparent;
	border-right: 32px solid transparent;
	border-top: 44px solid #000;
	left: 0;
}

.section-primary-nav .wrapp-items-link li:first-child a span::after {
	content: "";
	position: absolute;
	display: block;
	top: 100%;
	left: 8px;
	width: 0;
	height: 0;
	border-left: 24px solid transparent;
	border-right: 24px solid transparent;
	border-top: 35px solid #fff;
}

.section-primary-nav .wrapp-items-link li:nth-child(2) {
	border-left: 1px solid  #a0a9b4;
	border-right: 1px solid  #a0a9b4;
}

.section-primary-nav .wrapp-items-link li a {
	font-size: 36px;
	color: #065a79;
	text-decoration: none;
	font-family: "Josefin Sans", serif;
	font-style: italic;
	font-weight: 500;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: relative;
	border: 6px solid #2c4351;
	text-align: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	border-radius: 20px;
	min-width: 275px;
	min-height: 115px;
	background-color: #fff;
	-webkit-transition: .3s;
	transition: .3s;
}

.section-primary-nav .wrapp-items-link li a:hover {
	color: #000;
}

.section-primary-nav .wrapp-items-link li a .card-img {
	position: absolute;
	top: -60%;
	background-color: #fff;
	padding: 0 20px;
}

.section-content-about {
	padding: 30px 0;
	margin-bottom: 30px;
	text-align:center!important;
}

.section-content-about.team-block {
	padding: 0 0 30px;
}

.section-content-about .title-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;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	/*border-bottom: 1px solid #000;*/
	padding-bottom: 24px;
}

.section-content-about .title-holder h1 {
	color: #000;
	font-family: "Josefin Sans", serif;
	font-size: 42px;
	font-weight: 500;
	line-height: 39px;
	margin-bottom: 27px;
	text-align:center;
}

.section-content-about .title-holder h1 a {
	color: #000;
	font-family: "Josefin Sans", serif;
	font-size: 42px;
	font-weight: 500;
	line-height: 20px;
	margin-bottom: 27px;
}

.section-content-about .title-holder h1 a:hover {
	color: #065a79;
}

.section-content-about .title-holder .open-close.active .opener i {
	-webkit-transform: translateY(-50%) rotate(-180deg);
	-ms-transform: translateY(-50%) rotate(-180deg);
	transform: translateY(-50%) rotate(-180deg);
}

/*Test*/
.section-content-about .title-holder h2 {
	color: #000;
	font-family: "Josefin Sans", serif;
	font-size: 42px;
	font-weight: 500;
	line-height: 46px;
	margin-bottom: 27px;
	text-align:center!important;
}

.section-content-about .title-holder h2 a {
	color: #000;
	font-family: "Josefin Sans", serif;
	font-size: 42px;
	font-weight: 500;
	line-height: 20px;
	margin-bottom: 27px;
}

.section-content-about .title-holder h2 a:hover {
	color: #065a79;
}

.section-content-about .title-holder .open-close.active .opener i {
	-webkit-transform: translateY(-50%) rotate(-180deg);
	-ms-transform: translateY(-50%) rotate(-180deg);
	transform: translateY(-50%) rotate(-180deg);
}
/*End Test*/

.section-content-about .title-holder .open-close .opener {
	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;
	position: relative;
	border: 1px solid #000;
	background-color: #fff;
	color: #000;
	font-size: 19px;
	font-weight: 400;
	line-height: 20px;
	padding: 12px;
	min-width: 349px;
	text-decoration: none;
}

.section-content-about .title-holder .open-close .opener i {
	position: absolute;
	right: 12px;
	color: #065a79;
	-webkit-transition: .3s;
	transition: .3s;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.section-content-about .title-holder .open-close .slide.js-slide-hidden {
	display: none;
}

.section-content-about .title-holder .open-close .list-link {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	padding: 0;
	margin: 0;
	list-style-type: none;
	right: 0;
	top: 9px;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	border: 1px solid #000;
	border-top: transparent;
}

.section-content-about .title-holder .open-close .list-link li {
	width: 100%;
	/*border-bottom: 1px solid #000;*/
	text-align: center;
	padding: 10px 0;
}

.section-content-about .title-holder .open-close .list-link li.active a {
	color: #065a79;
	font-style:bolder;
}

.section-content-about .title-holder .open-close .list-link li:last-child {
	border-bottom: transparent;
}

.section-content-about .title-holder .open-close .list-link li:first-child:before {
	content: none;
}

.section-content-about .title-holder .open-close .list-link li:before {
	color: #065a79;
	position: relative;
	top: 3px;
	left: -2px;
	font-size: 26px;
	line-height: 0;
}

.section-content-about .title-holder .open-close .list-link a {
	color: #000;
	font-size: 19px;
	font-weight: 400;
	line-height: 20px;
	text-decoration: none;
	-webkit-transition: .3s;
	transition: .3s;
}

.section-content-about .title-holder .open-close .list-link a:hover {
	color: #065a79;
	text-decoration: none;
}

.section-content-about .team-holder {
	padding: 43px 0;
}

.section-content-about .descrip {
	padding: 0 0 15px;
}

.section-content-about .descrip h2 {
	font-weight: 500;
	font-family: "Josefin Sans", serif;
	color: #065a79;
}

.section-content-about .descrip p {
	color: #000;
	font-size: 20px;
	font-weight: 400;
	line-height: 31px;
}

.section-content-about .wrapp-items {
	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;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: center;
}

.section-content-about .wrapp-items .item {
	width: 100%;
	/*margin-bottom: 15px;*/
	margin: 0 57px 60px 57px;
}

.section-content-about .wrapp-items .card-img {
	margin-bottom: 21px;
}

.section-content-about .wrapp-items .card-img img {
	width: 100%;
}

.section-content-about .wrapp-items .descrip-holder {
	padding: 0 8px;
}

.section-content-about .wrapp-items .descrip-holder h4 a {
	font-weight: 500;
	font-size:30px;
	font-family: "Josefin Sans", serif;
	color: #065a79;
	text-decoration: none;
	-webkit-transition: .3s;
	transition: .3s;
}

.section-content-about .wrapp-items .descrip-holder h4 a:hover {
	color: #065a79;
}

.section-content-about .wrapp-items .descrip-holder h4 {
	font-weight: 500;
	font-family: "Josefin Sans", serif;
	color: #065a79;
}

.section-content-about .wrapp-items .descrip-holder p {
	color: #000;
	font-size: 19px;
	font-weight: 700;
}

.section-content-about .wrapp-items .descrip-holder .list-phone {
	padding: 0;
	margin: 0;
	list-style-type: none;
	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;
}

.section-content-about .wrapp-items .descrip-holder .list-phone li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 20px;
	margin-right: 5px;
	width: 100%;
}

.section-content-about .wrapp-items .descrip-holder .list-phone a {
	color: #000;
	font-size: 18px;
	font-weight: 400;
	text-decoration: none;
	-webkit-transition: .3s;
	transition: .3s;
}

.section-content-about .wrapp-items .descrip-holder .list-phone a:hover {
	color: #065a79;
}

.section-content-about .wrapp-items .descrip-holder .list-phone span {
	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;
	font-size: 20px;
	width: 27px;
	height: 25px;
	color: #065a79;
	margin-right: 5px;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

.section-content-about .wrapp-items .open-close.active .opener i {
	-webkit-transform: translateY(-50%) rotate(-180deg);
	-ms-transform: translateY(-50%) rotate(-180deg);
	transform: translateY(-50%) rotate(-180deg);
}

.section-content-about .wrapp-items .open-close .opener {
	background-color: #065a79;
	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;
	position: relative;
	padding: 16px 23px;
	margin-top:32px;
	color: #fff;
	font-family: Josefin Sans;
	font-size: 20px;
	font-weight: 400;
	text-decoration: none;
	-webkit-transition: .3s;
	transition: .3s;
}

.section-content-about .wrapp-items .open-close .opener:hover {
	opacity: .7;
}

.section-content-about .wrapp-items .open-close .opener i {
	position: absolute;
	right: 23px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-transition: .3s;
	transition: .3s;
}

.section-content-about .wrapp-items .open-close .slide {
	padding: 31px 22px;
}

.section-content-about .wrapp-items .open-close .slide p {
	color: #000;
	font-size: 17px;
	font-weight: 400;
	line-height: 27px;
}

.team-post {
	padding: 30px 0;
}

.team-post .container {
	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;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.team-post .container .team {
	width: 100%;
	margin-bottom: 15px;
}

.team-post .container .card-img {
	margin-bottom: 21px;
}

.team-post .container .card-img img {
	width: 100%;
}

.team-post .container .descrip-holder {
	padding: 0 8px;
}

.team-post .container .descrip-holder .title {
	font-weight: 500;
	font-family: "Josefin Sans", serif;
	color: #065a79;
}

.team-post .container .descrip-holder h4 a {
	font-weight: 500;
	font-family: "Josefin Sans", serif;
	color: #065a79;
	text-decoration: none;
	-webkit-transition: .3s;
	transition: .3s;
}

.team-post .container .descrip-holder h4 a:hover {
	color: #065a79;
}

.team-post .container .descrip-holder h4 {
	font-weight: 500;
	font-family: "Josefin Sans", serif;
	color: #065a79;
}

.team-post .container .descrip-holder p {
	color: #000;
	font-size: 19px;
	font-weight: 400;
	margin-top:20px;
}

.team-post .container .descrip-holder .list-phone {
	padding-bottom: 50px;
	margin: 0;
	list-style-type: none;
	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;
}

.team-post .container .descrip-holder .list-phone li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 20px;
	margin-right: 5px;
}

.team-post .container .descrip-holder .list-phone a {
	color: #000;
	font-size: 17px;
	font-weight: 400;
	text-decoration: none;
	-webkit-transition: .3s;
	transition: .3s;
}

.team-post .container .descrip-holder .list-phone a:hover {
	color: #065a79;
}

.team-post .container .descrip-holder .list-phone span {
	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;
	font-size: 20px;
	width: 27px;
	height: 25px;
	color: #065a79;
	background-color: transparent;
	margin-right: 5px;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

.team-post .open-close h2 {
	font-weight: 500;
	font-family: "Josefin Sans", serif;
	color: #000;
}

#consultation{
	display:none;
}


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

.not-found{
	margin-bottom: 150px;
}

.img-btns{
	display: flex;
	justify-content: space-between;
}
.img-btns .img{
	width: calc(50% - 20px);
	height: 240px;

}
.img-btns .img img{
	width: 100%;
	height: 100%;
	object-fit: contain;
	/*object-fit: cover;*/
}
.img-btns .btns{
	width: calc(50% - 20px);
	display: flex;
	flex-direction: column;
	justify-content: space-between;
    gap: 15px 0;
}
.img-btns .btns .btn{
	background: #065a79;
	position: relative;
}
.img-btns .btns .btn::before{
	content: '';
	height: 1px;
	width: 40px;
	background: black;
	display: block;
	position: absolute;
	left: -40px;
	top: 50%;
}
.img-btns .btns .btn:hover{
	background: transparent;
    color: #065a79;
    border-color: #065a79;
}

.blog-post-box{
	display: flex;
	flex-wrap: wrap;
	gap: 30px;
	margin-top: 47px;
}
.blog-post-box .blog-card{
	width: calc(50% - 15px);
	margin-bottom: 50px;
}
.blog-post-box .blog-card .card-img{
	margin-bottom: 18px;
}
.blog-post-box .blog-card .card-info h4{
	color: #065a79;
    font-family: Josefin Sans;
    font-weight: 500;
    font-size: 28px;
    line-height: 34px;
}
.blog-post-box .card-info .btn{
	padding: 10px 15px;
}

.section-content-form .form_description p{ 
	color: #fff;
    font-size: 18px;
    font-weight: 400;
    line-height: 25px;
}

.let-chart-mobile .btn{
	background: white;
	border-color: white;
	color: #000;
	padding: 12px 15px;
	margin: 13px 0 22px 0;
}

.inner-header-banner{
	position: relative;
	z-index: 0;
	color: white;
}
.inner-header-banner::before{
	content: '';
	position: absolute;
	left: 0;
	top:0;
	background: #000;
	width: 100%;
	height: 100%;
	display: block;
	z-index: -1;
	opacity: 0.85;
}
.inner-header-banner .wrapp-section-top{
	align-items: center;
}
.inner-header-banner h1,.inner-header-banner h2{
	color: white;
	margin: 0 0 10px;
}
.inner-header-banner p{
	color: white;
	font-size: 18px;
}
.inner-header-banner .card-text-inner{
	text-align: center;
}
.inner-header-banner .card-text-inner .btn-inner{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 15px;
	margin-top: 35px;
}
.inner-header-banner .card-text-inner .btn{
	background: #065a79;
	color: white;
	border-color: #065a79;
	padding: 13px 15px;
}
.inner-header-banner .card-text-inner .btn img{
	filter: brightness(0) invert(1);
	transition: all ease 0.4s;
	max-width: 22px;
    margin-right: 8px;
}
.inner-header-banner .card-text-inner .btn:hover{
	background: white;
	color: black;
	border-color: white;
}
.inner-header-banner .card-text-inner .btn:hover img{
	filter: none;
}

@media (min-width: 320px) {
	.absolute-list-link a {
		font-size: 10.7px;	
	}
	.section-services .title-line {
	background-color: #000;
	padding: 45px 15px;
	margin:87px 0 50px 0;
	text-align:center;
}
		
}

@media (min-width: 480px) {
	.absolute-list-link a {
		font-size: 14px;
	}

	.section-content-form .category-holder .nav-link-list li:nth-child(odd),
	/*.section-content .category-holder .nav-link-list li:nth-child(odd) {
		border-right: 1px solid rgba(230, 74, 52, .18);
	}*/
	
	.section-services .title-line {
	background-color: #000;
	padding: 45px 15px;
	margin:87px 0 50px 0;
	text-align:center;
}
	
}

@media (min-width: 481px) {
	.section-services .list-staff li {
		width: 50%;
	}
	
}

@media (min-width: 768px) {
	
	
	.commentlist-item .commentlist-item {
		padding: 0 0 0 2em;
	}

	.top-line-header form {
		display: block;
	}

	.top-line-header .wrapp-social:before {
		content: "|";
	}

	#main {
		margin-bottom: 70px;
	}

	.back-to-top {
		right: 67px;
	}

	.inform-holder .wrapp-column .col {
		width: 50%;
		text-align: left;
	}

	.inform-holder .wrapp-column .text-holder {
		padding: 0 23px;
	}

	.inform-holder .wrapp-column .address:nth-child(-n+3)::after {
		left: 0;
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0);
	}

	.inform-holder .wrapp-column address span.city {
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
	}

	.inform-holder .wrapp-column form .wrapp-input-control {
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
	}

	.inform-holder .wrapp-column .social-list {
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
	}

	.wrapp-copyright {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
	}

	.wrapp-copyright p {
		margin: 0;
	}

	.help-nav-list {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
	}

	.help-nav-list li {
		padding-left: 15px;
		margin-left: 15px;
		margin-bottom: 0;
	}

	.help-nav-list li:before {
		content: "|";
	}

	/* .section-top {
		min-height: 715px;
	} */

	/* .section-top .wrapp-section-top {
		min-height: 715px;
		padding-bottom: 160px;
	} */

	.section-content-form .category-holder .nav-link-list li,
	.section-content .category-holder .nav-link-list li {
		width: 50%;
	}

	.section-services .wrapp-column .col {
		width: 50%;
	}

	/*.section-services .wrapp-column .col:nth-child(-n+2) {
		border-top: 1px solid rgba(230, 74, 52, .18);
	}*/

	.section-services .wrapp-column .col:nth-child(2n) {
		border-right: none;
	}

	.section-fixed {
		bottom: -70px !important;
		height: 70px;
	}

	.section-fixed .wrapp-line {
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
	}

	.section-fixed .title {
		text-align: center;
		margin-bottom: 0;
		display: block;
	}

	.section-fixed .list-link {
		-ms-flex-pack: distribute;
		justify-content: space-around;
	}

	.section-fixed .list-link li {
		margin-bottom: 0;
	}

	.section-fixed .list-link a {
		font-size: 20px;
	}

	.section-fixed .list-link a i {
		font-size: 18px;
	}

	.section-breadcrumb .wapp-breadcrumb span {
		padding-right: 15px;
	}
	.section-services .title-line {
	background-color: #000;
	padding: 45px 15px;
	margin:87px 0 50px 0;
	text-align:center;
}
}

@media (min-width: 769px) {
	.section-content-form.section-content-form,
	.section-content.section-content-form {
		padding-top: 1px;
	}

	.section-content-form.inner .form-contact-holder,
	.section-content.inner .form-contact-holder {
		padding: 29px 40px 35px;
	}

	
	.section-content-form.inner .card-text,
	.section-content.inner .form-contact-holder,
	.section-content.inner .card-text {
		width: 50%;
	}



	.section-content-form .wrapp-content-form.wrapp-content aside,
	.section-content-form .wrapp-content.wrapp-content aside,
	.section-content .wrapp-content-form.wrapp-content aside,
	.section-content .wrapp-content.wrapp-content aside {
		min-width: 300px;
		width:430px;
	}

	.section-content-form .card-text,
	.section-content .card-text {
		/*padding-top: 80px;*/
		padding-top: 20px;
		padding-right: 60px;
		padding-left: 15px;
	}

	.section-content-form .form-contact-holder,
	.section-content .form-contact-holder {
		padding: 42px 56px 20px;
		/* margin-top:0 !important; */
	}

	.section-content-form article{
		justify-content: space-between;
	}

	.blog-post-inner {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		margin-bottom: 74px;
	}

	.blog-post-inner .card-info {
		min-width: 313px;
	}

	.blog-post-inner .card-img {
		margin-right: 15px;
	}

	.wrapp-post-items .item {
		width: 50%;
		padding: 0 6px;
	}

	aside.sidebar {
		width: auto;
	}

	.section-services .list-staff li {
		width: 33.33%;
	}

	.section-content-about .wrapp-items .item {
		width: 50%;
		padding: 0 7px;
	}
}

@media (min-width: 900px) {
	.section-primary-nav .wrapp-items-link {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
	}

	.section-primary-nav .wrapp-items-link li {
		width: 33.33%;
	}

	.section-primary-nav .wrapp-items-link li a {
		font-size: 2.760vw;
	}

	.section-content-form .wrapp-content-form,
	.section-content-form .wrapp-content,
	.section-content .wrapp-content-form,
	.section-content .wrapp-content {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
	}

	.section-content-form.inner .form-contact-holder{
		width: 50%;
	}

	.section-content .wrapp-content.wrapp-content #content{
		margin-right: 30px;
	}
}

@media (min-width: 901px) {
	.section-content-form .list-phone li,
	.section-content .list-phone li {
		width: 50%;
		margin-right: 0;
	}
}

@media (min-width: 1024px) {
	
	.header .logo {
		width: auto;
		padding-top:20px;
	}

	.top-line-header .top-nav {
		padding: 2px 0;
	}

	.absolute-list-link {
		padding: 3px 17px 0 0;
	}

	.nav-holder {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		position: static;
		width: auto;
		background-color: transparent;
		margin-top: 29px;
		padding-right: 0;
		padding-bottom: 0;
	}

	.wrapp-header {
		padding: 0;
	}

	.wrapp-header .nav-list {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		justify-content: flex-end;
		width: auto;
		padding-right:32px;
	}

	.wrapp-header .nav-list .nav-item {
		margin-left: 24px;
		width: auto;
		padding: 36px 9px 54px;
	}

	.wrapp-header .nav-list .nav-item.active a {
		color: #065a79;
	}

	.wrapp-header .nav-list .nav-item.active a.cube:hover {
		color: #fff !important;
	}

	.wrapp-header .nav-list .nav-item.active .drop-holder li a:hover {
		color: #065a79 !important;
	}

	.wrapp-header .nav-list .nav-item.active .drop-holder li a .cube:hover {
		color: #fff !important;
	}

	.wrapp-header .nav-list .nav-item.hover {
		background-color: transparent;
		/* padding: 0 9px 19px; */
	}

	.wrapp-header .nav-list .nav-link {
		color: #000;
		margin-bottom: 0;
		font-size: 22px;
	}

	.wrapp-header .nav-list .nav-link:hover {
		color: #065a79;
	}

	.wrapp-header .nav-list .nav-link .card-icon {
		display: block;
		min-height: 41px;
	}

	.wrapp-header .nav-list .nav-link .arrow {
		display: none;
	}

	.wrapp-header .header-buttons {
		display: block;
		padding-top:12px;
	}

	.wrapp-header .mobile-search {
		display: none;
	}

	.wrapp-header .drop-holder {
		position: absolute;
		background-color: #000;
		/*opacity: .89;*/
	}

	.wrapp-header .wrapp-drop {
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		justify-content: flex-end;
		padding-right: 150px;
	}

	.wrapp-header .wrapp-drop .holder {
		padding: 32px 0 47px;
	}

	.wrapp-header .drop-nav-list {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
	}

	.wrapp-header .drop-nav-list li {
		margin-right: 0;
		margin-bottom: 60px;
		text-align: left !important;
		width: 33%;
	}

	.wrapp-header .drop-nav-list a {
		font-size: 21px;
	}

	.wrapp-header .drop-nav-list a:hover {
		color: #065a79;
	}

	.wrapp-header .cube {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}

	.nav-opener {
		display: none;
	}

	.inform-holder .wrapp-column .col {
		width: 25%;
	}

	.section-content-form.inner .wrapp-content-form,
	.section-content-form.inner .wrapp-content,
	.section-content.inner .wrapp-content-form,
	.section-content.inner .wrapp-content {
		padding: 42px 1px;
	}

	.section-content-form .title-holder .open-close .opener,
	.section-content .title-holder .open-close .opener {
		display: none;
	}

	.section-content-form .title-holder .open-close .slide.js-slide-hidden,
	.section-content .title-holder .open-close .slide.js-slide-hidden {
		display: block !important;
		position: static !important;
	}

	.section-content-form .title-holder .open-close .list-link,
	.section-content .title-holder .open-close .list-link {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		border: none;
	}

	.section-content-form .title-holder .open-close .list-link li,
	.section-content .title-holder .open-close .list-link li {
		border-bottom: 1px solid transparent;
		margin: 0 0 0 10px;
		width: auto;
	}

	.section-content-form .title-holder .open-close .list-link li:before,
	.section-content .title-holder .open-close .list-link li:before {
		content: " / ";
	}

	.section-content-form .category-holder .nav-link-list li,
	.section-content .category-holder .nav-link-list li {
		width: 33.33%;
	}

	.section-content-form .category-holder .nav-link-list li:nth-child(odd),
	.section-content .category-holder .nav-link-list li:nth-child(odd) {
		/*border-right: none;*/
	}

	.section-content-form .category-holder .nav-link-list li:nth-child(3n-1),
	.section-content .category-holder .nav-link-list li:nth-child(3n-1) {
		/*border: 1px solid rgba(230, 74, 52, .18);*/
		border-top: none;
		border-left: none;
	}

	.section-content-form .category-holder .nav-link-list li:nth-child(n+4),
	.section-content .category-holder .nav-link-list li:nth-child(n+4) {
		border-bottom: none;
		/*Alfonso*/
		/*border-bottom: 1px solid rgba(230, 74, 52, .18);
		border-right: 1px solid rgba(230, 74, 52, .18);*/
	}

	.section-services .wrapp-column .col {
		width: 33.33%;
	}

	/*.section-services .wrapp-column .col:nth-child(-n+3) {
		border-top: 1px solid rgba(230, 74, 52, .18);
	}*/

	/*section-services .wrapp-column .col:nth-child(2n) {
		border-right: 1px solid rgba(230, 74, 52, .18);
	}*/

	.section-services .wrapp-column .col:nth-child(3n) {
		border-right: none;
	}

	.section-fixed .list-link a {
		font-size: 24px;
	}

	.section-content-about .title-holder .open-close .opener {
		display: none;
	}

	.section-content-about .title-holder .open-close .slide.js-slide-hidden {
		display: block !important;
		position: static !important;
	}

	.section-content-about .title-holder .open-close .list-link {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		border: none;
	}

	.section-content-about .title-holder .open-close .list-link li {
		/*border-bottom: 1px solid transparent;*/
		margin: 0 0 0 10px;
		width: auto;
	}

	.section-content-about .title-holder .open-close .list-link li:before {
		content: " • ";
	}

	.section-content-form .type-team .form-contact-holder,
	.section-content .type-team .form-contact-holder {
		width: 33.33%;
		min-width: inherit !important;
		margin-top: 0 !important;
		flex: 0 0 41.33%;
		/*flex: 0 0 33.33%;*/
	}

	.section-content-form .form-contact-holder{
    	flex: 0 0 41.33%;
		/*flex: 0 0 33.33%;*/
	}

	.section-top .wrapp-section-top{
		padding-bottom: 50px !important;
	}
	.section-top2 .wrapp-section-top2{
		padding-bottom: 50px !important;
	}

	.let-chart-mobile{
		display: none;
	}
}

@media (min-width: 1025px) {
	
	
	.wrapp-post-items .item {
		width: 33.33%;
		margin-bottom: 0;
	}

	.section-content-about .descrip {
		padding: 0 125px 38px;
	}

	.section-content-about .wrapp-items .item {
		width: 33.33%;
		margin-bottom: 0;
	}
}

@media (min-width: 1100px) {
	.section-primary-nav .wrapp-items-link li:first-child a {
		min-width: 288px;
		min-height: 135px;
	}

	.section-primary-nav .wrapp-items-link li a {
		min-width: 340px;
	}
}

@media (min-width: 1200px) {
	.wrapp-header .nav-list .nav-item {
		margin-left: 50px!important;
		/* height: 20px; */
	}

	.section-content-form .category-holder .nav-link-list li a,
	.section-content .category-holder .nav-link-list li a {
		font-size: 28px;
	}
}

@media (max-width: 1100px) {
	.section-primary-nav .wrapp-items-link li:nth-child(2) {
		border-left: none;
		border-right: none;
		border-top: 1px solid  #a0a9b4;
		border-bottom: 1px solid  #a0a9b4;
	}

	.section-content-form .form-contact-holder, .section-content .form-contact-holder{
		min-width: inherit !important;
	}

	.img-btns .btns,.img-btns .img{
		width: calc(50% - 10px);
	}
	.img-btns .btns .btn::before{
		width: 20px;
		left: -22px;
	}
	
}

@media (max-width: 1023px) {
	iframe {
		width: 100%;
	}
	.navigation-single{
		margin-top: 20px;
	}
}

@media (max-width: 900px) {
	.section-content-form .form-contact-holder{
		margin-top: 25px !important;
	}
}

@media (max-width: 768px) {
	.section-services .title-line-content h2 {
		font-size: 26px;
	}
	#consultation{
		display:block;
	}
}

@media (max-width: 767px) {
	.navigation .page-numbers,
	.navigation-comments .page-numbers {
		padding: 0 3px;
	}

	.section-top .wrapp-section-top .card-text h1 {
		font-size: 31px;
	}
	.section-top2 .wrapp-section-top2 .card-text2 h1 {
		font-size: 31px;
	}

	.section-services .wrapp-column .col:nth-child(1n) {
		border-right: none;
	}
	.section-content-form .form-contact-holder, .section-content .form-contact-holder{
		margin-top: 25px !important;
		min-width: inherit !important;
		padding: 25px 20px !important;
	}
	.section-top .wrapp-section-top .card-text{
		padding: 30px 10px 30px 10px;
	}
	.card-text p{
		font-size: 24px;
		line-height: 32px;
	}

	.section-top .wrapp-section-top{
		min-height: 380px;
		padding: 30px 0;
	}
	.section-top2 .wrapp-section-top2 .card-text2{
		padding: 30px 10px 30px 10px;
	}
	.card-text2 p{
		font-size: 24px;
		line-height: 32px;
	}

	.section-top2 .wrapp-section-top2{
		min-height: 380px;
		padding: 30px 0;
	}

	.inner-header-banner .card-text-inner{
		padding: 15px 0;
	}
	.inner-header-banner h1{
		font-size: 36px;
	}
	.inner-header-banner p{
		font-size: 17px;
	}
}

@media (max-width: 575px) {
	.img-btns{
		flex-direction: column;
		gap: 15px 0;
	}
	.img-btns .btns, .img-btns .img{
		width: 100%;
		gap: 7px 0;
	}
	.img-btns .btns .btn::before{
		display: none;
	}
	.section-top.inner {
		min-height: 185px;
	}
	.blog-post-box .blog-card{
		width: 100%;
	}
	.blog-post-box .blog-card .card-info h4{
		font-size: 24px;
		line-height: 30px;
	}
	.blog-post-box .blog-card .card-info p{
		font-size: 18px;
		line-height: 28px;
	}

	.search-form input[type="search"]{
		margin: 6px;
	}
}

@media (max-width: 375px) {
	.absolute-list-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: end;*/
		justify-content: center;
		padding: 3px 0 0 0;
		margin: 0;
		list-style-type: none;
	}
}
/*Mailchimp Subscribe Form*/
#mc_embed_signup div.response {color:white!important;}

/* SCHEMA FAQ */
strong.schema-faq-question {
		font: 29px/35px "Josefin Sans", sans-serif;
	}
p.schema-faq-answer {
	margin-bottom:35px;
}

/*Contact Form*/
span.wpcf7-list-item-label {
		color:white;
	}
.footer-bottom .footer-copyright p{margin-bottom:11px!important;}