﻿/*
Theme Name: ABcom
Theme URI: http://arrowcoder.com/
Description: The 2025 theme for WordPress is stylish, customizable, simple, and readable -- make it yours with a custom menu, header image, and background.
Author: the ArrowCoder
Version: 6.0.5
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: black, blue, white, two-columns, fixed-width, custom-header, custom-background, threaded-comments, sticky-post, translation-ready, microformats, rtl-language-support, editor-style, custom-menu
*/


/* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */
@import url('../../../font-awesome/4.7.0/css/font-awesome.min.css'); 
input[type="submit"],
.footer-logo *,
.zoom-active *,
a { 
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-ms-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
} 

html {  
    overflow-x: hidden; 
}
S{
	font-family: "solitas-serif-condensed";
}
.slick-prev:hover, .slick-next:hover,
#temp-galleries ul li a:before,
#reality-galleries ul li a:before,
.wpcf7 input[type="submit"]:hover,
.section-services ul li .item-img a:before,
.testi-shows .owl-prev:hover,
.testi-shows .owl-next:hover,
.main-logo img,
a,
#project-galleries ul li a:before{
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-ms-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	background: transparent;
	border: 0;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}
body {
	line-height: 1;
}
h1, h2, h3, h4, h5, h6 {
	clear: both;
	font-weight: normal;
} 
ol, ul {
	list-style: none;
}
blockquote {
	quotes: none;
}
blockquote:before, blockquote:after {
	content: '';
	content: none;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a img {
	border: none;
}

/* =Layout
-------------------------------------------------------------- */

/*
LAYOUT: Two columns
DESCRIPTION: Two-column fixed layout with one sidebar right of content
*/

#containerx {
    width: 1140px;
    margin: 0 auto;
	max-width: calc(100% - 30px);
}
#content {
    margin: 0;
    padding: 0; 
    width: 100%;
}
#primary,
#secondary {
	float: right;
	overflow: hidden;
	width: 220px;
}
#secondary {
	clear: right;
}
#footer a:hover{
	text-decoration: underline;
}
#footer a{
	color: #18436D;
	text-decoration: none;
}
#footer strong{
	font-weight: 600;
}
#footer {
    clear: both;
    background-color: #F7FAFC;
    float: left;
    width: 100%;
    padding: 58px 0;
    color: #18436D;
    font-size: 20px;
    font-weight: 200;
    line-height: 1.5;
} 
/*
LAYOUT: One column, no sidebar
DESCRIPTION: One centered column with no sidebar
*/

.one-column #content {
	margin: 0 auto;
	width: 640px;
}

/*
LAYOUT: Full width, no sidebar
DESCRIPTION: Full width content with no sidebar; used for attachment pages
*/

.single-attachment #content {
	margin: 0 auto;
	width: 900px;
}


/* =Fonts
-------------------------------------------------------------- */
body,
input,
textarea,
.page-title span,
.pingback a.url {
	font-family: "Outfit", sans-serif;
}
h3#comments-title,
h3#reply-title,
#access .menu,
#access div.menu ul,
#cancel-comment-reply-link,
.form-allowed-tags,
#site-info,
#site-title,
#wp-calendar,
.comment-meta,
.comment-body tr th,
.comment-body thead th,
.entry-content label,
.entry-content tr th,
.entry-content thead th,
.entry-meta,
.entry-title,
.entry-utility,
#respond label,
.navigation,
.page-title,
.pingback p,
.reply,
.widget-title,
.wp-caption-text {
	font-family: "Outfit", sans-serif;
}
input[type=submit] {
	font-family: "Outfit", sans-serif;
}
pre {
	font-family: "Courier 10 Pitch", Courier, monospace;
}
code {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}


/* =Structure
-------------------------------------------------------------- */

/* The main theme structure */
#access .menu-header,
div.menu,
#colophon,
#branding,
#main,
#wrapper {
	margin: 0 auto;
}
#wrapper {
	background: #fff; 
	float: left;
	width: 100%;
}

/* Structure the footer area */
#footer-widget-area {
	overflow: hidden;
}
#footer-widget-area .widget-area {
	float: left;
	margin-right: 20px;
	width: 220px;
}
#footer-widget-area #fourth {
	margin-right: 0;
}
#site-info {
	float: left;
	font-size: 14px;
	font-weight: bold;
	width: 700px;
}
#site-generator {
	float: right;
	width: 220px;
}


/* =Global Elements
-------------------------------------------------------------- */

/* Main global 'theme' and typographic styles */
body {
	background: #fff;
}
body,
input,
textarea { 
    color: #18436D;
    font-size: 18px;
    line-height: 1.5;
    font-weight: 300;
}
hr {
	background-color: #e7e7e7;
	border: 0;
	clear: both;
	height: 1px;
	margin-bottom: 18px;
}

/* Text elements */
p {
	margin-bottom: 18px;
}
ul {
    list-style: disc;
	margin: 0 0 18px 18px;
}
ol {
	list-style: decimal;
	margin: 0 0 18px 1.5em;
}
ol ol {
	list-style: upper-alpha;
}
ol ol ol {
	list-style: lower-roman;
}
ol ol ol ol {
	list-style: lower-alpha;
}
ul ul,
ol ol,
ul ol,
ol ul {
	margin-bottom: 0;
}
dl {
	margin: 0 0 24px 0;
}
dt {
	font-weight: bold;
}
dd {
	margin-bottom: 18px;
}
strong {
	font-weight: bold;
}
cite,
em,
i {
	font-style: italic;
}
big {
	font-size: 131.25%;
}
ins {
	background: #ffc;
	text-decoration: none;
}
blockquote {
	font-style: italic;
	padding: 0 3em;
}
blockquote cite,
blockquote em,
blockquote i {
	 
}
pre {
	background: #f7f7f7;
	color: #222;
	line-height: 18px;
	margin-bottom: 18px;
	overflow: auto;
	padding: 1.5em;
}
abbr,
acronym {
	border-bottom: 1px dotted #18436D;
	cursor: help;
}
sup,
sub {
	height: 0;
	line-height: 1;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}
 
a {
    color: #18436D;
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
}

/* Text meant only for screen readers */
.screen-reader-text {
	position: absolute;
	left: -9000px;
}


/* =Header
-------------------------------------------------------------- */

#header {
	padding: 30px 0 0 0;
}
#site-title {
	float: left;
	font-size: 30px;
	line-height: 36px;
	margin: 0 0 18px 0;
	width: 700px;
}
#site-title a {
	color: #18436D;
	font-weight: bold;
	text-decoration: none;
}
#site-description {
	clear: right;
	float: right;
	font-style: italic;
	margin: 15px 0 18px 0;
	width: 220px;
}

/* This is the custom header image */
#branding img {
	border-top: 4px solid #18436D;
	border-bottom: 1px solid #18436D;
	display: block;
	float: left;
}


/* =Menu
-------------------------------------------------------------- */

#access {
	background: #18436D;
	display: block;
	float: left;
	margin: 0 auto;
	width: 940px;
}
#access .menu-header,
div.menu {
	font-size: 13px;
	margin-left: 12px;
	width: 928px;
}
#access .menu-header ul,
div.menu ul {
	list-style: none;
	margin: 0;
}
#access .menu-header li,
div.menu li {
	float: left;
	position: relative;
}
#access a {
	color: #aaa;
	display: block;
	line-height: 38px;
	padding: 0 10px;
	text-decoration: none;
}
#access ul ul {
	box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	display: none;
	position: absolute;
	top: 38px;
	left: 0;
	float: left;
	width: 180px;
	z-index: 99999;
}
#access ul ul li {
	min-width: 180px;
}
#access ul ul ul {
	left: 100%;
	top: 0;
}
#access ul ul a {
	background: #18436D;
	line-height: 1em;
	padding: 10px;
	width: 160px;
	height: auto;
}
#access li:hover > a,
#access ul ul :hover > a {
	background: #18436D;
	color: #fff;
}
#access ul li:hover > ul {
	display: block;
}
#access ul li.current_page_item > a,
#access ul li.current-menu-ancestor > a,
#access ul li.current-menu-item > a,
#access ul li.current-menu-parent > a {
	color: #fff;
}
* html #access ul li.current_page_item a,
* html #access ul li.current-menu-ancestor a,
* html #access ul li.current-menu-item a,
* html #access ul li.current-menu-parent a,
* html #access ul li a:hover {
	color: #fff;
}


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

#main {
    clear: both;
    padding: 0;
	width: 100%;
	float: left;
}
#content {
	margin-bottom: 0;
}
#content,
#content input,
#content textarea { 
    color: #000;
    font-size: 20px;
    line-height: 1.4;
    font-weight: 300;
}
#content p,
#content ul,
#content ol,
#content dd,
#content pre,
#content hr {
	margin-bottom: 24px;
}
#content ul ul,
#content ol ol,
#content ul ol,
#content ol ul {
	margin-bottom: 0;
}
#content pre,
#content kbd,
#content tt,
#content var {
	font-size: 15px;
	line-height: 21px;
}
#content code {
	font-size: 13px;
}
#content dt,
#content th {
	color: #18436D;
}
li::marker{
	color: #18436D;
}
#content h1,
#content h2,
#content h3,
#content h4,
#content h5,
#content h6 {
	color: #18436D;
    line-height: 1.3;
	margin: 0 0 20px 0; 
}
#content h3 {
    font-size: 42px; 
    font-family: 'solitas-serif-condensed';
    line-height: 1.1;
}
#content h5 {
    font-size: 22px; 
	font-weight: 700;
	text-transform: uppercase;
}
#content h6 em{
	font-style: normal;
	color: #91BCD3;
}
#content h6 {
    font-size: 22px; 
	font-weight: 500;
	color: #000;
}
#content h4 {
    font-size: 22px; 
}
#content .text-white h2 strong{
	color: #91BCD3!important;
    font-weight: 400!important;
}
#content h2 strong{ 
    font-weight: 400;
}
#content h2 em{
	font-style: normal;
	color: #91BCD3!important;
    font-family: 'solitas-serif-condensed';
}
#content h2 {
    font-size: 50px;
    line-height: 1.1;
    font-weight: 400;
    font-family: 'solitas-serif-condensed';
}
#content h1{
    font-size: 66px;
    color: #18436D;
    line-height: 1.2;
	font-weight: bold;
    margin: 0 0 24px;
    font-family: 'solitas-serif-condensed';
}
#content table {
	border: 1px solid #e7e7e7;
	margin: 0 -1px 24px 0;
	text-align: left;
	width: 100%;
}
#content tr th,
#content thead th {
	color: #18436D;
	font-size: 12px;
	font-weight: bold;
	line-height: 18px;
	padding: 9px 24px;
}
#content tr td {
	border-top: 1px solid #e7e7e7;
	padding: 6px 24px;
}
#content tr.odd td {
	background: #f2f7fc;
}
.hentry {
	margin: 0;
}
.home .sticky {
	background: #f2f7fc;
	border-top: 4px solid #18436D;
	margin-left: -20px;
	margin-right: -20px;
	padding: 18px 20px;
}
.single .hentry {
	margin: 0 0 36px 0;
}
.page-title {
	color: #18436D;
	font-size: 14px;
	font-weight: bold;
	margin: 0 0 36px 0;
}
.page-title span {
	color: #18436D;
	font-size: 16px;
	font-style: italic;
	font-weight: normal;
}
.page-title a:link,
.page-title a:visited {
	color: #18436D;
	text-decoration: none;
}
.page-title a:active,
.page-title a:hover {
	color: #ff4b33;
}
#content .entry-title {
	color: #18436D;
	font-size: 21px;
	font-weight: bold;
	line-height: 1.3em;
	margin-bottom: 0;
}
.entry-title a:link,
.entry-title a:visited {
	color: #18436D;
	text-decoration: none;
}
.entry-title a:active,
.entry-title a:hover {
	color: #ff4b33;
}
.entry-meta {
	color: #18436D;
	font-size: 12px;
}
.entry-meta abbr,
.entry-utility abbr {
	border: none;
}
.entry-meta abbr:hover,
.entry-utility abbr:hover {
	border-bottom: 1px dotted #18436D;
}
.entry-content,
.entry-summary {
	clear: both;
	padding: 0;
}
#content .entry-summary p:last-child {
	margin-bottom: 12px;
}
.entry-content fieldset {
	border: 1px solid #e7e7e7;
	margin: 0 0 24px 0;
	padding: 24px;
}
.entry-content fieldset legend {
	background: #fff;
	color: #18436D;
	font-weight: bold;
	padding: 0 24px;
}
.entry-content input {
	margin: 0 0 24px 0;
}
.entry-content input.file,
.entry-content input.button {
	margin-right: 24px;
}
.entry-content label {
	color: #18436D;
	font-size: 12px;
}
.entry-content select {
	margin: 0 0 24px 0;
}
.entry-content sup,
.entry-content sub {
	font-size: 10px;
}
.entry-content blockquote.left {
	float: left;
	margin-left: 0;
	margin-right: 24px;
	text-align: right;
	width: 33%;
}
.entry-content blockquote.right {
	float: right;
	margin-left: 24px;
	margin-right: 0;
	text-align: left;
	width: 33%;
}
.page-link {
	clear: both;
	color: #18436D;
	font-weight: bold;
	margin: 0 0 22px 0;
	word-spacing: 0.5em;
}
.page-link a:link,
.page-link a:visited {
	background: #f1f1f1;
	color: #18436D;
	font-weight: normal;
	padding: 0.5em 0.75em;
	text-decoration: none;
}
.home .sticky .page-link a {
	background: #d9e8f7;
}
.page-link a:active,
.page-link a:hover {
	color: #ff4b33;
}
body.page .edit-link {
	clear: both;
	display: block;
}
#entry-author-info {
	background: #f2f7fc;
	border-top: 4px solid #18436D;
	clear: both;
	font-size: 14px;
	line-height: 20px;
	margin: 24px 0;
	overflow: hidden;
	padding: 18px 20px;
}
#entry-author-info #author-avatar {
	background: #fff;
	border: 1px solid #e7e7e7;
	float: left;
	height: 60px;
	margin: 0 -104px 0 0;
	padding: 11px;
}
#entry-author-info #author-description {
	float: left;
	margin: 0 0 0 104px;
}
#entry-author-info h2 {
	color: #18436D;
	font-size: 100%;
	font-weight: bold;
	margin-bottom: 0;
}
.entry-utility {
	clear: both;
	color: #18436D;
	font-size: 12px;
	line-height: 18px;
}
.entry-meta a,
.entry-utility a {
	color: #18436D;
}
.entry-meta a:hover,
.entry-utility a:hover {
	color: #ff4b33;
}
#content .video-player {
	padding: 0;
}


/* =Asides
-------------------------------------------------------------- */

.home #content .format-aside p,
.home #content .category-asides p {
	font-size: 14px;
	line-height: 20px;
	margin-bottom: 10px;
	margin-top: 0;
}
.home .hentry.format-aside,
.home .hentry.category-asides {
	padding: 0;
}
.home #content .format-aside .entry-content,
.home #content .category-asides .entry-content {
	padding-top: 0;
}


/* =Gallery listing
-------------------------------------------------------------- */

.format-gallery .size-thumbnail img,
.category-gallery .size-thumbnail img {
	border: 10px solid #f1f1f1;
	margin-bottom: 0;
}
.format-gallery .gallery-thumb,
.category-gallery .gallery-thumb {
	float: left;
	margin-right: 20px;
	margin-top: -4px;
}
.home #content .format-gallery .entry-utility,
.home #content .category-gallery .entry-utility {
	padding-top: 4px;
}


/* =Attachment pages
-------------------------------------------------------------- */

.attachment .entry-content .entry-caption {
	font-size: 140%;
	margin-top: 24px;
}
.attachment .entry-content .nav-previous a:before {
	content: '\2190\00a0';
}
.attachment .entry-content .nav-next a:after {
	content: '\00a0\2192';
}


/* =Images
-------------------------------------------------------------- */

/*
Resize images to fit the main content area.
- Applies only to images uploaded via WordPress by targeting size-* classes.
- Other images will be left alone. Use "size-auto" class to apply to other images.
*/
img.size-auto,
img.size-full,
img.size-large,
img.size-medium,
.attachment img {
	max-width: 100%; /* When images are too wide for containing element, force them to fit. */
	height: auto; /* Override height to match resized width for correct aspect ratio. */
}
.alignleft,
img.alignleft {
	display: inline;
	float: left;
	margin-right: 24px;
	margin-top: 4px;
}
.alignright,
img.alignright {
	display: inline;
	float: right;
	margin-left: 24px;
	margin-top: 4px;
}
.aligncenter,
img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
img.alignleft,
img.alignright,
img.aligncenter {
	margin-bottom: 12px;
}
.wp-caption {
    line-height: 18px;
    margin-bottom: 20px;
    max-width: 100%;
    padding: 0;
    text-align: center;
}
.wp-caption img {
	margin: 5px 5px 0;
}
.wp-caption p.wp-caption-text {
    color: #18436D;
    font-size: 14px;
    margin: 11px;
}
.wp-smiley {
	margin: 0;
}
.gallery {
	margin: 0 auto 18px;
}
.gallery .gallery-item {
	float: left;
	margin-top: 0;
	text-align: center;
	width: 33%;
}
.gallery-columns-2 .gallery-item {
	width: 50%;
}
.gallery-columns-4 .gallery-item {
	width: 25%;
}
.gallery img {
	border: 2px solid #cfcfcf;
}
.gallery-columns-2 .attachment-medium {
	max-width: 92%;
	height: auto;
}
.gallery-columns-4 .attachment-thumbnail {
	max-width: 84%;
	height: auto;
}
.gallery .gallery-caption {
	color: #18436D;
	font-size: 12px;
	margin: 0 0 12px;
}
.gallery dl {
	margin: 0;
}
.gallery img {
	border: 10px solid #f1f1f1;
}
.gallery br+br {
	display: none;
}
#content .attachment img {/* single attachment images should be centered */
	display: block;
	margin: 0 auto;
}


/* =Navigation
-------------------------------------------------------------- */

.navigation {
	color: #18436D;
	font-size: 12px;
	line-height: 18px;
	overflow: hidden;
}
.navigation a:link,
.navigation a:visited {
	color: #18436D;
	text-decoration: none;
}
.navigation a:active,
.navigation a:hover {
	color: #ff4b33;
}
.nav-previous {
	float: left;
	width: 50%;
}
.nav-next {
	float: right;
	text-align: right;
	width: 50%;
}
#nav-above {
	margin: 0 0 18px 0;
}
#nav-above {
	display: none;
}
.paged #nav-above,
.single #nav-above {
	display: block;
}
#nav-below {
	margin: -18px 0 0 0;
}


/* =Comments
-------------------------------------------------------------- */
#comments {
	clear: both;
}
#comments .navigation {
	padding: 0 0 18px 0;
}
h3#comments-title,
h3#reply-title {
	color: #18436D;
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 0;
}
h3#comments-title {
	padding: 24px 0;
}
.commentlist {
	list-style: none;
	margin: 0;
}
.commentlist li.comment {
	border-bottom: 1px solid #e7e7e7;
	line-height: 24px;
	margin: 0 0 24px 0;
	padding: 0 0 0 56px;
	position: relative;
}
.commentlist li:last-child {
	border-bottom: none;
	margin-bottom: 0;
}
#comments .comment-body ul,
#comments .comment-body ol {
	margin-bottom: 18px;
}
#comments .comment-body p:last-child {
	margin-bottom: 6px;
}
#comments .comment-body blockquote p:last-child {
	margin-bottom: 24px;
}
.commentlist ol {
	list-style: decimal;
}
.commentlist .avatar {
	position: absolute;
	top: 4px;
	left: 0;
}
.comment-author {
}
.comment-author cite {
	color: #18436D;
	font-style: normal;
	font-weight: bold;
}
.comment-author .says {
	font-style: italic;
}
.comment-meta {
	font-size: 12px;
	margin: 0 0 18px 0;
}
.comment-meta a:link,
.comment-meta a:visited {
	color: #18436D;
	text-decoration: none;
}
.comment-meta a:active,
.comment-meta a:hover {
	color: #ff4b33;
}
.commentlist .even {
}
.commentlist .bypostauthor {
}
.reply {
	font-size: 12px;
	padding: 0 0 24px 0;
}
.reply a,
a.comment-edit-link {
	color: #18436D;
}
.reply a:hover,
a.comment-edit-link:hover {
	color: #ff4b33;
}
.commentlist .children {
	list-style: none;
	margin: 0;
}
.commentlist .children li {
	border: none;
	margin: 0;
}
.nopassword,
.nocomments {
	display: none;
}
#comments .pingback {
	border-bottom: 1px solid #e7e7e7;
	margin-bottom: 18px;
	padding-bottom: 18px;
}
.commentlist li.comment+li.pingback {
	margin-top: -6px;
}
#comments .pingback p {
	color: #18436D;
	display: block;
	font-size: 12px;
	line-height: 18px;
	margin: 0;
}
#comments .pingback .url {
	font-size: 13px;
	font-style: italic;
}

/* Comments form */
input[type=submit] {
	color: #18436D;
}
#respond {
	border-top: 1px solid #e7e7e7;
	margin: 24px 0;
	overflow: hidden;
	position: relative;
}
#respond p {
	margin: 0;
}
#respond .comment-notes {
	margin-bottom: 1em;
}
.form-allowed-tags {
	line-height: 1em;
}
.children #respond {
	margin: 0 48px 0 0;
}
h3#reply-title {
	margin: 18px 0;
}
#comments-list #respond {
	margin: 0 0 18px 0;
}
#comments-list ul #respond {
	margin: 0;
}
#cancel-comment-reply-link {
	font-size: 12px;
	font-weight: normal;
	line-height: 18px;
}
#respond .required {
	color: #ff4b33;
	font-weight: bold;
}
#respond label {
	color: #18436D;
	font-size: 12px;
}
#respond input {
	margin: 0 0 9px;
	width: 98%;
}
#respond textarea {
	width: 98%;
}
#respond .form-allowed-tags {
	color: #18436D;
	font-size: 12px;
	line-height: 18px;
}
#respond .form-allowed-tags code {
	font-size: 11px;
}
#respond .form-submit {
	margin: 12px 0;
}
#respond .form-submit input {
	font-size: 14px;
	width: auto;
}


/* =Widget Areas
-------------------------------------------------------------- */

.widget-area ul {
	list-style: none;
	margin-left: 0;
}
.widget-area ul ul {
	list-style: square;
	margin-left: 1.3em;
}
.widget-area select {
	max-width: 100%;
}
.widget_search #s {/* This keeps the search inputs in line */
	width: 60%;
}
.widget_search label {
	display: none;
}
.widget-container {
	margin: 0 0 18px 0;
}
.widget-title {
	color: #222;
	font-weight: bold;
}
.widget-area a:link,
.widget-area a:visited {
	text-decoration: none;
}
.widget-area a:active,
.widget-area a:hover {
	text-decoration: underline;
}
.widget-area .entry-meta {
	font-size: 11px;
}
#wp_tag_cloud div {
	line-height: 1.6em;
}
#wp-calendar {
	width: 100%;
}
#wp-calendar caption {
	color: #222;
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 4px;
	text-align: left;
}
#wp-calendar thead {
	font-size: 11px;
}
#wp-calendar thead th {
}
#wp-calendar tbody {
	color: #aaa;
}
#wp-calendar tbody td {
	background: #f5f5f5;
	border: 1px solid #fff;
	padding: 3px 0 2px;
	text-align: center;
}
#wp-calendar tbody .pad {
	background: none;
}
#wp-calendar tfoot #next {
	text-align: right;
}
.widget_rss a.rsswidget {
	color: #18436D;
}
.widget_rss a.rsswidget:hover {
	color: #ff4b33;
}
.widget_rss .widget-title img {
	width: 11px;
	height: 11px;
}

/* Main sidebars */
#main .widget-area ul {
	margin-left: 0;
	padding: 0 20px 0 0;
}
#main .widget-area ul ul {
	border: none;
	margin-left: 1.3em;
	padding: 0;
}
#primary {
}
#secondary {
}

/* Footer widget areas */
#footer-widget-area {
}


/* =Footer
-------------------------------------------------------------- */

#footer>.container {
	width: 1140px;
	max-width: calc(100% - 30px);
	margin: 0 auto;
}
#colophon {
	border-top: 4px solid #18436D;
	margin-top: -4px;
	overflow: hidden;
	padding: 18px 0;
}
#site-info {
	font-weight: bold;
}
#site-info a {
	color: #18436D;
	text-decoration: none;
}
#site-generator {
	font-style: italic;
	position: relative;
}
#site-generator a {
	background: url(images/wordpress.png) center left no-repeat;
	color: #18436D;
	display: inline-block;
	line-height: 16px;
	padding-left: 20px;
	text-decoration: none;
}
#site-generator a:hover {
	text-decoration: underline;
}
img#wpstats {
	display: block;
	margin: 0 auto 10px;
}


/* =Mobile Safari ( iPad, iPhone and iPod Touch )
-------------------------------------------------------------- */

pre {
	-webkit-text-size-adjust: 140%;
}
code {
	-webkit-text-size-adjust: 160%;
}
#access,
.entry-meta,
.entry-utility,
.navigation,
.widget-area {
	-webkit-text-size-adjust: 120%;
}
#site-description {
	-webkit-text-size-adjust: none;
}


/* =Print Style
-------------------------------------------------------------- */

@media print {
	body {
		background: none !important;
	}
	#wrapper {
		clear: both !important;
		display: block !important;
		float: none !important;
		position: relative !important;
	}
	#header {
		border-bottom: 2pt solid #18436D;
		padding-bottom: 18pt;
	}
	#colophon {
		border-top: 2pt solid #18436D;
	}
	#site-title,
	#site-description {
		float: none;
		line-height: 1.4em;
		margin: 0;
		padding: 0;
	}
	#site-title {
		font-size: 13pt;
	}
	.entry-content {
		font-size: 14pt;
		line-height: 1.6em;
	}
	.entry-title {
		font-size: 21pt;
	}
	#access,
	#branding img,
	#respond,
	.comment-edit-link,
	.edit-link,
	.navigation,
	.page-link,
	.widget-area {
		display: none !important;
	}
	#container,
	#header,
	#footer {
		margin: 0;
		width: 100%;
	}
	#content,
	.one-column #content {
		margin: 24pt 0 0;
		width: 100%;
	}
	.wp-caption p {
		font-size: 11pt;
	}
	#site-info,
	#site-generator {
		float: none;
		width: auto;
	}
	#colophon {
		width: auto;
	}
	img#wpstats {
		display: none;
	}
	#site-generator a {
		margin: 0;
		padding: 0;
	}
	#entry-author-info {
		border: 1px solid #e7e7e7;
	}
	#main {
		display: inline;
	}
	.home .sticky {
		border: none;
	}
}
 
/*--------------------------------------------------------------
6.0 Forms
--------------------------------------------------------------*/

label {
	color: #18436D;
	display: block;
	font-weight: 800;
	margin-bottom: 0.5em;
}

fieldset {
	margin-bottom: 1em;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	font-size: 18px;
    color: #fff;
    background: #fff;
    background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0));
    -webkit-border-radius: 0;
    border-radius: 0;
    display: block;
    padding: 5px 17px;
    background-color: #fff;
    border: 1px solid #ccc;
    width: 100%;
} 

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

select {
	border: 1px solid #bbb;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	height: 3em;
	max-width: 100%;
}

input[type="radio"]:focus,
input[type="checkbox"]:focus { 
}

input[type="radio"],
input[type="checkbox"] {
	margin-right: 0.5em;
}

input[type="radio"] + label,
input[type="checkbox"] + label {
	font-weight: 400;
}

#content buttonX:hover,
#content input[type="button"]:hover,
#content input[type="submit"]:hover {
	opacity: 1;
    background: #fff!important;
	border: 1px solid #9EA1AD;
	color: #18436D;
}
#content buttonX,
#content input[type="button"],
#content input[type="submit"] {  
    text-decoration: none;
    color: #fff;
    min-width: 150px;
    display: inline-flex;
    font-weight: 600;
    height: 50px;
    align-items: center;
    justify-content: center;
    border-radius: 6px;
    font-weight: 400;
    text-transform: uppercase;
    background: #18436D;
    border: none;
    padding: 12px 15px;
    border-radius: 60px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    cursor: pointer;
    margin-top: 20px;
    font-size: 22px;
    line-height: 1;
}

input + button,
input + input[type="button"],
input + input[type="submit"] {
	padding: 0.75em 2em;
}

button.secondary,
input[type="reset"],
input[type="button"].secondary,
input[type="reset"].secondary,
input[type="submit"].secondary {
	background-color: #ddd;
	color: #222;
}

button:hover,
button:focus,
input[type="button"]:hover,
input[type="button"]:focus,
input[type="submit"]:hover,
input[type="submit"]:focus { 
}

button.secondary:hover,
button.secondary:focus,
input[type="reset"]:hover,
input[type="reset"]:focus,
input[type="button"].secondary:hover,
input[type="button"].secondary:focus,
input[type="reset"].secondary:hover,
input[type="reset"].secondary:focus,
input[type="submit"].secondary:hover,
input[type="submit"].secondary:focus { 
}

/* Placeholder text color -- selectors need to be separate to work. */
::-webkit-input-placeholder {
	color: #393939; 
}

:-moz-placeholder {
	color: #393939; 
}

::-moz-placeholder {
	color: #393939; 
	opacity: 1;
	/* Since FF19 lowers the opacity of the placeholder by default */
}

:-ms-input-placeholder {
	color: #393939; 
}
 

/*--------------------------------------------------------------
Contact
--------------------------------------------------------------*/

.wpcf7 div.wpcf7-validation-errors, 
.wpcf7 div.wpcf7-acceptance-missing {
    background: #CEC9C8;
    color: red;
    font-size: 14px;
    text-align: center;
    border: none;
    margin: 0 0 15px 0;
}
.wpcf7 div.wpcf7-mail-sent-ok{
    background: #2BBB8C;
    color: #fff;
    font-size: 14px;
    text-align: center;
    border: none;
    margin: 15px 0;
}
.wpcf7 .wpcf7-response-output {
    background: #E2DDFF;
    color: red;
    font-size: 14px;
    text-align: center;
    border: none;
    margin: 15px 0;
    padding: 8px 0;
} 
.wpcf7 input[type="text"].wpcf7-not-valid, 
.wpcf7 input[type="email"].wpcf7-not-valid, 
.wpcf7 textarea.wpcf7-not-valid { 
    border-color: red; 
}
span.wpcf7-not-valid-tip { 
    display: none;
}

/******Menu*******/
#nav-icon4{width:32px;height:23px;position:relative;-webkit-transform:rotate(0deg);-moz-transform:rotate(0deg);-o-transform:rotate(0deg);transform:rotate(0deg);-webkit-transition:.5s ease-in-out;-moz-transition:.5s ease-in-out;-o-transition:.5s ease-in-out;transition:.5s ease-in-out;cursor:pointer;display:inline-block;vertical-align:middle;}
#nav-icon4 span{display:block;position:absolute;height:3px;width:100%;background:#fff;opacity:1;left:0;-webkit-transform:rotate(0deg);-moz-transform:rotate(0deg);-o-transform:rotate(0deg);transform:rotate(0deg);-webkit-transition:.25s ease-in-out;-moz-transition:.25s ease-in-out;-o-transition:.25s ease-in-out;transition:.25s ease-in-out;}
#nav-icon4 span:nth-child(1){top:0px;-webkit-transform-origin:left center;-moz-transform-origin:left center;-o-transform-origin:left center;transform-origin:left center;}
#nav-icon4 span:nth-child(2){top:9px;-webkit-transform-origin:left center;-moz-transform-origin:left center;-o-transform-origin:left center;transform-origin:left center;}
#nav-icon4 span:nth-child(3){top:18px;-webkit-transform-origin:left center;-moz-transform-origin:left center;-o-transform-origin:left center;transform-origin:left center;}
#nav-icon4.open span:nth-child(1){-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-o-transform:rotate(45deg);transform:rotate(45deg); top: -5px; left: 6px;}
#nav-icon4.open span:nth-child(2){width:0%;opacity:0;}
#nav-icon4.open span:nth-child(3){-webkit-transform:rotate(-45deg);-moz-transform:rotate(-45deg);-o-transform:rotate(-45deg);transform:rotate(-45deg);top:18px;left:5px;}
.menu_btn {
    display: none;
}

/***********
	MAIN MENU
*********************************/
#main-menu {
    clear: both;
    float: left;
    width: 100%;
    padding-top: 20px;
}
#main-menu ul {
    float: right;
    width: auto;
    text-align: center;
    margin: 0;
}
#main-menu ul.sub-menu li  a{
	background-image: none!important;
} 
#main-menu ul li:last-child {
	margin-right: 0;
}
#main-menu ul li {
    float: left;
    list-style: outside none none;
    position: relative;
    display: inline-block;
    margin: 0 17px;
}
#main-menu ul li:last-childX,
#main-menu ul li:last-childX a { 
	margin-right: 0!important;
}
/********/ 
#main-menu ul li .sub-menu li a{
	color: #fff;
}
#main-menu ul li .sub-menu li {
    display: block;
    list-style: outside none none;
    text-align: left;
    position: relative;
    width: 100%;
    margin: 0;
} 
    
#main-menu ul li:hover .sub-menu{  
	display: block;
}
#main-menu ul li .sub-menu {
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    background: #fff;
    left: 0;
    position: absolute;
    top: 39px;
    width: auto;
    z-index: 9995;
    padding: 0;
    display: none;
    min-width: 231px;
    padding: 15px 0;
}
#main-menu ul li.menu-item-has-children > a:beforeX {
    background-image: url(images/arrowdown.svg);
    padding: 0px 0 0 16px;
    background-size: 11px auto;
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 11px;
    background-repeat: no-repeat;
    background-position: top 8px right;
}
#main-menu ul li.menu-item-has-children > a { 
    padding-bottom: 52px;
}

#main-menu ul li a {
    color: #18436D;
    font-size: 14px;
    overflow: hidden;
    padding: 0;
    text-decoration: none;
    line-height: 1.5;
    position: relative;
    font-weight: 400;
    text-transform: uppercase;
}
#main-menu ul li .sub-menu a {
    float: left;
    padding: 8px 20px; 
    width: 100%;
    box-sizing: border-box;
    line-height: 1.3; 
	color: #18436D!important; 
}

#main-menu ul li.current-menu-item .sub-menu li a {
	color:#fff;
	background-color: transparent;
} 

#main-menu ul li .sub-menu li a:hover,
#main-menu ul li .sub-menu li a.current-menu-item,
#main-menu ul li.current-menu-item .sub-menu li a:hover,
#main-menu ul li.current-menu-parent .sub-menu li a.current-menu-item {
	color: #18436D;  
	font-weight: 600;	
    text-decoration: underline;
} 
#main-menu ul ul li:hover > a,
#main-menu ul ul li a:hover,
#main-menu ul ul li.current-page-ancestor a,
#main-menu ul ul li.current-menu-item a,
#main-menu ul ul li.page_item a,
#main-menu ul ul li.current_page_item a{ 
	color: #18436D !important;  
	font-weight: 600;
    text-decoration: underline;	
} 
#main-menu ul li.current-menu-parent > a,
#main-menu ul li:hover > a,
#main-menu ul li a:hover,
#main-menu ul li.current-page-ancestor a,
#main-menu ul li.current-menu-item a,
#main-menu ul li.page_item a,
#main-menu ul li.current_page_item a{  
	color: #18436D;
	font-weight: 600;
    text-decoration: underline;	
}
.sticky-header #main-menu ul li.current-menu-parent > a,
.sticky-header #main-menu ul li:hover > a,
.sticky-header #main-menu ul li a:hover,
.sticky-header #main-menu ul li.current-page-ancestor a,
.sticky-header #main-menu ul li.current-menu-item a,
.sticky-header #main-menu ul li.page_item a,
.sticky-header #main-menu ul li.current_page_item a{  
	color: #18436D; 
	font-weight: 600;	
    text-decoration: underline;
}
/*--------------------------------------------------------------
404
--------------------------------------------------------------*/ 
#bigtext-id0 .bigtext-line0 {
    font-size: 274.9px;
}
.error404 .uncont {
    width: 550px;
	margin: 0 auto;
    text-align: center;
	max-width: 100%;
	padding-bottom: 55px;
}
#content .uncont h2   {
    font-size: 32px; 
	font-weight: 600;
    font-family: effra,sans-serif;
} 
#content .uncont hr.separator-break.separator-accent {
    background-color: #12284C;
    margin-top: 36px;
    height: 2px;
    width: 71px;
    margin-bottom: 60px;
}
#content input#searchsubmit:hover {
    background-color: #A8D7D2;
}
#content input#searchsubmit {
    color: #fff;
    background-color: #12284C; 
    font-size: 22px;
    line-height: 1;
}
#content h1.bigtext {
    font-size: 175px;
    line-height: 1em;
    margin-top: 45px;
}


/********Blog********/
#content h1.entry-title-blog {
    font-size: 32px;
    margin-bottom: 0;
    margin-top: 12px;
    width: auto;
    margin: 0;
    max-width: 100%;
    text-align: center;
    margin-left: 0;
}
#list-blog-post h2.entry-title-list a:hover{
	color: #18436D;
}
#content #list-blog-post h2.entry-title-list,
#list-blog-post h2.entry-title-list a{
	font-size: 20px;
    line-height: 1;
    color: #393939;
    margin: 14px 0 8px;
    text-decoration: none;
    font-weight: 300;
}
#list-blog-post .blog-shortcont p {
	margin-bottom: 0;
}
#list-blog-post .post-readmore a:hover {
	text-decoration: none;
	color: #fff;
	background-color: #18436D;
	border-color: #18436D;
}
#list-blog-post .post-readmore a {
    border: 1px solid #2B2B2B;
    font-size: 16px;
    text-decoration: none;
    color: #2B2B2B;
    width: 194px;
    padding: 10px 20px;
    display: inline-block;
    text-align: center;
}
#list-blog-post .post-readmore {
    margin-top: 30px;
}
#list-blog-post .entry-thumbnail img{
	width: 100%;
}
#list-blog-post {
    float: left;
    width: 50%;
    margin: 40px 0; 
	box-sizing: border-box;
}
.entry-meta {
    color: #393939;
    margin-bottom: 9px;
    font-size: 14px;
    font-weight: 400;
}
.blog-row {
	padding-left: 9px;
    padding-right: 9px;
}
.row-blog-wrap{
	margin-left: -9px;
    margin-right: -9px;
}
/*****Search****/
.pagination .page-numbers{ 
    font-size: 14px; 
}
.pagination .page-numbers.current{ 
    color: #fff; 
} 
.page-numbers {
    color: #18436D;
    text-align: center;
    line-height: 1.5;
    margin-right: 2px;
    position: relative;
    border: 1px solid #e2e3e6;
    width: 49px;
    height: 49px;
    font-size: 14px;
    font-weight: 900;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    margin: 7px;
}
.page-numbers.current, 
.page-numbers:hover {
    color:#fff;
	text-decoration: none;
    background-color: #18436D;
} 
.pagination {
    display: block;
    width: 100%;
    float: left;
    margin-top: 26px;
    text-align: center;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.prev.page-numbers:hover:before,
.next.page-numbers:hover:before {
	color: #fff;
}
.next.page-numbers:before {
    height: 22px;
    width: 22px;
    border-radius: 0;
    content: "\f054";
    font-family: 'FontAwesome';
    font-size: 14px;
    color: #13284B;
    display: inline-block;
    text-align: center;
    line-height: 1.5;
    position: absolute;
    left: 0;
    right: 0;
    top: 13px;
    margin: 0 auto;
    border: 0px solid #18436D;
}
.prev.page-numbers:before {
    height: 22px;
    width: 22px;
    border-radius: 0;
    font-family: 'FontAwesome';
    content: "\f053";
    font-size: 14px;
    color: #13284B;
    display: inline-block;
    text-align: center;
    line-height: 1.5;
    position: absolute;
    left: 0;
    right: 0;
    top: 13px;
    margin: 0 auto;
    border: 0px solid #18436D;
}
/*******Single Post********/

.single #content .entry-title {
    font-size: 32px;
    text-align: left;
    margin: 0;
    max-width: 100%;
    margin-left: 0;
    font-weight: 400;
}
.single .entry-meta {
    font-size: 16px;
    float: left;
    margin-right: 0;
}
.single .entry-thumbnail {
    margin: 0 0 24px;
}

#nav-below  label{
	color: #EC6B00;
	font-size: 16px;
	font-weight: normal;
	cursor: pointer;
}
#nav-below .nav-next .meta-nav {
    background-image: url(images/post-next-1.svg);
    background-position: right center;
	float: right;
}
#nav-below .nav-previous .meta-nav {
    background-image: url(images/post-prev-1.svg);
    background-position: left center;
	float: left;
}
#nav-below .meta-nav {
    background-repeat: no-repeat;
    background-size: 44px auto;
    text-indent: -9999px; 
    width: 60px;
    height: 19px;
}
#nav-below {
    margin: 80px 0 20px;
}
.single-post  #main-menu ul li#menu-item-36 a{
	color: #F4D7BC;
}

 
 
/*******Header*******/
img{
	max-width: 100%;
}
.logo { 
	float: left; 
}
.header-right {
    float: right;
    position: relative;
    width: calc(100% - 350px);
}
#header.sticky-header #main-menu> ul l>i >a { 
   
}
#header.sticky-header {
 
}
#header.sticky-header .logo img {
     
}
.sticky-header .main-logo img{
	width: 200px;
}
.main-logo {
    float: left;
    width: 350px;
} 

 
#header { 
    float: left;
    width: 100%;
    display: inline-block;
    padding: 27px 0;
    left: 0;
    top: 0;
    z-index: 9999;
    position: fixed;
	background-color: #fff;
} 
#header .logo a{
	float: left;
} 
#header .logo img{ 
    width: 165px;
}
#header.sticky-header img,
#header .logo img{
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
#header .header-info,
#header { 
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}
 
.header-info ul li a:hover{
    color: #18436D;
}
.header-info ul li a{
	color: #18436D;
	text-decoration: none;
	font-size: 16px;
}
.header-info ul li.t-email a {
    background-image: url(images/t-email.svg);
    background-size: 13px auto;
    padding: 0 0 0 20px;
}
.header-info ul li a{  
    background-repeat: no-repeat;
    background-position: left center;
    display: inline-block;
    min-height: 26px;
    line-height: 26px;
}
.header-info ul li.t-phone a {
    background-image: url(images/t-phone.svg);
    padding: 0 0 0 19px;
    background-size: 13px auto;
}
.header-info ul li {
    font-size: 16px;
    color: #18436D;
    float: right;
    margin: 4px 0;
    padding: 0;
    list-style: none;
    clear: both;
}
.header-info ul{
	margin: 0;
	float: right;
	padding: 0;
}
 

#header > .container {
    width: 1140px;
    margin: 0 auto;
    display: block;
    max-width: calc(100% - 30px);
    position: relative;
}
#main-menu ul {
    float: right;
    width: auto;
    text-align: center;
    margin: 0;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: end;
}
/*Banner*/
.entry-banner img{
	float: left;
	width: 100%;
}
.entry-banner:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.2);
    left: 0;
    top: 0;
}
.entry-banner {
    width: 100%;
    position: relative;
    float: left;
    min-height: 280px;
    overflow: hidden;
    background: #CC7;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 0px 0px;
}
.banner-text-title >.container{
	width: 1205px;
	max-width: 96%;
	margin: 0 auto;
}

#content .banner-text-title h1{
	font-size: 45px;
	color: #fff;
	font-weight: normal;
    margin: 0;
}
.banner-text-title {
    position: absolute; 
    left: 0;
    right: 0;
    width: 100%;
	1200px;
    transform: translateY(-50%);
}
#content .banner-title  h1 {
    font-size: 45px; 
    font-weight: normal; 
}
.banner-title{
    width: 100%;
    padding: 50px 0;
}
*{outline: none;}

/****Content-Width****/ 
/*Replace .entry-content> div.vc_row by .entry-content> .wpb-content-wrapper>  div.vc_row */ 
.entry-content> .wpb-content-wrapper> div.vc_row[data-vc-full-width="true"][data-vc-stretch-content="true"] .vc_column_container>.vc_column-inner,
.entry-content> div.vc_row[data-vc-full-width="true"][data-vc-stretch-content="true"] .vc_column_container>.vc_column-inner{ 
    width: 100%!important;
    max-width: 100%;
    margin-left: 0!important;
    margin-right: 0!important;
    left: 0!important;
} 
 
.entry-content> .wpb-content-wrapper> div.vc_row:not([data-vc-full-width="true"]),
.entry-content> div.vc_row:not([data-vc-full-width="true"]){
	width:1200px; 
    max-width: 100%;
    margin: 0 auto;
}
.entry-content> .wpb-content-wrapper>div.vc_row[data-vc-full-width="true"],
.entry-content> div.vc_row[data-vc-full-width="true"]{
	width: 100%!important;
    max-width: 100%;
    margin-left: 0!important;
    margin-right: 0!important;
    left: 0!important;
} 
.entry-content> .wpb-content-wrapper> div.vc_row[data-vc-full-width="true"] >div>div>div>.vc_column_container>.vc_column-inner ,
.entry-content> .wpb-content-wrapper> div.vc_row > .vc_column_container>.vc_column-inner,
.entry-content> div.vc_row[data-vc-full-width="true"] >div>div>div>.vc_column_container>.vc_column-inner ,
.entry-content> div.vc_row > .vc_column_container>.vc_column-inner{  
    width: 1140px;
    max-width: calc(100% - 30px); 
	margin-left: auto;
	margin-right: auto; 
    padding: 0;    
} 

#main>.container{ 
    padding: 55px 0;
}
#main>.container {
    width: 1140px;
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    float: none; 
}  
#main>.container #content .entry-title{
	max-width: 100%;
}

/*--------------------------------------------------------------
Contact
--------------------------------------------------------------*/

.wpcf7 div.wpcf7-validation-errors, 
.wpcf7 div.wpcf7-acceptance-missing {
    background: #CEC9C8;
    color: red;
    font-size: 14px;
    text-align: center;
    border: none;
    margin: 0 0 15px 0;
}
.wpcf7 div.wpcf7-mail-sent-ok{
    background: #2BBB8C;
    color: #fff;
    font-size: 14px;
    text-align: center;
    border: none;
    margin: 15px 0;
}
.wpcf7 .wpcf7-response-output {
    background: #E2DDFF;
    color: red;
    font-size: 14px;
    text-align: center;
    border: none;
    margin: 15px 0;
    padding: 8px 0;
} 
div.wpcf7 input[type="text"].wpcf7-not-valid, 
div.wpcf7 input[type="email"].wpcf7-not-valid, 
div.wpcf7 textarea.wpcf7-not-valid { 
    border-color: red!important; 
}
div.wpcf7 span.wpcf7-not-valid-tip { 
    display: none;
}

input[type="submit"],
button{
	-webkit-appearance: none;
}

div#cookie-law-info-again { 
    box-shadow: #161616 0px 1px 15px -10px;
}
div#cookie-law-info-bar {
    font-size: 10pt;
    padding: 1px 10px;
    box-shadow: none;
} 


/* Icon 3 */

#wprmenu_bar .wprmenu_icon #nav-icon3 span:nth-child(1) {
    top: 0px;
}

#wprmenu_bar .wprmenu_icon #nav-icon3 span:nth-child(2),
#wprmenu_bar .wprmenu_icon #nav-icon3 span:nth-child(3) {
    top: 10px;
}

#wprmenu_bar .wprmenu_icon #nav-icon3 span:nth-child(4) {
    top: 20px;
}

#wprmenu_bar .wprmenu_icon #nav-icon3.open span:nth-child(1) {
    top: 15px;
    width: 0%;
    left: 50%;
}

#wprmenu_bar .wprmenu_icon #nav-icon3.open span:nth-child(3),
#wprmenu_bar .wprmenu_icon #nav-icon3.open span:nth-child(2) {
    top: 10px;
}

#wprmenu_bar .wprmenu_icon #nav-icon3.open span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

#wprmenu_bar .wprmenu_icon #nav-icon3.open span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

#wprmenu_bar .wprmenu_icon #nav-icon3.open span:nth-child(4) {
    top: 18px;
    width: 0%;
    left: 50%;
}

#wprmenu_bar .wprmenu_icon #nav-icon3 {
    width: 32px;
    height: 32px;
    position: relative;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
}

.site-header.sticky #wprmenu_bar .wprmenu_icon #nav-icon3 span {
    background: #182731;
}

.twentyseventeen-front-page #wprmenu_bar .wprmenu_icon #nav-icon3 span {
    background: #fff;
}

.logo-w {
    display: none;
}

.twentyseventeen-front-page .site-header.sticky .logo-b,
.twentyseventeen-front-page .logo-w {
    display: block;
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}

.twentyseventeen-front-page .site-header.sticky .logo-w,
.twentyseventeen-front-page .logo-b {
    display: none;
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}

#wprmenu_bar .wprmenu_icon #nav-icon3 span {
    display: block;
    position: absolute;
    height: 4px;
    width: 100%;
    background: #fff;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
    border-radius: 6px;
}

.site-header .container {
    position: relative;
}


/**/

input[type="submit"],
button {
    -webkit-appearance: none;
}

#wprmenu_menu[style="display: block;"] ~ #wprmenu_bar .wprmenu_icon i.wpr_open {
    display: none;
}

#wprmenu_menu[style="display: block;"] ~ #wprmenu_bar .wprmenu_icon i.wpr_close {
    display: block;
}

#wprmenu_bar .wprmenu_icon .menu_close_icon span {
    content: "\e117"!important;
    display: block!important;
}

#special_menu #wprmenu_bar {
    background: transparent;
}

#special_menu {
    width: 100%;
    float: left;
    position: relative;
}

div#wprmenu_bar .wprmenu_icon {
    padding-top: 0;
    margin-top: 0;
    padding-right: 0; 
    overflow: inherit; 
} 

div#wprmenu_bar .wprmenu_icon i {
    font-size: 35px;
    cursor: pointer;
    line-height: 1;
}

div#wprmenu_menu ul li a {
    font-size: 17px!important;
    font-weight: bold;
    padding: 19px 0!important;
}

div#wprmenu_menu ul li a:hover,
div#wprmenu_menu ul li.current-menu-item a {
    color: #18436D;
}
 
div#wprmenu_bar {
    position: absolute;
    width: 32px;
    left: 0;
    float: right;
    padding: 0;
    left: auto;
    top: 1px;
    right: 0;
}
 
div#wprmenu_menu.top {
    position: absolute;
    top: 56px; 
    width: 100%;
    right: 0;
    left: auto;
    max-width: 100%;
} 
#wprmenu_bar .wprmenu_icon.menu-open #nav-icon3 span:nth-child(1) {
    top: 15px;
    width: 0%;
    left: 50%;
}

#wprmenu_bar .wprmenu_icon.menu-open #nav-icon3 span:nth-child(3),
#wprmenu_bar .wprmenu_icon.menu-open #nav-icon3 span:nth-child(2) {
    top: 9px;
} 

#wprmenu_bar .wprmenu_icon.menu-open #nav-icon3 span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

#wprmenu_bar .wprmenu_icon.menu-open #nav-icon3 span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

#wprmenu_bar .wprmenu_icon.menu-open #nav-icon3 span:nth-child(4) {
    top: 18px;
    width: 0%;
    left: 50%;
}

/**/
.left-header{
	float: left;
}

.text-right *,
.text-right{
	text-align: right;
}
.text-center *,
.text-center{
	text-align: center;
} 

#header.sticky-header {
    box-shadow: 0 0 18px 0 rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 0 18px 0 rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 0 18px 0 rgba(0, 0, 0, 0.2);
   /*  padding: 10px 0; */
}

/***********
	FooterMenu
*********************************/
#footer-menu h3 {
    font-size: 21px;
    color: #fff;
    float: left;
    margin: 26px 0 10px;
    width: 100%;
}
#footer-menu ul {
	padding: 0;
	float: left;
	margin: 0 !important; 
    width: 100%;
} 
#footer-menu ul li {
    width: 100%;
    list-style: none;
    float: left;
    position: relative;
    padding: 4px 0;
} 
#footer-menu ul li a { 
  color: #fff;
  float: left; 
  font-size: 13px;
  padding: 2px 0;
  text-decoration: underline; 
}

#footer-menu ul li:hover > a,
#footer-menu ul li a:hover,
#footer-menu ul li.current-page-ancestor a,
#footer-menu ul li.current-menu-item a, 
#footer-menu ul li.page_item a,
#footer-menu ul li.current-menu-parent a, 
#footer-menu ul li.current_page_item a{ 
	color: #18436D; 
}   


/*******/
.header-space{
	float: left;
	width: 100%;
	height: 101px;
} 

/**/ 

.socials {
    float: left;
    width: 100%; 
}
  
.btn.btn-landing{
	font-size: 20px; 
    height: 80px;
    margin: 35px 0;
    letter-spacing: 1.5px;
}  
.btn.btn-landing,
.vc_btn3-container.btn-white  a.vc_general.vc_btn3 {
	background-color: #fff;
	color: #18436D;
}
.more-case a:hover,
.vc_btn3-container a.vc_general.vc_btn3:hover {  
	text-decoration: none;
	background: linear-gradient(to bottom, #90ecab, #4fbf6a);
	box-shadow: 0 6px 15px rgba(0, 0, 0, 0.2); 
	color: #18436D;
}
.more-case a:after,
.vc_btn3-container a.vc_general.vc_btn3:after {
    content: "";
    background-image: url(images/icon-more-1.png);
    background-repeat: no-repeat;
    background-position: center center;
    width: 21px;
    height: 19px;
    margin-left: 16px;
    background-repeat: no-repeat;
} 
.more-case a,
.vc_btn3-container a.vc_general.vc_btn3 {  
    font-size: 17px;
    text-decoration: none;
    color: #18436D;
    width: 372px;
    padding: 15px 43px;
    display: inline-flex;
    font-weight: 600;
    height: 60px;
    align-items: center;
    justify-content: center;
    border-radius: 6px;
    font-family: 'solitas-serif-condensed';
    font-weight: 300;
    text-transform: uppercase;
    background: linear-gradient(to bottom, #a3f5b5, #65c97d);
    border: none;
    padding: 12px 32px;
    border-radius: 6px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    cursor: pointer;
    max-width: 100%;
}
  

/**/
.slick-next:before {
    content: "\f054";
}
.slick-next {
    right: 20px;
}
.slick-prev:before{
	content: "\f053";
}
.slick-prev {
    left: 20px;
}
.slick-prev:before, .slick-next:before {
	font-family:'FontAwesome';
    font-size: 15px;
    line-height: 1; 
    color: white;
}
.slick-prev:hover, .slick-next:hover {
	opacity: 0.7;
}
.slick-prev, .slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    1200px;
    display: block;
    width: 36px;
    height: 36px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none; 
    z-index: 1111;
    border-radius: 50%;
    border: 2px solid #fff;
	background-color: transparent;
}


/**/
 

#main>.container-s #content {
    padding: 0;
    width: 100%;
    float: left;
	margin-bottom: 85px;
}
#main>.container-s {
    width: 1300px;
    display: block;
    max-width: 100%;
    padding: 55px 0 0;
    margin: 0 auto;
}
 
.single .entry-content> .wpb-content-wrapper> div.vc_row:not([data-vc-full-width="true"]),
.single .entry-content> div.vc_row:not([data-vc-full-width="true"]) { 
    margin: 0 -15px;
    max-width: calc(100% + 30px);
}
.news-col{
	float: left;
}
.news-topblock {
    width: calc(100% - 315px);
    float: left;
    margin-bottom: 10px;
}
.news-left{
	padding-right: 17px;
	border-right: 1px solid #707070;
	width: calc(100% - 315px);
	box-sizing: border-box;
}
.news-right{
	width: 264px;
	margin-left: 50px;
}

.news-right .news-item .item-summary {
    padding: 0;
    font-size: 16px;
}
.news-right .news-item .item-meta {
    padding: 0;
	font-size: 14px;
	font-weight: 400;
	margin: 0 0 6px;
}
.news-right .news-item {
    float: left;
    width: 100%;
    margin: 0 0 20px;
    background-color: transparent;
    color: #393939;
    padding: 0;
}
	
 
.item-title-list a:hover { 
	color: #18436D;
	text-decoration: underline;
}
.news-item .item-thumbnail img{
	width: 100%;
}
.item-title-list a { 
    line-height: 1.2;
    color: #393939;
    margin: 14px 0 8px;
    text-decoration: none;
    font-weight: 300;
    font-size: 18px;
}

.single-post #content h2.item-title-list { 
    margin: 0; 
	padding: 0;
    font-size: 22px;
}

.blog-shortcont p{
	padding: 0;
	margin: 0 !important;
}
.news-item .item-summary{
    padding: 8px 16px;
	font-size: 16px;
}
.news-item .item-title-list  {
    padding: 8px 16px 6px;
} 
.news-item .item-meta{
    padding: 0 16px;
}
.news-item {
    float: left;
    width: calc(33.33% - 36px);
    margin: 8px 18px;
    background-color: #DDDDDD;
    color: #393939;
    padding: 0 0 8px;
}
.post-readmore{
    margin-top: 12px;
}
.item-summary .post-readmore a:hover {
	text-decoration: underline;
	color: #18436D;
}
.item-summary .post-readmore a {
    color: #393939;
    font-size: 16px;
    font-weight: 300;
    text-decoration: none;
} 

.clear3{
	width: 100%; 
	clear: both; 
}



/**/
.header-content{ 
  display: flex;
  align-items: center;
  justify-content: center;
}
ul.social-link {
    padding: 0;
    margin: 0;
    position: absolute;
    right: -140px;
    top: -2px;
}
ul.social-link li .fa.fa-facebook{
    position: relative;
    top: 3px;
}
ul.social-link li{
    font-size: 25px;
    color: #fff;
    display: inline-block;
    padding-right: 10px;
	margin: 0 3px;
	padding: 0;
}
ul.social-link li a:hover {
	background-color: #18436D;
}
ul.social-link li a {
    color: #fff;
    background-color: #717171;
    border-radius: 50%;
    width: 36px;
    height: 36px;
    text-align: center;
    display: inline-block;
	  display: flex;
	  align-items: center;
	  justify-content: center;
	  text-decoration: none;
}
 
#main-menu ul li.contact-menu {
	margin-right: 0;
} 
#main-menu ul li.contact-menu a:hover{  
	text-decoration: none;
	background: linear-gradient(to bottom, #90ecab, #4fbf6a);
	box-shadow: 0 6px 15px rgba(0, 0, 0, 0.2); 
}
#main-menu ul li.contact-menu a:after {
    content: "";
    background-image: url(images/icon-more-1.png);
    background-repeat: no-repeat;
    background-position: center center;
    width: 19px;
    height: 19px;
    margin-left: 16px;
}
#main-menu ul li.contact-menu a { 
    font-size: 17px;
    text-decoration: none;
    color: #18436D!important;
    width: 188px;
    padding: 15px 15px;
    display: inline-flex;
    font-weight: 600;
    height: 60px;
    align-items: center;
    justify-content: center;
    border-radius: 6px;
    font-family: 'solitas-serif-condensed';
    font-weight: 300;
    text-transform: uppercase; 
	background: linear-gradient(to bottom, #a3f5b5, #65c97d);
	border: none;    
	border-radius: 6px;
	box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
	transition: all 0.3s ease;
	cursor: pointer;
}



#main-menu ul li.contact-menu .sub-menu a{
	color: #fff!important;
}
#main-menu ul li.contact-menu .sub-menu  a {
    height: auto;
    padding: 5px;
    text-transform: none;
}
#main-menu ul li.contact-menu .sub-menu {
    background-color: #18436D; 
    width: 100%;
    box-sizing: border-box;
    padding: 10px 0;
}

#banner-home .slick-slide img { 
    width: 100%;
    vertical-align: middle;
    object-fit: cover;
    min-height: 280px;
    max-height: 600px;
}
 
#banner-home .container-text{
	width: 1010px;
	margin: 0 auto;
	max-width: calc(100% - 30px);
	position: relative;
}
#banner-home .slick-slide .img:before{ 
	content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 0;
    background-image: linear-gradient(to right, rgba(0,0,0,1), rgb(255,0,0,0));
} 
#banner-home .slick-slide .text h2{
	width: 475px;
	float: left;
	max-width: 100%;
	font-family: 'MyriadPro';
	font-size: 50px;
	line-height: 1.2;
	margin: 0;
	color: #fff;
}
#banner-home .slick-slide .text{
	position: absolute;
	z-index: 5;
    left: 0;
    right: 0;
    width: 100%;
	1200px;
    transform: translateY(-50%);
}
#banner-home .slick-slide .img{
	position: relative;
}
#banner-home{
	float: left;
	width: 100%;
}
#banner-home .slick-dots li button{
	display: none;
}
#banner-home .slick-dots li.slick-active {
	opacity: 1;
}
#banner-home .slick-dots li { 
    width: 67px;
    height: 3px;
    margin: 0 5px; 
    text-indent: -9999px;
    background-color: #fff;
    border: 1px solid #707070;
    opacity: 0.35;
}
#banner-home .slick-dots { 
    bottom: 30px; 
    z-index: 5;
}

 
#banner-page{
	float: left;
	width: 100%;
}

 
/**/
#signup-section h3{
	font-size: 32px;
	color: #fff;
	text-align: center;
    line-height: 1.2;
}
#signup-section{
	float: left;
	width: 100%;
	background-color: #18436D;
    padding: 56px 0;
}
#signup-section .container{
	width: 916px;
	margin: 0 auto;
	max-width: calc(100% - 30px);
	position: relative;
}

#signup-section div.wpforms-container-full .wpforms-form .wpforms-field {
    width: calc(50% - 58px);
    float: left;
    clear: none;
    padding: 10px 8px;
}
#signup-section div.wpforms-container-full .wpforms-form .wpforms-submit-container {
    width: 116px;
    float: left;
    clear: none;
    padding: 10px 8px;
}
#signup-section div.wpforms-container-full .wpforms-form label.wpforms-error { 
    color: red;
    font-size: 14px; 
    font-weight: 300;
}
#signup-section div.wpforms-container-full .wpforms-form input[type=submit]:hover, 
#signup-section div.wpforms-container-full .wpforms-form button[type=submit]:hover, 
#signup-section div.wpforms-container-full .wpforms-form .wpforms-page-button:hover {
	background-color: #000;
}
#signup-section div.wpforms-container-full .wpforms-form input[type=submit], 
#signup-section div.wpforms-container-full .wpforms-form button[type=submit], 
#signup-section div.wpforms-container-full .wpforms-form .wpforms-page-button {
    background-color: #393939;
    border: 1px solid #393939;
    color: #fff;
    font-size: 20px;
    padding: 10px 15px;
    font-weight: 600;
    height: 46px;
}
 
#signup-section div.wpforms-container-full .wpforms-form input[type=date], 
#signup-section div.wpforms-container-full .wpforms-form input[type=datetime], 
#signup-section div.wpforms-container-full .wpforms-form input[type=datetime-local], 
#signup-section div.wpforms-container-full .wpforms-form input[type=email],
#signup-section div.wpforms-container-full .wpforms-form input[type=month], 
#signup-section div.wpforms-container-full .wpforms-form input[type=number], 
#signup-section div.wpforms-container-full .wpforms-form input[type=password], 
#signup-section div.wpforms-container-full .wpforms-form input[type=range], 
#signup-section div.wpforms-container-full .wpforms-form input[type=search], 
#signup-section div.wpforms-container-full .wpforms-form input[type=tel], 
#signup-section div.wpforms-container-full .wpforms-form input[type=text], 
#signup-section div.wpforms-container-full .wpforms-form input[type=time], 
#signup-section div.wpforms-container-full .wpforms-form input[type=url], 
#signup-section div.wpforms-container-full .wpforms-form input[type=week], 
#signup-section div.wpforms-container-full .wpforms-form select, 
#signup-section div.wpforms-container-full .wpforms-form textarea { 
    color: #393939; 
    height: 46px; 
}
 

#content h2.page-title {
    text-align: center;
}


#content div.wpforms-container-full .wpforms-form .wpforms-field-label-inline,
#content div.wpforms-container-full .wpforms-form .wpforms-field-label { 
	font-weight: bold;
    font-size: 17px; 
    margin: 0 0 10px;
}
#content div.wpforms-container-full .wpforms-form input[type=submit]:hover, 
#content div.wpforms-container-full .wpforms-form button[type=submit]:hover, 
#content div.wpforms-container-full .wpforms-form .wpforms-page-button:hover {
	background-color: #000;
}
#content div.wpforms-container-full .wpforms-form input[type=submit], 
#content div.wpforms-container-full .wpforms-form button[type=submit], 
#content div.wpforms-container-full .wpforms-form .wpforms-page-button { 
    background-color: #18436D;
    font-size: 14px;
    text-decoration: none;
    color: #fff;
    width: 257px;
    padding: 15px;
    display: inline-flex;
    font-weight: 800;
    text-transform: uppercase;
    height: 60px;
    align-items: center;
    justify-content: center;
	float: left;
	max-width: 100%;
} 
 
#content div.wpforms-container-full .wpforms-form input[type=date], 
#content div.wpforms-container-full .wpforms-form input[type=datetime], 
#content div.wpforms-container-full .wpforms-form input[type=datetime-local], 
#content div.wpforms-container-full .wpforms-form input[type=email],
#content div.wpforms-container-full .wpforms-form input[type=month], 
#content div.wpforms-container-full .wpforms-form input[type=number], 
#content div.wpforms-container-full .wpforms-form input[type=password], 
#content div.wpforms-container-full .wpforms-form input[type=range], 
#content div.wpforms-container-full .wpforms-form input[type=search], 
#content div.wpforms-container-full .wpforms-form input[type=tel], 
#content div.wpforms-container-full .wpforms-form input[type=text], 
#content div.wpforms-container-full .wpforms-form input[type=time], 
#content div.wpforms-container-full .wpforms-form input[type=url], 
#content div.wpforms-container-full .wpforms-form input[type=week], 
#content div.wpforms-container-full .wpforms-form select { 
    color: #393939; 
    height: 49px; 
}
#content div.wpforms-container-full .wpforms-form textarea { 
    color: #393939; 
    height: 152px; 
}
 
.entry-content div.vc_row.container-small{
	width: 855px; 
}

.entry-content> .wpb-content-wrapper> div.vc_row:not([data-vc-full-width="true"]),
.entry-content> div.vc_row:not([data-vc-full-width="true"]) { 
     
}

.wpb_single_image.wpb_content_element{
	position: relative;
}

#content .wpb_single_image h2.wpb_singleimage_heading {
    font-size: 36px;
    color: #000;
    position: absolute;
    font-family: 'MyriadPro';
    font-style: italic;
    width: 478px;
    right: -10%;
    bottom: 10%;
    text-align: left;
    max-width: 100%;
}

.single-post ul li.menu-item-728 a{
    color: #18436D!important;
}
#section-latest .latest-news{
	margin: 0 -18px;
}
#section-latest >h2{
	text-align: center;
	font-size: 32px;
	font-weight: 300;
	line-height: 1.2;
	color: #7E7E7E;
	margin: 0 0 45px;
}
#section-latest{
	float: left;
	width: 100%;
	padding: 0 0 40px;
}

*{
	box-sizing: border-box;
}
.btn.btn-white:hover{
	color: #2B2B2B;
	background-color: #fff;
}
.btn.btn-white{
	color: #fff;
	border-color: #fff;
}
.btn:hover{  
	text-decoration: none;
	  background: linear-gradient(to bottom, #90ecab, #4fbf6a);
	  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.2); 
}
.btn:after {
    content: "";
    background-image: url(images/icon-more-1.png);
    background-repeat: no-repeat;
    background-position: center center;
    width: 19px;
    height: 19px;
    margin-left: 16px;
}
.btn { 
    font-size: 17px;
    text-decoration: none;
    color: #18436D;
    min-width: 163px;
    padding: 15px 43px;
    display: inline-flex; 
    height: 60px;
    align-items: center;
    justify-content: center;
    border-radius: 6px;
    font-family: 'solitas-serif-condensed';
    font-weight: 300;
    text-transform: uppercase; 
	background: linear-gradient(to bottom, #a3f5b5, #65c97d);
	border: none; 
	padding: 12px 32px;  
	border-radius: 6px;
	box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
	transition: all 0.3s ease;
	cursor: pointer;
} 
.colb-6{
	width: calc(50% - 36px);
	float: left;
	color: #fff;
    padding: 0 0 25px;
	margin: 0 18px;
} 
#feed-clients ul li .feed-item {
    padding: 0 15px;
    text-align: center;
}
.entry-content #feed-clients ul li {
    padding: 0;
}
#feed-clients .slick-slide img {
    display: inline-block;
    max-height: 145px;
    height: auto;
}
#feed-clients .slick-track{ 
    display: flex;
    align-items: center;
}
.container{
    width: 1140px;
    margin: 0 auto;
    display: block;
    max-width: calc(100% - 30px);
    position: relative;
}

.root-section p {
    font-size: 22px;
    color: #91BCD3;
    font-family: 'solitas-serif-condensed';
}
.root-section h3 {
    font-size: 30px;
    font-weight: 600;
    color: #fff;
    text-align: left;
    margin: 0 0 15px;
    text-transform: uppercase;
}
.root-section {
    float: left;
    width: 100%;
    padding: 75px 0;
    position: relative;
    overflow: hidden;
    background-color: #18436D;
    color: #fff;
}
.has_grid .container> *{
	position: relative;
	z-index: 3;
}
.has_grid .container{
	display: table;
}
 
#get_in_touch ul li h4 a:hover {
	background-color: #D22B2B;
}
#get_in_touch ul li h4 a {
    font-size: 14px;
    position: absolute;
    width: 257px;
    max-width: 95%;
    left: 0;
    right: 0;
    margin: 0 auto;
    background-color: #18436D;
    color: #fff;
    top: 50%;
    transform: translateY(-50%);
    height: 60px;
    text-decoration: none;
    font-weight: 800;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 15px;
}
#get_in_touch ul li div{
	position: relative;
	width: 100%;
	float: left;
}
#get_in_touch ul li{
	float: left;
	width: 50%;
	padding: 8px 15px;
}
#get_in_touch ul{
	margin: 0 -15px;
	padding: 0;
	list-style: none;
}
#footer hr{
	background-color: #ECECEC;
}
#footer .copyright a{
    color: #18436D;
}
.copyright {
    margin: 0;
    font-size: 18px;
    color: #18436D; 
    margin: 0;
    width: 110%;
}
#footer h3 {
    font-weight: 600;  
    margin: 0 0 24px; 
}
#footer .row { 
    display: inline-block;
    width: calc(100% + 30px);
}
.footer-col2 ul {
    margin: 0 0 23px;
    padding: 0;
    list-style: none;
    width: 100%;
    float: left;
}
.footer-col2 p{
	margin-bottom: 4px;
}
.footer-col2 ul li{
	float: left;
	width: 100%;
	padding: 0 0 4px;
}
.footer-col1 img{ 
	 
}

.footer-col3 ul{
    margin: 0 0 38px;
    padding: 0;
    list-style: none;
    width: 100%;
    float: left;
}
.footer-col3 ul li {
    float: left;
    width: 100%;
    padding: 0 0 4px;
}

@media only screen and (min-width: 768px) {
.contact-wr {
    width: 292px;
    float: left;
    max-width: 100%;
}
.info-wr{
	width: 302px;
	float: left;
	max-width: 100%;
}

}

/*content__banner*/
 
.content__banner h1 em{
	color: #91BCD3; 
	font-style: normal;
}
.content__banner h1 {
    font-size: 75px;
    font-weight: 400;
    margin: 0 0 28px;
    line-height: 1;
	position: relative;
    font-family: 'solitas-serif-condensed';
}
.content__banner h4 {
    font-weight: 700;
    margin: 0 0 15px;
    font-size: 25px;
}
.content__banner p strong{
	font-weight: 500;
}
.content__banner p{ 
    font-size: 20px;
    margin: 0 0 28px;
}
.content__banner h3{ 
    font-size: 42px; 
    font-family: 'solitas-serif-condensed';
	line-height: 1.2;
}
.content__banner {
    float: left;
    width: 514px;
    padding: 0;
    color: #fff;
    max-width: 100%;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
    position: relative;
    z-index: 5;
}
#banner-home {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
	z-index: 9;
}
div.banner_slider .slick-track img {
    vertical-align: middle;
    object-fit: cover;
    height: 100%;
    max-height: 100vh;
}
div.banner_slider .slick-track{
	height: 100%;
}
div.banner_slider {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
	display: flex;
}
.list_works .work_block .btn-work {
    padding: 15px;
    font-size: 14px;
    font-weight: 800;
    width: 183px;
    text-transform: uppercase;
    float: right;
}
.home .list_works .work_block .work_child  h4 {
	text-align: left;
}
.home .list_works .work_block h4 {
    color: #18436D;
    font-size: 19px;
    font-weight: 600;
    margin: 0 0 15px;
    text-align: center;
    height: 52px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.list_works .work_block {
    position: relative;
    background-color: #fff;
    z-index: 1;
    padding: 30px 20px 20px;
    width: 223px;
    max-width: 100%;
    margin: 0 auto;
    border-radius: 8px;
    display: inline-block;
}
.list_works> ul> li:hover{
	z-index: 9;
} 
.list_works> ul> li{
	float: left;
	width: 25%;
	padding: 15px;
	position: relative;
}
.list_works >ul {
    list-style: none;
    float: left;
    margin: 0 -15px;
    padding: 0;
    width: calc( 100% + 30px);
}

/* .list_works> ul> li:nth-child(4) .work_child h4,
.list_works> ul> li:nth-child(5) .work_child h4{
	text-align: right;
}
.list_works> ul> li:nth-child(5) .work_child,
.list_works> ul> li:nth-child(4) .work_child { 
    right: 0;
    left: auto; 
}
 */
.list_works ul li:hover .work_child {
	 
}
.list_works ul li .work_child {
    position: absolute;
    top: 0;
    left: 0;
    background-color: #fff;
    /* width: calc(300% + (30px * 3) - 12px); */
    display: none;
    padding: 30px 20px 20px;
    box-shadow: 1px 1px 19px -8px #000;
    border-radius: 8px;
    width: 443px;
    z-index: 9999;
}
.work_child_content ul:before{
	content: "";
	height: 100%;
	width: 1px;
	background-color: #9EA1AD;
	position: absolute;
	top: 0;
	left: 0;
}
.work_child_content p{
	font-size: 20px;
	color: #333E63;
}
.work_child_content ul:last-child li:last-child a {
    margin-left: 0;
    margin-top: 22px;
}
.work_child_content ul:last-child li:last-child {
	list-style: none;
} 

.work_child_content{
    width: 100%;
    float: left; 
}
.work_child_content ul li {
    float: left;
    width: 100%; 
}
.work_child_content ul {
    float: left;
    width: 50%;
    color: #18436D;
    position: relative;
    padding-right: 25px;
    padding-left: 38px;
    margin: 0;
    list-style: disc;
    white-space: nowrap;
    display: inline-block;
}
/* .work_child_content ul {
    float: left;
    width: 50%;
    color: #18436D;
    position: relative;
    padding-right: 15px;
    padding-left: 38px;
    margin: 0;
    list-style: disc;
}  */

.container-10{
	width: 1065px;
	max-width: calc(100% - 30px);
	margin: 0 auto;
}
.container-7{
	width: 745px;
	max-width: calc(100% - 30px);
	margin: 0 auto;
}
.container-9{
	width: 925px;
	max-width: calc(100% - 30px);
	margin: 0 auto;
}
 
#banner-page {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative; 
    overflow: hidden;
	background-color: #18436D;
} 
.banner_content-page p {
    font-size: 22px;
    color: #91BCD3;
    width: 100%;
}
.single-case-study .banner_content-page.banner_content-page h3 {
    font-size: 36px;
    color: #fff;
    font-weight: 600;
    line-height: 1.2;
    text-transform: uppercase;
    width: 680px;
    margin: 0 auto;
    max-width: 100%;
}
.single-case-study .banner_content-page h1 {
    font-size: 20px;
    color: #91BCD3;
}
.banner_content-page p,
.banner_content-page h3 {
    font-size: 22px;
    color: #91BCD3;
    font-weight: 600;
    line-height: 1.2; 
    width: 680px;
    margin: 0 auto;
    max-width: 100%;
}
.banner_content-page h1 {
    font-size: 36px;
    color: #fff;
    line-height: 1.2;
    position: relative;
    font-weight: 600;
    margin: 0 0 24px;
    text-transform: uppercase;
}
 
.banner_content-page { 
    padding-top: 190px;
    min-height: auto;
    width: 100%;
    position: relative;
    z-index: 3;
    padding-bottom: 85px;
    display: inline-block;
    text-align: center;
    font-family: "solitas-serif-condensed";
} 
.section_hb_dblue {
    background-color: #91BCD3;
}
.section_hb_lblue  {
	background-color: #fff;
}
.section_hb {
    position: relative;
    float: left;
    width: 100%;
    clear: both;
    padding: 75px 0;
}
 
.text-center{
	text-align: center;
}
.text-white{
	color: #fff!important;
}
.btn.center{
	margin: 0 auto;
	float: none;
}

@media (min-width: 767px){
.single  iframe {
    min-height: 201px;
}
}
.single  iframe {
    width: 100%;
    min-height: 201px;
    max-width: 100%;
}
.single iframe[width="560"] {
    width: 560px;
}
blockquote h6 em{
	font-style: normal;
}
blockquote h6{
	font-size: 22px;
}
blockquote {
    margin: 0 0 1rem;
    /* border-left: 2px solid #007bff; */
    padding-left: 25px;
}

.block-image{
	margin: 0 0 35px;
}
.flex {
	display: flex;
	flex-wrap: wrap;
}
.flex-middle{
    align-items: center;
}

#feed-clients ul{
	margin: 0;
	padding: 0 45px;
}
.slider_logo  .slick-prev {
    background-image: url(images/icon-prev-1.svg)!important;
    left: 15px; 
}
.slider_logo  .slick-next {
    background-image: url(images/icon-next-1.svg)!important;
    right: 15px;
}
.slider_logo  .slick-prev:before, 
.slider_logo  .slick-next:before {
	display: none;
}
.slider_logo .slick-prev, 
.slider_logo .slick-next {  
    background: transparent;
    background-position: 50%!important;
    background-repeat: no-repeat!important;
    background-size: 30px auto!important;
    content: " ";
    cursor: pointer;
    height: 30px;
    position: absolute;
    top: 48%;
    width: 30px;
    z-index: 1;
    border-radius: 0;
} 
 
/*list_case*/
#content .list_case h3 a:hover{
	text-decoration: none;
}
#content .list_case h3 a:hover{
	color: #18436D;
}
#content .list_case h3 a{
	color: #18436D;
	text-decoration: none;
}
#content .list_case h3 {
    font-size: 18px;
    margin: 0;
    text-transform: none;
}
.list_case ul li img{
	width: 100%;
}
.list_case ul li div span {
    position: absolute;
    min-width: 136px;
    right: 0;
    height: 58px;
    font-size: 19px;
    font-weight: bold;
    top: -10px;
    color: #fff;
    background-color: #18436D;
    -webkit-border-bottom-left-radius: 10px;
    -moz-border-radius-bottomleft: 10px;
    border-bottom-left-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 20px;
    display: none;
}
.list_case ul li div.case-item-img {
    width: 100%;
    float: left;
    text-align: center;
    padding: 5px 20px;
    min-height: 120px;
    margin: 0 0 20px;
}
.page-template-page-case_studies .list_case ul li div.case-item-dw { 
    width: 100%; 
}
.list_case ul li div.case-item-dw {
    float: none;
    width: 360px;
    position: relative;
    background-color: #fff;
    box-shadow: 0px 0px 18px -6px rgb(0 0 0 / 30%);
    box-shadow: 5px 9px 0 0 #18436D;
    padding: 43px 30px;
    height: 100%;
    border-radius: 13px;
    margin: 0 auto;
    max-width: 100%;
}
.list_news .slick-prev:before,
.list_case .slick-prev:before {
    content: "\f053";
	opacity: 1;
    font: normal normal normal 14px/1 FontAwesome;
}
.list_news .slick-next:before,
.list_case .slick-next:before {
    content: "\f054";
	opacity: 1;
    font: normal normal normal 14px/1 FontAwesome;
}
.list_news .slick-next,
.list_case .slick-next {
    right: 5px;
    width: 38px;
    height: 38px;
    background-color: #18436D!important;
}
.list_news .slick-prev,
.list_case .slick-prev {
    left: 5px;
    width: 38px;
    height: 38px;
    background-color: #18436D!important;
}
.list_case ul.slick-slider .slick-track,
.list_news ul.slick-slider .slick-track{
    display: flex;
    min-width: 100%!important;
    justify-content: center;
} 
.list_news ul.slick-slider li,
.list_case ul.slick-slider li { 
    height: inherit !important;
}
.list_news ul.slick-slider,
.list_case ul.slick-slider{ 
    display: block;
}
.list_case ul li{
	float: left;
	width: 33.33%;
	padding: 15px;
}
.list_case ul {
    margin: 20px -15px 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    justify-content: center;
} 
.list_case.case_list_home ul li { 
    width: 50%; 
}
.list_case.case_list_home ul li div.case-item-dw { 
    width: 415px; 
}
#content h4.heading a{
	text-decoration: none;
    color: #18436D;
}
#content h4.heading span {
    background-color: #18436D;
    position: relative;
    z-index: 3;
    height: 84px;
    min-width: 291px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 15px;
    box-shadow: 0px 0px 18px -6px rgb(0 0 0 / 30%);
    color: #fff;
    border-radius: 6px;
}
#content h4.heading {
    position: relative;
    font-weight: 800;
    text-transform: uppercase;
    display: inline-block;
}
#content .head_block h4.heading { 
    text-transform: none;
    font-weight: 600; 
}
body .multi-pagination .wp-pagenavi span.current {
    background-color: #18436D;
    color: #fff;
    border: 1px solid #18436D;
} 
/**/

.list_news ul li img {
    width: 100%; 
    height: auto;
}
.list_news ul li .news_date {
    font-size: 18px;
    color: #9EA1AD;
    background-image: url(images/calendar-1.svg);
    background-repeat: no-repeat;
    padding-left: 30px;
    background-position: left center;
    position: absolute;
    bottom: 33px;
    left: 30px;
    font-family: 'solitas-serif-condensed';
    font-weight: 300;
}
.list_news ul li .news-item-dw {
    padding: 13px 20px 28px;
    position: relative;
}
.list_news ul li .item-wrap {
    float: left;
    width: 100%;
    position: relative;
    background-color: #fff;
    box-shadow: 0px 0px 18px -6px rgb(0 0 0 / 30%); 
    height: 100%;
    padding-bottom: 55px;
    border-radius: 12px;
}
.list_case.listg2 ul li,
.list_news.listg2 ul li{
	width: 50%;
}
.list_news ul li{
	float: left;
	width: 33.33%;
	padding: 15px;
}
.list_news ul {
    margin: 0 -15px 0;
    padding: 0;
    display: inline-flex;
    flex-wrap: wrap;
    list-style: none;
}
#content .list_news h3 a:hover{
	text-decoration: none;
}
#content .list_news h3 a:hover{
	color: #18436D;
}
#content .list_news h3 a{
	color: #18436D;
	text-decoration: none;
}

#content .list_news h3 {
    font-size: 18px;
    margin: 0;
    font-weight: 600;
    text-transform: uppercase;
}

.single-practice-area .section_hb.section-news {
    /* text-transform: capitalize; */
} 
.types_list ul li:before {
    content: "";
    width: 85px;
    height: 68px;
    max-width: 80%;
    max-height: 80%;
    position: absolute;
    left: 10px;
    top: 10px;
    background-color: #18436D;
    z-index: 0;
}
.types_list ul li .type_wrap {
    float: left;
    width: 100%;
    position: relative;
    background-color: #fff;
    box-shadow: 0px 0px 18px -6px rgb(0 0 0 / 30%);
    padding: 15px;
    height: 90px;
    z-index: 3;
    font-size: 19px;
    font-weight: bold;
    color: #18436D;
    text-align: center;
    align-items: center;
    justify-content: center;
    display: flex;
}
.types_list2 .slick-track { 
    display: flex; 
    align-items: center;
}
.types_list2 ul li {
    float: left;
    width: 16.6%;
    padding: 20px;
    position: relative; 
    font-size: 19px;
    font-weight: 800;
    text-align: center; 
    overflow-wrap: break-word;
}
.types_list ul {
    margin: 20px -20px 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    list-style: none;
}
.types_list2 ul li .type_wrap {
    float: left;
    width: 100%;
    position: relative;
    background-color: #fff;
    box-shadow: 0px 0px 18px -6px rgb(0 0 0 / 30%);
    padding: 15px;
    height: 90px;
    z-index: 3;
    font-size: 19px;
    font-weight: bold;
    color: #18436D;
    text-align: center;
    align-items: center;
    justify-content: center;
    display: flex;
}
.types_list2 ul li {
    float: left;
    width: auto!important;
    padding: 20px 30px;
    position: relative;
    white-space: nowrap;
}
.types_list2 ul {
    margin: 0 !important;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    list-style: none;
}

@media only screen and (min-width: 600px) {
.postid-961 .types_list2 ul { 
    width: 100%;
    display: block; 
}
.postid-961 .types_list2 .slick-track {
    width: 100%!important;
    transform: none!important;
}
.postid-961 .types_list2 ul li { 
    width: 33.33%!important; 
}

}
.home .section-news h2,
.home .container >*{
	position: relative;
	z-index: 3;
}
.home .section-news{
	overflow: hidden;
}
 
.list_news.root_news ul li { 
    width: 50%;  
}
#content .col-podcast .head_block h4{
	font-weight: bold;
	font-size: 20px;
}

.head_block {
    float: left;
    width: 100%;
    height: 90px;
    margin: 0 0 40px;
    display: flex;
    align-items: end;
}
.head_block h4{
	margin-bottom: 0 !important;
}

/**/
.top_stories .news-item-dw {
    float: left;
    width: 100%;
    padding: 0 0 2px;
}
.top_stories ul li {
    width: 100%;
    float: left;
    padding: 15px 0;
    border-top: 1px solid #9EA1AD;
}
.top_stories ul {
    margin: 0;
    padding: 0; 
    list-style: none;
}
#content .top_stories h3 a:hover {
	color: #18436D
}
#content .top_stories h3 a {
    color: #18436D;
    text-decoration: none;
}
#content .top_stories h3 {
    font-size: 17px;
    margin: 0;
}
.top_stories ul li .news_date {
    font-size: 14px;
    color: #9EA1AD;
    background-image: url(images/calendar-1.svg);
    background-repeat: no-repeat;
    background-position: left top;
    padding-left: 24px;
    background-size: 13px auto;
}

#content .more-content-rg h4 {
    font-size: 19px;
    font-weight: bold;
    margin: 0px 0 23px;
    clear: both;
    width: 100%;
    float: left;
}
#content .more-content-rg {
    float: left;
    width: 100%;
    clear: both;
    padding: 1px 0;
}

.more-content-rg ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.more-content-rg ul li a:hover{
	color: #18436D;
}
.more-content-rg ul li a {
	text-decoration: none; 
}
.more-content-rg ul li {
    float: left;
    width: 100%;
    padding: 0 0 20px 12px;
    font-size: 19px;
}
.more-content-rg ul li a:hover {
    background-position: left 8px center;
}
.more-content-rg ul li a {
    background-image: url(images/icon-point-1.svg);
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 45px;
    background-size: 22px auto;  
    float: left;
}
.center{
	text-align: center;
}
.single #content {
    margin: 0;
    padding: 0;
}
.head_block.min { 
    height: 30px;
    margin: 0 0 10px; 
}

@media only screen and (min-width: 768px) {
.single .col-content-podcast {
    position: relative;
    padding-right: 45px;
}
.single .col-content-podcast:afterX {
    content: "";
    position: absolute;
    right: 15px;
    top: 55px;
    width: 1px;
    height: calc(100% - 55px);
    background-color: #9EA1AD;
}

#content .form-contact h3 { 
    min-height: 104px;
}


}
#banner-page  img.logo_banner {
    float: left;
    width: 218px;
    margin-bottom: 58px;
}
.banner_content-page .logo_banner ~ h1:before { 
    background-color: #2DCBD9; 
}
.banner-img {
    position: absolute;
    right: -15%;
    bottom: -54px;
    z-index: 1;
}

.single .btn { 
    min-width: 257px; 
}

.middle{
	align-items: center;
}

.form-martalks {
    float: left;
    width: 100%;
    position: relative;
    background-color: #fff;
    box-shadow: 0px 0px 18px -6px rgb(0 0 0 / 30%);
    height: 100%;
    padding: 50px;
}
.list-podcast{
	width: 100%;
	padding: 60px 0 0;
}
#banner-page[data="is_contact"] .banner_content-page h1:before { 
    right: 0;
    margin: 0 auto;
}
#banner-page[data="is_contact"] .banner_content-page h1 { 
    text-align: center;
}
#banner-page[data="is_contact"] .banner_content-page {
    max-width: 100%;
    width: 100%;
}

#banner-page[data="is_contact"] .container:after {
    display: none;
}
#content .form-contact h3 { 
    min-height: 104px;
}
.form-contact h3{
	text-align: center;
}
.form-contact {
    float: left;
    width: 100%;
    position: relative;
    background-color: #fff;
    box-shadow: 0px 0px 18px -6px rgb(0 0 0 / 30%);
    height: 100%;
    padding: 50px 50px 0;
}
div.block-hiring{ 
    display: flex;
    margin-top: -14%;
	flex-wrap: wrap;
    justify-content: center;
}
#wrapper { 
    position: relative;
    z-index: 5;
}


#content .block-hiring div.wpforms-container-full .wpforms-form input[type=submit], #content .block-hiring div.wpforms-container-full .wpforms-form button[type=submit], #content .block-hiring div.wpforms-container-full .wpforms-form .wpforms-page-button {  
    float: right;
    margin-top: 20px;
}
#content .block-hiring div.wpforms-container-full .wpforms-form input[type=submit]:hover, #content .block-hiring div.wpforms-container-full .wpforms-form button[type=submit]:hover, #content .block-hiring div.wpforms-container-full .wpforms-form .wpforms-page-button:hover {  
    background-color: #d11809;
}

.single-col .form-contact { 
    padding: 50px 50px ;
}
body div.wpforms-container div.wpforms-uploader .dz-message svg{
	display: none;
}
body div.wpforms-container div.wpforms-uploader {
    background: url(images/resume.svg) #edfeff no-repeat;
    background-size: 70px;
    background-position: top 35px center;
    padding: 130px 35px 40px !important;
    color: #18436D;
    text-align: center;
    font-size: 18px;
}
/* .single #banner-page[data="header-podcast"] .banner_content-page h1 { 
    text-align: center;
}
.single #banner-page[data="header-podcast"] .banner_content-page h1:before { 
    right: 0;
    margin: 0 auto;
}
.single #banner-page[data="header-podcast"] .container:after{
	display: none;
}
.single #banner-page[data="header-podcast"] .banner_content-page {
    width: 880px;
    max-width: 100%;
    margin: 0 auto;
    text-align: center;
}  */
.single #banner-page[data="header-podcast"] .news_date {
    font-size: 18px;
    color: #9EA1AD;
    background-image: url(images/calendar-1.svg);
    background-repeat: no-repeat;
    padding-left: 30px;
    background-position: left center;
    display: inline-block;
    float: none;
	display: none;
}
.single-podcast-content {
    width: 775px;
    max-width: 100%;
    margin: auto;
    padding-bottom: 10px;
}
.related_on_podcast{
	padding: 35px 0 0;
}

/*latest-epi*/
.latest-epi{ 
    padding: 20px 16px; 
    position: relative;
    background-color: #fff;
    box-shadow: 0px 0px 18px -6px rgb(0 0 0 / 30%);
}

h4{
	font-size: 20px;
	font-weight: 800;
}
.latest-epi span.custom_epi_text {
    position: absolute;
    min-width: 136px;
    right: 0;
    height: 58px;
    font-size: 19px;
    font-weight: bold;
    top: 0;
    color: #fff;
    background-color: #18436D;
    -webkit-border-bottom-left-radius: 10px;
    -moz-border-radius-bottomleft: 10px;
    border-bottom-left-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 30px;
    z-index: 3;
}
.latest-epi img {
    float: left;
    width: 100%;
}
.epi_text {
    padding: 20px 0 0;
}
@media only screen and (min-width: 768px) {
.epi_text {
    padding: 0 20px;
}
}

.block-more-epi{
	padding: 45px 0 55px;
}
div#wprmenu_menu .wprmenu_icon_par { 
    width: 60px; 
    line-height: 64px; 
}
.main-logo  img { 
    float: left;
}
.container-pa .container-9 {
    width: 100%;
    max-width: 100%;
}

#content .container-pa h2 {
    font-size: 45px;
    line-height: 1.1;
    font-weight: bold;
}
#content .container-pa{ 
    font-size: 22px; 
}
#content .col-podcast .head_blockx h4 {
    font-weight: 800;
    font-size: 20px;
    margin-bottom: 46px;
    text-transform: uppercase;
    padding-top: 35px;
}
.top_stories ul {
    margin: 0 0 15px!important;
    padding: 0;
    list-style: none;
    display: inline-block;
    border-bottom: 1px solid #9EA1AD;
}
.single #content .col-podcast .head_blockx h4 { 
    padding-top: 0;
}
.single #wrapper { 
    padding-top: 20px;
}
#content>.container .row {
    margin: 0 -37px ;
}
#content>.container .row .col {
    padding-right: 37px;
    padding-left: 37px;
}

#loadingGIF{text-align:center; }
#loadingGIF img{border-radius:50%; background:rgba(0,0,0,0.8); padding:5px; width:60px; height:60px; margin-bottom:15px;}
.filter_data {
    position: relative; 
    display: inline-block;
}  
.filter_data #blogfilter {
    background-color: #18436D;
	border-radius: 6px;
    position: relative;
    z-index: 3;
    height: 90px; 
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 35px;
    box-shadow: 0px 0px 18px -6px rgb(0 0 0 / 30%);
}
.filter_data #blogfilter select {
    font-size: 22px;
    font-weight: 600;
    color: #fff;
    border: none;
    padding: 15px;
    padding-right: 28px;
    background-image: url(images/arrow-down-1.svg);
    background-repeat: no-repeat;
    background-position: right center;
    background-size: 28px auto;
    font-family: "Outfit", sans-serif;
    background-color: transparent;
}

.filter_data #blogfilter select:active {  
  color: #fff!important; 
}

.filter_data #blogfilter  select option:checked { 
	color: #666!important;  
} 
.filter_data #blogfilter  select option:not(:checked){ 
	color: #000!important;
}

.filter_data #blogfilter select {
  /* for Firefox */
  -moz-appearance: none;
  /* for Chrome */
  -webkit-appearance: none;
}

/* For IE10 */
.filter_data #blogfilter select::-ms-expand {
  display: none;
}
.filter_data #blogfilter:afterX {
    content: "";
    width: 28px;
    height: 28px;
    background-image: url(images/arrow-down-1.svg);
    background-repeat: no-repeat;
    background-position: center;
    margin-left: 16px;
    background-size: 100% auto;
    position: absolute;
    right: 33px;
    background-color: #fff;
    top: calc(50% - 14px);
}

.section-row{
	width: 100%;
	float: left;
}

#content span.low { 
    text-transform: lowercase!important;
}
.category #content h4.heading span:after{
	display: none;
}
.category #loadingGIF{
	display: none;
}

#content p.case-item-excerpt{
	margin: 20px 0 0;
}
.embed-container { position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; max-width: 100%; } .embed-container iframe, .embed-container object, .embed-container embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }

#content h4.small {
    font-size: 22px;
    line-height: 32px;
	font-weight: normal;
}

div[data="header-podcast"] .banner-img {
	bottom: auto;
    top: 98px; 
}
.sideNav .sidenav-email.i2{
	background-image: none;
}
#getintouch-section.has_grid .container {
    display: block;
}
#footer .row.row_sub {
    margin-top: 0;
    margin-bottom: 0; 
}
.home .content__banner >h4 {
    font-size: 25px;
    font-weight: 800;
}
body .gform_wrapper.gravity-theme .gfield textarea.large {
    height: 152px;
}

#content .gform_wrapper .gform_validation_errors>h2 {
    color: #c02b0a;
    font-size: 13.2px;
    font-weight: 600;
    line-height: 17.6px;
    margin: 0 0 12px;
}
#content .gform_wrapper.gravity-theme .gform_footer, 
#content .gform_wrapper.gravity-theme .gform_page_footer { 
    padding-bottom: 0;
}
#content .gform_wrapper.gravity-theme #gform_2 .gform_footer, 
#content .gform_wrapper.gravity-theme #gform_2 .gform_page_footer, 
#content .gform_wrapper.gravity-theme #gform_3 .gform_footer, 
#content .gform_wrapper.gravity-theme #gform_3 .gform_page_footer { 
    justify-content: end;
}

.terms_menu ul li{
	float: left;
	padding-left: 10%;
}
.terms_menu ul {
    float: right;
    list-style: none;
    margin: 0;
    padding: 0;
    width: 100%;
    display: flex;
    justify-content: end;
}
.terms_menu{
	float: left;
	width: 100%;
}
#getintouch-section .wpcf7 label{
	color: #fff;
}
.wpcf7 label {
    font-size: 17px;
    font-weight: 400; 
}

#getintouch-section input[type="text"], 
#getintouch-section input[type="email"], input[type="url"],
#getintouch-section textarea {
    font-size: 17px;
    color: #fff;
    background: #fff;
    background-image: none;
    -webkit-border-radius: 0;
    border-radius: 0;
    display: block;
    padding: 9px 17px; 
    border: 1px solid #9EA1AD;
    width: 100%;
    margin-top: 7px;
}
#getintouch-section .wpcf7-list-item { 
    margin: 0;
}
#getintouch-section input[type="checkbox"]{
	
}
#getintouch-section input[type="radio"]{
	
}
#getintouch-section textarea {
	height: 124px;
} 
#getintouch-section input[type="submit"]:hover{  
	text-decoration: none;
	  background: linear-gradient(to bottom, #90ecab, #4fbf6a);
	  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.2); 
}
#getintouch-section input[type="submit"]:after {
    content: "";
    background-image: url(images/icon-more-1.png);
    background-repeat: no-repeat;
    background-position: center center;
    width: 19px;
    height: 19px;
    margin-left: 16px;
}
#getintouch-section input[type="submit"] { 
    font-size: 17px;
    text-decoration: none;
    color: #18436D;
    width: 210px;
    padding: 15px 43px;
    display: inline-flex;
    font-weight: 600;
    height: 60px;
    align-items: center;
    justify-content: center;
    border-radius: 6px;
    font-family: 'solitas-serif-condensed';
    font-weight: 300;
    text-transform: uppercase; 
	background: linear-gradient(to bottom, #a3f5b5, #65c97d);
	border: none; 
	padding: 12px 32px;  
	border-radius: 6px;
	box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
	transition: all 0.3s ease;
	cursor: pointer;
	margin-top: 20px;
}
#getintouch-sectionX input[type="submit"] {
    background-color: #fff;
    font-size: 22px;
    text-decoration: none;
    color: #18436D;
    width: 210px;
    padding: 15px;
    display: inline-flex;
    font-weight: 600;
    height: 65px;
    align-items: center;
    justify-content: center;
    border: none;
    border-radius: 6px;
    margin-top: 35px;
	cursor: pointer;
}
div.wpcf7 form .wpcf7-response-output {
    float: left;
    width: 100%; 
    padding: 9px 15px;
}

.single-post .section-cases,
.single-case-study .section-cases{
	margin-top: 75px;
}
.single-post #wrapper,
.single-case-study #wrapper {
    background: #FAFAFA; 
	padding: 75px 0 0;
}

.hb_top_single .list_news ul li .item-wrap { 
    width: 360px;
    float: none;
    margin: 0 auto;
	max-width: 100%;
}
/**/
.report_data {
	width: 100%;
	float: left;
	padding-top: 70px;
}
.report_data ul li img{
	margin-bottom: 20px;
}
.report_data ul li{
	width: 25%;
	float: left;
}

.report_data ul{
	float: left;
	width: 100%;
	margin: 0;
	padding: 0;
	list-style: none;
}

.content__on_slider {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 3;
    height: 100%;
}
.home #content { 
    padding: 0; 
}
.entry-content> .wpb-content-wrapper>  div.vc_row, 
.entry-content> div.vc_row {
    padding: 35px 0 8px;
}
.more-case a{
    height: auto;
}
.more-case{
	width: 100%;
	float: left;
	text-align: center;
    padding-top: 30px;
    padding-bottom: 35px;
}
.page-id-1360 #content h5{
	color: #91BCD3;
}
.page-id-1360 #content p{
    color: #fff; 
}
.page-id-1360 #content h1 {
    font-size: 36px;
    color: #fff;
    line-height: 1.2;
    font-weight: 600;
    margin: 0 0 24px;
    text-transform: uppercase;
}
.page-id-1360 #wrapper.disable_banner {
    padding-top: 190px;
    background-color: #18436D;
	background-image: url(images/shape3.png);
	background-repeat: no-repeat;
	background-position: center center;
    background-size: cover;
}
.vc_row.container-5 .vc_column-inner>.wpb_wrapper {
    width: 555px;
    max-width: 100%;
    margin: 0 auto;
    background-color: #fff;
    padding: 40px;
    display: block;
    overflow: hidden;
    box-shadow: 0px 0px 18px -6px rgb(0 0 0 / 30%); 
    border-radius: 6px; 
}
.entry-content select {
    font-size: 16px;
    color: #000;
    background: #fff;
    background-image: none;
    -webkit-border-radius: 0;
    border-radius: 0;
    display: block;
    padding: 10px 12px;
    border: 1px solid #9EA1AD;
    width: 100%;
    margin-top: 7px;
    border-radius: 7px;
    opacity: .8;
}
#content p.note_mes a{
	color: #105BC4;
	text-decoration: underline;
}
#content p.note_mes{ 
    color: #626E76;
    font-size: 12px;
    line-height: 1.3;
}
#content .wpcf7 input[type="text"], 
#content .wpcf7 input[type="email"], 
#content .wpcf7 textarea {
    font-size: 16px;
    color: #000;
    background: #fff;
    background-image: none;
    -webkit-border-radius: 0;
    border-radius: 0;
    display: block;
    padding: 10px 12px;
    border: 1px solid #9EA1AD;
    width: 100%;
    margin-top: 7px;
    border-radius: 7px;
}
#content .wpcf7-list-item { 
    margin: 0;
} 
#content .wpcf7 textarea {
	height: 110px;
} 
#content .wpcf7 p br{
	display: none;
} 
#content .wpcf7 input[type="submit"]:hover{  
	opacity: 1;
    background: #fff!important;
	border: 1px solid #9EA1AD;
	color: #18436D;
}  
#content .wpcf7 input[type="submit"] { 
    text-decoration: none;
    color: #fff;
    min-width: 150px;
    display: inline-flex;
    font-weight: 600;
    height: 50px;
    align-items: center;
    justify-content: center;
    border-radius: 6px;
    font-weight: 400;
    text-transform: uppercase;
	letter-spacing:3px;
    background: #18436D;
    border: none;
    padding: 12px 15px;
    border-radius: 60px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    cursor: pointer;
    margin-top: 0;
    font-size: 22px;
    line-height: 1;
}
 
.banner-content{
    padding-top: 190px!important;
}
#content .gradient-banner h1 {
    font-size: 36px;
    color: #fff;
    line-height: 1.3;
    font-weight: 600;
    margin: 0 0 24px;
    text-transform: uppercase;
}  
.gradient-banner p{
    font-size: 22px;
    color: #91BCD3;
}
.gradient-banner .wpb_single_image img {
    height: auto;
    max-width: 100%;
    vertical-align: top;
    border-radius: 10px;
    box-shadow: 8px 10px 0 0 #91BCD3;
  
}
.gradient-banner{
/*     background: rgb(182,182,182);
    background: linear-gradient(0deg, rgba(243,243,243,1) 0%, rgba(182,182,182,1) 100%) */
	background-color: #18436D;
left: -20px;
}
.video-player-for-wpbakery video{
	width: 100%!important;
	max-width: 100%!important;
    height: auto!important;
	max-height: 76vh;
} 
.banner-landing .hiw_menu ul li h6,
#content .hiw_menu ul li h6 {
    font-size: 20px;
    font-weight: 600;
    height: 52px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 0 14px;
}
.hiw_menu ul li{
	width: 25%;
	float: left;
	text-align: center;
	padding: 10px 15px;
}
.hiw_menu ul {
    list-style: none;
    width: 100%;
    float: left;
    margin: 0;
    padding: 0;
}
.hiw_menu .btn{
	text-transform: uppercase; 
    min-width: 183px;
    padding: 0;
	font-size: 14px;
	font-weight: 800;
	max-width: 100%;
}
.hiw_menu .current .btn{
	background-color: #9EA1AD;
	cursor: auto;
}
.hiw_menu{
	width: 100%; 
    padding: 0 0 35px;
    display: inline-block;
}
.page-template-page-case_studies #main, 
.category #main, 
.archive #main, 
.blog #main { 
    padding: 75px 0; 
}
div.video-player-for-wpbakery { 
    padding: 0;
}
div.banner_slider .slick-list { 
    width: 100%;
}


/*Slider*/
 
.banner-landing .content__on_slider { 
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100vh;
}

.banner-landing .content__banner {  
    padding: 0; 
}
 
.banner-landing .content__banner { 
    text-align: center; 
}
 /* 
.banner-landing .banner_slider:before{ 
    background: rgb(182,182,182);
    background: linear-gradient(0deg, rgba(243,243,243,1) 0%, rgba(182,182,182,1) 100%);
	display: none;
} 
.banner-landing .content__banner h1 { 
    color: #18436D;
}
.banner-landing .content__banner {  
	color: #18436D;
    padding: 28% 0 55px;
}
.page-template-page-landing #header {
  
} */
@media only screen and (min-width: 768999px) {
.banner-landing .content__on_slider {
    position: absolute; 
}
.banner-landing div.banner_slider {
    position: relative; 
} 
}
.vc_images_carousel.vc_build .vc_carousel-slideline .vc_carousel-slideline-inner>.vc_item { 
    height: auto!important;
}
.vc_images_carousel.vc_build .vc_carousel-slideline .vc_carousel-slideline-inner>.vc_item img {
    float: left;
    height: auto;
}
div.vc_images_carousel ol.vc_carousel-indicators { 
    display: none;
} 
.vc_row.extra_row .vc_column_container>.vc_column-inner { 
    padding-left: 25px;
    padding-right: 25px; 
}
.vc_row.extra_row{
    margin-left: -25px;
    margin-right: -25px;
}
div.vc_images_carousel .vc_carousel-control {  
    margin-top: -30px;
    width: 60px;
    height: 60px; 
    font-size: 60px; 
}
@media only screen and (min-width: 768px) {
.text-col-right.wpb_column .vc_column-inner>.wpb_wrapper{
	width: 380px;
	float: left;
	max-width: 100%;
}
.text-col-left.wpb_column> .vc_column-inner{
    align-items: end;
}
.text-col-left.wpb_column .vc_column-inner>.wpb_wrapper{
	width: 380px;
	float: right;
	max-width: 100%;
}
div.vc_images_carousel .vc_carousel-control .icon-next, 
div.vc_images_carousel .vc_carousel-control .icon-prev { 
    width: 60px;
    height: 60px;
    font-size: 60px;
    top: 0;
    margin: 0 auto;
    display: flex;
    align-items: CENTER;
    justify-content: center;
    left: 0;
}
div.wpb_images_carousel  {
    padding: 0 45px;
}
div.vc_images_carousel .vc_carousel-control.vc_right { 
    right: -15px;
}

div.vc_images_carousel .vc_carousel-control.vc_left { 
    left: -15px;
}


}
.count-up {
    width: min(30vw, 150px);
    aspect-ratio: 1 / 1;
    border-radius: 50%;
    background-color: transparent;
    margin: 0 auto;
    border: 4px solid #91BCD3;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 36px;
    font-weight: bold;
    margin-bottom: 20px;
}
blockquote { 
    font-size: 22px;
}
.section-casestudies{
	
}
.text-white.exh2 h2{
	color: #18436D!important;
}
.text-white *,
.text-white {
	color: #fff!important;
}
.shape-w{
	background-image: url(images/shape-w.png);
	background-repeat: no-repeat;
	background-position: center center;
    background-size: cover;
}
.section-casestudies{
	background-image: url(images/shape1-1.png);
	background-repeat: no-repeat;
	background-position: center center;
    background-size: cover;
}
.list_case.case_list_home {
    width: 960px;
    margin: 0 auto;
    max-width: 100%;
}

.section-ourstory .wpb_single_image img { 
    border-radius: 10px;
    box-shadow: 8px 10px 0 0 #74CC7E;
}
.section-ourstory{
	background-image: url(images/shape2.png);
	background-repeat: no-repeat;
	background-position: center center;
    background-size: cover;
}
.section-ourteam .wpb_single_image img {
    border-radius: 8px;
    box-shadow: 8px 10px 0 0 #019081
}

#content .section-ourteam h3 em{
	font-style: normal;
	font-weight: 400;
	width: 100%;
	display: inline-block;
}
#content .section-ourteam h3 { 
    font-weight: 600;
}

.section-ourteam .vc_row {
    margin-left: -30px;
    margin-right: -30px;
}
.section-ourteam .vc_column_container>.vc_column-inner { 
    padding-left: 30px;
    padding-right: 30px; 
}
#post-1360 .wpcf7 label {
    color: #fff;
}
.container-5x{
	width: 500px;
	margin: 0 auto;
	max-width: 100%;
}
.banner_usecase {
	background-image: url(images/shape3.png);
	background-repeat: no-repeat;
	background-position: center center;
    background-size: cover;
}
.banner_usecase p {
    font-size: 22px;
    color: #91BCD3;
    font-weight: 600;
    line-height: 1.2; 
}

#content .box_optional p a:hover{
	opacity: 0.7;
}
#content .box_optional p a {
    background-image: url(images/icon-more-green-1.png);
    background-position: right center;
    background-size: 19px auto;
    font-size: 17px;
    font-weight: 300;
    color: #74CC7E;
    text-decoration: underline;
    background-repeat: no-repeat;
    padding-right: 32px;
}
#content .box_optional p {
	margin: 0 0 15px;
}
.box_optional .wpb_wrapper p strong{
	text-transform: uppercase;
	font-weight: 600;
}
.box_optional .wpb_text_column >.wpb_wrapper {
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 4px 6px 0 0 #18436D;
    padding: 20px;
    text-align: center;
}
.box_optional{
	
}
.image-shadow.wpb_single_image img {
    height: auto;
    max-width: 100%;
    vertical-align: top;
    border-radius: 8px;
    box-shadow: 6px 8px 0 0 #91BCD3;
}
.gradient-banner.banner-green{
    background-color: #91BCD3;
	background-image: url(images/shape4.png);
	background-repeat: no-repeat;
	background-position: center center;
    background-size: cover;
}
#content .gradient-banner.banner-green h1 { 
    color: #18436D; 
}
.gradient-banner.banner-green p { 
    color: #18436D;
}
.gradient-banner.banner-green .wpb_single_image img { 
    box-shadow: 8px 10px 0 0 #74CC7E;
}
#style2 #header.sticky-header {
    background-color: #91BCD3;
}
#style2 #main-menu ul li a {
    color: #18436D; 
}
 
.gradient-banner #logoSelf p{
	color: #fff;
	font-size: 16px;
}
#logoSelf .vc_column-inner>.wpb_wrapper {
    display: flex;
    align-items: center;
    column-gap: 10px;
}
.gradient-banner #logoSelf .wpb_single_image img { 
    border-radius: 0;
    box-shadow: 0 0 0 0 transparent;
}
.banner_home{ 
	background-image: url(images/shape_home.png);
	background-repeat: no-repeat;
	background-position: center center;
    background-size: cover;
} 
.banner_home.vc_row[data-vc-full-width] { 
    overflow: inherit;
    z-index: 3;
}
/********/
.site_info{
    width: 100%;
    clear: both;
    margin: 0 0 88px;
}
.contact_form{
	
}
.box_contact>div>.wpb_wrapper{
	background-color: #fff;
	padding: 28px 25px;
	border-radius: 15px;
}

.page-id-1746 .box_contact>div>.wpb_wrapper {
    box-shadow: 1px 1px 6px #D2D2D2;
}
.box_contact>div>.wpb_wrapper {
    background-color: #fff;
    padding: 28px 25px 15px;
    border-radius: 15px;
    border: 1px solid #D2D2D2;
    display: inline-block;
}
#content .career_title p a:hover {
    background: #fff!important;
	border: 1px solid #9EA1AD;
	color: #18436D;
}
#content .career_title p a {
    background-color: #18436D;
	border: 1px solid #18436D;
    color: #fff;
    text-transform: uppercase;
    border-radius: 60px;
    padding: 8px 30px;
    text-decoration: none;
    margin-top: 15px;
    display: inline-block;
    font-weight: 600;
    letter-spacing: 3px;
}

#content .career_title h2 strong{
	color: #18436D;
}
#content .career_title h2{
	color: #fff;
}
#content .info_oil h5{
	margin-bottom: 10px;
} 

#section-presence:before {
    content: "";
    position: absolute;
    width: 50%;
    left: 50%;
    max-width: 100%;
    background-image: url("images/img2-1.png");
    background-repeat: no-repeat;
    background-position: left center;
    height: 100%;
    background-size: cover;
    top: 0;
	display: block;
}
#section-commodities:before {
    content: "";
    position: absolute;
    width: 50%;
    left: 0;
    max-width: 100%;
    background-image: url("images/shape1-1.png");
    background-repeat: no-repeat;
    background-position: right center;
    height: 100%;
    background-size: cover;
    top: 0;
	display: block;
}

.banner_slider:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 0;
	opacity: 0.65;
    z-index: 3; 
}
 
.banner_img img{
	float: left;
	width: 100%;
    vertical-align: middle;
    object-fit: cover; 
    min-height: 628px;
}
.banner_img{
	width: 100%;
	float: left;
}
.content__on_slider .container:after {
    content: "";
    display: block;
    width: 287px;
    height: 100%;
    position: absolute;
    bottom: 0;
    left: -287px;
    z-index: 0;
    opacity: 0.88;
    z-index: 3;
    clip-path: polygon(94% 0, 100% 0, 100% 100%, 1% 100%);
    background-color: #18436D;
	display: none;
}
.home .content__on_slider .container:after,
.home .content__on_slider .container:before{
	opacity: 0.7;
}
.content__on_slider .container:before {
    content: "";
    display: block;
    width: calc(726px + 287px);
    height: 100%;
    position: absolute;
    bottom: 0;
    left: -265px;
    z-index: 0;
    opacity: 0.88;
    z-index: 3;
    clip-path: polygon(25% 0%, 100% 0%, 75% 100%, 0% 100%);
    background-color: #18436D;
    max-width: 100%;
}
.content__on_slider .container { 
    height: 100%;
}
#section-presence {
    background-size: 50% 100%;
    background-position: right center !important;
}
.zoom-active .vc_single_image-wrapper:hover img{
	transform: scale(1.2);
}
.zoom-active .vc_single_image-wrapper{
	position: relative;
	overflow: hidden;
}
.zoom-active{
	
}
#content .text-white h6 a:hover{
	color: #18436D!important;
	text-decoration: none;
}
#wrapper.disable_banner,
#banner-home {
    margin-top: 136px;
}
.main-logo a img{
    transform-origin: left; 
}
.main-logo a:hover img{
	transform: scale(1.04);
}
.footer-logo a img{
    transform-origin: left; 
}
.footer-logo a:hover img{
	transform: scale(1.1);
}

#section-header>.wpb_column,
#section-team>.wpb_column,
.sm1>.wpb_column ,
.sm2>.wpb_column ,
.sm3>.wpb_column {
	position: relative;
	z-index:5;
}
/* CHUNG CHO CẢ 3 SECTION */
.sm1, .sm2, .sm3 {
  position: relative;
  overflow: hidden;
}
#section-header::after,
#section-team::after, #section-team::before,
.sm1::after, .sm2::after, .sm3::after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 0;
}
#section-header::after {
    top: 0;
    height: 100%;
    width: 50%;
    background-color: #163E67;
    clip-path: polygon(100% 0%, 88.3% 100%, 0% 100%, 0% 0%);
    left: auto;
    right: calc(50% + 330px);
}
.sm1X::after {
  top: 0;
  height: 100%;
  background-color: #F6FAFC;
  clip-path: polygon(100% 0%, 100% 100%, 92.5% 100%, 100% 0%);
}
 
.sm2::after {
  top: 0;
  height: 100%;
  background-color: #98BFD4;
  clip-path: polygon(92.5% 0%, 83.3% 100%, 0% 100%, 0% 0%);
}
 
.sm3X::after {
  top: 0;
  height: 100%;
  background-color: #18436D;
  clip-path: polygon(83.3% 0%, 75% 100%, 0% 100%, 0% 0%);
}
#section-teamX::after {
  bottom: 0;
  left: auto;
  right: calc(100% - 329px);
  width: 329px;
  height: 1000px;
  background-color: #F6FAFC;
  clip-path: polygon(0 0, 100% 0, 14% 100%, 0% 100%);
}

.list_2cols ul li {
    width: 50%;
    float: left;
    text-transform: uppercase;
    color: #fff;
    font-weight: 700;
    line-height: 2.4;
}
.list_2cols ul{
	list-style: none;
	margin: 0;
	padding: 0;
}
.list_2cols{
	
}
#key-figures .key-Col2{
	border-left: 1px solid #D7E7F0;
	border-right: 1px solid #D7E7F0;
}
#key-figures.vc_row {
    margin-left: -30px;
    margin-right: -30px;
}
#key-figures {
    display: flex;
    flex-wrap: wrap;
}
#key-figures .vc_column_container>.vc_column-inner { 
    padding-left: 30px;
    padding-right: 30px; 
}
#content #key-figures h4 em {
    font-weight: 500;
    font-size: 38px;
    font-style: normal;
}
#content #key-figures h4 strong{
	font-weight: 600;
}
#content #key-figures h4 {
    font-size: 59px;
    line-height: 1;
    font-weight: 300;
    margin-bottom: 11px; 
}
#content #key-figures .key-1 h6 {
	letter-spacing: 3px;
}
#content #key-figures h6 {
    font-size: 23px;
    text-transform: uppercase;
    font-weight: bold;
}
.key-2, .key-3, .key-4 {
    display: flex;
    align-items: center;
}
div.vc_separator.vc_sep_border_width_2 .vc_sep_holder .vc_sep_line {
    border-top-width: 2px;
}
div.vc_separator .vc_sep_holder .vc_sep_line {
    height: 2px;
    border-top: 2px solid #94BFD6;  
}
#content #address p{
	color: #000;
	font-weight: 300;
}
#content #address h2{
	color: #18436D;
}
#content #address h6 {
    font-size: 20px;
    text-transform: uppercase;
    color: #18436D;
    font-weight: 600;
    margin-bottom: 10px;
} 
#content .vc_custom_1750254527771 h2 { 
    margin-bottom: 12px;
}
#section-team .wpb_single_image img{
	width: 212px;
	max-width: 100%;
}
#content #section-team h6 {
    font-size: 20px;
    font-weight: 600;
    color: #18436D;
}
#content #section-team h3 { 
    margin-bottom: 16px;
}

/**/
.menu__btn {
  cursor: pointer;
  width: 36px; 
  display: flex;
  flex-direction: column;
  gap: 5px;
    clip-path: polygon(10% 0, 100% 0, 90% 100%, 0% 100%);
	display: none;
}
.menu__btn span {
  display: block;
  height: 3px;
  background: #18436d;
  border-radius: 3px;
}
.menu__inner {
  position: fixed;
  top: 0;
  right: -100%;
  width: 300px;
  height: 100%;
  background: #18436D;
  color: white; 
  padding: 20px;
  z-index: 1000;
transition: .4s ease all;
display: flex;
align-items: flex-end;
}
.menu__inner.open {
  right: 0;
}
.close__menu {
    color: #91BCD3;
    font-size: 50px;
    text-decoration: none;
    display: block;
    text-align: right;
    margin-bottom: 20px;
    line-height: 1;
    text-decoration: none;
}
.main__menu ul {
  list-style: none;
  padding: 0;
}
.main__menu ul li {
  margin: 10px 0;
}
.main__menu ul li a {
    color: white;
    text-decoration: none;
    font-size: 20px;
    position: relative;
    text-transform: uppercase;
}
.menu__inner .close__menu:hover{
	text-decoration: none;
}
.menu__inner .close__menu {
    display: inline-flex;
    position: absolute;
    right: 30px;
    top: 30px;
    align-items: center;
    justify-content: center;
    transition: .3s ease all;
}
.menu__inner .main__menu ul>li>a:hover {
    padding-left: 20px;
    color: #91BCD3;
}
.menu__inner .main__menu ul>li.current-menu-item>a {
    padding-left: 20px;
    color: #91BCD3;
}
.menu__inner .main__menu ul>li>a:before {
    top: 50%;
    transform: translateY(-50%);
    content: "/";
    position: absolute;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    width: 10px;
    height: 24px;
    opacity: 0;
    left: 0;
    transition: .3s ease all;
    line-height: 1.1;
}
.menu__inner .main__menu ul>li>a:hover:before,
.menu__inner .main__menu ul>li.current-menu-item>a:before {
    opacity: 1;
}
 
/**/
.vacancy-filters {
    display: flex;
    gap: 10px;
    margin-bottom: 66px;
    flex-wrap: wrap;
}
#content .vacancy-data h3 {
    margin-bottom: 8px;
}
.filter-btn { 
    font-weight: 400;
    font-size: 20px; 
    cursor: pointer;
    border: 1px solid #18436D;
    padding: 10px 20px;
    border-radius: 50px;
    text-decoration: none;
    color: #18436D;
    min-width: 171px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: transparent;
}
.filter-btn:hover,
.filter-btn.active {
	text-decoration: none;
	color: #fff;
	background-color: #18436D;
}
.vacancy-list {
    display: flex;
    flex-direction: column;
    gap: 40px;
}
.location{
	font-size: 20px;
	color: #91BCD3;
	font-weight: 600;
}
.vacancy-item {
    display: flex;
    justify-content: space-between;
    border-bottom: 2px solid #CADFEB;
    padding-bottom: 40px;
    align-items: center;
}
.job-info h3 {
    margin: 0;
}
.apply-btn:hover{
	text-decoration: none;
	color: #fff;
	background-color: #18436D;
}
.apply-btn {
    border: 1px solid #18436D;
    padding: 10px 20px;
    border-radius: 50px;
    text-decoration: none;
    color: #18436D;
    width: 200px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.vacancy-data{
	width: 100%;
	float: left;
	padding: 0 0 80px;
}
.site_info strong em{
	font-style: normal;
	padding: 0 10px;
}
#section-team .wpb_single_image{
	margin-top: -8px;
}
@media only screen and (min-width: 768px) {
    #footer .col-5 {
        max-width: 37.9%;
    }
	.hr1{
		min-height: 565px;
	}
} 

#section-curdeX:before {
    content: "";
    position: absolute;
    width: 50%;
    left: 50%;
    max-width: 100%;
    background-image: url("images/img1-1.png");
    background-repeat: no-repeat;
    background-position: left center;
    height: 100%;
    background-size: cover;
    top: 0;
	display: block;
}
.section_imghr.hr1:before {
    background-image: url("images/RIG-1.png");
    content: "";
    position: absolute;
    width: 50%;
    left: 50%;
    max-width: 100%;
    background-repeat: no-repeat;
    background-position: left center;
    height: 100%;
    background-size: cover;
    top: 0;
	display: block;
} 

@media only screen and (max-width: 768px) {
    .section_imghr.hr1:before {
        display: none;
    }
}
.box_contact .div >p{
	display: inline-block;
} 