/*
Theme Name: Transcend H20
Theme URI: https://www.transcendh2o.com/
Author: Attila Földesi
Author URI: https://www.attilafoldesi.com/
Description: Bootstrap 5 theme made by Attila Földesi
Version: 10.1
*/

@import url('css/responsive.css');
@import url('fonts/gilroy/stylesheet.css');

* {
	outline: none !important;
}

body {
	font-family: 'Gilroy';
	color: #162142;
}

.slicknav_menu {
    display: none;
}

.alignleft {
	display: inline;
	float: left;
}

.alignright {
	display: inline;
	float: right;
}

.aligncenter {
	display: block;
	margin-right: auto;
	margin-left: auto;
}

blockquote.alignleft, .wp-caption.alignleft, img.alignleft {
	margin: 0.4em 1.6em 1.6em 0;
}

blockquote.alignright, .wp-caption.alignright, img.alignright {
	margin: 0.4em 0 1.6em 1.6em;
}

blockquote.aligncenter, .wp-caption.aligncenter, img.aligncenter {
	clear: both;
	margin-top: 0.4em;
	margin-bottom: 1.6em;
}

.wp-caption.alignleft, .wp-caption.alignright, .wp-caption.aligncenter {
	margin-bottom: 1.2em;
}

.container_small {
	width: 1130px;
	max-width: 100%;
	padding: 0 15px;
	margin: 0 auto;
}

.footer_wrap {
	background: #007FFF;
	padding: 60px 0 30px 0;
	position: relative;
}

.footer {
	position: relative;
}

.footer_wrap::before {
	content: " ";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url('images/mask.svg') no-repeat 0 0;
	background-size: cover;
	opacity: 0.1;
}

.footer_logo {
	display: inline-block;
	margin-bottom: 30px;
	max-width: 100%;
	height: auto;
}

.footer_company_name {
	color: #fff;
	font-style: normal;
	font-weight: 700;
	font-size: 20px;
	line-height: 20px;
	margin: 0 0 15px 0;
	padding: 0;
}

.footer_text {
	color: #fff;
}

.footer_text p {
	font-size: 16px;
	line-height: 22px;
	margin: 0 0 30px 0;
	padding: 0;
}

.footer_social {
	margin: 0;
	padding: 0;
	list-style: none;
}

.footer_social li {
	display: inline-block;
	margin-right: 15px;
}

.fsoc {
	display: inline-block;
	width: 40px;
	height: 40px;
	position: relative;
	border-radius: 10px;
	background: rgba(255, 255, 255, 0.15);
	-webkit-transition: all 0.25s ease-out;
	-moz-transition: all 0.25s ease-out;
	-o-transition: all 0.25s ease-out;
	transition: all 0.25s ease-out;
	top: 0;
}

.fsoc:hover {
	top: -3px;
}

.fsoc img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	max-width: 90%;
	height: auto;
}

.footer_col {
	margin-bottom: 45px;
}

.footer_bottom {
	border-top: 1px solid rgba(255, 255, 255, 0.25);
	padding-top: 30px;
}

.copyright {
	color: #fff;
	font-weight: 500;
	font-size: 14px;
	line-height: 14px;
}

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

.bottom_menu ul li {
	display: inline-block;
	margin-right: 20px;
	position: relative;
	font-size: 14px;
	line-height: 14px;
	font-weight: 500;
}

.bottom_menu ul li:last-child {
	margin-right: 0 !important;
}

.bottom_menu ul li a {
	color: #fff !important;
	text-decoration: none !important;
	-webkit-transition: all 0.25s ease-out;
	-moz-transition: all 0.25s ease-out;
	-o-transition: all 0.25s ease-out;
	transition: all 0.25s ease-out;
}

.bottom_menu ul li a:hover {
	color: rgba(255, 255, 255, 0.7) !important;
}

.footer_center, .footer_right {
	padding-top: 90px;
}

.footer_title {
	color: #fff;
	font-size: 20px;
	font-weight: 700;
	margin: 0 0 15px 0;
	padding: 0;
}

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

.footer_menu ul li {
	display: block;
	margin-bottom: 15px;
	font-size: 16px;
	font-weight: 500;
}

.footer_menu ul li a {
	color: #fff !important;
	text-decoration: none !important;
	-webkit-transition: all 0.25s ease-out;
	-moz-transition: all 0.25s ease-out;
	-o-transition: all 0.25s ease-out;
	transition: all 0.25s ease-out;
}

.footer_menu ul li a:hover {
	color: rgba(255, 255, 255, 0.7) !important;
}

.footer_contacts {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.footer_contacts li {
	margin-bottom: 15px;
	font-size: 16px;
	font-weight: 500;
}

.footer_contacts li a {
	display: block;
	color: #fff !important;
	text-decoration: none !important;
	-webkit-transition: all 0.25s ease-out;
	-moz-transition: all 0.25s ease-out;
	-o-transition: all 0.25s ease-out;
	transition: all 0.25s ease-out;
	padding-left: 26px;
}

.footer_contacts li a:hover {
	color: rgba(255, 255, 255, 0.7) !important;
}

.footer_email a {
	background: url('images/envelope.svg') no-repeat 0 5px;
}

.footer_phone a {
	background: url('images/mobile.svg') no-repeat 0 3px;
}

.footer_address a {
	background: url('images/address.svg') no-repeat 0 5px;
}

.header_wrap {
	padding: 20px 0;
	background: #fff;
	box-shadow: 0px 5px 20px rgba(130, 149, 187, 0.1);
	z-index: 1100;
	position: relative;
}

.header_login {
	margin-right: 15px;
}

.button_1 {
	display: inline-block;
	background: #fff;
	border: 1px solid #007FFF;
	color: #007FFF !important;
	font-size: 15px;
	font-weight: 500;
	padding: 12px 18px;
	text-decoration: none !important;
	-webkit-transition: all 0.25s ease-out;
	-moz-transition: all 0.25s ease-out;
	-o-transition: all 0.25s ease-out;
	transition: all 0.25s ease-out;
	border-radius: 10px;
}

.button_1:hover {
	color: #fff !important;
	background: #007FFF;
}

.button_2 {
	display: inline-block;
	background: #007FFF;
	border: 1px solid #007FFF;
	color: #fff !important;
	font-size: 15px;
	font-weight: 500;
	padding: 12px 18px;
	text-decoration: none !important;
	-webkit-transition: all 0.25s ease-out;
	-moz-transition: all 0.25s ease-out;
	-o-transition: all 0.25s ease-out;
	transition: all 0.25s ease-out;
	border-radius: 10px;
}

.button_2:hover {
	color: #007FFF !important;
	background: #fff;
}

.button_1 svg, .button_2 svg {
	margin-left: 12px;
	position: relative;
}

.header_demo svg {
	top: -3px;
}

.header_demo:hover svg path {
	fill: #007FFF;
}

.mainmenu {
	position: relative;
	padding-left: 30px;
	margin-left: 5px;
	width: 640px;
	max-width: 100%;
}

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

.mainmenu > div > ul > li:last-child {
	margin-right: 0 !important;
}

.mainmenu li {
	display: inline-block;
	margin-right: 30px;
	font-size: 15px;
	font-weight: 500;
	position: relative;
}

.mainmenu li a {
	display: inline-block;
	color: #162142 !important;
	text-decoration: none !important;
	-webkit-transition: all 0.25s ease-out;
	-moz-transition: all 0.25s ease-out;
	-o-transition: all 0.25s ease-out;
	transition: all 0.25s ease-out;
}

.mainmenu li a:hover {
	color: #007FFF !important;
}

.mainmenu li.current_page_item a {
	color: #007FFF !important;
}

.mainmenu ul li ul.sub-menu {
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	animation: display 0.25s;
}

.mainmenu ul li:hover ul.sub-menu {
	display: block;
}

.mainmenu ul li ul.sub-menu li {
	display: block;
	margin: 0;
	border-left: 1px solid #DCE5F0;
	border-right: 1px solid #DCE5F0;
	overflow: hidden;
}

.mainmenu ul li ul.sub-menu li:first-child {
	margin-top: 40px;
	border-top: 1px solid #DCE5F0;
	border-radius: 12px 12px 0 0;
}

.mainmenu ul li ul.sub-menu li:last-child {
	border-bottom: 1px solid #DCE5F0;
	border-radius: 0 0 12px 12px;
}

.mainmenu ul li ul.sub-menu li:last-child {
	margin-bottom: 0 !important;
}

.mainmenu ul li ul.sub-menu li a {
	display: block;
	width: 220px;
	background: #fff;
	padding: 10px 20px;
	border: 1px solid #fff;
}

.mainmenu ul li ul.sub-menu li:first-child a {
	padding-top: 20px;
}

.mainmenu ul li ul.sub-menu li:last-child a {
	padding-bottom: 20px;
}

.mainmenu .menu-item-has-children > a {
	padding-right: 20px;
	background: url('images/submenu_closed.svg') no-repeat right 0 top 9px;
}

.mainmenu .menu-item-has-children:hover > a {
	background: url('images/submenu_open.svg') no-repeat right 0 top 9px;
}

.mainmenu::before {
	content: " ";
	display: block;
	position: absolute;
	background: #DCE5F0;
	width: 1px;
	height: 40px;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}

.top_wrap {
	height: 293px;
	background: #007FFF;
	position: relative;
}

.top_wrap::before {
	content: " ";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url('images/mask.svg') no-repeat 0 0;
	background-size: cover;
	opacity: 0.1;
}

.top_inner {
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	transform: translateY(-50%);
}

.top_title {
	color: #fff;
	font-size: 42px;
	font-weight: 700;
	line-height: 52px;
	margin: 0;
	padding: 0;
}

.top_top_text {
	display: inline-block;
	color: #fff;
	font-size: 14px;
	line-height: 14px;
	font-weight: 500;
	padding: 6px 6px 6px 20px;
	position: relative;
	background: rgba(255, 255, 255, 0.15);
	border-radius: 6px;
	margin-bottom: 15px;
}

.top_top_text::before {
	content: " ";
	background: #fff;
	position: absolute;
	left: 8px;
	top: 50%;
	transform: translateY(-50%);
	width: 4px;
	height: 4px;
	border-radius: 10px;
}

.subpage_wrap {
	padding: 60px 0 90px 0;
	background: #fff;
}

.tag_1 {
	display: inline-block;
	color: #007FFF;
	font-size: 14px;
	line-height: 14px;
	font-weight: 500;
	padding: 6px 6px 6px 20px;
	position: relative;
	background: #007FFF26;
	border-radius: 6px;
	margin-bottom: 15px;
}

.tag_1::before {
	content: " ";
	background: #007FFF;
	position: absolute;
	left: 8px;
	top: 50%;
	transform: translateY(-50%);
	width: 4px;
	height: 4px;
	border-radius: 10px;
}

.title_1 {
	color: #162142;
	font-size: 42px;
	font-weight: 700;
	line-height: 52px;
	margin: 0 0 20px 0;
	padding: 0;
}

.contact_contacts {
	margin: 0 0 30px 0;
	padding: 0;
	list-style-type: none;
}

.contact_contacts li {
	margin-bottom: 20px;
	font-size: 20px;
	font-weight: 500;
	min-height: 48px;
	padding: 12px 0 0 63px;
	position: relative;
}

.contact_contacts li a {
	color: #162142 !important;
	text-decoration: none !important;
	-webkit-transition: all 0.25s ease-out;
	-moz-transition: all 0.25s ease-out;
	-o-transition: all 0.25s ease-out;
	transition: all 0.25s ease-out;
}

.contact_contacts li a::before {
	content: " ";
	display: block;
	width: 48px;
	height: 48px;
	border-radius: 8px;
	position: absolute;
	top: 0;
	left: 0;
	-webkit-transition: all 0.25s ease-out;
	-moz-transition: all 0.25s ease-out;
	-o-transition: all 0.25s ease-out;
	transition: all 0.25s ease-out;
}

.c_address a::before {
	background: url('images/c_address.svg') no-repeat center center #007FFF;
}

.c_email a::before {
	background: url('images/c_email.svg') no-repeat center center #007FFF;
}

.c_phone a::before {
	background: url('images/c_mobile.svg') no-repeat center center #007FFF;
}

.contact_social {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.contact_social li {
	margin-bottom: 20px;
	font-size: 20px;
	font-weight: 500;
	min-height: 48px;
	padding: 12px 0 0 63px;
	position: relative;
}

.contact_social li a {
	color: #162142 !important;
	text-decoration: none !important;
	-webkit-transition: all 0.25s ease-out;
	-moz-transition: all 0.25s ease-out;
	-o-transition: all 0.25s ease-out;
	transition: all 0.25s ease-out;
}

.contact_social li a::before {
	content: " ";
	display: block;
	width: 48px;
	height: 48px;
	border-radius: 8px;
	position: absolute;
	top: 0;
	left: 0;
	-webkit-transition: all 0.25s ease-out;
	-moz-transition: all 0.25s ease-out;
	-o-transition: all 0.25s ease-out;
	transition: all 0.25s ease-out;
}

.cin::before {
	background: url('images/c_in.svg') no-repeat center center rgba(0, 127, 255, 0.15);
}

.ctw::before {
	background: url('images/c_tw.svg') no-repeat center center rgba(0, 127, 255, 0.15);
}

.cwa::before {
	background: url('images/c_wa.svg') no-repeat center center rgba(0, 127, 255, 0.15);
}

.contact_contacts li a:hover::before, .contact_social li a:hover::before {
	top: -3px;
}

.contact_page_form {
	background: #fff;
	border: 1px solid #DCE5F0;
	border-radius: 24px;
	padding: 30px;
	margin-top: -250px;
}

.title_2 {
	color: #162142;
	font-size: 28px;
	font-weight: 700;
	line-height: 38px;
	margin: 0 0 10px 0;
	padding: 0;
}

.text_2 {
	color: #485471;
}

.text_2 p {
	font-size: 18px;
	font-weight: 500;
	margin: 0 0 30px 0;
	padding: 0;
}

.contact_page_form_bottom_text {
	color: #485471;
	margin-top: 20px;
}

.contact_page_form_bottom_text p {
	font-size: 15px;
	font-weight: 500;
	line-height: 20px;
	margin: 0;
	padding: 0;
}

.contact_page_form_bottom_text p a {
	color: #007FFF !important;
	text-decoration: none !important;
	-webkit-transition: all 0.25s ease-out;
	-moz-transition: all 0.25s ease-out;
	-o-transition: all 0.25s ease-out;
	transition: all 0.25s ease-out;
}

.contact_page_form_bottom_text p a:hover {
	color: #485471 !important;
}

.contact_row label {
	display: block;
	color: #162142;
	font-size: 15px;
	font-weight: 500;
	line-height: 16px;
	margin: 0 0 8px 0;
}

.contact_row .wpcf7-text {
	display: block;
	width: 100%;
	margin-bottom: 20px;
	background: #F9FAFE;
	border: 1px solid #DCE5F0;
	border-radius: 10px;
	padding: 15px;
	color: #485471;
	font-size: 14px;
}

.contact_row .wpcf7-textarea {
	display: block;
	width: 100%;
	height: 120px;
	resize: none;
	margin-bottom: 20px;
	background: #F9FAFE;
	border: 1px solid #DCE5F0;
	border-radius: 10px;
	padding: 15px;
	color: #485471;
	font-size: 14px;
}

.contact_row .wpcf7-submit {
	color: #fff;
	width: 100%;
	background: #007FFF;
	font-size: 17px;
	line-height: 18px;
	font-weight: 500;
	padding: 15px;
	border: 1px solid #007FFF;
	border-radius: 12px;
	-webkit-transition: all 0.25s ease-out;
	-moz-transition: all 0.25s ease-out;
	-o-transition: all 0.25s ease-out;
	transition: all 0.25s ease-out;
}

.contact_row .wpcf7-submit:hover {
	background: #fff;
	color: #007FFF;
}

.contact_row .wpcf7-spinner {
	position: absolute;
}

.title_4 {
	color: #162142;
	font-size: 18px;
	font-weight: 500;
	line-height: 18px;
	margin: 0 0 10px 0;
	padding: 0;
}

.faq_subjects {
	margin-bottom: 30px;
	padding-bottom: 30px;
	border-bottom: 1px solid #DCE5F0;
}

.faq_subject {
	display: inline-block;
	margin-right: 17px;
	margin-bottom: 17px;
	color: #162142;
	font-size: 17px;
	line-height: 18px;
	font-weight: 500;
	padding: 15px 25px;
	background: #F9FAFE;
	border: 1px solid #DCE5F0;
	border-radius: 12px;
	-webkit-transition: all 0.25s ease-out;
	-moz-transition: all 0.25s ease-out;
	-o-transition: all 0.25s ease-out;
	transition: all 0.25s ease-out;
	cursor: pointer;
}

.faq_subject:hover, .faq_subject_active {
	color: #fff;
	background: #007FFF;
}

.faq_li {
	margin-bottom: 30px;
	padding: 25px 20px;
	border: 1px solid #DCE5F0;
	border-radius: 18px;
}

.faq_li:nth-child(2n+1) {
	clear: both;
}

.faq_li_title {
	color: #162142;
	font-size: 20px;
	font-weight: 700;
	margin: 0;
	padding: 0;
	position: relative;
	cursor: pointer;
}

.faq_li_title span {
	-webkit-transition: all 0.25s ease-out;
	-moz-transition: all 0.25s ease-out;
	-o-transition: all 0.25s ease-out;
	transition: all 0.25s ease-out;
	position: absolute;
	top: 3px;
	right: 0;
	background: url('images/faq_arrow.svg') no-repeat center center;
	display: block;
	width: 15px;
	height: 20px;
}

.faq_li_active .faq_li_title span {
	transform: rotate(180deg);
}

.faq_li_text {
	display: none;
	color: #485471;
	margin-top: 15px;
}

.faq_li_text p {
	font-size: 16px;
	line-height: 22px;
	font-weight: 500;
	margin: 0 0 20px 0;
	padding: 0;
}

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

.faq_tabs {
	margin-bottom: 60px;
}

.contact_row_checkbox {
	margin-bottom: 30px;
	color: #162142;
	font-size: 17px;
	font-weight: 500;
}

.contact_row_checkbox label {
	font-size: inherit !important;
	margin: 0 !important;
	color: inherit !important;
	font-weight: inherit !important;
}

.cta_wrap {
	padding: 60px;
	background: #007FFF;
	position: relative;
	border-radius: 24px;
	overflow: hidden;
}

.cta_wrap::before {
	content: " ";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url('images/mask.svg') no-repeat 0 0;
	background-size: cover;
	opacity: 0.1;
}

.cta_wrap .row {
	position: relative;
	color: #fff;
}

.cta_title {
	font-size: 38px;
	font-weight: 700;
	margin: 0 0 15px 0;
	padding: 0;
}

.cta_text p {
	font-size: 20px;
	line-height: 30px;
	font-weight: 500;
	margin: 0;
	padding: 0;
}

.cta_button_1 {
	display: block;
	background: #fff;
	border: 1px solid #fff;
	text-decoration: none !important;
	border-radius: 12px;
	color: #007FFF !important;
	font-size: 17px;
	font-weight: 500;
	padding: 15px;
	-webkit-transition: all 0.25s ease-out;
	-moz-transition: all 0.25s ease-out;
	-o-transition: all 0.25s ease-out;
	transition: all 0.25s ease-out;
	margin-bottom: 20px;
}

.cta_button_1:hover {
	color: #fff !important;
	background: transparent;
}

.cta_button_2 {
	display: block;
	background: rgba(255, 255, 255, 0.15);
	border: 1px solid transparent;
	text-decoration: none !important;
	border-radius: 12px;
	color: #fff !important;
	font-size: 17px;
	font-weight: 500;
	padding: 15px;
	-webkit-transition: all 0.25s ease-out;
	-moz-transition: all 0.25s ease-out;
	-o-transition: all 0.25s ease-out;
	transition: all 0.25s ease-out;
}

.cta_button_2:hover {
	color: #fff !important;
	background: transparent;
	border-color: #fff !important;
}

.cta_button_2 svg {
	position: relative;
	top: -3px;
	margin-left: 12px;
}

.text_1 {
	color: #162142;
}

.text_1 p {
	font-size: 20px;
	font-weight: 500;
	line-height: 30px;
	margin: 0 0 45px 0;
	padding: 0;
}

.text_1 {
	color: #162142;
}

.text_1 ul {
	margin: 0 0 45px 0;
	padding: 0;
	list-style-type: none;
}

.text_1 ul li {
	font-size: 20px;
	font-weight: 500;
	line-height: 30px;
	background: url('images/career_li.svg') no-repeat 0 5px;
	padding-left: 26px;
	margin-bottom: 10px;
}

.text_1 h4 {
	font-size: 20px;
	font-weight: 700;
	margin: 0 0 20px 0;
	padding: 0;
}

.tool_li {
	margin-bottom: 60px;
}

.tool_li:nth-child(2n+1) {
	clear: both;
}

.tool_li_inner {
	position: relative;
}

.tool_li_inner::before {
	content: " ";
	position: absolute;
	display: block;
	top: -15px;
	left: -15px;
	width: calc(100% - 30px);
	height: 100%;
	background: #007FFF;
	border-radius: 24px;
}

.tool_li_image {
	border-radius: 24px;
	position: relative;
	max-width: 100%;
	height: auto;
}

.tool_li_overlay {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 0 30px 30px 30px;
}

.tool_li_title {
	color: #fff;
	font-size: 24px;
	font-weight: 700;
	margin: 0 0 5px 0;
	padding: 0;
}

.tool_li_text {
	color: #fff;
}

.tool_li_text p {
	font-size: 16px;
	font-weight: 500;
	margin: 0 0 10px 0;
	padding: 0;
}

.tool_li_button {
	top: -3px;
}

.tool_li_button:hover svg path {
	fill: #007FFF;
}

.top_2_wrap {
	height: 665px;
	position: relative;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center top;
}

.top_text {
	color: #fff;
	margin-bottom: 30px;
}

.top_text p {
	font-size: 20px;
	line-height: 30px;
	margin: 0 0 15px 0;
	padding: 0;
}

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

.webinars_wrap_1 {
	padding: 90px 0 40px 0;
}

.webinars_wrap_2 {
	padding: 90px 0 40px 0;
	background: #F8FBFF;
}

.webinars_wrap_3 {
	padding: 90px 0 120px 0;
}

.webinar_li {
	background: #fff;
	border: 1px solid #DCE5F0;
	box-shadow: 10px 10px 20px rgba(101, 115, 149, 0.1);
	border-radius: 24px;
	position: relative;
	margin-bottom: 80px;
}

.webinar_li::before {
	content: " ";
	position: absolute;
	display: block;
	top: -15px;
	left: -15px;
	width: calc(100% - 30px);
	height: 100%;
	background: #007FFF;
	border-radius: 24px;
	z-index: -1;
}

.webinar_li > * {
	position: relative;
	margin: 0;
}

.webinar_left {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center top;
	min-height: 360px;
	-webkit-border-top-left-radius: 24px;
	-webkit-border-bottom-left-radius: 24px;
	-moz-border-radius-topleft: 24px;
	-moz-border-radius-bottomleft: 24px;
	border-top-left-radius: 24px;
	border-bottom-left-radius: 24px;
}

.webinar_right_inner {
	padding: 30px 15px;
}

.title_2 {
	color: #162142;
	font-size: 32px;
	line-height: 42px;
	font-weight: 700;
	margin: 0 0 15px 0;
	padding: 0;
}

.title_2 a {
	color: inherit !important;
	text-decoration: none !important;
	-webkit-transition: all 0.25s ease-out;
	-moz-transition: all 0.25s ease-out;
	-o-transition: all 0.25s ease-out;
	transition: all 0.25s ease-out;
}

.title_2 a:hover {
	color: #007FFF !important;
}

.webinar_li_text p {
	margin-bottom: 30px;
}

.webinar_li_button svg {
	top: -3px;
}

.webinar_li_button:hover svg path {
	fill: #007FFF;
}

.article_li {
	margin-bottom: 60px;
}

.article_li:nth-child(3n+1) {
	color: both;
}

.article_li_inner {
	margin: 0 15px;
	background: #fff;
	position: relative;
	border: 1px solid #DCE5F0;
	box-shadow: 10px 10px 20px rgba(101, 115, 149, 0.1);
	border-radius: 18px;
}

.article_li_inner::before {
	content: " ";
	position: absolute;
	display: block;
	top: -15px;
	left: -15px;
	width: calc(100%);
	height: 100%;
	background: #007FFF;
	border-radius: 24px;
	z-index: -1;
}

.article_li_image {
	display: block;
	overflow: hidden;
	-webkit-border-top-left-radius: 16px;
	-webkit-border-top-right-radius: 16px;
	-moz-border-radius-topleft: 16px;
	-moz-border-radius-topright: 16px;
	border-top-left-radius: 16px;
	border-top-right-radius: 16px;
}

.article_li_image img {
	width: 100%;
	height: auto;
	-webkit-transition: all 0.25s ease-out;
	-moz-transition: all 0.25s ease-out;
	-o-transition: all 0.25s ease-out;
	transition: all 0.25s ease-out;
}

.article_li_image:hover img {
	transform: scale(1.1);
}

.article_li_bottom {
	padding: 20px 30px 30px 30px;
}

.article_li_title {
	color: #162142;
	font-size: 20px;
	font-weight: 700;
	line-height: 26px;
	margin: 0 0 5px 0;
	padding: 0;
}

.article_li_title a {
	color: #162142 !important;
	text-decoration: none !important;
	-webkit-transition: all 0.25s ease-out;
	-moz-transition: all 0.25s ease-out;
	-o-transition: all 0.25s ease-out;
	transition: all 0.25s ease-out;
}

.article_li_title a:hover {
	color: #007FFF !important;
}

.article_li_excerpt {
	color: #485471;
}

.article_li_excerpt p {
	font-size: 16px;
	line-height: 22px;
	font-weight: 500;
	margin: 0 0 30px 0;
	padding: 0;
}

.article_li_button svg {
	top: -3px;
}

.article_li_button:hover svg path {
	fill: #007FFF;
}

.article_li_time {
	color: #007FFF;
	font-size: 17px;
	font-weight: 500;
	margin-left: 8px;
}

.article_li_clock {
	position: relative;
	top: -3px;
}

.more_articles {
	margin-bottom: 120px;
}

.articles_more_button svg {
	top: -3px;
}

.articles_more_button:hover svg path {
	fill: #007FFF;
}

.nl_wrap input[type=email] {
	color: #485471;
	font-size: 14px;
	line-height: 18px;
	font-weight: 500;
	width: 100%;
	background: #fff;
	padding: 15px 20px;
	border: 1px solid #fff;
	border-radius: 12px;
	margin-bottom: 20px;
}

.nl_wrap .button_1 {
	width: 100%;
	border: 1px solid #fff;
}

.nl_wrap .button_1 svg {
	top: -3px;
}

.nl_wrap .button_1:hover svg path {
	fill: #fff;
}

.animate-text{
    transition:transform 0.7s 0s cubic-bezier(0.77, 0, 0.175, 1), opacity 0.7s 0s;
    transform:translateY(30px);
    opacity:0
}

.animate-button {
	transition:transform 0.7s 0s cubic-bezier(0.77, 0, 0.175, 1), opacity 0.7s 0s, color 0.25s ease-out 0s, background-color 0.25s ease-out 0s !important;
}

.animate-button-second {
	transition:transform 0.7s cubic-bezier(0.77, 0, 0.175, 1) 0.3s, opacity 0.7s 0.3s, color 0.25s ease-out 0s, background-color 0.25s ease-out 0s !important;
}

.animate-button-third {
	transition:transform 0.7s cubic-bezier(0.77, 0, 0.175, 1) 0.6s, opacity 0.7s 0.6s, color 0.25s ease-out 0s, background-color 0.25s ease-out 0s !important;
}

.animate-button-fourth {
	transition:transform 0.7s cubic-bezier(0.77, 0, 0.175, 1) 0.9s, opacity 0.7s ease-out 0.9s, color 0.25s ease-out 0s, background 0.25s ease-out 0s !important;
}

.animate-text.from-left{
    transition:transform 0.7s 0s cubic-bezier(0.77, 0, 0.175, 1), opacity 0.7s 0s;
    transform:translateX(-100px);
    opacity:0
}

.animate-text.from-right{
    transition:transform 0.7s 0s cubic-bezier(0.77, 0, 0.175, 1), opacity 0.7s 0s;
    transform:translateX(100px);
    opacity:0
}

.animate-text.loaded-text{
    transform:translateY(0);
    opacity:1
}

.animate-text.from-left.loaded-text{
    transform:translateX(0);
    opacity:1
}

.animate-text.animate-second{
    transition-delay:0.3s
}

.animate-text.animate-third{
    transition-delay:0.6s
}

.animate-text.animate-fourth{
    transition-delay:0.9s
}

.no-anim-text .animate-text{
    transform:translateY(0);
    opacity:1
}

.img-bg-wrapper{
    display:block;
    position:relative;
    z-index:1;
    overflow:hidden;
    transform-origin:50% 50%;
    transform:translateX(-200px) skew(50deg);
    overflow:hidden;
    transition:transform 1s cubic-bezier(0.77, 0, 0.175, 1)
}

.img-bg-wrapper .img-bg-inner{
    height:100%;
    width:100%;
    display:block;
    transition:opacity 1s cubic-bezier(0.77, 0, 0.175, 1), transform 1s cubic-bezier(0.77, 0, 0.175, 1);
    opacity:0;
    transform:translateX(300px) translateZ(0) skew(-50deg);
    transform-origin:center center;
    position:absolute;
    top:0
}

.img-bg-wrapper.img-bg-loaded{
    transform:translateX(0)
}

.img-bg-wrapper.img-bg-loaded .img-bg-inner{
    transform:translateX(0);
    opacity:1
}

.img-wrapper{
    display:block;
    position:relative;
    z-index:1;
    overflow:hidden;
    transform-origin:50% 50%;
    transform:translateX(-200px) skew(50deg);
    overflow:hidden;
    transition:transform 1s cubic-bezier(0.77, 0, 0.175, 1)
}

.img-wrapper img:first-child{
    transition:opacity 1s cubic-bezier(0.77, 0, 0.175, 1), transform 1s cubic-bezier(0.77, 0, 0.175, 1);
    opacity:0;
    transform:translateX(300px) translateZ(0) skew(-50deg);
    transform-origin:center center
}

.img-wrapper.loaded-img{
    transform:translateX(0)
}

.img-wrapper.loaded-img img:first-child{
    transform:translateX(0);
    opacity:1
}

.top_2_wrap .top_title {
	margin-bottom: 15px;
}

.cs_li {
	margin-bottom: 60px;
}

.cs_li:nth-child(2n+1) {
	clear: both;
}

.cs_li_inner {
	position: relative;
	border: 1px solid #DCE5F0;
	box-shadow: 10px 10px 20px rgba(101, 115, 149, 0.1);
	border-radius: 18px;
	margin: 0 20px;
}

.cs_li_inner::before {
	content: " ";
	position: absolute;
	display: block;
	top: -15px;
	left: -15px;
	width: 100%;
	height: 100%;
	background: #007FFF;
	border-radius: 24px;
}

.cs_li_image {
	position: relative;
}

.cs_li_image img {
	width: 100%;
	height: auto;
	border-radius: 18px 18px 0px 0px;
}

.cs_li_image_bottom {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 0 30px 20px 30px;
	color: #fff;
}

.cs_li_image_title {
	font-size: 24px;
	font-weight: 700;
	margin: 0 0 10px 0;
	padding: 0;
}

.cs_li_image_text p {
	font-size: 16px;
	line-height: 22px;
	font-weight: 500;
	margin: 0;
	padding: 0;
}

.cs_li_bottom {
	padding: 30px;
	background: #fff;
	position: relative;
	border-radius: 0 0 18px 18px;
}

.cs_li_logo {
	width: auto;
	height: 34px;
	margin-bottom: 30px;
}

.cs_li_text {
	color: #485471;
	position: relative;
}

.cs_li_text::before {
	content: " ";
	display: block;
	position: absolute;
	top: -15px;
	left: -15px;
	width: 54px;
	height: 45px;
	background: url('images/quote.svg') no-repeat 0 0;
}

.cs_li_text p {
	font-size: 16px;
	line-height: 22px;
	margin: 0 0 20px 0;
	padding: 0;
}

.cs_li_bottom_name {
	color: #162142;
	font-size: 18px;
	font-weight: 700;
	margin: 0 0 8px 0;
	padding: 0;
}

.cs_li_bottom_title {
	color: #485471;
	font-size: 14px;
	font-weight: 500;
}

.tools_row_1 {
	margin-bottom: 30px;
}

.css_top_wrap {
	height: 580px;
}

.css_top_wrap .top_text p:last-child {
	margin-bottom: 0;
}

.css_steps_wrap {
	padding: 110px 0 80px 0;
}

.css_steps_wrap_even {
	background: #F8FBFF;
}

.step_li_image_wrap img {
	border-radius: 18px;
	position: relative;
}

.step_li_image_wrap {
	position: relative;
	display: inline-block;
}

.step_li_image_wrap::before {
	content: " ";
	position: absolute;
	display: block;
	top: -15px;
	left: -15px;
	width: 100%;
	height: 100%;
	background: #007FFF;
	border-radius: 24px;
}

.css_boxes_wrap {
	padding: 120px 0 80px 0;
}

.box_li {
	margin-bottom: 40px;
}

.box_li_inner {
	position: relative;
	background: #fff;
	padding: 30px;
	border-radius: 18px;
	border: 1px solid #DCE5F0;
	box-shadow: 10px 10px 20px rgba(101, 115, 149, 0.1);
	margin: 0 8px;
}

.box_li_inner::before {
	content: " ";
	position: absolute;
	display: block;
	top: -15px;
	left: -15px;
	width: 100%;
	height: 100%;
	background: #007FFF;
	border-radius: 24px;
	z-index: -1;
}

.box_li_title {
	color: #162142;
	font-size: 20px;
	font-weight: 700;
	margin: 0 0 15px 0;
	padding: 0 0 0 38px;
	background: url('images/box_li_title.svg') no-repeat 0 0;
}

.box_li_text {
	color: #485471;
}

.box_li_text p {
	font-size: 16;
	line-height: 22px
}

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

.css_cta_button_1 svg {
	top: -3px;
	position: relative;
}

.css_cta_button_1 svg path {
	fill: #007FFF;
}

.css_cta_button_1:hover svg path {
	fill: #fff;
}

.css_related_wrap {
	padding: 110px 0 50px 0;
}

.pull-left {
	float: left;
}

.pull-right {
	float: right;
}

.solutions_top_wrap {
	height: auto;
	padding: 120px 0 0 0;
}

.solutions_top_wrap .top_image {
	max-width: 100%;
	height: auto;
	margin-bottom: -330px;
	border: 20px solid rgba(255, 255, 255, 0.25);
	box-shadow: 0px 40px 25px -20px rgba(220, 229, 240, 0.5);
	border-radius: 24px;;
}

.solutions_top_wrap .top_inner {
	position: relative;
	transform: none;
	top: auto;
	margin: 0 auto;
}

.sol_top {
	width: 720px;
	max-width: 100%;
	margin: 0 auto 40px auto;
}

.sol_section_first {
	padding-top: 470px;
}

.sol_section_even .step_li_image_wrap {
	margin-left: 60px;
	margin-bottom: 40px;
}

.sol_section_odd .step_li_image_wrap {
	margin-right: 60px;
	margin-bottom: 40px;
}

.sol_webinar_wrap {
	padding: 120px 0;
	background: #007FFF;
	position: relative;
	overflow: hidden;
}

.white {
	color: #fff !important;
}

.white p {
	color: #fff !important;
}

.white li {
	color: #fff !important;
}

.sol_webinar_image {
	position: absolute;
	top: 50%;
	right: 0;
	height: auto;
	width: 49%;
	max-width: 50%;
	transform: translate(20%, -50%);
	border: 20px solid rgba(255, 255, 255, 0.25);
	border-radius: 2000px;
}

.pricing_cs_wrap {
	padding: 120px 0 60px 0;
}

.pricing_packages_wrap {
	padding: 90px 0 50px 0;
	background: #F8FBFF;
}

.package_li {
	margin-bottom: 40px;
}

.package_li_inner {
	margin: 0 13px;
	background: #FFFFFF;
	border: 1px solid #DCE5F0;
	border-radius: 18px;
	padding: 30px;
	color: #162142;
}

.package_li_top {
	margin-bottom: 20px;
}

.package_li_image {
	max-width: 100%;
	height: auto;
}

.package_li_price {
	font-size: 28px;
	font-weight: 700;
}

.package_li_title {
	font-size: 28px;
	font-weight: 700;
	margin: 0 0 10px 0;
	padding: 0;
}

.package_li_subtitle {
	font-size: 16px;
	font-weight: 500;
	margin-bottom: 30px;
}

.package_li_text {
	padding-bottom: 10px;
	border-bottom: 1px solid #DCE5F0;
	margin-bottom: 30px;
}

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

.package_li_text ul li {
	font-size: 18px;
	font-weight: 500;
	margin-bottom: 20px;
	background: url('images/check_blue.svg') no-repeat 0 3px;
	padding-left: 26px;
}

.package_li_buttons a {
	width: 100%;
	text-align: center;
}

.package_li_large .package_li_inner {
	background: #007FFF;
	color: #fff;
}

.package_li_large .package_li_text ul li {
	background-image: url('images/check_white.svg');
}

.button_3 {
	display: inline-block;
	background: rgba(255, 255, 255, 0.15);
	border: 1px solid rgba(255, 255, 255, 0.15);
	color: #fff !important;
	font-size: 15px;
	font-weight: 500;
	padding: 12px 18px;
	text-decoration: none !important;
	-webkit-transition: all 0.25s ease-out;
	-moz-transition: all 0.25s ease-out;
	-o-transition: all 0.25s ease-out;
	transition: all 0.25s ease-out;
	border-radius: 10px;
}

.button_3:hover {
	color: #007FFF !important;
	background: #fff;
	border-color: #fff;
}

.button_3_packages svg {
	position: relative;
	top: -3px;
}

.button_3_packages:hover svg path {
	fill: #007FFF;
}

.staff_top_wrap {
	height: auto;
}

.staff_top_left {
	padding-top: 90px;
	padding-bottom: 30px;
}

.staff_middle_wrap {
	padding: 60px 0 20px 0;
}

.dark_bg {
	background: #F8FBFF;
}

.staff_bottom_wrap {
	padding: 100px 0 60px 0;
}

.staff_li {
	margin-bottom: 30px;
}

.staff_li:nth-child(3n+1) {
	clear: both;
}

.staff_middle_left {
	padding-right: 30px;
}

.staff_middle_right {
	padding-left: 30px;
}

.staff_li_image {
	position: relative;
}

.staff_li_image::before {
	content: " ";
	display: block;
	background: #007FFF;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: calc(100% - 48px);
	border-radius: 18px 18px 0px 0px;
}

.staff_li_image img {
	max-height: 228px;
	height: auto;
	width: auto;
	max-width: 100%;
	position: relative;
}

.staff_li_bottom {
	border: 1px solid #DCE5F0;
	border-radius: 0 0 18px 18px;
	padding: 20px;
	position: relative;
}

.staff_li_in {
	position: absolute;
	top: 20px;
	right: 0;
	-webkit-transition: all 0.25s ease-out;
	-moz-transition: all 0.25s ease-out;
	-o-transition: all 0.25s ease-out;
	transition: all 0.25s ease-out;
	margin: 0 30px;
}

.staff_li_in:hover {
	opacity: 0.6;
}

.staff_li_name {
	color: #162142;
	font-size: 20px;
	font-weight: 700;
	margin: 0 0 8px 0;
	padding: 0 30px 0 0;
}

.staff_li_title {
	color: #007FFF;
	font-size: 18px;
	font-weight: 500;
	margin-bottom: 20px;
}

.staff_li_button {
	display: block;
	text-align: center;
}

.staff_li_button svg {
	position: relative;
	top: -3px;
}

.staff_li_button svg path {
	fill: #007FFF;
}

.staff_li_button:hover svg path {
	fill: #fff;
}

.top_2_button svg {
	position: relative;
	top: -3px;
}

.top_2_button:hover svg path {
	fill: #fff;
}

.about_1_wrap {
	padding: 360px 0 120px 0;
}

.about_1_image_1 {
	float: right;
	max-width: 45%;
	margin-left: 10%;
	margin-top: 50px;
	margin-bottom: 30px;
	height: auto;
}

.about_1_image_2 {
	width: 100%;
	height: auto;
}

.about_2_wrap {
	position: relative;
}

.about_2_wrap::before {
	content: " ";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 50%;
	background: #F8FBFF;
}

.about_testimonial {
	position: relative;
	padding: 60px;
	border-radius: 24px;
	color: #fff;
	background: #007FFF;
}

.about_testimonial strong {
	font-weight: 700;
}

.about_testimonial::before {
	content: " ";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url('images/mask.svg') no-repeat 0 0;
	background-size: cover;
	opacity: 0.1;
}

.about_testimonial p {
	position: relative;
	margin: 0;
	padding: 0;
	font-size: 32px;
	line-height: 40px;
}

.about_testimonial p::before {
	content: " ";
	position: absolute;
	top: -30px;
	left: -10px;
	width: 72px;
	height: 60px;
	background: url('images/about_testim.svg') no-repeat 0 0;
}

.about_3_wrap {
	padding: 100px 0 70px 0;
}

.scroll_to_careers {
	margin-top: 30px;
	margin-bottom: 50px;
}

.scroll_to_careers svg {
	position: relative;
	top: -3px;
}

.scroll_to_careers:hover svg path {
	fill:  #fff;
}

.about_top_wrap .top_image {
	margin-bottom: -255px;
}

.careers_wrap {
	padding: 100px 0 80px 0;
}

.career_li {
	margin-bottom: 20px;
}

.career_li_inner {
	background: #fff;
	border: 1px solid #DCE5F0;
	border-radius: 18px;
	padding: 20px;
	color: #162142;
}

.career_li_label {
	font-weight: 400;
	font-size: 18px;
	margin: 0 0 2px 0;
	padding: 0;
}

.career_li_title {
	font-size: 20px;
	font-weight: 700;
	margin: 0;
	padding: 0;
}

.career_li_col {
	padding-left: 10px;
	padding-right: 10px;
	position: relative;
}

.career_li_col_1::after, .career_li_col_2::after, .career_li_col_3::after {
	content: " ";
	background: #DCE5F0;
	width: 1px;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
}

.career_li_button svg {
	position: relative;
	top: -3px;
}

.career_li_button:hover svg path {
	fill: #007FFF;
}

.careers_single_right .contact_page_form {
	margin-top: 0;
}

.drop_uploader .text {
	display: block;
	position: relative;
	top: 25px;
	font-size: 15px !important;
}

.drop_uploader.drop_zone {
	background: #F9FAFE !important;
	border: 1px dashed #DCE5F0 !important;
	border-radius: 10px !important;
	margin-bottom: 30px !important;
	position: relative;
}

.drop_uploader .pe-7s-cloud-upload {
	background: url('images/cloud-upload.svg') no-repeat 0 0 !important;
	width: 25px !important;
	height: 18px !important;
	position: absolute !important;
	margin: 0 !important;
	top: 40% !important;
	left: 50% !important;
	transform: translate(-50%, -50%) !important;
	text-indent: -9999px !important;
	overflow: hidden !important;
	display: block !important;
}

.epc_more_articles {
	margin-bottom: 0 !important;
}

.epc_bottom_wrap {
	padding-bottom: 100px;
}

.epc_cta_wrap {
	position: relative;
}

.epc_cta_wrap::before {
	content: " ";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 50%;
	background: #F8FBFF;
}

.epc_cs_warp {
	padding: 90px 0;
}

.banner_wrap {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center top;
	padding: 90px 0 45px 0;
}

.banner_wrap .top_text {
	margin: 15px 0 0 0;
}

.epc_top_wrap {
	background: #007FFF;
	position: relative;
	padding: 45px 0;
}

.epc_top_wrap::before {
	content: " ";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url('images/mask.svg') no-repeat 0 0;
	background-size: cover;
	opacity: 0.1;
}

.clients_wrap {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 38%;
	background: #fff;
	border-radius: 56px 0px 0px 0px;
	box-shadow: 0 0 0 15px rgba(255, 255, 255, 0.15);
	padding: 40px;
}

.clients_title {
	color: #162142;
	font-size: 18px;
	font-weight: 500;
	margin: 0 0 20px 0;
	padding: 0 0 0 8px;
	position: relative;
	border-left: 2px solid #007FFF;
}

.clients_wrap .slick-dots {
	margin: 20px 0 0 0 !important;
	padding: 0;
	list-style-type: none;
	text-align: center;
	height: 6px;
}

.clients_wrap .slick-dots li {
	display: inline-block;
	margin: 0 5px;
	padding: 0;
	height: 6px;
}

.clients_wrap .slick-dots li button {
	display: inline-block;
	width: 6px;
	height: 6px;
	border-radius: 6px;
	padding: 0;
	margin: 0;
	border: none;
	background: #007FFF;
	opacity: 0.25;
	text-indent: -9999px;
	overflow: hidden;
	-webkit-transition: all 0.25s ease-out;
	-moz-transition: all 0.25s ease-out;
	-o-transition: all 0.25s ease-out;
	transition: all 0.25s ease-out;
}

.clients_wrap .slick-dots li button:hover, .clients_wrap .slick-dots li.slick-active button {
	opacity: 1;
}

.epc_top .top_text {
	margin-bottom: 0;
}

.technology_contact_wrap {
	padding: 100px 0;
}

.technology_contact_wrap .contact_page_form {
	margin-top: 0;
}

.mini_cta_box {
	padding: 60px;
	background: #007FFF;
	position: relative;
	border-radius: 24px;
	overflow: hidden;
	padding: 30px;
	color: #fff;
}

.mini_cta_box::before {
	content: " ";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url('images/mask.svg') no-repeat 0 0;
	background-size: cover;
	opacity: 0.1;
}

.mini_cta_box .cta_text {
	margin-bottom: 30px;
}

.contact_row_3 .wpcf7-text {
	color: #485471;
	font-size: 14px;
	font-weight: 500;
	width: 100%;
	background: #fff;
	border-radius: 12px;
	border: none;
	margin-bottom: 20px;
	padding: 15px 20px;
}

.contact_row_3 .wpcf7-submit {
	width: 100%;
}

.contact_row_3 .wpcf7-submit svg {
	position: relative;
	top: -3px;
}

.contact_row_3 .wpcf7-submit:hover svg path {
	fill: #fff;
}

.contact_row_3 .wpcf7-submit:hover {
	border-color: #fff;
}

.mini_cta_box > * {
	position: relative;
}

.step_li .contact_page_form {
	margin-top: 0;
}

.privacy_policy_wrap {
	position: relative;
	overflow: hidden;
	padding: 0 !important;
}

.privacy_sidebar {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.privacy_sidebar li {
	font-size: 18px;
	line-height: 24px;
	color: #485471;
	margin-bottom: 20px;
	font-weight: 500;
}

.privacy_sidebar li a {
	color: #485471 !important;
	text-decoration: none !important;
	-webkit-transition: all 0.25s ease-out;
	-moz-transition: all 0.25s ease-out;
	-o-transition: all 0.25s ease-out;
	transition: all 0.25s ease-out;
}

.privacy_sidebar li a:hover {
	color: #007FFF !important;
}

.blue_title {
	color: #007FFF;
	font-size: 18px;
	font-weight: 500;
	margin: 0 0 20px 0;
	padding: 0;	
}

.privacy_left {
	padding-right: 60px;
}

.privacy_right {
	padding-left: 60px;
	position: relative;
}

.privacy_right_bg {
	display: block;
	position: absolute !important;
	top: 0;
	right: 0;
	width: 50%;
	height: 100%;
	background: #F8FBFF;
}

.privacy_right > * {
	position: relative;
}

.page-template-page-privacy-policy .header_wrap {
	box-shadow: 0px 5px 20px rgba(130, 149, 187, 0.1);
	z-index: 100;
	position: relative;
}

.privacy_left {
	padding-top: 90px;
	padding-bottom: 90px;
}

.privacy_right {
	padding-top: 90px;
	padding-bottom: 90px;
	background: #F8FBFF;
}

.text_1 h2 {
	font-size: 42px;
	font-weight: 700;
	margin: 0 0 15px 0;
	padding: 0;
}

.left_padding {
	padding-left: 20px !important;
}

.privacy_right p {
	margin-bottom: 15px !important;
}

.sw_hosts_wrap {
	padding: 100px 0 70px 0;
}

.sw_cta_wrap {
	position: relative;
}

.sw_cta_wrap::before {
	content: " ";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 50%;
	background: #F8FBFF;
}

.staff_li_text {
	color: #485471;
}

.staff_li_text p {
	font-size: 16px;
	line-height: 22px;
	margin: 0;
	padding: 0;
}

.sw_content_wrap {
	padding: 100px 0 70px 0;
}

.swc {
	margin-bottom: 15px;
}

.sw_content_right .contact_page_form {
	margin-top: -675px;
}

.sw_top_text strong {
	font-size: 20px;
	font-weight: 700;
}

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

.sw_top_text ul li {
	font-size: 18px;
	font-weight: 500;
	margin-bottom: 15px;
	background: url('images/check_white.svg') no-repeat 0 3px;
	padding-left: 26px;
}

.articles_top_wrap {
	padding: 60px 0;
}

.articles_middle_wrap {
	padding: 75px 0 90px 0;
}

.blog_ul {
	margin-bottom: 50px;
}

.inline_block {
	display: inline-block;
}

#blog_filters_form label {
	display: block;
	color: #162142;
	font-size: 18px;
	font-weight: 500;
	line-height: 18px;
	margin: 0 0 10px 0;
}

.blog_filters_top {
	border-top: 1px solid #DCE5F0;
	border-bottom: 1px solid #DCE5F0;
	padding: 20px 0;
	margin-bottom: 20px;
}

.blog_cat_li {
	border: 1px solid #DCE5F0;
	background: transparent;
	border-radius: 12px;
	padding: 13px 24px;
	font-size: 18px;
	font-weight: 500;
	color: #162142 !important;
	text-decoration: none !important;
	-webkit-transition: all 0.25s ease-out;
	-moz-transition: all 0.25s ease-out;
	-o-transition: all 0.25s ease-out;
	transition: all 0.25s ease-out;
	cursor: pointer;
	margin-right: 20px;
	display: inline-block;
}

.blog_cat_li_active, .blog_cat_li:hover {
	color: #fff !important;
	background: #007FFF;
	border-color: #007FFF;
}

.blog_cat_li:last-child {
	margin-right: 0 !important;
}

.select_wrap {
	width: 130px;
	border: 1px solid #DCE5F0;
	background: url('images/angle_down_arrow.svg') no-repeat right 16px center transparent;
	border-radius: 12px;
	font-size: 18px;
	font-weight: 500;
	color: #162142 !important;
	height: 55px;
}

.select_wrap select {
	-webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: transparent;
    border: none;
    font-size: 18px;
	font-weight: 500;
	color: #162142 !important;
	padding: 13px 24px;
	height: 55px;
}

.select_wrap_2 {
	width: 100%;
	border: 1px solid #DCE5F0;
	background: url('images/angle_down_arrow.svg') no-repeat right 16px center transparent;
	border-radius: 12px;
	font-size: 18px;
	font-weight: 500;
	color: #162142 !important;
	height: 55px;
	overflow: hidden;
	margin-bottom: 20px;
}

.select_wrap_2 select {
	width: 120%;
	-webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: transparent;
    border: none;
    font-size: 14px;
	font-weight: 400;
	color: #162142 !important;
	padding: 13px 13px;
	height: 55px;
}

.checkbox_wrap {
	display: block;
	color: #162142;
	font-size: 15px;
	font-weight: 500;
	line-height: 16px;
	margin: 0 0 20px 0;
}

.checkbox_wrap input {
	margin-right: 5px;
}

.pull-left {
	float: left;
}

.blog_search_button {
	width: 130px; 
	margin-left: 20px;
}

.input_box {
	display: block;
	width: 100%;
	margin-bottom: 20px;
	background: #F9FAFE;
	border: 1px solid #DCE5F0;
	border-radius: 10px;
	padding: 13px 15px;
	color: #485471;
	font-size: 14px;
}

.blog_search .input_box {
	width: calc(100% - 150px);
}

.blog_search_button svg {
	position: relative;
	top: -3px;
	margin-left: 0;
	margin-right: 12px;
}

.blog_search_button:hover svg path {
	fill: #007FFF;
}

.blog_top_button svg path {
	fill: #007FFF;
}

.blog_top_button:hover svg path {
	fill: #fff;
}

.bs_top {
	height: 600px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center top;
}

.bs_middle_wrap {
	padding: 60px 0 100px 0;
}

.bs_related_wrap {
	padding: 100px 0 50px 0;
}

.container_tiny {
	width: 990px;
	max-width: 100%;
	padding: 0 15px;
	margin: 0 auto;
}

.text_1 p a {
	color: #007FFF !important;
	text-decoration: none !important;
	-webkit-transition: all 0.25s ease-out;
	-moz-transition: all 0.25s ease-out;
	-o-transition: all 0.25s ease-out;
	transition: all 0.25s ease-out;
}

.text_1 p a:hover {
	color: #162142 !important;
}

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

.wp-block-image figcaption {
	margin: 15px 0 30px 0 !important;
	font-size: 16px;
	color: #162142;
}

.bs_share {
	border-top: 1px solid #DCE5F0;
	border-bottom: 1px solid #DCE5F0;
	padding: 25px 0;
	margin-top: 60px;
}

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

.bs_share ul li {
	display: inline-block;
	margin-right: 30px;
}

.bs_share ul li:last-child {
	margin-right: 0 !important;
}

.home_newsletter, .home_articles {
	background: #E5E5E5 !important;
}

.home_industries_wrap {
	background: #F8FBFF;
	padding: 120px 0;
}

.home_industry_li_inactive .article_li_inner {
	opacity: 0.25 !important;
}

.home_indsutry_li_1 .article_li_inner::before {
	background: #FFD600;
}

.home_indsutry_li_3 .article_li_inner::before {
	background: #8000FF;
}

.home_indsutry_li h3 {
	padding-left: 35px;
	position: relative;
	margin-bottom: 15px !important;
}

.home_indsutry_li h3 img {
	position: absolute;
	left: 0;
	top: 2px;
	width: 20px;
	height: auto;
}

.home_indsutry_li .article_li_bottom {
	background: #fff;
	border-radius: 0 0 18px 18px;
}

.home_outputs_wrap {
	background: #fff;
	padding: 120px 0;
}

.home_workflow_wrap {
	padding: 120px 0 70px 0;
	position: relative;
	background: #007FFF;
}

.home_workflow_wrap::before {
	content: " ";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url('images/mask.svg') no-repeat 0 0;
	background-size: cover;
	opacity: 0.1;
}

.home_workflow {
	position: relative;
}

.wf_li {
	margin-bottom: 50px;
}

.wf_li_number {
	position: relative;
	margin-bottom: 20px;
}

.wf_li_number span {
	display: block;
	width: 50px;
	height: 50px;
	background: rgba(255, 255, 255, 0.25);
	border-radius: 12px;
	line-height: 50px;
	font-size: 24px;
	font-weight: 500;
	color: #fff;
	text-align: center;
}

.wf_li:last-child .wf_li_number span {
	background: rgba(255, 255, 255, 1);
	color: #007FFF;
}

.wf_li_number::after {
	content: " ";
	display: block;
	position: absolute;
	right: 0;
	top: 25px;
	width: calc(100% - 80px);
	height: 2px;
	background: url('images/dashed.svg') no-repeat 0 0;
}

.wf_li_inner .article_li_title, .wf_li_inner .article_li_excerpt {
	padding-right: 50px;
}

.home_indsutry_li_link {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.export_icon {
	display: block;
	position: absolute;
	width: 40px;
	height: 40px;
	top: 20px;
	right: 20px;
	background: url('images/export.svg') no-repeat 0 0 rgba(0, 0, 0, 0.5);
	border-radius: 10px;
}

.home_top_lists .package_li_text ul li {
	font-size: 17px;
	margin-bottom: 10px;
}

.button_4 {
	display: inline-block;
	background: rgba(0, 127, 255, 0.15);
	border: 1px solid rgba(0, 127, 255, 0.15);
	color: #007FFF !important;
	font-size: 15px;
	font-weight: 500;
	padding: 12px 18px;
	text-decoration: none !important;
	-webkit-transition: all 0.25s ease-out;
	-moz-transition: all 0.25s ease-out;
	-o-transition: all 0.25s ease-out;
	transition: all 0.25s ease-out;
	border-radius: 10px;
}

.button_4:hover {
	color: #fff !important;
	background: #007FFF;
}

.home_top_button_1 {
	margin-right: 25px;
}

.home_top_button_2 svg {
	position: relative;
	top: -3px;
	margin-left: 12px;
}

.home_top_button_2:hover svg path {
	fill: #fff;
}

.home_top_lists .package_li_text {
	border-bottom: none !important;
	padding-bottom: none !important;
}

.home_top_wrap {
	position: relative;
	padding: 90px 0 0 0;
}

.home_top_image_wrap {
	position: absolute;
	top: 0;
	right: 0;
	width: 45%;
	height: 100%;
	background: #007FFF;
	border-radius: 0px 0px 0px 48px;
}

.home_top_image_wrap::before {
	content: " ";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url('images/mask.svg') no-repeat 0 0;
	background-size: cover;
	opacity: 0.1;
}

.home_top_image_wrap img {
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
	max-width: 100%;
	max-height: 100%;
}

.home_clients_wrap {
	padding: 50px 0 60px 0;
}

.home_clients .slick-dots {
	margin: 20px 0 0 0 !important;
	padding: 0;
	list-style-type: none;
	text-align: center;
	height: 6px;
}

.home_clients .slick-dots li {
	display: inline-block;
	margin: 0 5px;
	padding: 0;
	height: 6px;
}

.home_clients .slick-dots li button {
	display: inline-block;
	width: 6px;
	height: 6px;
	border-radius: 6px;
	padding: 0;
	margin: 0;
	border: none;
	background: #007FFF;
	opacity: 0.25;
	text-indent: -9999px;
	overflow: hidden;
	-webkit-transition: all 0.25s ease-out;
	-moz-transition: all 0.25s ease-out;
	-o-transition: all 0.25s ease-out;
	transition: all 0.25s ease-out;
}

.home_clients .slick-dots li button:hover, .home_clients .slick-dots li.slick-active button {
	opacity: 1;
}

.client_li img {
	display: inline-block !important;
	max-width: 90%;
}

.home_solutions_wrap {
	padding: 120px 0;
}

.home_solutions_list .faq_li_title {
	padding-left: 45px;
	position: relative;
	padding-right: 16px;
}

.home_faq_icon {
	position: absolute;
	left: 0;
	top: -3px;
	width: 30px;
	height: auto;
}

.home_faq_link {
	color: #007FFF !important;
	text-decoration: none !important;
	font-size: 16px;
	font-weight: 500;
	-webkit-transition: all 0.25s ease-out;
	-moz-transition: all 0.25s ease-out;
	-o-transition: all 0.25s ease-out;
	transition: all 0.25s ease-out;
}

.home_faq_link:hover {
	color: #485471 !important;
}

.home_solutions_list .faq_li {
	background: #fff;
}

.home_solutions_list .faq_li:last-child {
	margin-bottom: 0;
}

.home_solutions_right {
	position: relative;
}

.home_solutions_right::before {
	content: " ";
	position: absolute;
	top: 0;
	right: calc(var(--bs-gutter-x) * .5);
	width: 90%;
	height: 100%;
	background: #007FFF;
	border-radius: 24px;
}

.home_solutions_right::after {
	content: " ";
	position: absolute;
	top: 0;
	right: calc(var(--bs-gutter-x) * .5);
	width: 90%;
	height: 100%;
	background: url('images/mask.svg') no-repeat 0 0 #007FFF;
	background-size: cover;
	opacity: 0.1;
	border-radius: 24px;
}

.home_solutions_right img {
	position: relative;
	top: 50%;
	transform: translateY(-50%);
	max-width: 90%;
	max-height: 90%;
	height: auto;
	width: auto;
	z-index: 1;
}

.coming_soon_tag {
	position: absolute;
	top: 0;
	right: 0;
}

.products_dropdown_wrap, .resources_dropdown_wrap, .industries_dropdown_wrap {
	position: absolute;
	left: -30px;
	padding-top: 40px;
	width: 640px;
	-webkit-transition: all 0.25s ease-out;
	-moz-transition: all 0.25s ease-out;
	-o-transition: all 0.25s ease-out;
	transition: all 0.25s ease-out;
	display: none;
	animation: display 0.25s;
}

@keyframes display {
  from {
    top: calc(100% + 30px);
    opacity: 0;
  }
  to {
    top: 100%;
    opacity: 1;
  }
}

.mainmenu ul li:hover .products_dropdown_wrap, .mainmenu ul li:hover .resources_dropdown_wrap, .mainmenu ul li:hover .industries_dropdown_wrap {
	display: block;
}

.products_dropdown {
	background: #FFFFFF;
	border: 1px solid #DCE5F0;
	border-radius: 12px;
	padding: 30px;
}

.products_dropdown h3 {
	color: #162142;
	font-size: 18px;
	font-weight: 700;
	margin: 0 0 10px 0;
	padding: 0;
}

.pd_li {
	margin: 0 0 10px 0;
}

.pd_li_inner {
	padding: 10px;
	border-radius: 12px;
	-webkit-transition: all 0.25s ease-out;
	-moz-transition: all 0.25s ease-out;
	-o-transition: all 0.25s ease-out;
	transition: all 0.25s ease-out;
	position: relative;
}

.pd_li_inner:hover {
	background: #F9FAFE;
}

.pd_li_title {
	color: #162142;
	font-size: 15px;
	font-weight: 700;
	margin: 0 0 15px 0;
	padding: 0 0 0 43px;
	position: relative;
}

.pd_li_icon {
	position: absolute;
	left: 0;
	top: -3px;
	width: 30px;
	height: auto;
}

.pd_li_text {
	color: #485471;
}

.pd_li_text p {
	font-size: 15px;
	line-height: 22px;
	font-weight: 500;
	margin: 0;
	padding: 0;
}

.pd_li_link {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
}

.pd_li_coming_soon .pd_li_inner {
	background: transparent !important;
}

.mainmenu #menu-item-13 > a, .mainmenu #menu-item-1295 > a, .mainmenu #menu-item-2542 > a {
	padding-right: 20px;
	background: url('images/submenu_closed.svg') no-repeat right 0 top 9px;
}

.mainmenu #menu-item-13:hover > a, .mainmenu #menu-item-1295:hover > a {
	background: url('images/submenu_open.svg') no-repeat right 0 top 9px;
}

.c-hamburger {
  display: block;
  position: absolute;
  overflow: hidden;
  margin: 0;
  padding: 0;
  width: 53px;
  height: 42px;
  font-size: 0;
  text-indent: -9999px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  box-shadow: none;
  border-radius: none;
  border: none;
  cursor: pointer;
  z-index: 100000;
  background: none !important;
  margin-top: 26px;
  right: 15px;
  z-index: 200000;
  /*-webkit-transition: background 0.3s;
          transition: background 0.3s;*/
}

.c-hamburger:focus {
  outline: none;
}

.c-hamburger span {
  display: block;
  position: absolute;
  top: 17px;
  left: 22px;
  right: 22px;
  height: 1px;
  background: #162142;
  width: 30px;
}

.c-hamburger span::before,
.c-hamburger span::after {
  position: absolute;
  display: block;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #162142;
  content: "";
  width: 30px;
}

.c-hamburger span::before {
  top: -10px;
}

.c-hamburger span::after {
  bottom: -10px;
}

.c-hamburger--htx {
  background-color: #162142;
}

.c-hamburger--htx span {
  /*-webkit-transition: background 0s 0.3s;
          transition: background 0s 0.3s;*/
}

.c-hamburger--htx span::before,
.c-hamburger--htx span::after {
  -webkit-transition-duration: 0.3s, 0.3s;
          transition-duration: 0.3s, 0.3s;
  -webkit-transition-delay: 0.3s, 0s;
          transition-delay: 0.3s, 0s;
}

.c-hamburger--htx span::before {
  -webkit-transition-property: top, -webkit-transform;
          transition-property: top, transform;
}

.c-hamburger--htx span::after {
  -webkit-transition-property: bottom, -webkit-transform;
          transition-property: bottom, transform;
}

/* active state, i.e. menu open */
.c-hamburger--htx.is-active {
  background-color: #162142;
}

.c-hamburger--htx.is-active span {
  background: none;
}

.c-hamburger--htx.is-active span::before {
  top: 0;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
          background: #162142;
}

.c-hamburger--htx.is-active span::after {
  bottom: 0;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
          background: #162142;
}

.c-hamburger--htx.is-active span::before,
.c-hamburger--htx.is-active span::after {
  -webkit-transition-delay: 0s, 0.3s;
          transition-delay: 0s, 0.3s;
}

#mobile_menu {
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	background: #fff;
	display: none;
	-webkit-transition: opacity 0.25s ease-out;
	-moz-transition: opacity 0.25s ease-out;
	-o-transition: opacity 0.25s ease-out;
	transition: opacity 0.25s ease-out;
	box-shadow: 0px 5px 20px rgba(130, 149, 187, 0.1);
}

.mobile_menu_wrap {
	padding: 0 24px 24px 24px;
}

.mobile_menu_inner {
	border-top: 1px solid #DCE5F0;
}

#mobilemenu {
	padding: 20px 0;
}

#mobilemenu ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#mobilemenu ul li {
	display: block;
	margin-bottom: 15px;
	position: relative;
	width: 100%;
}

#mobilemenu ul li a {
	color: #162142;
	font-size: 18px;
	font-weight: 500;
	text-decoration: none !important;
	-webkit-transition: all 0.25s ease-out;
	-moz-transition: all 0.25s ease-out;
	-o-transition: all 0.25s ease-out;
	transition: all 0.25s ease-out;
}

#mobilemenu ul li a:hover {
 	color: #007FFF !important;
}

#mobilemenu ul li.current_page_item > a {
	color: #007FFF !important;
}

#mobilemenu ul li ul {
	display: none;
	margin-top: 15px;
}

#mobilemenu ul li ul li a {
	font-size: 16px;
	font-weight: 700;
}

#mobilemenu ul li.menu-item-1219 ul li a, #mobilemenu ul li.menu-item-1222 ul li a {
	padding-left: 42px;
	position: relative;
}

#mobilemenu ul li.menu-item-1219 ul li a::before, #mobilemenu ul li.menu-item-1222 ul li a::before {
	content: " ";
	position: absolute;
	top: -3px;
	left: 0;
	display: block;
	width: 30px;
	height: 30px;
}

#mobilemenu ul li.menu-item-1219 ul li:first-child a::before {
	background: url('/wp-content/uploads/2022/06/people.svg') no-repeat 0 0;
}

#mobilemenu ul li.menu-item-1219 ul li:nth-child(2) a::before {
	background: url('/wp-content/uploads/2022/06/code.svg') no-repeat 0 0;
}

#mobilemenu ul li.menu-item-1219 ul li:nth-child(3) a::before {
	background: url('/wp-content/uploads/2022/06/Group-144.svg') no-repeat 0 0;
}

#mobilemenu ul li.menu-item-1219 ul li:nth-child(4) a::before {
	background: url('/wp-content/uploads/2022/06/user-square.svg') no-repeat 0 0;
}

#mobilemenu ul li.menu-item-1219 ul li:nth-child(5) a::before {
	background: url('/wp-content/uploads/2022/06/user-square1.svg') no-repeat 0 0;
}

#mobilemenu ul li.menu-item-1222 ul li:nth-child(1) a::before {
	background: url('/wp-content/uploads/2022/06/people1.svg') no-repeat 0 0;
}

#mobilemenu ul li.menu-item-1222 ul li:nth-child(2) a::before {
	background: url('/wp-content/uploads/2022/06/user-square2.svg') no-repeat 0 0;
}

#mobilemenu ul li.menu-item-1222 ul li:nth-child(3) a::before {
	background: url('/wp-content/uploads/2022/06/code1.svg') no-repeat 0 0;
}

#mobilemenu ul li.menu-item-1222 ul li:nth-child(4) a::before {
	background: url('/wp-content/uploads/2022/06/Group-1442.svg') no-repeat 0 0;
}

#mobilemenu ul li.menu-item-1222 ul li:nth-child(5) a::before {
	background: url('/wp-content/uploads/2022/06/user-square3-1.svg') no-repeat 0 0;
}

#mobilemenu ul li.menu-item-1222 ul li:nth-child(6) a::before {
	background: url('/wp-content/uploads/2022/06/Group-1441.svg') no-repeat 0 0;
}

#mobilemenu ul li.menu-item-has-children span {
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	width: 20px;
	height: 20px;
	background: url('images/submenu_closed.svg') no-repeat center center;
}

#mobilemenu ul li.menu-item-has-children > a {
	padding-right: 25px;
}

#mobilemenu ul li:last-child {
	margin-bottom: 0;
}

#mobile_logo {
	display: inline-block;
	max-width: 115px;
	height: auto;
}

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

.mobile_menu_active #mobile_menu {
	opacity: 1;
	z-index: 15000;
}

.mobile_menu_buttons {
	border-top: 1px solid #DCE5F0;
	padding-top: 24px;
}

.mobile_menu_buttons a {
	display: block !important;
	text-align: center;
}

.mobile_menu_buttons .button_1 {
	margin-bottom: 20px;
	margin-right: 0 !important;
}

.mobile_slider .slick-dots {
	margin: 30px 0 30px 0 !important;
	padding: 0;
	list-style-type: none;
	text-align: center;
	height: 6px;
}

.mobile_slider .slick-dots li {
	display: inline-block;
	margin: 0 6px;
	padding: 0;
	height: 4px;
}

.mobile_slider .slick-dots li button {
	display: inline-block;
	width: 28px;
	height: 4px;
	border-radius: 6px;
	padding: 0;
	margin: 0;
	border: none;
	background: #007FFF;
	opacity: 0.25;
	text-indent: -9999px;
	overflow: hidden;
	-webkit-transition: all 0.25s ease-out;
	-moz-transition: all 0.25s ease-out;
	-o-transition: all 0.25s ease-out;
	transition: all 0.25s ease-out;
}

.mobile_slider .slick-dots li button:hover, .mobile_slider .slick-dots li.slick-active button {
	opacity: 1;
}

.home_workflow_slider_wrap .slick-dots li button {
	display: inline-block;
	width: 28px;
	height: 4px;
	border-radius: 6px;
	padding: 0;
	margin: 0;
	border: none;
	background: #fff;
	opacity: 0.25;
	text-indent: -9999px;
	overflow: hidden;
	-webkit-transition: all 0.25s ease-out;
	-moz-transition: all 0.25s ease-out;
	-o-transition: all 0.25s ease-out;
	transition: all 0.25s ease-out;
}

.mobile_slider .article_li {
	margin-top: 15px;
}

.container_smaller {
	padding: 0 15px;
	width: 990px;
	margin: 0 auto;
	max-width: 100%;
}

.step_li_image_wrap img {
	max-width: 100%;
}

.page-template-page-pricing .sol_top {
	margin-bottom: 0 !important;
}

.ebooks_wrap {
	padding: 100px 0 60px 0;
}

.download_button {
	width: 100%;
	text-align: center;
}

.contact_row button svg {
	position: relative;
	top: -3px;
}

.contact_row button:hover svg path {
	fill: #007FFF;
}

.about_1_image_1_mobile {
	width: 100%;
	height: auto;
	margin-bottom: 30px;
}

.staff_top_image {
	max-width: 100%;
	height: auto;
}

.job_description_box .career_li_col_3::after {
	display: none !important;
}

/*.page_wrap {
	overflow: hidden;
}*/

.success_wrap {
	position: absolute;
	width: 100%;
	height: 100%;
	top: calc(100% + 15px);
}

.success_inner {
	background: #14C111;
	padding: 14px 15px;
	color: #fff;
	font-size: 15px;
	font-weight: 700;
	border-radius: 6px;
	position: relative;
}

.success_check {
	position: relative;
	margin-left: 12px;
	top: -4px;
}

.success_close {
	position: absolute;
	right: 15px;
	top: 50%;
	cursor: pointer;
	transform: translateY(-50%);
	-webkit-transition: all 0.25s ease-out;
	-moz-transition: all 0.25s ease-out;
	-o-transition: all 0.25s ease-out;
	transition: all 0.25s ease-out;
}

.success_close:hover {
	opacity: 0.5;
}

.margin_top_80 {
	margin-top: 80px;
}

.success_inner a {
	color: #fff !important;
	text-decoration: none !important;
	-webkit-transition: all 0.25s ease-out;
	-moz-transition: all 0.25s ease-out;
	-o-transition: all 0.25s ease-out;
	transition: all 0.25s ease-out;
}

.success_inner a:hover {
	color: #007FFF !important;
}

.webinar_video_button {
	border: 1px solid #fff;
}

.webinar_video_button:hover svg path {
	fill: #fff !important;
}

.acceptance_row, .careers_acceptance {
	margin-bottom: 20px;
	color: #162142;
	font-size: 15px;
	font-weight: 500;
	line-height: 24px;
}

.mini_cta_box .acceptance_row, .cta_wrap .acceptance_row {
	color: #fff;
}

.cta_wrap .acceptance_row {
	text-align: left;
}

.acceptance_row a, .careers_acceptance a {
	color: #007FFF !important;
	text-decoration: none !important;
	-webkit-transition: all 0.25s ease-out;
	-moz-transition: all 0.25s ease-out;
	-o-transition: all 0.25s ease-out;
	transition: all 0.25s ease-out;
}

.acceptance_row a:hover, .careers_acceptance a:hover {
	color: #162142 !important;
}

.mini_cta_box .acceptance_row a, .cta_wrap .acceptance_row a {
	color: #fff !important;
}

.mini_cta_box .acceptance_row a:hover, .cta_wrap .acceptance_row a:hover {
	color: #fff !important;
	text-decoration: underline !important;
}

.acceptance_row input[type=checkbox] {
	margin: 0 5px 0 0;
}

.wpcf7-submit:disabled {
	opacity: 0.7;
}

.careers_acceptance .wpcf7-list-item {
	margin-left: 0 !important;
}

.careers_acceptance .wpcf7-list-item input[type=checkbox] {
	margin-right: 5px !important;
}

.parsley-errors-list {
	margin: -10px 0 15px 0;
	padding: 0;
	list-style-type: none;
	color: red;
	font-size: 14px;
}

.parsley-error {
	border-color: red !important;
}

body.page-id-2506 .sol_section_first {
	padding-top: 90px;
}

body.page-id-2506 .epc_cta_wrap {
	padding-top: 410px;
	background: #F8FBFF;
}

body.page-id-2506 .solutions_top_wrap .top_image {
	position: relative;
	z-index: 1;
}