/*
Theme Name: AirPurity
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.0
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('https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css'); 
input[type="submit"],
.main-logo label,
.wpforms-form button, 
.text-container .value_text, 
.siese, 
.slogo,
.case_study_loadmore,
.search_loadmore,
.misha_loadmore, 
.portfolio-gallery-ba ul li img,
.portfolio-gallery ul li img,
a:before,
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;
} 

.project_list ul li img,
.list_news ul li .news-item-img img { 
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-ms-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
} 
xsd{ font-family: 'Quicksand', sans-serif; }

html {  
    overflow-x: hidden; 
}

.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,
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: 1200px;
    margin: 0 auto;
	max-width: calc(100% - 60px);
}
#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: #fff;
	text-decoration: none;
}
#footer {
    clear: both;
    background-color: #101535;
    float: left;
    width: 100%;
    padding: 40px 0 70px;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
}
.footer-logo {
    float: left;
    width: 40%;
}
/*
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: "Montserrat", 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: "Montserrat", sans-serif;
}
input[type=submit] {
	font-family: "Montserrat", 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%;
    padding-top: 74px;
}
/* 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: #000000;
    font-size: 16px;
    line-height: 1.5;
}
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 #1F1F1F;
	cursor: help;
}
sup,
sub {
	height: 0;
	line-height: 1;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}
 
a {
    color: #101535;
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
}

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


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

#header {
	padding: 0;
}
#site-title {
	float: left;
	font-size: 30px;
	line-height: 36px;
	margin: 0 0 18px 0;
	width: 700px;
}
#site-title a {
	color: #101535;
	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 #1F1F1F;
	border-bottom: 1px solid #1F1F1F;
	display: block;
	float: left;
}


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

#access {
	background: #1F1F1F;
	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: #1F1F1F;
	line-height: 1em;
	padding: 10px;
	width: 160px;
	height: auto;
}
#access li:hover > a,
#access ul ul :hover > a {
	background: #1F1F1F;
	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: #101535;
    font-size: 16px;
    line-height: 1.6; 
}
#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: #101535;
}
#content h1,
#content h2,
#content h3,
#content h4,
#content h5,
#content h6 {
	color: #101535;
    line-height: 1.5;
	margin: 0 0 24px 0; 
}
#content h3 {
    font-size: 22px;
    font-weight: 600;
    line-height: 1.3;
}
#content h2 {
    font-size: 33px;
    line-height: 1.3;
    font-weight: 600;
    position: relative; 
}
#content h4 {
    font-size: 20px;
    line-height: 1.4;
    font-weight: 600; 
}
#content h5 {
    font-size: 16px; 
    font-weight: 600;
}
#content h6 {
    font-size: 16px; 
    font-weight: 300;
}

#content h1 {
    font-size: 52px;
    color: #101535;
    line-height: 1.1;
    font-weight: 600;
}
#content table {
	border: 1px solid #e7e7e7;
	margin: 0 -1px 24px 0;
	text-align: left;
	width: 100%;
}
#content tr th,
#content thead th {
	color: #101535;
	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 #1F1F1F;
	margin-left: -20px;
	margin-right: -20px;
	padding: 18px 20px;
}
.single .hentry {
	margin:  0
}
.page-title {
	color: #101535;
	font-size: 14px;
	font-weight: bold;
	margin: 0 0 36px 0;
}
.page-title span {
	color: #101535;
	font-size: 16px;
	font-style: italic;
	font-weight: normal;
}
.page-title a:link,
.page-title a:visited {
	color: #101535;
	text-decoration: none;
}
.page-title a:active,
.page-title a:hover {
	color: #ff4b33;
}
#content .entry-title {
	color: #101535;
	font-size: 21px;
	font-weight: bold;
	line-height: 1.3em;
	margin-bottom: 0;
}
.entry-title a:link,
.entry-title a:visited {
	color: #101535;
	text-decoration: none;
}
.entry-title a:active,
.entry-title a:hover {
	color: #ff4b33;
}
.entry-meta {
	color: #101535;
	font-size: 12px;
}
.entry-meta abbr,
.entry-utility abbr {
	border: none;
}
.entry-meta abbr:hover,
.entry-utility abbr:hover {
	border-bottom: 1px dotted #1F1F1F;
}
.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: #101535;
	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: #101535;
	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: #101535;
	font-weight: bold;
	margin: 0 0 22px 0;
	word-spacing: 0.5em;
}
.page-link a:link,
.page-link a:visited {
	background: #f1f1f1;
	color: #101535;
	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 #1F1F1F;
	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: #101535;
	font-size: 100%;
	font-weight: bold;
	margin-bottom: 0;
}
.entry-utility {
	clear: both;
	color: #101535;
	font-size: 12px;
	line-height: 18px;
}
.entry-meta a,
.entry-utility a {
	color: #101535;
}
.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 {
	background: #f1f1f1;
	line-height: 18px;
	margin-bottom: 20px;
	max-width: 632px !important; /* prevent too-wide images from breaking layout */
	padding: 4px;
	text-align: center;
}
.wp-caption img {
	margin: 5px 5px 0;
}
.wp-caption p.wp-caption-text {
	color: #101535;
	font-size: 12px;
	margin: 5px;
}
.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: #101535;
	font-size: 12px;
	margin: 0 0 12px;
}
.gallery dl {
	margin: 0;
}
 
.gallery br+br {
	display: none;
}
#content .attachment img {/* single attachment images should be centered */
	display: block;
	margin: 0 auto;
}


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

.navigation {
	color: #101535;
	font-size: 12px;
	line-height: 18px;
	overflow: hidden;
}
.navigation a:link,
.navigation a:visited {
	color: #101535;
	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: #101535;
	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: #101535;
	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: #101535;
	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: #101535;
}
.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: #101535;
	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: #101535;
}
#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: #101535;
	font-size: 12px;
}
#respond input {
	margin: 0 0 9px;
	width: 98%;
}
#respond textarea {
	width: 98%;
}
#respond .form-allowed-tags {
	color: #101535;
	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: #101535;
}
.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: 1428px;
	max-width: calc(100% - 60px);
	margin: 0 auto;
}
#colophon {
	border-top: 4px solid #1F1F1F;
	margin-top: -4px;
	overflow: hidden;
	padding: 18px 0;
}
#site-info {
	font-weight: bold;
}
#site-info a {
	color: #101535;
	text-decoration: none;
}
#site-generator {
	font-style: italic;
	position: relative;
}
#site-generator a {
	background: url(images/wordpress.png) center left no-repeat;
	color: #101535;
	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 #1F1F1F;
		padding-bottom: 18pt;
	}
	#colophon {
		border-top: 2pt solid #1F1F1F;
	}
	#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
--------------------------------------------------------------*/

 

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 {
     
}
#content buttonX,
#content input[type="button"],
#content input[type="submit"] {
    background-color: transparent;
    font-size: 20px !important;
    text-decoration: none;
    color: #101535;
    width: auto;
    padding: 0 15px;
    display: inline-flex;
	cursor: pointer;
    font-weight: bold;
    height: 40px;
    align-items: center;
    justify-content: center;
    float: none;
    max-width: 100%;
    border-radius: 0;
    border: 0 solid;
    text-transform: none;
    font-family: "montserrat", sans-serif;
    font-weight: bold;
    text-decoration: none;
}

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: #101535; 
}

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

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

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

/*--------------------------------------------------------------
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%; 
}
#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 {
    float: left;
    list-style: outside none none;
    position: relative;
    display: inline-block;
    margin: 0 28px;
}
#main-menu ul li:last-child{
	margin-right: 0!important;
}
#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;
	padding: 0 20px;
} 
    
#main-menu ul li .sub-menu li:hover .sub-menu{
	display: block;
}
#main-menu ul li:hover> .sub-menu{  
	display: block;
}
#main-menu ul li .sub-menu .sub-menu {
    display: none;
    left: 100%;
    top: 0;
}
#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: 246px;
    padding: 9px 0;
	max-width: 280px;
    box-shadow: 0 0 18px 0 rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 0 18px 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0 18px 0 rgba(0, 0, 0, 0.1);
}
#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.btn-request a:hover {
	background-color: #e8a300;
}
#main-menu ul li.btn-request a {
    background-color: #101535;
    color: #fff!important;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
    width: 210px;
    border-radius: 30px;
    height: 45px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.home #header.sticky-header #main-menu ul li a:hover{
	color: #039EE3;
}
.home #header.sticky-header #main-menu ul li a {
    color: #101535;
}
.home #main-menu ul li a {
    color: #fff;
}
#main-menu ul li a {
    color: #101535;
    font-size: 16px;
    overflow: hidden;
    padding: 0;
    text-decoration: none;
    line-height: 1.5;
    position: relative;
    font-weight: 600; 
}
#main-menu ul li .sub-menu .sub-menu a {
	 
}
#main-menu ul li .sub-menu > li:last-child a {
	border-bottom: 0;
}
#main-menu ul li .sub-menu a {
    float: left;
    padding: 8px 0; 
    width: 100%;
    box-sizing: border-box;
    line-height: 1.3;
    color: #22211C!important; 
    /* border-bottom: 1px solid #1F1F1F; */
}

#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: #039EE3;  
} 
#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: #039EE3 !important;  
} 
#main-menu ul li:hover > a,
#main-menu ul li a:hover{
	color: #039EE3;
}
#main-menu ul li.current-menu-parent > a,
#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: #039EE3;
}
.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{  
	 
}
/*--------------------------------------------------------------
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;
	margin-bottom: 155px;
}
#content .uncont input#searchsubmit { 
    margin: 0 auto;
    float: none;
}
#content .uncont h2   {
    font-size: 32px; 
	font-weight: 600;
    font-family: effra,sans-serif;
} 
#content .uncont hr.separator-break.separator-accent {
    background-color: #101535;
    margin-top: 36px;
    height: 2px;
    width: 71px;
    margin-bottom: 60px;
}
#content input#searchsubmit:hover {
    background-color: #A8D7D2;
}
#content input#searchsubmit {
    color: #fff;
    background-color: #101535; 
    font-size: 26px;
    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: #101535;
}
#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: #101535;
	border-color: #101535;
}
#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: 18px; 
}
.pagination .page-numbers.current {
    color: #43C9AA;
}
.page-numbers {
    color: #101535;
    text-align: center;
    line-height: 1.5;
    margin-right: 2px;
    position: relative;
    border: none;
    width: auto;
    height: 18px;
    font-size: 14px;
    font-weight: 400;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    margin: 6px;
    border-radius: 6px; 
}
.page-numbers.current, 
.page-numbers:hover { 
	font-weight: bold;
} 
.pagination {
    display: block;
    width: 100%;
    float: left; 
    text-align: center; 
    display: flex;
    align-items: center;
    justify-content: center;
}
.next.page-numbers{
    margin-left: 20px; 
    font-size: 18px;
    background-image: url(images/icon-next.svg);
    background-repeat: no-repeat;
    width: 40px;
    height: 40px;
    text-indent: -9999px;
}
.prev.page-numbers{
    margin-right: 20px; 
    font-size: 18px;
    background-image: url(images/icon-prev.svg);
    background-repeat: no-repeat;
    width: 40px;
    height: 40px;
    text-indent: -9999px;
} 
.prev.page-numbers:hover:before,
.next.page-numbers:hover:before {
	font-weight: bold;
}
.next.page-numbers:before {
    height: 22px;
    width: 22px;
    border-radius: 0;
    content: ">"; 
    font-size: 18px;
    color: #101535;
    display: inline-block;
    text-align: center;
    line-height: 1.5;
    position: absolute;
    left: 0;
    right: 0;
    top: 9px;
    margin: 0 auto;
    border: 0px solid #1F1F1F;
	display: none;
}
.prev.page-numbers:before {
    height: 22px;
    width: 22px;
    border-radius: 0; 
    content: "<";
    font-size: 18px;
    color: #101535;
    display: inline-block;
    text-align: center;
    line-height: 1.5;
    position: absolute;
    left: 0;
    right: 0;
    top: 9px;
    margin: 0 auto;
    border: 0px solid #1F1F1F;
	display: none;
}
/*******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.svg);
    background-position: right center;
	float: right;
}
#nav-below .nav-previous .meta-nav {
    background-image: url(images/post-prev.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% - 146px);
}
#header.sticky-header #main-menu> ul l>i >a { 
   
}
 
#header.sticky-header .logo img {
     
}
.main-logo .siese{
	width: 92px;
}
.main-logo .slogo{
	width: 146px;
}
.main-logo {
    float: left;
    width: 146px;
    display: flex;
    align-items: end;
    column-gap: 10px;
}
.main-logo label {
    color: #fff;
    font-weight: 400;
    font-size: 14px;
    margin: 0;
    padding: 0 6px;
    white-space: nowrap;
}
.main-logo .slogo img {
    float: left;
    width: 100%;
}
.home #header:not(.sticky-header) .main-logo .slogo img {
    content: url("images/logo.png");
}

.main-logo.footer-logo .siese img{
	width: 92px;
}
.main-logo.footer-logo  label { 
    padding-top: 9px;
}
.main-logo.footer-logo .siese {
    width: 100%;
    display: flex;
    align-items: center;
    margin-top: 60px;
}
.main-logo.footer-logo { 
    width: 210px; 
    flex-wrap: wrap;
}
 
#header.sticky-header{
    padding: 15px 0;
}
.home #header.sticky-header{
    padding: 15px 0;
    background-color: #fff;
}
.home #wrapper { 
    padding-top: 0;
}
.home div.wpb-content-wrapper {
    padding-top: 0;
}
.home #header { 
    background-color: transparent; 
}
#header {
    float: left;
    width: 100%;
    display: inline-block;
    left: 0;
    top: 0;
    z-index: 99;
    position: fixed;
    background-color: #fff;
    padding: 33px 0;
}
#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: #101535;
}
.header-info ul li a{
	color: #101535;
	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: #101535;
    float: right;
    margin: 4px 0;
    padding: 0;
    list-style: none;
    clear: both;
}
.header-info ul{
	margin: 0;
	float: right;
	padding: 0;
}
 

#header > .container {
    width: 1200px;
    margin: 0 auto;
    display: block;
    max-width: calc(100% - 60px);
    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%;
	1320px;
    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: 1200px;
    max-width: 100%; 
	margin-left: auto;
	margin-right: auto; 
    padding: 0;    
} 

#main>.container{ 
    padding: 55px 0;
}
#main>.container {
    width: 1200px;
    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: #d9d7db;
    color: red;
    font-size: 14px;
    text-align: center;
    border: none;
    margin: 15px 0;
    padding: 8px 0;
} 
#getintouch-section .wpcf7 {
    padding-top: 20px;
}
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;
    display: none;
}

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

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

#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: 4px;
}

#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: 46px;
    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: 3px;
    width: 100%;
    background: #101535;
    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: 26px!important;
    font-weight: 400;
    padding: 11px 0!important;
    font-family: "Montserrat", sans-serif;
}
div#wprmenu_menu.wprmenu_levels ul li a { 
    text-align: center;
    text-transform: uppercase;
}


div#wprmenu_menu ul li a:hover,
div#wprmenu_menu ul li.current-menu-item a {
    font-weight: bold;
}
 
div#wprmenu_bar {
    position: absolute;
    width: 46px;
    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); 
}

/***********
	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: #101535; 
}   


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

/**/ 

.socials {
    float: left;
    width: 100%; 
}
 

.more-case a:hover,
.vc_btn3-container a.vc_general.vc_btn3:hover {
    color: #fff;
    background-color: #101535;
} 
.vc_btn3-container.btn-white  a.vc_general.vc_btn3:hover {
    color: #fff;
    background-color: #AD006B;
}
.vc_btn3-container.btn-dark  a.vc_general.vc_btn3:hover {
    background-color: #101535;
}
.vc_btn3-container.btn-dark a.vc_general.vc_btn3 {
	background-color: #101535;
}
.vc_btn3-container.btn-sm a.vc_general.vc_btn3 {
    min-width: 196px;
}
.vc_btn3-container.btn-small a.vc_general.vc_btn3 {
    min-width: 150px;
}
.vc_btn3-container.btn-white a.vc_general.vc_btn3 {
	background-color: #fff;
	color: #AD006B;
}
.more-case a,
.more-case a, .vc_btn3-container a.vc_general.vc_btn3 {
    background-color: #101535;
    border: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-weight: normal;
    line-height: 1;
    padding: 10px 15px;
    text-shadow: none;
    -webkit-transition: background 0.2s;
    transition: background 0.2s;
    font-size: 14px;
    border: none;
    min-width: 204px;
    max-width: 100%;
    background-image: none;
    font-weight: bold;
    letter-spacing: 1.3px;
    height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 0;
    font-weight: 400;
}
.btn-moresp a.vc_general.vc_btn3 {
	padding: 0 40px;
}
/**/
.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; 
    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: 1200px;
    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"]) { 
    padding: 0;
}
.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: #101535;
	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: 26px;
}

.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: #101535;
}
.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: #101535;
}
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:first-child {
    margin-left: 0; 
}
#main-menu ul li.contact-menu {
    margin-right: 0;
    margin-left: 76px;
}
#main-menu ul li.contact-menu a:hover {
	background-color: #101535;
	color: #fff!important;
}
#main-menu ul li.contact-menu a {
    background-color: #fff;
    font-size: 18px;
    text-decoration: none;
    color: #101535!important;
    width: 128px;
    padding: 15px 5px;
    display: inline-flex;
    font-weight: 700;
    height: 60px;
    align-items: center;
    justify-content: center; 
    border-radius: 14px; 
    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);
}
#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: #101535; 
    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% - 60px);
	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%;
	1320px;
    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: #101535;
    padding: 56px 0;
}
#signup-section .container{
	width: 916px;
	margin: 0 auto;
	max-width: calc(100% - 60px);
	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: 16px; 
    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 {
	Opacity: 0.8;
}
#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: #101535;
    font-size: 14px;
    text-decoration: none;
    color: #fff;
    width: 210px;
    padding: 15px;
    display: inline-flex;
    font-weight: 600;
    height: 45px;
    align-items: center;
    justify-content: center;
    max-width: 100%;
    border-radius: 23px;
    border: 0 solid;
    float: left;
    margin-top: 30px;
	text-transform: uppercase;
}
div.wpforms-container-full .wpforms-form .wpforms-submit-container { 
    text-align: center;
}
#content div.wpforms-container-full .wpforms-form button[type=submit]#wpforms-submit-1820 {
    float: none;
    margin: 15px 0 auto;
}
#content div.wpforms-container-full .wpforms-form button[type=submit]#wpforms-submit-1908:hover{
    background-color: #101535;
}
#content div.wpforms-container-full #wpforms-form-1908.wpforms-form .wpforms-field {
    padding: 18px 0; 
}
#content div.wpforms-container-full .wpforms-form button[type=submit]#wpforms-submit-1908{ 
	width: 152px;
	background-color: #101535;
	margin-top: 12px;
}
#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: #45484B;
    height: 50px;
    border: 0px solid #45484B;
    border-radius: 0;
    padding: 6px 17px;
    background-color: #fafafa;
} 
#content div.wpforms-container-full .wpforms-form textarea {  
    height: 100%; 
    color: #45484B; 
    border: 0px solid #45484B;
    border-radius: 0;
    padding: 12px 17px;
}


#content div.wpforms-container-full #wpforms-form-1878.wpforms-form textarea { 
    height: 130px;
}
 

.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: #22211C!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{ 
	background-color: #e8a300;
	text-decoration: none!important;
}
.btn {
    background-color: #101535;
    color: #fff !important;
    font-size: 14px; 
    font-weight: 400;
    width: 204px;
    border-radius: 0;
    height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.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: 1200px;
    margin: 0 auto;
    display: block;
    max-width: calc(100% - 60px);
    position: relative;
}

.root-section p{
	font-size: 16px;
}
.root-section h3 {
    font-size: 45px;
    font-weight: bold;
    color: #101535;
    text-align: left;
    margin: 0 0 15px;
}
.root-section {
    float: left;
    width: 100%;
    padding: 75px 0;
    position: relative;
    overflow: hidden;
    background-color: #d3dcdf;
    color: #101535;
}
.has_grid .container> *{
	position: relative;
	z-index: 3;
}
.has_grid .container{
	display: table;
}
 
#get_in_touch ul li h4 a:hover {
	background-color: #e8a300;
}
#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: #101535;
    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;
}
.copyright p{
	margin:0;
}
.copyright{
	margin: 0;
}
#footer h3 {
    font-weight: 700;
    color: #101535;
    margin: 0 0 24px;
    font-size: 16px;
    white-space: nowrap;
}
#footer .row { 
    display: inline-block;
    width: calc(100% + 30px);
}
.footer-col2 ul{
	margin: 0;
	padding: 0;
	list-style: none;
}
.footer-col2 ul li {
    float: left;
    width: 100%; 
}
.footer-col1 img {
   
}

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

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

/*content__banner*/
 
.content__banner h1 {
    font-size: 70px;
    font-weight: 700;
    margin: 0 0 28px;
    line-height: 1;
	position: relative;
}
.content__banner h4 {
    font-weight: 700;
    margin: 0 0 15px;
    font-size: 25px;
}
.content__banner p,
.content__banner h3{
	font-size: 22px; 
    margin: 0 0 28px;
}
.home .content__banner {  
    padding: 28% 0 55px; 
}
.content__banner {
    float: left;
    width: 100%;
    padding: 140px 0 55px;
    color: #fff; 
}
#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;
} 
.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: #101535;
    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: #101535;
    position: relative;
    padding-right: 15px;
    padding-left: 38px;
    margin: 0;
    list-style: disc;
}  */

.wpb_text_column.container-10>div{
	width: 1030px;
	max-width: calc(100% - 60px);
	margin: 0 auto;
}
.wpb_text_column.container-7>div{
	width: 730px;
	max-width: calc(100% - 60px);
	margin: 0 auto;
}
.wpb_text_column.container-6>div{
	width: 672px;
	max-width: calc(100% - 60px);
	margin: 0 auto;
}
.vc_row.container-10{
	width: 1030px;
	max-width: 100%;
	margin: 0 auto;
}
.vc_row.container-105{
	width: 1050px;
	max-width: 100%;
	margin: 0 auto;
}
.vc_row.container-8{
	width: 880px;
	max-width: 100%;
	margin: 0 auto;
}
.wpb_text_column.container-9>div{
	width: 925px;
	max-width: calc(100% - 60px);
	margin: 0 auto;
}
.wpb_text_column.container-7{
	width: 748px;
	max-width: calc(100% - 60px);
	margin: 0 auto;
}
  
#banner-page .banner-image{
    padding-top: 118px;
}
#banner-page {
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: center bottom;
    position: relative;
    display: flex;
    background-color: #101535;
}
.home #banner-page {
    z-index: 4;
}
.banner_content-page p {
    font-size: 30px;
    color: #fff;
    width: 100%;
	font-weight: bold;
} 
.banner_content-page h3{
	font-size: 40px;
	color: #fff;
	font-weight: bold;
}
.banner_content-page h2{
	font-size: 45px;
    line-height: 1.2;
	color: #fff;
	font-weight: bold;
    margin: 0 0 10px;
}

.special .testi-content p{
	font-size: 45px;
    line-height: 1.2;
	color: #fff;
	font-weight: bold;
    margin: 0 0 10px;
}
#content .special .list_testimonials h3 { 
    font-size: 30px;
}
.banner_content-page h1 {
    font-size: 80px;
    color: #fff;
    line-height: 1.2;
    position: relative;
    font-weight: bold;
    margin: 0;
    
}
.text_black .banner_content-page p,
.text_black .banner_content-page h2,
.text_black .banner_content-page h3,
.text_black .banner_content-page h1 { 
    color: #101535; 
    margin: 0 0 24px;
}
.banner-conten-wrap{
	
}
.wrap_testimonial{
	position: relative;
}
.wrap_testimonial:after,
.is_quote .banner-conten-wrap:after {
    content: "";
    background-image: url(images/quote2.png);
    background-position: center bottom;
    width: 194px;
    height: 147px;
    position: absolute;
    right: 0;
    bottom: 0;
    background-repeat: no-repeat;
    background-size: 100% auto;
}
.wrap_testimonial:before,
.is_quote .banner-conten-wrap:before {
    content: "";
    background-image: url(images/quote1.png);
    background-position: center top;
    width: 194px;
    height: 147px;
    position: absolute;
    left: 0;
    top: 0;
    background-size: 100% auto; 
    background-repeat: no-repeat;
}

.is_quote .banner-conten-wrap { 
	width: 900px;
	margin: 0 auto;
	max-width: 100%;
	position: relative;
}
.is_quote .banner_content-page { 
    width: 100%; 
}

@media only screen and (max-width: 1210px) {

.is_quote .banner-conten-wrap:after { 
    right: 0;
    bottom: 26px;
}
.is_quote .banner-conten-wrap:before { 
    left: 0;
    top: -26px; 
}

.is_quote .banner-conten-wrap { 
	width: 100%;
	padding: 0 150px;
}


	
}
.home .banner_content-page {
	padding-bottom: 35px;
}
.banner_content-page {
    min-height: auto;
    width: 100%;
    position: relative;
    z-index: 3;
    display: inline-block;
    text-align: left;
    color: #fff;
    max-width: 100%;
    display: flex;
    align-items: end;
    height: 100%;
}
.section_hb_dblue  {
	background-color: #F3F3F3;
}
.section_hb_lblue {
    background-color: #DDE4E7;
}
.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 0;
}
.slider_logo  .slick-prev {
    background-image: url(images/icon-prev.svg)!important;
    left: 15px; 
}
.slider_logo  .slick-next {
    background-image: url(images/icon-next.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;
}
.contact-wrX ul li:first-child a:before{
	content:"\f0e0";
	font-family:'FontAwesome';
	color: #101535;
	font-size: 22px;
	margin-right: 12px;
}
.contact-wrX ul li:last-child:before{
	content:"\f095";
	font-family:'FontAwesome';
	color: #101535;
	font-size: 24px;
	margin-right: 12px;
}
 
/*list_case*/
#content .list_case h3 a:hover{
	text-decoration: none;
}
#content .list_case h3 a:hover{
	color: #101535;
}
#content .list_case h3 a{
	color: #101535;
	text-decoration: none;
}
#content .list_case h3 {
    font-size: 18px;
    margin: 0 0 14px;
}
div.case-item-excerpt p:last-child{
	margin-bottom: 0 !important;
}
div.case-item-excerpt{
	width: 100%;
	clear: both;
}
.list_case ul li img{
	width: 100%;
}
.list_case ul li.manufacturing-design div span {
	background-color: #E75043;
}
.list_case ul li.marcomms div span {
	background-color: #101535;
}
.list_case ul li div span {
    position: absolute;
    min-width: 76px;
    right: 0;
    height: 34px;
    font-size: 16px;
    font-weight: bold;
    top: 0px;
    color: #fff;
    background-color: #158C8B; 
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 10px; 
    min-width: 115px;
}
.list_case ul li div.case-item-img img{
	max-width: 80%;
	max-height: 100%;
    vertical-align: middle;
    object-fit: cover;
}
.list_case ul li div.case-item-img {
    width: 100%;
    float: left;
    text-align: center;
    padding: 5px 20px;
    height: 80px;
    margin: 0 0 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.page-template-page-case_studies .list_case ul li div.case-item-dw { 
    width: 100%; 
}
.list_case ul li.manufacturing-design div.case-item-dw {
	border-color: #E75043;
}
.list_case ul li.marcomms div.case-item-dw {
	border-color: #101535;
}
.list_case ul li.tech div.case-item-dw {
	
}
.list_case ul li div.case-item-dw {
	border: 2px solid #158C8B;
    float: none;
    width: 100%;
    position: relative;
    background-color: #fff;
    box-shadow: 0px 0px 18px -6px rgb(0 0 0 / 30%);
    padding: 43px 30px;
    height: 100%;
    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;
	display: none;
}
.list_news .slick-next:before,
.list_case .slick-next:before {
    content: "\f054";
	opacity: 1;
    font: normal normal normal 14px/1 FontAwesome;
	display: none;
}
.list_case .slick-prev {
	background-image: url(images/icon-prev.svg) !important;
}
.list_case .slick-next {
	background-image: url(images/icon-next.svg) !important;
}

.list_news .slick-prev{
	background-image: url(images/icon-prevd.svg) !important;
}
.list_news .slick-next{
	background-image: url(images/icon-nextd.svg) !important;
}
.list_news .slick-prev, 
.list_news .slick-next { 
    top: -52px; 
}
.list_case .slick-prev,
.list_case .slick-next,
.list_news .slick-prev,
.list_news .slick-next{
    background-color: transparent!important;
	background-repeat: no-repeat!important;
	background-position: center center!important;
} 
.list_news .slick-next, 
.list_case .slick-next {
    right: -100px;
    width: 48px;
    height: 48px;
    background-size: 100% auto !important;
    border: 2px solid #464646;
    background-size: 13px auto!important;
}
.list_case .slick-prev:hover, 
.list_case .slick-next:hover,  
.list_news.slick-prev:hover,  
.list_news.slick-next:hover  {
    border-color: #101535!important;
}
.list_case .slick-prev:before,
.list_case .slick-next:before { 
	color: #22211C!important;

} 
.list_case_slider,
.list_news_slider {
	padding: 0;
	width: 100%;
	position: relative;
}
.list_news .slick-prev,
.list_case .slick-prev {
    left: -100px;
    width: 48px;
    height: 48px;
    background-size: 100% auto !important;
    border: 2px solid #464646;
    background-size: 13px auto!important;
}
.list_case ul.slick-slider .slick-track,
.list_news ul.slick-slider .slick-track{ 
    display: flex;
    min-width: 100%!important;
    justify-content: inherit;
    align-items: flex-start;
}
.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 20px;
}
.list_case ul {
    margin: 20px -20px 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    /* justify-content: center;*/
    position: initial;
} 
.list_case.case_list_home ul li { 
    width: 50%; 
}
.list_case.case_list_home ul li div.case-item-dw { 
    width: 495px; 
}
#content h4.heading a{
	text-decoration: none;
    color: #101535;
}
#content h4.heading span {
    background-color: #101535;
    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: #101535;
    color: #fff;
    border: 1px solid #101535;
} 
/**/

.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.svg);
    background-repeat: no-repeat;
    padding-left: 30px;
    background-position: left center;
    position: absolute;
    bottom: 33px;
	left: 30px; 
}
.list_news ul li .news-item-img img{
	float: left;
	width: 100%;
}
.list_news ul li .news-item-img {
	width: 100%;
	float: left;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}
.list_news ul li .news-item-dw {
    padding: 20px 20px 40px;
    width: 100%;
    float: right;
    margin-top: 0;
}

.list_news ul li .item-wrap {
    float: left;
    width: 100%;
    position: relative;
    height: 100%;
    background-color: #fff;
    border: 1px solid #DDDDDD;
	-webkit-border-radius: 10px;
	-webkit-border-bottom-right-radius: 12px;
	-webkit-border-bottom-left-radius: 12px;
	-moz-border-radius: 10px;
	-moz-border-radius-bottomright: 12px;
	-moz-border-radius-bottomleft: 12px;
	border-radius: 10px;
	border-bottom-right-radius: 12px;
	border-bottom-left-radius: 12px;
}
.list_news ul li .post-date {
    background-color: #D9F2EC;
    font-size: 16px;
    border-radius: 26px;
    position: absolute;
    height: 38px;
    padding: 0 19px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    left: 18px;
    top: -19px;
	z-index: 3;
}	
.list_news.testi ul li .item-wrap { 
    border-radius: 0;
    box-shadow: none;
}
.list_case.listg2 ul li,
.list_news.listg2 ul li{
	width: 50%;
}
.list_news ul li {
    float: left;
    width: 33.33%;
    padding: 24px;
    margin: 0!important;
}
.list_news ul {
    margin: 0 -24px 0;
    padding: 0;
    display: inline-flex;
    flex-wrap: wrap;
    list-style: none;
    position: initial;
}
#content .list_news h3 a:hover{
	text-decoration: none;
}
#content .list_news h3 a:hover{
	color: #101535;
}
#content .list_news h3 a{
	color: #101535;
	text-decoration: none;
}
#content .list_news a.smore:hover{
	padding-right: 36px;
}
#content .list_news a.smore {
    color: #43C9AA;
    background-image: url(images/icon-more.png);
    padding-right: 34px;
    background-repeat: no-repeat;
    background-position: right center;
    position: absolute;
    bottom: 20px;
    left: 20px;
}
#content .list_news p.short {
    font-size: 14px;
    margin-top: 10px;
    font-weight: 300;
}
#content .list_news h3 {
    color: #101535;
    margin: 0 0 20px;
    line-height: 1.5;
    font-size: 16px;
    font-weight: bold;
}
.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: #101535;
    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: #101535;
    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: #101535;
    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;
} 
#content .col-podcast .head_block h4{
	font-weight: bold;
	font-size: 24px;
}
.clear{
	width: 100%;
	clear: both;
}
.head_block {
    float: left;
    width: 100%;
    height: 66px;
    margin: 0 0 40px;
    display: flex;
    align-items: end;
}
.head_block h4{
	margin-bottom: 0 !important;
}

/**/
.top_stories .news-item-dw {
    float: left;
    width: calc(100% - 173px);
    padding-left: 20px;
    position: relative;
    padding-bottom: 50px;
} 
.top_stories .news-item-dw a.btn {
    position: absolute;
    bottom: 0;
    left: 20px;
}
.top_stories .item-wrap {
    width: 100%;
    float: left;
    display: flex;
    flex-wrap: wrap;
}
.top_stories .news-item-img{
	width: 173px;
	float: left; 
	position: relative; 
}

.top_stories .news-item-img:after {
  content: "";
  display: block;
  padding-bottom: 100%;
}

.top_stories .news-item-img img {
    vertical-align: middle;
    object-fit: cover;
    height: 100%;
    box-shadow: 3px 3px 8px -2px rgba(0,0,0,0.6);
}
.top_stories .news-item-img a{
  position: absolute;
  width: 100%;
  height: 100%;
}
.top_stories ul li {
    width: 100%;
    float: left;
    padding: 15px 0;
}
.top_stories ul {
    margin: 0;
    padding: 0; 
    list-style: none;
}
#content .top_stories h3 a:hover {
	color: #158C8B;
}
#content .top_stories h3 a {
    color: #101535;
    text-decoration: none;
}
#content .top_stories h3 {
    font-size: 18px;
    margin: 0 0 10px;
}
.top_stories ul li .news_date {
    font-size: 14px;
    color: #9EA1AD;
    background-image: url(images/calendar.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: #101535;
}
.more-content-rg ul li a {
	text-decoration: none; 
}
.more-content-rg ul li {
    float: left;
    width: 100%;
    padding: 0 0 20px 0;
    font-size: 20px;
	font-weight: bold;
}
.more-content-rg ul li a:hover { 
}
.more-content-rg ul li a {
    background-image: url(images/icon-cat.svg);
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 45px;
    background-size: 29px auto;
    color: #101535;
    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;
}
 
.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: #101535;
    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.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: #101535;
    -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; 
}
.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; 
}
.single #content .col-podcast .head_blockx h4 { 
    padding-top: 0;
}
 
#content>.container .row {
    
}
#content>.container .row .col {
   
}

#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 { 
}
.filter_data #blogfilter select {
    font-size: 20px;
    font-weight: bold;
    color: #000000;
    border: none;
    padding: 0 15px;
    padding-right: 62px;
    background-image: url(images/arrow-down.svg);
    background-repeat: no-repeat;
    background-position: right 13px center;
    background-size: 38px auto;
    font-family: "Montserrat", sans-serif;
    background-color: transparent;
    border: 2px solid #244F60;
    height: 66px;
}

.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.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: #101535;
}
.wpcf7 label{
	font-size: 16px;
	font-weight: 300;
}
#getintouch-section br{
	display: none;
}
#getintouch-section input[type="text"], 
#getintouch-section input[type="email"], input[type="url"],
#getintouch-section textarea {
    font-size: 16px;
    color: #101535;
    background: #fff;
    background-image: none;
    -webkit-border-radius: 0;
    border-radius: 0;
    display: block;
    padding: 20px 17px; 
    border: 1px solid #fff;
    width: 100%;
    margin-bottom: 20px;
}
#getintouch-section .wpcf7-list-item { 
    margin: 0;
}
#getintouch-section input[type="checkbox"]{
	
}
#getintouch-section input[type="checkbox"] {
    /* -webkit-appearance: none; */
    width: 24px;
    height: 24px;
    background: white;
    border-radius: 5px;
    border: 2px solid #fff;
    border-radius: 50%;
    position: relative;
    margin: 0 7px 0 0;
    top: 5px;
}
#getintouch-section input[type="checkbox"]:checked {
    background: #244F60;
    border: 2px solid #244F60;
}
#getintouch-section input[type="radio"]{
	
}
span.wpcf7-spinner {
    position: absolute;
    display: block;
    right: 124px;
    top: 11px;
}
.row-submit{
	width: 100%;
	clear: both;
	text-align: center;
    padding-top: 36px;
}
#getintouch-section textarea {
	height: 192px;
}
#getintouch-section input[type="submit"]:hover{
	opacity: 0.8;
}
#getintouch-section input[type="submit"] {
    background-color: #244F60;
    font-size: 18px;
    text-decoration: none;
    color: #fff;
    width: 183px;
    padding: 0;
    display: inline-flex;
    font-weight: bold;
    height: 50px;
    align-items: center;
    justify-content: center;
    border: none;
    border-radius: 0; 
    cursor: pointer;
}
div.wpcf7 form .wpcf7-response-output {
    width: 100%;
    padding: 9px 15px;
    border-radius: 7px;
}

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

.hb_top_single .list_news ul li .item-wrap { 
    width: 100%;
    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: relative;
	left: 0;
	top: 0;
	width: 100%;
}
.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;
    background-image: linear-gradient(to bottom, rgba(0,0,0,1), rgb(0,0,0,0));
}

@media only screen and (min-width: 1920px) {
.content__on_slider {
    position: absolute; 
}
div.banner_slider {
    position: relative; 
}


}
.home #content { 
    padding: 0; 
}
.entry-content> .wpb-content-wrapper>  div.vc_row, 
.entry-content> div.vc_row { 
    padding: 60px 0 29px;
}
.more-case a{
    height: auto;
}
.more-case{
	width: 100%;
	float: left;
	text-align: center;
    padding-top: 30px;
    padding-bottom: 35px;
}

.page-id-1360 #wrapper.disable_banner {
    padding-top: 190px;
    background: rgb(182,182,182);
    background: linear-gradient(0deg, rgba(243,243,243,1) 0%, rgba(182,182,182,1) 100%);
}
.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; 
}
#content .wpcf7-form p.cf7s {
    width: 100%;
    float: left;
    margin: 0;
}
#content .wpcf7 input[type="text"], 
#content .wpcf7 input[type="email"], 
#content .wpcf7 textarea { 
    color: #101535;
    font-size: 16px;
    background: #fff;
    background-image: none;
    -webkit-border-radius: 0;
    border-radius: 7px;
    display: block;
    padding: 14px 15px;
    border: 0 solid;
    width: 100%;
    border: 1px solid #C6C6C6;
    font-weight: 400;
}
.age-id-2915 #content h4 { 
    font-weight: 500; 
}
#content .wpcf7-list-item { 
    margin: 0;
} 
#content .cf7sm {
    margin: 0;
    text-align: right;
    position: relative;
}
#content .wpcf7 textarea {
	height: 205px;
}
#content .wpcf7 input[type="submit"]:hover{
	opacity: 0.8;
}
#content .wpcf7 p br{
	display: none;
}
#content .wpcf7 input[type="submit"] {
    background-color: #039EE3;
    font-size: 18px!important;
    text-decoration: none;
    color: #fff;
    padding: 0;
    display: inline-flex;
    height: 44px;
    align-items: center;
    justify-content: center;
    float: none;
    max-width: 100%;
    border-radius: 0;
    border: 0 solid;
    text-transform: none;
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    width: 126px;
    border-radius: 26px;
    float: r;
}
 
.gradient-banner{
    background: rgb(182,182,182);
    background: linear-gradient(0deg, rgba(243,243,243,1) 0%, rgba(182,182,182,1) 100%)
}
.video-player-for-wpbakery video{
	width: 100%!important;
	max-width: 100%!important;
    height: auto!important;
}
 
#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: 34px 0 75px; 
}
div.video-player-for-wpbakery { 
    padding: 0;
}
#our-services .wpb_single_image {
    height: 108px;
	margin: 0 0 20px;
}
#our-services .wpb_text_column  {
	 
}
#our-services .wpb_column >div>.wpb_wrapper {
    width: 330px;
    max-width: 100%;
	margin: 0 auto;
}

#clientslogo-section h3{
	text-align: center;
	color: #fff;
}
#feed-clients{
	padding-top: 30px;
}
#clientslogo-section.root-section { 
    background-color: #C55623; 
}

#feed-clients .slick-slide {
    padding: 0 15px;
}




.list_testimonials:after {
    content: "";
    background-image: url(images/quote.png);
    background-position: center;
    width: 104px;
    height: 71px;
    position: absolute;
    right: 48px;
    bottom: 0;
    background-repeat: no-repeat;
    background-size: 100% auto;
}
.list_testimonials:before {
    content: "";
    background-image: url(images/quote.png);
    background-position: center;
    width: 104px;
    height: 71px;
    position: absolute;
    left: 48px;
    top: -26px;
    background-size: 100% auto;
    transform: rotate(180deg);
    background-repeat: no-repeat;
}
#content .list_testimonials h3{
	color: #fff;
	font-size: 27px;
}
.testi-content {
    color: #fff;
    font-size: 25px;
    margin-bottom: 25px;
    font-weight: 300;
    text-align: center;
    line-height: 1.5;
}
.testi-name {
    width: 420px;
    margin: 0 auto;
    max-width: 100%;
    text-align: center;
    color: #fff;
}
.list_testimonials {
	position: relative;
	width: 100%;
	float: left;
}
.list_testimonials ul {
    padding: 0;
    width: 900px;
    margin: 0 auto;
    max-width: 100%;
    position: initial;
}
.slider_testi  .slick-prev {
    background-image: url(images/icon-prev.svg)!important;
    left: 0; 
}
.slider_testi  .slick-next {
    background-image: url(images/icon-next.svg)!important;
    right: 0;
}
.slider_testi  .slick-prev:before, 
.slider_testi  .slick-next:before {
	display: none;
}
.slider_testi  .slick-prev, 
.slider_testi  .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;
}

@media only screen and (max-width: 1260px) { 

.list_testimonials { 
	width: 100%;
	padding: 0 180px;
} 
}
.single .banner_content-page { 
    max-width: 100%;
}
.col.col-main{
	width: calc(100% - 417px); 
}
.col.col-sidebar{
	width: 417px;
}


#content .post-header h6{
	font-size: 18px;
}
.post-header {
    width: 100%;
    margin: 0 auto;
    float: left;
    padding: 0;
    text-align: left;
} 

/**/
 
#content h6{ 
}
#content .quote-block h2{
	margin: 0;
}
#content .quote-block h3{
	margin-bottom: 45px;
}
.quote-block *{
	color: #fff!important; 
}
.quote-block{
	padding-left: 40px; 
}


.quote-block .wpb_wrapper:after {
    content: "";
    background-image: url(images/quote-white.png);
    background-position: right center;
    width: 100%;
    height: 71px; 
    background-repeat: no-repeat;
    background-size: auto 100%; 
	float: right;
	margin-top: 35px;
}
.quote-block .wpb_wrapper:before {
    content: "";
    background-image: url(images/quote-white.png);
    background-position: right center;
    width: 100%;
    height: 71px;
    background-size: auto 100%; 
    transform: rotate(180deg);
    background-repeat: no-repeat;
    margin-bottom: 35px;
    float: left;
}
.vc_row.shape {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
    background-image: url(images/shape.png);
}
.text-white *,
.text-white{
	color: #fff!important;
}

#about-info .wpb_single_image img{
	border: 1px solid #707070;
}
#content #about-info h3{
	margin-bottom: 45px;
}
#content #about-info h2{
	margin-bottom: 10px;
}
.vc_row.row-extra .vc_column_container>.vc_column-inner { 
    padding-left: 25px;
    padding-right: 25px; 
}
.vc_row.row-extra {
    margin-left: -25px;
    margin-right: -25px;
}
.single-case-studies .section-cases,
.single-case-study .section-cases{
	margin-top: 45px;
}

.col-sidebar .top_stories .top_stories{
    padding-top: 25px;
} 
.page-id-1466 .banner_content-page { 
    width: 100%; 
}

.case_study_loadmore,
.search_loadmore,
.misha_loadmore {  
    background-color: #101535;
    font-size: 16px;
    text-decoration: none;
    color: #fff;
    width: 196px;
    padding: 0;
    display: inline-flex;
    font-weight: bold;
    height: 54px;
    align-items: center;
    justify-content: center;
    border: none;
    cursor: pointer;
    margin: 0 auto;
    margin-top: 15px;
    border-radius: 14px;
    
}
.case_study_loadmore:hover,
.search_loadmore:hover,
.misha_loadmore:hover{
	background-color: #009DE0;
	color: #fff;
} 
.footer-info .col-6 { 
} 
#footer .footer-info .row {
    display: flex; 
    flex-wrap: wrap;
}
.footer-info ul {
    list-style: none;
    margin: 0;
}
#footer .footer-info ul li {
    margin: 0 0 11px;
    width: 100%;
    float: left;
    font-weight: 400;
}
 
div.footer-info {
    width: 328px;
    float: right;
    max-width: 100%;
}
.featured_full {
    width: 100%;
    float: left;
    margin: -20px 0 45px;
}
.single-post #content .container.container-12{
	width: 1200px;
}
.single-post #content .container {
    max-width: calc(100% - 60px);
    width: 1100px;
    padding: 0;  
}
.container-full img{
	width: 100%;
	float: left;
}
.container-full-single{
    max-width: calc(100% - 60px); 
	margin: 0 auto;
}
.single #content #banner_gradient h1:before{
    background-color: #43C9AA;
    width: 45px;
    height: 2px;
    top: 0;
    left: 0;
    position: absolute;
	content: "";
}
.blog #banner_gradient {
    min-height: 374px;
    padding: 89px 0 0;
    margin: 0 0 35px;
}
.single #banner_gradient { 
    padding-top: 100px;
}
.blog #content #banner_gradient h3{
	color: #fff;
	font-size: 22px;
	font-weight: 300;
}
.blog #content #banner_gradient h1{
	color: #fff; 
}
.blog_head{
	width: 815px;
	max-width: 100%;
	float: left;
}
.single #content #banner_gradient h1 {
    font-size: 33px;
    line-height: 1.3;
    font-weight: 600;
    color: #fff;
    margin: 0 0 10px;
    position: relative;
    padding-top: 15px;
}
#content #banner_gradient h5 {
    font-size: 16px;
    font-weight: 600;
    color: #fff;
}
.single-post #wrapper.disable_banner { 
    padding: 189px 0 0;
}
 
#wpforms-form-1820 .wpforms-field-container .wpf_message {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
}
#wpforms-form-1820 .wpforms-field-container {
    position: relative;
    width: 100%;
    float: left;
}
#wrapper { 
    overflow: hidden;
} 

/*FAQ CSS*/

body .vc_toggle_size_md.vc_toggle_default.vc_toggle_active .vc_toggle_title .vc_toggle_icon {
    background-image: url(images/icon-minus.png); 
}
body .vc_toggle_size_md.vc_toggle_default .vc_toggle_title .vc_toggle_icon {
    background-image: url(images/icon-plus.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100% auto;
    text-indent: -9999px;
    width: 18px;
    height: 18px;
    background-color: transparent;
    border: none;
    left: auto;
    right: 0;
    top: 10px;  
} 
#content .vc_toggle_title h4 {
    font-size: 20px;
    line-height: 1.5;
    font-weight: bold;
}
 
body .vc_toggle_size_md.vc_toggle_default .vc_toggle_title {
    border-bottom: 0 solid #0E1420;
    padding-bottom: 8px;
    padding-left: 246px;
    padding-right: 20px;
    position: relative;
    z-index: 3;
}
body .vc_toggle_size_md.vc_toggle_default .vc_toggle_content {
    padding-right: 0;
    padding-left: 0;
    position: relative;
    /* overflow: inherit!important; */
    margin-bottom: 0;
    margin-top: -33px;
    padding-top: 42px;
    z-index: 0;
}
#content .vc_toggle_content h5 {
    width: 246px;
    float: left;
    margin-top: -39px;
}
body .vc_toggle_size_md.vc_toggle_default .vc_toggle_title .vc_toggle_icon:after,
body .vc_toggle_size_md.vc_toggle_default .vc_toggle_title .vc_toggle_icon:before {
	display: none !important;
}
.vc_toggle_content imgX {
    position: absolute;
    left: 0;
    top: -53px;
}
.vc_toggle_content{
	color: #101535;
}
body .vc_toggle {
    margin-top: 10px;
    border-top: 1px solid #101535;
    padding-top: 25px;
    margin-bottom: 10px;
}
body .vc_toggle:last-of-type { 
    border-bottom: 1px solid #101535;
    padding-bottom: 12px;
}

.saas.wpb_text_column ul li {
    margin: 0 0 15px;
}
.shadow-block.saas{ 
    padding-right: 20px;
}
.shadow-block{ 
    box-shadow: 0 0 18px 0 rgba(0, 0, 0, 0.08);
    -webkit-box-shadow: 0 0 18px 0 rgba(0, 0, 0, 0.08);
    -moz-box-shadow: 0 0 18px 0 rgba(0, 0, 0, 0.08);
    padding: 35px 20px;
	border-radius: 14px;
	background-color: #fff;
    padding-right: 50px;
}
.wpb_text_column ul li::marker {
    color: #101535;
    font-size: 29px;
    line-height: 1;
} 
.wpb_text_column ul li {
    margin: 0 0 10px; 
}
.wpb_text_column.list ul li { 
	position: relative;
	padding-left: 39px;
}
.wpb_text_column.list ul li:before {
   content: "";
   width: 8px;
   height: 8px;
   border: 1px solid #61A367;
   background-color: #101535;
   position: absolute;
   left: 0;
	top: 6px;
}
.wpb_text_column.list ul { 
    margin: 0;
    list-style: none;
}
.vc_row.extra-row>.vc_column_container>.vc_column-inner {
    padding-left: 25px;
    padding-right: 25px;
}
.vc_row.extra-row{
    margin-left: -26px;
    margin-right: -26px;
} 
.vc_row.big-row>.vc_column_container>.vc_column-inner {
    padding-left: 30px;
    padding-right: 30px;
}
.vc_row.big-row{
    margin-left: -30px;
    margin-right: -30px;
} 
.vc_row.large-row>.vc_column_container>.vc_column-inner {
    padding-left: 40px;
    padding-right: 40px;
}
.vc_row.large-row{
    margin-left: -40px;
    margin-right: -40px;
} 
.block-license .wpb_wrapper p{
	padding-left: 28px;
	width: calc(100% - 190px);
}
#content .block-license .wpb_wrapper h3 {
	width: 190px;
	border-right: 2px solid #D9F0FB;
	padding-right: 15px;
	margin: 0;
}
.block-license .wpb_wrapper {
    display: flex;
    flex-wrap: wrap;
}
.block-license{
    box-shadow: 0 0 18px 0 rgba(0, 0, 0, 0.08);
    -webkit-box-shadow: 0 0 18px 0 rgba(0, 0, 0, 0.08);
    -moz-box-shadow: 0 0 18px 0 rgba(0, 0, 0, 0.08);
	background-color: #fff;
    padding: 26px;
	border-radius: 14px;
}

.local-block ul li:before {
    content: "";
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: #EBC9D3;
    display: inline-block;
    float: left;
    margin-top: -2px;
    margin-right: 20px;
}
.local-block ul li:last-child:before{
	background-color: #C20079;
}
.local-block {
	width: 100%;
	clear: both;
	padding: 0 0 69px;
}
.local-block ul {
    list-style: none;
    padding: 25px 0 0;
    margin: 0;
}
.wpb_single_image.video a:hover:before{
	opacity: 0.8;
}
.wpb_single_image.video a:before {
    width: 40px;
    height: 46px;
    right: 0;
    left: 0;
    margin: 0 auto;
    top: 50%;
    transform: translateY(-50%);
    background-image: url(images/icon-play.svg);
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: center  center;
    position: absolute;
    content: "";
    /* border-radius: 50%; */
}
.wpb_single_image.video a{
	position: relative;
}



/*carousel_logos*/ 
.carousel_logos .horizontal_tworows .slick-slide li {
    height: 100%;
    display: flex!important;
    align-items: center;
    justify-content: center;
}
.carousel_logos .horizontal_tworows .slick-slide div {
    height: 173px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.carousel_logos .slick-initialized .slick-slide {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 15px;
    flex-wrap: wrap;
}
.carousel_logos .slick-track {
    display: flex;
    align-items: center;
    min-width: 100%;
}
.carousel_logos ul{
	list-style: none;
    margin: 0;
    /* padding: 0 36px; */
}

@media only screen and (min-width: 100px){
.carousel_logos .slick-slide img {
    max-width: 90%;
    max-height: 100%; 
}
}

.carousel_logos .slick-prev:before,
.carousel_logos .slick-next:before {
    display: none;
}
.carousel_logos .slick-prev, 
.carousel_logos .slick-next {   
    top: calc(50% - 15px);
    width: 34px;
    height: 34px;  
    background-image: url(images/icon-drop-hover.svg)!important; 
    background-size: 60% auto!important;
    background-repeat: no-repeat!important;
    float: right!important; 
    background-position: center!important;
    transform: rotate(-90deg);
	border: 1px solid #04BF8A;
	border-radius: 50%;
}
.carousel_logos button.slick-prev {  
    background-image: url(images/icon-drop-hover.svg)!important; 
    transform: rotate(90deg);  
	left: 0;
}
.carousel_logos .slick-next {
	right: 0;
}
.carousel_logos .slick-prev:hover, 
.carousel_logos .slick-next:hover{
	opacity: 0.8;
}

.horizontal_onerow  {
    display: flex;
    width: 1000%;
}
.horizontal_onerow.slick-initialized  {
    display: block;
    width: 100%;
}

/*About*/
.wrap-guys .wpb_single_image {
	margin-bottom: 27px;
}
.wrap-guys { 
  position: relative;
  width: 100%;
  margin-bottom: 22px!important;
  border-radius: 14px;
    overflow: hidden;
}
.wrap-guys:hover .text-biography {
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	-moz-opacity:1;
	-khtml-opacity: 1;
	opacity: 1;
}
.text-biography >div{
	padding: 4%;
}
.text-biography strong{ 
	font-size: 20px;
}
.short-bio {
    background-color: #101535;
    color: #fff;
    text-align: left;
    height: auto;
    left: 0;
    position: absolute;
    bottom: 0;
    overflow: hidden;
    width: 100%;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=1)";
    filter: alpha(opacity=1);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    display: flex;
    align-items: center;
    margin: 0!important;
	z-index: 1;
	padding: 28px 30px;
}
.text-biography {
	background-color: #101535;
	color: #fff;
	font-size: 16px;
	line-height: 1.5;
    text-align: center;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;   
	overflow: hidden;
	width: 100%; 
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	-moz-opacity:0;
	-khtml-opacity: 0;
	opacity: 0;
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-ms-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s; 
    display: flex;
    align-items: center;
	z-index: 3;
	padding: 20px 42px;
}

#content .short-bio h4{
    font-weight: normal;
}
#team-row .vc_single_image-wrapper img {
    max-width: calc(100% - 2px);
}
#content .sqs-block-content  .wrap-guys p {
  margin: 0 0 14px; 
  text-align: center;
} 

#content .short-bio h3{
	margin: 0 0 8px;
}
#content .short-bio * {
    color: #fff;
}

/**/
div.slider-controls .slick-arrow:before,
div.timeline-nav .slick-arrow:before,
div.client_testimonial .slick-arrow:before{
	display: none;
}
div.slider-controls .slick-arrow.slick-next,
div.timeline-nav .slick-arrow.slick-next,
div.client_testimonial .slick-arrow.slick-next{
	right: 0;
}
div.slider-controls .slick-arrow.slick-prev,
div.timeline-nav .slick-arrow.slick-prev,
div.client_testimonial .slick-arrow.slick-prev {
    -webkit-box-shadow: 0 -4px 20px rgba(0,0,0,.125);
    box-shadow: 0 -4px 20px rgba(0,0,0,.125);
    left: 00;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}
div.slider-controls .slick-arrow,
div.timeline-nav .slick-arrow,
div.client_testimonial .slick-arrow {
    background: #fff!important;
    background-image: url(images/icon-next2.svg)!important;
    background-position: 50%!important;
    background-repeat: no-repeat!important;
    background-size: 29px!important;
    border-radius: 50%;
    -webkit-box-shadow: 0 4px 20px rgba(0,0,0,.125);
    box-shadow: 0 4px 20px rgba(0,0,0,.125);
    content: " ";
    cursor: pointer;
    height: 29px;
    position: absolute;
    top: calc(50% - 55px);
    width: 29px;
    z-index: 1;
}
 
.slider-controls .slick-dots li button,
.timeline-nav .slick-dots li button,
.client_testimonial .slick-dots li button { 
	display: none;
} 
#content .timeline-nav .slick-dots,
#content .client_testimonial .slick-dots {
    bottom: 0;
    left: 0;
}
.slide-m-dots .slick-dots li button{display: none; }
.slide-m-dots .slick-dots li.slick-active,
#content .client_testimonial .slick-dots li.slick-active { 
    background-color: #fff;
}
.slide-m-dots .slick-dots li, 
#content .client_testimonial .slick-dots li { 
    width: 10px;
    height: 10px;
    margin: 0 5px ; 
    background-color: #8994a1;
    border-radius: 50%; 
}
div.timeline-nav {
    padding: 0 0 50px;
    width: 100%;
    float: left;
}
#content .slider-controls {
    position: absolute;
    width: auto;
    display: flex;
    align-items: center;
    bottom: 0;
    left: 0;
    height: 50px;
    justify-content: center;
    right: 0;
    margin: 0 auto;
}
#content .slider-controls .slide-m-dots {
    display: inline-block;
    position: relative;
    padding: 0 5px;
}
#content div.slider-controls .slick-dots {
    position: relative;
    bottom: 0; 
    text-align: center;
    white-space: nowrap;
}
#content div.slider-controls .slick-prev.slick-arrow{
	margin-top: 0;
}
#content div.slider-controls .slick-arrow{
	position: initial; 
    margin-top: 29px;
}

.timeline-nav .slick-slide.slick-current ~ .slick-slide{
	text-align: right;
}
.timeline-nav .slick-slide.slick-current{
	text-align: center;
}
#content .timeline-nav .slick-slide.slick-current h3{
	font-size: 60px;
} 
.slider-actives:before{
	content: "";
	width: 100%;
	height: 10px;
	background-color: #fff;
	top: 50%;
    transform: translateY(-50%);
	position: absolute;
	left: 0;
}
.slider-actives {
    display: flex;
    float: left;
    width: 100%;
    justify-content: space-between;
    align-items: center;
    position: relative;
    margin: 55px 0 0;
}
.slider-actives span.active{
	width: 100px;
	height: 100px;
}
.slider-actives span{
	width: 50px;
	height: 50px;
	background-color: #101535;
	border-radius: 50%;
	border: 5px solid #fff;
	position: relative;
	z-index: 3;
}
.timeline-text {
    width: 579px;
    margin: 0 auto;
    max-width: 100%;
}

.section-cases >div{
	position: relative; 
	z-index: 3;
}
.section-cases .vc_col-sm-3>.vc_column-inner { 
    padding-left: 10px;
    padding-right: 10px; 
}
.section-cases .wpb_single_image{
	margin-bottom: 15px;
}
.section-cases p{
	font-size: 15px;
}
.section-cases:before{
	content: "";
	width: 2500px;
	position: absolute;
	right: 50%;
	background-color: #F9EFF2;
	height: 100%;
	top: 0;
}
.section-cases:after{
	content: "";
	width: 2500px;
	position: absolute;
	left: 50%;
	background-color: #D9F0FB;
	height: 100%;
	top: 0;
}
.section-cases {
    position: relative;
    display: flex;
    padding-top: 165px!important;
    flex-wrap: wrap;
}
.section-cases-heading {
    position: absolute;
    top: -88px;
    width: 200%;
    text-align: center;
    margin: 0!important;
}  
.section-more {
    position: relative;
    float: left;
    width: 100%;
    clear: both;
    padding: 55px 0;
}
.saas h6{
	border-bottom: 2px solid #D9F0FB;
	padding-bottom: 30px;
}

.section-onboarding{
	
}

div.wrap_testimonial >div {
    width: 1000px;
    max-width: 100%;
    margin: 0 auto;
    z-index: 3;
}
div.wrap_testimonial {
    padding: 92px 14% 24px;
    margin-top: -73px;
}
.wpb_single_image img {
 
}

.modules .vc_btn3-container {
    position: absolute;
    bottom: 0;
    right: 0;
    width: auto;
    z-index: 2;
    margin: 0;
    padding: 10px 21px;
}
.modules .wpb_text_column {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 2;
    margin: 0;
    padding: 20px 13px;
}
.modules:before {
    content: "";
    display: block;
    width: 100%;
    height: 60%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    background-image: linear-gradient(to bottom, rgba(0,0,0,0.75), rgb(0,0,0,0));
    z-index: 1;
	-webkit-border-radius: 14px;
	-moz-border-radius: 14px;
	border-radius: 14px;
}
.modules .vc_btn3-container a.vc_general.vc_btn3{
	min-width: 141px;
}
.modules .wpb_single_image {
    margin: 0;
}
.modules {
    position: relative;
}

.section-national .vc_col-sm-4 {
    width: 33.33333333%;
}
.section-national {
    margin-top: 0;
    margin-bottom: -82px;
    display: flex;
    flex-wrap: wrap;
    position: absolute;
    bottom: 0;
    z-index: 3;
}
.section-national .vc_col-sm-4:last-child {
	margin-right: 0;
}
.section-national .vc_col-sm-4 {
    position: relative;
    width: 233px;
    margin-right: 45px;
}

.section-national .vc_col-sm-4:after {
  content: "";
  display: block;
  padding-bottom: 100%;
}

.section-national .wpb_wrapper  {
	
}
.section-national .wpb_single_image  {
	margin-bottom: 15px;
}
.section-national .wpb_text_column {
	margin: 0;
}
.section-national .wpb_single_image {
    padding: 0 35px;
}
.section-national .vc_col-sm-4>div {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #fff;
    border-radius: 50%;
    overflow: hidden;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    padding: 15px;
    box-shadow: 0 0 18px 0 rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 0 18px 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0 18px 0 rgba(0, 0, 0, 0.1);
    justify-content: center;
} 
#section-welcome{
	
}
.home #wrapper,
.vc_row..section-banner-home { 
    overflow: inherit!important;
}

.section-banner-home .flexslider {
    margin: 0;
    background: transparent;
    border: 0px solid #fff; 
    border-radius: 0;
    -o-box-shadow: '' 0 1px 4px rgba(0,0,0,.2);
    box-shadow: '' 0 1px 4px rgba(0,0,0,.2);
}
.section-banner-home .flex-direction-nav,
.section-banner-home .flex-control-nav { 
    display: none;
}
.section-banner-home {
    padding-top: calc(139px + 266px)!important;
    padding-bottom: 0!important;
    overflow: inherit!important;
    z-index: 3;
}
.home-slider {
    margin-bottom: -31px !important;
    width: 180%;
    float: left;
    margin-left: -22%;
}
.text-block-home{
	margin-bottom: 213px!important;
}
.home-slider .flexslider .slides img { 
}
#section-welcome{
	padding-top: 119px!important;
}


#header.sticky-header .main-logo label { 
    font-size: 11px; 
}
 
#content .list_news p.read-full a:hover{
	text-decoration: underline;
}
#content .list_news p.read-full a,
#content .list_news p.post-date { 
    font-size: 16px;
    color: #101535;
    margin: 0;
    text-decoration: none;
}
#content .list_news p.read-full {
    position: absolute;
    left: 25px;
    bottom: 26px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
}

.quote {
    color: #009DE0;
    padding-top: 85px;
    position: relative;
}
.quote:before {
    content: "";
    background-image: url(images/quote1.png);
    background-position: center top;
    width: 72px;
    height: 55px;
    position: absolute;
    left: 0;
    top: 0;
    background-size: 100% auto;
    background-repeat: no-repeat;
}
#content .featured_full h3{
	position: absolute;
	left: 20px;
	bottom: 20px;
	color: #fff;
	z-index: 3;
	margin: 0;
}
.featured_full img{
    vertical-align: middle;
    object-fit: cover;
	width: 100%;
	float: left;
	max-height: 45vh;
}
.featured_full {
    width: 100%;
    float: left;
    position: relative;
    margin: 0 0 50px;
    /* -webkit-border-radius: 14px; */
    -moz-border-radius: 14px;
    overflow: hidden;
}
.featured_fullX:before {
    content: "";
    display: block;
    width: 100%;
    height: 33.33%;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 0;
    background-image: linear-gradient(to top, rgba(0,0,0,0.5), rgb(0,0,0,0));
    z-index: 1; 
}
 
.template-grid{
	width: 100%;
	float: left;
}
.blog #banner-page,
.single-post #banner-page { 
    background-image: url(images/shapes/banner1.png); 
}
.post_category.place-based,
.post_category.brokerage,
.post_category.finance,
.post_category.strategy,
.post_category.cyber-security{
    background-color: #101535;
} 
.post_category.adult-care,
.post_category.demand,
.post_category.social-care,
.post_category.cyber-security{
    background-color: #101535;
}
.post_category.local-authority,
.post_category.children-services,
.post_category.customer-experience,
.post_category.procurement,
.post_category.young-people{
    background-color: #009DE0;
}
.post_category.care-provider,
.post_category.business-planning,
.post_category.iese-local-government-and-public-sector-consultants,
.post_category.the-disabilities-trust{
    background-color: #D9F0FB;
	color: #101535;
}
.post_category {
    position: absolute;
    right: 0;
    background-color: #E5C12B;
    color: #fff;
    min-height: 50px;
    font-size: 16px;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 13px;
    -webkit-border-top-right-radius: 14px;
    -webkit-border-bottom-left-radius: 14px;
    -moz-border-radius-topright: 14px;
    -moz-border-radius-bottomleft: 14px;
    border-top-right-radius: 14px;
    border-bottom-left-radius: 14px;
    max-width: 100%;
    overflow: hidden;
    line-height: 1.2;
    text-align: right;
    min-width: 130px;
    z-index: 3;
}

.post-categories ul li.active a,
.post-categories ul li a:hover{
	text-decoration: none;
	background-color: #101535;
	color: #fff;
}
.post-categories ul li a {
    border: 2px solid #1F1F1F;
    min-width: 134px;
    height: 60px;
    border-radius: 14px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 20px;
    color: #101535;
    font-size: 16px;
    font-weight: bold;
    
}
.post-categories ul li{
	float: left;
}
.post-categories ul {
    width: 100%;
    float: left;
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    column-gap: 30px;
    row-gap: 20px;
}
.post-categories{
    width: 100%;
    float: left;
    margin: 0 0 40px;
}
.list_news ul li .news-item-img:hover img { 
    float: left;
    width: 100%;
    transform: scale(1.03);
}
.list_news ul li .news-item-img {
    float: left;
    width: 100%;
    overflow: hidden;
}
.more-post {
    padding-top: 30px;
    width: 100%;
    clear: both;
}
.recent-case{
	background-color: #F9EFF2;
}

.post-content-case{
	width: 100%;
	clear: both;
}

#content .case-info h3{
	margin: 0;
	width: 100%;
	background-color: #D9F0FB;
	padding: 30px 23px;
}
.block-case.case-info{
	padding: 0;
}

.block-case ul {
	margin-bottom: 0!important;
}
.block-case ul li:last-child{
	margin-bottom: 0;
}
.block-case ul li{
	margin-bottom: 20px;
}
.block-case {
    box-shadow: 0 0 18px 0 rgba(0, 0, 0, 0.08);
    -webkit-box-shadow: 0 0 18px 0 rgba(0, 0, 0, 0.08);
    -moz-box-shadow: 0 0 18px 0 rgba(0, 0, 0, 0.08);
    padding: 30px 20px;
    border-radius: 14px;
    background-color: #fff; 
	margin-bottom: 30px;
	overflow: hidden;
}
.case-download span { 
    text-transform: lowercase;
}
.case-download a{
	position: relative;	
}
.case-download a:after {
    content: "";
    background-image: url(images/icons/arrow-down.png);
    width: 18px;
    height: 12px;
    background-size: 100% auto;
    background-repeat: no-repeat;
    margin-left: 6px;
    background-position: center center;
}
.case-download {
    padding: 27px 25px 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-right: 33px;
    font-size: 18px;
}
.case-img{
	width: 100%;
	float: left;
	position: relative;
}

.case-img:after {
	content: "";
	display: block;
	padding-bottom: 64%;
}

.case-img img{
	position: absolute;
	width: 100%;
	height: 100%;
	vertical-align: middle;
	object-fit: cover;
}
.post-content-case > .row > .col{
    padding-right: 40px;
    padding-left: 40px;
}
.post-content-case > .row{
	margin: 0 -40px;
}
.single-case-download span {
    margin-left: 5px;
    text-transform: lowercase;
	position: relative;
}
.single-case-download span:before {
    content: "";
    background-image: url(images/icons/arrow-down.png);
    width: 17px;
    height: 12px;
    background-size: 100% auto;
    background-repeat: no-repeat;
    margin-right: 7px;
    background-position: center center;
    display: inline-block;
}

.quote_case:after {
    content: "";
    background-image: url(images/quote2.png);
    background-position: center bottom;
    width: 194px;
    height: 147px;
    position: absolute;
    right: 20px;
    bottom: 30px;
    background-repeat: no-repeat;
    background-size: 100% auto;
	opacity: 0.35;
	z-index: 0;
}
.quote_case:before {
    content: "";
    background-image: url(images/quote1.png);
    background-position: center top;
    width: 194px;
    height: 147px;
    position: absolute;
    left: 20px;
    top: 30px;
    background-size: 100% auto;
    background-repeat: no-repeat;
	opacity: 0.35;
	z-index: 0;
}
.quote_case h2,
.quote_case h5,
.quote_case h4,
.quote_case h3{
	font-weight: 300!important;
}
.quote_case * {
	color: #fff!important;
}
.quote_case>div{
	position: relative; 
	z-index: 3;
}
.quote_case{
	position: relative;
	padding: 65px 39px;
	background-color: #101535;
	color: #fff;
	border-radius: 14px;
}
.single-case-download {
    width: 100%;
    clear: both;
    margin: 35px 0 0;
}
.container_case_wrap {
    width: 100%;
    clear: both;
    padding-bottom: 97px;
    float: left;
}

.container_case >div,
.container_case_wrap >div{
	z-index: 3;
}
.container_case_wrap {
	position: relative; 
}
.single-post #container>div{
	position: relative;
	z-index: 3;
}
.single-post #container{
	position: relative;
}
.single-post #container:before {
    content: "";
    background-repeat: no-repeat;
    background-position: left center;
    position: absolute;
    background-image: url(images/shapes/icon4.png);
    max-width: 50%;
    height: 780px;
    z-index: 0;
    top: 42%;
    right: 79%;
    background-size: 100% auto;
    width: 790px;
}
.single-post #container:after {
    content: "";
    background-repeat: no-repeat;
    background-position: left center;
    position: absolute;
    background-image: url(images/shapes/icon4.png);
    max-width: 50%;
    height: 780px;
    z-index: 0;
    top: 5%;
    left: 74%;
    background-size: 100% auto;
    width: 790px;
}
.container_case_wrap:before { 
    content: "";
    background-repeat: no-repeat;
    background-position: right center;
    position: absolute;
    background-image: url(images/shapes/icon3.png);
    max-width: 40%;
    height: 715px;
    z-index: 0;
    bottom: -10%;
    right: 0;
    background-size: 100% auto;
    width: 733px;
}
.container_case_wrap:after {
    content: "";
    background-repeat: no-repeat;
    background-position: left bottom;
    position: absolute;
    background-image: url(images/shapes/icon16.png);
    max-width: 50%;
    height: 636px;
    z-index: 0;
    bottom: 27%;
    left: -205px;
    background-size: 100% auto;
    width: 465px;
}
.container_case:after {
    content: "";
    background-repeat: no-repeat;
    background-position: left top 0;
    position: absolute;
    background-image: url(images/shapes/icon7.png);
    max-width: 33%;
    height: 100%;
    z-index: 0;
    top: -40px;
    right: -5vw;
    background-size: 100% auto;
    width: 679px;
}

.tax-case-study-category .post-date{
	display: none;
}

.testi-section #content  h2{
	text-align: center;
	color: #fff;
}
.testi-section {
    float: left;
    width: 100%;
    padding: 75px 0;
    position: relative;
    overflow: hidden;
    background-color: #101535;
    color: #fff;
}

.list_news_slider{
	padding: 0 23px;
}

.single-post #content .section-more .container {
    max-width: calc(100% - 60px);
}

.wpb_raw_html.container-10{
    width: 1030px;
    max-width: 100%;
    margin: 0 auto;
}
#searchInput{
    border: 3px solid #101535;
    border-radius: 14px;
    height: 60px;
}

/*value-block*/
.value-block img{
	position: relative;
	z-index: 3;
}
.value-block #content h2{
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center;
    z-index: 4;
    top: 50%;
    margin: 0;
    transform: translateY(-50%);
}
.value-block {
    width: 100%;
    float: left;
    padding: 75px 0 130px;
}
.image-container {
    position: relative;
    display: inline-block;
}
.value_points{
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}
.text-container .value_text.active{
	opacity: 1;
	z-index: 1;
}
.text-container .value_text {
	opacity: 0;
	z-index: -1;
}
.value_point1 {
    position: absolute;
    width: 28%;
    height: 26%; 
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.value_point2 {
    position: absolute;
    width: 27.5%;
    height: 25.5%; 
    top: 28.5%;
    right: 0;
    margin: 0 auto;
}
.value_point3 {
    position: absolute;
    width: 28%;
    height: 25.5%; 
    bottom: 4.5%;
    right: 13%;
    margin: 0 auto;
}
.value_point4 {
    position: absolute;
    width: 27%;
    height: 25.5%; 
    bottom: 4.5%;
    left: 12%;
    margin: 0 auto;
}
.value_point5 {
    position: absolute;
    width: 27.5%;
    height: 25.5%; 
    top: 28.5%;
    left: 0;
    margin: 0 auto;
}
.value_point {
    position: absolute; 
    cursor: pointer; 
	z-index: 5;
}
.text-container {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
    left: 0;
    top: 0; 
} 
#content .text-container h4{
	font-weight: bold;
	font-size: 20px;
	font-family: "quicksand",sans-serif; 
	color: #E50C7D;
} 
#content .text-container .value_point2 h4{
	color: #229FE3;
}
#content .text-container .value_point3 h4{
	color: #22376D;
}
#content .text-container .value_point4 h4{
	color: #868591;
}
#content .text-container .value_point5 h4{
	color: #5FB6B4;
} 
.text-container .value_text ul li {
    white-space: nowrap;
    line-height: 1.4;
    margin: 0;
}
.value-block #content h4 {
    margin: 0 0 8px;
}
.text-container .value_text ul{
	list-style: none;
	margin: 0 0 5px!important;
	padding: 0;
}
.text-container .value_text{
	color: #101535;
}
.text-container .value_point1 .value_img {
    background-image: url(images/icons/value-icon1.png);
    background-repeat: no-repeat;
    background-position: left top;
    position: absolute;
    left: 55%;
    width: 140%;
    height: 100%;
    top: 5px;
}
.text-container .value_point1 .value_content {
    position: absolute;
    left: calc(100% + 5px);
    width: 140%;
    top: -14px;
}

.text-container .value_point2 .value_img {
    background-image: url(images/icons/value-icon2.png);
    background-repeat: no-repeat;
    background-position: right top;
    background-size: auto 100%;
    position: absolute;
    right: -36px;
    width: 37px;
    height: 50%;
    top: calc(50% - 1px);
}
.text-container .value_point2 .value_content {
    position: absolute;
    left: calc(100% + 5px);
    width: 155px;
    top: calc(100% - 17px);
}
.text-container .value_point3 .value_img {
    background-image: url(images/icons/value-icon3.png);
    background-repeat: no-repeat;
    background-position: right top;
    background-size: auto 100%;
    position: absolute;
    right: -51px;
    width: 63px;
    height: 24px;
    top: calc(50% - 2px);
}
.text-container .value_point3 .value_content {
    position: absolute;
    left: calc(100% - 7px);
    width: 155px;
    top: calc(100% + 2px);
}
.text-container .value_point4 .value_img {
    background-image: url(images/icons/value-icon4.png);
    background-repeat: no-repeat;
    background-position: left top;
    background-size: auto 100%;
    position: absolute;
    right: 97%;
    width: 99%;
    height: 43px;
    top: calc(50% - 2px);
}
.text-container .value_point4 .value_content {
    position: absolute;
    left: -5px;
    width: 155px;
    top: calc(100% + 5px);
}
.text-container .value_point5 .value_img {
    background-image: url(images/icons/value-icon5.png);
    background-repeat: no-repeat;
    background-position: left top;
    background-size: auto 100%;
    position: absolute;
    right: 97%;
    width: 87px;
    height: 50%;
    bottom: 49%;
}
.text-container .value_point5 .value_content {
    position: absolute;
    left: -5px;
    width: 155px;
    bottom: calc(100% + 5px);
} 
 
.icon-countup2 {
    margin: 0 0 21px!important;
}
.icon-countup1 {
    margin: 0 0 11px!important;
}
.section-national .wpb_wrapper {
    text-align: center;
}
.icon-countup1 .countup {
    background-image: url(images/icons/icon1.png);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: auto 100%;
    font-weight: bold;
    
    padding: 5px 0 5px 32%;
    font-size: 50px;
    line-height: 1;
    margin: 0 auto!important;
    display: inline-block;
} 
.icon-countup2 .countup {
    background-image: url(images/icons/icon2.png);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: auto 100%;
    font-weight: bold;
    
    padding: 5px 0 5px 93px;
    font-size: 50px;
    line-height: 42px;
    margin: 0 auto!important;
    display: inline-block;
}
.icon-countup3 {
    text-align: center;
    display: flex;
    align-items: center;
    margin-bottom: 8px !important;
    justify-content: center;
}
.icon-countup3 .indi {
    text-transform: uppercase;
    margin-top: 7px;
    display: inline-block;
}
.icon-countup3 .countup {
    font-weight: bold;
    
    font-size: 40px;
}
.icon-countup3 .wpb_wrapper {
    background-image: url(images/icons/icon3.png);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: auto 100%;
    font-weight: bold;
    
    padding: 0px 0 0px 33%;
    font-size: 20px;
    line-height: 1;
    margin: 0 auto!important;
    display: grid;
}

.benefits-icon .wpb_raw_html,
.hiw-icons .wpb_raw_html{
	margin-bottom: 10px;
}
.benefits-icon .lottie-container,
.hiw-icons .lottie-container {
    display: flex;
    align-items: center;
    justify-content: center;
}
.hiw-icons lottie-player {
    width: 100px!important; 
	max-width: 100%;
}

.benefits-icon lottie-player {
    width: 146px!important; 
	max-width: 100%;
}

@media only screen and (min-width: 768px) {
.diagram .lottie-container {
    padding-left: 17%;
}
.values-diagram .lottie-container {
    padding-left: 7%;
}
} 
.header-top {
    float: left;
    width: 100%;
}
.header-mrow {
    float: left;
    width: 100%;
    display: inline-block;
    background-color: #000;
    padding: 3px 0;
}
#header-info {
    float: left;
    width: 457px;
    display: flex;
    height: 40px;
    align-items: center;
}
#header-info>div {
    float: left;
    margin-right: 47px;
    white-space: nowrap;
}
#header-info a:hover label{
	cursor: pointer;
}
#header-info a:hover{
	cursor: pointer; 
	color: #101535;
}
#header-info a {
    color: #fff;
    line-height: 1.5;
    font-size: 14px;
    display: flex;
    cursor: pointer;
    font-weight: 400;
    text-decoration: none;
    column-gap: 8px;
}
#header-info .t-email img {
	width: 13px;
}
#header-info img {
    width: 9.6px;
}
.menu-block {
    float: left;
    width: calc(100% - 457px);
} 

.line_hr hr{
	width: 1200px;
	max-width: 100%;
	margin: 0 auto;
	background-color: #45484B;
}
.line_hr{
    clear: both; 
    float: left;
    width: 100%; 
	background-color: #f8f8f6;
}

.footer-logo p:last-child{
	margin-bottom: 0;
}
.site-info p{
	margin-bottom: 0;
}
.footer_cols {
	padding: 35px 0 20px;
}
.site-info {
    display: inline-flex;
    width: 100%;
    align-items: center;
    justify-content: space-between;
}
#header .container {
    width: 1490px; 
}

#footer .footer-info ul{
	float: left;
	width: 100%;
}
#footer .footer-info ul.socials_data li {
	width: auto;
	float: left;
	margin-right: 20px;
}

.banner-image .img img {
    width: 100%;
    vertical-align: middle;
    object-fit: cover;
    max-height: calc(100vh - 128px);
    min-height: 280px;
	transform: translateY(0);
	transition: transform 0.1s ease-out;
    transition: all 0.05s ease 0s;
}
.has_overlay .banner-image .img:before{ 
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 0;
    background-image: linear-gradient(to top, rgba(26,72,75,0.26), rgb(26,72,75,0.26));
}
.banner-image .img{
	position: relative;
} 
.banner-image .img:before {
    content: "";
    display: block;
    width: 100%;
    height: 50%;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 0;
    background-image: linear-gradient(to top, rgba(0,0,0,1), rgb(0,0,0,0));
    z-index: 1;
    opacity: 0.8;
}
.banner-image .img,
.banner-image{
	width: 100%;
	float: left;
} 
.home .banner-content { 
    top: auto;
    transform: none; 
    bottom: 105px;
}
.banner-content {
    position: absolute;
    z-index: 5;
    left: 0;
    right: 0;
    width: 100%;
	top: 66%;  
	transform: translateY(-50%);  
}
.banner-content .container-banner {
    width: 1200px;
    margin: 0 auto;
    max-width: calc(100% - 60px);
    position: relative;
}
.text-sp p:last-child .btn {
    margin-top: 12px; 
}
.text-sp h1 strong{
	color: #101535;
	font-weight: 400;
	font-family: "Montserrat", sans-serif;
}
.text-sp h1 {
    font-size: 108px;
    font-weight: 400;
    line-height: 1;
    margin-bottom: 0;
    font-family: "Bebas Neue", serif;
    text-transform: uppercase;
}
.home .text-sp {
    text-align: left;
}
.text-sp {
    text-align: center; 
    color: #fff;
    font-size: 18px; 
    width: 100%;
    max-width: 100%;
    font-family: "Bebas Neue", serif;
}

.socials_data li a:hover{
	opacity: 0.8;
}
.socials_data{
	width: 100%;
	margin-top: 15px!important;
}

@media only screen and (min-width: 768px) {
.welcome-text >div>.wpb_wrapper{
	padding-left: 50px;
	max-width: 100%;
	float: right;
}
.more-space-left >div>.wpb_wrapper{
	padding-left: 50px;
	max-width: 100%;
	float: right;
}
.more-space-right >div>.wpb_wrapper{
	padding-right: 50px;
	max-width: 100%;
	float: left;
}
}

.block_simg>div>.wpb_wrapper .wpb_text_column {
    position: absolute;
    bottom: 0;
    right: 0;
    background-color: #fff;
    margin: 0;
    padding: 34px;
    width: 420px;
    max-width: 100%;
}
.block_simg>div>.wpb_wrapper{
	position: relative;
	padding-right: 20px;
	padding-bottom: 20px;
}
.block_simg .wpb_single_image{
	margin: 0!important;
} 
.embed-container {
    position: relative;
    padding-bottom: 87.25%;
    height: 0;
    overflow: hidden;
    min-height: 550px;
    max-width: calc(100% - 60px);
}
.embed-container iframe, .embed-container object, .embed-container embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }

.block-request>div>.wpb_wrapper{
	width: 393px;
	max-width: 100%;
	margin: 0 auto;
} 
#content #list_sv h3 a:hover{
	color: #101535;
}
#content #list_sv h3 a {
    font-size: 26px;
    color: #fff;
    text-decoration: none;
    background-image: url(images/icon-more.svg);
    background-repeat: no-repeat;
    background-position: right center;
    width: auto;
    display: inline-block;
    padding-right: 55px;
}
#list_sv .wpb_text_column {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 20px;
} 
#list_sv .wpb_single_image:hover img{
	-webkit-filter: grayscale(0%);
    filter: grayscale(0%);
    transform: scale(1.03);
}
#list_sv .wpb_single_image img{
	-webkit-filter: grayscale(50%);
    filter: grayscale(50%);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
#list_sv .wpb_single_image {
	position: relative; 
	z-index: 0; 
	overflow: hidden;
}
#list_sv .wpb_single_image:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
    background-image: linear-gradient(to top, rgba(0,0,0,0.6), rgb(0,0,0,0));
    z-index: 1; 
}
#list_sv .wpb_content_element{
	margin: 0;
}
#list_sv .vc_column_container >div>.wpb_wrapper{
	position: relative;
} 
#content .testi_info h3{
	font-size: 22px;
	color: #101535;
    margin: 0;
}
.testi_info {
    text-align: center;
    color: #101535;
    margin-top: 18px;
    width: 100%;
    clear: both;
    display: inline-block;
}

.list_testi.testi ul li .news-item-img:hover img { 
    transform: scale(1);
}

.list_testi ul li img {
    width: 100%; 
    height: auto;
}
.list_testi ul li .news_date {
    font-size: 18px;
    color: #9EA1AD;
    background-image: url(images/calendar.svg);
    background-repeat: no-repeat;
    padding-left: 30px;
    background-position: left center;
    position: absolute;
    bottom: 33px;
	left: 30px; 
}
.list_testi ul li .news-item-img img {
    float: none;
    width: 164px;
}
.list_testi ul li .news-item-img {
    width: 100%;
    float: left;
    margin-top: -82px;
    text-align: center;
}
.list_testi ul li .news-item-dw {
    padding: 42px 42px 18px;
    position: relative;
    width: 100%;
    float: left;
}

.list_testi ul li .item-wrap {
    float: left;
    width: 100%;
    position: relative;
    background-color: #fff;
    box-shadow: 0px 0px 18px -8px rgb(0 0 0 / 15%);
    height: 100%; 
    border-radius: 14px;
}
.list_testi.testi ul li .item-wrap { 
    border-radius: 0; 
} 
.list_testi ul li {
    float: left;
    width: 50%;
    padding: 26px 20px; 
}
.list_testi ul {
    margin: 0 -15px 0;
    padding: 0;
    display: inline-flex;
    flex-wrap: wrap;
    list-style: none;
    position: initial;
}
#content .list_testi h3 a:hover{
	text-decoration: none;
}
#content .list_testi h3 a:hover{
	color: #101535;
}
#content .list_testi h3 a{
	color: #101535;
	text-decoration: none;
}

#content .list_testi p{
 
}
#content .list_testi p.read-full {
    position: absolute;
    left: 0;
    bottom: 30px;
    right: 0;
    margin: 0 auto;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}
.content-testi{
	text-align: center;
}

 
.page-id-2273 #main{
	padding: 80px 0;
}
#content .pheader-date p {
	margin-bottom: 15px;
}
.pheader-date span{
	font-weight: 400;
}
.pheader-date *{
    color: #101535!important;
}
.pheader-date {
    width: 100%;
    max-width: 100%;
    font-weight: 400;
    float: left;
    color: #101535;
    margin: 0 0 10px;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.pheader-share {
    padding: 30px 0 45px;
    text-align: center;
}
.container-12 {
    width: 1200px;
    margin: 0 auto;
    display: block;
    max-width: calc(100% - 60px);
    position: relative;
}
#content .addtoany_list a { 
    padding: 0 9px; 
}
.a2a_kit a.a2a_button_facebook span svg{
	display: none;
}
.a2a_kit a.a2a_button_facebook span {
    background-image: url(images/share/icon-fb.svg);
    background-color: transparent!important;
}
.a2a_kit a.a2a_button_email span svg{
	display: none;
}
.a2a_kit a.a2a_button_email span {
    background-image: url(images/share/icon-email.svg);
    background-color: transparent!important;
}
.a2a_kit a.a2a_button_twitter span svg{
	display: none;
}
.a2a_kit a.a2a_button_twitter span {
    background-image: url(images/share/icon-x.svg);
    background-color: transparent!important;
}
.a2a_kit a.a2a_button_pinterest span svg{
	display: none;
}
.a2a_kit a.a2a_button_pinterest span {
    background-image: url(images/share/icon-pin.svg);
    background-color: transparent!important;
}
.a2a_kit a.addtoany_share_save {
    display: none!important;
}

.menu-block ul.socials_data li {
    width: auto;
	list-style: none;
    float: left;
    margin-left: 20px;
}
.menu-block ul.socials_data {
    width: auto;
    float: right;
    margin: 6px 0 0 !important;
}
.contact-info ul li a {
    background-image: url(images/share/icon-phonew.svg);
    background-repeat: no-repeat;
    background-position: left top -4px;
    min-height: 40px;
    padding-left: 45px;
    display: inline-block;
    background-size: 40px auto;
    font-weight: bold;
}
.contact-info ul li:last-child a {
    background-image: url(images/share/icon-emailw.svg); 
}
.contact-info ul li{
	margin-bottom: 10px;
}
.contact-info ul {
    list-style: none;
    margin: 0 0 24px;
    padding: 0;
}

.request-visit >div>.wpb_wrapper{
	background-color: #fff;
	padding: 48px 70px;
}
.embed-container2 { position: relative; padding-bottom: 26.25%; height: 0; overflow: hidden; max-width: 100%; } .embed-container2 iframe, .embed-container2 object, .embed-container2 embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }

.page-id-2275 .line_hr{
	display: none;
}

.portfolio-gallery ul li img {
    vertical-align: middle;
    object-fit: cover;
    width: 100%;
    height: 100%;
}
.portfolio-gallery ul li:hover img {  
    transform: scale(1.03);
}
.portfolio-gallery ul li {
    float: left;
    width: 25%;
    padding: 15px;
    overflow: hidden;
}
.portfolio-gallery ul {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
	margin: 0 -15px;
	width: calc(100% + 30px);
} 
.portfolio-gallery-ba ul li img {
    vertical-align: middle;
    object-fit: cover;
    width: 100%;
    height: 100%;
}
.portfolio-gallery-ba ul li div span {
    position: absolute;
    background-color: #fff;
    width: 124px;
    height: 49px;
    display: flex;
    align-items: center;
    justify-content: center;
    right: -20px;
    bottom: -20px;
}
.portfolio-gallery-ba ul li div.bf{
	z-index: 2;
}
.portfolio-gallery-ba ul li div{
	width: 50%;
	float: left;
	position: relative;
}
.portfolio-gallery-ba ul li{
	float: left;
	width: 50%;
	padding: 30px 15px;
	padding-right: 20px;
    overflow: hidden;
}
.portfolio-gallery-ba ul {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
	margin: 0 -15px;
	width: calc(100% + 30px);
}

.single-portfolio #main{
	padding: 50px 0;
}

.areas{
	
}
.btn-root ul li:last-child a{
	
}
.btn-root ul li{
	float: left;
	margin-right: 20px;
}
.btn-root ul{
	list-style: none;
	margin: 0;
	padding: 0;
}
.areas ul li{
	float: left; 
	width: 33.33%;
}
.areas ul{
	list-style: none;
	margin: 0!important;
	padding: 0;
	width: 100%;
	clear: both;
	display: inline-block;
}
.areas ul li a:hover{
    color: #101535;
}
.areas ul li a {
    background-image: url(images/share/icon-point.svg);
    background-repeat: no-repeat;
    background-position: left top 3px;
    min-height: 28px;
    padding-left: 26px;
    display: inline-block;
    background-size: 18px auto;
    font-weight: 400;
    color: #101535;
    text-decoration: underline;
}

.maps_img{
	
}
.maps_img.wpb_single_image img { 
    min-height: 581px;
    max-width: 10000%;
    float: right;
    vertical-align: middle;
    object-fit: cover;
}
.display-mobile{
	display: none;
}

.page-id-2265 .line_hr,
.page-id-2269 .line_hr{
	display: none;
}

@media only screen and (min-width: 768px) {
.section-scale.x1 .wpb_single_image img {
    min-height: 474px;
}
.section-scale .wpb_single_image img {
    min-height: 628px;
    float: left;
    max-width: 135%;
    vertical-align: middle;
    object-fit: cover;
}
}


#content #team-block h3{
	font-size: 22px;
	font-weight: 400;
	color: #101535;
	margin: 0;
}
#content #team-block h5{
	font-size: 16px;
	font-weight: 400;
	color: #101535; 
}
#team-block .wpb_text_column {
	background-color: #fff;
	float: right;
	width: calc(100% - 20px);
	margin-top: -80px;
	padding: 25px;
	position: relative;
	z-index: 3;
}
#team-block .wpb_single_image {
	padding-right: 20px;
	margin: 0;
	position: relative;
	z-index: 1;
}

#content .testi_info_sl p{
	font-size: 14px;
	font-weight: 300; 
}
#content .testi_info_sl h6{
	font-size: 14px;
	color: #fff;
	font-weight: 500;
	text-transform: uppercase;
    letter-spacing: 1px;
	margin: 0;
}
#content .content-testi h5{
	margin-bottom: 32px;
}
#content .content-testi h3,
#content .content-testi h5{
	font-size: 16px;
	color: #fff;
	font-weight: 300;
	text-transform: uppercase;
    letter-spacing: 1px;
}
.content-testi .read-full a{
	margin: 0 auto;
}
.testi-info .read-full{
	text-align: center;
}
.content-testi {
    text-align: center;
    color: #fff;
    font-size: 16px;
    font-weight: 300;
}
#content .testi_info_sl h3 {
    font-size: 16px;
    color: #fff; 
}
.testi-info {
    width: 550px;
    max-width: calc(100% - 60px);
    margin: 0 auto;
    background-image: url(images/icon-quote.png);
    background-repeat: no-repeat;
    background-position: center top;
    padding-top: 55px;
}
.testi_info_sl {
    text-align: center;
    color: #fff;
    margin-top: 25px;
    width: 100%;
    clear: both;
    display: inline-block;
    margin-bottom: 45px!important;
}

.testi_main_slider .testi-img {
    width: 100%;
    clear: both;
    text-align: center;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin: 0 0 32px;
}
.list_case.testi_main_slider ul li img {
    width: 164px;
}
#read-more-btn {
	color: #fff;
	text-transform: uppercase;
}
#list_sv .wpb_single_image *{
    width: 100%;
}

.wpb_text_column .testi_main_slider  ul li {
    margin: 0;
}
 
.header-tip{
	float: right;
}

.accreditations .wpb_single_image {
	margin: 0;
}
.accreditations .vc_column-inner> .wpb_wrapper {
    display: grid;
    grid-template-columns: repeat(5,1fr);
    gap: 30px;
    max-width: max-content;
	padding: 0 15px;
    align-items: center;
}
.ref-logos img{
	max-height: 47px;
} 
.ref-logos {
    display: flex;
    gap: 22px;
    max-width: 100%;
    align-items: center;
    width: 100%;
    justify-content: space-between;
    margin-top: 20px;
    float: left;
}
.col.footer-left{
	width: 642px;
	max-width: 642px;
	float: left;
}
.col.footer-right {
    width: calc(100% - 642px);
    max-width: calc(100% - 642px);
    float: left;
    padding-left: 30px;
}

#footer a.connect_linkedin:hover{
	opacity: 0.8;
}
#footer a.connect_linkedin {
    background-image: url(https://colabstaging.co.uk/reach/wp-content/uploads/2025/02/linkedin-with-circle-svgrepo-com.svg);
    background-position: left top;
    background-repeat: no-repeat;
    background-size: 27px;
    display: inline-block;
    width: 27px;
    height: 27px;
    text-indent: -9999px;
    position: relative;
    top: -7px;
    margin-left: 3px;
} 
.footer-col2 ul li {  
    background-position: left top;
    background-repeat: no-repeat;
}

#footer .footer-info .footer-col1 p{
	margin-bottom: 25px;
} 

#overview .overview-wrap{
	position: relative;
}
#overview .overview-wrap:before{
    content: "";
    display: block;
    width: 100%;
    height: 223px;
	max-height: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 0;
	opacity: 0.75;
    background-image: linear-gradient(to top, rgba(0,0,0,0.66), rgb(0,0,0,0));
	z-index: 1;
}
#overview .text a:hover{
    color: #101535;
}
#overview .text a{
	color: #fff;
	text-decoration: underline;
	font-weight: 300;
}
#overview .text {
    position: absolute;
    z-index: 3;
    left: 0;
    bottom: 0;
    padding: 0 30px;
    margin: 0 0 25px;
}
#overview .wpb_single_image {
	margin: 0;
	position: relative;
	z-index: 0;
}
#overview{
	
}
#content #overview h4 {
    font-size: 24px;
    line-height: 1.4;
    font-weight: 300;
    color: #fff;
    margin: 0 0 10px;
}
div.vc_column_container>.vc_column-inner {
    padding-left: 30px;
    padding-right: 30px;
}
div.vc_row {
    margin-left: -30px;
    margin-right: -30px;
}
.row_xs div.vc_column_container>.vc_column-inner {
    padding-left: 15px;
    padding-right: 15px;
}
div.vc_row.row_xs {
    margin-left: -15px;
    margin-right: -15px;
}
div.section-expert {
    background-position: right top !important;
} 

.back-news a:hover{
	color: #101535;
}
.back-news a{
	color: #101535;
	text-decoration: underline;
}
.back-news {
    width: 100%;
    clear: both;
    border-top: 1px solid #EFEEF0;
    padding: 32px 0;
	margin: 0 0 38px;
}

.single #content h1.line{
    position: relative;
    padding-top: 14px;
}
.single #content h1.line:before{
    content: "";
    width: 45px;
    height: 2px;
    background-color: #101535;
    position: absolute;
    top: 0;
    left: 0;
	font-weight: 500;
}
.read-full .btn { 
    width: 145px; 
}

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

.contact-box .wpcf7{
	background-color: #EFEEF0;
	padding: 30px 30px 12px;
}

.site-contact-info ul li a{
	color: #101535;
}
.site-contact-info ul li {
    padding-left: 24px;
    background-position: left top 5px;
    background-repeat: no-repeat;
    margin: 0 0 10px;
}
.site-contact-info ul li.sphone{ 
    background-image: url(images/icon-phone.svg);
}
.site-contact-info ul li.semail{ 
    background-image: url(images/icon-email.svg);
}
.site-contact-info ul li.spoint{ 
    background-image: url(images/icon-point.svg);
}
#content .site-contact-info h5{
	text-transform: uppercase;
}
.site-contact-info ul {
    list-style: none;
    margin: 0;
}

#section-automation .wpb_text_column:last-child {
	margin-bottom: 15px;
}
#section-automation {
    display: flex;
    flex-wrap: wrap;
    padding: 15px 0;
}
#section-automation.vc_row {
    margin-left: -28px;
    margin-right: -28px;
}
#section-automation div.vc_column_container>.vc_column-inner {
    padding-left: 28px;
    padding-right: 28px;
    height: 100%;
}
#section-automation>div:last-child{
	border-width: 0;
}
#section-automation>div {
    border-right: 1px solid #c9c8ca;
    padding-top: 15px;
    position: relative;
} 
.automation-block .wpb_text_column {
    width: calc(100% - 60px);
    margin: 0;
    float: left;
}
.automation-block .wpb_single_image {
    width: 60px;
    float: left;
    margin: 0;
}
.automation-block .wpb_raw_code,
.automation-block> .wpb_wrapper{
	display: none;
}
.automation-block {
    width: 100%;
    clear: both;
    float: left;
}
.uppercase *,
.uppercase{
	text-transform: uppercase;
}

@media only screen and (min-width: 768px){
.at-bottom >div:after {
    content: "";
    width: calc(100% - 60px);
    bottom: -15px;
    left: 15px;
    background-color: #c9c8ca;
    height: 1px;
    position: absolute;
}
.side_space {
	padding-left: 5%!important;
}

}

.wpb_single_image.video.dark a:before {
    width: 110px;
    height: 110px; 
    background-size: 40px auto;
    background-position: left 42px center; 
    border-radius: 50%;
    background-color: #101535;
}
div.bottom_right{
	background-position: right bottom!important;
}
.page-id-2273 #main, 
.page-id-2547 #main, 
.blog #main {
    background-image: url(images/shape4.png);
	background-position: right top;
	background-size: auto;
	background-repeat: no-repeat;
}
.page-id-2273 .read-full .btn {
    width: 204px;
}

.page-template-page-testimonial_temp .content-testi,
.page-template-page-testimonial_temp #content .content-testi h5,
.page-template-page-testimonial_temp #content .content-testi h3,
.page-template-page-testimonial_temp #content .testi_info_sl p,
.page-template-page-testimonial_temp #content .testi_info_sl h6 { 
    color: #000; 
    text-align: left;
}

.page-template-page-testimonial_temp .testi_info_sl p {
	margin-bottom: 0!important;
}	
.page-template-page-testimonial_temp .testi_info_sl { 
    margin-top: 0; 
    margin-bottom: 24px!important;
}
.page-template-page-testimonial_temp #content .content-testi h5 {
    background-image: url(images/icon-quote.png);
    background-repeat: no-repeat;
    background-position: left top;
    padding-left: 45px;
}

.list ul li::marker{
	color: #101535;
}
.wpb_text_column.list ul li {
    margin: 0 0 5px;
}
.listx2 ul {
    width: calc(50%  - 18px);
    float: left;
    padding-right: 5%;
}
#team div.vc_column_container>.vc_column-inner {
    padding-left: 5px;
    padding-right: 5px;
}
#team>div>div>.wpb_wrapper .wpb_text_column {
	padding: 0 20px;
}
#team>div>div{ 
	height: 100%;
}
#team>div>div>.wpb_wrapper{
	background-color: #fff;
	height: 100%;
}
#team {
    display: flex;
    flex-wrap: wrap;
    margin-left: -5px;
    margin-right: -5px;
    row-gap: 10px;
}
#content #team p{
	font-size: 14px;
}
#content #team h4{
	font-size: 16px;
	font-weight: 500;
	text-transform: uppercase;
	margin-bottom: 0;
}
#content #team h5{
	font-size: 16px;
	font-weight: 400;
	color: #F8B100; 
}
.embed-container2 { position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; max-width: 100%; } 
.embed-container2 iframe, 
.embed-container2 object, 
.embed-container2 embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
.footer-maps {
    width: 389px;
    float: left;
	max-width: 60%;
}

#section-page .wpb_single_image img {
    width: 250px;
}
#section-page p a {
    color: #101535;
    text-decoration: underline;
    font-weight: 400;
}
#section-page p{
	font-weight: 300;
}
#partners .wpb_single_image img{
    filter: grayscale(100%); /* Current draft standard */
    -webkit-filter: grayscale(100%); /* New WebKit */
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%); 
    -o-filter: grayscale(100%); /* Not yet supported in Gecko, Opera or IE */ 
    filter: url(resources.svg#desaturate); /* Gecko */
    filter: gray; /* IE */
    -webkit-filter: grayscale(1); /* Old WebKit */
    max-height: 115px;
    width: auto;
}
#partners {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.wpcf7-form input[type="checkbox"] {
    margin-bottom: 0!important;
    width: 25px;
    height: 25px;
    position: relative;
    top: 6px;
}
#content .list_news p.short a.smore {
    text-decoration: underline;
    color: #101535;
    text-transform: uppercase;
    font-weight: 400;
}
#content .list_news p.post-date { 
    display: none;
}
.news-featured{
	width: 100%;
	float: left;
	margin: 0 0 30px;
}
#logo-acced>div>.wpb_wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 395px;
    float: right;
    max-width: 100%;
    gap: 15px;
}
.our-values>div{
	border-left: 1px solid #101535;
}
.our-pur .vc_separator.wpb_content_element {
    margin-top: 46px;
    margin-bottom: 47px;
}
.our-pur>div>.wpb_wrapper {
    width: 295px;
    max-width: 100%;
    float: right;
    padding-right: 31px;
}
.vc_separator.wpb_content_element{
    margin-bottom: 50px;
}
div.wpb-content-wrapper { 
    padding-top: 35px;
}
#content .project_list ul {
    list-style: none;
    margin: 0 -15px;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
}
#content .project_list ul li {
    text-align: center;
    float: left;
    width: 33.33%;
	padding: 15px;
}
#content .project_list h3 {
    margin-top: 0;
    margin-bottom: 10px;
}
#project-popup {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    z-index: 9999;
	display: none;
}
.popup-content {
    background: #fff;
    padding: 0;
    max-width: 1200px;
    margin: 0 auto;
    max-height: calc(100vh - 60px);
    overflow-y: scroll;
    top: 50%;
    position: relative;
    transform: translateY(-50%);
    border: 5px solid #ffca39;
}
.project_info h1 strong {
    color: #101535;
    font-weight: 400;
    font-family: "Montserrat", sans-serif;
}
.project_info h2 {
	font-size: 38px;
	line-height: 1;
}

.project_info h1 {
    font-size: 108px;
    line-height: 0.8;
    margin: 0;
}
.project_info {
    position: absolute;
    bottom: 68px;
    z-index: 1;
    width: 100%;
    text-align: center;
    color: #fff;
    font-family: "Bebas Neue", serif;
    text-transform: uppercase;
    z-index: 3;
}
.project_header{
	position: relative;
}
.gallery_project .slick-dots li button{
	display: none;
}
.gallery_project .slick-dots li.slick-active {
	background-color: #101535;
	opacity: 1;
}	
.gallery_project .slick-dots li { 
    text-indent: -9999px;
    background-color: #fff;
    border-radius: 50%;
    opacity: 0.3;
}
.gallery_project .slick-dots { 
    bottom: 13px; 
    z-index: 1;
} 
.gallery_project .slick-next {
    top: 50%;
    position: absolute;
    transform: translateY(-50%);
    right: 56px;
    border-radius: 0;
    width: 34px;
    height: 40px; 
    background-image: url(images/icon-next.png)!important;
    background-repeat: no-repeat!important;
    background-size: 100% auto!important;
    background-position: center!important;
    text-indent: -9999px;
}
.gallery_project .slick-prev {
    top: 50%;
    position: absolute;
    transform: translateY(-50%);
    left: 56px;
    border-radius: 0;
    width: 34px;
    height: 40px; 
    background-image: url(images/icon-prev.png)!important;
    background-repeat: no-repeat!important;
    background-size: 100% auto!important;
    background-position: center!important;
    text-indent: -9999px;
}
.close-popup:hover{
	opacity: 0.8;
}
.close-popup {
    top: 50px;
    position: absolute;
    transform: translateY(-50%);
    right: 36px;
    border-radius: 0;
    width: 25px;
    height: 25px;
    background-image: url(images/icon-close.png)!important;
    background-repeat: no-repeat!important;
    background-size: 100% auto!important;
    background-position: center!important;
    text-indent: -9999px;
    border: none;
    background-color: transparent;
    cursor: pointer;
    z-index: 5;
}
.gallery_project:before {
    content: "";
    display: block;
    width: 100%;
    height: 136px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    background-image: linear-gradient(to bottom, rgba(0,0,0,1), rgb(0,0,0,0));
    z-index: 0;
    opacity: 0.6;
}
.gallery_project:after {
    content: "";
    display: block;
    width: 100%;
    height: 267px;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 0;
    background-image: linear-gradient(to top, rgba(0,0,0,1), rgb(0,0,0,0));
    z-index: 0;
    opacity: 0.6;
} 
.gallery_project {
	position: relative;
	margin: 0 0 80px;
}
.wpb_content {
    width: 1000px;
    margin: 0 auto;
    max-width: calc(100% - 60px);
    padding: 60px 0 80px;
}
.wpb_content {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.left-column {
    flex: 1;
    text-align: left;
} 
.right-column {
    flex: 2;
    text-align: left;
	float: left;
	width: 50%;
} 
.wpb_content h5 {
    font-size: 20px;
    font-style: italic;
    color: #101535;
    border-top: 1px solid #101535;
    border-bottom: 1px solid #101535;
    padding: 40px 0;
    margin-top: 43px;
}
.wpb_content p {
    opacity: 0.65;
    line-height: 1.8;
}
.wpb_content h2 {
    width: 50%;
    float: left;
    font-size: 38px;
    color: #101535;
    font-weight: bold;
    line-height: 2.3;
    position: relative;
    top: -12px;
    text-transform: uppercase;
} 
.project_list ul li img{
	height: auto!important;
}
#content .project_list h4,
#content .project_list h3{
	cursor: pointer;
}
#content .project_list h4:hover,
#content .project_list h3:hover{
	opacity: 0.8;
}
#content .project_list p a {
    color: #101535;
    text-decoration: underline;
    text-transform: uppercase;
    font-weight: 400;
}
#content .project_list h3 { 
    color: #101535;
}
.more-btn a {
    font-size: 18px;
    color: #101535;
    text-decoration: underline;
    font-weight: bold;
}
.project_list .project_title {
    margin: 0 0 25px;
    padding-top: 10px;
}
.project_list ul li a:hover img { 
    transform: scale(1.03);
}
.project_list ul li .item-wrap> a {
    overflow: hidden;
    float: left;
    width: 100%;
    margin: 0 0 20px;
}
.project_list ul li img { 
    float: left;
}
div.gallery_project .slick-prev { 
    height: 80px;
    background-image: none!important; 
    text-indent: 0;
}
div.gallery_project .slick-next { 
    height: 80px;
    background-image: none!important; 
    text-indent: 0;
}
.gallery_project  .slick-prev:before {
    content: '<';
    font-family: arial;
    font-weight: 500;
    font-size: 72px;
}
.gallery_project  .slick-next:before {
    content: '>';
    font-family: arial;
    font-weight: 500;
    font-size: 72px;
}
#logo-acced .wpb_single_image img { 
    transform: scale(0.9);
}

#content .wpcf7 textarea {
    width: 100%;
    line-height: 55px; 
    background-color: white; 
    background-size: 100% 55px;
    height: 222px;
    padding-top: 13px;
    margin-bottom: 24px;
}
#content h2.new_h2 {
    margin-bottom: 5px;
}

.loading{
	padding: 80px 0 65px;
    font-size: 28px;
    color: #101535;
    font-weight: bold;
    text-transform: uppercase;
	text-align: center;
}

.project_list .pagination{
	margin-bottom: 45px;
}
#wrapper{
	min-height: 500px;
}
.copyright{
	width: 100%;
	float: left;
	border-top: 1px solid #fff;
	padding-top: 15px;
}
#main-menu ul li#menu-item-3196 a:hover{
	background-color: #0786BF;
}
#main-menu ul li#menu-item-3196 a {
    background-color: #039EE3;
    color: #fff!important;
    border-radius: 27px;
    width: 143px;
    height: 42px;
    font-size: 14px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    text-transform: uppercase;
}

#hero_content .wpb_text_column ul li{
}
#hero_content .wpb_text_column ul li a{
	font-size: 14px;
	font-weight: 600;
	text-transform: uppercase;
	color: #fff;
    border-radius: 27px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
	height: 42px; 
	text-decoration: none;
    line-height: 1.2;
}
#hero_content .wpb_text_column ul li:first-child a:hover{
	background-color: #0664D1;	
}
#hero_content .wpb_text_column ul li:first-child a{
	width: 167px;
	background-color: #006AE5;
}
#hero_content .wpb_text_column ul li:last-child a:hover { 
	background-color: #43C9AA;
}
#hero_content .wpb_text_column ul li:last-child a { 
	border: 1px solid #43C9AA;
	padding: 0 28px;
}
#hero_content .wpb_text_column ul {
    list-style: none;
    margin: 18px 0 0;
    padding: 0;
    display: flex;
    column-gap: 20px;
    width: 100%;
    float: left;
}
#hero_content{  
    min-height: 672px;
}
#content #banner_hero h3 { 
    font-weight: 400; 
}
.home #hero_content>div>div>.wpb_wrapper{
	width: 1000px; 
}
#hero_content>div>div>.wpb_wrapper{
	width: 772px;
	max-width: 100%;	
}	
body:not(.home) #content #banner_hero h3 { 
    padding: 36px 0;
}
body:not(.home).page-id-3182 #hero_content>div>div>.wpb_wrapper{
	background-color: rgba(0,0,0,0.4);
}
body:not(.home) #hero_content>div>div>.wpb_wrapper{
	padding: 45px 40px;
	background-color: rgba(0,0,0,0.56);
	border-radius: 18px;	
}	
#list_envi .vc_col-sm-4>div>.wpb_wrapper {
    width: 100%;
    float: left;
    border-radius: 21px;
    background-color: #43C9AA;
    color: #fff;
    padding: 20px;
	height: 100%;
}
#content #list_envi h3 {
    font-weight: 700;
    color: #fff;
    display: flex;
    align-items: center;
    column-gap: 22px;
}
#list_envi>div>.vc_column-inner{
	height: 100%;
}
#list_envi {
    display: flex;
    flex-wrap: wrap;
    row-gap: 30px;
    margin-bottom: 30px;
}
#list_envi .wpb_text_column {
	margin: 0;
}
.impact_list ul li em {
    font-style: normal;
    width: 100%;
    float: left;
    text-align: center;
}
.impact_list ul li:first-child strong{
	color: #43C9AA;
}
.impact_list ul li:first-child{
	background-color: #101535;
	color: #fff;
}
.impact_list ul li strong {
    font-weight: 900;
    font-size: 90px;
    width: 100%;
    float: left;
    text-align: center;
    margin: 0;
    line-height: 1;
}
.impact_list ul li:last-child{
	width: 100%;
	background-color: #D9F2EC;
	font-size: 18px;
	font-weight: 600;
}
.impact_list ul li:last-child em {
    float: left;
    width: 50%;
    text-align: left;
}
.impact_list ul li:last-child strong {
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.impact_list ul li {
    width: calc(50% - 17px);
    float: left;
    height: 157px;
    border-radius: 10px;
    background-color: #43C9AA;
    color: #101535;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    font-size: 13px;
    font-weight: 600;
    margin: 0;
}
.impact_list ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    row-gap: 13px;
    column-gap: 34px;
}

@media only screen and (min-width: 768px) {
.section-how .vc_col-sm-6:first-child>div>.wpb_wrapper{
	padding-left: 60px;
	/* padding-right: 15px; */
}
.section-how .vc_col-sm-6:last-child>div>.wpb_wrapper{
	/* padding-left: 23px; */
}
}
#content .headline h5 { 
    font-weight: 600;
    background-color: #E7F8F3;
    border-radius: 24px;
    padding: 7px 16px;
    display: inline-block;
}
.headline p{
	font-weight: 600;
}

#content .block_air p:last-child{
	width: calc(100% - 98px);
	padding-left: 20px;
}
#content .block_air p:first-child{
	width: 98px;
}
#content .block_air p strong{
	font-size: 16px;
}
#content .block_air p{
	margin-bottom: 0;
	font-size: 14px;
}
.block_air .wpb_wrapper {
    background-color: #D9F2EC;
    border-radius: 8px;
    padding: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 141px;
    flex-wrap: wrap;
}

.single .wpb_text_column ul li::marker{
    color: #101535;
    font-size: 13px;
    line-height: 1;
} 
.single .wpb_single_image img {
    border-radius: 16px;
}
#banner_gradient{
	background: #101535;
	background: linear-gradient(90deg, rgba(16, 21, 53, 1) 0%, rgba(41, 141, 117, 1) 100%);
	min-height: 330px;
    margin-bottom: -84px;
    position: relative;
}
#banner_gradient:before {
	content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-image: url(images/banner_line.png);
    background-repeat: no-repeat;
    background-size: cover;
}

.contact_download{
	
}
.contact_download ul li a {
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase; 
    border-radius: 27px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    height: 42px;
    text-decoration: none;
    line-height: 1.2;
	color: #43C9AA;
}
.contact_download ul li:last-child a:hover { 
	background-color: #43C9AA;
	color: #fff;
}
.contact_download ul li:last-child a { 
	border: 1px solid #43C9AA;
	padding: 0 28px;
}
.contact_download ul li{
	margin: 0;
}
.contact_download ul {
    list-style: none;
    margin: 18px 0 0;
    padding: 0;
    display: flex;
    column-gap: 20px;
    width: 100%;
    float: left;
    align-items: center;
}

.contact_block>div>.wpb_wrapper{
	background-color: #fff;
	padding: 35px;
	border-radius: 24px;
    box-shadow: 0 0 12px -4px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 0 12px -4px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 0 12px -4px rgba(0, 0, 0, 0.2); 
    display: inline-block;
}

.section-more-articles .list_news {
	padding-top: 15px;
}
.section-more-articles {
	width: 100%;
	float: left;
	background-color: #F7F7F7;
	padding: 50px 0 20px;
	margin-top: 30px;
}
#content .section-more-articles h2{
	text-align: center;
	
}
/**/
.slider_carousel .slick-slide {
    text-align: center;
    margin: 0 !important;
    display: flex!important;
    align-items: center;
    justify-content: center;
}
.slider_carousel>ul{
	list-style: none;
	padding: 0;
	margin: 0;
}

.slider_carousel .slick-track {
    display: flex;
    align-items: center;
    column-gap: 38px;
}
.slider_carousel >ul {
	padding: 0 45px;
} 
.slider_carousel .slick-prev {
    background-image: url(images/icon-prev.svg)!important;
    left: 0; 
}
.slider_carousel .slick-next {
    background-image: url(images/icon-next.svg)!important;
    right: 0;
}
.slider_carousel .slick-prev:before, 
.slider_carousel .slick-next:before {
	display: none;
}
.slider_carousel .slick-prev, 
.slider_carousel .slick-next {  
    background: transparent;
    background-position: center center!important;
    background-repeat: no-repeat!important;
    background-size: 35px auto!important;
    content: " ";
    cursor: pointer;
    height: 35px;
    position: absolute;
    top: 48%;
    width: 35px;
    z-index: 1;
    border-radius: 0;
}
.wpb_text_column.container-16>div {
    width: 1600px;
    max-width: calc(100% - 60px);
    margin: 0 auto;
}

#commit_blocks{
	
}

#commit_blocks .cm_header.vc_col-sm-4>div>.wpb_wrapper {
    background-color: #43C9AA;
}
#commit_blocks .vc_col-sm-4>div>.wpb_wrapper {
    width: 100%;
    float: left;
    border-radius: 8px;
    background-color: #D9F2EC;
    color: #101535;
    padding: 20px;
	height: 100%;
}
#content #commit_blocks p{
	margin-bottom: 5px;
}
#content #commit_blocks h3 {
	color: #fff;
}
#content #commit_blocks h6 {
    font-weight: 300;
	margin: 0;
	color: #101535;
	font-size: 14px;
}
#commit_blocks>div>.vc_column-inner{
	height: 100%;
}
#commit_blocks {
    display: flex;
    flex-wrap: wrap;
    row-gap: 30px;
    margin-bottom: 30px;
}
#commit_blocks .wpb_text_column {
    margin: 0;
    height: 100%;
    display: flex;
    align-items: center;
}
.wpb_single_image.radius img { 
    border-radius: 10px;
}

#section_wwd .vc_col-sm-4{
	width: 28%;
}
#section_wwd .vc_col-sm-4:last-child{
	width: 31%;
}
#section_wwd .vc_col-sm-4:first-child{ 
    width: 41%;
}
#section-purpose>div{
	position: relative;
	z-index: 3;
}
#section-purpose:before {
    background-color: rgba(16,21,53,.67);
    content: "";
    left: 0;
    top: 0;
    position: absolute;
    width: 50%;
    height: 100%;
    z-index: 0;
}
#section-purpose {
    border-radius: 10px;
    overflow: hidden;
	position: relative;
}
.op_content>div>.wpb_wrapper {
    padding: 0 60px;
}

#blocks_impact{
	
}

#blocks_impact {
    display: flex;
    flex-wrap: wrap;
    row-gap: 30px;
    margin-bottom: 40px;
    margin-left: -24px;
    margin-right: -24px;
    padding-right: 23%;
}
#blocks_impact>div>.vc_column-inner {
    height: 100%;
    padding-left: 24px;
    padding-right: 24px;
}
#blocks_impact .vc_col-sm-6>div>.wpb_wrapper {
    width: 100%;
    float: left;
    border-radius: 21px;
    background-color: #D9F2EC;
    color: #fff;
    padding: 20px;
    height: 100%;
	display: flex;
    align-items: center;
    box-shadow: 0 0 12px -4px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 0 12px -4px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 0 12px -4px rgba(0, 0, 0, 0.2); 
}
#content #blocks_impact em strong {
    width: 100%;
    display: inline-block;
    margin: 0 0 10px;
}
#content #blocks_impact em{
	font-style: normal;
}
#content #blocks_impact h3 {
    font-weight: 400;
    color: #101535;
    display: flex;
    align-items: center;
    column-gap: 22px;
    font-size: 16px;
    line-height: 1.5;
}
#content #blocks_impact .wpb_text_column {
	margin: 0;
}
div#section_impact{
    min-height: 473px;
    background-position: right center!important;
    background-size: 38%;
    padding-top: 0;
    padding-bottom: 0;
}

.block_science>div>div>.wpb_wrapper{
	width: 575px;
	max-width: 100%;
}
.block_science{
	padding-left: 56px;
}
div#section_science{
	border-radius: 10px;
}

#content #section_esc p{
	color: #fff;
}
#content #section_esc h2{
	color: #43C9AA;
}
div#section_esc{
	border-radius: 10px;
	background: #101535;
	background: linear-gradient(90deg, rgba(16, 21, 53, 1) 0%, rgba(67, 201, 170, 1) 100%);
	padding: 35px 35px 0 50px !important;
    box-shadow: 0 0 6px -1px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 0 6px -1px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 0 6px -1px rgba(0, 0, 0, 0.2); 
}
.wpb_single_image.shadow img {
    box-shadow: 0 0 6px -1px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 0 6px -1px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 0 6px -1px rgba(0, 0, 0, 0.2); 
}
.wpcf7 p{
	margin-bottom: 70px;
}