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


/* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */
@import url('https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css'); 
html {  
    overflow-x: hidden; 
}
.wpb_single_image.popup_video a:before,
a.wc-block-cart__submit-button,
button[type="button"],
.header-top,
button[type="submit"],
input[type="submit"],
.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,
.newsSlider .swiper-slide .blog_thumb a img,
#block-team > .wpb_column,
.team-shape,
button,
a img,
a,
#project-galleries ul li a:before{
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-ms-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	background: transparent;
	border: 0;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}
body {
	line-height: 1;
}
h1, h2, h3, h4, h5, h6 {
	clear: both;
	font-weight: normal;
}
ol, ul {
	list-style: none;
}
blockquote {
	quotes: none;
}
blockquote:before, blockquote:after {
	content: '';
	content: none;
} 
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a img {
	border: none;
}

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

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

#containerx {
    width: 1200px;
    margin: 0 auto;
	max-width: calc(100% - 30px);
}
#content {
    margin: 0;
    padding: 0; 
    width: 100%;
}
#primary,
#secondary {
	float: right;
	overflow: hidden;
	width: 220px;
}
#secondary {
	clear: right;
}
#footer a:hover{
	text-decoration: underline;
}
#footer a{
	color: #fff;
	text-decoration: none;
}
#footer {
    clear: both;
    background-color: #1B1C32;
    float: left;
    width: 100%;
    padding: 63px 0 24px;
    color: #fff;
    font-size: 14px;
}

/*
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: "Nunito", 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: "Nunito", serif;
}
input[type=submit] {
	font-family: "Manrope", serif;
}
pre {
	font-family: "Courier 10 Pitch", Courier, monospace;
}
code {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}


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

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

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


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

/* Main global 'theme' and typographic styles */
body {
	background: #fff;
}
body,
input,

textarea { 
    color: #0F243E;
    font-size: 16px;
    line-height: 1.6;
}
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 #1B1C32;
	cursor: help;
}
sup,
sub {
	height: 0;
	line-height: 1;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}  
a {
    color: #1B1C32;
    text-decoration: underline;
}
a:hover {
    text-decoration: underline;
}

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


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

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


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

#access {
	background: #1B1C32;
	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: #1B1C32;
	line-height: 1em;
	padding: 10px;
	width: 160px;
	height: auto;
}
#access li:hover > a,
#access ul ul :hover > a {
	background: #1B1C32;
	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: #1B1C32;
    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: 16px; 
}
#content code {
	font-size: 13px;
}
#content dt,
#content th {
	color: #1B1C32;
}
#content .text-white h1 strong,
#content .text-white h2 strong,
#content .text-white h3 strong,
#content .text-white h4 strong,
#content .text-white h5 strong,
#content .text-white h6 strong{
 
}
#content .text-white h1,
#content .text-white h2,
#content .text-white h3,
#content .text-white h4,
#content .text-white h5,
#content .text-white h6 {
	color: #fff; 
}
#content .bold h1 strong,
#content .bold h2 strong,
#content .bold h3 strong,
#content .bold h4 strong,
#content .bold h5 strong,
#content .bold h6 strong{
	font-weight: bold;
}
#content h1 strong,
#content h2 strong,
#content h3 strong,
#content h4 strong,
#content h5 strong,
#content h6 strong{
	 
}
#content h1,
#content h2,
#content h3,
#content h4,
#content h5,
#content h6 {
	color: #1B1C32;
    line-height: 1.5;
	margin: 0 0 20px 0; 
	font-family: "Manrope", serif;
} 
#content h2 {
    font-size: 38px; 
    line-height: 1.4;
    font-weight: 800;
} 
#content h3 {
    font-size: 28px;
    line-height: 1.2;
    font-weight: 800;
} 
.single-product #content h4 {
    font-weight: bold;
    color: #1B1C32;
    border-top: 1px solid #AAB3BC;
    padding-top: 20px;
}
#content h4 {
    font-size: 18px;
    font-weight: 800;
}
#content h5 {
    font-size: 18px;
    font-weight: 400;
}

#content h6 {
    font-size: 16px;
    font-weight: 400;
	color: #0F243E; 
}


#content h1 {
    font-size: 38px; 
    line-height: 1.2;
    font-weight: 800; 
}
#content table {
	border: 1px solid #e7e7e7;
	margin: 0 -1px 24px 0;
	text-align: left;
	width: 100%;
}
#content tr th,
#content thead th {
	color: #1B1C32;
	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 #1B1C32;
	margin-left: -20px;
	margin-right: -20px;
	padding: 18px 20px;
}
.single .hentry {
	margin: 0 0 36px 0;
}
.page-title {
	color: #1B1C32;
	font-size: 14px;
	font-weight: bold;
	margin: 0 0 36px 0;
}
.page-title span {
	color: #1B1C32;
	font-size: 16px;
	font-style: italic;
	font-weight: normal;
}
.page-title a:link,
.page-title a:visited {
	color: #1B1C32;
	text-decoration: none;
}
.page-title a:active,
.page-title a:hover {
	color: #ff4b33;
}
#content .entry-title {
	color: #1B1C32;
	font-size: 21px;
	font-weight: bold;
	line-height: 1.3em;
	margin-bottom: 0;
}
.entry-title a:link,
.entry-title a:visited {
	color: #1B1C32;
	text-decoration: none;
}
.entry-title a:active,
.entry-title a:hover {
	color: #ff4b33;
}
.entry-meta {
	color: #1B1C32;
	font-size: 12px;
}
.entry-meta abbr,
.entry-utility abbr {
	border: none;
}
.entry-meta abbr:hover,
.entry-utility abbr:hover {
	border-bottom: 1px dotted #1B1C32;
}
.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: #1B1C32;
	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: #000; 
}
.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: #1B1C32;
	font-weight: bold;
	margin: 0 0 22px 0;
	word-spacing: 0.5em;
}
.page-link a:link,
.page-link a:visited {
	background: #f1f1f1;
	color: #1B1C32;
	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 #1B1C32;
	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: #1B1C32;
	font-size: 100%;
	font-weight: bold;
	margin-bottom: 0;
}
.entry-utility {
	clear: both;
	color: #1B1C32;
	font-size: 12px;
	line-height: 18px;
}
.entry-meta a,
.entry-utility a {
	color: #1B1C32;
}
.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: #1B1C32;
	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: #1B1C32;
	font-size: 12px;
	margin: 0 0 12px;
}
.gallery dl {
	margin: 0;
}
.gallery img {
	border: 10px solid #f1f1f1;
}
.gallery br+br {
	display: none;
}
#content .attachment img {/* single attachment images should be centered */
	display: block;
	margin: 0 auto;
}


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

.navigation {
	color: #1B1C32;
	font-size: 12px;
	line-height: 18px;
	overflow: hidden;
}
.navigation a:link,
.navigation a:visited {
	color: #1B1C32;
	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: #1B1C32;
	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: #1B1C32;
	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: #1B1C32;
	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: #1B1C32;
}
.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: #1B1C32;
	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: #1B1C32;
}
#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: #1B1C32;
	font-size: 12px;
}
#respond input {
	margin: 0 0 9px;
	width: 98%;
}
#respond textarea {
	width: 98%;
}
#respond .form-allowed-tags {
	color: #1B1C32;
	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: #1B1C32;
}
.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: 1200px;
	max-width: calc(100% - 30px);
	margin: 0 auto;
}
#colophon { 
	overflow: hidden;
	padding: 45px 0;
    background: #212C33;
}
#site-info {
	font-weight: bold;
}
#site-info a {
	color: #1B1C32;
	text-decoration: none;
}
#site-generator {
	font-style: italic;
	position: relative;
}
#site-generator a {
	background: url(images/wordpress.png) center left no-repeat;
	color: #1B1C32;
	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 #1B1C32;
		padding-bottom: 18pt;
	}
	#colophon {
		border-top: 2pt solid #1B1C32;
	}
	#site-title,
	#site-description {
		float: none;
		line-height: 1.4em;
		margin: 0;
		padding: 0;
	}
	#site-title {
		font-size: 13pt;
	}
	.entry-content {
		font-size: 14pt;
		line-height: 1.6em;
	}
	.entry-title {
		font-size: 21pt;
	}
	#access,
	#branding img,
	#respond,
	.comment-edit-link,
	.edit-link,
	.navigation,
	.page-link,
	.widget-area {
		display: none !important;
	}
	#container,
	#header,
	#footer {
		margin: 0;
		width: 100%;
	}
	#content,
	.one-column #content {
		margin: 24pt 0 0;
		width: 100%;
	}
	.wp-caption p {
		font-size: 11pt;
	}
	#site-info,
	#site-generator {
		float: none;
		width: auto;
	}
	#colophon {
		width: auto;
	}
	img#wpstats {
		display: none;
	}
	#site-generator a {
		margin: 0;
		padding: 0;
	}
	#entry-author-info {
		border: 1px solid #e7e7e7;
	}
	#main {
		display: inline;
	}
	.home .sticky {
		border: none;
	}
}
 
/*--------------------------------------------------------------
6.0 Forms
--------------------------------------------------------------*/

label {
	color: #0F243E;
	display: block; 
	margin-bottom: 0.5em;
}

fieldset {
	margin-bottom: 1em;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	font-size: 16px;
    background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0));
    -webkit-border-radius: 0;
    border-radius: 4px;
    display: block;
    padding: 11px 10px;
    background-color: #fff;
    border: 1px solid #D6D6D6;
    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 {
    background-color: #1B1C32!important;
}
#content buttonX,
#content input[type="button"],
#content input[type="submit"] {
	background-color: #1B1C32;
    font-size: 14px!important;
    text-decoration: none;
    color: #fff;
    width: 257px;
    padding: 15px;
    display: inline-flex;
    font-weight: 700;
    text-transform: uppercase;
    height: 45px;
    align-items: center;
    justify-content: center;
    float: left;
    max-width: 100%;
    border-color: #1B1C32;
    box-shadow: none;
    border: 1px solid #1B1C32;
	cursor: pointer;
    margin: 0;
	border-radius: 5px;
}

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

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

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

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

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

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

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

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

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

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

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

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

#main-menu ul li a {
    color: #1B1C32;
    font-size: 15px;
    overflow: hidden;
    padding: 0;
    text-decoration: none;
    line-height: 1.5;
    position: relative;
    font-weight: 800;
	font-family: "Manrope", serif;
}
#main-menu ul li .sub-menu a {
    float: left;
    padding: 8px 20px;
    text-transform: inherit;
    width: 100%;
    box-sizing: border-box;
    line-height: 1.3; 
	color: #1B1C32!important; 
}

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

#main-menu ul li .sub-menu li a:hover,
#main-menu ul li .sub-menu li a.current-menu-item,
#main-menu ul li.current-menu-item .sub-menu li a:hover,
#main-menu ul li.current-menu-parent .sub-menu li a.current-menu-item {
	color:#fff;  
} 
#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: #0200EA!important;  
	opacity: 0.8;
} 
#main-menu ul li.current-menu-parent > a,
#main-menu ul li:hover > a,
#main-menu ul li a:hover,
#main-menu ul li.current-page-ancestor a,
#main-menu ul li.current-menu-item a,
#main-menu ul li.page_item a,
#main-menu ul li.current_page_item a{  
	color: #0200EA; 
}
.sticky-header #main-menu ul li.current-menu-parent > a,
.sticky-header #main-menu ul li:hover > a,
.sticky-header #main-menu ul li a:hover,
.sticky-header #main-menu ul li.current-page-ancestor a,
.sticky-header #main-menu ul li.current-menu-item a,
.sticky-header #main-menu ul li.page_item a,
.sticky-header #main-menu ul li.current_page_item a{  
	color: #0200EA; 
}
/*--------------------------------------------------------------
404
--------------------------------------------------------------*/ 
#bigtext-id0 .bigtext-line0 {
    font-size: 274.9px;
}
.error404 .uncont {
    width: 550px;
	margin: 0 auto;
    text-align: center;
	max-width: 100%;
	padding-bottom: 55px;
}
#content .uncont h2   {
    font-size: 32px; 
	font-weight: 600;
    font-family: effra,sans-serif;
} 
#content .uncont hr.separator-break.separator-accent {
    background-color: #12284C;
    margin-top: 36px;
    height: 2px;
    width: 71px;
    margin-bottom: 60px;
}
#content input#searchsubmit:hover {
    background-color: #A8D7D2;
}
#content input#searchsubmit {
    color: #fff;
    background-color: #1B1C32;  
    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: #1B1C32;
}
#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: #1B1C32;
	border-color: #1B1C32;
}
#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 .prev.page-numbers,
.pagination .next.page-numbers{  
    margin: 7px 15px;
}
.pagination .page-numbers.current{  
	font-weight: bold;
} 
.page-numbers {
    color: #454545;
    text-align: center;
    line-height: 1.5;
    margin-right: 2px;
    position: relative;
    border: 0px solid #e2e3e6;
    width: 30px;
    height: 30px;
    font-size: 14px;
    font-weight: 400;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    margin: 7px 0;
    border-radius: 50%;
}
.page-numbers.current, 
.page-numbers:hover {
    color:#8C69F9;
	text-decoration: none; 
	font-weight: bold;
} 
.pagination {
    display: block;
    width: 100%;
    float: left;
    margin-top: 26px;
    text-align: center;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.prev.page-numbers:hover:before,
.next.page-numbers:hover:before {
	color: #fff;
}
.next.page-numbers:before {
    content: "";  
    width: 31px;
    height: 31px;
    background-image: url(images/icon-next.png);
    background-size: 100% auto;
    background-repeat: no-repeat;
    float: right;
    background-position: center; 
} 
.prev.page-numbers:before {
    content: "";  
    width: 31px;
    height: 31px;
    background-image: url(images/icon-prev.png);
    background-size: 100% auto;
    background-repeat: no-repeat;
    float: right;
    background-position: center; 
}
.next.page-numbers:hover,
.prev.page-numbers:hover { 
    background-color: transparent;
	opacity: 0.8;
} 
/*******Single Post********/

.single #content .entry-title {
    font-size: 18px;
    text-align: left;
    margin: 0 0 24px;
    max-width: 100%;
    font-weight: bold;
    color: #1B1C32;
}
.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: 0 0 80px;
    border-top: 1px solid #EAEAEA;
    padding-top: 24px;
}
.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% - 162px);
}
#header.sticky-header #main-menu> ul l>i >a { 
   
}
#header.sticky-header {
	 
}
#header.sticky-header .logo img {
     
}
.main-logo {
    float: left;
    width: 162px;
    position: relative;
    z-index: 5;
}
.header-mrow {
    background-color: #EAEAEA;
    padding: 9px 0;
    float: left;
    width: 100%;
}
#header {
    float: left;
    width: 100%;
    display: inline-block;
    padding: 0;
    left: 0;
    top: 0;
    z-index: 999;
    position: fixed; 
	background: #fff;
}
#header .logo a{
	float: left;
} 
#header .logo img{ 
    width: 165px;
}
#header.sticky-header img,
#header .logo img{
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
#header .header-info,
#header { 
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}
 
.header-info ul li a:hover{
    color: #1B1C32;
}
.header-info ul li a{
	color: #1B1C32;
	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: #1B1C32;
    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% - 30px);
    position: relative;
}
#main-menu ul {
    float: right;
    width: auto;
    text-align: center;
    margin: 0;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: end;
    width: 100%;
}
/*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%; 
    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: 1230px; 
    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: calc(100% - 30px); 
	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: #E2DDFF;
    color: red;
    font-size: 14px;
    text-align: center;
    border: none;
    margin: 15px 0;
    padding: 8px 0;
} 
div.wpcf7 input[type="text"].wpcf7-not-valid, 
div.wpcf7 input[type="email"].wpcf7-not-valid, 
div.wpcf7 textarea.wpcf7-not-valid { 
    border-color: red; 
}
div.wpcf7 span.wpcf7-not-valid-tip { 
    display: none;
}

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

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


/* Icon 3 */

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

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

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

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

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

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

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

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

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

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

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

.logo-w {
    display: none;
}

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

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

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

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


/**/

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

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

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

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

#special_menu #wprmenu_bar {
    background: transparent;
}

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

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

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

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

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

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

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

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

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

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

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

#header {
    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: #1B1C32; 
}   


/*******/
 
/**/ 

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

.text-sp ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.text-sp> ul li a:hover,
.more-case a:hover,
.vc_btn3-container a.vc_general.vc_btn3:hover {
    background-color: #0A0894!important;
    border-color: #0200EA!important;
    color: #fff; 
}   
.text-sp> ul li a,
.more-case a,
.vc_btn3-container a.vc_general.vc_btn3 {  
    background-color: #0200EA;
    color: #fff;
    min-width: 194px;
    border-radius: 4px;
    height: 50px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    border-radius: 5px;
    border: 1px solid #0200EA; 
    column-gap: 12px;
	text-decoration: none;
	padding: 0 25px;
    background-image: none;
	font-family: "Manrope", serif;
} 
.text-sp ul li a:after,
.more-case a:after,
.vc_btn3-container a.vc_general.vc_btn3:after {
    content: "";
    width: 10.5px;
    height: 10.5px;
    background-image: url(images/icon-exw.svg);
    background-repeat: no-repeat;
    background-position: center;
} 

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


/**/
 

#main>.container-s #content {
    padding: 0;
    width: 100%;
    float: left;
	margin-bottom: 85px;
}
#main>.container-s {
    width: 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"]) { 
    margin: 0 -15px;
    max-width: calc(100% + 30px);
}
.news-col{
	float: left;
}
.news-topblock {
    width: calc(100% - 315px);
    float: left;
    margin-bottom: 10px;
}
.news-left{
	padding-right: 17px;
	border-right: 1px solid #707070;
	width: calc(100% - 315px);
	box-sizing: border-box;
}
.news-right{
	width: 264px;
	margin-left: 50px;
}

.news-right .news-item .item-summary {
    padding: 0;
    font-size: 16px;
}
.news-right .news-item .item-meta {
    padding: 0;
	font-size: 14px;
	font-weight: 400;
	margin: 0 0 6px;
}
.news-right .news-item {
    float: left;
    width: 100%;
    margin: 0 0 20px;
    background-color: transparent;
    color: #393939;
    padding: 0;
}
	
 
.item-title-list a:hover { 
	color: #1B1C32;
	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: #1B1C32;
}
.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: #1B1C32;
}
ul.social-link li a {
    color: #fff;
    background-color: #717171;
    border-radius: 50%;
    width: 36px;
    height: 36px;
    text-align: center;
    display: inline-block;
	  display: flex;
	  align-items: center;
	  justify-content: center;
	  text-decoration: none;
}
 
#main-menu ul li.contact-menu {
	margin-right: 0;
}
#main-menu ul li.contact-menu a:hover {
	background-color: #0936bd;
	color: #fff!important;
}
#main-menu ul li.contact-menu a {
    background-color: #fff;
    font-size: 14px;
    text-decoration: none;
    color: #1B1C32!important;
    width: 150px;
    padding: 15px;
    display: inline-flex;
    font-weight: 600;
    height: 45px;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
}
#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: #1B1C32; 
    width: 100%;
    box-sizing: border-box;
    padding: 10px 0;
}

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

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

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

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

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


#content div.wpforms-container-full .wpforms-form .wpforms-field-label-inline,
#content div.wpforms-container-full .wpforms-form .wpforms-field-label {  
    font-weight: 400;
    font-size: 16px;
    margin: 0 0 10px;
}  
#content div.wpforms-container-full .wpforms-form input[type=submit]:after, 
#content div.wpforms-container-full .wpforms-form button[type=submit]:after, 
#content div.wpforms-container-full .wpforms-form .wpforms-page-button:after {   
    content: "";
    width: 10.5px;
    height: 10.5px;
    background-image: url(images/icon-exw.svg);
    background-repeat: no-repeat;
    background-position: center;
}
#content div.wpforms-container-full .wpforms-form input[type=submit]:hover, 
#content div.wpforms-container-full .wpforms-form button[type=submit]:hover, 
#content div.wpforms-container-full .wpforms-form .wpforms-page-button:hover {
    background-color: #0A0894;
}
#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: #0200EA;
    color: #fff;
    min-width: 194px;
    border-radius: 4px;
    height: 50px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    border-radius: 5px;
    border: 1px solid #0200EA;
    column-gap: 12px;
    text-decoration: none;
    padding: 0 25px;
} 
 
#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: #000;
    height: 45px;
    border-radius: 5px;
    border: 1px solid #D6D6D6; 
}
#content div.wpforms-container-full .wpforms-form textarea { 
	color: #000; 
    border-radius: 5px;
    border: 1px solid #D6D6D6;
    height: 205px; 
}



.page-careers #main{
	width: 855px; 
} 

.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-style: italic;
    width: 478px;
    right: -10%;
    bottom: 10%;
    text-align: left;
    max-width: 100%;
}

.single-post ul li.menu-item-728 a{
    color: #1B1C32!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:hover{
    background-color: #0A0894;
}
.btn{
    background-color: #0200EA;
    color: #fff;
    min-width: 194px;
    border-radius: 4px;
    height: 50px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    border-radius: 5px;
    border: 1px solid #0200EA; 
    column-gap: 12px;
	text-decoration: none;
	padding: 0 25px;
} 
.btn:after {
    content: "";
    width: 10.5px;
    height: 10.5px;
    background-image: url(images/icon-exw.svg);
    background-repeat: no-repeat;
    background-position: 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% - 30px);
    position: relative;
}

.root-section p{
	font-size: 22px;
}
.root-section h3 {
    font-size: 46px;
    font-weight: bold;
    color: #fff;
    text-align: left;
    margin: 0 0 15px;
}
.root-section {
    float: left;
    width: 100%;
    padding: 75px 0;
    position: relative;
    overflow: hidden;
    background-color: #1B1C32;
    color: #fff;
}
.has_grid .container> *{
	position: relative;
	z-index: 3;
}
.has_grid .container{
	display: table;
}
 
#get_in_touch ul li h4 a:hover {
	background-color: #D22B2B;
}
#get_in_touch ul li h4 a {
    font-size: 14px;
    position: absolute;
    width: 257px;
    max-width: 95%;
    left: 0;
    right: 0;
    margin: 0 auto;
    background-color: #1B1C32;
    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;
    float: left;
}
.copyright{
	margin: 0;
}
#footer .row {
    margin-top: 17px;
    margin-bottom: 6px;
    display: inline-block;
    width: calc(100% + 30px);
}
.footer-col2 ul{
	margin: 0 -10px;
	padding: 0;
	list-style: none;
}
.footer-col2 ul li{
	float: left;
	width: 100%; 
}
.footer-col1 img{ 
	margin: 0 0 20px;
}

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

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

}

/*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;
}
.list_works .work_block .btn-work {
    padding: 15px;
    font-size: 14px;
    font-weight: 800;
    width: 183px;
    text-transform: uppercase;
    float: right;
}
.home .list_works .work_block .work_child  h4 {
	text-align: left;
}
.home .list_works .work_block h4 {
    color: #1B1C32;
    font-size: 19px;
    font-weight: 600;
    margin: 0 0 15px;
    text-align: center;
    height: 52px;
    display: flex;
    align-items: center;
}
.list_works .work_block {
    position: relative;
    background-color: #fff;
    z-index: 1;
    padding: 30px 20px 20px;
    width: 223px;
    max-width: 100%;
    margin: 0 auto;
    border-radius: 8px;
    display: inline-block;
}
.list_works> ul> li:hover{
	z-index: 9;
} 
.list_works> ul> li{
	float: left;
	width: 25%;
	padding: 15px;
	position: relative;
}
.list_works >ul {
    list-style: none;
    float: left;
    margin: 0 -15px;
    padding: 0;
    width: calc( 100% + 30px);
}

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

.work_child_content{
    width: 100%;
    float: left; 
}
.work_child_content ul li {
    float: left;
    width: 100%; 
}
.work_child_content ul {
    float: left;
    width: 50%;
    color: #1B1C32;
    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: #1B1C32;
    position: relative;
    padding-right: 15px;
    padding-left: 38px;
    margin: 0;
    list-style: disc;
}  */

.vc_row.container-7>div>.vc_column-inner{
	width: 780px;
	max-width: 100%;
	margin: 0 auto;
}
.container-10{
	width: 1065px;
	max-width: calc(100% - 30px);
	margin: 0 auto;
}
.container-9{
	width: 925px;
	max-width: calc(100% - 30px);
	margin: 0 auto;
}
 
.woocommerce-checkout #banner-page.no_img,
.woocommerce-cart #banner-page.no_img,
.woocommerce-account #banner-page.no_img { 
    padding: 10vh 0;
}
#banner-page.no_img .text-sp {
    width: 100%; 
}
#banner-page.no_img .banner-content {
    position: relative; 
    top: 0;
    transform: none;
}
#banner-page.no_img {
    padding: 8vh 0;
    background-color: #1B1C32;
	background-image: url(images/banner-image.png);
	background-repeat: no-repeat;
	background-position: right 20px center;
	background-size: auto 95%;
}
#banner-page {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative; 
    overflow: hidden; 
} 
.banner_content-page p {
    font-size: 22px;
    color: #1B1C32;
    width: 100%;
}
.banner_content-page h3{
	font-size: 25px;
	color: #1B1C32;
	font-weight: bold;
}
.banner_content-page h1{
	font-size: 70px;
	color: #1B1C32;
	line-height: 1.2;
	position: relative;
	font-weight: bold;
	margin: 0 0 24px;
}
 
.banner_content-page { 
    padding-top: 190px;
    min-height: auto;
    width: 100%;
    position: relative;
    z-index: 3;
    padding-bottom: 85px;
    display: inline-block;
    text-align: center;
} 
.section_hb_dblue  {
	background-color: #F3F3F3;
}
.section_hb_lblue  {
	background-color: #fff;
}
.section_hb {
    position: relative;
    float: left;
    width: 100%;
    clear: both;
    padding: 75px 0;
}
 
.text-center{
	text-align: center;
}
.text-white{
	color: #fff!important;
}
.btn.center{
	margin: 0 auto;
	float: none;
}

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

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

#feed-clients ul{
	margin: 0;
	padding: 0 45px;
}
.slider_logo  .slick-prev {
    background-image: url(images/icon-prev.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-wr ul li:first-child a:before{
	content:"\f0e0";
	font-family:'FontAwesome';
	color: #1B1C32;
	font-size: 22px;
	margin-right: 12px;
}
.contact-wr ul li:last-child:before{
	content:"\f095";
	font-family:'FontAwesome';
	color: #1B1C32;
	font-size: 24px;
	margin-right: 12px;
}
 
/*list_case*/
#content .list_case h3 a:hover{
	text-decoration: none;
}
#content .list_case h3 a:hover{
	color: #1B1C32;
}
#content .list_case h3 a{
	color: #1B1C32;
	text-decoration: none;
}
#content .list_case h3 {
    font-size: 22px;
    margin: 0;
}
.list_case ul li img{
	width: 100%;
}
.list_case ul li div span {
    position: absolute;
    min-width: 136px;
    right: 0;
    height: 58px;
    font-size: 19px;
    font-weight: bold;
    top: -10px;
    color: #fff;
    background-color: #1B1C32;
    -webkit-border-bottom-left-radius: 10px;
    -moz-border-radius-bottomleft: 10px;
    border-bottom-left-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 20px;
    display: none;
}
.list_case ul li div.case-item-img {
    width: 100%;
    float: left;
    text-align: center;
    padding: 5px 20px;
    min-height: 120px;
    margin: 0 0 20px;
}
.page-template-page-case_studies .list_case ul li div.case-item-dw { 
    width: 100%; 
}
.list_case ul li div.case-item-dw {
    float: none;
    width: 360px;
    position: relative;
    background-color: #fff;
    box-shadow: 0px 0px 18px -6px rgb(0 0 0 / 30%);
    padding: 43px 30px;
    height: 100%;
    border-radius: 6px;
    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;
	color: #BAC9AE;
}
.list_news .slick-next:before,
.list_case .slick-next:before {
    content: "\f054";
	opacity: 1;
    font: normal normal normal 14px/1 FontAwesome;
	color: #BAC9AE;
}
.list_news .slick-next,
.list_case .slick-next {
    right: -100px;
    width: 34px;
    height: 34px;
    background-color: #fff!important;
}
.list_news .slick-prev,
.list_case .slick-prev {
    left: -100px;
    width: 34px;
    height: 34px;
    background-color: #fff!important;
}
.list_case ul.slick-slider .slick-track,
.list_news ul.slick-slider .slick-track{
    display: flex;
    min-width: 100%!important;
    justify-content: center;
} 
.list_news ul.slick-slider li,
.list_case ul.slick-slider li { 
    height: inherit !important;
}
.list_news ul.slick-slider,
.list_case ul.slick-slider{ 
    display: block;
}
.list_case ul li{
	float: left;
	width: 33.33%;
	padding: 15px;
}
.list_case ul {
    margin: 20px -15px 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    justify-content: center;
} 
.list_case.case_list_home ul li { 
    width: 50%; 
}
.list_case.case_list_home ul li div.case-item-dw { 
    width: 495px; 
}
#content h4.heading a{
	text-decoration: none;
    color: #1B1C32;
}
#content h4.heading span {
    background-color: #1B1C32;
    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: #1B1C32;
    color: #fff;
    border: 1px solid #1B1C32;
} 
/**/

.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-dw {
    padding: 13px 20px 28px;
    position: relative;
}
.list_news ul li .item-wrap {
    float: left;
    width: 100%;
    position: relative;
    background-color: #fff;
    box-shadow: 1px 1px 16px -3px rgba(2, 0, 234, 0.1);
    -webkit-box-shadow: 1px 1px 16px -3px rgba(2, 0, 234, 0.1);
    -moz-box-shadow: 1px 1px 16px -3px rgba(2, 0, 234, 0.1);
    height: 100%;
    padding-bottom: 55px;
}
.list_case.listg2 ul li,
.list_news.listg2 ul li{
	width: 50%;
}
.list_news ul li{
	float: left;
	width: 33.33%;
	padding: 15px;
}
.list_news ul {
    margin: 0 -15px 0;
    padding: 0;
    display: inline-flex;
    flex-wrap: wrap;
    list-style: none;
}
#content .list_news h3 a:hover{
	text-decoration: none;
}
#content .list_news h3 a:hover{
	color: #1B1C32;
}
#content .list_news h3 a{
	color: #1B1C32;
	text-decoration: none;
}

#content .list_news h3{
	font-size: 25px;
    margin: 0;
}

.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: #1B1C32;
    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: #1B1C32;
    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: #1B1C32;
    text-align: center;
    align-items: center;
    justify-content: center;
    display: flex;
}
.types_list2 ul li {
    float: left;
    width: auto!important;
    padding: 20px 30px;
    position: relative;
    white-space: nowrap;
}
.types_list2 ul {
    margin: 0 !important;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    list-style: none;
}

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

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

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

/**/
.top_stories .news-item-dw {
    float: left;
    width: 100%;
    padding: 0 0 2px;
}
.top_stories ul li {
    width: 100%;
    float: left;
    padding: 15px 0;
    border-top: 1px solid #9EA1AD;
}
.top_stories ul {
    margin: 0;
    padding: 0; 
    list-style: none;
}
#content .top_stories h3 a:hover {
	color: #1B1C32
}
#content .top_stories h3 a {
    color: #1B1C32;
    text-decoration: none;
}
#content .top_stories h3 {
    font-size: 17px;
    margin: 0;
}
.top_stories ul li .news_date {
    font-size: 14px;
    color: #9EA1AD;
    background-image: url(images/calendar.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: #1B1C32;
}
.more-content-rg ul li a {
	text-decoration: none; 
}
.more-content-rg ul li {
    float: left;
    width: 100%;
    padding: 0 0 20px 12px;
    font-size: 19px;
}
.more-content-rg ul li a:hover {
    background-position: left 8px center;
}
.more-content-rg ul li a {
    background-image: url(images/icon-point.svg);
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 45px;
    background-size: 22px auto;  
    float: left;
}
.center{
	text-align: center;
}
.single #content {
    margin: 0;
    padding: 0;
}
.head_block.min { 
    height: 30px;
    margin: 0 0 10px; 
}

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

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


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

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

.middle{
	align-items: center;
}

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

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


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

.single-col .form-contact { 
    padding: 50px 50px ;
}
body div.wpforms-container div.wpforms-uploader .dz-messageX svg{
	display: none;
}
body div.wpforms-container div.wpforms-uploaderX {
    background: url(images/resume.svg) #edfeff no-repeat;
    background-size: 70px;
    background-position: top 35px center;
    padding: 130px 35px 40px !important;
    color: #1B1C32;
    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: #1B1C32;
    -webkit-border-bottom-left-radius: 10px;
    -moz-border-radius-bottomleft: 10px;
    border-bottom-left-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 30px;
    z-index: 3;
}
.latest-epi img {
    float: left;
    width: 100%;
}
.epi_text {
    padding: 20px 0 0;
}
@media only screen and (min-width: 768px) {
.epi_text {
    padding: 0 20px;
}
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#getintouch-section input[type="text"], 
#getintouch-section input[type="email"], input[type="url"],
#getintouch-section textarea {
    font-size: 17px;
    color: #fff;
    background: #7B9AF5;
    background-image: none;
    -webkit-border-radius: 0;
    border-radius: 0;
    display: block;
    padding: 9px 17px; 
    border: 1px solid #9EA1AD;
    width: 100%;
    margin-top: 7px;
}
#getintouch-section .wpcf7-list-item { 
    margin: 0;
}
#getintouch-section input[type="checkbox"]{
	
}
#getintouch-section input[type="radio"]{
	
}
#getintouch-section textarea {
	height: 103px;
}
#getintouch-section input[type="submit"]:hover{
	opacity: 0.8;
}
#getintouch-section input[type="submit"] {
    background-color: #fff;
    font-size: 22px;
    text-decoration: none;
    color: #1B1C32;
    width: 210px;
    padding: 15px;
    display: inline-flex;
    font-weight: 600;
    height: 65px;
    align-items: center;
    justify-content: center;
    border: none;
    border-radius: 6px;
    margin-top: 35px;
	cursor: pointer;
}
div.wpcf7 form .wpcf7-response-output {
    float: left;
    width: 100%; 
    padding: 9px 15px;
}
 

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

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

.content__on_slider{
	position: 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: 88px 0 50px;
}
.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 input[type="text"], 
#content .wpcf7 input[type="email"], 
#content .wpcf7 textarea {
    font-size: 17px;
    color: #000;
    background: #fff;
    background-image: none;
    -webkit-border-radius: 0;
    border-radius: 0;
    display: block;
    padding: 9px 15px; 
    border: 1px solid #9EA1AD;
    width: 100%;
    margin-top: 7px;
}
#content .wpcf7-list-item { 
    margin: 0;
} 
#content .wpcf7 textarea {
	height: 156px;
}
#content .wpcf7 input[type="submit"]:hover{
	opacity: 0.8;
}
#content .wpcf7 p br{
	display: none;
}
#content .wpcf7 input[type="submit"] {
    background-color: #F73232;
    font-size: 14px;
    text-decoration: none;
    color: #fff;
    width: 257px;
    padding: 15px;
    display: inline-flex;
    font-weight: 800;
    height: 60px;
    align-items: center;
    justify-content: center;
    border: none;
    border-radius: 0;
    margin-top: 0;
    cursor: pointer;
    text-transform: none;
    letter-spacing: 1.3px;
    float: right;
	margin-top: 35px;
} 
.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 { 
     
}
div.video-player-for-wpbakery { 
    padding: 0;
}

/**********/
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;
}
.copyright .container { 
    display: block; 
}
span.colab{
	float: right;
}
div.review_image img { 
    width: 100px;
    height: 100px; 
}
div.review_msg .review_image {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    float: left;
    overflow: hidden;
    position: relative;
    padding: 0;
}
div.review_msg .review_person_details {
    width: calc(100% - 130px);
}
.member_home{
	margin-bottom: 20px;
}
.our_members_home h2 { 
    margin-bottom: 36px;
}
div.review_msg .review_image img {
    border-radius: 0;
    width: 100%;
    min-height: 100%; 
	height: auto;
}
.container-5>div>.wpb_wrapper{
    width: 510px;
    margin: 0 auto;
    max-width: 100%;
}
.member-form{
    width: 510px;
    margin: 0 auto;
    max-width: 100%;
}
.banner-video .vc_parallax-inner{
	display: none;
}
.video-background {
    position: absolute!important;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 0!important;
}
.review_icon .lottie-container{ 
    width: 100%;
    float: left;
    margin-bottom: 30px;
}

.review_icon lottie-player{
	width: 42px!important;
	float: left;
}
#about-ic .lottie-container{
	width: 70px;
}
#about-obj .lottie-container{
	width: 62px;
}
#section-action .lottie-container{
	width: 60px;
}
#section-joining .lottie-container{
	width: 73.6px;
}
div.video-player-for-wpbakery { 
    padding: 0;
}
video{
	max-width: 100%;
}
#home-icons .lottie-container{
	width: 71px;
} 
@media only screen and (max-width: 768px) {
#home-icons .lottie-container,
#about-ic .lottie-container { 
    margin: 0 auto;
}
.single.vc_non_responsive .vc_row .vc_col-sm-10, 
.single.vc_non_responsive .vc_row .vc_col-sm-12, 
.single.vc_non_responsive .vc_row .vc_col-sm-4, 
.single.vc_non_responsive .vc_row .vc_col-sm-6, 
.single.vc_non_responsive .vc_row .vc_col-sm-7, 
.single.vc_non_responsive .vc_row .vc_col-sm-8, 
.single.vc_non_responsive .vc_row .vc_col-sm-9 { 
    padding-left: 15px;
    padding-right: 15px;
}
} 

.hero_section.hero_fixed.vc_parallax .vc_parallax-inner {
    background-size: auto 100%; 
}
.hero_section  {
    min-height: 722px!important;
    padding-bottom: 100px!important;
}

.section-subscribe h2{
	color: #fff;
	width: 100%;
	text-align: center;
	clear: both;
	font-size: 30px;
	font-weight: 500;
    margin: 0 0 34px;
}
.container-sub {
    width: 1200px;
    max-width: 100%;
    margin: 0 auto;
    padding: 0 20px;
    text-align: center;
}
.section-subscribe p.note {
    font-size: 15px;
    color: #D4FFB5;
    text-align: center;
    font-weight: 500;
}
.section-subscribe p {
    font-size: 18px;
    color: #fff;
    width: 969px;
    margin: 0 auto;
    max-width: 100%;
    margin-bottom: 24px;
    font-weight: 500;
}
.section-subscribe{
	width: 100%;
	float: left;
	color: #fff;
	background-color: #1B1C32;
	padding: 50px 0 75px;
}
footer {
    width: 100%;
    float: left;
}
footer a.create_account {
    border: 0px solid #F55C00;
    color: #fff;
    background-color: #F55C00;
    width: 186px;
    max-width: 100%;
}

 
nav.main-navigation a:hover,
nav.main-navigation a { 
    padding: 7px 15px; 
}
.main-navigation a:hover {
    background-color: transparent; 
    color: #D4FFB5; 
}
ul.menu.nav-menu li:last-child a:hover{
	opacity: 0.8;
}
ul.menu.nav-menu li:last-child a {
    background-color: transparent;
    border-radius: 0;
    color: #D4FFB5;
    padding: 0 0 0 35px;
    background-image: url(images/icon-login.svg);
    background-size: 24px auto;
    background-repeat: no-repeat;
    background-position: left center;
    margin-left: 15px;
}

.board_member_description a[target="_blank"]:hover{
	opacity: 0.8;
}
.board_member_description a[target="_blank"] img{
	width: 18.3px;
}
.board_member_description a[target="_blank"]{
    right: 14px;
    bottom: 5px;
    position: absolute;
}
.board_member_description { 
    position: relative;
}
.board_member_description h4 { 
    margin-bottom: 4px; 
}
.section-commit .wpb_single_image{
	margin-bottom: 25px;
}
.section-commit p{
	color: #fff;
}
.section-commit {
	padding: 100px 0 95px;
}
.section-commit h4 img{
	width: 74px;
}
.section-commit h4 {
    color: #D4FFB5;
    margin-top: 0;
    margin-bottom: 16px;
    font-size: 21px;
    font-weight: 500;
}
.section-commit> .vc_column_container>.vc_column-inner { 
    padding-left: 0;
    padding-right: 0; 
}
.section-commit .vc_col-sm-6 .wpb_text_column {
    float: left;
    width: 60%;
    padding-left: 38px;
}
.section-commit .vc_col-sm-6 .wpb_single_image {
    float: left;
    width: 40%; 
}
.section-commit .vc_col-sm-6 .vc_column-inner>.wpb_wrapper{
	display: flex;
    align-items: center;
    flex-wrap: wrap;
} 

.section-commit .container { 
    padding: 0;
}
.section-commit .wpb_single_image img {
    border-radius: 6px;
    width: 216px;
}

.section-commit .wpb_single_image {
	
}


/*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.svg); 
}
body .vc_toggle_size_md.vc_toggle_default .vc_toggle_title .vc_toggle_icon {
    background-image: url(images/icon-plus.svg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100% auto;
    text-indent: -9999px;
    width: 20px;
    height: 20px;
    background-color: transparent;
    border: none;
    left: auto;
    right: 0; 
    top: 50%;
    transform: translateY(-50%);
}
body .vc_toggle_size_md.vc_toggle_default.vc_toggle_active .vc_toggle_title{
	background-color: #fff;
}
body #content .vc_toggle_size_md.vc_toggle_default.vc_toggle_active .vc_toggle_title h4 { 
	color: #1B1C32;
} 
body #content .vc_toggle_size_md.vc_toggle_default .vc_toggle_title h4 {
    font-size: 16px;
    font-weight: bold;     
} 
#content .vc_toggle ul { 
    margin-bottom: 5px;
} 
body .vc_toggle_size_md.vc_toggle_default .vc_toggle_content, 
body .vc_toggle_size_md.vc_toggle_default .vc_toggle_title {
    padding-left: 0;
}
body .vc_toggle_size_md.vc_toggle_default .vc_toggle_title {
    border-bottom: 0 solid #0E1420; 
}
body .vc_toggle_size_md.vc_toggle_default .vc_toggle_content {
    padding: 0;
    text-align: left;
    margin: 20px 0 0;
}
.wpb_wrapper .vc_toggle ul li {
    margin-bottom: 8px;
} 
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{
	color: #000;
}
body .vc_toggle { 
    margin: 0 0 14px;
    background-color: #fff;
    box-shadow: 1px 1px 16px -3px rgba(2,0,234,0.1);
    -webkit-box-shadow: 1px 1px 16px -3px rgba(2,0,234,0.1);
    -moz-box-shadow: 1px 1px 16px -3px rgba(2,0,234,0.1);
    text-align: left;
    padding: 12px 20px;
}

.hero_section.hero_small{
	min-height: 496px;
}


.newsSlider .newsItem_wrap {
    height: 100%;
    background-color: #fff;
    border-radius: 10px;
    overflow: hidden;
}
.newsSlider .slick-slide { 
    height: auto; 
    padding: 0 40px;
}
.newsSlider .slick-track {
    display: flex;
}
.newsSlider .swiper-slide .blog_thumb img,
.newsSlider .slick-slide img{
    vertical-align: middle;
    object-fit: cover;
    width: 100%;
    height: 307px;
}
.newsSliderX{
	margin: 0 -40px;
	width: calc(100% + 80px);
}
.newsSlider .swiper-slideX { 
    height: auto; 
}
.member-offer .wpb_wrapper {
    padding-left: 38px;
    background-image: url(images/icon-arrow.svg);
    background-repeat: no-repeat;
    background-size: 29px auto;
}
.member-offer h4{
	font-size: 22px;
	color: #1B1C32;
	font-weight: 500;
	margin: 0 0 24px;
}
body div.wpforms-container-full input[type=email],  
body div.wpforms-container-full input[type=text],
body div.wpforms-container-full textarea {  
    border: 1px solid #1B1C32; 
	color: #1B1C32; 
    border-radius: 7px;
    height: 56px;
}
body div.wpforms-container-full textarea {
    min-height: 222px;
}
 
div.wpforms-container-full input[type=date]::-webkit-input-placeholder,
div.wpforms-container-full input[type=datetime]::-webkit-input-placeholder,
div.wpforms-container-full input[type=datetime-local]::-webkit-input-placeholder,
div.wpforms-container-full input[type=email]::-webkit-input-placeholder,
div.wpforms-container-full input[type=month]::-webkit-input-placeholder,
div.wpforms-container-full input[type=number]::-webkit-input-placeholder,
div.wpforms-container-full input[type=password]::-webkit-input-placeholder,
div.wpforms-container-full input[type=range]::-webkit-input-placeholder,
div.wpforms-container-full input[type=search]::-webkit-input-placeholder,
div.wpforms-container-full input[type=tel]::-webkit-input-placeholder,
div.wpforms-container-full input[type=text]::-webkit-input-placeholder,
div.wpforms-container-full input[type=time]::-webkit-input-placeholder,
div.wpforms-container-full input[type=url]::-webkit-input-placeholder,
div.wpforms-container-full input[type=week]::-webkit-input-placeholder,
div.wpforms-container-full select::-webkit-input-placeholder,
div.wpforms-container-full textarea::-webkit-input-placeholder {
    color: #1B1C32!important; 
    opacity: 1!important; 
}

div.wpforms-container-full input[type=date]::-moz-placeholder,
div.wpforms-container-full input[type=datetime]::-moz-placeholder,
div.wpforms-container-full input[type=datetime-local]::-moz-placeholder,
div.wpforms-container-full input[type=email]::-moz-placeholder,
div.wpforms-container-full input[type=month]::-moz-placeholder,
div.wpforms-container-full input[type=number]::-moz-placeholder,
div.wpforms-container-full input[type=password]::-moz-placeholder,
div.wpforms-container-full input[type=range]::-moz-placeholder,
div.wpforms-container-full input[type=search]::-moz-placeholder,
div.wpforms-container-full input[type=tel]::-moz-placeholder,
div.wpforms-container-full input[type=text]::-moz-placeholder,
div.wpforms-container-full input[type=time]::-moz-placeholder,
div.wpforms-container-full input[type=url]::-moz-placeholder,
div.wpforms-container-full input[type=week]::-moz-placeholder,
div.wpforms-container-full select::-moz-placeholder,
div.wpforms-container-full textarea::-moz-placeholder {
    color: #1B1C32!important; 
    opacity: 1!important; 
}

div.wpforms-container-full input[type=date]:-moz-placeholder,
div.wpforms-container-full input[type=datetime]:-moz-placeholder,
div.wpforms-container-full input[type=datetime-local]:-moz-placeholder,
div.wpforms-container-full input[type=email]:-moz-placeholder,
div.wpforms-container-full input[type=month]:-moz-placeholder,
div.wpforms-container-full input[type=number]:-moz-placeholder,
div.wpforms-container-full input[type=password]:-moz-placeholder,
div.wpforms-container-full input[type=range]:-moz-placeholder,
div.wpforms-container-full input[type=search]:-moz-placeholder,
div.wpforms-container-full input[type=tel]:-moz-placeholder,
div.wpforms-container-full input[type=text]:-moz-placeholder,
div.wpforms-container-full input[type=time]:-moz-placeholder,
div.wpforms-container-full input[type=url]:-moz-placeholder,
div.wpforms-container-full input[type=week]:-moz-placeholder,
div.wpforms-container-full select:-moz-placeholder,
div.wpforms-container-full textarea:-moz-placeholder {
    color: #1B1C32!important; 
    opacity: 1!important; 
}
 
body .wpforms-container .wpforms-field {
    padding: 0 0 30px;
    position: relative;
}
body div.wpforms-container-full {
    margin: 0 auto;
}
.sub-form {
    width: 769px;
    clear: both;
    margin: 20px auto 25px;
    display: inline-block;
    max-width: 100%;
}
body .sub-form div.wpforms-container-full input[type=email],  
body .sub-form div.wpforms-container-full input[type=text],
body .sub-form div.wpforms-container-full textarea {   
    height: 42px;
	border-radius: 8px;
}
body .sub-form  div.wpforms-container-full button[type=submit] {
    width: 126px;
    height: 44px;
    border: 0 solid;
    color: #fff;
    display: inline-block;
    float: none;
} 

.sub-form .wpforms-field-container>div {
    width: 100%;
    float: left;
    padding: 0;
}
.sub-form .wpforms-field-container {
    width: 100%;
    float: left; 
    padding-right: 20px;
    column-gap: 25px;
}
.sub-form form.wpforms-form{ 
    flex-wrap: wrap;
	width: 100%;
}
body div.wpforms-container-full .wpforms-form .wpforms-submit-container {
    text-align: right;
    margin: 6px 0 0;
    float: left;
    width: 100%;
}
.hero_section .vc_general.vc_btn3:hover{
    background-color: #F55C00!important;
    border-color: #F55C00!important;
    color: #fff;
	opacity: 0.8;
}
.hero_section .vc_btn3-container { 
    margin-bottom: 0; 
} 
a.btn_back:hover{
    background-color: #F55C00!important;
    border-color: #F55C00!important;
    color: #fff;
	opacity: 0.8;
}
a.btn_back {
    background-color: #F55C00!important;
    border-radius: 5px;
    min-width: auto;
    height: 41px;
    font-size: 16px;
    padding: 0;
    color: #fff!important;
    line-height: 41px;
    border-color: transparent;
    margin-top: 30px;
    background-image: url(images/icon-back.png);
    background-repeat: no-repeat;
    text-align: center;
    /* float: left; */
    text-decoration: none;
    background-position: left 18px center;
    padding-left: 41px;
    background-size: 16px auto;
    padding-right: 25px;
    display: inline-block;
}
.member_logos {
    width: 100%;
    display: inline-block!important;
}
.member_logos .slick-track .slick-slide { 
    padding: 0 25px;
}
.member_logos .slick-track { 
    display: flex;
    align-items: center;
}
.new_hero .post_title { 
    position: relative;
}
.member_logos .five_columns_column {
    border: 0px solid #ede1e124; 
}
.member_logos .slick-slider { 
    display: block!important; 
}

/*2024*/ 
.text-white *,
.text-white{
	color: #fff;
} 
  
.foooter_inner { 
    max-width: max-content;
    margin: 0 auto;
    float: right;
    width: calc(100% - 359px);
    padding-left: 30px;
}
.footer_col a {
    display: block;
    text-decoration: none;
    color: #fff;
} 
address {
    margin: 0 0 1.5em;
}

.social_media p {
    display: flex;
    gap: 10px;
}
.footer_col h5 {
    color: #fff;
    margin-top: 0; 
    margin-bottom: 24px;
    font-weight: bold;
    font-size: 18px;
}
a.create_account:hover{ 
    background-color: #fff;
	color: #000;
}
a.create_account {
    height: 44px;
    border: 1px solid #fff;
    text-align: center;
    font-size: 14px;
    border-radius: 50px;
    display: block;
    line-height: 42px;
    text-decoration: none;
    color: #fff;
}
.footer_menu li {
    list-style: none;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #fff;
    text-align: right;
}
.footer_menu ul {
    padding: 0;
    margin: 0;
}
.footer_menu li a {
    color: #fff;
    list-style: none;
    text-decoration: none;
    display: block;
    margin-bottom: 9px;
}

.copyright hr {
    background-color: #13CFDB;
    margin: 0 0 40px;
}
.copyright ul li a{
	text-decoration: underline;
	color: #fff;
}
.copyright ul {
    float: right;
    margin: 0;
    padding: 0;
    display: flex;
    list-style: none;
    column-gap: 70px;
}
.copyright {
    font-size: 16px;
    padding: 0 0 40px;
    color: #fff;
    margin-top: 30px;
    width: 100%;
    float: left;
}
.copyright .container {
    display: block;
}
span.colab a{
	text-decoration: underline;
}
span.colab {
    float: right;
}
.footer_col address {
    font-weight: bold;
    font-size: 18px;
    color: #fff;
}
address {
    margin: 0 0 1.5em;
}
 
div.vc_row[data-vc-full-width].vc_hidden {
     opacity: 1;
} 
#content .hero-text h1{
    font-weight: 500;
	font-size: 54px;
	line-height: 1.1;
}
#content .hero-text h3 {
    font-size: 34px;
    font-weight: 500;
}
.five_columns {
    margin: 0 auto;
    display: flex;
    max-width: 1200px;
    column-gap: 10px;
}
#content .wmiss h2 strong{
    color: #D4FFB5 !important;
}
#content .wmiss h2{
	color: #fff;
	font-weight: 500;
	font-size: 40px;
	margin: 0 0 24px!important;
}
iframe{
	max-width: 100%;
}
div.graph_home_m2 {
    background-position: right top!important;
}

.wpb_text_column.container-5{
	width: 512px;
	max-width: 100%;
	margin: 0 auto;
}
.wpb_text_column.container-6{
	width: 672px;
	max-width: calc(100% - 30px);
	margin: 0 auto;
}
.wpb_text_column.container-7.left {
    margin: 0;
}
.wpb_text_column.container-7{
	width: 757px;
	max-width: calc(100% - 30px);
	margin: 0 auto;
}
.wpb_text_column.container-8.left {
    margin: 0;
}
.wpb_text_column.container-8{
	width: 821px;
	max-width: calc(100% - 30px);
	margin: 0 auto;
}
.wpb_text_column.container-9.left {
    margin: 0;
}
.wpb_text_column.container-9{
	width: 975px;
	max-width: calc(100% - 30px);
	margin: 0 auto;
}
.partners_logo .partners_logo_list {
    grid-template-columns: repeat(6, 1fr);
    margin: 0 auto;
    max-width: 1200px;
    gap: 10px;
    display: grid;
    text-align: center;
    align-items: center;
}
/**/
.hero_section p,
.hero_section h1 {
  color: #1B1C32;
}
.hero_section h1 em {
  font-style: normal;
}
.count_down_wrap h2 {
  margin: 0;
}

.read_more a {
    margin-top: 25px;
}
.count, .percentage {
    font-size: 50px;
    color: #D4FFB5;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 73px;
}
.about_page_count .percentage {color: #1B1C32;}
section.graph_home_s2 {
    background-position: right bottom -50px!important;
} 

 
/**/ 

div.ibp_section { 
	min-height: 538px;
    background-position: right center!important; 
	background-size: auto 100%!important;
}

div.ibp_section >div{
	position: relative;
	z-index: 3;
}

#content .benefit-item h4{
	font-weight: 500;
} 

.extra-row.vc_row {
    margin-left: -40px;
    margin-right: -40px;
}

.extra-row .vc_column_container>.vc_column-inner { 
    padding-left: 40px;
    padding-right: 40px; 
}
.block-rd>div{ 
	width: 456px;
	max-width: 100%;
} 
div.git-section {  
    background-position: right top!important;  
}
 

.project-list .wpb_single_image{
	margin-bottom: 0;
}
.project-list .wpb_text_column {
    padding: 23px 19px 30px;
    margin: 0;
}
.project-list >div>.vc_column-inner>.wpb_wrapper{
	height: 100%;
	border-radius: 7px; 
	background-color: #fff;
	border: 1px solid #F1F2ED;
} 
.project-list >div>.vc_column-inner{
	height: 100%; 
}
.project-list {
    display: flex;
    flex-wrap: wrap;
}

.newsItem_wrap .review_content a.btn-fullnew {
    background-image: url(images/icons/icon-ar.png);
    background-repeat: no-repeat;
    content: "";
    height: 35px;
    width: 35px;
    background-position: left top;
    text-indent: -9999px;
    display: inline-block;
}
.SWFullNews.newsSlider .newsItem_wrap { 
    border-radius: 7px;
	border: 1px solid #F1F2ED;
}
.SWFullNews .newsItem_wrap .review_content {
    padding: 20px 20px 30px; 
}
#content .SWFullNews p{
	margin-bottom: 5px;
}
.SWFullNews.newsSlider .swiper-slide .blog_thumb img { 
    height: 227px;
}
.newsSlider .blog_thumb{
	width: 100%;
	float: left;
	overflow: hidden;
}
.newsSlider .swiper-slide .blog_thumb a:hover img {  
    transform: scale(1.03);
}

.related-artical .newsItem_wrap .review_content p {
    margin: 0 0 18px;
}
.related-artical h2 {
    font-size: 54px;
    line-height: 1.1;
    font-weight: 500;
    margin: 0 0 50px 0;
    color: #1B1C32;
}
.related-artical {
    background: #f0f0f0;
    padding: 45px 0;
    width: 100%;
    clear: both;
}
.new_hero {
    background: #1B1C32;
    color: #fff;
    padding: 150px 0 100px;
}
.new_hero h1 {
    font-size: 64px; 
	font-weight: 500;
    line-height: 1.2;
}
.new_hero .post_title {
    position: relative;
}
.post_title h1 div {
    color: #d4ffb5;
}
 
.video-player-for-wpbakery-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
    width: 100%;
}
.video-player-for-wpbakery-container iframe, .video-player-for-wpbakery-container object, .video-player-for-wpbakery-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
 
.single .entry-content> .wpb-content-wrapper>  div.vc_row, 
.single .entry-content> div.vc_row {
    padding: 10px 0 0;
}
.our_members.member_logos {
    margin: 0 -10px; 
}
.footer_menu li a:hover {
    color: #13CFDB; 
    text-decoration: underline; 
}

.sticky-header .header-top {
	padding: 5px 0;
}
.header-top {
    background-color: #fff;
    width: 100%;
    float: left;
    padding: 15px 0;
}
.header-main {
    background-color: #EDEDED;
    width: 100%;
    float: left;
    padding: 12px 0;
}
.menu-tip ul li a:hover{
	text-decoration: underline;
}
.menu-tip ul li a {
    font-size: 14px;
    font-weight: 400;
    color: #1B1C32;
    text-decoration: none;
}
.menu-tip ul li {
    float: left;
    padding-left: 25px;
    position: relative;
    font-size: 14px;
    font-weight: 400;
    color: #1B1C32;
    min-height: 25px;
} 
.menu-tip ul li.icon-email{
    background-position: left top;
    background-repeat: no-repeat;
    background-size: 23px auto;
	background-image: url(images/icon/icon-emailb.png); 
}
.menu-tip ul li.icon-phone {
    background-position: left top;
    background-repeat: no-repeat;
    background-size: 23px auto;
    background-image: url(images/icon/icon-phoneb.png);
    margin-left: 30px;
    margin-right: 200px;
}
.menu-tip ul {
    margin: 0;
    padding: 0;
    float: right;
    list-style: none;
    display: flex;
    align-items: center;
}

#banner-site{
	min-height: 607px;
}
body .vc_row.vc_row-flex>.vc_column_container>.vc_column-inner {
    flex-grow: inherit; 
}

.block-start>div{
	padding-right: 16px;
	padding-left: 30px; 
	border-left: 3px solid #13CFDB;
}
div.home-about {
    background-position: left 5% bottom!important;
}

.footer-logo {
    width: 340px;
    float: left;
    height: 100%;
}

.footer-top {
    width: 100%;
    float: left;
    padding: 0 0 30px;
}

.book_releases .slick-slide img {
    vertical-align: middle;
    object-fit: cover; 
    height: 100%;
}
.book_releases .slick-track { 
    display: flex;
}
.book_releases .book-item {
    padding: 0 34px;
    height: auto;
}

.book_releases .slick-prev:before,
.book_releases .slick-next:before {
    display: none;
} 
.book_releases .slick-next {   
    top: calc(50% - 15px);
    width: 31px;
    height: 31px;  
    background-image: url(images/icon-next.png)!important; 
    background-size: 100% auto!important;
    background-repeat: no-repeat!important;
    float: right!important; 
    background-position: center!important; 
	border-radius: 0;
	right: -100px;
}
.book_releases button.slick-prev {  
    top: calc(50% - 15px);
    width: 31px;
    height: 31px;  
    background-image: url(images/icon-prev.png)!important;  
    background-size: 100% auto!important;
    background-repeat: no-repeat!important;
    float: right!important; 
    background-position: center!important; 
	border-radius: 0; 
	left: -100px;
} 
.book_releases .slick-prev:hover, 
.book_releases .slick-next:hover{
	opacity: 0.8;
}
@media only screen and (max-width: 1450px){
.book_releases .slick-next {    
	right: -10px;
}
.book_releases button.slick-prev { 
	left: -10px;
}
 
.book_releases {
	padding: 0 20px;
}
	
	
}
footer ul.socials_data {
    float: left;
    width: 100%;
    list-style: none;
    margin: 0;
    margin-top: 55px;
}
footer ul.socials_data li {
    width: auto;
    float: left;
    margin-right: 20px;
}

.about-submit{
	min-height: 396px;
}
div.vc_row {
    margin-left: -22px;
    margin-right: -22px;
}
div.vc_column_container>.vc_column-inner { 
    padding-left: 22px;
    padding-right: 22px; 
}

.short-info strong{
	font-weight: 500;
	text-transform: uppercase;
}
.short-info img{
	width: 298px;
}
.wpb_wrapper ul li {
    margin-bottom: 12px;
}
.wpb_wrapper ul li::marker{
	color: #0200EA;
}

.section-start >div>.vc_column-inner>div>div>div.wpb_wrapper{
	height: calc(100% - 35px);
}
.section-start >div>.vc_column-inner>div>div>div,
.section-start >div>.vc_column-inner>div>div,
.section-start >div>.vc_column-inner>div,
.section-start >div>.vc_column-inner{
	height: 100%;
}
.section-start {
    display: flex;
    flex-wrap: wrap;
}

#stages .vc_column-inner>div.wpb_wrapper  {
	counter-reset: div-counter; /* Initialize the counter */
    border: 1px solid #13CFDB;
}
#stages .vc_column-inner .vc_toggle {
	counter-increment: div-counter; /* Increment the counter */ 
}
#stages .vc_column-inner .vc_toggle .vc_toggle_title:before {
	content: counter(div-counter) ""; /* Display the counter */ 
}
#stages .vc_toggle.vc_toggle_active .vc_toggle_title:before{
	background-color: #13CFDB;
    border: 1px solid #13CFDB;
	color: #fff;
}
#stages .vc_toggle .vc_toggle_title:before {
    width: 37px;
    height: 37px;
    border: 1px solid #1B1C32;
    border-radius: 50%;
    color: #1B1C32;
    font-size: 20px;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 46px;
    z-index: 3;
    top: 50%;
    transform: translateY(-50%);
}
#stages .vc_toggle {
	position: relative;
}
body .vc_toggle:last-child {
    border-bottom: 0 solid #F1F2ED; 
}

/*at_info*/
.at_info ul li:last-child{
	border-bottom: 0 solid;
}
.at_info ul li a:hover{
	color: #1B1C32;
}
.at_info ul li a {
    color: #000;
    text-decoration: none;
    background-image: url(images/icon-more.png);
    background-repeat: no-repeat;
    background-position: right 20px center;
    width: 100%;
    display: inline-block;
    padding: 8px 19px;
}
.at_info ul li{
	width: 100%;
	float: left;
	border-bottom: 1px solid #13CFDB;
}
.at_info ul {
    width: 100%;
    float: left;
    list-style: none;
    background-color: #fff;
    border-radius: 3px;
    margin: 30px 0 0;
    padding: 0;
    box-shadow: 0px 0px 16px -11px rgba(0,0,0,0.3);
}
.at_info img {
    width: 100%;
    float: left;
    border-radius: 3px;
}
.single-associate #wrapper {
    background: #f6f6f6; 
}
.single-associate #content {
    padding-top: 74px;
}
.single-associate  #content h1 {
    margin-bottom: 0;
}
.single-our-author #wrapper {
    background: #f6f6f6; 
}
.single-our-author #content {
    padding-top: 74px;
}
.single-our-author  #content h1 {
    margin-bottom: 0;
}
.at_details>p{
	text-transform: uppercase;
}

.custom-their-work ul li img{
	border-radius: 3px;
}
.custom-their-work ul li{
	width: 25%;
	padding: 15px;
}
.custom-their-work ul {
    width: calc(100% + 30px);
    float: left;
    list-style: none;
    margin: 0 -15px;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
}

.work_form {
    background-color: #fff;
    border-radius: 10px;
    padding: 30px 20px;
    display: inline-block;
    width: 100%;
}

.display-mobile{
	display: none;
}
.oc_list .btn{
	width: 171px;
}
#content .oc_list h6{
	margin-bottom: 0;
}
.oc_list ul li .oc_info .read-full{
	position: absolute; 
	right: 0;
	top: 0;
	margin: 0;
}
.oc_list ul li .oc_info p{
	margin-bottom: 0;
}
.oc_list ul li .oc_info {
    position: relative;
    width: 100%;
    float: left;
    padding-right: 171px;
	margin-bottom: 40px;
}
.oc_list ul li .oc-wrap{
	width: 100%;
	float: left;
	border-radius: 3px;
	background-color: #fff;
	box-shadow: 0px 0px 16px -11px rgba(0,0,0,0.3);
}
.oc_list ul li .oc-item-dw {
    width: 66.66%;
    float: left;
    padding: 28px 20px;
}
.oc_list ul li .oc-item-img img {
    float: left;
    width: 100%;
}
.oc_list ul li .oc-item-img{
	width: 33.33%;
	float: left;
}
.oc_list ul li{
	width: 100%;
	float: left;
	margin-bottom: 40px;
}
.oc_list ul{
    width: 100%;
    float: left;
    list-style: none;
    margin: 0;
    padding: 0; 
}

.oa_details .page-numbers:first-child{
	margin-left: 0;
}
.oa_details .pagination { 
    justify-content: start;
}

.oa_header{
	width: 100%;
	float: left;
	padding-bottom: 65px;
}

#wrapper.is_dim{
	background-color: #f6f6f6;
} 

#wpforms-1909 .wpforms-field-html a{
	text-decoration: underline;
}
#wpforms-1909 {
    background-color: #fff;
    border-radius: 10px;
    padding: 30px 20px;
    display: inline-block;
    width: 100%;
}
#content div.wpforms-container-full .wpforms-form select {
    color: #A3A3A3; 
}

#content .contact-block div.wpforms-container-full .wpforms-form button[type=submit]{
    width: 182px; 
    float: left; 
}
.contact-block .wpforms-container{
    background-color: #fff;
    border-radius: 10px;
    padding: 30px 20px;
    display: inline-block;
    width: 100%;
}

#books .wpb_single_image img{
	border-radius: 3px;
}
div#books.vc_row {
    margin-left: -20px;
    margin-right: -20px;
}  
#books div.vc_column_container>.vc_column-inner {
    padding-left: 20px;
    padding-right: 20px;
}
#books .wpb_text_column p{
	font-weight: 500;
}
#books .wpb_text_column {
	width: calc(100% + 20px);
	margin-left: -10px;
}
#books .wpb_single_image{
	margin-bottom: 17px;
}
#content #books h3 { 
    letter-spacing: -0.8px;
}

.entry-content> .wpb-content-wrapper>  div.vc_row.books-row {
    padding: 18px 0 10px;
}
#books {
    display: flex;
    flex-wrap: wrap;
    width: calc(100% + 40px);
}

#books_root{
    display: flex;
    flex-wrap: wrap;
}

.books_list ul li {
    width: 20%;
    float: left;
    padding: 20px;
    text-align: center;
}
.books_list ul {
    display: flex;
    flex-wrap: wrap;
    width: calc(100% + 40px);
    margin: 0 -20px;
    padding: 0;
    list-style: none;
}
#content .books_list h3 {
    letter-spacing: -0.8px;
}
.books_list h3 {
    width: calc(100% + 20px);
    margin-left: -10px;
}
.books_list ul li img{
    width: 100%;
	float: left;
	margin-bottom: 17px;
}
.books_list {
    width: 100%;
    float: left;
    padding-top: 65px;
}
 
.ppbody{
	padding: 65px 0 0;
}
.single .ppbody .btn {
    width: 208px;
    min-width: 208px;
}

/**/ 
.pp_list ul li {
    width: 20%;
    float: left;
    padding: 20px;
    text-align: center;
}
.pp_list ul {
    display: flex;
    flex-wrap: wrap;
    width: calc(100% + 40px);
    margin: 0 -20px;
    padding: 0;
    list-style: none;
} 
.pp_list h3 {
    width: calc(100% + 20px);
    margin-left: -10px;
}
.pp_list ul li img{
    width: 100%;
	float: left;
	margin-bottom: 17px;
}
.pp_list {
    width: 100%;
    float: left;
    padding-top: 65px;
}
.pp-content {
    padding: 25px 0 35px;
}

#content .quote h6{
	font-size: 14px; 
}
.quote {
    background-image: url(images/icon-quote.png);
    background-repeat: no-repeat;
    padding-top: 46px;
}
.container.container-8 {
    width: 800px;
}
.container.container-9 {
    width: 900px;
}

.post-header img{
	border-radius: 4px;
	width: 100%;
	float: left;
}
#content .post-header h1{
	margin-bottom: 5px;
}
.post-header {
    width: 100%;
    clear: both;
    margin: 0 0 35px;
    float: left;
    padding-top: 65px;
}
.nav-previous a:hover{
	opacity: 0.8;
}
.nav-previous a {
    background-image: url(images/icon-prev-blog.svg);
    background-repeat: no-repeat;
    font-size: 14px;
    font-weight: bold;
    background-size: 15px auto;
    padding-left: 29px;
    color: #8C69F9!important;
    text-transform: uppercase;
    background-position: left center;
}
.nav-next a:hover{
	opacity: 0.8;
}
.nav-next a {
    background-image: url(images/icon-next-blog.svg);
    background-repeat: no-repeat;
    font-size: 14px;
    font-weight: bold;
    background-size: 15px auto;
    padding-right: 29px;
    color: #8C69F9!important;
    text-transform: uppercase;
    background-position: right center;
}

/*list_blog*/
.list_blog ul li .blog-img a:hover{
	
}
.list_blog ul li .blog-img {
	width: 100%;
	float: left;
	overflow: hidden;
}
.list_blog ul li .blog-content {
    background-color: #fff;
    padding: 20px 20px 25px;
    width: 100%;
    display: inline-block;
}
.list_blog ul li .blog-wrap {
    height: 100%;
    box-shadow: 1px 1px 16px -3px rgba(2, 0, 234, 0.1);
    -webkit-box-shadow: 1px 1px 16px -3px rgba(2, 0, 234, 0.1);
    -moz-box-shadow: 1px 1px 16px -3px rgba(2, 0, 234, 0.1);
    border-radius: 4px;
    overflow: hidden;
    padding-bottom: 30px;
	position: relative;
}
.list_blog ul li {
    width: 33.33%;
    float: left;
    padding: 15px 13px;
    margin: 0;
}
.list_blog ul{
	width: calc(100% + 26px);
	float: left;
	list-style: none;
	margin: 0 -13px;
	padding: 0;
	Display: flex;
	flex-wrap: wrap;
}
.list_blog{
	width: 100%;
	clear: both;
	padding-top: 60px; 
}
.more-full a:hover{
	opacity: 0.8;
}
.more-full a {
    background-image: url(images/icon-ex.svg);
    background-repeat: no-repeat;
    font-size: 14px;
    font-weight: bold;
    background-size: 10px auto;
    padding-right: 22px;
    color: #0200EA!important;
    text-transform: uppercase;
    background-position: right center;
    text-decoration: none;
	letter-spacing: 1px;
	font-family: "Manrope", serif;
}
#content .blog-content h6 {
    font-size: 12px;
    font-weight: 400;
    color: #8C69F9;
    margin: 0 0 15px;
}
#content .blog-content h3 a:hover{
	color: #0200EA;
}
#content .blog-content h3 a{
	color: #1B1C32;
	text-decoration: none;
}
#content .blog-content h3 {
    font-size: 18px;
    font-weight: 700;
}
.list_blog .blog-img img {
    width: 100%;
    float: left;
    height: auto;
}
.list_blog .more-full {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 0 20px;
    margin: 0 0 24px!important;
}
#content .banner-news h6 {
    font-size: 14px;
    text-transform: none;
    font-weight: 400;
}
.banner-news {
    background-image: url(images/latest-news.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    min-height: 578px;
    width: 100%;
    float: left;
    display: flex;
    align-items: center;
}
.news-info {
    width: 539px;
    max-width: 100%;
}
.signup {
    width: 910px;
    float: left;
    max-width: 100%;
    margin: 0 0 20px;
}
.signup .wpforms-submit-container {
    position: absolute!important;
    right: 0;
    top: 0;
	width: 143px!important;
}
.signup .wpforms-field-container {
    width: 738px!important;
    max-width: calc(100% - 173px);
    display: flex;
    flex-wrap: wrap;
    column-gap: 20px;
}
.signup div.wpforms-container-full{
	float: left;
	width: 100%;
	position: relative;
}
.signup .wpforms-field-container>div {
    width: calc(50% - 10px) !important;
} 

#content .signup div.wpforms-container-full .wpforms-form button[type=submit]:hover{
	background-color: #1B1C32 !important
}
#content .signup div.wpforms-container-full .wpforms-form button[type=submit] {
    width: 143px; 
    background-color: #1B1C32!important; 
}

#content .signup div.wpforms-container-full .wpforms-form input[type=text], 
#content .signup div.wpforms-container-full .wpforms-form input[type=date], 
#content .signup div.wpforms-container-full .wpforms-form input[type=datetime], 
#content .signup div.wpforms-container-full .wpforms-form input[type=datetime-local], 
#content .signup div.wpforms-container-full .wpforms-form input[type=email]{
	border: 2px solid #fff;
	border-radius: 25px;
    background-color: transparent;
    color: #fff;
    padding: 0 22px !important;
}
body .signup div.wpforms-container-full .wpforms-form .wpforms-submit-container { 
    margin: 0; 
}


.signup div.wpforms-container-full input[type=date]::-webkit-input-placeholder,
.signup div.wpforms-container-full input[type=datetime]::-webkit-input-placeholder,
.signup div.wpforms-container-full input[type=datetime-local]::-webkit-input-placeholder,
.signup div.wpforms-container-full input[type=email]::-webkit-input-placeholder,
.signup div.wpforms-container-full input[type=month]::-webkit-input-placeholder,
.signup div.wpforms-container-full input[type=number]::-webkit-input-placeholder,
.signup div.wpforms-container-full input[type=password]::-webkit-input-placeholder,
.signup div.wpforms-container-full input[type=range]::-webkit-input-placeholder,
.signup div.wpforms-container-full input[type=search]::-webkit-input-placeholder,
.signup div.wpforms-container-full input[type=tel]::-webkit-input-placeholder,
.signup div.wpforms-container-full input[type=text]::-webkit-input-placeholder,
.signup div.wpforms-container-full input[type=time]::-webkit-input-placeholder,
.signup div.wpforms-container-full input[type=url]::-webkit-input-placeholder,
.signup div.wpforms-container-full input[type=week]::-webkit-input-placeholder,
.signup div.wpforms-container-full select::-webkit-input-placeholder,
.signup div.wpforms-container-full textarea::-webkit-input-placeholder {
    color: #fff!important; 
    opacity: 1!important; 
}

.signup div.wpforms-container-full input[type=date]::-moz-placeholder,
.signup div.wpforms-container-full input[type=datetime]::-moz-placeholder,
.signup div.wpforms-container-full input[type=datetime-local]::-moz-placeholder,
.signup div.wpforms-container-full input[type=email]::-moz-placeholder,
.signup div.wpforms-container-full input[type=month]::-moz-placeholder,
.signup div.wpforms-container-full input[type=number]::-moz-placeholder,
.signup div.wpforms-container-full input[type=password]::-moz-placeholder,
.signup div.wpforms-container-full input[type=range]::-moz-placeholder,
.signup div.wpforms-container-full input[type=search]::-moz-placeholder,
.signup div.wpforms-container-full input[type=tel]::-moz-placeholder,
.signup div.wpforms-container-full input[type=text]::-moz-placeholder,
.signup div.wpforms-container-full input[type=time]::-moz-placeholder,
.signup div.wpforms-container-full input[type=url]::-moz-placeholder,
.signup div.wpforms-container-full input[type=week]::-moz-placeholder,
.signup div.wpforms-container-full select::-moz-placeholder,
.signup div.wpforms-container-full textarea::-moz-placeholder {
    color: #fff!important; 
    opacity: 1!important; 
}

.signup div.wpforms-container-full input[type=date]:-moz-placeholder,
.signup div.wpforms-container-full input[type=datetime]:-moz-placeholder,
.signup div.wpforms-container-full input[type=datetime-local]:-moz-placeholder,
.signup div.wpforms-container-full input[type=email]:-moz-placeholder,
.signup div.wpforms-container-full input[type=month]:-moz-placeholder,
.signup div.wpforms-container-full input[type=number]:-moz-placeholder,
.signup div.wpforms-container-full input[type=password]:-moz-placeholder,
.signup div.wpforms-container-full input[type=range]:-moz-placeholder,
.signup div.wpforms-container-full input[type=search]:-moz-placeholder,
.signup div.wpforms-container-full input[type=tel]:-moz-placeholder,
.signup div.wpforms-container-full input[type=text]:-moz-placeholder,
.signup div.wpforms-container-full input[type=time]:-moz-placeholder,
.signup div.wpforms-container-full input[type=url]:-moz-placeholder,
.signup div.wpforms-container-full input[type=week]:-moz-placeholder,
.signup div.wpforms-container-full select:-moz-placeholder,
.signup div.wpforms-container-full textarea:-moz-placeholder {
    color: #fff!important; 
    opacity: 1!important; 
}

.entry-content>.wpb-content-wrapper>.woocommerce,
.entry-content>.wp-block-woocommerce-cart,
.entry-content>.wp-block-woocommerce-checkout,
.page-shop .entry-content>.woocommerce,
.entry-content #product-main{
	width: 1200px;
	max-width: calc(100% - 30px);
	margin: 0 auto;
} 
#content .woocommerce a.button:hover,
#content .woocommerce button.button[type="submit"]:hover,
.wp-block-woocommerce-checkout button[type="button"]:hover,
a.wc-block-cart__submit-button:hover {
	background-color: #0A0894;
} 
#content .woocommerce a.button,
#content .woocommerce button.button[type="submit"],
.wp-block-woocommerce-checkout button[type="button"],
a.wc-block-cart__submit-button {
    background-color: #0200EA;
    width: 270px;
    height: 50px !important;
    min-height: 50px !important; 
    font-size: 14px;
    font-weight: 700;
    text-transform: initial;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    text-decoration: none;
    border: none;
    max-width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; 
	border-radius: 5px;
    cursor: pointer; 
	text-transform: uppercase;
	letter-spacing: 1px;
}
#content .woocommerce button.product_type_simple[type="submit"], 
.single-product #content .woocommerce button.button[type="submit"] {
	border-radius: 0;
	-webkit-border-top-right-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-bottomright: 5px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
}
.wc-block-components-combobox .wc-block-components-combobox-control input.components-combobox-control__input, .wc-block-components-form .wc-block-components-combobox .wc-block-components-combobox-control input.components-combobox-control__input,
.wc-block-components-form .wc-block-components-text-input input[type=email], .wc-block-components-form .wc-block-components-text-input input[type=number], .wc-block-components-form .wc-block-components-text-input input[type=tel], .wc-block-components-form .wc-block-components-text-input input[type=text], .wc-block-components-form .wc-block-components-text-input input[type=url], .wc-block-components-text-input input[type=email], .wc-block-components-text-input input[type=number], .wc-block-components-text-input input[type=tel], .wc-block-components-text-input input[type=text], .wc-block-components-text-input input[type=url] {
     border: 1px solid #D6D6D6!important; 
}
.wpb_wrapper .woocommerce-notices-wrapper ul li {
    margin-bottom: 5px;
}
.wpb_wrapper .woocommerce-MyAccount-navigation ul li {
    margin-bottom: 20px;
}
.select2-container .select2-selection--single { 
    height: 46px!important; 
}
.select2-container--default .select2-selection--single .select2-selection__rendered { 
    line-height: 46px!important;
}
.select2-container--default .select2-selection--single { 
    border: 1px solid #D6D6D6!important; 
}

.woocommerce-address-fields__field-wrapper{
	margin-bottom: 30px;
}
.woocommerce-error, .woocommerce-info, .woocommerce-message { 
    margin-bottom: 24px!important;
}
div.woocommerce-info::before {
    color: #13CFDB;
}
div.woocommerce-message,
div.woocommerce-info {
    border-top-color: #13CFDB;
}
#content ul.products li.product .price {
    color: #13CFDB!important;
    font-size: 16px!important;
    text-align: center;
}
#content h2.woocommerce-loop-product__title {
    font-size: 18px;
    font-weight: bold;
    text-align: left;
    padding: 16px 0 0;
    margin: 0 0 30px;
    color: #1B1C32;
}
.woocommerce-shop .woocommerce-result-count,
.woocommerce-shop .woocommerce-ordering{
	display: none!important;
}
.book_author {
    font-size: 16px;
    font-weight: 500;
    color: #0F243E; 
    margin: 0 0 24px;
}

div.woocommerce nav.woocommerce-pagination ul {
    display: inline-block;
    white-space: nowrap;
    padding: 0;
    clear: both;
    border: 0px solid #cfc8d8;
    border-right: 0;
    margin: 1px;
    width: 100%;
    height: auto;
    display: flex;
	background-color: transparent!important;
}
div.woocommerce nav.woocommerce-pagination ul li {
    border-right: 0px solid #cfc8d8; 
}

div.woocommerce nav.woocommerce-pagination ul li a.next,
div.woocommerce nav.woocommerce-pagination ul li a.prev {
    text-indent: -9999px;
    padding: 0;
}
div.woocommerce nav.woocommerce-pagination ul li a,
div.woocommerce nav.woocommerce-pagination ul li span {
    color: #454545;
    text-align: center;
    line-height: 1.5;
    margin-right: 2px;
    position: relative;
    border: 0px solid #e2e3e6;
    width: 45px;
    height: 45px;
    font-size: 14px;
    font-weight: 400;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    margin: 7px;
    border-radius: 6px;
    font-size: 18px;
}
div.woocommerce nav.woocommerce-pagination ul li span.current, 
div.woocommerce nav.woocommerce-pagination ul li span:hover,
div.woocommerce nav.woocommerce-pagination ul li span.current, 
div.woocommerce nav.woocommerce-pagination ul li span:hover {
    color: #fff;
    text-decoration: none;
    background-color: #13CFDB;
}
#content h2.woocommerce-loop-product__title{
  white-space: nowrap; 
  overflow: hidden;
  text-overflow: ellipsis;
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.loading::after,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.loading::after { 
    top: 17px!important; 
}
.woocommerce ul.products li.product, .woocommerce-page ul.products li.product { 
    text-align: center;
}
.ps_section {
    width: 100%;
    clear: both;
    float: left;
    background-color: #fff;
    padding: 80px 0;
    margin-top: 62px;
}

.single-product .summary .book_author { 
    text-align: left;
    margin: 0 0 34px;
}
.single-product div.product div.images {
    float: left;
    width: calc(50% + 35px)!important;
	margin-right: 35px;
}
.single-product div.product div.summary { 
    width: calc(50% - 70px)!important; 
	padding: 40px 40px 5px; 
	border-radius: 6px;
    box-shadow: 1px 1px 19px -10px rgba(0, 0, 0, 0.3);
}
.custom-product-description {
    padding: 36px 0 0;
    width: 100%;
    clear: both;
}
.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product p.price, .woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product span.price { 
    color: #1B1C32 !important;
    font-size: 24px !important;
    font-weight: bold;
}
div.woocommerce .quantity .qty {
    width: 60px;
    border: 1px solid #13CFDB;
    border-radius: 5px;
    text-align: center;
    margin-right: -3px;
    height: 45px;
    margin-bottom: 0;
}
#product-main{
	width: 100%;
	clear:  both;
	padding: 65px 0 0;
}
#content .related >h2 {
    margin: 0 -32px 45px;
    text-align: center;
}
#content .related >h3 {
    margin: 0 -32px 45px;
}
.woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1 { 
    max-width: 48%;
}
.woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-2 { 
    max-width: 48%;
}

.woocommerce .books_slider ul.products li.product {
    float: left;
    margin: 0;
    padding: 0;
    position: relative;
    width: 22.05%;
    margin-left: 0;
}
.woocommerce .books_slider ul.products li.product {
    margin: 0;
    padding: 0 20px;
}
.books_slider .slick-track {
    display: flex;
    /* column-gap: 20px; */
    flex-wrap: wrap;
}
.books_slider { 
    padding: 0;
}


.books_slider .slick-prev:before,
.books_slider .slick-next:before {
    display: none;
} 
.books_slider .slick-next {   
    top: 32%;
    width: 31px;
    height: 31px;  
    background-image: url(images/icon-next.png)!important; 
    background-size: 100% auto!important;
    background-repeat: no-repeat!important;
    float: right!important; 
    background-position: center!important; 
	border-radius: 0;
	right: -32px;
}
.books_slider button.slick-prev {  
    top: 32%;
    width: 31px;
    height: 31px;  
    background-image: url(images/icon-prev.png)!important;  
    background-size: 100% auto!important;
    background-repeat: no-repeat!important;
    float: right!important; 
    background-position: center!important; 
	border-radius: 0; 
	left: -32px;
} 
.books_slider .slick-prev:hover, 
.books_slider .slick-next:hover{
	opacity: 0.8;
}
.at_details p{
	text-transform: uppercase;
}

.foooter-top{
    display: flex; 
}
.menu-tip{ 
    float: right;
    width: 100%; 
}
#header .container {
    width: 1400px; 
}


.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; 
}
.header-space{
    float: left;
    width: 100%;
	height: 127px;
}
.text-sp h1 {
    font-size: 38px;
    font-weight: 800;
    line-height: 1.3;
    margin-top: 24px;
    margin-bottom: 24px;
    color: #fff;
    font-family: "Manrope", serif;
}
.text-sp {
    width: 50%;
    max-width: 100%;
    float: left;
    color: #fff;
}
.text-sp p a,
.text-sp h6 a{
	color: #fff;
	text-decoration: none;
    border-bottom: 1px solid #fff;
}
.text-sp h6{
	font-weight: 500;
}
.text-sp h6,
.text-sp p {
    font-size: 16px;
    line-height: 1.8;
    margin-bottom: 20px;
}
.banner-content {
    position: absolute;
    z-index: 5;
    left: 0;
    right: 0;
    width: 100%;
    top: 50%;
    transform: translateY(-50%);
}
.banner-image .img img {
    width: 55%;
    vertical-align: middle;
    object-fit: cover;
    max-height: calc(100vh - 128px);
    height: 350px;
    float: right;
}
.banner-image .img {
    position: relative;
    background-color: #1B1C32;
}
.banner-image .img,
.banner-image{
	width: 100%;
	float: left;
}
.home .banner-image .img:before { 
    width: 100%; 
}
.list_tick ul li {
    background-image: url(images/tick.svg);
    background-repeat: no-repeat;
    background-position: left top;
    min-height: 63px;
    padding-left: 78px;
    width: 50%;
    float: left;
    display: flex;
    align-items: center;
    margin-bottom: 14px;
}
.list_tick ul {
    list-style: none;
    margin: 0 0 18px -10px !important;
    padding: 0;
    margin-left: -10px;
    width: 100%;
    float: left;
} 
.wpb_single_image.shadow img {
    box-shadow: 1px 1px 12px -8px #000;
}
.wpb_single_image.radius img{
	border-radius: 6px;
} 
.hero-text .vc_btn3-container.vc_btn3-left{
	float: left;
	width: 50%;
}
.list_icon ul {
    list-style: none;
    margin: 0 0 18px -10px !important;
    padding: 0;
    margin-left: -10px;
    width: 100%;
    float: left;
}
.list_icon ul li img {
    float: left;
    margin-right: 10px;
    margin-top: -12px;
}
.list_icon ul li {
    min-height: 63px;
    width: 50%;
    float: left;
    margin-bottom: 14px;
    padding-top: 15px;
} 

#content #section-mix h5 {
	margin-bottom: 10px;
}
#section-mix .wpb_text_column {
    max-width: 100%;
    font-size: 14px;
    color: #0200EA;
    position: absolute;
    z-index: 3;
}
#section-mix .mix1 .wpb_text_column {
    width: 171px; 
    right: -103px;
    top: 0;
}
#section-mix .mix2 .wpb_text_column {
    width: 191px;
    right: -39%;
    bottom: -36px;
}
#section-mix .mix3 .wpb_text_column  {
    width: 206px;
    right: 0;
    top: 0;
}
.mix3 .wpb_single_image.vc_align_left {
    text-align: right;
}
#section-mix .vc_column-inner>.wpb_wrapper{
	position: relative;
}
#section-mix .mix1 .vc_column-inner>.wpb_wrapper { 
    padding-top: 57px;
} 
#section-mix .mix2 .vc_column-inner>.wpb_wrapper { 
    padding-left: 85px;
    padding-top: 33px;
} 
#section-mix .mix3 .vc_column-inner>.wpb_wrapper { 
    padding-top: 57px;
} 

@media only screen and (max-width: 1200px){
#section-mix .mix2 .wpb_text_column { 
    position: initial;
    margin-top: -26px;
}

}

@media only screen and (max-width: 768px){ 
#section-mix .wpb_wrapper> .wpb_text_column { 
    position: initial;
    margin-top: -23px;
	width: 370px;
}
.mix3 .wpb_single_image.vc_align_left {
    text-align: left;
}
 
#section-mix .wpb_column > .vc_column-inner>.wpb_wrapper { 
    padding: 0 5%;
}

}
.wpb_single_image.popup_video a:hover:before {
	opacity: 0.8;
}
.wpb_single_image.popup_video a:before {
    content: "Watch video";
    font-size: 18px;
    color: #fff;
    background-image: url(images/icon-play.svg);
    background-repeat: no-repeat;
    background-position: left center;
    position: absolute;
    height: 56px;
    display: flex;
    align-items: center;
    padding-left: 76px;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    left: 0;
    margin: 0 auto;
    width: 100px;
    white-space: nowrap;
}
.has-youtube .fancybox__content {
    width: 1100px!important;
    height: auto!important;
}
.testi-info {
    width: 100%;
    max-width: calc(100% - 30px);
    margin: 0 auto; 
}
#content .testi_info_sl h6 {
    font-size: 18px;
    color: #BAC9AE;
    font-weight: 500;
    text-transform: initial; 
    margin: 0;
}
.testi_info_sl {
    text-align: center;
    color: #BAC9AE;
    margin-top: 46px;
    width: 100%;
    clear: both;
    display: inline-block;
}
.content-testi {
    text-align: center;
    color: #fff;
    font-size: 21px;
    font-weight: 400;
}
.list_case ul li .testi-avt img {
    vertical-align: middle;
    object-fit: cover;
}
.list_case ul li .testi-avt {
    width: 100%;
    float: left;
    margin: 0 0 36px;
}
.testi-avt .avt-cir {
	position: relative; 
	width: 120px;
	height: 120px;
	margin: 0 auto;
    border-radius: 50%;
	overflow: hidden;
}

.testi-avt .avt-cir:after {
	content: "";
	display: block;
	padding-bottom: 100%;
}

.list_case ul li .testi-avt img {
	vertical-align: middle;
	object-fit: cover; 
	position: absolute;
	width: 100%;
	height: 100%;
}

.vc_row.container-58>div>.vc_column-inner{
	width: 580px;
	max-width: 100%;
	margin: 0 auto;
}
#content div.wpforms-container-full .wpforms-form input[type=text].wpforms-field-medium {
    width: 100%;
    max-width: 100%;
}

.list_publish ul {
    list-style: none;
    margin: 0 0 24px!important;
    padding: 0;
    width: 100%;
    float: left;
    display: flex;
    flex-wrap: wrap;
    column-gap: 40px;
} 
.list_publish ul li:last-child {
    margin: 0 0 20px!important;
}
.list_publish ul li a{
	color: #1B1C32;
}
.list_publish ul li {
    width: calc(50% - 20px);
    float: left;
    padding: 11px 17px;
    background-color: #fff;
    border-radius: 3px;
    box-shadow: 1px 1px 19px -10px rgba(0,0,0,0.3);
    margin: 0 0 20px;
}

.texta a{
	color: #1B1C32;
}

.woocommerce-MyAccount-navigation ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.woocommerce-MyAccount-navigation ul li a:hover{
	text-decoration: underline;
}
.woocommerce-MyAccount-navigation ul li.is-active a{
	color: #1B1C32;
	text-decoration: underline;
	font-weight: bold;
}
.woocommerce-MyAccount-navigation ul li a{
	text-decoration: none;
	color: #0F243E;
}
div.woocommerce form.login, 
div.woocommerce form.register {
    border: 1px solid #fff; 
    background-color: #fff;
    box-shadow: 1px 1px 19px -10px rgba(0,0,0,0.3);
}

.woocommerce-shop #wrapper{
	padding: 70px 0;
}
div.woocommerce ul.products li.product, 
div.page-shop ul.products li.product { 
    background-color: #fff;
    box-shadow: 1px 1px 19px -10px rgba(0, 0, 0, 0.3);
    padding: 0 20px 180px !important;
    border-radius: 4px;
	height: auto;
    margin: 0 10px !important;
}
div.woocommerce ul.products li.product a img {
    width: calc(100% + 40px); 
    margin: 0 -20px 1em; 
    max-width: calc(100% + 40px);
}
div.woocommerce div.product div.images .flex-control-thumbs li {
    width: 20%; 
    padding: 5px; 
}
div.woocommerce div.product div.images .flex-control-thumbs { 
    margin: 0 -5px; 
}
.woocommerce div.product div.images .flex-control-thumbs li img {
    border-radius: 6px;
}
.woocommerce-product-gallery .flex-viewport{
    overflow: hidden;
    position: relative;
    height: 472.969px;
    border-radius: 6px;
}
.custom-product-description ul li {
    background-image: url(images/tick.svg);
    background-repeat: no-repeat;
    background-position: left top;
    min-height: 62px;
    padding-left: 78px;
    width: 100%;
    float: left;
    display: flex;
    align-items: center;
    margin-bottom: 5px;
}
.custom-product-description ul {
    list-style: none;
    margin: 0 0 24px -10px !important;
    padding: 0;
    margin-left: -10px;
    width: 100%;
    float: left;
} 

.single-product .woocommerce-notices-wrapper{
    margin: 20px 0 0;
}
#content #product-main>h2 {
    font-size: 56px; 
    margin: 0 0 28px;
}
.book_author.in_shop {
    font-size: 14px;
    font-weight: 500;
    color: #1B1C32;
    text-align: left;
}
.shop_psize {
    font-size: 14px;
    font-weight: 500;
    color: #13CFDB;
    text-align: left;
    margin-bottom: 35px;
    margin-top: -20px;
}
.shop-field.shop-freeship{
	font-size: 14px;
	font-weight: 500;
	text-align: left;
}
#content .related ul.products li.product .price,
.woocommerce-shop #content ul.products li.product .price {
    color: #1B1C32!important;
    font-size: 24px!important;
    text-align: left;
    font-weight: bold;
    margin: 0;
}

html[lang="en-US"] .cart .quantity:before{
	display: none;
}
 
#content .woocommerce form.cart button.button[type="submit"]{
	margin-top: 0;
}
form.cart .quantity{
	margin-bottom: 0;
}
body.page-shop .woocommerce.columns-3 ul.products li.product {
    width: calc(33.33% - 20px);
}
body.page-shop ul.products li.product { 
    margin: 0 10px 70px; 
}
.woocommerce-shop .woocommerce ul.products {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
}
.related .products form.cart,
.woocommerce-shop .woocommerce form.cart {
    margin-bottom: 0;
    display: flex;
    margin-top: 26px;
    position: absolute;
    width: calc(100% - 39px);
    bottom: 30px;
    margin: 0 !important;
}
.woocommerce-shop #content .woocommerce form.cart button.button[type="submit"] {
    margin-top: 0;
    width: 100%;
}
.books_slider .shop-field.shop-freeship,
.page-shop .shop-field.shop-freeship { 
    position: absolute;
    bottom: 104px;
	left: 20px;
}
.related ul.products li.product .price,
.woocommerce-shop #content ul.products li.product .price {
    position: absolute;
    bottom: 133px;
    left: 20px;
}
.page-shop div.woocommerce ul.products li.product {
    padding-bottom: 180px !important;
    height: auto;
} 
.woocommerce a.added_to_cart {
    position: absolute;
    bottom: -25px;
}
#content p.confirm_add {
    position: absolute;
    bottom: -25px;
    margin-bottom: 0;
    left: 83px; 
}
.wc-block-cart .wc-block-cart__submit-container { 
    margin-top: 20px;
}
.single-shop-freeship{
	color: #1B1C32;
	font-size: 14px;
	font-weight: 500;
	margin: 0 0 24px;
	width: 100%;
	clear: both;
}
.related  .slick-list { 
    padding: 0 0 15px;
}
.menu-tip ul li a:hover{
	opacity: 0.8;
}
.menu-tip ul li.icon-acc{
    padding-left: 0;
}
.menu-tip ul li.icon-acc a {
    background-image: url(images/icon-account.png);
    background-repeat: no-repeat;
    background-size: 22px auto;
    background-position: right center;
    min-height: 22px;
    display: inline-block;
    padding-right: 32px;
    text-decoration: underline;
}
.menu-tip ul li.mini-cart-count> a{
    background-image: url(images/icon-cart.svg);
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: center;
    position: relative;
    width: 25px;
    display: inline-block;
    height: 25px;
    margin: -5px 0;
    overflow: initial;
    background-color: transparent;
}
.menu-tip ul li.mini-cart-count a span {
    opacity: 1;
    background-color: #fff;
    color: #1B1C32;
    position: absolute;
    right: -6px;
    top: -2px;
    width: 16px;
    height: 16px;
    font-size: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    border: 1px solid #1B1C32;
}

.woocommerce-sc button.button.loading{
    opacity: .25;
    padding-right: 2.618em;
}
.woocommerce-sc button.button.loading::after{
    font-family: WooCommerce;
    content: "\e01c";
    vertical-align: top;
    font-weight: 400;
    position: absolute;
    top: .618em;
    right: 1em;
    animation: spin 2s linear infinite;
}
.woocommerce-privacy-policy-text {
    margin: 0 0 24px;
}
#content .woocommerce form.register .form-row,
#content .woocommerce form.woocommerce-form-login .form-row {  
    margin: 0 0 24px;
}
body.woocommerce div.product form.cart div.quantity { 
    margin: 0;
}

.col.footer-left {
    width: 340px;
    max-width: 340px;
    float: left;
    display: flex;
    align-items: end;
    padding-bottom: 5px;
}
.col.footer-right {
    width: 600px;
    max-width: calc(100% - 340px);
    float: right;
    padding-left: 66px;
}
.footer_contact ul li:nth-child(2) {
    background-image: url(images/icon/icon-phone.png); 
}
.footer_contact ul li:nth-child(1){
	background-image: url(images/icon/icon-email.png); 
}
.footer_contact ul li:last-child{
	background-image: url(images/icon-address.svg);
}
.footer_contact ul{
	margin: 0;
	padding: 0;
	list-style: none;
}
.footer_contact ul li { 
    padding-left: 35px;
    background-position: left top;
    background-repeat: no-repeat;
    background-size: 23px auto;
    margin: 0 0 21px; 
}
.logo_ft{
    width: 100%;
    margin: 0 0 28px;
}
#footer h3 {
    font-weight: 700;
    color: #fff;
    margin: 0 0 18px;
    font-size: 14px;
    white-space: nowrap;
}

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

.site-copyright p{
	margin-bottom: 0;
	float: left;
	max-width: 50%;
}
.site-copyright {
    border-top: 1px solid #fff;
    padding: 20px 0 0;
}
.site-copyright .socials_data {
    width: auto;
    margin-top: 0!important;
    list-style: none;
    float: right;
    display: flex;
    column-gap: 17px;
    margin: 0;
    padding: 0;
    align-items: center;
}

.footer_contact{
	width: 100%;
	float: left;
}
a.btn-more-ov:hover:after,
#main-menu ul#menu-mainmenu> li:last-child a:hover:after {
    background-image: url(images/icon-exw.svg);
}
a.btn-more-ov:after,
#main-menu ul#menu-mainmenu> li:last-child a:after {
    content: "";
    width: 10.5px;
    height: 10.5px;
    background-image: url(images/icon-ex.svg);
    background-repeat: no-repeat;
    background-position: center;
}
a.btn-more-ov:hover,
#main-menu ul#menu-mainmenu> li:last-child a:hover {
    background-color: #0200EA;
    text-decoration: none!important;
    color: #fff!important;
}
a.btn-more-ov,
#main-menu ul#menu-mainmenu> li:last-child a {
    background-color: transparent;
    color: #0200EA!important;
    width: 194px;
    border-radius: 0;
    height: 50px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 14px!important;
    font-weight: bold;
    text-transform: uppercase;
    border-radius: 5px;
    border: 1px solid #0200EA;
    letter-spacing: 1px;
    column-gap: 12px;
	text-decoration: none;
	font-family: "Manrope", serif;
} 
.banner-image .img:before {
    content: "";
    display: block; 
    position: absolute;
    bottom: 0;
    left: 45%;
    z-index: 1;  
    width: 350px;
    height: 350px; 
    background: linear-gradient(45deg, #1B1C32, #1B1C32 50%, transparent 50%, transparent 1px);
} 
.hero-block ul {
    float: left; 
    text-align: center;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
    list-style: none;
    column-gap: 30px; 
}
.hero-block{
	
}
.hero-block ul li {
	margin: 10px 0!important;
	padding: 0;
}
.hero-block ul li a:hover{
    background-color: #0A0894;
}
.hero-block ul li a{
    background-color: #0200EA;
    color: #fff;
    min-width: 194px;
    border-radius: 4px;
    height: 50px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    border-radius: 5px;
    border: 1px solid #0200EA; 
    column-gap: 12px;
	text-decoration: none;
	padding: 0 25px;
	font-family: "Manrope", serif;
}
.hero-block ul li:last-child a:hover {
    background-color: #0200EA;
    text-decoration: none!important;
    color: #fff!important;
}
.hero-block ul li:last-child a {
    background-color: transparent;
    color: #fff;    
    border: 1px solid #0200EA; 
} 
.hero-block ul li a:after {
    content: "";
    width: 10.5px;
    height: 10.5px;
    background-image: url(images/icon-exw.svg);
    background-repeat: no-repeat;
    background-position: center;
}

@media only screen and (min-width: 1400px) {
.hero-right .wpb_single_image{
    width: calc(100% + 100px);
}


}

#main-app {
    display: flex;
    flex-wrap: wrap;
}
#main-app div.vc_column_container>.vc_column-inner>.wpb_wrapper,
#main-app div.vc_column_container>.vc_column-inner{
	height: 100%;
} 
#main-app .wpb_text_column {
    width: 100%;
    float: left;
    padding: 0 40px 0;
	position: relative;
	z-index: 5;
	margin-top: -94px;
}
#main-app>.wpb_column >.vc_column-inner>.wpb_wrapper:before {
    content: "";
    width: 100%;
    height: calc(100% - 84px);
    left: 0;
    top: 81px;
    border-radius: 4px;
    background-color: #fff;
    position: absolute;
	background: rgb(2,0,234);
	background: linear-gradient(200deg, rgba(2,0,234,1) 0%, rgba(242,56,239,1) 52%, rgba(19,207,219,1) 100%);
	border-radius: 4px;
	z-index: 0;
}
#main-app>.wpb_column >.vc_column-inner>.wpb_wrapper:after {
    content: ""; 
    width: calc(100% - 8px);
    height: calc(100% - 84px - 8px);
    left: 4px;
    top: 85px;
    border-radius: 4px;
    background-color: #fff;
    position: absolute; 
    border-radius: 4px;
	z-index: 1;
}
#main-app>.wpb_column >.vc_column-inner>.wpb_wrapper {
    position: relative;
    overflow: hidden;
    padding: 4px;
    padding-top: 84px;
    padding-bottom: 97px;
}
#main-app .wpb_single_image img {
    height: auto;
    max-width: 100%;
    vertical-align: top;
}
#main-app .wpb_single_image figure *,
#main-app .wpb_single_image figure{ 
    width: 576px;
    max-width: 576px;
}
#main-app .wpb_single_image {
    position: relative;
    top: -85px;
    width: calc(100%);
    overflow: hidden;
    float: left;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
	z-index: 5;
}
#main-app .wpb_single_image:before {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 102px;
    background: linear-gradient(10deg, #fff, #fff 50%, transparent 50%, transparent 1px);
}
#main-app .vc_btn3-container {
    position: absolute!important;
    left: 40px;
    bottom: 40px;
    margin-bottom: 20px;
	z-index: 5;
}

/**/ 
#block-image {
    display: flex;
    flex-wrap: wrap;
    align-items: end;
}
#block-image.image-right .text>.vc_column-inner> .wpb_wrapper{
	float: left;
}
#block-image .text>.vc_column-inner> .wpb_wrapper{
	width: calc(100% + 50px);
	float: right;
	border-radius: 10px;
	background-color: #fff;
	padding: 60px 60px 40px;
    box-shadow: 1px 1px 16px -3px rgba(2,0,234,0.1);
    -webkit-box-shadow: 1px 1px 16px -3px rgba(2,0,234,0.1);
    -moz-box-shadow: 1px 1px 16px -3px rgba(2,0,234,0.1);
	background-image: url(images/icon-arr.png);
	background-repeat: no-repeat;
	background-position: right 23px top 26px;
}
#block-image.contact .text>.vc_column-inner> .wpb_wrapper {
    width: 98%; 
}
#block-image.image-right .wpb_single_image{
	float: right;
}
#block-image .wpb_single_image img{
	float: left;
	border-radius: 10px;
}

#block-image.small .text>.vc_column-inner> .wpb_wrapper{
	width: 98%;
}
#block-image.small .wpb_single_image {
	width: 121%; 
}
#block-image.medium .text>.vc_column-inner> .wpb_wrapper{
	width: 115%;
}
#block-image.medium .wpb_single_image {
	width: 121%; 
}
#block-image .wpb_single_image {
	width: 130%;
	float: left;
}
#block-image .text {
	position: relative;
	z-index: 3;
}

/**/
.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;
}


.contact_add ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.contact_add ul li {
    padding-left: 35px;
    background-position: left 4px top 6px;
    background-repeat: no-repeat;
    margin: 0 0 21px;
} 
.contact_add ul li.ct03 {
    background-image: url(images/icon-emailc.png);
    background-size: 14px auto;
}
.contact_add ul li.ct02 {
    background-image: url(images/icon-phonec.png);
    background-size: 11px auto;
}
.contact_add ul li.ct01 {
    background-image: url(images/icon-pointc.svg);
    background-position: left top 6px;
    background-size: 23px auto;
}
.contact_add ul li a:hover {
	text-decoration: underline;
}
.contact_add ul li a {
    color: #1B1C32;
    text-decoration: none;
}

.box_contact>div>.wpb_wrapper{ 
    border-radius: 4px;
    overflow: hidden;
    box-shadow: 1px 1px 16px -3px rgba(2,0,234,0.1);
    -webkit-box-shadow: 1px 1px 16px -3px rgba(2,0,234,0.1);
    -moz-box-shadow: 1px 1px 16px -3px rgba(2,0,234,0.1);
	padding: 42px 50px 50px;
    background-color: #fff;
}

.social_site ul li a:hover{
	opacity: 0.8;
}
.social_site ul li{
	margin: 0 !important;
}
.social_site ul {
    width: auto; 
    list-style: none;
    float: left;
    display: flex;
    column-gap: 18px;
    margin: 0 0 35px!important;
    padding: 0;
    align-items: center;
}
body.page-id-2232,
body.page-id-2228 {
    background: #fff;
}
.page-id-2232 #wrapper,
.page-id-2228 #wrapper {
    background: #EAEAEA; 
}
.vc_row.container-90>.wpb_column {
	width: 950px;
	margin: 0 auto;
	max-width: 100%;
	float: none;
}
 
#content .appform div.wpforms-container-full .wpforms-form input[type=submit], 
#content .appform div.wpforms-container-full .wpforms-form button[type=submit], 
#content .appform div.wpforms-container-full .wpforms-form .wpforms-page-button { 
    float: left;
}

.more-text {
  display: none; /* Initially hidden */
}

/**/

.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: 22px 30px 15px;
    position: relative;
    width: 100%;
    float: left;
}

.list_testi ul li .item-wrap {
    float: left;
    width: 100%;
    position: relative;
    background-color: #fff;
    box-shadow: 1px 1px 16px -3px rgba(2,0,234,0.1);
    -webkit-box-shadow: 1px 1px 16px -3px rgba(2,0,234,0.1);
    -moz-box-shadow: 1px 1px 16px -3px rgba(2,0,234,0.1);
    height: 100%;
    padding-bottom: 0;
    border-radius: 4px; 
} 
.list_testi ul li {
    float: left;
    width: 50%;
    padding: 15px 15px; 
}
.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: #FF9833;
}
#content .list_testi h3 a{
	color: #27303B;
	text-decoration: none;
}
 
#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;
}

.list_testi ul li.has_link .news-item-dw {
    padding: 22px 30px 58px; 
}

#content .testi_info h3{
	font-size: 22px;
	color: #FF9833;
    margin: 0;
}
.testi_info {
    text-align: center;
    color: #FF9833;
    margin-top: 18px;
    width: 100%;
    clear: both;
    display: inline-block;
}
.list_testi ul li .news-item-img {
    width: 100%;
    float: left;
    margin-top: -82px;
    text-align: center;
}
.list_testi ul li .news-item-img img {
    float: none;
    width: 90px;
}
#content .testi_header p.lv{
	color: #8C69F9;
}
#content .testi_header p{
	font-size: 14px;
	margin: 0;
}
#content .testi_header h3 {
    margin: 0;
    font-size: 18px;
}
.testi_header {
    width: 100%;
    float: left;
    display: flex;
    align-items: center;
    padding: 30px 30px 0;
}
.testi_header_avt {
	position: relative; 
	border-radius: 50%;
    width: 90px;
    height: 90px;
    overflow: hidden;
}

.testi_header_avt:after {
  content: "";
  display: block;
  padding-bottom: 100%;
}

.testi_header_avt img{
    vertical-align: middle;
    object-fit: cover;
}
.testi_header_avt img {
  position: absolute;
  width: 100%;
  height: 100%;
}
.testi_header_info{
	float: left;
	width: calc(100% - 90px);
	padding-left: 30px;
}
.page-template-page-testimonial_temp .pagination { 
    margin-top: 0; 
    margin-bottom: 10px; 
}
.page-template-page-testimonial_temp #wrapper{
	padding: 65px 0;
}
/**/
#block-abs .vc_column-inner>.wpb_wrapper{
	position: relative;
}
#block-abs .counter-data {
    float: left;
    margin: -1px 0 0 15px;
}
#block-abs .wpb_single_image img{
	float: left;
}
#block-abs .wpb_single_image {
    margin: 0;
    float: left;
    width: 42px;
    display: flex;
    align-items: center;
}
#block-abs {
    display: flex;
    flex-wrap: wrap;
    row-gap: 25px;
}
.counter3,
.counter2,
.counter{
	font-size: 28px;
}
#block-abs div.vc_column_container>.vc_column-inner {
    height: 100%;
}
#block-abs .content-abs{
	width: 100%;
	float: left;
	margin: 13px 0 0; 
}

#block-abs .wpb_single_image .vc_single_image-wrapper {
    height: 41px;
    display: flex; 
}
#block-abs .vc_column-inner>.wpb_wrapper {
    float: left;
    width: 100%;
    position: relative;
    background-color: #fff;
    box-shadow: 1px 1px 16px -3px rgba(2,0,234,0.1);
    -webkit-box-shadow: 1px 1px 16px -3px rgba(2,0,234,0.1);
    -moz-box-shadow: 1px 1px 16px -3px rgba(2,0,234,0.1);
    height: 100%;
    padding-bottom: 0;
    border-radius: 4px;
    padding: 48px 28px 28px;
    height: 100%;
}
.slider-inside ul strong{
	width: 100%;
	margin: 0 0 24px;
	font-size: 28px;
	font-weight: 800;
	float: left;
}
.slider-inside ul.slick-dots { 
    bottom: -69px; 
    width: 226px; 
}
.slider-inside ul {
    list-style: none;
    list-style: none;
    margin: 0;
    padding: 0;
}
.slider-inside .slick-dots li button{
	display: none;
}
.wpb_wrapper .slider-inside ul li {
    margin-bottom: 0;
}
.wpb_wrapper .slider-inside ul.slick-dots li.slick-active {
	opacity: 1;
}
.wpb_wrapper .slider-inside ul.slick-dots li {
    margin-bottom: 0;
    width: 20px;
    height: 10px;
    border-radius: 10px;
    background-color: #0200EA;
	opacity: 0.19;
}
.slider-inside >.wpb_wrapper {
    float: left;
    position: relative;
    width: 100%;
    padding-bottom: 75px;
    margin: 0 0 35px!important;
}
.slider-inside .slick-prev {
    background-image: url(images/icon-prev.svg)!important;
    left: 0; 
}
.slider-inside .slick-next {
    background-image: url(images/icon-next.svg)!important;
    right: auto;
    left: 179px;
}
.slider-inside .slick-prev:before, 
.slider-inside .slick-next:before {
	display: none;
}
.slider-inside .slick-prev, 
.slider-inside .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: auto;
    width: 35px;
    z-index: 1;
    border-radius: 0;
    bottom: -93px;
}

#content #block-image h5 {
    font-size: 14px;
    font-weight: 400;
	color: #8C69F9;
}

/**/
#block-team .vc_tta-panel-body .wpb_wrapper{ 
    display: flex;
    flex-direction: row-reverse;
    column-gap: 100px;
}
#block-team{
	
}

.team-text{
	
}
#block-team .vc_tta.vc_tta-shape-rounded .vc_tta-panel-body { 
    padding: 0;
}
#block-team .vc_tta-color-grey.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels {
    background-color: transparent!important;
    border: none!important;
}

.team_left ul {
    list-style: none;
    margin: 50px 0 0;
    padding: 0;
}
.team_left ul li a {
    background-color: #0200EA;
    color: #fff;
    min-width: 194px;
    border-radius: 4px;
    height: 50px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    border-radius: 5px; 
    column-gap: 12px;
    text-decoration: none;
    padding: 0 25px;
    background-image: none;
}
.team_left ul li a:hover {
    background-color: #0A0894!important; 
    color: #fff;
}
.team_left ul li a:after {
    content: "";
    width: 10.5px;
    height: 10.5px;
    background-image: url(images/icon-exw.svg);
    background-repeat: no-repeat;
    background-position: center;
}
#block-team .vc_tta.vc_tta-spacing-1 .vc_tta-tab.vc_active {
	border-color: #13CFDB!important;
}
#block-team .vc_tta.vc_tta-spacing-1 .vc_tta-tab.vc_active:before {
	opacity: 1;
}
#block-team .vc_tta.vc_tta-spacing-1 .vc_tta-tab:before {
    content: "";
    position: absolute;
    width: 116px;
    height: 5px;
    border-radius: 10px;
    background-color: #13CFDB;
    top: -3px;
	opacity: 0;
}
#block-team .vc_tta.vc_tta-spacing-1 .vc_tta-tab {
    width: 33.33%;
    margin: 0;
    padding-top: 10px;
    border-top: 1px solid #DDDDDD!important;
    position: relative;
}
#block-team .vc_tta-tabs.vc_tta-tabs-position-top .vc_tta-tabs-list {
    display: flex;
    column-gap: 30px;
    padding-top: 5px;
}
#block-team .vc_tta-tabs.vc_tta-tabs-position-top .vc_tta-tabs-list{
	
}
#block-team .vc_tta-color-grey.vc_tta-style-classic .vc_tta-tab.vc_active>a {
	color: #13CFDB;
}
#block-team .vc_tta-color-grey.vc_tta-style-classic .vc_tta-tab>a {
    border-color: transparent;
    background-color: transparent!important;
    color: #DDDDDD;
    padding: 0;
    border: 0 solid !important;
}
#block-team .vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-body {
    background-color: transparent;
    border-width: 0;
    padding: 32px 0 0!important;
}

#content .team_left h4 {
    font-size: 28px;
    font-weight: 400;
    margin: 50px 0 0;
}

#block-team .team_left {
    width: 50%;
    background-image: url(images/icon-quote.png);
    background-repeat: no-repeat;
    padding-top: 110px;
    background-position: left top;
}
#block-team.vc_tta-container {
    margin-bottom: 0;
}
.vc_tta-panel-body img{
	float: left;
}
#content .vc_tta-panel-body>div> .wpb_wrapper p:first-child{
	margin-bottom: 0!important;
}

/**/ 
#content #block-team h6{
	font-size: 14px;
}
#content #block-team h5{
	font-weight: 800;
	margin-bottom: 18px;
	margin: 0;
}
#block-team>div>.vc_column-inner {
	height: 100%;
}
#block-team>div>.vc_column-inner>.wpb_wrapper>div{
	z-index: 3;
	position: relative;
}
#block-team>div>.vc_column-inner>.wpb_wrapper{
	height: 100%;
	/* border-radius: 4px;
	overflow: hidden;
    box-shadow: 1px 1px 16px -3px rgba(2,0,234,0.1);
    -webkit-box-shadow: 1px 1px 16px -3px rgba(2,0,234,0.1);
    -moz-box-shadow: 1px 1px 16px -3px rgba(2,0,234,0.1); */
	background-color: #fff;
    position: relative;
}
#block-team {
    display: flex;
    flex-wrap: wrap;
    row-gap: 30px;
    padding: 20px 0;
}
#block-team .wpb_text_column {
    padding: 0 30px 0;
    margin-bottom: 20px;
    display: inline-block;
    width: 100%;
    margin-top: 0; 
}
#block-team .wpb_single_image {
    margin-bottom: 35px;
}

.about-social ul li.sa-facebook a {
    background-image: url(images/icon/icon-fb.svg);
}
.about-social ul li.sa-ins a {
    background-image: url(images/icon/icon-ins.svg);
}
.about-social ul li.sa-x a {
    background-image: url(images/icon/icon-x.svg);
}
.about-social ul li.sa-linkedin a {
    background-image: url(images/icon/icon-linkedin.svg);
}
.about-social ul li a:hover{
	opacity: 0.8;
}
.about-social ul li a { 
    background-repeat: no-repeat;
    text-indent: -9999px;
    text-decoration: none;
    float: left;
    width: 19px;
    height: 19px;
}
.about-social ul li{
	float: left;
	margin: 0 !important;
}
.about-social ul{ 
    width: auto;
    list-style: none;
    float: left;
    display: flex;
    column-gap: 15px;
    margin: 0 0 12px!important;
    padding: 0;
    align-items: center;
}
#block-team .wpb_text_column.team-content {
    display: none;
    margin-bottom: 32px;
}

#block-team .team-header .wpb_wrapper.active {
    background-image: url(images/icon-minus.svg);
}
#block-team .team-header .wpb_wrapper {
    color: #000;
    text-transform: uppercase;
    font-size: 14px;
    background-image: url(images/icon-plus.svg);
    background-repeat: no-repeat;
    background-position: right center;
    text-decoration: none;
    font-weight: 400;
    background-size: 12px auto;
    cursor: pointer;
    padding-right: 16px;
	background-image: none!important;
}
#block-team>div.active{ 
    position: relative;
    z-index: 33;
}
#block-team>div.active>.vc_column-inner {
    height: auto;
}
#block-team> .active .team-shape {
    height: 100%!important;
}
#block-team .team-shape {
    border-radius: 4px;
    overflow: hidden;
    box-shadow: 1px 1px 16px -3px rgba(2, 0, 234, 0.1);
    -webkit-box-shadow: 1px 1px 16px -3px rgba(2, 0, 234, 0.1);
    -moz-box-shadow: 1px 1px 16px -3px rgba(2, 0, 234, 0.1);
    background-color: #fff;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

.page-id-2239 .vc_row[data-vc-full-width] { 
    overflow: inherit;
}

p.info {
    color: #8C69F9;
}
.blog #wrapper {
    padding: 0 0 80px;
}

/**/
#block-login .vc_column-inner{
	height: 100%;
}
#block-login .vc_column-inner>.wpb_wrapper {
    height: 100%;
    border-radius: 4px;
    overflow: hidden;
    box-shadow: 1px 1px 16px -3px rgba(2, 0, 234, 0.1);
    -webkit-box-shadow: 1px 1px 16px -3px rgba(2, 0, 234, 0.1);
    -moz-box-shadow: 1px 1px 16px -3px rgba(2, 0, 234, 0.1);
    background-color: #fff;
    background-image: url(images/icon-arr2.png);
    background-repeat: no-repeat;
    background-position: right 20px top 20px;
    padding: 50px 50px  20px;
}
#block-login .wpb_single_image {
	float: right;
	width: 150px;
}
#block-login .vc_btn3-container{
	float: left;
	max-width: calc(100% - 150px);
}
#block-login {
    display: flex;
    flex-wrap: wrap;
}

/**/
div.appre-sidebar {
    position: -webkit-sticky;
    position: sticky;
    top: 110px;
}
.container-st { 
    display: flex; 
    flex-wrap: wrap;
}
.appre-sidebar{
	width: 399px;
	float: left;
    height: 100%;
    border-radius: 4px;
    overflow: hidden;
	background-color: #fff;
	padding: 40px;
    box-shadow: 1px 1px 16px -3px rgba(2, 0, 234, 0.1);
    -webkit-box-shadow: 1px 1px 16px -3px rgba(2, 0, 234, 0.1);
    -moz-box-shadow: 1px 1px 16px -3px rgba(2, 0, 234, 0.1);
}
.appre-content{
	width: calc(100% - 399px);
	float: left;
	padding-right: 68px;
}
#content .appre-sidebar ul li h5 {
    width: calc(100% - 52px);
    margin: 0;
    font-size: 14px;
    font-weight: 400;
}
.appre-sidebar ul li .appre-icon {
    width: 52px;
    float: left;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-right: 14px;
}
.appre-sidebar ul li {
    width: 100%;
    float: left;
    display: flex;
    align-items: center;
    margin: 15px 0;
    position: relative;
}
#content .appre-sidebar ul {
    margin: 0;
    padding: 0;
    list-style: none;
    float: left;
    width: 100%;
}
#content .appre-funding h5 strong {
    font-size: 28px;
    font-weight: 800;
    float: right;
}
#content .appre-funding h5 {
    font-size: 14px;
    font-weight: 800;
    line-height: 30px;
}
.appre-funding {
    float: left;
    width: 100%;
    margin: 40px 0 0;
}

.appre-sidebar .appre-request ul li { 
    margin: 6px 0;
} 
#content .appre-request p.confirm_add {
    left: 0;
    color: #000;
} 
.appre-request .addCart a.added_to_cart {
    color: #000; 
	text-decoration: underline;
}
.appre-request ul li> a:hover{
    background-color: #0A0894;
}
.appre-request ul li> a {
    background-color: #0200EA;
    color: #fff;
    min-width: 194px;
    border-radius: 4px;
    height: 50px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    border-radius: 5px;
    border: 1px solid #0200EA;
    column-gap: 12px;
    text-decoration: none;
    padding: 0 25px;
    width: 100%;
}

.appre-request ul li.light a:hover {
    background-color: #0200EA;
    text-decoration: none!important;
    color: #fff!important;
}
.appre-request ul li.light a {
    background-color: transparent;
    color: #0200EA;    
    border: 1px solid #0200EA; 
}  
 
.related-apper{
	width: 100%;
	clear: both;
	float: left;
	margin: 0 0 90px;
}
.banner-apper{
	width: 100%;
	clear: both;
	float: left;
	margin: 0 0 80px;
}

.banner-apper ul {
    margin: 12px 0 0;
    padding: 0;
    list-style: none;
    float: left;
    width: 100%;
    display: flex;
    align-items: center;
}
.banner-apper ul li h5 {
    font-size: 20px;
    font-weight: 800;
    white-space: nowrap;
}
.banner-apper ul li {
    width: auto;
    float: left;
    margin: 0 56px 0 0;
    font-size: 20px;
    font-weight: 800;
    display: flex;
    align-items: center;
    position: relative;
}
.banner-apper ul li .appre-icon {
    width: 44px;
    float: left;
    display: flex;
    align-items: center;
}
.banner-apper .text-sp h1 { 
    text-transform: uppercase;
}
.banner-apper h5 {
    font-size: 14px;
    color: #8C69F9;
}
.quote-content>div>.wpb_wrapper{  
    background-image: url(images/icon-quote2.png);
    background-repeat: no-repeat;
    padding-top: 50px;
    background-position: left 20px top;
	font-size: 18px;
	padding-left: 20px;
}
.quote-author{
	
}
.quote-author .wpb_single_image img{
	border-radius: 10px;
}
.quote-author.quote-right .wpb_single_image {
	float: right;
}
.quote-author .wpb_single_image {
    width: 80%;
	margin: 0;
}
.quote-author.quote-right .wpb_text_column {
	float: left;
}
.quote-author.skin2 .wpb_text_column {
    background-color: #8C69F9;
}
.quote-author.skin3 .wpb_text_column {
    background-color: #13CFDB;
}
.quote-author .wpb_text_column {
    float: right;
    background-color: #0200EA;
    border-radius: 10px;
    width: calc(100% - 28px);
    padding: 20px;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    margin-top: -42px;
    z-index: 3;
    position: relative;
}
.vc_separator.wpb_content_element{
    margin-bottom: 40px;
}

/**/
.woocommerce-cart .wc-block-grid__products,
.woocommerce-cart table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__prices,
.woocommerce-cart table.wc-block-cart-items .wc-block-cart-items__row .wc-block-components-quantity-selector{
	/*display: none!important;*/
}
.addCart p.add_to_cart_inline,
.addCart input.qty{
	display: none!important;
}

.wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link.loading:after {
    animation: spin 2s linear infinite;
    content: "";
    display: inline-block;
    font-family: WooCommerce;
    height: auto;
    margin-left: .5em;
    width: auto;
}
.addCart .add_to_cart_button:after {
    content: "";
    width: 10.5px;
    height: 10.5px;
    background-image: url(images/icon-exw.svg);
    background-repeat: no-repeat;
    background-position: center;
}
.addCart .add_to_cart_button:hover{ 
    background-color: #0A0894;
}
#banner-page .addCart .add_to_cart_button {
	width: 210px;
}
.addCart .add_to_cart_button {
    background-color: #0200EA;
    color: #fff;
    min-width: 210px;
    border-radius: 4px;
    height: 50px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    border-radius: 5px;
    border: 1px solid #0200EA;
    column-gap: 12px;
    text-decoration: none;
    padding: 0 15px;
    width: 100%;
    cursor: pointer;
	font-family: "Manrope", serif;
}
  
.addCart .add_to_cart_button.loading:after {
	background-image: none;
}
.addCart .add_to_cart_button.loading:after {
    animation: spin 2s linear infinite;
    content: "";
    display: inline-block;
    font-family: WooCommerce;
    height: auto;
    margin-left: .5em;
    width: auto;
}
.addCart a.added_to_cart {
    color: #fff;
    font-size: 14px;
    font-weight: normal;
    position: absolute;
    top: 54px;
    left: 151px;
    white-space: nowrap;
}
.addCart p.confirm_add {
    color: #fff;
    font-size: 14px;
    font-weight: normal;
    position: absolute;
    top: 54px;
    left: 0;
    margin: 0;
} 
.single-course .banner-apper h5 { 
    color: #13CFDB
}

.single-apprenticeship .banner-apper .apper-short h5,
.single-course .banner-apper .apper-short h5 { 
    color: #fff;
}

.t3-post-item .t3-short-btn a.btn-more:hover:after {
    background-image: url(images/icon-exw.svg);
}
.t3-post-item .t3-short-btn a.btn-more:after {
    content: "";
    width: 10.5px;
    height: 10.5px;
    background-image: url(images/icon-ex.svg);
    background-repeat: no-repeat;
    background-position: center;
}
.t3-post-item .t3-short-btn a.btn-more:hover {
    background-color: #0200EA;
    text-decoration: none!important;
    color: #fff!important;
}
.t3-post-item .t3-short-btn a.btn-more{
    background-color: transparent;
    color: #0200EA!important;
    width: 189px;
    border-radius: 0;
    height: 50px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 14px!important;
    font-weight: bold;
    text-transform: uppercase;
    border-radius: 5px;
    border: 1px solid #0200EA;
    letter-spacing: 1px;
    column-gap: 12px;
	text-decoration: none;
}

/**/
.apper-categories ul li a:hover,
.apper-categories ul li a.active{
    background-color: #0200EA;
    text-decoration: none!important;
    color: #fff!important;
}
.apper-categories ul li a{
    background-color: transparent;
    color: #0200EA!important; 
    border-radius: 0;
    height: 50px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 14px!important;
    font-weight: bold;
    text-transform: uppercase;
    border-radius: 5px;
    border: 1px solid #0200EA;
    letter-spacing: 1px;
    column-gap: 12px;
	text-decoration: none;
	padding: 0 20px;
}
.apper-categories ul {
    margin: 0!important;
    padding: 0;
    list-style: none;
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    justify-content: flex-end;
}
.apper-categories{
	float: left;
	width: 100%;
	margin: 60px 0 30px;
}
#filter-section{
	float: left;
	width: 100%;
	margin: 0 0 45px;
}
#filter-section select {
    border: 1px solid #DEDDDD;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    height: 40px;
    max-width: 100%;
    padding: 0 20px;
    float: right;
}

.t3-item-key ul li:last-child{
	margin-bottom: 0;
}
.t3-item-key ul li {
    width: 100%;
    float: left;
    display: flex;
    align-items: center;
    margin: 0 0 19px;
    position: relative;
}
#content .t3-item-key ul {
    margin: 0;
    padding: 0;
    list-style: none;
    float: left;
    width: 100%;
}
.t3-item-key ul li .appre-icon {
    width: 31px;
    float: left;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-right: 9px;
}
#content .t3-item-key ul li h5 {
    width: calc(100% - 30px);
    margin: 0;
    font-size: 14px;
    font-weight: 400;
} 
 
.t3_list_data .t3-post-item .t3-item-des {
    width: calc(100% - 340px);
    float: left;
    padding-right: 40px;
    padding-top: 21px;
}
.t3_list_data .t3-post-item .t3-item-key {
    width: 340px;
    float: left;
    border-left: 2px solid #EAEAEA;
    padding-left: 40px;
    padding-top: 21px;
}
  
.t3_list_data .t3-date-mini {
    min-width: 145px;
    height: 40px;
    color: #fff;
    background-color: #8C69F9;
    border-radius: 4px;
    padding: 0 15px;
    white-space: nowrap;
    position: absolute;
    right: 20px;
    top: 15px;
    text-transform: uppercase;
    font-size: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    letter-spacing: 1px;
    font-family: "Manrope", serif;
}
#content .t3-short-btn{
	margin-bottom: 0;
}
.t3_list_data .t3-post-item .t3-item-img img{
	float: left; 
    vertical-align: middle;
    object-fit: cover; 
    height: 100%;
} 
.t3_list_data .t3-post-item .t3-item-img {
    width: 322px;
    float: left;
}
.t3_list_data .t3-post-item .t3-item-right {
    width: calc(100% - 322px);
    float: left;
    padding: 35px;
    position: relative;
    display: flex;
    flex-wrap: wrap;
}
.t3_list_data .t3-post-item {
    border-radius: 4px;
    overflow: hidden;
    background-color: #fff;
    padding: 0;
    box-shadow: 1px 1px 16px -3px rgba(2, 0, 234, 0.1);
    -webkit-box-shadow: 1px 1px 16px -3px rgba(2, 0, 234, 0.1);
    -moz-box-shadow: 1px 1px 16px -3px rgba(2, 0, 234, 0.1);
    display: flex;
    margin: 26px 0;
    flex-wrap: wrap;
    width: 100%;
    float: left;
}
.t3_main_data{
	float: left;
	width: 100%;
}

.page-template-page-Course__temp #wrapper,
.page-template-page-Apprenticeships__temp #wrapper{
	padding: 0 0 40px;
}
.t3-main-course .t3_list_data .t3-date-mini { 
    background-color: #13CFDB; 
} 
.t3-main-course .addCart .add_to_cart_button { 
    width: 210px; 
}
#content .t3-main-course  .t3-short-btn { 
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
}
.t3-short-btn .addCart{
    position: relative;
}

.t3-main-course .addCart a.added_to_cart,
.t3-main-course .addCart p.confirm_add {
    color: #1B1C32; 
}
#content .t3-main-course p.confirm_add { 
    left: 0; 
    display: block;
}
#content .t3-short-btn p{
	margin: 0;
}

a.btn-readmore:after {
    content: "";
    width: 10.5px;
    height: 10.5px;
    background-image: url(images/icon-ex.svg);
    background-repeat: no-repeat;
    background-position: center;
}
a.btn-readmore:hover{
	opacity: 0.8
}	
a.btn-readmore {
    background-color: transparent;
    color: #0200EA!important;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 14px!important;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1px;
    column-gap: 12px;
    text-decoration: none;
    white-space: nowrap;
	font-family: "Manrope", serif;
}

.latest_apper .apper-ft{
	position: absolute;
	left: 0;
	bottom: 34px;
	width: 100%;
	padding: 0 21px;
	width: 100%;
}
.apper-wrap{
    float: left;
    width: 100%;
    position: relative;
    background-color: #fff;
    box-shadow: 1px 1px 16px -3px rgba(2, 0, 234, 0.1);
    -webkit-box-shadow: 1px 1px 16px -3px rgba(2, 0, 234, 0.1);
    -moz-box-shadow: 1px 1px 16px -3px rgba(2, 0, 234, 0.1);
    height: 100%;
	padding: 34px 21px 66px;
}
#content .latest_apper ul li p{
	font-size: 14px;
	margin: 0 0 7px;
}
#content .latest_apper ul li h5{
	font-size: 16px;
	font-weight: 800;
	margin: 0 0 15px;
}
.latest_apper a.btn-readmore:after { 
    width: 9.5px;
    height: 9.5px; 
}
.latest_apper a.btn-readmore{
	font-size: 11px;
}
.latest_apper ul{
	margin: 0;
	padding: 0;
	list-style: none;
}

/**/
.latest_apper .slick-slide {
    text-align: left;
    margin: 0 !important; 
    height: auto;
}
.latest_apper>ul{
	list-style: none;
	padding: 0;
	margin: 0;
} 
.latest_apper .slick-track {
    display: flex;
    column-gap: 21px;
    margin: 15px 0!important;
}
.latest_apper >ul {
	padding: 0 45px;
} 
.latest_apper .slick-prev {
    background-image: url(images/icon-prev.svg)!important;
    left: 0; 
}
.latest_apper .slick-next {
    background-image: url(images/icon-next.svg)!important;
    right: 0;
}
.latest_apper .slick-prev:before, 
.latest_apper .slick-next:before {
	display: none;
}
.latest_apper .slick-prev, 
.latest_apper .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;
}
.page-id-2213 #block-abs .counter-data { 
    margin: -1px 0 0 8px;
}

.second{
	
}
#block-abs.second .wpb_single_image { 
    width: 45px; 
}
#block-abs.second .counter-data {
    float: left;
    margin: -1px 0 0 0;
	width: calc(100% - 45px);
	padding-left: 18px;
}
#block-abs.second .vc_column-inner>.wpb_wrapper { 
    padding: 30px; 
}

.latest-insights.list_news ul li { 
    width: 25%; 
}

.latest-insights .short-des {
	font-size: 14px;
}
.latest-insights ul li .blog-content {
    background-color: #fff;
    padding: 20px 20px 25px;
    width: 100%;
    display: inline-block;
}
.latest-insights ul li .blog-wrap {
    height: 100%;
    box-shadow: 1px 1px 16px -3px rgba(2, 0, 234, 0.1);
    -webkit-box-shadow: 1px 1px 16px -3px rgba(2, 0, 234, 0.1);
    -moz-box-shadow: 1px 1px 16px -3px rgba(2, 0, 234, 0.1);
    border-radius: 4px;
    overflow: hidden;
    padding-bottom: 30px;
    position: relative;
}
.list_blog .blog-img a:hover img {  
    transform: scale(1.03);
}

.main-search{
	width: 100%;
	float: left;
	padding: 0 0 80px;
}
.search-block h4 {
    font-size: 18px;
    font-weight: 800;
    margin: 0 0 18px;
}
.search-block form {
    position: relative;
    width: 636px;
    max-width: 100%;
    border-radius: 4px;
    overflow: hidden;
}
.search-block #searchsubmit:hover{
	opacity: 0.8;
}
.search-block #searchsubmit {
    background-color: #8C69F9;
    width: 61px;
    height: 100%;
    color: #fff;
    position: absolute;
    padding: 0;
    border: none;
    right: 0;
    top: 0;
    cursor: pointer;
    text-indent: -9999px;
    background-image: url(images/icon/icon-search.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 32px auto;
}

#content .search_filter h6{
	font-size: 16px;
	font-weight: bold;
}
.search_filter {
    width: 383px;
    float: left;
    height: 100%;
	padding: 40px;
    box-shadow: 1px 1px 16px -3px rgba(2, 0, 234, 0.1);
    -webkit-box-shadow: 1px 1px 16px -3px rgba(2, 0, 234, 0.1);
    -moz-box-shadow: 1px 1px 16px -3px rgba(2, 0, 234, 0.1);
    border-radius: 4px;
    overflow: hidden; 
    position: relative;
}
.search_content{
	float: left;
	padding-left: 80px;
	width: calc(100% - 383px);
}

.search_result_list ul li {
    width: 100%;
    float: left;
    padding: 15px 0;
    margin: 0;
}
.search_result_list ul {
    width: calc(100% + 26px);
    float: left;
    list-style: none;
    margin: 0;
    padding: 0;
    Display: flex;
    flex-wrap: wrap;
}
.search_result_list ul li .sr-wrap {
    height: 100%;
    box-shadow: 1px 1px 16px -3px rgba(2, 0, 234, 0.1);
    -webkit-box-shadow: 1px 1px 16px -3px rgba(2, 0, 234, 0.1);
    -moz-box-shadow: 1px 1px 16px -3px rgba(2, 0, 234, 0.1);
    border-radius: 4px;
    overflow: hidden;
    position: relative;
    display: flex;
    flex-wrap: wrap;
}
.search_result_list ul li .sr-img img{
	float: left;
    vertical-align: middle;
    object-fit: cover;
	height: 100%;
}
.search_result_list ul li .sr-img {
    width: 250px;
	float: left;
}
.search_result_list ul li .sr-content {
    width: calc(100% - 250px);
	float: left;
	padding: 75px 40px 40px;
	position: relative;
}
#content .search_result_list h4 a:hover{
	text-decoration: underline;
}
#content .search_result_list h4 a{
    text-decoration: none;
}
.search_result_list .sr-mini {
    position: absolute;
    right: 20px;
    top: 15px;
    display: flex;
    gap: 10px;
}
.search_result_list .sr_apprenticeship .sr-mini span {
    background-color: #13CFDB;
}
.search_result_list .sr-mini span {
    height: 40px;
    color: #fff;
    background-color: #8C69F9;
    border-radius: 4px;
    padding: 0 15px;
    white-space: nowrap;
    text-transform: uppercase;
    font-size: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    letter-spacing: 1px;
	font-family: "Manrope", serif; 
}

.search-option {
    padding: 10px 20px;
    margin: 0 16px 0 0;
    background-color: transparent;
    border: 1px solid #0200EA;
    border-radius: 5px;
    cursor: pointer;
    color: #0200EA;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 1px;
    font-family: "Manrope", serif;
    height: 50px;
    white-space: nowrap;
}

.search-option:hover,
.search-option.active {
    background-color: #0200EA;
    color: #fff;
    border-color: #0200EA;
}
.search-block-from {
    position: relative;
    width: calc(100% - 451px);
    float: left;
    overflow: hidden;
    border-radius: 4px;
}
.search-blockt3{ 
    float: left;
    width: 100%;
    position: relative;
    background-color: #fff;
    box-shadow: 1px 1px 16px -3px rgba(2, 0, 234, 0.1);
    -webkit-box-shadow: 1px 1px 16px -3px rgba(2, 0, 234, 0.1);
    -moz-box-shadow: 1px 1px 16px -3px rgba(2, 0, 234, 0.1);
    height: 100%;
    border-radius: 4px;
    padding: 40px;
	margin-top: -139px;
	margin-bottom: 90px;
}
#welcome.vc_row[data-vc-full-width] { 
    overflow: initial;
}
.custom-search-form form{
	position: relative;
}
.custom-search-form #s:hover{
	opacity: 0.8;
}
.custom-search-form input{
	margin: 0;
}
.custom-search-form #s {
    background-color: #8C69F9;
    width: 61px;
    height: 100%;
    color: #fff;
    position: absolute;
    padding: 0;
    border: none;
    right: 0;
    top: 0;
    cursor: pointer;
    text-indent: -9999px;
    background-image: url(images/icon/icon-search.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 32px auto;
}
.custom-search-form .search-options {
    display: flex;
    width: 451px;
    float: left;
}
.realted_apper>ul li {
    width: 281px;
    max-width: 25%;
    float: left;
    padding: 10px;
}
.realted_apper>ul {
    list-style: none;
    padding: 0;
    margin: 0; 
    display: flex;
    column-gap: 0;
    margin: 15px 0!important;
}
#content .realted_apper ul li p {
    font-size: 14px;
    margin: 0 0 7px;
}
#content .realted_apper .co_course h6 { 
	color: #13CFDB;
}
#content .realted_apper h6 { 
	font-size: 12px;
	color: #8C69F9;
}
#content .realted_apper h5 { 
    font-weight: 800;
    text-transform: uppercase;
    font-size: 17px;
}
.realted_apper .apper-ft {
    position: absolute;
    left: 0;
    bottom: 34px;
    width: 100%;
    padding: 0 21px;
    width: 100%;
}
.latest-insights.list_blog { 
    padding-top: 0;
}
.header_form {
    width: 100%;
    clear: both;
    padding-top: 88px;
    margin-bottom: -88px;
}
.container.container-906{
	width: 906px; 
	margin: 0 auto;
}
#banner-page table.variations{
    margin-bottom: 6px;
}
#banner-page .addCart label {
    color: #fff; 
    margin-right: 12px; 
    font-size: 15px;
}

.single-course #content tr td {
    border-top: 0px solid #e7e7e7; 
}
.single-course #content table {
    border: 0px solid #e7e7e7;
    margin: 0 -1px 12px 0; 
}
.single-course #content table.variations .reset_variations{
	display: none !important;
}

.single-course #banner-page .apper-short .variations_form{display:flex; column-gap:24px; row-gap:16px; flex-wrap:wrap;}
.single-course #banner-page .apper-short .variations_form table.variations{margin:0;}
.single-course #banner-page .apper-short .variations_form table.variations tr th.label{display:none;}
.single-course #banner-page .apper-short .variations_form table.variations tr td.value{position:relative;}
.single-course #banner-page .apper-short .variations_form table.variations tr td.value select{padding:0 24px; margin:0; background:#EAEAEA url(images/arrow-down.svg) center right 17px no-repeat; border-radius:5px; border:none; outline:none; height:50px; font-size:14px; color:#1B1C32; text-transform:uppercase; font-weight:bold; font-family:"Manrope", serif; min-width:210px; display:block; appearance:none; -moz-appearance:none; -webkit-appearance:none;}
.single-course #banner-page .apper-short .variations_form table.variations tr td.value a.reset_variations{font-size:12px; color:#1B1C32; text-transform:uppercase; font-weight:bold; font-family:"Manrope", serif; color:#fff; text-decoration:none; position:absolute; left:0; top:calc(100% + 2px);}
.single-course #banner-page .apper-short .variations_form .custom-product-description:empty{display:none;}


.single #content .appre-sidebar .appre-request > ul > li.addCart .variations_form table.variations tr th.label{display:none;}
.single #content .appre-sidebar .appre-request > ul > li.addCart .variations_form table.variations tr td.value{position:relative; padding:0;}
.single #content .appre-sidebar .appre-request > ul > li.addCart .variations_form table.variations tr td.value select{padding:0 24px; margin:0; background:#EAEAEA url(images/arrow-down.svg) center right 17px no-repeat; border-radius:5px; border:none; outline:none; height:50px; font-size:14px; color:#1B1C32; text-transform:uppercase; font-weight:bold; font-family:"Manrope", serif; min-width:210px; display:block; appearance:none; -moz-appearance:none; -webkit-appearance:none;}
.single #content .appre-sidebar .appre-request > ul > li.addCart .variations_form table.variations tr td.value a.reset_variations{font-size:12px; color:#1B1C32; text-transform:uppercase; font-weight:bold; font-family:"Manrope", serif; color:#1B1C32; text-decoration:none; position:absolute; left:0; top:calc(100% + 2px);}
.single #content .appre-sidebar .appre-request > ul > li.addCart .variations_form .custom-product-description:empty{display:none;}

#content .appre-sidebar .appre-request > ul > li.date-select{flex-wrap:wrap; row-gap:4px;}
#content .appre-sidebar .appre-request > ul > li.date-select .date-error{font-size:12px; color:#1B1C32; font-family:"Manrope", serif; width:100%; color:#990000; font-weight:bold;}
#content .appre-sidebar .appre-request > ul > li.date-select .date-error:empty{display:none;}
#content .appre-sidebar .appre-request > ul > li.date-select select#appre_date{padding:0 30px; margin:0; background:#EAEAEA url(images/arrow-down.svg) center right 24px no-repeat; border-radius:5px; border:none; outline:none; height:50px; font-size:14px; color:#1B1C32; text-transform:uppercase; font-weight:bold; font-family:"Manrope", serif; min-width:210px; width:100%; display:block; appearance:none; -moz-appearance:none; -webkit-appearance:none;}





















