/*
Theme Name: Excentis
Theme URI: https://github.com/studiopress/genesis-block-theme/
Author: StudioPress
Author URI: https://excentis.wpengine.com/
Description: A beautifully-simple yet powerful WordPress theme that integrates perfectly with the block editor and the Genesis Blocks plugin. Start building amazing websites with blocks today! Install the Genesis Blocks plugin to add even more page-building blocks such as testimonials, sharing icons, notices, call to actions, buttons and more.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: genesis-block-theme
Domain Path: /languages/
Tags: one-column, featured-images, theme-options, custom-background, custom-colors, custom-logo, custom-menu, editor-style, translation-ready, footer-widgets, full-width-template, blog, sticky-post, threaded-comments, wide-blocks
Requires at least: 5.0
Requires PHP: 7.1
*/


/* --------------------------------------------------------------
Reset
-------------------------------------------------------------- */


/* stylelint-disable selector-list-comma-newline-after  */

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,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
	/* stylelint-disable max-line-length */
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}


/* stylelint-enable selector-list-comma-newline-after */

html {
	font-size: 62.5%;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	overflow-x: hidden;
}

body {
	overflow-x: hidden;
	margin: 0 auto;
	background: #fff;
	word-wrap: break-word;
}

*,
*::before,
*::after {
	box-sizing: border-box;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section {
	display: block;
}

table {
	/* tables still need 'cellspacing="0"' in the markup */
	border-collapse: separate;
	border-spacing: 0;
}

caption,
th,
td {
	font-weight: 300;
	text-align: left;
}

blockquote::before,
blockquote::after,
q::before,
q::after {
	content: "";
}

blockquote,
q {
	quotes: "" "";
}

a:hover,
a:active {
	outline: 0;
}

a img {
	border: 0;
}


/* --------------------------------------------------------------
Typography
-------------------------------------------------------------- */

body,
button {
	color: #272c30;
	font-family: "Public Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 300;
	font-size: 18px;
	line-height: 1.6;
}

@media (max-width: 600px) {

	body,
	button {
		font-size: 16px;
	}
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	font-family: "Public Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 600;
	line-height: 1.2;
	margin-bottom: 3%;
}


/* Fallback title styles */

h1 {
	font-size: 2em;
}

h2 {
	font-size: 1.6em;
}

h3 {
	font-size: 1.4em;
}

h4 {
	font-size: 1.2em;
}

h5 {
	font-size: 1.1em;
}

h6 {
	font-size: 1em;
}

p,
.embed-vimeo {
	margin-bottom: 1.2em;
}

b,
strong {
	font-weight: 600;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	color: #272c30;
	font-weight: 600;
	line-height: 1.4;
	margin: 1em 0 1.2em 0;
	position: relative;
	padding: 0 0 0 30px;
	border-left: solid 4px #272c30;
}

blockquote p {
	margin-bottom: 1em;
}

blockquote cite {
	margin-top: 10px;
	display: block;
}

.comments-area blockquote {
	font-size: 18px;
}

@media (max-width: 1000px) {
	.comments-area blockquote {
		font-size: 16px;
	}
}

address {
	line-height: 26px;
	margin: 0 0 1.5em;
}

pre {
	background: #f2f2f2;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 1.5rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

.comments-area pre {
	background: #d7dee5;
}

code,
kbd,
tt,
var {
	font: 15px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	text-decoration: none;
}

sup,
sub {
	font-size: 75%;
	height: 0;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	bottom: 1ex;
}

sub {
	top: 0.5ex;
}

small {
	font-size: 75%;
}

big {
	font-size: 125%;
}

.highlight {
	background: #fff198;
}


/* --------------------------------------------------------------
Elements
-------------------------------------------------------------- */

ul,
ol {
	margin: 0 0 1.4em 20px;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

ul ul,
ol ol,
ul ol,
ol ul {
	margin: 0.6em 0 0.6em 1.5em;
}

.hide-sub {
	display: none !important;
}

.entry-content ul,
.entry-content ol {
	padding-left: 1.8em;
}

.entry-content li {
	margin-bottom: 1%;
}

dt {
	font-weight: 600;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto;
	max-width: 100%;
}

figure {
	margin: 0;
}


/* Tables */

table {
	font-size: 18px;
	margin-bottom: 5%;
	padding: 0;
	width: 100%;
}

table thead {
	background: #f2f2f2;
}

table thead th {
	font-weight: 600;
}

table td,
#content table th {
	padding: 15px;
}

table td {
	border-bottom: solid 1px #f2f2f2;
}

table tr:last-child td {
	border-bottom: none;
}

table tr:nth-child(even) {
	background: #f2f2f2;
}


/* --------------------------------------------------------------
Links
-------------------------------------------------------------- */

a {
	color: #62707c;
	text-decoration: none;
}

a:hover,
a:focus,
a:active {
	color: #272c30;
}


/* --------------------------------------------------------------
Theme Elements with wp-admin equivalents.
-------------------------------------------------------------- */

.entry-header .entry-title,
.editor-post-title__input {
	/* The blog title in the block editor. */
	font-size: 42px;
	font-weight: 600;
	margin: 0;
	margin-bottom: 3%;
	position: relative;
	z-index: 5;
	line-height: 1.3;
	-ms-word-wrap: break-word;
	word-wrap: break-word;
}

.entry-header .entry-title a,
.editor-post-title__input a {
	color: #272c30;
}

.entry-header .entry-title a:hover,
.editor-post-title__input a:hover {
	text-decoration: underline;
}

@media (max-width: 600px) {

	.entry-header .entry-title,
	.editor-post-title__input {
		font-size: 32px;
	}
}


/* --------------------------------------------------------------
Form Elements
-------------------------------------------------------------- */

button,
input:not(input[type="radio"]),
textarea {
	font-size: 100%;
	margin: 0;
	vertical-align: baseline;
	*vertical-align: middle;
	-webkit-appearance: none;
	box-sizing: border-box;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button,
.comment-navigation a {
	background: #3670C8;
	border: none;
	border-radius: 3px;
	color: #fff;
	font-family: inherit;
	font-size: 18px;
	font-weight: 600;
	padding: 14px 20px;
	-webkit-appearance: none;
	transition: 0.2s ease-in-out;
}

@media (max-width: 600px) {

	button,
	input[type="button"],
	input[type="reset"],
	input[type="submit"],
	.button,
	.comment-navigation a {
		padding: 10px 16px;
		font-size: 16px;
	}
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover,
.button:hover,
.comment-navigation a:hover,
.drawer .tax-widget a:hover,
a.added_to_cart:hover {
	box-shadow: inset 0 0 80px rgba(255, 255, 255, 0.25);
	-webkit-box-shadow: inset 0 0 80px rgba(255, 255, 255, 0.25);
	color: #fff;
	cursor: pointer;
}

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active,
.button:active,
.button:focus,
.comment-navigation a:focus,
a.added_to_cart:active,
a.added_to_cart:focus {
	color: #fff;
	box-shadow: inset 0 0 80px rgba(0, 0, 0, 0.05);
}

input[type="radio"]+label,
input[type="checkbox"]+label,
label~input[type="checkbox"] {
	width: auto;
}

input[type="checkbox"],
input[type="radio"] {
	padding: 0;
}

input[type="search"] {
	-webkit-appearance: textfield;
	box-sizing: content-box;
}

input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

.searchform {
	position: relative;
}

.searchform .search-input {
	width: 100%;
	font-size: 16px;
}

.searchform .searchsubmit {
	position: absolute;
	top: 0;
	right: 0;
	height: 100%;
	background: transparent !important;
	background-color: none !important;
	color: #627083;
	padding: 14px 15px;
	font-size: 15px;
	line-height: 1.4;
}

.searchform .searchsubmit:hover {
	color: #272c30;
}

.searchform .searchsubmit i {
	-webkit-font-smoothing: antialiased;
	line-height: 1.3;
	font-size: 16px;
	vertical-align: top;
}

@media (max-width: 1000px) {
	.searchform .searchsubmit i {
		line-height: 1;
	}
}

@media (max-width: 1000px) {
	.searchform .searchsubmit span {
		display: none;
	}
}

.results-search {
	background: #fff;
	padding: 3% 5% 4% 5%;
	margin-top: 9%;
	box-shadow: 0 5px 35px rgba(50, 50, 93, 0.1), 0 0 5px rgba(0, 0, 0, 0.07);
}

.search-no-results .results-search {
	margin-top: 5%;
}

.results-search h4 {
	font-size: 18px;
	font-weight: 500;
	text-align: center;
}

.results-search .searchform #s,
.results-search .searchsubmit {
	font-size: 24px;
}

@media (max-width: 1000px) {

	.results-search .searchform #s,
	.results-search .searchsubmit {
		font-size: 16px;
	}
}

.results-search .searchsubmit {
	padding-top: 0;
	padding-bottom: 0;
}

.results-search .searchsubmit span {
	display: none;
}

.results-search .searchsubmit i {
	font-size: 24px;
	line-height: 1.6;
}

@media (max-width: 1000px) {
	.results-search .searchsubmit i {
		line-height: 1.7;
	}
}

.search-results .entry-content {
	font-size: 18px;
}

form {
	display: inline-block;
	width: 100%;
}

.field-wrap {
	margin-bottom: 1.4em;
}

@media (max-width: 1000px) {
	.field-wrap {
		margin-bottom: 1em;
	}
}

select {
	padding-right: 45px;
	font-size: 100%;
	margin: 0;
	vertical-align: baseline;
	*vertical-align: middle;
	width: 100%;
	-webkit-appearance: normal;
	box-sizing: border-box;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="week"],
input[type="tel"],
input[type="time"],
input[type="month"],
input[type="tel"],
textarea,
select,
.select2-container .select2-selection--single {
	color: #62707c;
	background: #fff;
	box-sizing: border-box;
	-webkit-appearance: none;
	padding: 15px;
	border: solid 1px #d4dde5;
	transition: 0.1s ease-in-out;
	-webkit-transition: 0.1s ease-in-out;
	border-radius: 2px;
	font-size: 17px;
	width: 100%;
}

@media (max-width: 1000px) {

	input[type="text"],
	input[type="email"],
	input[type="url"],
	input[type="password"],
	input[type="search"],
	input[type="number"],
	input[type="date"],
	input[type="datetime"],
	input[type="datetime-local"],
	input[type="week"],
	input[type="tel"],
	input[type="time"],
	input[type="month"],
	input[type="tel"],
	textarea,
	select,
	.select2-container .select2-selection--single {
		padding: 12px 10px;
		font-size: 15px;
	}
}

input[type="checkbox"] {
	-webkit-appearance: checkbox !important;
}

input[type="radio"] {
	-webkit-appearance: radio !important;
}

.select2-container .select2-selection--single {
	height: auto;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
	line-height: 1;
	padding: 0;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
	top: 10px;
	right: 10px;
}

input[type="number"],
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="week"],
input[type="tel"],
input[type="time"],
input[type="month"],
input[type="tel"] {
	width: auto;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus,
select:focus {
	outline: none;
	box-shadow: none;
	color: #272c30;
}

select {
	background: #fff url(images/angle-down.jpg) right no-repeat;
	background-size: 12px;
	background-position: right 15px top 20px;
}

select:hover {
	border-color: #d5dde4;
	cursor: pointer;
}

@media (max-width: 1000px) {
	select {
		background-position: right 15px top 17px;
	}
}

select::after {
	content: "x";
}

select[multiple] {
	background: none;
}

@media (max-width: 1000px) {
	input[name="post_password"] {
		display: inline-block;
		margin-bottom: 10px;
		width: 100%;
	}
}

textarea {
	overflow: auto;
	padding: 10px;
	vertical-align: top;
	line-height: 1.4;
}

fieldset legend {
	border-bottom: dotted 1px #d4dde5;
	display: inline-block;
	width: 100%;
	margin-bottom: 20px;
	font-weight: 600;
	font-size: 20px;
}

form label {
	display: inline-block;
	width: 100%;
	font-weight: 600;
}

::-webkit-input-placeholder {
	color: #97a7b5;
}

:-moz-placeholder {
	color: #97a7b5;
}

::-moz-placeholder {
	color: #97a7b5;
}

:-ms-input-placeholder {
	color: #97a7b5;
}

#main .contact-form {
	display: inline-block;
	width: 100%;
}

#main .contact-form label {
	font-weight: 300;
}

#main .contact-form label span {
	color: #62707c;
}

#main .contact-form input[type="text"],
#main .contact-form input[type="email"] {
	margin-bottom: 4%;
	width: 100%;
	max-width: 100%;
}

#main .contact-form textarea {
	margin-bottom: 4%;
	width: 100%;
}

#main .contact-form .contact-submit {
	margin-bottom: 0;
}

.contact-column {
	display: inline-block;
	float: left;
	width: 48%;
	margin-left: 0;
}

.contact-column:last-child {
	margin-left: 4%;
}

@media (max-width: 1000px) {
	.contact-column {
		width: 100%;
	}

	.contact-column:last-child {
		margin-left: 0;
	}
}

.index-posts.archive-posts .post {
	width: 100%;
	margin-right: 0;
	padding-bottom: 5%;
	border-bottom: solid 1px #d7dee3;
}

.index-posts.archive-posts .post:last-child {
	border-bottom: none;
	padding-bottom: 0;
}

.index-posts.archive-posts .featured-image {
	display: inline-block;
	width: 31%;
	vertical-align: top;
	margin-bottom: 0;
}

.index-posts.archive-posts .featured-image+.post-text {
	display: inline-block;
	width: 68%;
	padding-left: 3.5%;
	vertical-align: top;
}

#page .more-link {
	display: inline-block;
	margin-bottom: 0;
	padding: 6px 15px;
	border-radius: 30px;
	font-size: 16px;
	box-shadow: none;
	font-weight: 600;
	color: #272c30;
	border: solid 2px;
}

#page .more-link:hover {
	color: #0072e5;
}

.index-posts .more-link {
	float: right;
}


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

.home-nav {
	box-shadow: 1px 0 3px rgba(0, 0, 0, 0.35);
	font-size: 17px;
	text-align: center;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 200;
	background: #fff;
	transition: transform 400ms linear;
	transform: translateY(-200%);
}

@media only screen and (max-width: 1000px) {
	.home-nav {
		display: none;
	}
}

.home-nav a {
	color: #272c30;
}

.home-nav ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.home-nav li {
	display: inline-block;
}

.home .home-nav a {
	padding: 20px 0;
	margin: 0 15px;
	display: inline-block;
	border-bottom: solid 3px transparent;
	margin-bottom: -1px;
	transition: 0.4s ease;
}

.home .home-nav a:hover {
	border-bottom-color: #c4cdd3;
}

.home .home-nav a:active,
.home .home-nav a:focus {
	outline: none;
}

.home-nav .active,
.home-nav .active:hover {
	border-bottom-color: #0072e5;
}

.admin-bar .home-nav {
	top: 32px;
}

@media only screen and (max-width: 782px) {
	.admin-bar .home-nav {
		top: 46px;
	}
}

.show-nav {
	transform: translateY(0%);
}

.single-nav {
	padding: 20px 9.2%;
}


/* --------------------------------------------------------------
Menus
-------------------------------------------------------------- */

.menu-toggle {
	display: none;
}

@media (max-width: 1000px) {
	.menu-toggle {
		display: block;
	}
}

.button-toggle {
	background: none;
	padding: 0;
	color: #fff;
}

.button-toggle span:not(:first-child) {
	display: none;
}

.button-toggle:hover,
.button-toggle:active,
.button-toggle:focus {
	box-shadow: none;
	color: #fff;
}

.drawer-menu-toggle {
	display: none;
}

@media (max-width: 1000px) {
	.drawer-menu-toggle {
		display: inline-block;
	}
}

.drawer-toggle-switch span:first-child {
	display: none;
}

.drawer-toggle-switch span:last-child {
	display: block;
}

.main-navigation {
	font-size: 17px;
	font-weight: 600;
	display: inline-block;
	width: 70%;
	vertical-align: top;
}

@media (max-width: 1000px) {
	.main-navigation {
		display: none;
	}
}

.top-navigation .main-navigation {
	display: inline-block;
	width: 100%;
	text-align: right;
}

@media (max-width: 1000px) {
	.top-navigation .main-navigation {
		display: none;
		border-bottom: none;
	}
}

.site-header .container {
	display: block;
}

.header-text {
	position: relative;
	z-index: 5;
	margin: 5% auto;
	text-align: center;
	max-width: 70%;
}

.header-text:empty,
.blog .header-text {
	display: none;
}

@media (max-width: 1000px) {
	.header-text {
		max-width: 100%;
		margin-bottom: 6%;
		margin-top: 0;
	}
}

@media (max-width: 600px) {
	.header-text {
		margin-bottom: 8%;
	}
}

.header-text:empty {
	margin-bottom: 0;
}

.header-text h1,
.header-text .browsing {
	color: #272c30;
	font-size: 34px;
	margin-bottom: 0;
	display: inline-block;
	font-weight: 600;
}

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

	.header-text h1,
	.header-text .browsing {
		font-size: 28px;
	}
}

.header-text p {
	font-size: 22px;
	font-weight: 300;
	line-height: 1.4;
	position: relative;
	margin: 0 0 0 0;
}

@media (max-width: 1000px) {
	.header-text p {
		font-size: 20px;
	}
}

@media (max-width: 600px) {
	.header-text p {
		font-size: 16px;
		margin-top: 3%;
	}
}

.header-text a {
	color: #0072e5;
	box-shadow: inset 0 -1px 0 #0072e5;
	transition: 0.3s ease;
}

.header-text a:hover {
	box-shadow: inset 0 -2px 0 #0072e5;
	color: #0072e5;
}

.header-text .entry-subtitle,
.header-text .entry-byline {
	margin-top: 1%;
	width: 100%;
}

.archive.author .browsing {
	display: none;
}

.search-results .browsing {
	display: none;
}

.text-empty {
	display: none;
}

.header-text h2:empty,
.header-text p:empty {
	display: none;
}

.top-navigation {
	display: inline-block;
	width: 100%;
	position: relative;
	z-index: 10;
}

.top-navigation-right {
	max-width: 70%;
}

@media (max-width: 1000px) {
	.top-navigation-right {
		display: none;
	}
}

#secondary-navigation {
	display: inline-block;
	width: 60%;
}

.drawer #secondary-navigation {
	width: 100%;
	font-size: 14px;
}

body.single-duts .navigation.post-navigation {
	display: none !important;
}

.drawer #secondary-navigation .menu-item-has-children .toggle-sub {
	font-size: 17px;
}

.drawer #secondary-navigation li ul li a {
	font-size: 14px;
}

@media (max-width: 1000px) {
	.top-navigation #secondary-navigation {
		display: none;
	}
}

.top-navigation .secondary-navigation ul li {
	font-size: 14px;
	margin-right: 15px;
	padding: 0;
}

.top-navigation .secondary-navigation ul li a {
	padding: 12px 0;
	border-bottom-width: 0;
	margin: 0;
}

.top-navigation .secondary-navigation ul li .sub-menu a {
	padding: 12px 15px;
}

.secondary-navigation ul.sub-menu {
	background: #272c30;
	top: 52px;
	left: -15px;
	border: none;
}

.secondary-navigation ul.sub-menu li {
	margin-right: 0;
	padding: 0;
}

.secondary-navigation ul.sub-menu li a {
	font-size: 14px;
}

.secondary-navigation ul.sub-menu li a:hover {
	color: #fff;
	opacity: 1;
}

.main-navigation a {
	color: #272c30;
}

.main-navigation a:hover {
	color: #0072e5;
}

.main-navigation ul {
	margin: 0;
}

.main-navigation ul li {
	display: inline-block;
	list-style-type: none;
	padding: 0 15px;
	position: relative;
}

.main-navigation ul li a {
	display: inline-block;
	margin: 0 0 10px 0;
	line-height: 2;
}

.main-navigation ul li.current-menu-item a,
.main-navigation ul li.current-page-item a {
	color: #0072e5;
}

.main-navigation ul li.current-menu-item ul a,
.main-navigation ul li.current-page-item ul a {
	color: #b8bfcb;
}

.main-navigation ul .sub-menu li.current-menu-item a,
.main-navigation ul .sub-menu li.current-page-item a {
	color: #fff;
}

.main-navigation .menu-cta a {
	border-radius: 5px;
	color: #fff;
	padding: 4px 12px;
	background: #272c30;
}

.main-navigation .menu-cta a:hover {
	color: #fff;
	box-shadow: inset 0 0 80px rgba(255, 255, 255, 0.25);
	-webkit-box-shadow: inset 0 0 80px rgba(255, 255, 255, 0.25);
}

.site-identity .main-navigation ul {
	line-height: 3;
}

.site-header .menu-item-has-children,
.site-header .page_item_has_children {
	position: relative;
}

.site-header .menu-item-has-children a,
.site-header .page_item_has_children a {
	position: relative;
}

.site-header .menu-item-has-children>a::after,
.site-header .page_item_has_children>a::after {
	content: "\e907";
	font-family: gbicons;
	/* stylelint-disable-line font-family-no-missing-generic-family-keyword */
	font-weight: 400;
	padding-left: 5px;
	right: 0;
	font-size: 13px;
}

@media (max-width: 1000px) {

	.site-header .menu-item-has-children>a::after,
	.site-header .page_item_has_children>a::after {
		display: none;
		pointer-events: none;
	}
}

.sub-menu .menu-item-has-children>a::after,
.sub-menu .page_item_has_children>a::after {
	content: "\e906";
	font-family: gbicons;
	/* stylelint-disable-line font-family-no-missing-generic-family-keyword */
	float: right;
}

.widget .sub-menu .menu-item-has-children>a::after,
.widget .sub-menu .page_item_has_children>a::after {
	display: none;
}

.secondary-navigation .menu-item-has-children::after,
.secondary-navigation .page_item_has_children::after {
	color: #a6b5c1;
	top: 15px;
}

.drawer .menu-item-has-children .toggle-sub {
	position: absolute;
	top: 0;
	right: 0;
	width: 50px;
	padding: 13px 0;
	line-height: 1.4;
	text-align: center;
	z-index: 75;
	display: block;
	font-size: 20px;
	color: #fff;
	cursor: pointer;
	background: #424851;
	border-radius: 0;
}

.drawer .menu-item-has-children .toggle-sub:hover {
	box-shadow: none;
	color: #fff;
}

.drawer .drawer-navigation .drop-open ul.drop-active {
	display: block;
}

.site-header .menu-item-has-children:hover,
.main-navigation li:focus-within {
	cursor: pointer;
}

.site-header .menu-item-has-children:hover ul,
.main-navigation li:focus-within ul {
	animation-name: fadeIn;
}

.main-navigation .sub-menu,
.main-navigation .children {
	position: absolute;
	width: 200px;
	top: 52px;
	text-align: left;
	font-weight: 400;
	font-size: 13px;
	margin: 0;
	background: #15171a;
	left: -999em;
	z-index: 100;
	border-radius: 3px;
	animation-duration: 0.3s;
	animation-fill-mode: both;
}

.main-navigation li ul {
	z-index: 100;
}

.main-navigation li ul li {
	padding: 0;
	margin: 0;
	width: 100%;
	margin-top: 0;
	border-top: none;
	transition: 0.3s ease;
}

.main-navigation li ul li:hover {
	background: rgba(255, 255, 255, 0.02);
	border-top: none;
}

.main-navigation li ul li:hover ul {
	left: 100%;
}

.main-navigation li ul li:last-child a {
	border-bottom: none;
}

.main-navigation li ul a,
.main-navigation li ul li a {
	width: 100%;
	display: inline-block;
	border-bottom: dotted 1px rgba(255, 255, 255, 0.15);
	padding: 15px 20px;
	margin: 0;
	font-weight: 300;
	text-transform: none;
	line-height: 1.6;
	color: #b8bfcb;
}

.main-navigation li ul a:hover,
.main-navigation li ul li a:hover {
	color: #fff;
}

.main-navigation li ul li ul {
	padding: 0;
}

.main-navigation ul ul {
	top: 0;
}

.main-navigation ul ul ul {
	left: -999em;
}

.main-navigation li ul ul.sub-menu,
.main-navigation li ul ul.children {
	top: 0;
	margin: 0;
	z-index: 50;
	position: absolute;
	margin-left: 1px !important;
}

.main-navigation li ul ul.sub-menu::before,
.main-navigation li ul ul.children::before {
	display: none;
}

.main-navigation li.focus>ul,
.main-navigation li:hover>ul,
.main-navigation li:focus-within>ul,
.main-navigation li li a:hover>ul {
	left: 0;
}

.main-navigation ul ul li:hover>ul,
.main-navigation ul ul li.focus>ul,
.main-navigation ul ul li:focus-within>ul {
	left: 100%;
}

.site-header .sub-menu::before {
	position: absolute;
	top: -8px;
	left: 50%;
	margin-left: -8px;
	content: " ";
	display: block;
	border-right: 8px solid transparent;
	border-bottom: 8px solid #181c1f;
	border-left: 8px solid transparent;
}


/* Mobile navigation */

.mobile-navigation {
	display: none;
	width: 100%;
	padding: 15px;
	background: #0072e5;
	transition: 0.2s ease;
	text-align: center;
}

.mobile-navigation button {
	width: 100%;
}

@media (max-width: 1000px) {
	.mobile-navigation {
		display: inline-block;
	}
}

.toggle-active {
	background: #0072e5;
}

.drawer .drawer-navigation {
	width: 100%;
	max-width: 100%;
	z-index: 40;
	position: relative;
}

@media (max-width: 1000px) {
	.drawer .drawer-navigation {
		font-size: 17px;
		display: inline-block;
	}
}

.drawer .drawer-navigation .menu {
	margin: 0;
}

.drawer .drawer-navigation ul {
	margin: 0;
	padding: 0;
}

.drawer .drawer-navigation ul li {
	width: 100%;
	padding: 0 0;
	list-style-type: none;
	border-bottom: dotted 1px rgba(255, 255, 255, 0.2);
	transition: none;
	position: relative;
	z-index: 50;
	border-top: none;
}

.drawer .drawer-navigation ul li:hover {
	border-top: none;
}

.drawer .drawer-navigation ul li:last-child {
	border-bottom: none;
}

.drawer .drawer-navigation ul li a {
	display: inline-block;
	padding: 15px 10px 15px 0;
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 0;
	border-bottom: none;
	position: relative;
	transition: none;
}

.drawer .drawer-navigation a {
	color: #fff;
	color: rgba(255, 255, 255, 0.7);
	padding-left: 0;
	line-height: 1.4;
}

.drawer .drawer-navigation a:hover {
	color: #fff;
}

.drawer .drawer-navigation .sub-menu,
.drawer .drawer-navigation .children {
	display: none;
	position: relative;
	width: 100%;
	left: 0;
	top: auto;
	margin: 0 0 0 15px;
	padding: 0 15px 0 0;
	border: none;
	background: transparent;
	box-shadow: none;
}

.drawer .drawer-navigation .sub-menu::before,
.drawer .drawer-navigation .children::before {
	display: none;
}

.drawer .drawer-navigation li ul a,
.drawer .drawer-navigation li ul li a {
	padding: 15px 0;
}

.drawer .drawer-navigation .sub-menu li:first-child {
	border-top: dotted 1px rgba(255, 255, 255, 0.2);
}

.drawer nav {
	padding: 2% 0 0 0;
}


/* --------------------------------------------------------------
Accessibility
-------------------------------------------------------------- */

.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	margin: 0;
}

.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-weight: 600;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
	/* Above WP toolbar */
}


/* --------------------------------------------------------------
Post meta
-------------------------------------------------------------- */

.entry-content .meta-list {
	list-style: none;
	margin: 0;
	padding: 0;
	font-weight: 600;
}

.entry-content .meta-list li {
	display: inline-block;
	margin: 0 20px 0 0;
}

.entry-content .meta-list a {
	font-weight: 300;
	color: #0072e5;
}

.entry-content .meta-list a:hover {
	color: #272c30;
}


/* --------------------------------------------------------------
Author Profile
-------------------------------------------------------------- */

.author-profile {
	position: relative;
	margin-top: 5%;
	padding: 5%;
	width: 100%;
	display: inline-block;
	background: #f2f2f2;
}

@media (max-width: 600px) {
	.author-profile {
		padding: 8% 4%;
	}
}

.archive .author-profile {
	margin-top: 0;
	margin-bottom: 5%;
}

.author-columns .author-profile {
	margin: 0;
	border-top: none;
	border: solid 1px #cbcbcb;
	padding: 35px;
	transition: 0.2s ease;
}

@media (max-width: 1000px) {
	.author-columns .author-profile {
		padding: 30px 0;
	}
}

.author-columns .author-profile .author-profile-title {
	font-size: 18px;
}

.author-columns .author-profile .author-profile-info {
	font-size: 14px;
	padding-left: 100px;
}

@media (max-width: 600px) {
	.author-columns .author-profile .author-profile-info {
		font-size: 15px;
	}
}

.author-columns .author-profile .author-profile-links {
	margin-top: 15px;
	font-weight: 600;
}

@media (max-width: 600px) {
	.author-columns .author-profile .author-profile-links {
		font-size: 15px;
	}
}

.author-columns .author-profile .author-profile-avatar img {
	transition: 0.2s ease ease-in-out;
}

.author-columns .author-profile:hover .author-profile-avatar img {
	transform: scale(1.1);
}

.author-profile-avatar {
	display: block;
	margin: 0 auto;
}

.author-profile-avatar img {
	border-radius: 100px;
}

.author-profile-avatar {
	position: absolute;
}

.author-profile-info {
	padding: 0 0 0 90px;
	font-size: 16px;
	line-height: 1.6;
}

.author-profile-links {
	font-size: 12px;
	margin-top: 10px;
	display: inline-block;
}

.author-profile-links a {
	background: #272c30;
	color: #fff;
	padding: 5px 10px;
	border-radius: 30px;
}

.author-profile-links a:hover {
	opacity: 0.8;
}

.author-profile-links a:first-child {
	margin-right: 5px;
}

.author-profile-links i {
	font-size: 12px;
}

.author-profile-info p,
.entry-header .author-profile-info p:last-child {
	margin-bottom: 10px;
}

.author-profile-title {
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 8px;
}

@media (max-width: 600px) {
	.author-profile-title {
		font-size: 18px;
	}
}

.archive .author-profile-title {
	font-size: 24px;
}


/* --------------------------------------------------------------
Page Navigation
-------------------------------------------------------------- */

.pagination {
	display: inline-block;
	width: 100%;
	margin-top: 8%;
}

.pagination a {
	color: #272c30;
}

.pagination a,
.pagination span {
	background: #f2f2f2;
	padding: 10px 20px;
	transition: 0.2s ease-in-out;
	display: inline-block;
	color: #272c30;
	font-weight: 600;
	text-align: center;
	line-height: 1.9;
	vertical-align: middle;
	height: 50px;
}

@media (max-width: 600px) {

	.pagination a,
	.pagination span {
		padding: 10px 15px;
	}
}

.pagination .next,
.pagination .prev {
	font-size: 0;
	line-height: 1.7;
}

.pagination .next::after,
.pagination .prev::after {
	font-family: gbicons;
	/* stylelint-disable-line font-family-no-missing-generic-family-keyword */
	font-size: 18px;
}

.pagination .next {
	text-indent: 3px;
}

.pagination .next::after {
	content: "\e906";
}

.pagination .prev {
	text-indent: -3px;
}

.pagination .prev::after {
	content: "\e905";
}

@media (max-width: 600px) {

	.pagination .next::after,
	.pagination .prev::after {
		font-size: 17px;
	}
}

.page-numbers {
	font-size: 18px;
	font-weight: 400;
}

@media (max-width: 600px) {
	.page-numbers {
		font-size: 17px;
	}
}

.page-numbers.current,
.page-numbers:hover {
	background: #0072e5;
	color: #fff;
}

span.page-numbers.dots {
	background: transparent;
	color: #272c30;
}

.post-navigation {
	margin-top: 10%;
	line-height: 1.4;
	width: 100%;
	display: block;
	font-weight: 600;
}

.post-navigation::before,
.post-navigation::after {
	content: "";
	display: table;
}

.post-navigation::after {
	clear: both;
}

.post-navigation a {
	color: #272c30;
}

.post-navigation a:hover .post-title {
	color: #0072e5;
}

.post-navigation span {
	vertical-align: top;
}

.post-navigation .meta-title {
	font-size: 16px;
	display: inline-block;
	width: 100%;
}

.post-navigation .post-title {
	font-size: 20px;
	transition: all 0.3s ease-in-out;
}

@media (max-width: 600px) {
	.post-navigation .post-title {
		font-size: 16px;
	}
}

.nav-next,
.nav-previous {
	display: inline-block;
	float: left;
	width: 49%;
	vertical-align: top;
}

@media (max-width: 600px) {

	.nav-next,
	.nav-previous {
		width: 100%;
	}
}

.nav-previous+.nav-next {
	text-align: right;
	float: right;
}

@media (max-width: 600px) {
	.nav-previous+.nav-next {
		text-align: left;
		margin-top: 15px;
	}
}

.nav-previous i {
	margin-right: 6px;
}


/* --------------------------------------------------------------
Alignments
-------------------------------------------------------------- */

#page .alignleft {
	display: inline;
	float: left;
	margin: 0.5em 2em 1.5em 0;
}

@media (max-width: 600px) {
	#page .alignleft {
		max-width: 100%;
		margin-right: 0;
		width: 100%;
	}

	#page .alignleft img {
		width: 100%;
	}
}

#page .alignright {
	display: inline;
	float: right;
	margin: 0.5em 0 1.5em 2em;
}

@media (max-width: 600px) {
	#page .alignright {
		max-width: 100%;
		margin-right: 0;
		width: 100%;
	}

	#page .alignright img {
		width: 100%;
	}
}

#page .aligncenter {
	clear: both;
	margin: 0 auto 1.5em auto;
}

.wp-caption {
	margin: 0.5em 0 1.5em 0;
	max-width: 100%;
	text-align: left;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin: 0;
	max-width: 100%;
}

.wp-caption-text,
.gallery-caption {
	padding-top: 10px;
	margin-top: 0;
	width: 100%;
	text-transform: none;
	font-size: 15px;
	font-weight: 400;
	letter-spacing: 0;
	margin-bottom: 0;
	color: #62707c;
}

.site-footer .wp-caption-text,
.site-footer .gallery-caption {
	border-left-color: #a6b5c1;
}

#main .tiled-gallery {
	margin-bottom: 1.2em;
}

#main .tiled-gallery p {
	margin-bottom: 0;
}

#main .featured-image .tiled-gallery {
	margin-bottom: 0;
}

.post:not(.video-lightbox) .gallery-container {
	position: fixed;
	height: 100%;
	width: 100%;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	padding: 5%;
	visibility: hidden;
}


/* --------------------------------------------------------------
Clearings
-------------------------------------------------------------- */

.clear::before,
.clear::after,
.entry-content::before,
.entry-content::after,
.comment-content::before,
.comment-content::after,
.site-header::before,
.site-header::after,
.site-content::before,
.site-content::after,
.site-footer::before,
.site-footer::after {
	content: "";
	display: table;
}

.clear::after,
.entry-content::after,
.comment-content::after,
.site-header::after,
.site-content::after,
.site-footer::after {
	clear: both;
}


/* --------------------------------------------------------------
Widgets
-------------------------------------------------------------- */

#calendar_wrap {
	background: #fff;
	border-right: none;
	border-bottom: none;
	color: #272c30;
	box-shadow: rgba(0, 0, 0, 0.15) 0 2px 2px -1px;
}

#wp-calendar {
	font-size: 16px;
	margin: 0;
	max-width: 100%;
}

#wp-calendar caption {
	text-align: center;
	background: #f2f2f2;
	padding: 5px 10px;
	font-weight: 600;
}

#wp-calendar tr th,
#wp-calendar tr td {
	text-align: center;
}

#wp-calendar tr th {
	background: #272c30;
	color: #fff;
	margin: -10px -10px 10px -10px;
	font-size: 11px;
	font-weight: 600;
	padding: 10px 0;
}

#wp-calendar tbody tr td {
	padding: 2px 0;
	border-right: solid 1px #f2f2f2;
	border-top: solid 1px #f2f2f2;
}

#wp-calendar tfoot td {
	border-top: solid 1px #f2f2f2;
	border-right: solid 1px #d9dee3;
	padding: 7px 0 5px 0;
	font-weight: 600;
	font-size: 10px;
	text-transform: uppercase;
}

#wp-calendar a {
	color: #272c30;
}

#wp-calendar a:hover {
	color: #62707c;
}

.widget_rss li {
	margin-bottom: 15px;
	padding-bottom: 15px;
}

.widget_rss li:last-child {
	border-bottom: none;
	margin-bottom: 0;
	padding-bottom: 0;
}

.widget_rss li .rsswidget {
	display: inline-block;
	width: 100%;
}

.widget_rss .rss-date,
.widget_rss cite {
	font-size: 14px;
	text-transform: uppercase;
	display: inline-block;
	margin: 10px 0;
}


/* --------------------------------------------------------------
Comments
-------------------------------------------------------------- */

.comment-navigation {
	font-size: 16px;
	margin: 0 0 6% 0;
}

.comment-navigation .button {
	display: inline-block;
}

.comment-navigation .button:empty {
	display: none;
}

.comment-navigation .nav-previous a::before {
	content: "\e904";
	font-family: gbicons;
	/* stylelint-disable-line font-family-no-missing-generic-family-keyword */
	margin-right: 10px;
}

.comment-navigation .nav-next a::after {
	content: "\e903";
	font-family: gbicons;
	/* stylelint-disable-line font-family-no-missing-generic-family-keyword */
	margin-left: 10px;
}

.comments-area {
	display: inline-block;
	width: 100%;
	position: relative;
	margin-top: 5%;
	padding-top: 8%;
	border-top: solid 1px #3333;
}

@media (max-width: 1000px) {
	.comments-area {
		margin-top: 7%;
	}
}

.comment-list+.no-comments {
	margin-top: 1.2em;
	text-align: center;
	position: relative;
}

.comment-list+.no-comments span {
	background: #fff;
	position: relative;
	z-index: 10;
	padding: 0 30px;
}

@media (max-width: 1000px) {
	.comment-list+.no-comments span {
		padding: 0 20px;
	}
}

.comment-list+.no-comments::after {
	content: " ";
	display: inline-block;
	height: 2px;
	background: #eee;
	width: 100%;
	position: absolute;
	left: 0;
	top: 16px;
	z-index: 5;
}

@media (max-width: 1000px) {
	.comment-list+.no-comments::after {
		top: 14px;
	}
}

h3.comment-reply-title {
	font-size: 32px;
	margin-bottom: 5%;
	position: relative;
	font-weight: 600;
}

@media (max-width: 600px) {
	h3.comment-reply-title {
		font-size: 22px;
	}
}

h3.comments-title {
	margin-bottom: 10%;
}

#commentform,
#respond form {
	display: inline-block;
	width: 100% !important;
	min-width: 100%;
}

.comment-list #commentform {
	margin-top: 2%;
}

.comment-info {
	display: inline-block;
	margin: 0;
}

@media (max-width: 1000px) {
	.comment-info {
		line-height: 2;
	}
}

.comment-content {
	font-size: 18px;
	line-height: 1.6;
	background: #f2f2f2;
	padding: 30px;
	position: relative;
	border-radius: 5px;
}

.comment-content::after {
	position: absolute;
	top: -10px;
	left: 10px;
	width: 0;
	height: 0;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-bottom: 10px solid #f2f2f2;
}

@media (max-width: 1000px) {
	.comment-content {
		font-size: 16px;
	}
}

@media (max-width: 1000px) {
	.comment-content {
		padding: 20px;
	}
}

.comment-content p:last-child {
	margin-bottom: 0;
}

.entry-content .comment-list,
.entry-content .comment-list li {
	margin-left: 0;
	padding-left: 0;
	counter-reset: li;
}

.comment-list>li {
	list-style-type: none;
	margin-bottom: 6%;
}

.comment-list .children {
	margin: 5% 0 0 0;
	padding-left: 25px;
}

@media (max-width: 600px) {
	.comment-list .children {
		padding-left: 15px;
	}
}

.comment-list .children li {
	margin-bottom: 6%;
}

.comment-list .children li:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: none;
}

.comment-list .children>li {
	list-style: none;
}

.comment-list .reply {
	margin-bottom: 0;
	font-size: 14px;
}

.comment-list .avatar {
	display: inline-block;
	margin-right: 10px;
	margin-top: 2px;
	border-radius: 100px;
	vertical-align: top;
	width: 40px;
	position: relative;
}

@media (max-width: 600px) {
	.comment-list .avatar {
		margin-top: 3px;
	}
}

.comment-wrap {
	display: inline-block;
	width: 100%;
	vertical-align: top;
}

.comment-cite {
	font-style: normal;
	display: inline-block;
	width: 100%;
	font-weight: 600;
	font-size: 18px;
	line-height: 1;
}

@media (max-width: 600px) {
	.comment-cite {
		font-size: 18px;
	}
}

.comment-cite a {
	color: #272c30;
}

.comment-time,
.comment-edit-link {
	color: #62707c;
	font-family: "Public Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 13px;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 400;
	font-size: 11px;
	vertical-align: top;
	line-height: 1;
}

.comment-list .comment-reply-title {
	margin-bottom: 1%;
}

.comment-list .comment-reply-title small {
	float: right;
	font-size: 18px;
	margin-top: 8px;
}

.comments-closed p.reply {
	display: none;
}

.comments-closed p:nth-last-child(2) {
	margin-bottom: 0;
}

.logged-in-as,
.comment-notes {
	margin-bottom: 2%;
	display: none;
	color: #62707c;
	font-family: "Public Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 13px;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 400;
}

.comment-notes {
	display: none;
}

.required {
	color: #f35959;
}

.logged-in-as a {
	color: #272c30;
}

.comment-form-author,
.comment-form-email,
.comment-form-url,
.comment-form-comment {
	display: inline-block;
	width: 100%;
}

.comment-form-author input,
.comment-form-author textarea,
.comment-form-email input,
.comment-form-email textarea,
.comment-form-url input,
.comment-form-url textarea,
.comment-form-comment input,
.comment-form-comment textarea {
	width: 100%;
}

@media (max-width: 1000px) {

	.comment-form-author,
	.comment-form-email,
	.comment-form-url,
	.comment-form-comment {
		width: 100%;
		margin-right: 0;
	}
}

.comment-list #respond {
	display: inline-block;
	margin-top: 4%;
	width: 100%;
}

@media (max-width: 1000px) {
	.comment-form-url {
		margin-bottom: 1em;
	}
}

.form-submit {
	display: inline-block;
	margin: 0;
	width: 100%;
}

.comment-form #submit {
	margin-top: 10px;
	width: auto;
}

@media (max-width: 600px) {
	.comment-form #submit {
		margin: 0;
		width: 100%;
	}
}

.comment-list .comment-respond #submit {
	margin-top: 0;
}

.form-allowed-tags {
	display: none;
}

.comment-subscription-form {
	display: inline-block;
	width: 100%;
	margin-bottom: 0;
	margin-top: 15px;
}

.comment-subscription-form label {
	font-weight: 300;
	font-size: 14px;
}

.comment-subscription-form+.comment-subscription-form {
	margin-top: 0;
}

#respond .comment-form-fields div.comment-form-field {
	width: 100% !important;
}

.comment-awaiting-moderation {
	margin-top: 20px;
	display: inline-block;
	width: 100%;
	font-size: 16px;
	font-style: normal;
}

.comment-awaiting-moderation::before {
	content: "\e90a";
	font-family: gbicons;
	/* stylelint-disable-line font-family-no-missing-generic-family-keyword */
	margin-right: 10px;
}


/* --------------------------------------------------------------
Hero Posts
-------------------------------------------------------------- */

.post-cats,
.entry-cats {
	margin-bottom: 1.5%;
	position: relative;
	z-index: 10;
}

@media (max-width: 1000px) {

	.post-cats,
	.entry-cats {
		margin-bottom: 5%;
	}
}

.post-cats a,
.entry-cats a {
	background-color: #0072e5;
	padding: 4px 8px;
	margin-right: 5px;
	border-radius: 3px;
	font-size: 12px;
	color: #fff;
	transition: 0.2s ease-in-out;
}

.post-cats a:hover,
.entry-cats a:hover {
	box-shadow: inset 0 0 80px rgba(255, 255, 255, 0.1);
}

@media (max-width: 600px) {

	.post-cats a,
	.entry-cats a {
		font-size: 11px;
		padding: 3px 4px;
	}
}

.entry-byline {
	color: #62707c;
	font-size: 15px;
	margin-bottom: 0;
}

.search-results .entry-byline {
	margin-bottom: 5px;
}

.entry-byline a {
	color: #62707c;
}

.entry-byline a:hover {
	color: #272c30;
}

.entry-byline img {
	border-radius: 100px;
	width: 22px;
	vertical-align: top;
	margin-right: 3px;
}

.meta-avatar {
	position: absolute;
}

.meta-avatar img {
	width: 24px;
	border-radius: 50px;
	margin-right: 5px;
	vertical-align: top;
}

.index-text {
	position: relative;
	z-index: 10;
	margin: 0 5%;
	background: #fff;
	padding: 0 4% 6% 4%;
	border-bottom: solid 1px #d8dee3;
}

.has-post-thumbnail .index-text {
	margin-top: -10%;
	padding-top: 4%;
}

@keyframes slideInLeft {
	0% {
		opacity: 0;
		transform: translate3d(-2%, 0, 0);
		visibility: visible;
	}

	100% {
		opacity: 1;
		transform: translate3d(0, 0, 0);
	}
}

.slideInLeft {
	animation-name: slideInLeft;
	transition: 0.3s ease;
}

.site-header-bg-wrap {
	animation-name: fadeIn;
	animation-duration: 1s;
	animation-fill-mode: both;
}

.background-effect {
	position: absolute;
	z-index: -999998;
	top: 0;
	left: 0;
	overflow: hidden;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	opacity: 1;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
}

.site-header-bg.background-effect {
	background-attachment: scroll;
}


/* --------------------------------------------------------------
Media
-------------------------------------------------------------- */

.page-content img.wp-smiley,
.entry-content img.wp-smiley,
.comment-content img.wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

.site-main .gallery {
	margin-bottom: 1.2em;
}

@media (min-width: 1000px) {

	.has-wide-image .featured-image,
	.has-wide-image .featured-video {
		width: 90vw;
		margin-left: calc(50% - 90vw / 2);
	}
}

.featured-image .gallery {
	margin-bottom: 0;
}

.featured-gallery {
	background: transparent;
}

.featured-gallery [class*="gallery"]:first-child {
	opacity: 0;
	animation-delay: 0.5s;
	animation-name: fadeIn;
	animation-duration: 0.5s;
	animation-fill-mode: both;
}

.gallery a img {
	border: none;
	height: auto;
	width: 100%;
	max-width: 100%;
	display: block;
}

.gallery dd,
.gallery figcaption {
	font-size: 15px;
	text-align: left;
	margin: 0;
}

.gallery-item {
	display: inline-block;
	padding-right: 15px;
	padding-bottom: 15px;
	vertical-align: top;
}

.gallery-columns-1 .gallery-item {
	max-width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

embed,
iframe,
object {
	max-width: 100%;
	border-width: 0;
}

#content .wp-playlist-light {
	color: #55626d;
	padding: 0;
}

#content .mejs-container:not(.mejs-video),
#content .mejs-embed,
#content .mejs-embed body {
	background: none;
}

#content .mejs-container:not(.mejs-video) {
	margin-bottom: 1em;
	height: 75px !important;
}

#content .mejs-container:not(.mejs-video) a {
	border-bottom: none;
}

#content .mejs-container:not(.mejs-video) a:hover {
	background: transparent;
}

#content .wp-playlist {
	border: none;
	background: none;
	margin: 0 0 1.5em 0;
	padding: 0;
}

#content .wp-playlist-tracks {
	margin-top: 3.5%;
}

#content .wp-playlist-item {
	border-bottom: dotted 1px #cad1d8;
	padding: 0;
}

#content .wp-playlist-item:last-child {
	border-bottom: none;
}

#content .wp-playlist-item .wp-playlist-caption,
#content .wp-playlist-item-length {
	padding: 2%;
}

@media (max-width: 1000px) {

	#content .wp-playlist-item .wp-playlist-caption,
	#content .wp-playlist-item-length {
		padding: 4%;
	}
}

#content .wp-playlist-item .wp-playlist-caption {
	color: #272c30;
	display: inline-block;
	border-bottom: none;
}

#content .wp-playlist-item .wp-playlist-caption:hover {
	background: none;
	border-bottom: none;
}

#content .wp-playlist-caption,
#content .wp-playlist-item-title {
	font-size: 18px;
}

@media (max-width: 1000px) {

	#content .wp-playlist-caption,
	#content .wp-playlist-item-title {
		font-size: 16px;
	}
}

#content .wp-playlist-current-item {
	height: auto !important;
}

#content .wp-playlist-current-item .wp-playlist-caption {
	margin-bottom: 1.5%;
}

#content .wp-playlist-current-item img {
	display: none;
}

#content .wp-playlist-current-item .wp-playlist-item-title {
	color: #272c30;
	font-size: 26px;
	font-weight: 500;
}

@media (max-width: 1000px) {
	#content .wp-playlist-current-item .wp-playlist-item-title {
		font-size: 22px;
	}
}

#content .wp-playlist-current-item .wp-playlist-item-album {
	font-size: 18px;
}

@media (max-width: 1000px) {
	#content .wp-playlist-current-item .wp-playlist-item-album {
		font-size: 16px;
	}
}

#page .mejs-controls {
	background: #272c30;
}

@media (max-width: 1000px) {
	#page .mejs-controls {
		padding: 0 10px;
	}
}

#page .mejs-controls .mejs-button button:hover {
	background-color: transparent !important;
}

#page .mejs-controls .mejs-time-rail .mejs-time-loaded {
	background: #5e7383;
}

#page .mejs-controls .mejs-time-rail .mejs-time-current {
	background: #e3eaf0;
}

#page .mejs-controls .mejs-time-rail .mejs-time-total {
	background: #5e7383;
}

#page .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total {
	background: #5e7383;
}

#page .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
	background: #e3eaf0;
}

#page .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-handle {
	background: #5e7383;
}

#page .mejs-controls .mejs-button button:focus {
	border: none;
	box-shadow: none;
	outline: none;
}

#page .mejs-video .mejs-controls,
#page .mejs-video .mejs-controls>div {
	height: 40px;
}

#page .mejs-video .mejs-time {
	height: 35px;
	padding-top: 2px;
}

#page .mejs-video .mejs-time-rail .mejs-time-total {
	margin: 8px 10px;
}

#page .mejs-video .mejs-button button {
	margin: 12px 5px;
}


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

.drawer-wrap {
	position: relative;
}

.drawer {
	padding: 10px 0 15px 0;
	background: #22262a;
	background: rgba(21, 23, 26, 0.7);
	font-size: 16px;
	display: none;
	z-index: 30;
	top: 0;
	right: 0;
	left: 0;
	width: 100%;
	overflow-x: hidden;
}

@media only screen and (min-width: 1000px) {
	.drawer {
		display: none !important;
	}
}

.drawer-menu-explore {
	padding-top: 0;
	padding-bottom: 0;
}

@media (max-width: 1000px) {
	.drawer-menu-explore {
		background: #272c30;
		padding: 15px 5% 30px 5%;
	}
}

.drawer-menu-explore .container {
	padding: 0;
}

.show-drawer {
	animation-name: fadeIn;
	animation-duration: 0.5s;
	animation-fill-mode: both;
	display: inline-block !important;
}

.admin-bar .drawer-open .drawer {
	margin-top: 35px;
}

.site-header {
	padding: 0;
	display: inline-block;
	width: 100%;
	position: relative;
	z-index: 100;
	background: #f2f2f2;
}

body.admin-bar .is-sticky .site-header {
	margin-top: 32px;
}

.site-identity {
	padding: 30px 0;
	position: relative;
	z-index: 8;
}

@media (max-width: 1000px) {
	.site-identity {
		padding: 8% 0;
	}
}

@media (max-width: 600px) {
	.site-identity {
		padding: 12% 0;
	}
}

.site-title-wrap {
	display: inline-block;
	vertical-align: top;
	max-width: 30%;
	width: 100%;
	position: relative;
}

@media (max-width: 1000px) {
	.site-title-wrap {
		max-width: 100%;
		text-align: center;
	}
}

@media (min-width: 1000px) {
	.titles-wrap {
		padding-top: 8px;
	}
}

.titles-wrap.has-description {
	padding-top: 0;
}

.site-title {
	font-size: 26px;
	font-weight: 600;
	display: inline-block;
	width: 100%;
	margin-bottom: 0;
	margin-right: 8px;
	line-height: 1.2;
}

.site-title a {
	color: #272c30;
	transition: 0.1s ease-in;
	position: relative;
}

@media (max-width: 1000px) {
	.site-title {
		margin: 0;
	}
}

@media (max-width: 600px) {
	.site-title {
		font-size: 24px;
	}
}

.site-description {
	color: #272c30;
	font-size: 14px;
	line-height: 1.4;
	margin: -2px 0 0 0;
	display: inline-block;
	width: 100%;
	position: absolute;
}

@media (max-width: 1000px) {
	.site-description {
		position: relative;
		display: block;
	}
}

.site-avatar {
	display: inline-block;
	text-align: center;
	width: 100%;
	vertical-align: top;
}

.site-avatar img {
	border-radius: 500px;
	margin-bottom: 15px;
	width: 85px;
	transition: all 0.2s ease-in-out;
}

.site-avatar img:hover {
	transform: scale(1.1);
}

.site-logo {
	line-height: 1;
	margin: 0;
	display: block;
}

.site-logo:not(img):empty {
	margin: 0;
}

.custom-logo-link img {
	display: block;
}

@media (max-width: 1000px) {
	.custom-logo-link {
		text-align: center;
		width: 100%;
		display: inline-block;
	}

	.custom-logo-link img {
		margin-left: auto;
		margin-right: auto;
	}
}


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

.container {
	max-width: 1170px;
	margin: 0 auto;
	padding: 0 15px;
	display: block;
}

@media only screen and (max-width: 1000px) {
	.container {
		padding: 0 2%;
	}
}

@media (max-width: 600px) {
	.container {
		padding: 0 15px;
	}
}

.container::before,
.container::after {
	content: "";
	display: table;
}

.container::after {
	clear: both;
}

.error404 .entry-header {
	margin-bottom: 0;
}

.archive-box {
	margin-top: 30px;
}

.archive-box ul ul {
	margin-left: 30px;
	margin-top: 0;
}

.archive-box ul li {
	margin-bottom: 0;
}

.archive-box ul a {
	border-bottom: dotted 1px #c7d6e4;
	padding-bottom: 15px;
	margin-bottom: 15px;
	display: inline-block;
	width: 100%;
}

.archive-box ul a:hover {
	border-bottom: dotted 1px #c7d6e4;
	color: #62707c;
}

.single #page {
	margin: 0 auto;
}

#primary {
	margin: 0 auto;
	display: block;
	width: 70%;
	max-width: 830px;
}

@media (max-width: 1000px) {
	#primary {
		width: 100%;
	}
}

.error404 #primary {
	display: block;
	margin: 0 auto;
}

.no-sidebar .content-area,
.single.no-sidebar .content-area {
	margin: 0 auto;
	display: block;
	width: 100%;
}

#main .entry-content .page-links {
	clear: both;
	margin: 0 0 1.4em;
}

#main .entry-content .page-links a {
	border: none;
	padding: 0 2px;
	color: #62707c;
}

#main .entry-content .page-links a:hover {
	border: none;
	color: #272c30;
}

#page .more-link+.page-links {
	margin-top: 20px;
}

.featured-image,
.featured-video {
	margin-bottom: 5%;
	width: 100%;
	z-index: 50;
	position: relative;
}

@media (max-width: 600px) {

	.featured-image,
	.featured-video {
		margin-bottom: 1.2em;
	}
}

.featured-image img,
.featured-video img {
	display: block;
	margin: 0 auto;
	-webkit-transform: translate3d(0, 0, 0);
	transition: 0.07s ease-in-out;
}

.featured-video iframe {
	opacity: 0;
	animation-delay: 0.5s;
	animation-name: fadeIn;
	animation-duration: 0.5s;
	animation-fill-mode: both;
}

#page {
	padding-top: 6%;
}

@media (max-width: 600px) {
	#page {
		padding-top: 8%;
	}
}

.site-content {
	display: inline-block;
	width: 100%;
	padding: 0 0 7% 0;
	vertical-align: top;
	position: relative;
	z-index: 10;
}

.blog .content-area {
	width: 100%;
	display: block;
	vertical-align: top;
}

.post .entry-header {
	position: relative;
	margin-bottom: 5%;
}

.archive-header {
	margin-top: -30px;
	margin-bottom: 40px;
	border-bottom: dotted 1px #cbcbcb;
}

.archive-header .entry-title {
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 0;
}

.archive-header .entry-subtitle {
	font-size: 16px;
}

.archive-header .entry-subtitle p:last-child {
	margin-bottom: 0;
}

.taxonomy-description {
	font-size: 17px;
	color: #62707c;
}

@media (max-width: 600px) {
	.taxonomy-description {
		font-size: 15px;
		line-height: 1.4;
	}
}

.taxonomy-description p:last-child {
	margin-bottom: 0;
}

.entry-cats {
	font-size: 16px;
}

.full-post-header .entry-title {
	font-size: 58px;
	margin-bottom: 0;
	line-height: 1.2;
}

@media (max-width: 1000px) {
	.full-post-header .entry-title {
		font-size: 46px;
	}
}

@media (max-width: 600px) {
	.full-post-header .entry-title {
		font-size: 34px;
		margin-bottom: 15px;
		line-height: 1.2;
	}
}

.full-post-header .entry-title a {
	color: #272c30;
	text-decoration: none;
	transition: 0.1s ease-in-out;
}

.full-post-header .entry-title a:hover {
	color: #62707c;
}

.byline {
	color: #62707c;
	margin-top: 3%;
	font-size: 16px;
}

@media (max-width: 600px) {
	.byline {
		display: inline-block;
		margin-top: 0;
		font-size: 12px;
	}
}

.byline img {
	width: 24px;
	border-radius: 50px;
	vertical-align: top;
	margin-right: 5px;
}

.byline a {
	color: #62707c;
	border-bottom: 2px solid transparent;
	transition: 0.2s ease;
	padding-bottom: 2px;
}

.byline a:hover {
	border-bottom: 2px solid #e3eaf0;
}

.entry-content {
	vertical-align: top;
}

.entry-content p a {
	color: #0072e5;
	box-shadow: inset 0 -1px 0 #0072e5;
	transition: 0.3s ease;
}

.entry-content p a:hover {
	box-shadow: inset 0 -2px 0 #0072e5;
	color: #0072e5;
}

.entry-content a.no-underline,
.entry-content a.no-underline:hover {
	border-bottom: none;
}

.excerpt-more {
	display: inline-block;
	width: 100%;
}

.single-attachment .site-main .post .entry-content {
	padding-left: 0;
}

.single-attachment .author-profile {
	display: none;
}

.page-content {
	margin-bottom: 5%;
}


/* --------------------------------------------------------------
Posts
-------------------------------------------------------------- */

.post {
	width: 100%;
	display: inline-block;
	position: relative;
}

.blog .post:not(:last-of-type),
.archive #post-wrap .post:not(:last-of-type),
.search .post:not(:last-of-type) {
	margin-bottom: 8%;
	padding-bottom: 10%;
	border-bottom: solid 3px #eee;
}

.search .post:not(:last-of-type) {
	margin-bottom: 5%;
	padding-bottom: 6%;
}

.fade-out {
	animation-name: fadeOut !important;
	animation-duration: 0.2s !important;
	animation-fill-mode: both !important;
}


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

.site-footer {
	padding: 0 0 2.5% 0;
	font-size: 17px;
	line-height: 1.5;
	display: block;
	width: 100%;
	position: relative;
	z-index: 1;
	overflow: hidden;
	background: #f2f2f2;
	color: #272c30;
}

.site-footer a {
	color: #0072e5;
}

.site-footer a:hover {
	color: #272c30;
	text-decoration: underline;
}

@media (max-width: 1000px) {
	.site-footer {
		padding-bottom: 30px;
	}
}

@media (max-width: 600px) {
	.site-footer {
		font-size: 15px;
	}
}

.category-wrap+.site-footer,
.related-post-wrap+.site-footer {
	margin-top: 0;
}

.category-wrap+.site-footer .footer-widgets,
.related-post-wrap+.site-footer .footer-widgets {
	border-top: none;
}

.post-navigation+.site-footer {
	box-shadow: inset 0 50px 50px -50px rgba(0, 0, 0, 0.25);
}

@media (max-width: 1000px) {
	.post-navigation+.site-footer {
		box-shadow: none;
	}
}

.footer-padding {
	padding-top: 15%;
	opacity: 0;
}

.footer-widgets .widget_wpcom_social_media_icons_widget a {
	font-size: 28px;
}

.footer-widgets .widget_wpcom_social_media_icons_widget li {
	border-bottom: none;
	padding: 0;
}

.footer-widgets {
	display: inline-block;
	width: 100%;
	margin-bottom: 6%;
}

@media (max-width: 1000px) {
	.footer-widgets {
		padding-top: 8%;
		margin-bottom: 0;
	}
}

.footer-widgets .footer-column {
	width: 30.6%;
	float: left;
	padding-top: 7%;
	margin-right: 4%;
	display: inline-block;
	vertical-align: top;
	transition: 0.2s ease-in-out;
}

@media (max-width: 1000px) {
	.footer-widgets .footer-column {
		width: 100%;
		margin-bottom: 5%;
		padding-top: 0;
		margin-right: 0;
	}
}

@media (max-width: 600px) {
	.footer-widgets .footer-column {
		padding-right: 0;
		margin-bottom: 7%;
	}
}

.footer-widgets .footer-column:last-child {
	margin-right: 0;
}

.footer-widgets .footer-column:first-of-type:nth-last-of-type(2),
.footer-widgets .footer-column:first-of-type:nth-last-of-type(2)~.footer-column {
	width: 48%;
}

@media (max-width: 1000px) {

	.footer-widgets .footer-column:first-of-type:nth-last-of-type(2),
	.footer-widgets .footer-column:first-of-type:nth-last-of-type(2)~.footer-column {
		width: 100%;
	}
}

.footer-widgets .footer-column:first-of-type:nth-last-of-type(3),
.footer-widgets .footer-column:first-of-type:nth-last-of-type(3)~.footer-column {
	width: 30.6%;
}

@media (max-width: 1000px) {

	.footer-widgets .footer-column:first-of-type:nth-last-of-type(3),
	.footer-widgets .footer-column:first-of-type:nth-last-of-type(3)~.footer-column {
		width: 100%;
	}
}

.footer-widgets ul {
	list-style: none;
	margin: 0;
}

.footer-widgets ul li {
	padding: 0 0 15px 0;
}

.footer-widgets ul li:last-child {
	padding-bottom: 0;
}

.footer-widgets ul ul li {
	list-style-type: circle;
}

.footer-widgets ul .menu-item-has-children {
	padding-bottom: 0;
}

.footer-widgets ul.children,
.footer-widgets ul.sub-menu {
	margin-left: 20px;
	margin-top: 10px;
}

.footer-widgets ul.sub-menu li:last-child {
	padding-bottom: 15px;
}

.footer-widgets .sub-menu {
	margin-left: 20px;
}

.footer-widgets .widget_text a {
	border-bottom: dotted 1px rgba(255, 255, 255, 0.3);
}

.footer-widgets section+section {
	margin-top: 40px;
}

.footer-bottom {
	display: inline-block;
	width: 100%;
	padding-top: 4%;
}

.footer-widgets+.footer-bottom {
	border-top: dotted 1px rgba(255, 255, 255, 0.4);
}

@media (max-width: 1000px) {
	.footer-widgets+.footer-bottom {
		padding-top: 30px;
	}
}

.footer-tagline {
	display: inline-block;
	width: 40%;
}

@media (max-width: 1000px) {
	.footer-tagline {
		float: none;
		width: 100%;
		margin-top: 15px;
	}
}

.footer-navigation+.footer-tagline {
	float: right;
}

.footer-tagline a {
	border-bottom: 1px dotted rgba(255, 255, 255, 0.3);
	padding-bottom: 1px;
}

.site-footer .widget-title {
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 25px;
	line-height: 1.2;
	color: #272c30;
}

@media (max-width: 1000px) {
	.site-footer .widget-title {
		margin-bottom: 15px;
	}
}

@media (max-width: 600px) {
	.site-footer .widget-title {
		font-size: 18px;
		margin-bottom: 10px;
	}
}

.footer-navigation {
	display: inline-block;
}

.footer-navigation ul {
	margin: 0;
}

.footer-navigation li {
	display: inline-block;
	list-style: none;
	margin-right: 15px;
}


/* --------------------------------------------------------------
Attachments
-------------------------------------------------------------- */

.attachment .comments-area,
.attachment .entry-meta,
.attachment .post-navigation,
.attachment .entry-footer {
	display: none;
}


/* --------------------------------------------------------------
Miscellaneous
-------------------------------------------------------------- */

::selection {
	background: rgba(255, 244, 147, 0.8);
	color: #272c30;
}

#wpstats {
	display: none;
}

.compat-object-fit {
	background-size: cover;
	background-position: center center;
}

.compat-object-fit img {
	opacity: 0;
}

.post-password-form label {
	display: inline-block;
	width: 40%;
}

.post-password-form input[type="submit"] {
	display: inline-block;
}

.not-found {
	text-align: center;
}

.blog .post.sticky {
	background: #fff;
	padding: 4%;
	border-bottom: none;
}

.page-template-full-width #page,
.page-template-full-width #primary {
	padding: 0;
	max-width: 100%;
	width: 100%;
}

.page-template-full-width #page .entry-header {
	padding: 5% 2% 0;
}

.page-template-full-width .site-content {
	padding-bottom: 0;
}


/*--------------------------------------------------------------
Block Alignments
--------------------------------------------------------------*/

.wp-block-gallery {
	margin-left: 0;
	margin-bottom: 1.2em;
}

.wp-block-image figcaption {
	font-size: 15px;
	margin-top: 1em;
}

ul.blocks-gallery-grid,
ul.wp-block-social-links,
.entry-content .wp-block-gallery {
	padding-left: 0;
}

.alignfull,
.alignwide {
	margin-bottom: 2em;
	width: 100%;
}

@media (max-width: 600px) {

	.alignfull.wp-block-gallery,
	.alignwide.wp-block-gallery {
		margin-left: -8px;
		margin-right: -8px;
		width: inherit;
	}
}

.alignfull img,
.alignwide img {
	display: block;
}

.alignwide {
	max-width: none;
}

@media (min-width: 1000px) {
	.alignwide {
		width: 75vw;
		margin-left: calc(50% - 75vw / 2);
	}
}

.entry-content>.alignfull {
	width: 100vw;
	margin-left: calc(50% - 50vw);
	max-width: none;
}

.wp-block-columns {
	margin-bottom: 1.2em;
}


/** custom style **/

body #page {
	padding: 0px !important;
	max-width: 100% !important;
}

body #page #primary {
	max-width: 100% !important;
	width: 100% !important;
}

body .site-footer {
	display: none !important;
}

.common-breadcrumb .elementor-icon-list-items>li {
	display: inline-block;
	position: relative;
	font-size: 16px;
}

.common-breadcrumb .elementor-icon-list-items>li:first-child:before {
	display: none !important;
}

.common-breadcrumb .elementor-icon-list-items>li:first-child {
	padding-left: 0px !important;
}

.common-breadcrumb .elementor-icon-list-items>li {
	padding-left: 20px;
}

.common-breadcrumb .elementor-icon-list-items>li:last-child span {
	color: #54595f !important;
}

.common-breadcrumb .elementor-icon-list-items>li:before {
	content: "";
	width: 6px;
	height: 6px;
	background-color: #3670C8;
	position: absolute;
	border-radius: 50px;
	top: 10px;
	left: 6px;
}

.service-section-one {
	position: relative;
}

.service-section-one:before,
.product-detail-sec-1:before,
.training-mainpage-section1:before,
.top-banner-bg-gridnet:before {
	content: "";
	background-image: url('images/lines-curves-flip.png');
	width: 620px;
	height: 570px;
	position: absolute;
	left: -140px;
	background-repeat: no-repeat;
	background-position: left top;
	background-size: contain;
	top: -100px;
	z-index: -1;
}


/** Custom css Data **/

body {
	outline: none !important;
}

body .titles-wrap {
	display: none;
}

a {
	display: inline-block;
}


/*Header css Start*/

header.custom-header {
	background-color: transparent;
	padding: 0px;
	/*    box-shadow: 0px 4px 16px rgb(6 16 55 / 2%);*/
	position: fixed;
	top: 0;
	background: #fff;
	z-index: 9999;
}

.menu-right-side {
	width: 100%;
}

nav.custom-nav>#mega-menu-wrap-primary,
nav.custom-nav {
	background-color: transparent;
	position: unset !important;
}

nav.custom-nav #mega-menu-primary {
	text-align: right !important;
}

html header nav#site-navigation ul#mega-menu-primary>li.mega-menu-item>a.mega-menu-link {
	color: rgba(60, 60, 60, 1) !important;
	font-family: 'Open Sans', sans-serif;
	font-size: 18px;
	font-weight: 700 !important;
	letter-spacing: 0em;
	padding: 12px 15px !important;
	height: 52px;
	border-bottom: 1px solid transparent;
	line-height: 1.5;
	margin-left: 5px;
	margin-right: 5px;
}

html header nav#site-navigation ul#mega-menu-primary>li.mega-menu-item>a.mega-menu-link:hover {
	background-color: #3670C8;
	color: #fff !important;
	border-bottom: 1px solid transparent;
}

html header nav#site-navigation #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item:last-child>a.mega-menu-link {
	color: #95C23D !important;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	margin-right: 0;
}

html header nav#site-navigation #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item:last-child>a.mega-menu-link:hover {
	color: #fff !important;
}

html header nav#site-navigation #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item.mega-current-menu-item:last-child>a.mega-menu-link {
	color: #fff !important;
}

html header nav#site-navigation ul#mega-menu-primary>li.mega-menu-item.mega-current-menu-item>a.mega-menu-link {
	background-color: #3670C8;
	color: #fff !important;
	border-bottom: 1px solid transparent;
}

html header nav#site-navigation ul#mega-menu-primary>li.mega-menu-item.mega-current-menu-item>a.mega-menu-link,
html header nav#site-navigation ul#mega-menu-primary>li.mega-menu-item.mega-current-menu-ancestor>a.mega-menu-link,
html header nav#site-navigation ul#mega-menu-primary>li.mega-menu-item.mega-current-page-ancestor>a.mega-menu-link {
	background-color: #3670C8;
	color: #fff !important;
	border-bottom: 1px solid transparent;
}

html header nav#site-navigation ul#mega-menu-primary .mega-current-menu-item.mega-current_page_item>a.mega-menu-link {
	background-color: #fff;
	color: #3670C8 !important;
	border-bottom: 1px solid #3670C8;
}

html header nav#site-navigation ul#mega-menu-primary>li.mega-menu-item.mega-toggle-on>a.mega-menu-link {
	background-color: #3670C8;
	color: #fff !important;
}

html header nav#site-navigation ul#mega-menu-primary .mega-menu-row {
	background-color: #fff;
	border-top: 4px solid #3670C8;
	filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
	padding-top: 30px;
	padding-bottom: 30px;
	padding-left: 25px;
	padding-right: 25px;
}

html header nav#site-navigation ul#mega-menu-primary .mega-menu-row>ul.mega-sub-menu .mega-menu-item-type-custom ul.mega-sub-menu {
	margin-left: 0 !important;
	margin-top: 10px;
}

html header nav#site-navigation ul#mega-menu-primary .mega-menu-row>ul.mega-sub-menu .mega-menu-item-type-custom ul.mega-sub-menu a {
	font-family: 'Open Sans', sans-serif !important;
	color: #5A6471 !important;
	font-size: 16px !important;
	font-weight: 400 !important;
	line-height: 24px !important;
	letter-spacing: 0em;
	text-align: left;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	position: relative;
	margin-bottom: 10px !important;
}

html header nav#site-navigation ul#mega-menu-primary .mega-menu-row>ul.mega-sub-menu .mega-menu-item-type-custom ul.mega-sub-menu a:after {
	content: '';
	display: block;
	width: 0;
	height: 2px;
	background: #3670C8;
	transition: width .3s;
}

html header nav#site-navigation ul#mega-menu-primary .mega-menu-row>ul.mega-sub-menu .mega-menu-item-type-custom ul.mega-sub-menu a:hover,
.mega-sub-menu>li.no-title ul li ul li a:hover {
	color: #3670C8 !important;
}

html header nav#site-navigation ul#mega-menu-primary .mega-menu-row>ul.mega-sub-menu .mega-menu-item-type-custom ul.mega-sub-menu a:hover::after {
	width: 100%;
}

.mega-sub-menu>li.no-title ul li ul li a:hover::after {
	width: 100% !important;
}

html header nav #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-megamenu>ul.mega-sub-menu {
	border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px;
}

.cool-link:hover::after {
	width: 100%;
	//transition: width .3s;
}

#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item-has-children>a.mega-menu-link>span.mega-indicator:after {
	content: '\f347' !important;
}

.top-nav-bar ul#menu-top-navbar {
	display: flex;
	justify-content: flex-end;
	list-style: none;
	margin: 0;
}

.top-nav-bar ul#menu-top-navbar li>a {
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 19px;
	letter-spacing: 0em;
	text-align: left;
	padding: 0 15px;
	color: #808790;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
}

.top-nav-bar ul#menu-top-navbar li>a:hover {
	color: #3670C8;
}

.top-bar {
	/**	border-bottom: 1px solid #F1F1F2; **/
	padding-top: 20px;
	padding-bottom: 10px;
}

.top-nav-bar {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
	align-items: center;
}

.custom-nav-top {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

.social-icons>#secondary {
	display: flex;
}

.social-icons .wp-block-image {
	margin: 0 10px;
}

.top-search-bar .gbicon-search {
	cursor: pointer;
	font-size: 16px;
	color: #808790;
	font-weight: 100;
}

.top-search-bar {
	position: relative;
	margin: 0 20px;
}

.top-search-bar .search-bar form.searchform {
	position: absolute;
	top: -10px;
	right: 20px;
	width: 0;
	visibility: hidden;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	overflow: hidden;
}

.top-search-bar .search-bar.active form.searchform {
	width: 340px;
	position: absolute;
	visibility: visible;
	overflow: hidden;
}

.top-search-bar .search-bar.active .gbicon-search::before {
	content: "\e901";
}

.top-search-bar .searchsubmit {
	display: none;
}

#mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner,
#mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner::before,
#mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner::after {
	background-color: #62707c !important;
}

#mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-blocks-left,
#mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-blocks-center {
	display: none;
}

.site-identity {
	padding: 0;
	display: flex;
	align-items: center;
}

#menu-top-support-nav {
	list-style: none;
	margin: 0;
}

#menu-top-support-nav li>a {
	border: 1px solid #BBBBBB;
	box-sizing: border-box;
	border-radius: 5px;
	padding: 10px 25px;
	font-size: 14px;
	margin-left: 10px;
	color: #808790;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	font-weight: normal;
	width: 130px;
	height: 34px;
	display: flex;
	justify-content: center;
	align-items: center;
}

#menu-top-support-nav li>a:hover {
	background-color: #4565AD;
	color: #fff;
	border-color: #4565AD;
}


/* Header css end*/

.footer-logo img {
	width: 100% !important;
}


/*Footer css*/

.exc-footer {
	background-color: #F8FBFF;
	padding-top: 60px;
	padding-bottom: 60px;
}

.footer-common-ul ul {
	list-style: none;
	margin-left: 0;
}

.footer-common-ul h5 {
	font-family: 'Open Sans', sans-serif;
	font-size: 15px;
	font-style: normal;
	font-weight: 600;
	line-height: 19.5px;
	letter-spacing: 0em;
	text-align: left;
	margin-top: 10px;
	margin-bottom: 10px;
}

.footer-common-ul ul li a {
	font-family: 'Open Sans', sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
	line-height: 28px;
	letter-spacing: 0em;
	text-align: left;
	border-bottom: 1px solid transparent;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	position: relative;
	display: inline-block;
	color: #62707c;
}

.footer-common-ul ul li a:hover {
	color: #4565AD;
}

.footer-common-ul ul li a:after {
	content: '';
	display: block;
	width: 0;
	height: 2px;
	background: #4565AD;
	transition: width .3s;
	-webkit-transition: width .3s;
}

.footer-common-ul ul li a:hover:after {
	width: 100%;
}

footer .footer-social-icon .elementor-social-icon {
	background-color: transparent;
	width: 100%;
}

footer .footer-social-icon .elementor-social-icon i {
	color: #3670C8;
	font-size: 18px;
}

footer .footer-social-icon .elementor-social-icon i.fa-facebook-f {
	margin: 0 8px
}

footer.exc-footer {
	position: relative;
}

footer.exc-footer::after {
	content: " ";
	background: url(/wp-content/uploads/2021/12/footer-left-bg.png);
	width: 150px;
	height: 120px;
	background-repeat: no-repeat;
	background-size: contain;
	border-radius: 0px;
	right: 0;
	position: absolute;
	bottom: 0;
}

footer.exc-footer::before {
	content: " ";
	background: url(/wp-content/uploads/2021/12/footer-bg-left.png);
	width: 150px;
	height: 150px;
	background-repeat: no-repeat;
	background-size: contain;
	border-radius: 0px;
	position: absolute;
	left: 0;
	top: 0;
}

.second-footer a,
.second-footer p {
	color: #808790;
	font-size: 13px;
	margin: 0;
	transition: all;
	-webkit-transition: all;
	position: relative;
}

.second-footer a:after {
	content: '';
	display: block;
	width: 0;
	height: 2px;
	background: #3670C8;
	transition: width .3s;
	-webkit-transition: width .3s;
}

.second-footer a:hover {
	color: #4565AD;
}

.second-footer a:hover:after {
	width: 100%;
}

.footer-login a {
	padding-right: 70px;
}


/*********Home Page css************/


/*Top banner*/

.page-id-21 header.custom-header {
	background-color: transparent !important;
}

.page-id-21 header.custom-header .top-bar {
	border-bottom: 0;
}

.page-id-21 .site-main {
	position: relative;
}

.page-id-21 .site-main:before {
	content: " ";
	background-image: url(/wp-content/uploads/2022/01/Excentis-top-header-shap-1.svg);
	background-repeat: no-repeat;
	background-size: contain;
	height: 30%;
	width: 46%;
	position: absolute;
	left: -150px;
	top: 0px;
	z-index: 0;
}

.home-banner-heading h2 span {
	font-weight: bold;
}

.page-id-21 header.white-header {
	background-color: #fff !important;
}

header.white-header {
	box-shadow: 0px 4px 16px rgb(6 16 55 / 2%);
}

.top-banner .top-banner-img img {
	height: 850px;
	max-width: 1060px;
	position: absolute;
	top: -165px;
	left: -80px;
	object-fit: cover;
}

.highlighted-items-main-section {
	background-color: #fff;
	z-index: 99;
}

.home-network-section .common-network-box p {
	margin-bottom: 0;
}

.home-network-section .common-network-box {
	background-color: #fff;
	box-shadow: 0px 4px 24px 0px #06103717;
	border-radius: 8px;
	overflow: hidden;
}

.mc4wp-alert p {
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	text-align: center;

}

.mc4wp-response .mc4wp-success {
	color: green;
}

.mc4wp-response .mc4wp-error {
	color: red;
}

.contact-expert-btn .elementor-button {
	box-shadow: 0px 4px 24px rgba(6, 16, 55, 0.09);
}

.home-network-section .common-network-box .elementor-widget-image,
.home-network-section .common-network-box .elementor-widget-image .elementor-widget-container {
	width: 100%;
	height: 100%;
}

.home-network-section .common-network-box .elementor-widget-image img {
	width: 100%;
	height: 100%;
}

ul.network-links {
	list-style: none;
	margin: 0;
	padding: 0;
}

ul.network-links li {
	display: block;
	width: 100%;
	margin-bottom: 5px;
}

ul.network-links li a {
	display: flex;
	width: 100%;
	position: relative;
	line-height: 27px;
	align-items: center;
}

ul.network-links li a>svg {
	position: absolute;
	right: 45%;
}

.custom-row {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}

.custom-width {
	width: calc(100% / 3);
	margin: auto 15px;
	margin-bottom: 30px;
}

.custom-width:first-child {
	margin-left: 0;
}

.custom-width input {
	width: 100%;
	height: 54px;
	border-radius: 8px;
	border: 1px solid #3670C8;
	line-height: 26px;
}

.custom-width.scribe-btn {
	width: auto;
	text-align: center;
	position: relative;
}

.custom-width.scribe-btn input {
	width: auto;
	background-image: url('images/ArrowRight-white.svg');
	background-repeat: no-repeat;
	background-position: center right;
	background-size: 105px 18px;
	display: inline-block;
	padding-left: 45px;
	padding-right: 70px;
	background-position-y: 18px;
}


/*.custom-width.scribe-btn:after{
	content: "\f061";
    position: absolute;
    background-image: url('images/ArrowRight-white.svg');
    right: 5px;
    top: 50%;
    color: #fff;
    font-size: 18px;
    transform: translate(50%, -50%);
    cursor: pointer;
}*/

.contact-us-card .elementor-widget-wrap {
	box-shadow: 0px 4px 24px rgba(6, 16, 55, 0.09);
	margin: 0 15px;
	border-radius: 8px;
	padding: 40px 30px !important;
}

.contact-us-card .elementor-element.elementor-icon-list--layout-traditional {
	margin-bottom: 10px;
}

.contact-address .elementor-icon-list-item {
	align-items: flex-start;
}


/** Custom css End **/

.home-main-banner-left-desc p a {
	color: #5067AC !important;
	box-shadow: none !important;
	border: none !important;
}

.network-links li a {
	font-size: 16px;
}

.home-main-banner-left-desc p {
	margin-bottom: 0px;
}

.home-banner-heading,
.home-main-banner-left-desc {
	margin-bottom: 0px !important;
}

.highlight-items-inner .highlight-started-second {
	column-count: 2;
	column-gap: 0.5em;
	max-width: 100%;
	margin: auto;
	width: 100%;
}

.highlight-items-inner-list.layout_count_1 {
	width: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	height: auto;
}

.highlight-items-inner-list.layout_count_1 .highlight-items-inner-list-inner-custom {
	width: 50%;
	background-color: #fff;
	padding: 40px;
}

.highlight-items-inner-list.layout_count_1 {
	padding: 300px 0px 0px 0px;
}

.highlight-items-inner-list.layout_count_2,
.highlight-items-inner-list.layout_count_3,
.highlight-items-inner-list.layout_count_4,
.highlight-items-inner-list.layout_count_5 {
	background-image: none !important;
	width: 100%;
	padding-right: 0px;
}



.highlight-items-inner-list.layout_count_2 .highlight-items-inner-list-inner-custom,
.highlight-items-inner-list.layout_count_3 .highlight-items-inner-list-inner-custom,
.highlight-items-inner-list.layout_count_4 .highlight-items-inner-list-inner-custom,
.highlight-items-inner-list.layout_count_5 .highlight-items-inner-list-inner-custom {
	background-color: #fff;
	filter: drop-shadow(0px 4px 24px rgba(6, 16, 55, 0.09));
	padding: 30px;
}

.highlight-items-inner-list.layout_count_1,
.highlight-items-inner-list.layout_count_2 .highlight-items-inner-list-inner-custom {
	border-radius: 8px;
	overflow: hidden;
}

.highlight-items-inner-list {
	height: auto;
	filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.10));
	margin-bottom: 30px;
}

.highlight-items-inner-list.layout_count_1 img,
.highlight-items-inner-list.layout_count_2 img,
.highlight-items-inner-list.layout_count_5 img {
	display: none;
}

.highlight-items-inner-list.layout_count_3 .highlight-items-inner-list-inner-custom {
	padding: 30px;
}

.highlight-items-inner-list.layout_count_3 .highlight-items-inner-list-inner-custom,
.highlight-items-inner-list.layout_count_4 .highlight-items-inner-list-inner-custom {
	padding: 0px !important;
}

.highlight-items-inner-list.layout_count_3 .highlight-items-inner-list-inner-custom img,
.highlight-items-inner-list.layout_count_4 .highlight-items-inner-list-inner-custom img {
	width: 100%;
}

.highlight-items-inner-list.layout_count_3 .highlight-items-inner-list-inner-custom,
.highlight-items-inner-list.layout_count_4 .highlight-items-inner-list-inner-custom,
.highlight-items-inner-list.layout_count_5 .highlight-items-inner-list-inner-custom {
	border-radius: 8px;
	overflow: hidden;
}

.highlight-items-inner-list.layout_count_3 .highlight_card_desc,
.highlight-items-inner-list.layout_count_4 .highlight_card_desc {
	padding: 20px 30px;
}

/*.highlight-items-inner-list.layout_count_4 {
	position: absolute;
	bottom: 0px;
	left: 0px;
}*/

.highlight-items-inner-list.layout_count_2 .entry-content-custom,
.highlight-items-inner-list.layout_count_5 .entry-content-custom {
	display: none;
}

.highlight-items-inner-list.layout_count_2,
.highlight-items-inner-list.layout_count_5 {
	position: relative;
}

.highlight-items-inner-list.layout_count_2:before,
.highlight-items-inner-list.layout_count_5:before {
	content: "";
	background-image: url('images/graphic-highlight.png');
	position: absolute;
	width: 110px;
	height: 274px;
	background-size: contain;
	border-radius: 8px;
	top: 0px;
	background-repeat: no-repeat;
	z-index: 1;
}

.highlight-items-inner-list.layout_count_2:before {
	right: 20px;
}

.highlight-items-inner-list.layout_count_5:before {
	right: 0px;
}

.highlight-items-inner-list .post_type_label {
	margin-bottom: 0px;
	font-size: 16px;
	line-height: 21.79px;
	color: #808790;
}

.highlight_card_desc h2 {
	color: #3C3C3C;
	font-size: 26px;
	line-height: 35px !important;
}

.entry-content-custom p {
	color: #5A6471;
	font-size: 16px;
	line-height: 27px;
}

.highlight_card_desc>a {
	font-size: 16px;
	line-height: 21.79px;
	color: #3670C8;
	font-weight: 600;
}

.highlight-items-inner {
	margin-top: 50px;
}

ul.network-links {
	margin-bottom: 25px;
}

.highlighted-items-main-section {
	position: relative;
}

.highlighted-items-main-section:after {
	content: "";
	background-image: url('images/line-on-highligted-items.png');
	position: absolute;
	width: 265px;
	height: 1081px;
	right: -200px;
	top: 500px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
}

.homepage_case_studies {
	display: flex;
	flex-wrap: wrap;
}

.homepage_case_studies .cases-cards.homepage-cases-card:nth-child(odd) {
	width: 48%;
	margin-right: 2%;
	padding-bottom: 30px;
}

.cases-cards.homepage-cases-card {
	width: 50%;
}

.cases-cards.homepage-cases-card h2 {
	font-weight: 600;
	font-size: 30px;
	line-height: 42px;
	margin-bottom: 0px;
	color: #3C3C3C;
}

.cases-data-inner .cases-categories {
	padding: 8px 0px;
	margin: 0px;
	list-style: none;
}

.cases-data-inner .cases-categories li {
	display: inline-block;
	font-size: 12px;
	line-height: 19px;
	position: relative;
	padding: 0px 15px;
}

.cases-data-inner .cases-categories li:before {
	content: "";
	width: 8px;
	height: 8px;
	background-color: #3670C8;
	border-radius: 50px;
	position: absolute;
	left: 0px;
	top: 5px;
}

.cases-data-inner a>img {
	width: 100%;
	min-height: 220px;
	max-height: 220px;
	object-fit: cover;
}

.cases-data-inner>a>p {
	font-size: 16px;
	line-height: 26px;
	font-weight: normal;
	margin-top: 30px;
	color: #3C3C3C;
}

.contact-address ul li .elementor-icon-list-text {
	line-height: 26px;
}

.homepage_case_studies .cases-cards.homepage-cases-card:nth-child(3),
.homepage_case_studies .cases-cards.homepage-cases-card:nth-child(4) {
	border-top: 1px solid #DDDDDD;
	padding-top: 30px;
}

.cases-data-inner>a {
	padding-top: 15px;
	font-size: 16px;
	padding-bottom: 0px;
}

.highlight_card_desc>a svg {
	margin-left: 8px;
}

.cases-data-inner>a svg {
	margin-left: 8px;
	margin-right: 20px;
}

.single-blog-page .featured-image {
	display: block !important;
}

.common-btn .elementor-button-icon svg {
	width: 20px;
	margin-top: 2px;
	margin-left: 5px;
	margin-bottom: -2px;
}

.cases-homepage {
	position: relative;
}

.cases-homepage:after,
.media-download-section-product-details:after {
	content: "";
	background-image: url('/wp-content/uploads/2022/01/zigzag.svg');
	width: 100%;
	height: 10px;
	position: absolute;
	top: 0px;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
}

.cases-homepage {
	position: relative;
}

.cases-homepage:before {
	content: "";
	background-image: url('/wp-content/uploads/case-service-page.svg');
	background-repeat: no-repeat;
	background-size: contain;
	height: 100%;
	width: 300px;
	position: absolute;
	left: -135px;
	top: 0px;
	z-index: 0;
}

.network-links li a svg,
.highlight_card_desc>a svg,
.common-btn a,
.custom-width.scribe-btn input,
.cases-data-inner>a svg,
.services-readmore-btn-service-page .elementor-button-link,
.services-readmore-btn-service-page .elementor-button-link svg,
.s-c-content>a,
.s-c-content>a svg,
.product-get-title-main-inner ul li a,
.product-support-btn a,
.product-support-btn a svg,
.product-detail-step-guide .elementor-button-wrapper .elementor-button-link,
.product-detail-step-guide .elementor-button-wrapper .elementor-button-link svg,
.custom-field-container.submit-btn input[type="submit"],
.stay-informed-mailchimp .yikes-easy-mc-form button[type="submit"],
.training-main-page-btn-group>.elementor-container>.elementor-column:first-child a,
.training-main-page-btn-group>.elementor-container>.elementor-column:last-child a,
.training-main-page-btn-group>.elementor-container>.elementor-column:first-child a svg path,
.training-main-page-btn-group>.elementor-container>.elementor-column:last-child a svg path,
.home-banner-links .elementor-icon-list-items li a .elementor-icon-list-icon {
	transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
}

.common-btn a span.elementor-button-icon {
	position: relative;
	margin-right: 25px;
}

.common-btn a span.elementor-button-icon svg {
	position: absolute;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	right: -22px;
}

.upcoming-training-main-inner td.t-title {
	font-size: 16px;
	color: #5A6471;
	line-height: 27.2px;
	font-weight: 700;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 15px;
	padding-bottom: 15px;
}

.t-categories {
	display: flex;
}

.t-categories span {
	background-color: #E1ECFF;
	font-size: 11px;
	line-height: 14.4px;
	font-weight: 600;
	border-radius: 2px;
	margin: 0px 5px;
	padding: 5px 6px;
}

.t-days svg,
.t-date svg,
.t-format svg,
.t-link svg {
	vertical-align: middle;
}

.t-days,
.t-date,
.t-format,
.t-link {
	font-size: 16px;
	color: #5A6471;
	line-height: 27.2px;
}

.upcoming-training-main-inner td svg {
	width: 20px;
	vertical-align: sub;
	height: 20px;
}

.t-link a {
	display: flex;
	align-items: center;
}

.t-link a>svg {
	margin-left: 10px;
}

.upcoming-training-main-inner td {
	border-width: 0px !important;
	vertical-align: middle;
}

.upcoming-training-main-inner tr {
	box-shadow: 0px 1px 0px 0px #DEE9F7;
}

.upcoming-training-main-inner td,
.upcoming-training-main-inner tr {
	background-color: transparent !important;
}

.client-logo-home-inner {
	display: flex;
	flex-wrap: wrap;
	padding: 10px 0px;
}

.client-logo-home-inner .client-image-inner {
	width: 20%;
	text-align: center;
}

.client-logo-home-inner .client-image-inner img {
	width: 140px;
	height: 70px;
	object-fit: contain;
	filter: grayscale(100%);
	/*-webkit-transition: 0.4s ease;
  	transition: 0.4s ease;
  	overflow: hidden;*/
}

.client-logo-home-inner .client-image-inner:hover img {
	/*	filter: grayscale(0);
	-webkit-transform: scale(1.08);
  transform: scale(1.08);*/
}

.margin-bottom-zero {
	margin-bottom: 0px !important;
}

.testimonial-home-main-inner .slick-list {
	overflow: visible;
}

.page-id-21 header.white-header {
	filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
}

.second-footer p>a {
	color: #808790bd;
	font-weight: 400;
}

.footer-login p>a {
	color: #808790bd;
}

.custom-logo-link img {
	margin-top: 12px;
}

html header nav#site-navigation ul#mega-menu-primary .mega-menu-row {
	border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px;
}

.mega-toggle-blocks-right button:active {
	box-shadow: none !important;
}

.mega-sub-menu>li.no-title ul li ul li a {
	font-family: 'Open Sans', sans-serif !important;
	color: #5A6471 !important;
	font-size: 16px !important;
	font-weight: 400 !important;
	line-height: 24px !important;
	letter-spacing: 0em;
	text-align: left !important;
	-webkit-transition: all 0.3s ease-in-out !important;
	transition: all 0.3s ease-in-out !important;
	position: relative !important;
	margin-bottom: 10px !important;
	text-transform: capitalize !important;
}

.mega-sub-menu>li.no-title ul li ul li a:after {
	content: '';
	display: block !important;
	width: 0 !important;
	height: 2px !important;
	background: #3670C8 !important;
	transition: width .3s;
	-webkit-transition: width .3s;
}

html.add_custom_css {
	overflow: hidden;
}


/* News Insights Home section*/

.home-news-insights {
	position: relative;
}

.home-news-insights:after {
	content: "";
	background-image: url(/wp-content/uploads/2022/01/Group-6858.png);
	background-repeat: no-repeat;
	background-size: contain;
	height: 100%;
	width: 18%;
	position: absolute;
	right: -100px;
	top: -270px;
	z-index: 0;
}

.home-client-section:after {
	content: "";
	background-image: url(/wp-content/uploads/2022/01/testimonial-home-pattern.png);
	background-repeat: no-repeat;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	height: 100%;
	width: 18%;
	position: absolute;
	right: -100px;
	top: -130px;
	z-index: 0;
}

.home-client-section {
	position: relative;
}

.home-news-insights-main .home-news-insights-inner {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-left: -10px;
	margin-right: -8px;
}

.home-news-insights-main .home-news-insights-inner .news-insights-home {
	max-width: 33.33%;
	padding-left: 10px;
	padding-right: 10px;
}

.home-news-insights-main .home-news-insights-inner .news-insights-home article {
	height: 100%;
}

.news-insights-home-inner {
	border-radius: 8px;
	border: 1px solid transparent;
	overflow: hidden;
	box-shadow: 0px 4px 24px rgba(6, 16, 55, 0.09);
	height: 100%;
	transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
}

.news-insights-home-inner img {
	height: 210px !important;
	width: 100%;
	object-fit: cover;
}

.news-insights-home-inner .news-insights-home-desc {
	padding: 30px;
	background-color: #fff;
	margin-top: -10px;
	min-height: 250px;
}

.home-news-insights h2.elementor-heading-title {
	font-family: 'Open Sans', sans-serif;
	font-size: 40px;
	font-style: normal;
	font-weight: 700;
	line-height: 55px;
	text-align: left;
	margin-bottom: 20px;
}

.news-insights-home-desc-top-bar span {
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 29px;
	text-align: left;
	color: #808790;
}

.news-insights-home-inner .news-insights-home-desc p {
	font-family: 'Open Sans', sans-serif;
	color: #5A6471;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 26px;
	text-align: left;
	margin-bottom: 0;
}

.news-insights-home-desc h2 {
	font-family: Open Sans;
	font-size: 22px;
	font-style: normal;
	font-weight: 600;
	line-height: 30px;
	text-align: left;
	margin-top: 10px;
	margin-bottom: 10px;
}

.testimonial-home-main-inner-items {
	border-radius: 10px;
	box-shadow: 0px 4px 24px 0px #06103717;
	margin: 0 15px;
}

.testimonial-review-content p {
	font-weight: 400;
	text-align: left;
	color: #5A6471;
	font-size: 16px;
	line-height: 26px;
}

.testimonial-home-bottom-clientname-designation img {
	width: 50px;
	height: 50px !important;
	object-fit: cover;
	border-radius: 50px !important;
	margin-right: 10px;
}

.testimonial-home-bottom-clientname-designation p {
	font-family: Open Sans;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 19px;
	letter-spacing: 0em;
	text-align: left;
	margin-bottom: 0;
}

.testimonial-home-bottom-clientname-designation h4 {
	font-family: Open Sans;
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: 25px;
	letter-spacing: 0em;
	text-align: left;
	margin-bottom: 0;
}

.testimonial-home-main-inner-items-inner {
	padding: 25px;
}

.testimonial-home-bottom {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.testimonial-home-bottom-clientname-designation {
	display: flex;
	align-items: flex-start;
}

.testimonial_client {
	padding-left: 0px;
}

.testimonial-home-bottom>img {
	width: 60px;
	object-fit: contain;
}

.testimonial-home-main-inner-items {
	opacity: 0.6;
}

.testimonial-home-main-inner-items.slick-active,
.testimonial-home-main-inner-items.slick-current {
	opacity: 1 !important;
}

.testimonial-arrows-dots {
	display: flex;
	align-items: center;
	justify-content: center;
}

button:focus {
	box-shadow: none !important;
}

button:focus-visible {
	outline: none !important;
}

.testimonial-arrows {
	position: relative;
}

.testimonial-arrows button {
	padding: 0px;
	background-color: transparent !important;
	position: absolute;
	top: 7px;
}

.testimonial-arrows button.slick-prev {
	left: 0px;
}

.testimonial-arrows button.slick-next {
	right: 0px;
}

.testimonial-arrows button i {
	color: #AEC0DA;
}

.testimonial-dots {
	min-width: 100px;
	padding-top: 40px;
}

.testimonial-arrows {
	width: 100%;
	display: flex;
}

.testimonial-dots ul {
	padding: 0px;
	margin: 0px;
	text-align: center;
}

.testimonial-dots ul li {
	display: inline-block;
	margin: 0px 5px;
}

.testimonial-dots ul li button {
	font-size: 0px;
	background-color: #CBD4E1;
	width: 6px;
	height: 6px;
	padding: 0px;
	border-radius: 50px;
}

.testimonial-dots ul li.slick-active button {
	width: 10px;
	height: 10px;
	background-color: #3670C8;
}


/** cases style **/

.filter_cases_cat {
	padding-bottom: 46px;
}

ul.custom-checkbox-fill {
	display: flex;
	flex-wrap: wrap;
	list-style: none;
	margin-left: -10px;
	margin-right: -10px;
	margin-bottom: 0;
	padding: 0;
	position: relative;
	z-index: 2;
}

ul.custom-checkbox-fill li {
	padding-left: 10px;
	padding-right: 10px;
}

html .custom-checkbox-item input[type="checkbox"] {
	-webkit-appearance: none !important;
	-moz-appearance: none !important;
	appearance: none !important;
	border: 0 !important;
	background-color: transparent !important;
}

.custom-checkbox-item label {
	background-color: #eef7fb;
	color: #5a6471;
	border-radius: 8px;
	font-size: 16px;
	font-family: "Open Sans", sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 32px;
	letter-spacing: 0em;
	text-align: center;
	padding: 8px 20px;
	cursor: pointer;
	transition: all 0.3s ease-in;
	-webkit-transition: all 0.3s ease-in;
}



.custom-checkbox-item input[type="checkbox"]:checked+label {
	background-color: #3670c8;
	color: #fff;
}

.search-filter,
.search-filter-blog {
	display: flex;
	justify-content: flex-start;
}

.search-filter input[type="text"],
.search-filter-blog input[type="text"] {
	max-width: 400px;
	border-radius: 3px;
	height: 44px;
	margin-right: 20px;
	border: 1px solid #dddddd;
	font-family: "Open Sans", sans-serif;
	font-size: 16px;
	font-style: italic;
	font-weight: 400;
	line-height: 27px;
	letter-spacing: 0em;
	text-align: left;
	padding: 6px 18px;
	padding-right: 40px;
}

.search-clear-archive-blog-cat {
	position: absolute;
	right: 190px;
	top: 5px;
	font-size: 22px;
	cursor: pointer;
}

.cat_search_btn_blog_cat {
	padding: 8px 35px;
	background-color: #3670c8;
	color: #fff;
	font-family: "Open Sans", sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 27px;
	display: inline-flex;
	align-items: center;
}

.cat_search_btn_blog_cat img {
	width: 16px;
	margin-right: 8px;
}


.search-filter .search_cat_button,
.news-search,
.blog-search,
.cat_search_btn,
.author_search_btn {
	padding: 8px 35px;
	background-color: #3670c8;
	color: #fff;
	font-family: "Open Sans", sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 27px;
	display: inline-flex;
	align-items: center;
}

.search-filter .search_cat_button:hover,
.news-search:hover,
.blog-search:hover,
.cat_search_btn:hover,
.author_search_btn: hover {
	background-color: #4565ad;
}

.search-filter .search_cat_button img,
.news-search img,
.blog-search img,
.cat_search_btn img,
.author_search_btn img {
	width: 16px;
	margin-right: 8px;
}

.cases-cards.custom-cards {
	border-bottom: 1px solid #dddddd;
}

.pagination-text,
.pagination-text-new,
.pagination-text-blog,
.pagination-blog-archieve,
.pagination-author {
	width: 100%;
	text-align: center;
}

.pagination-text {
	padding-top: 100px;
}

.pagination-text-new,
.pagination-text-blog,
.pagination-blog-archieve,
.pagination-author {
	padding-top: 60px;
}

.pagination-text span.current,
.pagination-text-new span.current,
.pagination-text-blog span.current,
.pagination-blog-archieve span.current,
.pagination-author span.current,
.pagination-blog-archieve-new span.current {
	color: #fff;
	background-color: #3670C8;
	padding: 15px 12px;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 27px;
	border-radius: 3px;
	min-width: 33px;
	margin-left: 10px;
}

.pagination-text a.page-numbers,
.pagination-text-new a.page-numbers,
.pagination-text-blog a.page-numbers,
.pagination-blog-archieve a.page-numbers,
.pagination-author a.page-numbers,
.pagination-blog-archieve-new a.page-numbers {
	border: 1px solid #3670C8;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 27px;
	padding: 10px;
	color: #3670C8;
	background-color: #fff;
	margin: 0 10px;
	border-radius: 3px;
	transition: 0.3s all ease-in;
	-webkit-transition: 0.3s all ease-in;
	min-width: 33px;
}

.pagination-text a.next,
.pagination-text a.prev,
.pagination-text-new a.next,
.pagination-text-new a.prev,
.pagination-text-blog a.next,
.pagination-text-blog a.prev,
.pagination-blog-archieve a.next,
.pagination-blog-archieve a.prev,
.pagination-author a.next,
.pagination-author a.prev,
.pagination-blog-archieve-new a.next,
.pagination-blog-archieve-new a.prev {
	border-radius: 3px;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 27px;
	padding: 10px 13px !important;
	border: 1px solid #3670C8;
	color: #3670C8;
	background-color: #fff;
	min-width: 93px;
	-webkit-transition: 0.3s all ease-in;
	transition: 0.3s all ease-in;
	margin: 0 10px;
}

.pagination-text a.next:hover,
.pagination-text a.prev:hover,
.pagination-text-padding a:hover,
.pagination-text-new a.next:hover,
.pagination-text-new a.prev:hover,
.pagination-text-blog a.next:hover,
.pagination-text-blog a.prev:hover,
.pagination-blog-archieve a.next:hover,
.pagination-blog-archieve a.prev:hover,
.pagination-author a.next:hover,
.pagination-author a.prev:hover,
.pagination-blog-archieve-new a.next:hover,
.pagination-blog-archieve-new a.prev:hover {
	color: #fff !important;
	background-color: #4565AD !important;
}

.pagination-text a.p-disabled,
.pagination-text a.p-disabled:hover,
.pagination-text-new a.p-disabled,
.pagination-text-new a.p-disabled:hover,
.pagination-text-blog a.p-disabled,
.pagination-text-blog a.p-disabled:hover,
.pagination-blog-archieve a.p-disabled,
.pagination-blog-archieve a.p-disabled:hover,
.pagination-author a.p-disabled,
.pagination-author a.p-disabled:hover,
.pagination-blog-archieve-new a.p-disabled,
.pagination-blog-archieve-new a.p-disabled:hover {
	border: 1px solid #DDDDDD;
	color: #DDDDDD;
	cursor: not-allowed;
	background-color: #fff;
	border-radius: 3px;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 27px;
	padding: 10px 13px;
	min-width: 93px;
	margin: 0 7px;
	margin-right: 0;
}

.pagination-text a.next,
.pagination-text-new a.next,
.pagination-text-blog a.next,
.pagination-blog-archieve a.next,
.pagination-author a.next,
.pagination-blog-archieve-new a.next {
	margin-left: 10px;
}

a.page-numbers {
	margin-right: 0 !important;
}

.pagination-text a.prev,
.pagination-text-new a.prev,
.pagination-text-blog a.prev,
.pagination-blog-archieve a.prev,
.pagination-author a.prev,
.pagination-blog-archieve-new a.prev {
	margin-right: 0;
}

.filter_result ul.page-numbers:hover {
	background-color: unset !important;
	color: unset !important;
}

.care-cta-section>.elementor-container {
	align-items: center;
}

.care-cta-section .elementor-widget-text-editor p {
	color: #3C3C3C;
	font-weight: 600;
	position: relative;
	z-index: 9;
}

.care-cta-image .elementor-widget-container img {
	position: relative;
	z-index: 1;
}

.care-cta-image .elementor-widget-container {
	position: relative;
}

.care-cta-image .elementor-widget-container:after {
	content: " ";
	background: rgba(69, 101, 173, 0.1);
	border-radius: 50%;
	width: 133px;
	height: 133px;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%)
}

.care-cta-image .elementor-widget-container:before {
	content: " ";
	background: rgba(69, 101, 173, 0.05);
	border-radius: 50%;
	width: 165px;
	height: 165px;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%)
}

.care-cta-desp p {
	background: #fff;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
	border-radius: 7px;
	display: inline-block;
	padding: 8px 30px;
	font-size: 14px;
	font-weight: 400;
	line-height: 19px;
	text-align: center;
	margin-bottom: 0;
	margin-top: -15px;
}

.care-cta-desp {
	margin-top: -10px;
}

.case-care-cta-section {
	background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(224, 242, 255, 0.2) 100%);
}

.care-contact-expr-btn a {
	transition: all 0.3s ease-in;
	-webkit-transition: all 0.3s ease-in;
}

.care-contact-expr-btn a .elementor-button-content-wrapper {
	align-items: center;
}

.care-contact-expr-btn a span.elementor-button-icon {
	height: 21px;
}

.care-contact-expr-btn a span.elementor-button-icon svg {
	transition: all 0.3s ease-in;
	-webkit-transition: all 0.3s ease-in;
	font-size: 21px;
}

.explore-case-btn a {
	transition: all 0.3s ease-in;
	-webkit-transition: all 0.3s ease-in;
}

.explore-case-btn a.elementor-button:hover {
	background: #4565AD !important;
	color: #fff !important;
	border-color: #4565AD !important;
}

.cases-page-data-call .search-filter {
	padding-top: 40px !important;
	padding-bottom: 20px !important;
}

.cases-page-data-call .search-clear-case {
	top: 44px !important;
}

.filter_cases_cat {
	margin-top: -90px;
}

html section.cases-list-page-top-heading-section {
	padding-bottom: 120px;
}

.common-breadcrumb .custom-breadcrumbs .elementor-icon-list-items>li:first-child span {
	color: #A6AEB9;
}

.common-breadcrumb .custom-breadcrumbs .elementor-icon-list-items>li:last-child span {
	color: #333333;
}

.custom-breadcrumbs span {
	font-family: 'Open Sans';
}

.common-breadcrumb .custom-breadcrumbs .elementor-icon-list-items>li:last-child {
	padding-left: 20px;
}

.common-breadcrumb .custom-breadcrumbs .elementor-icon-list-items>li:first-child {
	padding-right: 0px;
}

.cases-listing-page-top-sec .section-heading {
	margin-bottom: 12px;
}

.cases-listing-page-top-sec-inner p {
	margin: 0;
}

.cases-listing-page-top-sec-inner>.elementor-container {
	align-items: flex-end;
}

.cases-listing-page-top-sec-inner .green-w200-v54-btn {
	padding-bottom: 6px;
}

.cases-listing-page-top-sec-inner .green-w200-v54-btn .elementor-button-wrapper {
	display: flex;
	justify-content: flex-end;
}


/*.green-w200-v54-btn a.elementor-button-link {
    width: 220px;
    height: 54px;
    display: flex;
    align-items: center;
    justify-content: center;
}*/

section.cases-list-page-top-heading-section {
	background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(224, 242, 255, 0.2) 100%);
	padding-bottom: 120px;
}

.custom-breadcrumbs>.elementor-widget-wrap {
	padding: 0 !important;
}

.cases-list-page-top-heading-section {
	position: relative;
}

.cases-list-page-top-heading-section:before,
section.login-main-section.common-breadcrumb:before {
	content: " ";
	background-image: url(/wp-content/uploads/2022/01/left-side-lines.svg);
	background-repeat: no-repeat;
	background-size: contain;
	height: 570px;
	width: 330px;
	position: absolute;
	left: -145px;
	top: -80px;
	z-index: 0;
}


/*.cases-posts-list-inner-sec {
    display: flex;
    flex-flow: row;
    flex-wrap: wrap;
}
.cases-posts-list-inner-sec .cases-posts-card {
    width: 50%;
}
.cases-posts-list-inner-sec .cases-posts-card:nth-child(even) .cases-posts-card-inner {
    padding-left: 15px;
}
.cases-posts-list-inner-sec .cases-posts-card:nth-child(odd) .cases-posts-card-inner {
    padding-right: 15px;
}
.case-content p {
    color: #5A6471;
    font-size: 18px;
    line-height: 28px;
}
.cases-posts-card-inner {
    border-bottom: 1px solid #DDDDDD;
    padding-bottom: 30px;
    margin-bottom: 30px;
}
*/

.cases-cards .cases-data-inner .cases-categories li {
	color: #3C3C3C;
	margin-bottom: 18px;
}

.cases-posts-list-inner-sec .cases-cards.homepage-cases-card h2 {
	color: #3C3C3C;
}

.common-btn.cm-btn-m-0 svg {
	margin-top: 0px !important;
}

.career-list-data-section .search-filter {
	padding-top: 15px;
}

.career-list-data-section {
	position: relative;
}

.career-list-data-section:after {
	content: " ";
	background-image: url(/wp-content/uploads/2022/01/cases_detail_page_curve.png);
	background-repeat: no-repeat;
	background-size: contain;
	height: 800px;
	width: 340px;
	position: absolute;
	right: -270px;
	top: 150px;
	z-index: 0;
}

button:hover {
	box-shadow: none !important;
	-webkit-box-shadow: none !important;
}

.cases-listing-page-data .cases-cards.homepage-cases-card:nth-child(3),
.cases-listing-page-data .cases-cards.homepage-cases-card:nth-child(4) {
	border-top-width: 0px !important;
}

.cases-listing-page-data .cases-cards:nth-last-child(2),
.cases-listing-page-data .cases-cards:nth-last-child(3) {
	border-bottom-width: 0px !important;
}

.cases-template-default .cases-detail-common-breadcrumb .elementor-icon-list-items .elementor-icon-list-item {
	display: inline-block;
	position: relative;
}

.cases-template-default .cases-detail-common-breadcrumb .elementor-icon-list-items .elementor-icon-list-item:nth-child(2):before,
.cases-template-default .cases-detail-common-breadcrumb .elementor-icon-list-items .elementor-icon-list-item:nth-child(3):before {
	content: "";
	width: 6px;
	height: 6px;
	background-color: #3670C8;
	position: absolute;
	border-radius: 50px;
	top: 6px;
	left: 6px;
}

.cases-template-default .cases-detail-common-breadcrumb .elementor-icon-list-items .elementor-icon-list-item:nth-child(2),
.cases-template-default .cases-detail-common-breadcrumb .elementor-icon-list-items .elementor-icon-list-item:nth-child(3) {
	padding-left: 20px;
}

.cases-template-default .cases-detail-common-breadcrumb .elementor-icon-list-items .elementor-icon-list-item {
	line-height: 19px;
}

.cases-template-default .cases-detail-common-breadcrumb .elementor-icon-list-items .elementor-icon-list-item span {
	font-size: 18px;
}

.cases-template-default .cases-detail-common-breadcrumb .elementor-icon-list-items .elementor-icon-list-item:first-child span,
.cases-template-default .cases-detail-common-breadcrumb .elementor-icon-list-items .elementor-icon-list-item:nth-child(2) span {
	color: #A6AEB9;
}

.cases-template-default .cases-detail-common-breadcrumb .elementor-icon-list-items .elementor-icon-list-item:first-child:hover span,
.cases-template-default .cases-detail-common-breadcrumb .elementor-icon-list-items .elementor-icon-list-item:nth-child(2):hover span {
	color: #54595f !important;
}

.cases-template-default .featured-image {
	display: none !important;
}

.cases-detail-common-breadcrumb {
	background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(224, 242, 255, 0.2) 100%);
}

.case-detail-title {
	margin-bottom: 8px !important;
}

.case-detail-title h2 {
	font-size: 25px;
	line-height: 42px;
	color: #999999;
	margin-bottom: 0px;
	font-weight: 400;
}

.case-detail-subtitle h3 {
	font-weight: 700 !important;
	line-height: 38px;
	font-size: 30px;
	color: #3C3C3C !important;
}

.case-detail-categories .cases-categories,
.news_categories_list {
	padding: 8px 0px;
	margin: 0px;
	list-style: none;
}

.news_categories_list {
	padding-left: 0px !important;
}

.news_categories_list li a {
	text-decoration: none !important;
}

.news_categories_list li a {
	color: #333 !important;
}

.news_categories_list li a:hover {
	color: #4565AD !important;
}

.case-detail-categories .cases-categories li,
.news_categories_list li {
	color: #3C3C3C;
	margin-bottom: 18px;
	display: inline-block;
	font-size: 12px;
	line-height: 19px;
	position: relative;
	padding: 0px 15px;
}

.case-detail-categories .cases-categories li:before,
.news_categories_list li:before {
	content: "";
	width: 8px;
	height: 8px;
	background-color: #3670C8;
	border-radius: 50px;
	position: absolute;
	left: 0px;
	top: 5px;
}

.case-detail-subtitle {
	margin-bottom: 0px !important;
}

.similar-post-cases .homepage_case_studies .cases-cards.homepage-cases-card {
	border-bottom: 1px solid #dddddd;
}

.client-section-cases-details:after {
	display: none !important;
}

.cases-template-default .post-navigation {
	display: none !important;
}

.cases-template-default #page #content {
	padding-bottom: 0px !important;
}

.cases-details-first-section {
	position: relative;
}

.cases-details-first-section:before {
	content: " ";
	background-image: url(/wp-content/uploads/2022/01/cases-details-top.png);
	background-repeat: no-repeat;
	background-size: contain;
	height: 600px;
	width: 340px;
	position: absolute;
	left: -160px;
	top: -220px;
	z-index: -1;
}

.cases-detail-common-breadcrumb {
	padding: 20px 0px 40px 0px;
}

.cases-details-first-section {
	padding: 30px 0px 0px 0px;
}

.cases-template-default .home-client-section {
	padding: 30px 0px 50px 0px;
}

.cases-template-default .home-client-section h2 {
	color: #3C3C3C;
	font-family: "Open Sans", Sans-serif;
	font-size: 40px;
	font-weight: 700;
	line-height: 55px;
	text-align: center;
}

.service-section-one .elementor-widget-image img {
	width: 100%;
	display: block;
	margin-top: -100px;
}

.service-page-activites section>.elementor-container>.elementor-column {
	padding-right: 10px;
	padding-left: 10px;
}

.service-page-activites section>.elementor-container {
	margin-left: -10px;
	margin-right: -10px;
}

.service-page-activites section>.elementor-container>.elementor-column>.elementor-widget-wrap {
	position: relative;
	background: #FFFFFF;
	box-shadow: 0px 8px 20px rgb(22 42 120 / 10%);
	border-radius: 8px;
	padding: 70px 15px 20px 15px;
}

.service-page-activites section>.elementor-container>.elementor-column>.elementor-widget-wrap .elementor-widget-image {
	position: absolute;
	top: -50px;
	width: 100px;
	height: 100px;
	background-color: #fff;
	border-radius: 50%;
	background: #FFFFFF;
	box-shadow: 0px 5.6px 22.4px rgb(6 16 55 / 4%);
	left: 25px;
}

.services-readmore-btn-service-page {
	position: absolute !important;
	bottom: 20px;
	left: 0;
	right: 0px;
	width: 100% !important;
	padding: 0px 15px;
}

.services-readmore-btn-service-page a {
	width: 100%;
}

.service-page-activites section>.elementor-container>.elementor-column>.elementor-widget-wrap .elementor-widget-heading {
	padding-bottom: 40px;
}

.service-page-activites section>.elementor-container>.elementor-column>.elementor-widget-wrap .elementor-widget-image img {
	width: 48px;
	height: 48px;
	margin-top: 30px;
}

.services-readmore-btn-service-page .elementor-button-link {
	position: relative;
}

.services-readmore-btn-service-page .elementor-button-link .elementor-button-icon svg {
	position: absolute;
	right: 70px;
	top: 17px;
	width: 14px;
}

.service-page-activites {
	margin-top: -50px;
}


/** service page child section **/

.services-page-child-page-section-inner .services-page-child-page-section-inner-data {
	margin-bottom: 60px;
	display: flex;
}

.services-page-child-page-section-inner .services-page-child-page-section-inner-data>.col-6-c {
	width: 50%;
}

.services-page-child-page-section-inner-data .s-c-featured-img img {
	width: 100%;
	padding-right: 60px;
	border-radius: 8px;
}

.services-page-child-page-section-inner-data.reverse-row .s-c-featured-img img {
	padding-left: 60px;
	padding-right: 0px;
}

.s-c-content h2 {
	font-size: 28px;
	font-weight: 700;
	color: #3C3C3C;
	line-height: 50px;
}

.s-c-content p {
	font-size: 18px;
	line-height: 28.8px;
	font-weight: normal;
	color: #5A6471;
}

.services-page-child-page-section-inner {
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 50px;
}

.services-page-child-page-section-inner .services-page-child-page-section-inner-data.reverse-row {
	flex-direction: row-reverse;
}

.s-c-content>a {
	font-family: "Open Sans", Sans-serif;
	font-weight: 500;
	fill: #3670C8;
	color: #3670C8;
	background-color: #61CE7000;
	border-style: solid;
	border-width: 1.6px 1.6px 1.6px 1.6px;
	border-color: #3670C8;
	border-radius: 8px 8px 8px 8px;
	padding: 15px 50px 15px 20px;
	font-size: 16px;
	font-weight: 600 !important;
	position: relative;
}

.s-c-content>a svg {
	position: absolute;
	right: 26px;
	top: 20px;
}

.service-child-data-section {
	position: relative;
}

.service-child-data-section:after,
.product-detail-body-section-1:after {
	content: " ";
	background-image: url(/wp-content/uploads/2022/01/line-on-highligted-items.png);
	background-repeat: no-repeat;
	background-size: contain;
	height: 800px;
	width: 410px;
	position: absolute;
	right: -320px;
	top: 180px;
	z-index: -1;
}

.cases-service-page:before {
	top: -270px !important;
}

.singup-servicepage {
	position: relative;
}

.singup-servicepage:before {
	content: " ";
	background-image: url(/wp-content/uploads/2022/01/services-sigup-left-top.png);
	background-repeat: no-repeat;
	background-size: contain;
	height: 200px;
	width: 200px;
	position: absolute;
	left: -50px;
	top: 0px;
	z-index: 0;
}

.singup-servicepage:after {
	content: " ";
	background-image: url(/wp-content/uploads/2022/01/services-sigup-right-bottom.png);
	background-repeat: no-repeat;
	background-size: contain;
	height: 250px;
	width: 250px;
	position: absolute;
	right: -150px;
	bottom: -75px;
	z-index: 0;
}

.service-page-clients:after {
	display: none !important;
}

.service-page-testimonials .testimonial-home-main-inner-items-inner .testimonial-home-bottom>img {
	display: none !important;
}

.service-page-testimonials .testimonial-home-main-inner-items-inner {
	position: relative;
	overflow: hidden;
}

.service-page-testimonials .slick-track .testimonial-home-main-inner-items:first-child .testimonial-home-main-inner-items-inner:after {
	background-image: url(/wp-content/uploads/2022/01/testimonial-framze-points.svg) !important;
}

.service-page-testimonials .testimonial-home-main-inner-items-inner:after {
	content: " ";
	background-image: url(/wp-content/uploads/2022/01/testimonial-framze-points-2.svg);
	background-repeat: no-repeat;
	background-size: contain;
	height: 150px;
	width: 150px;
	position: absolute;
	right: -25px;
	bottom: 0px;
	z-index: 0;
}

.contact-address ul li {
	align-items: flex-start !important;
}

.common-breadcrumb .elementor-icon-list-items,
.common-breadcrumb .elementor-icon-list-items a,
.common-breadcrumb .elementor-icon-list-items span {
	line-height: inherit;
}

#main>article>.post-content>.featured-image {
	display: none !important;
}

.toggle-header-close {
	display: none;
}

.service-post-related-page-slug .services-page-child-page-section-inner-data .s-c-content>p {
	padding: 20px 0px;
}

@media(min-width: 767px) {

	body.home .top-banner .elementor-container,
	.highlighted-items-main-section .elementor-container {
		padding-left: 10px;
		padding-right: 10px;
	}
}

@media(min-width: 1025px) {
	.body-content-training-section a:hover {
		color: #333 !important;
	}

	.home-main-banner-left-desc p a:hover,
	.training-mainpage-section1 .elementor-widget-text-editor p a:hover {
		text-decoration: underline;
	}
}

.training-mainpage-section1 .elementor-widget-text-editor p a {
	box-shadow: none !important;
	color: #3670C8;
}

.training-mainpage-section1 .elementor-widget-text-editor p a:after {
	content: '';
	display: block;
	width: 0;
	height: 2px;
	background: #3670C8;
	transition: width .3s;
	-webkit-transition: width .3s;
}


/*.home-main-banner-left-desc p  a:after

{
content: '';
    display: block;
    width: 0;
    height: 2px;
    background: #5067AC;
    transition: width .3s;
}*/

.footer-social-icon .elementor-social-icons-wrapper span a {
	padding-right: 10px;
}

.technolog-section {
	padding-top: 30px;
	padding-bottom: 70px;
}

.technolog-section-imgs .elementor-widget-container {
	box-shadow: 0px 5.6px 22.4px 0px #0610370A;
	border-radius: 50%;
	background-color: #fff;
	display: block;
	width: 100px;
	height: 100px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
}

.technolog-section-imgs img {
	width: 40px;
	height: 40px;
}

.technolog-section p.elementor-heading-title {
	font-weight: 400;
	color: #555F65;
}

.cases-service-child.cases-homepage:after {
	content: unset !important;
}

.care-cta-section .care-cta-image-single {
	margin-bottom: 0 !important;
}

.care-cta-image-single .elementor-widget-container img {
	width: 169px;
	height: 169px;
	position: relative;
	z-index: 1;
	border-radius: 50% !important;
}

.care-cta-image-single .elementor-widget-container {
	position: relative;
}

.care-cta-image-single .elementor-widget-container:after {
	content: " ";
	background: rgba(69, 101, 173, 0.1);
	border-radius: 50%;
	width: 222px;
	height: 222px;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%)
}

.care-cta-image-single .elementor-widget-container:before {
	content: " ";
	background: rgba(69, 101, 173, 0.05);
	border-radius: 50%;
	width: 275px;
	height: 275px;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%)
}

body.single-service .navigation.post-navigation,
body.single-products .navigation.post-navigation,
body.single-testing .navigation.post-navigation {
	display: none;
}

.services-consultancy .order-2 .elementor-element-a5154df {
	order: 2;
}

.service-detail-body section .service-detail-body-content {
	align-items: center;
}

.product-get-title-main-inner {
	padding-top: 30px;
}

.product-get-title-main-inner ul {
	padding: 0px;
	margin: 0;
	list-style: none;
}

.product-get-title-main-inner ul li {
	display: inline-block;
	margin-bottom: 0px;
}

.product-get-title-main-inner ul li a {
	padding: 12px 15px;
	border: 1px solid #3670C8;
	border-radius: 8px;
	margin: 8px;
	color: #3670C8;
	font-weight: normal;
}

html #post-379 section.cases-list-page-top-heading-section {
	padding-bottom: 40px;
}

.page-id-379 .cases-list-page-top-heading-section:before {
	top: 60px;
}

.service-data-section .product-data-main {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.service-data-section .product-data-main .product-data-inner {
	width: 100%;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: center;
	margin-bottom: 80px;
	align-items: center;
}

.product-data-main .product-data-inner .col-6 {
	width: 50%;
	padding-left: 15px;
	padding-right: 15px;
}

.product-data-main .service-data-1>.col-6:first-child,
.product-data-main .service-data-3>.col-6:first-child {
	order: 2;
}

.product-data-main .product-data-inner.service-data-4,
.product-data-main .product-data-inner.service-data-5 {
	width: 50%;
}

.product-data-main .product-data-inner.service-data-6,
.product-data-main .product-data-inner.service-data-7,
.product-data-main .product-data-inner.service-data-8 {
	width: 33.33%;
}

.product-data-main .service-data-6 a.product-readmore,
.product-data-main .service-data-7 a.product-readmore,
.product-data-main .service-data-8 a.product-readmore {
	border: 0 !important;
	padding: 0 !important;
	background: none !important;
	color: #3670C8 !important;
}

.product-data-main .service-data-6 a.product-readmore svg,
.product-data-main .service-data-7 a.product-readmore svg,
.product-data-main .service-data-8 a.product-readmore svg {
	right: -25px !important;
	top: 27% !important;
}

.product-data-main .service-data-6 a.product-readmore:hover svg,
.product-data-main .service-data-7 a.product-readmore:hover svg,
.product-data-main .service-data-8 a.product-readmore:hover svg {
	right: -35px !important;
}

.product-data-main .service-data-6 a.product-readmore:hover svg path,
.product-data-main .service-data-7 a.product-readmore:hover svg path,
.product-data-main .service-data-8 a.product-readmore:hover svg path {
	fill: #3670C8 !important;
}

.product-data-main .product-data-inner.service-data-4 .col-6,
.product-data-main .product-data-inner.service-data-5 .col-6,
.product-data-main .product-data-inner.service-data-6 .col-6,
.product-data-main .product-data-inner.service-data-7 .col-6,
.product-data-main .product-data-inner.service-data-8 .col-6 {
	width: 100%;
	margin-bottom: 10px;
}

.product-data-img img {
	border-radius: 8px !important;
}

.product-data-img img {
	width: 100%;
	height: auto;
}

.product-data-main .product-data-inner.service-data-4 .col-6 .product-data-img img,
.product-data-main .product-data-inner.service-data-5 .col-6 .product-data-img img {
	height: 242px;
	object-fit: cover;
	width: 100%;
}

.product-data-main .product-data-inner.service-data-6 .col-6 .product-data-img img,
.product-data-main .product-data-inner.service-data-7 .col-6 .product-data-img img,
.product-data-main .product-data-inner.service-data-8 .col-6 .product-data-img img {
	height: 242px;
	width: 100%;
	object-fit: cover;
	border-radius: 8px;
}

.product-readmore {
	border: 1px solid #3670C8;
	border-radius: 8px;
	padding: 13px 31px;
	padding-right: 45px;
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: 22px;
	position: relative;
	transition: 0.3s ease;
	-webkit-transition: 0.3s ease;
}

.product-readmore svg {
	position: absolute;
	right: 22px;
	top: 38%;
	transition: 0.3s ease;
	-webkit-transition: 0.3s ease;
}

.product-data-main h2 {
	font-size: 28px;
	font-style: normal;
	font-weight: 700;
	line-height: 53px;
	margin: 10px auto;
}

.product-data-main .product-data-inner.service-data-6 .col-6 h2,
.product-data-main .product-data-inner.service-data-7 .col-6 h2,
.product-data-main .product-data-inner.service-data-8 .col-6 h2 {
	margin-top: 0;
}

.product-data-main p {
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 26px;
	color: #5A6471;
}

.product-data-main .product-data-inner.service-data-4,
.product-data-main .product-data-inner.service-data-5,
.product-data-main .product-data-inner.service-data-6,
.product-data-main .product-data-inner.service-data-7,
.product-data-main .product-data-inner.service-data-8 {
	align-items: unset;
}

.product-data-main .product-data-inner.service-data-4 h2,
.product-data-main .product-data-inner.service-data-5 h2,
.product-data-main .product-data-inner.service-data-6 h2,
.product-data-main .product-data-inner.service-data-7 h2,
.product-data-main .product-data-inner.service-data-8 h2 {
	font-size: 22px;
	line-height: 29px;
	margin-top: 0;
	color: #3C3C3C;
	margin-bottom: 10px;
}

.service-data-section:after {
	content: " ";
	background-image: url(/wp-content/uploads/2022/01/Excentis_-_Blob_1_Outline@4x-1.svg);
	background-repeat: no-repeat;
	background-size: contain;
	height: 400px;
	width: 150px;
	position: absolute;
	right: -40px;
	top: 25%;
	z-index: -1;
}

.page-id-331 .cases-homepage:before {
	top: 0 !important;
}

.home-testimonial .elementor-widget-shortcode {
	margin-left: -15px;
}

.upcoming-training-main-inner tr {
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	position: relative;
}

table.upcoming-training-main-inner tr:hover,
.training_on_request_table tr:hover,
.workshops_data_table tr:hover {
	background-color: #FAFAFA !important;
}

.contact-suport-btn a.elementor-button {
	padding: 12px 38px !important;
}

.contact-address a {
	align-items: flex-start !important;
}

.contact-us-card .elementor-icon-list-item a:hover {
	text-decoration: underline;
}

.elementor-element-d6ac2c9.elementor-widget-button {
	width: 43% !important;
	margin-bottom: 0px !important;
}

.servoices-explore-btnn {
	width: 57% !important;
}

.care-cta-section {
	/*	background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(224, 242, 255, 0.2) 100%);*/
	padding-bottom: 50px;
}

.product-get-title-main-inner ul {
	margin-left: -8px;
	margin-right: -8px;
}

.product-support-btn a {
	position: relative;
}

.product-support-btn a svg {
	position: absolute;
	right: 50px;
	width: 20px;
}

.elementor-custom-embed-play i:after {
	content: "";
	background: url(/wp-content/uploads/2022/01/Group-6894.svg);
	width: 90px;
	height: 90px;
	background-repeat: no-repeat;
	position: absolute;
	z-index: 9;
}

/*.elementor-custom-embed-play:before {
	content: "";
	position: absolute;
	z-index: 0;
	left: 50%;
	top: 50%;
	transform: translateX(-50%) translateY(-50%);
	display: block;
	width: 80px;
	height: 80px;
	background: #3670c8;
	border-radius: 50%;
	-webkit-animation: pulse-border 2000ms ease-out infinite;
	animation: pulse-border 2000ms ease-out infinite;
}*/

.elementor-custom-embed-play:after {
	content: "";
	position: absolute;
	z-index: 1;
	left: 50%;
	top: 50%;
	transform: translateX(-50%) translateY(-50%);
	display: block;
	width: 0px;
	height: 0px;
	background: #fa183d;
	border-radius: 50%;
	transition: all 200ms ease-in-out;
	-webkit-transition: all 200ms ease-in-out;
}

@-webkit-keyframes pulse-border {
	0% {
		transform: translateX(-45%) translateY(-48%) translateZ(0) scale(1);
		opacity: 1;
	}

	100% {
		transform: translateX(-45%) translateY(-48%) translateZ(0) scale(2.5);
		opacity: 0;
	}
}

@keyframes pulse-border {
	0% {
		transform: translateX(-45%) translateY(-48%) translateZ(0) scale(1);
		opacity: 1;
	}

	100% {
		transform: translateX(-45%) translateY(-48%) translateZ(0) scale(2.5);
		opacity: 0;
	}
}

.elementor-custom-embed-play .eicon-play {
	display: flex;
	justify-content: center;
	align-items: center;
	opacity: 1;
}

.elementor-custom-embed-play .eicon-play:before {
	display: none !important;
}

body.single-product .post-navigation {
	display: none !important;
}

.product-list-in-detail-page .network-links {
	margin-bottom: 0px;
	margin-top: 30px;
}

.product-detail-sec-1 {
	background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(224, 242, 255, 0.2) 100%);
	position: relative;
}

.product-detail-body-section-1 {
	position: relative;
}

.product-detail-body-section-1:after {
	top: 385px;
}

.product-detail-media-more-link .elementor-container .elementor-column .elementor-widget-wrap {
	align-content: center !important;
}

.product-detail-media-more-link li a {
	position: relative;
}

.product-detail-media-more-link li a {
	display: flex;
	flex-direction: row-reverse;
	justify-content: flex-start !important;
}

.product-detail-download-pdf ul.elementor-icon-list-items {
	margin-top: 30px !important;
}

.product-detail-media-more-link li a .elementor-icon-list-text {
	padding-right: 8px;
}

.product-detail-download-pdf .elementor-icon-list-item {
	border-top: 1px dashed #999999;
	padding: 15px 0px !important;
}

.product-detail-gallery .elementor-custom-embed-play i:after {
	width: 90px;
	height: 90px;
}

.product-detail-gallery .elementor-custom-embed-play:before {
	-webkit-animation: pulse-border-small 2000ms ease-out infinite !important;
	animation: pulse-border 2000ms ease-out infinite !important;
	width: 60px;
	height: 60px;
}

@-webkit-keyframes pulse-border-small {
	0% {
		transform: translateX(-45%) translateY(-45%) translateZ(0) scale(1);
		opacity: 1;
	}

	100% {
		transform: translateX(-45%) translateY(-45%) translateZ(0) scale(2);
		opacity: 0;
	}
}

@keyframes pulse-border-small {
	0% {
		transform: translateX(-45%) translateY(-45%) translateZ(0) scale(1);
		opacity: 1;
	}

	100% {
		transform: translateX(-45%) translateY(-45%) translateZ(0) scale(2);
		opacity: 0;
	}
}

.product-detail-step-guide .elementor-container .elementor-column .elementor-widget-wrap {
	padding: 30px;
	background: #FFFFFF;
	box-shadow: 0px 4px 24px rgb(6 16 55 / 9%);
	border-radius: 8px;
	margin-right: 30px;
	margin-bottom: 30px;
}

.product-detail-step-guide .elementor-container .elementor-column:last-child .elementor-widget-wrap {
	margin-right: 0px !important;
}

.product-detail-step-guide .elementor-container .elementor-column .elementor-widget-wrap .elementor-widget-text-editor .elementor-widget-container p {
	margin-bottom: 0px !important;
}

.product-detail-step-guide .elementor-button-wrapper .elementor-button-link {
	position: relative;
}

.product-detail-step-guide .elementor-button-wrapper .elementor-button-link svg {
	position: absolute;
	top: 4px;
	margin-left: 0px;
}

.media-download-section-product-details {
	position: relative;
	padding-top: 70px;
	margin-top: 60px;
}


.stay-informed-mailchimp .yikes-easy-mc-form {
	position: relative;
}

.stay-informed-mailchimp .yikes-easy-mc-form label {
	width: 70%;
}

.stay-informed-mailchimp .yikes-easy-mc-form button[type="submit"] {
	position: absolute;
	bottom: 0px;
	width: 28%;
	right: 0px;
	top: 0px;
	height: 45px;
	margin-top: 0px;
	background-color: #E1E1E1;
	color: #333;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-size: 16px;
}

.stay-informed-mailchimp .yikes-easy-mc-form label span {
	display: none !important;
}

.stay-informed-mailchimp .yikes-easy-mc-form label input {
	background-color: transparent;
	border-radius: 3px;
	border: 1px solid #BBBBBB;
	font-size: 16px;
	height: 45px;
	color: #BBBBBB;
	font-style: italic;
	font-family: 'Open Sans';
	line-height: 27px;
	padding-left: 15px;
}

.related-product-on-detail-page .product-data-main .product-data-inner {
	display: flex;
	padding: 30px 0px;
}

.related-product-on-detail-page .product-data-main .service-data-reverse-row {
	flex-direction: row-reverse;
}

.related-product-on-detail-page {
	position: relative;
	padding-top: 50px;
	margin-top: 50px;
}

.related-product-on-detail-page:before {
	content: "";
	background-image: url('/wp-content/uploads/2022/01/zigzag.svg');
	width: 100%;
	height: 10px;
	position: absolute;
	top: 0px;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
}

.related-product-on-detail-page:after {
	content: "";
	background-image: url(images/left-curve-home-cases.png);
	background-repeat: no-repeat;
	background-size: contain;
	height: 100%;
	width: 300px;
	position: absolute;
	left: -135px;
	top: -180px;
	z-index: -1;
}

.download-contact-form-page-section {
	margin-top: 200px;
}

.download-contact-form-page-section .c-container {
	max-width: 1170px;
	padding: 0 15px;
	margin: auto;
}

.download-contact-form-page-section .contact-form.form-group {
	display: flex;
	flex-wrap: wrap;
}

.download-contact-form-page-section .contact-form.form-group .checkbox-group .wpcf7-list-item {
	margin-left: 0px !important;
}

.download-contact-form-page-section .contact-form.form-group .checkbox-group .wpcf7-list-item-label,
.download-contact-form-page-section .contact-form.form-group .checkbox-group .mc4wp-checkbox span {
	margin-left: 12px !important;
}

.download-contact-form-page-section .contact-form.form-group .checkbox-group .telephone {
	margin-bottom: 5px;
	display: inline-block;
	margin-top: 5px;
}

.download-contact-form-page-section .submit-btn input {
	font-family: "Open Sans", Sans-serif;
	font-size: 16px;
	font-weight: 600;
	line-height: 21.79px;
	fill: #FFFFFF;
	color: #FFFFFF;
	background-color: #3670C8;
	border-radius: 8px 8px 8px 8px;
	padding: 15px 60px;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
}

.download-contact-form-page-section .contact-form.form-group .custom-field-container {
	width: 50%;
	padding: 0px 25px;
	margin-bottom: 25px;
}

.download-sec1 img {
	width: 100%;
}

body.page-template-download-template header.entry-header {
	display: none;
}

.download-table-heading,
.download-table-data {
	display: flex;
	flex-wrap: wrap;
}

.download-table-heading span:first-child,
.download-table-data span:first-child {
	width: 40%;
}

.download-table-heading span:nth-child(2),
.download-table-heading span:last-child,
.download-table-data span:nth-child(2),
.download-table-data span:nth-child(3) {
	width: 30%;
}

.download-table-data .download-secret-link {
	display: none;
}

.download-table-data-inner>div {
	padding: 10px;
	border-bottom: 1px solid #e3e3e3;
}

.download-table-data-inner>div:nth-child(even) {
	background-color: #f7f7f7;
}

.download-table-heading>span {
	font-weight: 700;
}

.download-table-data-inner .download-button {
	color: #3670C8;
	font-weight: 500;
	cursor: pointer;
}


/** modal css **/

.modal {
	position: fixed;
	z-index: 10000;
	/* 1 */
	top: 0;
	left: 0;
	visibility: hidden;
	width: 100%;
	height: 100%;
	display: none;
}

.modal.is-visible {
	display: block;
	visibility: visible;
}

body.is-visible {
	overflow: hidden;
}

.modal-overlay {
	position: fixed;
	z-index: 10;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: hsl(0deg 0% 0% / 88%);
	visibility: hidden;
	opacity: 0;
	transition: visibility 0s linear 0.3s, opacity 0.3s;
	-webkit-transition: visibility 0s linear 0.3s, opacity 0.3s;

}

.modal.is-visible .modal-overlay {
	opacity: 1;
	visibility: visible;
	transition-delay: 0s;
	-webkit-transition-delay: 0s;
}

.modal-wrapper {
	position: absolute;
	z-index: 9999;
	top: 50%;
	left: 50%;
	width: 50em;
	margin-left: -25em;
	background-color: #fff;
	transform: translateY(-50%);
	box-shadow: 0 0 1.5em hsla(0, 0%, 0%, 0.35);
}

.modal.is-visible .modal-transition {
	transform: translateY(-50%);
	opacity: 1;
}

.modal-content {
	padding: 2em;
}

.modal-header {
	position: relative;
	background-color: #fff;
}

.modal-close {
	position: absolute;
	top: 0;
	right: 0;
	padding: 1em;
	color: #aaa;
	background: none;
	border: 0;
	font-size: 15px;
	cursor: pointer;
}

.modal-close:hover {
	color: #777;
}

.modal-heading {
	font-size: 1.125em;
	margin: 0;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.modal-content>*:first-child {
	margin-top: 0;
}

.modal-content>*:last-child {
	margin-bottom: 0;
}

.modal-content .contact-form.form-group {
	display: flex !important;
	flex-wrap: wrap;
}

.modal-content .contact-form.form-group>.custom-field-container {
	width: 50%;
	padding-right: 20px;
	margin-bottom: 15px;
}

.modal-content form .custom-field-container>label {
	font-size: 16px;
	font-weight: 600 !important;
}

.modal-content form .custom-field-container span>input {
	height: 40px;
}

.custom-field-container .wpcf7-form-control-wrap .wpcf7-not-valid-tip:last-child {
	display: block !important;
	position: absolute;
	font-size: 12px;
}

.custom-field-container .wpcf7-form-control-wrap .wpcf7-not-valid-tip {
	display: none;
}

.modal-content form.invalid>.wpcf7-response-output {
	display: none !important;
}

.modal-content form .wpcf7-list-item.first.last {
	margin-left: 0px !important;
}

.custom-field-container.checkbox-group label>span {
	margin-top: 2px;
	display: inline-block;
}

.custom-field-container.checkbox-group label>span .wpcf7-list-item-label,
.mc4wp-checkbox-contact-form-7 label>span {
	margin-left: 10px;
}

.custom-field-container.submit-btn input[type="submit"] {
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-size: 16px;
	padding: 15px 60px;
	border-radius: 8px;
	background-color: #3670C8;
}

input:focus-visible {
	outline: none !important;
}

.custom-field-container.submit-btn {
	width: auto !important;
	display: inline-block;
	position: relative;
}

.custom-field-container.submit-btn>.wpcf7-spinner:before {
	display: none !important;
}

.custom-field-container.submit-btn>.wpcf7-spinner {
	width: 25px;
	height: 25px;
	background-image: url(/wp-content/uploads/2022/01/ajax-loader.gif);
	background-size: 25px;
	position: absolute;
	background-repeat: no-repeat;
	margin: 0;
	top: 16px;
	right: 38px;
	background-color: transparent;
}

.modal-content form.sent .wpcf7-response-output {
	margin-top: 10px;
	margin-bottom: 10px;
	background-color: #46b450;
	color: #fff;
	font-size: 15px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
}

body.is-visible,
html.is-visible {
	overflow: hidden;
}

body.is-visible header {
	z-index: 9 !important;
}

@media(max-width: 1024px) {
	/* .common-breadcrumb .elementor-column >  .elementor-widget-wrap
	{
		padding-left: 15px !important;
	} */

	.common-breadcrumb {
		padding-top: 50px !important;
		padding-bottom: 30px !important;
	}

	.common-breadcrumb>.elementor-container {
		padding-left: 0px !important;
		padding-right: 0px !important;
	}
}

@media(max-width: 991px) {
	.cases-listing-page-top-sec-inner>.elementor-container>.elementor-column {
		width: 100% !important;
	}

	.cases-listing-page-top-sec-inner>.elementor-container>.elementor-column:last-child {
		margin-top: 30px;
	}
}

@media(max-width: 520px) {
	.modal-wrapper {
		width: 22em !important;
		margin-left: -11em !important;
	}

	/* .common-breadcrumb ul {
		padding-left: 15px !important;
		padding-right: 15px !important;
	} */
}

.product-excert-content h3 {
	color: #555F65;
	font-size: 20px;
	font-weight: 700;
}

.product-excert-content {
	font-size: 16px;
	color: #333;
	margin-bottom: 30px;
}

span.free-label {
	font-size: 16px;
	position: absolute;
	z-index: 9;
	background-color: #95C23D;
	border-radius: 7px 0px 0px 0px;
	color: #fff;
	font-weight: 600;
	text-transform: uppercase;
	display: inline-block;
	padding: 5px 32px;
}

.product-detail-media-more-link .elementor-container .elementor-column .elementor-widget-wrap ul li {
	margin-top: 8px;
}

.product-detail-media-more-link>.elementor-container>.elementor-column>.elementor-widget-wrap {
	padding-top: 0px !important;
}

.download-button.modal-toggle svg {
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	margin-left: 5px;
}

@media(min-width: 1025px) {
	.news-listing-page-data .news-insights-home .news-insights-home-desc-top-bar span a:hover {
		color: #3670C8;
		text-decoration: underline;
	}

	.download-button.modal-toggle:hover svg {
		margin-left: 20px;
	}

	.stay-informed-mailchimp .yikes-easy-mc-form button[type="submit"]:hover {
		background-color: #4565ad;
		color: #fff;
	}
}

@media(max-width: 991px) {
	.footer-logo a {
		display: block !important;
		width: 200px;
	}

	/* .custom-footer-width,
	.second-footer {
		padding-left: 10px;
		padding-right: 10px;
	} */

	/* .custom-footer-width > .elementor-container > .elementor-column > .elementor-widget-wrap
	, .second-footer > .elementor-container > .elementor-column > .elementor-widget-wrap
	{
		padding-left: 0px;
		padding-right: 0px;
	} */

	.footer-logo a {
		margin-left: -12px;
	}

	/* .custom-footer-width > .elementor-container > .elementor-column > .elementor-widget-wrap
	{
		padding-left: 15px !important;
		padding-right: 15px !important;
	} */
	.second-footer>.elementor-container>.elementor-column>.elementor-widget-wrap {
		padding-left: 0px;
		padding-right: 0px;
	}

	footer.exc-footer::before {
		display: none !important;
	}

	.s-c-content {
		padding-top: 20px;
	}
}

@media(min-width: 1690px) {
	.cases-technologies-detail-page:before {
		left: 0px !important;
	}

	.technologies-detail-body-section-1:after {
		right: -40px !important;
	}
}

.technologies-detail-body-section-1 {
	position: relative;
}

.technologies-detail-body-section-1 .product-detail-body-section-1-inner img {
	width: 100%;
}

.technologies-detail-body-section-1:after {
	content: " ";
	background-image: url(/wp-content/uploads/2022/01/Excentis_-_Blob_1_Outline@4x-1.svg);
	background-repeat: no-repeat;
	background-size: contain;
	right: -75px;
	top: 36%;
	height: 100%;
	width: 12%;
	position: absolute;
	z-index: -1;
}

.products-data-technologies-detail-page-inner {
	display: flex;
	flex-wrap: wrap;
}

.products-data-technologies-detail-page-inner>.col-3 {
	width: 25%;
}

.products-data-technologies-detail-page-inner .col-3:first-child {
	padding-left: 0px !important;
}

.products-data-technologies-detail-page-inner .col-3:last-child {
	padding-right: 0px !important;
}

.products-data-technologies-detail-page-inner .col-3 {
	padding: 0px 12px;
}

.product-data-img-technologies img {
	width: 100%;
	height: 200px !important;
	object-fit: cover;
	border-radius: 8px !important;
}

.product-data-technologies-content h2 {
	font-size: 22px;
	line-height: 28.6px;
	color: #3C3C3C;
	font-weight: 600;
	min-height: 60px;
}

.product-data-technologies-content>p {
	color: #5A6471;
	font-size: 16px;
	line-height: 25.6px;
}

.product-data-technologies-content {
	padding-top: 12px;
}

body.single-technologies .navigation.post-navigation {
	display: none !important;
}

.cases-technologies-detail-page>.elementor-container>.elementor-column>.elementor-widget-wrap>.elementor-widget-heading {
	margin-bottom: 0px !important;
}

.cases-technologies-detail-page:before {
	content: "";
	background-image: url(/wp-content/uploads/case-service-page.svg);
	background-repeat: no-repeat;
	background-size: contain;
	height: 824px;
	width: 824px;
	position: absolute;
	left: -160px;
	top: -300px;
	z-index: -1;
}

@media(max-width: 1366px) {

	.service-section-one:before,
	.product-detail-sec-1:before,
	.top-banner-bg-gridnet:before {
		left: -170px;
	}

	.technologies-detail-body-section-1:after {
		right: -100px;
	}

	.cases-technologies-detail-page:before {
		left: -185px;
	}
}

@media(max-width: 991px) {
	.products-data-technologies-detail-page-inner>.col-3 {
		width: 50%;
		margin-bottom: 30px;
	}

	.products-data-technologies-detail-page-inner>.col-3:last-child(2) {
		padding-left: 0px !important;
	}

	.product-data-technologies-content h2 {
		min-height: auto;
	}

	.product-detail-sec-1 {
		padding-top: 10px;
	}

	.product-detail-sec-1>.elementor-container>.elementor-column>.elementor-widget-wrap,
	.technologies-detail-body-section-1>.elementor-container>.elementor-column>.elementor-widget-wrap,
	.technologies-detail-body-section-1>.elementor-container>.elementor-column>.elementor-widget-wrap section>.elementor-container,
	.product-on-technologies-detail-page-section>.elementor-container>.elementor-column>.elementor-widget-wrap,
	.cases-list-page-top-heading-section>.elementor-container>.elementor-column>.elementor-widget-wrap,
	.cases-list-page-top-heading-section,
	.service-data-section>.elementor-container>.elementor-column>.elementor-widget-wrap {
		padding-left: 0px !important;
		padding-right: 0px !important;
	}
}

@media(max-width: 590px) {
	.service-data-section .product-data-main .product-data-inner {
		margin-bottom: 30px;
	}

	.products-data-technologies-detail-page-inner>.col-3 {
		width: 100% !important;
	}

	.product-data-img-technologies img {
		height: auto !important;
	}

	.products-data-technologies-detail-page-inner .col-3 {
		padding-left: 0px !important;
		padding-right: 0px !important;
	}
}

div#main-filter-section,
{
padding-bottom: 50px;
}

.training-main-page-btn-group>.elementor-container>.elementor-column {
	width: auto !important;
}

.training-main-page-btn-group>.elementor-container>.elementor-column:first-child a {
	padding-left: 22px;
	padding-right: 22px;
	margin-right: 20px;
}

.training-main-page-btn-group>.elementor-container>.elementor-column:last-child a {
	padding-left: 80px;
	padding-right: 80px;
}

.training-mainpage-section1 {
	background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(224, 242, 255, 0.2) 100%);
}

.covid-guideline-training p {
	text-align: center;
	display: block;
	/* background-color: #f9fdff;*/
	padding: 15px;
}

.body-content-training-section a {
	box-shadow: none !important;
}

.body-content-training-section .elementor-widget-container ul li {
	margin-bottom: 0%;
	line-height: 30px;
}

.collapse-training-section section .elementor-widget-toggle .elementor-toggle-item .elementor-tab-title .elementor-toggle-icon {
	position: absolute;
	right: 0px;
	top: 30px;
}

.collapse-training-section section .elementor-widget-toggle .elementor-toggle-item .elementor-tab-title {
	position: relative;
	border-bottom: 1px dashed #999999;
	display: flex;
	align-items: center;
	padding-left: 0px;
}

.collapse-training-section section .elementor-container .elementor-column:first-child .elementor-toggle {
	padding-right: 15px;
}

.collapse-training-section section .elementor-container .elementor-column:last-child .elementor-toggle {
	padding-left: 15px;
}

.collapse-training-section section .elementor-widget-toggle .elementor-toggle-item .elementor-tab-title .elementor-toggle-title {
	font-family: 'Open Sans', sans-serif;
	font-size: 18px;
	font-weight: normal;
	line-height: 32.4px;
}

.collapse-training-section section .elementor-widget-toggle .elementor-toggle-item .elementor-tab-title .elementor-toggle-icon-closed {
	transform: rotate(90deg);
}

.collapse-training-section section .elementor-widget-toggle .elementor-toggle-item .elementor-tab-title .elementor-toggle-icon-opened {
	transform: rotate(0deg);
}

.highlight-items-inner-list {
	position: relative;
}

.highlight-items-inner-list>.full-section-clicable {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	bottom: 0;
	left: 0;
	right: 0px;
}

.whole-row-clickable a {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
}

.whole-row-clickable {
	position: absolute;
	width: 100%;
	height: 100%;
}

.product-data-content .product-excert-content {
	font-family: 'Open Sans', sans-serif;
	font-weight: normal;
	line-height: 1.6;
	font-size: 16px;
	color: #3c3c3c;
}

.product-data-content>a h2 {
	color: #333;
}


.service-section-one .elementor-widget-text-editor p {
	font-size: 18px;
	font-weight: 400;
}

.top-banner-img img {
	-webkit-clip-path: polygon(25% 0, 100% 0%, 100% 100%, 0% 100%);
	clip-path: polygon(25% 0, 100% 0%, 100% 100%, 0% 100%);
}

.single-training .post-navigation {
	display: none !important;
}

.custom-width.scribe-btn input {
	background-color: #3670C8;
}

.training-chedule-listing-data {
	position: relative;
}

.training-chedule-listing-data:after {
	content: "";
	background-image: url(images/left-curve-home-cases.png);
	background-repeat: no-repeat;
	background-size: contain;
	height: 824px;
	width: 824px;
	position: absolute;
	left: -155px;
	top: 100px;
	z-index: -1;
}

.highlight-items-inner-list.layout_count_3 a img,
.highlight-items-inner-list.layout_count_4 a img {
	height: 220px;
	object-fit: cover;
}

/*.highlight-items-inner-list.layout_count_3 {
	min-height: 450px;
}*/
.network-links.home-banner-links {
	padding-bottom: 15px;
}

.home-banner-links .elementor-icon-list-items li a .elementor-icon-list-icon {
	position: absolute;
	right: 45%;
}

.home-banner-links .elementor-icon-list-items li a {
	display: flex;
	width: 100%;
	position: relative;
	align-items: center;
}

.home-banner-links .elementor-icon-list-items li a .elementor-icon-list-text {
	padding-left: 0px !important;
}

.custom-checkbox-fill li:first-child {
	padding-left: 5px;
}

.upcoming-training-detail-page-inner>div>span {
	width: 25%;
}

.upcoming-training-head,
.upcoming-training-body {
	display: flex;
}

.upcoming-training-detail-page {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
}

.upcoming-training-detail-page-inner-padding {
	width: 75%;
	padding-right: 20px;
}

.training_detail_pricing {
	width: 25%;
}

.training_price_body>span {
	display: block;
	width: 100%;
}

.tool-tip-icon {
	position: relative;
	display: inline-block;
	cursor: pointer;
}

.tool-tip-icon .tool-tip-text {
	visibility: hidden;
	width: 120px;
	background-color: #4565ad;
	color: #fff;
	border-radius: 6px;
	padding: 5px 10px;
	position: absolute;
	z-index: 1;
	font-size: 12px;
	line-height: initial;
	top: -15px;
	left: 20px;
	text-align: left;
}

.tool-tip-icon:hover .tool-tip-text {
	visibility: visible;
}

.upcoming-training-detail-page-inner>div>span {
	font-size: 18px;
}

.upcoming-training-detail-page-inner .upcoming-training-head>span {
	background-color: #3670C8;
	color: #fff;
	font-weight: 500;
	line-height: 32.4px;
	padding: 10px;
}

.upcoming-training-detail-page-inner {
	border: 1px solid #DEE9F6;
	min-height: 170px;
}

.upcoming-training-detail-page-inner>.upcoming-training-body>span {
	font-weight: 400;
	line-height: 30px;
	padding: 5px 10px;
	color: #000000;
}

.upcoming-training-head {
	margin-bottom: 12px;
}

.training_detail_pricing .training_head {
	text-align: center;
	background-color: #DEE9F6;
	color: #333333;
	line-height: 32.4px;
	padding: 10px;
}

.training_detail_pricing .training_head span {
	font-weight: 500;
}

.training_price_body {
	border: 1px solid #DEE9F6;
	text-align: center;
	padding: 10px 0px;
}

.training_price_body>span {
	font-size: 16px;
	color: #333333;
	font-weight: 400;
}

.training_price_body>span:last-child {
	font-size: 10px;
	color: #999999;
}

.upcoming-training-bottom-text-inner>p {
	margin-bottom: 0px;
	font-size: 14px;
	line-height: 25.2px;
	color: #333333;
}

.upcoming-training-bottom-text-inner {
	margin-top: 22px;
}

.training_bottom_btn>a {
	font-size: 16px;
	font-family: 'Open Sans', sans-serif;
	margin-top: 10px;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
}

.training_bottom_btn>a.request-bespoke {
	border: 1px solid #BBBBBB;
	border-radius: 8px;
	font-size: 16px;
	color: #BBBBBB;
	line-height: 21.7px;
	font-weight: 500;
	width: 100%;
	padding: 15px 0px;
	text-align: center;
}

.training_bottom_btn>a.signup-training {
	background-color: #95C23D;
	border-radius: 8px;
	font-size: 16px;
	color: #fff;
	line-height: 21.7px;
	font-weight: 500;
	width: 100%;
	padding: 15px 0px;
	text-align: center;
	position: relative;
}

.training_bottom_btn>a.signup-training svg {
	position: absolute;
	top: 17px;
	margin-left: 0;
	right: 30px;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
}

.training_on_request_table svg {
	vertical-align: sub;
	height: 20px;
}

.login-main-section .elementor-icon-list-items {
	padding-left: 0px;
	margin-left: 0px;
}

.login-page-data {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	padding-bottom: 25px;
}

.login-page-data>.col-6 {
	width: 50%;
}

.login-desc p {
	margin-bottom: 0;
}

.login-btn-right a.login-btn {
	margin-bottom: 4px;
}

body.page-template-protected-page header.entry-header {
	display: none;
}

.login-page-data h2 {
	color: #3C3C3C;
	font-size: 38px;
	line-height: 53.2px;
	font-family: 'Open Sans', sans-serif;
	font-weight: bold;
}

.login-desc {
	color: #3C3C3C;
	font-size: 20px;
	font-weight: bold;
	font-family: 'Open Sans', sans-serif;
	line-height: 34px;
}

.login-btn-right {
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: flex-end;
}

.login-btn-right a {
	font-family: "Open Sans", Sans-serif;
	font-size: 16px;
	font-weight: 500 !important;
	fill: #FFFFFF;
	color: #FFFFFF !important;
	background-color: #95C23D;
	border-radius: 8px 8px 8px 8px;
	padding: 15px 65px;
	position: relative;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
}

.login-btn-right a svg {
	position: absolute;
	right: 38px;
	width: 18px;
	top: 14px;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.login-main-section>.container {
	padding-left: 10px;
	padding-right: 10px;
}

section.login-main-section.common-breadcrumb {
	padding: 20px 0px 20px 0px;
	margin-bottom: 50px;
	background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(224, 242, 255, 0.2) 100%);
	position: relative;
}

.login-main-section.common-breadcrumb .elementor-icon-list-items .elementor-icon-list-item a {
	color: #A6AEB9;
}

.page-restrict-output>h3 {
	color: #3C3C3C;
	font-weight: 700;
	font-size: 20px;
	line-height: 34px;
	text-align: center;
	font-family: 'Open Sans', sans-serif;
	margin-bottom: 30px;
	margin-top: 10px;
}

#menu-top-navbar .menu-item-587 {
	display: none;
}

body.logged-in #menu-top-navbar .menu-item-587 {
	display: block;
}

.protected-page-data section {
	margin-bottom: 20px;
	padding-bottom: 10px;
	border-bottom: 1px solid #DEE9F7;
}

.protected-page-data section .elementor-icon-list-items li a {
	text-decoration: underline;
}


/** forgot page css **/

.forgot_pwd_form {
	max-width: 50%;
	margin: 0px auto;
	padding: 38px 40px;
	background-color: #fff;
	filter: drop-shadow(0px 0px 20px rgba(0, 0, 0, 0.1));
	border-radius: 8px;
}

.wc-forgot-pwd-form>h2 {
	font-weight: 700;
	font-family: 'Open Sans', sans-serif;
	color: #333;
	margin-bottom: 35px;
}

.wc-forgot-pwd-form {
	margin-top: 110px;
	margin-bottom: 110px;
	text-align: center;
}

.wc-forgot-pwd-form .log_user {
	text-align: center;
}

.wc-forgot-pwd-form .log_user>label {
	margin-bottom: 10px;
}

.log_user.submit-btn button {
	display: inline-block;
	width: auto;
	border-radius: 8px;
	border: 1px solid transparent;
	background-color: #3670C8;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	margin-top: 20px;
	font-size: 16px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
}

body.page-id-585 #content {
	padding-bottom: 0px !important;
}

.login-custom-form .pr-message.pr-error,
.forgot_pwd_form .alert-danger {
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-size: 15px;
	text-align: center;
	color: #ee4a42;
	margin-bottom: 30px;
}

.forgot_pwd_form .alert-success {
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-size: 15px;
	text-align: center;
	color: green;
	margin-bottom: 30px;
}

.forgot_pwd_form .log_user:first-child input {
	border: 1px solid #169FDB;
	border-radius: 8px;
}

body.page-id-573 .anchor-no-underline p a {
	font-weight: bold !important;
	color: #3670C8 !important;
}

.anchor-no-underline p a {
	text-decoration: none !important;
	box-shadow: none !important;
}

body.page-id-573 .anchor-underline .elementor-widget-container p a {
	font-weight: 400 !important;
}

.training-registration-section .attendee-form-data {
	display: flex;
	flex-wrap: wrap;
}

.training-registration-section .attendee-form-data .custom-field-container:nth-child(odd) {
	margin-right: 1%;
}

.training-registration-section .attendee-form-data .custom-field-container:nth-child(even) {
	margin-left: 1%;
}

.training-registration-section .attendee-form-data .custom-field-container {
	width: 49%;
}

.training-registration-section #training-info {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}

.training-registration-section #emails-groups>.wpcf7-field-group .attendee-number {
	font-size: 17px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	color: #333;
	margin-bottom: 25px;
	border-left: 3px solid #3670c8;
	border-top: 1px solid #f7f7f7;
	border-bottom: 1px solid #f7f7f7;
	border-right: 1px solid #f7f7f7;
	padding: 8px 10px;
}

.training-registration-section .attendee-information {
	background-color: #3670C8;
	color: #fff;
	font-family: 'Open Sans', sans-serif;
	font-size: 18px;
	padding: 10px 15px;
	display: block;
	font-weight: 500;
}

.attendee-form-data label {
	font-family: 'Open Sans', sans-serif;
	font-weight: 500 !important;
	font-size: 16px;
}

.attendee-form-data .custom-field-container input,
#training-info select {
	height: 45px;
	border-radius: 5px;
	margin-top: 5px;
}

#training-info select {
	padding-top: 0px !important;
	padding-bottom: 0px !important;
}

.training-registration-section #emails-groups>.wpcf7-field-group {
	margin-bottom: 40px;
	position: relative;
}

.training-registration-section #emails-groups .wpcf7-field-group:first-child>p {
	justify-content: flex-end !important;
}

.training-registration-section .wpcf7-field-group>p {
	display: flex;
	flex-direction: row-reverse;
	justify-content: space-between;
}

.training-registration-section .wpcf7-field-group>p button {
	background-color: transparent;
	color: #3670c8;
	padding: 0px;
	margin-top: 16px;
	font-family: 'Open Sans', sans-serif;
}

.training-registration-section .training-btn-group {
	text-align: right;
}

.training-registration-section .training-btn-group .training-btn-group-inner {
	display: inline-block;
	position: relative;
}

.training-registration-section .training-btn-group .training-btn-group-inner .wpcf7-spinner:before {
	display: none;
}

.training-registration-section .training-btn-group-inner .wpcf7-submit {
	font-family: "Open Sans", Sans-serif;
	font-size: 16px;
	font-weight: 600;
	line-height: 21.79px;
	fill: #FFFFFF;
	color: #FFFFFF;
	background-color: #3670C8;
	border-radius: 8px 8px 8px 8px;
	padding: 15px 60px;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.training-registration-section form.submitting .wpcf7-spinner {
	visibility: visible !important;
}

.training-registration-section .training-btn-group .training-btn-group-inner .wpcf7-spinner {
	width: 25px;
	height: 25px;
	background-image: url(/wp-content/uploads/ajax-loader.gif);
	background-size: 25px;
	position: absolute;
	background-repeat: no-repeat;
	margin: 0;
	top: 13px;
	right: 28px;
	background-color: transparent;
}

.wpcf7-field-group .loader {
	display: none;
}

.wpcf7-field-group.loading .loader {
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: #33333357;
	z-index: 999;
	display: flex;
	justify-content: center;
	align-items: center;
}

.wpcf7-field-group.loading .loader img {
	width: 50px;
}

.attendee-form-data label {
	position: relative;
}

.attendee-form-data label .wpcf7-not-valid-tip {
	position: absolute !important;
	bottom: -32px;
	color: #ee4a42 !important;
	font-size: 13px !important;
	font-weight: 500;
}

.training-registration-section .wpcf7-form.invalid .wpcf7-response-output {
	display: none !important;
}

.training-registration-section form.wpcf7-form.sent .wpcf7-response-output {
	background-color: #46b450;
	color: #fff;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-size: 18px;
	margin-left: 0px;
	margin-right: 0px;
}

.training-schedule-btn a .elementor-button-text {
	line-height: initial !important;
}

.training-schedule-btn a .elementor-button-icon {
	margin-left: 12px;
	display: flex;
}

.news-listing-page .cases-listing-page-top-sec .section-heading h2 {
	margin-bottom: -20px;
}

.news-listing-page {
	position: relative;
	background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(224, 242, 255, 0.2) 100%);
}

.news-listing-page:before {
	content: "";
	background-image: url(/wp-content/uploads/news-left-pattern.svg);
	background-repeat: no-repeat;
	background-size: contain;
	height: 475px;
	width: 330px;
	position: absolute;
	left: -155px;
	top: -80px;
	z-index: 0
}

.home-news-insights-inner .news-insights-home {
	margin-bottom: 20px;
}

.news-listing-page-data .search-clear,
.blog-main-data .search-clear {
	top: 5px !important;
}

.news-listing-page-data .search-filter {
	margin-top: 50px !important;
	margin-bottom: 50px !important;
	position: relative;
}

.news-listing-page-data:after {
	content: " ";
	background-image: url(/wp-content/uploads/2022/01/cases_detail_page_curve.png);
	background-repeat: no-repeat;
	background-size: contain;
	height: 800px;
	width: 340px;
	position: absolute;
	right: -270px;
	top: 450px;
	z-index: 0;
}

.news-insights-home-desc h2 a {
	line-height: 1.4;
	font-size: 18px !important;
}

body.author .news-archive {
	max-width: 1170px;
	margin-left: auto;
	margin-right: auto;
}

body.author #masthead>.container.text-container {
	display: none !important;
}

.highlight-items-inner>p {
	width: 100%;
	text-align: center;
}

.news-detail-s1 img {
	width: 100%;
}

.news-detail-breadcrumb {
	background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(224, 242, 255, 0.2) 100%);
}

.news-detail-breadcrumb .elementor-icon-list-items li:first-child span {
	color: #A6AEB9;
}

body.single-news .navigation.post-navigation {
	display: none !important;
}

body.single-news article .post-content .elementor section a:hover {
	box-shadow: none !important;
	color: #333;
}

body.single-news article .post-content .elementor section a {
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	color: #3670C8;
	box-shadow: none !important;


}

body.single-news article .post-content .care-cta-section a:hover {
	color: #fff !important;
}

body.single-news article .post-content .care-cta-section a,
body.single-news article .news-detail-breadcrumb a {
	text-decoration: none !important;
}

.news-detail-s1 .elementor-widget-text-editor ul {
	margin-left: 0px;
}

.news-detail-s1 .elementor-widget-text-editor ul li {
	margin-bottom: 5px;
}



.highlight-items-inner-list-inner-custom img {
	object-fit: cover;
}

.news-detail-s1>.elementor-container>.elementor-column>.elementor-widget-wrap>.elementor-element:first-child {
	margin-bottom: 0px !important;
}


/* blog page css */

.all-blog-custom {
	padding: 60px 0 40px 0;
}

.all-blog-row {
	display: flex;
	justify-content: space-between;
}

.all-blog-row .blog-left {
	width: calc(65% - 15px);
}

.all-blog-row .blog-right {
	position: -webkit-sticky;
	position: sticky;
	top: 120px;
}

.all-blog-row .blog-right {
	width: calc(35% - 15px);
	height: 100%;
	font-family: 'Open Sans', sans-serif;
}

.blog-img-container a {
	display: block;
	position: relative;
}

.blog-img-container img {
	width: 100%;
	max-height: 300px;
	min-height: 300px;
	object-fit: cover;

}

.blog-ul-sec ul {
	padding-left: 0;
	margin: 25px 0 12px 0;
}

.blog-ul-sec li {
	display: inline-block;
	text-transform: uppercase;
	font-size: 15px;
	font-family: inherit;
}

.blog-ul-sec li label {
	color: #828080;
}

.blog-ul-sec li span {
	color: #333;
}

.blog-ul-sec li small {
	margin: 0 5px;
}

.blog-title a {
	font-family: inherit;
	color: #333 !important;
	font-weight: 700 !important;
	text-decoration: none !important;
	font-size: 35px;
	line-height: 45px !important;
}

.blog-content {
	line-height: 1.5;
	padding: 15px 0px;
}

.blog-content p {
	font-size: 18px;
	font-family: inherit;
}

.all-blog-custom .blog_block {
	margin-bottom: 30px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
}

.all-blog-custom .readmore {
	border-bottom: 1px solid #ccc;
	margin-bottom: 45px;
	padding: 10px 0 30px 0;
}

.all-blog-custom .readmore a {
	color: #3670C8;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 14px;
	font-family: inherit;
	font-weight: 600;
	transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
}

.all-blog-custom .readmore svg {
	width: 16px;
	height: auto;
	text-align: center;
	line-height: 28px;
	margin-left: 8px;
	transition: all 0.2s ease;
	-webkit-transition: all 0.2s ease;

}

.all-blog-custom .readmore a:hover svg {
	margin-left: 20px;
}

.blog-title a:hover {
	color: #0072e5 !important;
}

.blog-ul-sec li span>a:hover {
	text-decoration: underline;
}

.all-blog-custom .blog-right .recent_posts_wrap {
	background: #ffffff;
	padding: 30px 20px;
	filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.10));
}

.all-blog-custom .blog-img-container .blog-overlay_link {
	position: absolute;
	top: 0;
	height: 99%;
	width: 100%;
	left: 0;
	background: rgb(0, 0, 0, 0.3);
	transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	display: flex;
	align-items: center;
	justify-content: center;
	opacity: 0;
}

.blog-img-container:hover .blog-overlay_link {
	opacity: 1;
}

.blog-img-container .blog-overlay_link i {
	background: #0072e5;
	color: #fff;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	line-height: 2.1;
	font-size: 24px;
	text-align: center;
}

.recent_posts_wrap h2 {
	padding-bottom: 10px;
	border-bottom: 1px solid #ccc;
	margin-top: 0;
	font-size: 22px;
	text-transform: uppercase;
	font-family: inherit;
	margin-bottom: 20px;
	font-weight: bold;
	color: #333;
}

.recent_post {
	margin-bottom: 20px;
	border-bottom: 1px solid #ccc;
	padding-bottom: 20px;
}

.recent_post_inner {
	display: flex;
	align-items: center;
}

.recent_post_inner .lft_img {
	width: 20%;
}

.recent_post_inner .ryt_img {
	width: 80%;
}

.recent-img-container a {
	height: 100%;
	display: block;
}

.recent-img-container a img {
	width: 100%;
	height: 80px;
	object-fit: cover;
}

.ryt_img {
	padding-left: 15px;
}

.recent_post_inner .ryt_img h3 a {
	font-size: 16px;
	color: #333;
	text-decoration: none;
	line-height: 18px;
	font-weight: 500;
}

.blog-right-product-div a {
	display: flex;
	text-decoration: none;
}

.recent_post:last-child {
	border-bottom-width: 0px;
}

.blog-right-product-div a .p-img {
	width: 20%;
}

.blog-right-product-div a .p-content {
	width: 80%;
	padding-left: 15px;
	display: flex;
	flex-direction: column;
}

.blog-right-product-div a .p-content h3 {
	font-size: 18px;
	color: #333;
	line-height: 18px;
	font-weight: 500;
	padding: 8px 0px;
}

.blog-right-product-div a .p-content span {
	color: #333;
	font-weight: 500;
	font-size: 15px;
}

.ryt_img h4 {
	font-size: 12px;
	text-transform: uppercase;
	padding-top: 10px;
	padding-bottom: 5px;
}

.ryt_img h4 label {
	color: #969696;
}

.ryt_img h4 span {
	color: #333;
}

.recent_post_inner .ryt_img h3 a:hover {
	color: #0072e5;
}


.all-blog-custom .pagination>* {
	color: #fff;
	background: #505050;
	width: 30px;
	height: 30px;
	display: inline-block;
	font-size: 14px;
	text-decoration: none;
	text-align: center;
	line-height: 2.3;
	font-weight: 500;
	-webkit-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
}

.all-blog-custom .pagination .current {
	background-color: #0072e5;
}

.all-blog-custom .pagination .page-numbers.prev,
.all-blog-custom .pagination .page-numbers.next {
	margin: 0px 15px;
}

.blog-right.fixed {
	position: -webkit-sticky;
	position: sticky;
	top: 120px;
}

.blog-ul-sec li span>a {
	text-decoration: none;
	color: #0072e5;
	font-weight: 400;
}

.all-blog-custom {
	max-width: 1170px;
	margin-left: auto;
	margin-right: auto;
}

body .entry-content>.elementor p a {
	box-shadow: none !important;
	color: #0072e5 !important;

}

.training-chedule-text-with-btn>.elementor-container>.elementor-column>.elementor-widget-wrap {
	padding-left: 0px;
	padding-right: 0px;
}

.blogs-categories-sidebar .widget_categories ul {
	list-style: none;
	padding: 0px;
	margin: 0px;
}

.blogs-categories-sidebar .widget_categories ul li a {
	font-size: 18px;
	font-weight: 500;
}

.blogs-categories-sidebar .widget_categories ul li a:hover {
	text-decoration: underline;
}

.blog-page-breadcrumb {
	background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(224, 242, 255, 0.2) 100%);
}

.blog-main-data {
	padding: 50px 0px;
}

.blog-main-data .pagination-text-blog,
.pagination-blog-archieve-new {
	padding-top: 15px;
}


.hash-line {
	line-height: normal;
	font-size: initial;
}

.blog-main-data.category-page,
.blog-main-data.author-page {
	max-width: 1170px;
	margin: auto;
	padding-left: 10px;
	padding-right: 10px;
}

body.archive>.site-header>.container.text-container {
	display: none !important;
}


.archieve-breadcrumb {
	padding: 20px 0px 40px 0px;
	background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(224, 242, 255, 0.2) 100%);
}

.archieve-breadcrumb-inner {
	max-width: 1170px;
	margin: auto;
}

.archieve-breadcrumb-inner ul {
	padding-left: 10px;
	margin: 0px;
	margin-top: 20px;
}

.archieve-breadcrumb-inner ul li:last-child span {
	color: #333 !important;
}

.archieve-breadcrumb-inner ul li span {
	color: #A6AEB9;
	font-weight: 400 !important;
	text-transform: capitalize !important;
}

span.c-post-type {
	width: 100%;
	display: block;
}

/** single blog page php **/
.single-blog-page {
	display: flex;
	justify-content: space-between;
}

.single-blog-left {
	width: calc(65% - 15px);
	padding-right: 30px;
}

body.single-post .single-blog-left {
	width: calc(65% - 15px) !important;
}

body.single-post .single-blog-right {
	width: calc(35% - 15px);
	height: 100%;
	position: -webkit-sticky;
	position: sticky;
	top: 135px !important;
}

body.single-post .post-content.single-blog-page {
	max-width: 1170px;
	margin: auto;
	padding-left: 10px;
	padding-right: 10px;
	margin-top: 60px;
}

body.single-post .featured-image-single-blog img {
	width: 100%;
	max-height: 430px;
	object-fit: cover;
}

body.single-post .single-blog-left p {
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-size: 18px;
}

body.single-post .single-blog-left h2,
body.single-post .single-blog-left h3,
body.single-post .single-blog-left h4,
body.single-post .single-blog-left h5 {
	font-family: 'Open Sans', sans-serif;
	line-height: initial;
}

body.single-post .single-blog-left h2 {
	font-weight: 700;
	font-size: 34px;
}

body.single-post .single-blog-left h3 {
	font-weight: 700;
	font-size: 30px;
}

body.single-post .single-blog-left h4 {
	font-weight: 600;
	font-size: 26px;
}

body.single-post .single-blog-left .entry-content a {
	box-shadow: none !important;
	font-weight: 400;
	display: inline;
}

body.single-post .nav-links {
	display: flex;
	border-top: 1px solid #3333;
	padding-top: 30px;
}

body.single-post .nav-links .post-title {
	line-height: initial;
}

body.single-post .comment-respond .comment-form label {
	font-family: 'Open Sans', sans-serif;
	font-size: 18px;
	margin-bottom: 6px;
}

body.single-post .comment-respond .comment-form #comment {
	height: 120px;
	padding-top: 20px !important;
}

body.single-post .comment-respond .comment-form input[type="text"],
body.single-post .comment-respond .comment-form input[type="email"],
body.single-post .comment-respond .comment-form input[type="url"] {
	height: 50px;
}

body.single-post .comment-respond .comment-form input[type="text"],
body.single-post .comment-respond .comment-form #comment,
body.single-post .comment-respond .comment-form input[type="email"],
body.single-post .comment-respond .comment-form input[type="url"] {
	width: 100%;
	border: 1px solid #3670C8;
	border-radius: 8px;
	padding: 0px 15px;
	background-color: #FFFFFF;
	font-size: 18px;
	line-height: 24px;
	font-family: 'Open Sans', sans-serif;

}

body.single-post .comment-respond .comment-form #submit {
	background-color: #3670C8;
	border: 0 !important;
	color: #FFF;
	font-size: 16px;
	font-weight: 700;
	width: auto;
	padding: 12px 55px;
	text-transform: uppercase;
	cursor: pointer;
	-webkit-appearance: none;
}

body.single-post,
body.single-news {
	overflow-x: visible !important;
}

body.single-post .post-content.single-blog-page {
	padding-bottom: 80px;
}

body.single-post .single-blog-left {
	width: 100%;
	padding-right: 0;
}

.contact-address ul li .elementor-icon-list-icon {
	padding-top: 5px;
}

.featured-image-single-blog,
.archieve-breadcrumb {
	display: none;
}

body.archive .archieve-breadcrumb {
	display: block !important;
}

body.single-post .featured-image-single-blog,
body.single-post .archieve-breadcrumb {
	display: block !important;
}

body.single-post .post-content.single-blog-page {
	display: flex !important;
}

body.single-post .single-blog-right {
	display: block !important;
}

.single-blog-right {
	display: none;
}

.post-content.single-blog-page {
	display: block;
}

.single-blog-left {
	width: 100%;
	padding-right: 0px;
}


.global-contactheading>.elementor-container .elementor-column:first-child .elementor-widget-wrap,
.case-care-cta-section section>.elementor-container>.elementor-column:first-child>.elementor-widget-wrap,
.about-us-page-content>.elementor-container>.elementor-column>.elementor-widget-wrap {
	padding-left: 0px !important;
}

.global-contactdetails>.elementor-container .elementor-column:first-child .elementor-widget-wrap {
	margin-left: 0px !important;
}

.global-contactheading>.elementor-container .elementor-column:last-child .elementor-widget-wrap,
.global-contacttravelinfo>.elementor-container .elementor-column:last-child .elementor-widget-wrap,
.case-care-cta-section section>.elementor-container>.elementor-column:last-child>.elementor-widget-wrap,
.about-us-page-content>.elementor-container>.elementor-column>.elementor-widget-wrap {
	padding-right: 0px !important;
}

.global-contactdetails>.elementor-container .elementor-column:last-child .elementor-widget-wrap {
	margin-right: 0px !important;
}

.case-care-cta-section .cases-explore-btns,
.care-cta-section .cases-explore-btns {
	padding-left: 4px;
}


.cases-data-inner>a:last-child {
	padding-bottom: 15px;
}

#commentform>p {
	position: relative;
}

#commentform>p div.error {
	position: absolute;
	font-size: 14px;
	color: #ee4a42;
}

body.search-results .header-text,
body.error404 .header-text {
	display: none !important;
}

body.search-results #post-wrap {
	max-width: 1170px;
	margin: auto;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 90px;
}

body.error404 #main {
	max-width: 1170px;
	margin: auto;
	padding-left: 10px;
	padding-right: 10px;
}

body.error404 #main article {
	padding-top: 90px;

}

body.search-results #post-wrap h2.entry-title a {
	line-height: inherit !important;
}

body footer ul li.current-menu-item a:after {
	width: 100% !important;
}

body footer ul li.current-menu-item a {
	color: #3670C8 !important;
}

.home-news-insights-inner .news-insights-home-inner>a {
	width: 100%;
}

.page-template-protected-page .login-custom-form .pr-message.pr-error a {
	display: none !important;
}

.errorpage-custom h2 {
	font-weight: 600;
	margin-bottom: 10px;
}

.errorpage-custom h1 {
	margin-bottom: 15px;
	font-weight: bold;
	font-size: 50px;
	color: #000;
	font-family: 'Open Sans', sans-serif;
}

.errorpage-custom {
	font-family: 'Open Sans', sans-serif;
	text-align: center;
	padding-top: 50px;
}

.errorpage-custom p {
	font-size: 20px;
	font-weight: 600;
	font-family: 'Open Sans', sans-serif;
}

.errorpage-custom>a {
	font-family: "Open Sans", Sans-serif;
	font-weight: 500;
	color: #3670C8;
	background-color: #61CE7000;
	border-style: solid;
	border-width: 1.6px 1.6px 1.6px 1.6px;
	border-color: #3670C8;
	border-radius: 8px 8px 8px 8px;
	padding: 15px 50px 15px 20px;
	font-size: 16px;
	font-weight: 600 !important;
	position: relative;
	transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	margin-top: 25px;
}

.errorpage-custom>a svg {
	position: absolute;
	right: 26px;
	top: 20px;
	transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
}

body.search-results #post-wrap article header.entry-header {
	height: auto !important;
}

body.search-results .navigation.pagination {
	text-align: center !important;
}


@media(min-width: 1024px) {

	#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-row .mega-menu-column>ul.mega-sub-menu>li.mega-menu-item {
		padding-top: 0px;
		padding-bottom: 0px;
		min-height: 60px;
	}
}

.product-detail-shortcode .network-links li a svg {
	position: relative;
	right: -5px;
	margin-left: 0px !important;
}

.product-detail-shortcode .network-links li a {
	width: auto;
	display: inline-block;
}

.product-data-main .service-data-4 .product-data-img a,
.product-data-main .service-data-5 .product-data-img a {
	width: 100%;
}

.product-list-in-detail-page.product-detail-shortcode ul li {
	display: inline-block;
}

.product-list-in-detail-page.product-detail-shortcode ul li a {
	flex-direction: row-reverse;
}

.product-list-in-detail-page.product-detail-shortcode ul li a .elementor-icon-list-icon {
	position: relative;
	right: -10px;
}

.contact-us-card p img {
	width: 30px;
	height: 30px;
	margin-right: 12px;
}

.contact-us-card .elementor-widget-text-editor p {
	margin-bottom: 0px;
	display: flex;
	align-items: center;
}

.global-contactdetails .contact-us-card .elementor-widget-text-editor {
	margin-bottom: 10px !important;
}


.news-listing-page-data .news-insights-home .news-insights-home-desc-top-bar span a {
	color: #808790;
	font-weight: 400;
}

.blog-listing-data .news-insights-home {
	max-width: 50% !important;
	padding-left: 0px !important;
	padding-right: 0px !important;
	border-bottom: 1px solid #dddddd;
	padding-bottom: 30px;
	margin-bottom: 40px;

}

.blog-listing-data .news-insights-home:nth-child(odd) {
	width: 48%;
	margin-right: 2%;

	padding-left: 0px;
	padding-right: 0px;
}

.blog-listing-data .news-insights-home .news-insights-home-inner h2 a {
	font-weight: 600;
	font-size: 22px;
	line-height: 1.4;
	margin-bottom: 0px;
	color: #3C3C3C;
}

.blog-listing-data .news-insights-home .news-insights-home-inner h2 {
	margin-bottom: 0px;
}

.blog-listing-data .news-insights-home .news-insights-home-desc-top-bar {
	padding: 8px 0px;
}

.blog-listing-data .news-insights-home .news-insights-home-inner {
	border-radius: 0px;
	border: none;
	box-shadow: none;

}

.blog-listing-data .news-insights-home .news-insights-home-inner .news-insights-home-desc {
	padding: 0px;
	margin-top: 0;
	min-height: auto;
}

.blog-listing-data .news-insights-home-inner .news-insights-desc p {
	font-size: 16px;
	line-height: 26px;
	font-weight: normal;
	margin-top: 30px;
	color: #3C3C3C;
	font-family: 'Open Sans', sans-serif;
	font-style: inherit;
	margin-bottom: 1.2em;
}

.blog-listing-data .home-news-insights-inner .news-insights-home:nth-last-child(2),
.blog-listing-data .home-news-insights-inner .news-insights-home:nth-last-child(3) {
	border-bottom: none !important;
}

.blog-listing-data .news-insights-home a img {
	width: 100%;
	min-height: 220px;
	max-height: 220px;
	object-fit: cover;
}

.blog-listing-data .news-insights-home span {
	font-size: 12px;
}

.blog-listing-data .news-insights-home .cat_blog a {
	position: relative;
	display: inline-block;
	line-height: 19px;
	position: relative;
	padding: 0px 15px;
	color: #3C3C3C;
	margin-bottom: 0px;
	font-size: 12px;
}

.blog-listing-data .news-insights-home .cat_blog a:before {
	content: "";
	width: 8px;
	height: 8px;
	background-color: #3670C8;
	border-radius: 50px;
	position: absolute;
	left: 0px;
	top: 5px;
}

.blog-listing-data .news-insights-home span.author_name {
	margin-right: 15px;
}

.blog-listing-data .news-insights-home .blog-explore-btn svg {
	margin-left: 8px;
	transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
}

.blog-listing-data .home-news-insights-inner {
	margin-left: 0px !important;
	margin-right: 0px !important;
}

.pagination-blog-archieve-new {
	width: 100%;
	text-align: center;
}

.search-filter-blog,
.search-filter {
	padding-bottom: 50px;
}



.cat_title_main {
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	font-size: 32px;
	margin-bottom: 50px;
}

.page-numbers.dots {
	color: #3670c8 !important;
	margin-left: 10px !important;
}

body ul li,
body ul li a,
body ol li,
body ol li a {
	color: #3C3C3C;
	font-family: "Open Sans", Sans-serif;
	font-size: 18px;
	font-weight: 400;
	line-height: 28px;
}

h1.expire-title {
	text-align: center;
	margin-top: 50px;
	font-size: 29px;
	font-weight: bolder;
}

input.wpcf7-form-control.has-spinner.wpcf7-submit {
	margin-left: 38px;
}

input#byte-name,
input#byte-email {
	width: 50%;
	margin-left: 40px;
}

.common-mailchimp input[type="email"] {
	background-color: transparent;
	border-radius: 3px;
	border: 1px solid #BBBBBB;
	font-size: 16px;
	height: 45px;
	color: #BBBBBB;
	font-style: italic;
	font-family: 'Open Sans';
	line-height: 27px;
	padding-left: 15px;
	width: 70%;
}

.common-mailchimp {
	position: relative;
}

.common-mailchimp input[type="submit"] {
	background-color: #E1E1E1;
	color: #333;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-size: 16px;
	width: 100%;
	height: 45px;

}

.common-mailchimp p {
	position: absolute;
	bottom: 0px;
	width: 28%;
	right: 0px;
	top: 0px;
	height: 45px;
	margin-top: 0px;
	background-color: #E1E1E1;
	color: #333;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-size: 16px;
	border-radius: 5px;
}

@media(max-width: 480px) {
	.common-mailchimp input[type="email"] {
		width: 100% !important;
	}

	.common-mailchimp p {
		position: relative;
		margin-top: 20px;
		width: auto;
		display: inline-block;
	}

	.common-mailchimp input[type="submit"] {
		width: auto;
	}
}

.footer-logo a img {
	margin-top: 13px;
}

.page-id-298 .pagination-text {
	padding-top: 50px;
}

.page-id-298 .case-care-cta-section,
body.post-type-archive-cases .case-care-cta-section {
	margin-top: 100px;
}

.newsletter-popup .custom-field-container.submit-btn {
	margin: auto;
	margin-top: 15px;
}


.newsletter-popup .submit-btn input {
	margin-left: 0px !important;
}

.product-support-custom-btn a svg {
	height: 21px;
}

.product-support-custom-btn a:hover svg path {
	stroke: #fff !important;
}

@media(min-width: 767px) {
	.highlight-items-inner-list.layout_count_2 {
		margin-bottom: 30px;
	}
}

@media(max-width: 991px) {
	.highlight_card_desc h2 {
		font-size: 18px;
		line-height: 30px;
		padding-right: 35px;

	}
}

.highlight-started-second .layout_count_2,
.highlight-started-second .layout_count_3 {
	padding-right: 20px;
}

.highlight-items-inner .layout_count_1 {
	box-shadow: 0px 0px 10px 4px #b5b5b524;
}

@media(max-width: 580px) {
	.highlight-items-inner .highlight-started-second {
		column-count: 1;
	}
}

.second-footer a {
	font-weight: 400 !important;
}

.second-footer .elementor-widget-container span {
	position: absolute;
	top: 2px;
}

.second-footer .elementor-widget-container>a:last-child {
	margin-left: 17px;
}

.common-ul ul {
	padding-left: 0px;
}

.align-icons-btn-group-common .elementor-button-link .elementor-button-content-wrapper {
	align-items: center;
}

.download-btn-training .elementor-button-text {
	font-size: 14px;
	line-height: 25.2px;
}

.download-btn-training .elementor-button-icon svg {
	width: 16px;
	height: 20px;
	margin-top: 3px;
}

body.post-type-archive-cases #content,
body.post-type-archive-news #content {
	padding-top: 130px;
}

.product-detail-step-guide .elementor-widget-button a {
	color: #3670C8;
}

.care-cta-image img {
	width: 110px;
}

.client-headings-new h2 {
	color: #3C3C3C !important;
	font-family: "Open Sans", Sans-serif !important;
	font-size: 40px;
	font-weight: 700 !important;
	line-height: 55px;
	text-align: center;
}

@media(min-width: 2200px) {
	body .technologies-detail-body-section-1:after {
		right: -95px !important;
	}
}

#main.site-main {
	padding-top: 130px !important;
}

@media(max-width: 1024px) {
	body #main.site-main {
		padding-top: 97.7969px !important;
	}
}

@media(max-width: 580px) {
	body #main.site-main {
		padding-top: 88.5938px !important;
	}
}

.featured-image-single-blog {
	margin-bottom: 20px;
}

.single-blog-left .aligncenter {
	margin: auto;
	display: block;
	text-align: center;
}

.signup-newsletter h2.elementor-heading-title,
.home-testimonial h2.elementor-heading-title,
.home-client-section h2.elementor-heading-title {
	color: #3C3C3C;
	font-family: "Open Sans", Sans-serif;
	font-size: 40px;
	font-weight: 700 !important;
	line-height: 55px;
}

.home-testimonial h4.elementor-heading-title {
	color: #808790 !important;
}

.home-client-section h2.elementor-heading-title {
	text-align: center;
}

.single-cases p {
	font-size: 18px;
}

.product-data-inner .product-data-img>a,
.product-data-inner .product-data-img>a img {
	width: 100%;
}

#cookie-law-info-bar .cli-bar-container {
	max-width: 1170px;
	padding-left: 12px;
	padding-right: 12px;
}


.singup-newsletter {
	background-color: #F8FCFF;
	padding: 90px 0px 90px 0px;
}

.singup-newsletter h2 {
	font-family: "Open Sans", Sans-serif !important;
	font-size: 38px;
	font-weight: 700 !important;
	font-style: normal;
	line-height: 53.2px !important;
	text-align: center;
}

.singup-newsletter p {
	text-align: center;
	color: #5A6471;
}

body.page-id-661 .home-testimonial {
	padding: 50px 0px 50px 0px;
}

body.page-id-661 .home-client-section {
	padding: 70px 0px 50px 0px;
}

.errorpage-custom p a:hover {
	box-shadow: none !important;
	background-color: transparent;
	color: #3670C8 !important;
	text-decoration: none !important;
}


.gdpr-checkbox .wpcf7-list-item-label {
	font-size: 0.8em;
	font-style: italic;
	margin-left: 5px;
	color: #62707cb8 !important;
}

form .gdpr-checkbox label {
	line-height: normal;
}

.download-sec1 form .wpcf7-not-valid-tip {
	display: none;
	position: absolute;
	top: 32px;
	font-size: 12px;
	color: #ee4a42 !important;
}

.download-sec1 form .wpcf7-not-valid-tip:last-child {
	display: block;
}

.upcoming-training-detail-page-inner .no-upcoming {
	text-align: center;
	font-size: 20px;
	font-weight: 400;
	margin-top: 40px;
}

/* .upcoming-training-detail-page-inner-padding.hidden_column
, .upcoming-training-detail-page-inner-padding.hidden_column + .training_detail_pricing
{
	display: none;
} */

.hide_training_column .upcoming-training-head>span:first-child,
.hide_training_column .upcoming-training-body>span:first-child {
	display: none;
}

.hide_training_column .upcoming-training-head>span,
.hide_training_column .upcoming-training-body>span {
	width: 33.333%;
}

@media(max-width:1199px) {
	html body .top-navigation-right #site-navigation #mega-menu-primary>li.mega-menu-item>ul {
		width: 780px !important;
		margin-left: -110px !important;
	}

	.cases-page-data-call>.elementor-container>.elementor-column>.elementor-widget-wrap,
	.news-listing-page>.elementor-container>.elementor-column>.elementor-widget-wrap,
	.home-testimonial>.elementor-container>.elementor-column>.elementor-widget-wrap,
	.home-client-section+section>.elementor-container>.elementor-column>.elementor-widget-wrap,
	.cases-technologies-detail-page>.elementor-container>.elementor-column>.elementor-widget-wrap,
	.case-care-cta-section>.elementor-container>.elementor-column>.elementor-widget-wrap,
	.cases-details-first-section>.elementor-container>.elementor-column>.elementor-widget-wrap,
	.no-spacing-left-right>.elementor-container>.elementor-column>.elementor-widget-wrap,
	.technologies-detail-body-section-1+section.elementor-section section>.elementor-container>.elementor-column>.elementor-widget-wrap,
	.technologies-detail-body-section-1+section.elementor-section>.elementor-container>.elementor-column>.elementor-widget-wrap {
		padding-left: 0px;
		padding-right: 0px;
	}

	.post-content.single-blog-page {
		padding-left: 0px !important;
		padding-right: 0px !important;
	}

	body.single-post .single-blog-left,
	body.single-post .single-blog-right {
		padding-left: 15px !important;
		padding-right: 15px !important;
	}

	.about-us-page-content section>.elementor-container>.elementor-column:first-child>.elementor-widget-wrap {
		padding-left: 0px;
	}

	.about-us-page-content section>.elementor-container>.elementor-column:last-child>.elementor-widget-wrap {
		padding-right: 0px;
	}

	.common-breadcrumb>.elementor-container,
	.cases-detail-common-breadcrumb>.elementor-container {
		padding-left: 15px !important;
		padding-right: 15px !important;
	}

	.common-breadcrumb>.elementor-container>.elementor-column>.elementor-widget-wrap {
		padding-left: 0px !important;
		padding-right: 0px !important;
	}

	.cases-detail-common-breadcrumb>.elementor-container>.elementor-column>.elementor-widget-wrap {
		padding-left: 0px !important;
	}

	section>.elementor-container {
		padding-left: 15px;
		padding-right: 15px;
	}

	section>.elementor-container section>.elementor-container {
		padding-left: 0px !important;
		padding-right: 0px !important;
	}

}

@media (min-width: 1025px) and (max-width: 1199px) {
	.common-breadcrumb .elementor-column>.elementor-widget-wrap {
		padding-left: 0px !important;
		padding-right: 0px !important;
	}

}

@media(max-width:430px) {
	body.logged-in .top-nav-bar ul#menu-top-navbar li>a {
		padding-left: 10px;
		padding-right: 10px;
	}

	body.logged-in .top-search-bar {
		margin-left: 10px;
		margin-right: 10px;
	}

	.top-nav-bar ul#menu-top-navbar li:first-child>a {
		padding-left: 0px !important;
	}

	.top-nav-bar {
		justify-content: flex-start !important;
	}
}

.news-insights-home-desc-top-bar span:nth-child(2),
.news-insights-home-desc-top-bar span:nth-child(3) {
	display: none;
}

.case-care-cta-section.cases-spacing-top-zero {
	margin-top: 0px !important;
}

.homepage_case_studies .pagination-text .page-numbers {

	margin-bottom: 50px !important;

}

body .single-blog-left>.featured-image-single-blog>img,
body .single-blog-left .blog-placeholder {
	display: none !important;
}

.participants-portal .anchor-no-underline .elementor-widget-text-editor a {
	font-weight: bold;
}


.upcoming-training-detail-page-inner .upcoming-training-head .location,
.upcoming-training-detail-page-inner .location {
	width: 50%;
}


.upcoming-training-detail-page-inner-padding.hide_training_column .upcoming-training-head>span,
.upcoming-training-detail-page-inner-padding.hide_training_column .upcoming-training-body>span {
	width: 50%
}

#training-date .wpcf7-form-control-wrap>option {
	display: none;
}

#training-info .training-language-div {
	width: 49%;
	margin-top: 12px;
}

body.hide-signup-btn .signup-training,
body.hide-signup-btn .course-section-over .elementor-button-link {
	display: none !important;
}

.training-registration .full-width {
	width: 100% !important;
	margin-right: 0 !important;
}

.trainig_on_request .training_on_request_table,
.workshops-data-main .workshops_data_table {
	position: relative;
}