/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 1.0.5
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/*
Custom Styling
---------------------------------------------------------------------------------------------------- */


html {
	scroll-padding-top: 150px;
	scroll-behavior: smooth;
}

html:has(.page-template-page_landing-php),
html:has(.page-template-page_landing_no_header) {
	scroll-padding-top: 300px;
}

body {
	background-color: #EDF5F9;
	word-wrap: break-word;
	padding: 0;
}

.site-container {
	position: relative;
	overflow: hidden;
}

img[src$=".svg"] {
	width: auto;
	height: auto;
}

.no-widget-padding .elementor-widget-wrap,
.elementor-location-header .elementor-widget-wrap {
	padding: 0 !important;
}


/* Headings
--------------------------------------------------- */

body h1,
body h2,
body h3,
body h4,
body h5,
body h6 {
	margin: 0 0 20px;
}

h4, 
h5 {
	line-height: 1.4;
}

.elementor-inner h2,
.elementor-inner h3 {
	color: #105270;
	font-family: "Oswald", Sans-serif;
	font-weight: 400;
	text-transform: uppercase;
}

body .light-widget * {
	color: #fff;
}

/* Paragraph
--------------------------------------------------- */

p, ul, ol {
	margin-bottom: 20px;
}

p:empty {
	display: none;
}

/* Anchor Tag
--------------------------------------------------- */

a[href^="tel"]:link,
a[href^="tel"]:visited, 
a[href^="tel"]:hover {
	display: inline-block;
}
.site-main a:hover {
	color: #21A4DF;
}

.site-main h6 a:hover {
	font-family: inherit;
}

/* form
--------------------------------------------------- */

body input,
body select, 
body textarea,
#content .mktoForm input,
#content .mktoForm select,
#content .mktoForm textarea {
	background-color: #fff;
	border: 1px solid #242424;
	border-radius: 0;
	color: #000;
	font-size: 18px;
	font-weight: 400;
	line-height: 1.15;
	padding: 15px 20px;
	width: 100%;
}

/* needs important to style properly in popups */
body .mktoForm_shortcode input,
body .mktoForm_shortcode select,
body .mktoForm_shortcode textarea{
	background-color: #fff !important;
	border: 1px solid #242424 !important;
	border-radius: 0 !important;
	color: #000 !important;
	font-size: 18px !important;
	font-weight: 400 !important;
	line-height: 1.15 !important;
	padding: 15px 20px !important;
	width: 100% !important;
}

body .mktoForm_shortcode input,
body .mktoForm_shortcode select,
#content .mktoForm input,
#content .mktoForm select  {
	height: auto !important;
}

#content input[type="checkbox"],
#content input[type="image"],
#content input[type="radio"] {
	width: auto;
	vertical-align: top;
	margin-top: 2px;
	padding: 0;
}

/* needs important to style properly in popups */
body .mktoForm_shortcode input[type="checkbox"],
body .mktoForm_shortcode input[type="image"],
body .mktoForm_shortcode input[type="radio"]{
	width: auto !important;
	vertical-align: top !important;
	margin-top: 2px !important;
	padding: 0 !important;
}

/* Buttons
--------------------------------------------------- */

body .button,
input[type="button"],
input[type="reset"],
input[type="submit"],
body .button:hover,
body .button:focus,
#site-body .elementor-button,
#site-body .elementor-button:hover,
#site-body .elementor-button:focus,
#site-body .elementor-popup-modal .elementor-button,
#site-body .elementor-popup-modal .elementor-button:hover,
#site-body .elementor-popup-modal .elementor-button:focus {
	background-color: #105270;
	background-color: #F7941F;
	border: none;
	border-radius: 6px;
	box-shadow: none;
	/*color: #fff;*/
	color: #000000;
	cursor: pointer;
	font-size: 18px;
	letter-spacing: 0.02em;
	font-weight: 400;
	padding: 15px;
	width: auto;
	display: inline-block;
	min-width: 230px;
	text-align: center;
	text-decoration: none !important;
	text-transform: uppercase;
	transition: all ease-in-out 0.3s;
	font-family: 'Oswald';
	line-height: 27px;
}

#site-body .elementor-button .elementor-button-text {
	/*color: #000;*/
	font-weight: 400;
	transition: all ease-in-out 0.3s;
}

#site-body .elementor-button:hover .elementor-button-text {
	color: #fff;
}

body .button.secondary-btn,
#site-body .secondary-btn .elementor-button {
	background-color: #2284AA;
	color: #ffffff;
}

#site-body .secondary-btn .elementor-button .elementor-button-text {
	color: #ffffff;
	font-weight: 400;
	transition: all ease-in-out 0.3s;
}

body .button.white,
#site-body .light-btn .elementor-button,
#site-body .light-btn .elementor-button:hover,
#site-body .light-btn .elementor-button:focus,
#site-body .light-btn-hover .elementor-button:hover {
	background-color: #fff;
	color: #105270;
}

#site-body .light-btn .elementor-button .elementor-button-text {
	color: #105270;
	font-weight: 400;
	transition: all ease-in-out 0.3s;
}

#site-body .light-btn .elementor-button:hover .elementor-button-text {
	color: #105270;
}

#site-body .full-btn .elementor-button {
	min-width: 100%;
}

#site-body .bg-widget-none .elementor-widget-container {
	background: transparent;
}

#site-body .full-btn.bg-widget-none .elementor-button {
	border-radius: 0;
}

#site-body .elementor-popup-modal .elementor-button,
#site-body .elementor-popup-modal .elementor-button:hover,
#site-body .elementor-popup-modal .elementor-button:focus {
	min-width: 150px;
}

body .button:hover,
body .button:focus,
body .button.white:hover,
body .button.white:focus,
input:hover[type="button"],
input:hover[type="reset"],
input:hover[type="submit"],
#site-body .elementor-button:hover,
#site-body .elementor-button:focus,
#site-body .light-btn .elementor-button:hover,
#site-body .light-btn .elementor-button:focus {
	/*background-color: #9CCEE1;
	color: #105270;*/
	background-color: #105270;
	color: #fff;
	text-decoration: none;
}

body .button.white,
#site-body .light-btn .elementor-button,
#site-body .light-btn .elementor-button:hover,
#site-body .light-btn .elementor-button:focus {
	background-color: #fff;
	color: #105270;
}

body .button.white:hover,
body .button.white:focus,
#site-body .light-btn .elementor-button:hover,
#site-body .light-btn .elementor-button:focus {
	background-color: #9CCEE1;
	color: #105270;
}

#site-body .elementor-button.read-more-link {
	min-width: auto;
}

.elementor-widget-button + .elementor-widget-button {
	margin-top: 10px;
}

/* blockquote Styling
--------------------------------------------------- */

blockquote {
	min-height: 86px;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	margin: 0 0 20px;
	padding-left: 150px;
	background: url(../svg/quote.svg) no-repeat left top;
}
.small-quotes blockquote {
	background-size: 60px;
	min-height: 60px;
	padding-left: 80px;
}
.small-quotes blockquote p {
	margin-bottom: 10px;
}
#content blockquote img {
	max-width: 65px;
	width: auto;
	float: left;
	margin-right: 15px;
}

.testimonial-icon-left {
	background: url(../svg/quote.svg) no-repeat left 25px;
	padding-left: 150px;
}

/* Image Styling
--------------------------------------------------- */

img.alignright {
	margin-left: 25px;
	margin-bottom: 15px;
}
img.alignleft {
	margin-right: 25px;
	margin-bottom: 15px;
}

/* Table
--------------------------------------------------- */

table {
	width: 100%;
} 
tr {
	background: transparent;
}
thead tr,
tbody tr:nth-child(2n+2) {
	background: #eee;
}
th,
td {
	border: 1px solid #dadada;
}

.freeze-first-col th:first-child,
.freeze-first-col td:first-child {
	position: sticky;
	left: 0;
	z-index: 1;
}

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

#profisee-header > .elementor-container {
	background-color: #fff;
	filter: drop-shadow(0px 30px 30px rgba(33, 164, 223, 0.1));
	border-radius: 0 0 30px 30px;
}

#profisee-header > .elementor-container .main-menu .uael-nav-menu__layout-horizontal .uael-nav-menu .sub-arrow {
	width: 11px;
	height: 7px;
	margin: 0 0 0 8px;
	background: url( "../svg/arrow-menu-dropdown.svg" ) no-repeat 0 0;
	background-size: cover;
}

#profisee-header > .elementor-container .main-menu .uael-nav-menu__layout-horizontal .uael-nav-menu .sub-arrow i {
	display: none;
}

#profisee-header .menu-item-has-children .menu-item.saved-content {
	background: #fff;
	box-shadow: 0px 30px 30px rgb(33 164 223 / 20%);
	border-radius: 20px;
	padding: 40px;
	overflow: hidden;
}

#profisee-header .menu-item-has-children > .sub-menu section {
	border: none;
}

#profisee-header .menu-item-has-children > .sub-menu section section {
	padding: 0;
	box-shadow: none;
}

#profisee-header .menu-item-has-children .elementor-widget-container p {
	color: #1A3040;
	font-size: 17px;
	margin-bottom: 12px;
}

#profisee-header .menu-item-has-children .elementor-widget-container a {
	font-weight: 500 !important;
	font-size: 16px;
	color: #1A3040 !important;
	text-decoration: none !important;
}

#profisee-header .menu-item-has-children .elementor-widget-container a:hover {
	color: #105270;
}

#profisee-header > .elementor-container .main-menu .menu-item a.uael-menu-item::before {
	content: '';
	position: absolute;
	display: block;
}

#profisee-header > .elementor-container .main-menu .menu-item a.uael-menu-item::before {
	background-color: #21A4DF;
	width: 100%;
	height: 3px;
	bottom: 0;
	left: 0;
}

#profisee-header > .elementor-container .search-box .header-search {
	background: url( "../svg/search-icon-2.svg" ) no-repeat 0 0;
	width: 29px;
	height: 30px;
	text-indent: -9999px;
	background-size: cover;
	display: inline-block;
	padding: 0;
}

#profisee-header > .elementor-container .search-box .menu-item::before {
	background-color: #9CCEE1;
	height: 100%;
	width: 1px;
	top: 0;
	right: -23px;
}

#profisee-header > .elementor-container .search-box .menu-item:last-child:before {
	display: none;
}

#profisee-header .main-menu {
	padding: 0 20px;
}

#profisee-header .search-box .menu-item:last-child {
	line-height: normal;
}


#profisee-header > .elementor-container .main-menu .top-right-links {
	padding-bottom: 4px;
	margin-bottom: 0;
}
#profisee-header > .elementor-container .main-menu .top-right-links .menu-item a.uael-menu-item::before {
	bottom: 2px;
}
#profisee-header .search-box .elementor-button {
	min-width: 170px;
	line-height: 1;
	padding: 11px 15px;
	margin-top: 1px;
}
#profisee-header .search-box .uael-menu-item.header-search:before,
#profisee-header .search-box .elementor-button:before {
	display: none !important;
}
#profisee-header .search-box .elementor-button span {
	color: inherit;
}

#profisee-header > .elementor-container .search-box .header-search {
	font-size: 0;
	position: relative;
	top: 5px;
}

.menu-overview-col:before {
	content: '';
	display: block;
	background: #d3edf9;
	position: absolute;
	top: -30px;
	bottom: -30px;
	left: -50px;
	width: calc(100% + 80px);
}
.menu-overview-col.color-light-gold:before {
	background: #fadf93;
}
.col-gap .elementor-container {
	gap: 30px;
}
.mega-menu-row .elementor-container {
	gap: 50px;
}
#profisee-header p.elementor-heading-title {
	color: #1A3040;
	font-size: 21px;
	font-weight: 700;
	text-transform: uppercase;
	margin-bottom: 20px;
	font-family: "Montserrat", sans-serif;
}
#profisee-header .elementor-image-box-img {
	margin-bottom: 5px;
}
#profisee-header .elementor-image-box-description {
	font-size: 16px;
	line-height: 1.35;
}
#site-body #profisee-header .menu-link-style {
	color: #21a4df;
	font-size: 18px;
	font-weight: 700;
	background: url(../svg/right-solid-arrow.svg) no-repeat right 5px;
	background-size: 18px;
	padding-right: 25px;
	text-decoration: none !important;
	margin-top: 10px;
	display: table;
}
#site-body #profisee-header .button {
	margin-top: 10px;
	max-width: 240px;
	min-width: auto;
	width: 100%;
}

#profisee-header span.elementor-heading-title,
#profisee-header .menu-row h4,
#site-body #profisee-header .menu-row .nav-title {
	color: #1A3040;
	font-size: 15px;
	font-weight: 700;
	border-bottom: 1px solid #4cbcef;
	display: block;
	line-height: 1.2;
	text-transform: none;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-bottom: 20px;
	font-family: "Montserrat", sans-serif;
	text-transform: uppercase;
}
#profisee-header span.elementor-heading-title {
	margin-bottom: 0;
}
#profisee-header div.elementor-icon-box-title {
	color: #1A3040;
	font-size: 15px;
	font-weight: 700;
	font-family: "Montserrat", sans-serif;
	margin-bottom: 3px;
}
#profisee-header div.elementor-icon-box-title a {
	font-size: inherit;
	font-weight: inherit;
	font-family: inherit;
}
#profisee-header .elementor-icon-box-description {
	font-size: 14px;
	line-height: 1.3;
}

#profisee-header .not-hovering {
	opacity: 0.7;
}


.menu-row .menu-col.menu-overview-col {
	flex: 0 0 27%;
	position: relative;
	margin-right: 30px;
	z-index: 1;
}

.menu-col.menu-overview-col:before {
	z-index: -1;
}



/* Mega Menu
--------------------------------------------- */

#profisee-header #mega-menu-wrap-menu-1 {
	display: table;
	margin: 0 auto;
}
#profisee-header #mega-menu-wrap-menu-1 #mega-menu-menu-1 .search-form {
	display: none;
}
#profisee-header #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link {
	font-weight: 500;
}

#profisee-header #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link,
#profisee-header #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link,
#profisee-header #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link {
	position: relative;
}

#profisee-header #mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-item-has-children > a.mega-menu-link > span.mega-indicator {
	width: 11px;
	height: 7px;
	margin: 0 0 0 8px;
	background: url(../svg/arrow-menu-dropdown.svg) no-repeat 0 0;
	background-size: cover;
}
#profisee-header #mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-item-has-children > a.mega-menu-link > span.mega-indicator:after {
	display: none;
}

#profisee-header #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link::after {
	position: absolute;
	content: "";
	bottom: 0;
	left: 0;
	width: 100%;
	height: 3px;
	background: #21A4DF;
	transform-origin: right;
	transition: transform 0.5s;
	display: block;
	opacity: 0;
}

#profisee-header #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link,
#profisee-header #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link {
	display: inline-block;
}

#profisee-header #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link::after,
#profisee-header #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link::after {
	bottom: 5px;
}

#profisee-header #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-current-menu-ancestor > a.mega-menu-link::after,
#profisee-header #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item-has-children:hover > a.mega-menu-link::after,
#profisee-header #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-current-menu-item > a.mega-menu-link::after,
#profisee-header #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link:focus::after,
#profisee-header #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link:hover::after {
	opacity: 1;
}

#profisee-header #mega-menu-wrap-menu-1.mega-keyboard-navigation #mega-menu-menu-1 a:focus,
#profisee-header #mega-menu-wrap-menu-1.mega-keyboard-navigation #mega-menu-menu-1 li.mega-menu-item a.mega-menu-link:focus {
	outline-color: #000;
	outline-width: 1px;
	outline-offset: -1px;
}

#profisee-header #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-megamenu > ul.mega-sub-menu > li {
	background: #fff;
	box-shadow: 0 30px 30px rgb(33 164 223 / 20%);
	border-radius: 20px;
	padding: 30px 20px 30px 30px;
	overflow: hidden;
}

#profisee-header #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item:last-child {
	margin-right: 0;
}

#profisee-header #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item {
	margin: 10px 0;
}

#profisee-header #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link {
	font-size: 15px;
	font-weight: 400;
	line-height: 1.56;
	display: block;
}

#profisee-header #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mobile-menu-item {
	display: none;
}

#mega-menu-item-nav_menu-2 h4.mega-block-title,
#mega-menu-item-nav_menu-3 h4.mega-block-title {
	display: none !important;
}

#page-container .menu .title-menu-item {
	color: #233874;
	font-size: 21px;
	font-weight: bold;
	padding: 0px 0px 16px 0px;
	margin-bottom: 0;
	line-height: 1.28;
}

#profisee-header #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-flyout ul.mega-sub-menu li.mega-current_page_item > a.mega-menu-link {
	color: #f04c23;
}

#profisee-header #mega-menu-wrap-menu-1 section {
	border: none;
}
#profisee-header #mega-menu-wrap-menu-1 p.elementor-heading-title,
#profisee-header .menu-row h3,
#site-body #profisee-header .menu-row .col-title {
	color: #1A3040;
	font-size: 15px;
	font-weight: 700;
	font-family: "Montserrat", sans-serif;
	line-height: 1.2;
	text-transform: uppercase;
	margin-bottom: 12px;
}
#profisee-header #mega-menu-wrap-menu-1 .elementor-widget-container a,
#site-body #profisee-header .menu-row .menu-icon-box-title {
	font-weight: 700;
	font-size: 13px;
	color: #1A3040;
	line-height: 1.3;
	text-decoration: none !important;
	margin-bottom: 5px;
}
#profisee-header #mega-menu-wrap-menu-1 .elementor-widget-container a.button:hover {
	color: #fff;
}

#profisee-header #mega-menu-wrap-menu-1 .elementor-widget-container a.button {
	color: #000;
	font-weight: 400;
}
#profisee-header #mega-menu-wrap-menu-1 .elementor-widget-icon-box {
	margin-bottom: 12px;
}
#profisee-header #mega-menu-wrap-menu-1 .elementor-widget-icon-box:last-child {
	margin-bottom: 0;
}
#profisee-header #mega-menu-wrap-menu-1 .elementor-icon-box-icon a {
	font-size: 20px;
}
#profisee-header #mega-menu-wrap-menu-1 .elementor-widget-container .elementor-icon-box-description,
#profisee-header .menu-row .menu-icon-box-description {
	color: #1A3040;
	font-size: 12.5px;
	line-height: 1.2;
}

#profisee-header #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-flyout ul.mega-sub-menu::before {
	content: '';
	position: absolute;
	top: 35px;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #fff;
	box-shadow: 0px 30px 30px rgba(16, 34, 87, 0.2);
	display: block;
	border-radius: 20px;
}

#mega-menu-wrap-menu-1 #mega-menu-menu-1 p:last-child {
	margin-bottom: 0;
}



.menu-row {
	display: flex;
	column-gap: 30px;
}

.menu-row .menu-col {
	width: 100%;
}

.menu-icon-box {
	padding-bottom: 12px;
}

.menu-icon-box:last-child {
	padding-bottom: 0;
}

.menu-icon-box .icon-box-wrap {
	display: flex;
	width: 100%;
}

.menu-icon-box .icon-box-icon {
	flex: 0 0 20px;
	margin-right: 10px;
}

#profisee-header .see-all {
	display: inline-block;
	font-size: 13px;
	font-style: italic;
	font-weight: 700;
	background: #e8ecef;
	border-radius: 6px;
	color: #1A3040;
	padding: 7px 20px;
	line-height: 1.3;
	text-decoration: none !important;
	margin-left: 30px;
	margin-bottom: 20px;
}

.sub-menu-two-col {
	display: -ms-grid;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	column-gap: 30px;
	width: 100%;
}

/* profisee header
--------------------------------------------- */

#profisee-header .header-right-menu-widget li {
	margin-left: 25px;
}
#profisee-header .header-right-menu-widget li a {
	padding: 9px 0 10px;
}
#profisee-header .header-right-menu-widget li a:after {
	background: #21A4DF;
}

/* 
insider header section
---------------------------------------------------------------------------------------------------- */

.blog-header #profisee-header>.elementor-container {
	border-radius: 0;
}

#content .insider-header-section {
	max-width: 1530px;
	margin: 0 auto 65px;
	border-radius: 0px 0px 40px 40px;
	box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
	padding: 0 70px 0 25px;
	z-index: 50;
}
#content .insider-header-section.elementor-sticky--active {
	left: 50%;
	transform: translateX(-50%);
}
.insider-header-section .elementor-widget-uael-nav-menu .menu-item a.uael-menu-item {
	font-family: "Montserrat", Sans-serif;
	font-size: 16px;
}

#content .insider-header-section .menu {
	text-align: right;
	margin-bottom: 0;
	padding-left: 0;
}
#content .insider-header-section .menu li {
	display: inline-block;
}
#content .insider-header-section .menu li a {
	color: #fff;
	font-size: 16px;
	padding: 15px 13px;
	display: inline-block;
}
#content .insider-header-section .menu li a:hover {
	background: #ffffff;
	color: #105270;
}

.sub-header-content .elementor-shortcode {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.sub-header-content h4 {
	color: #9CCEE1;
	font-size: 28px;
	font-weight: 400;
	font-family: "Oswald", Sans-serif;
	text-transform: uppercase;
	margin-bottom: 0;
}
.sub-header-content .left-side-col img {
	width: auto;
	display: block;
	height: 69px;
}

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

/* Ways To Get Started
--------------------------------------------------- */

#get-started {
	padding-top: 60px;
	margin-bottom: 80px;
}

#get-started .heading {
	background: url( "../svg/orange-line.svg" ) no-repeat bottom center;
	padding: 0 0 37px;
	margin-bottom: 57px;
}

.iconbox a {
	display: flex;
	filter: drop-shadow(0px 50px 50px rgba(33, 164, 223, 0.2));
	background-color: #FFFFFF;
	border-radius: 20px;
	justify-content: space-between;
	align-items: center;
	padding: 24px;
	min-height: 175px;
	transition: all ease-in-out 0.3s;
}

.iconbox a .icon {
	display: block;
	max-width: 89px;
	width: 100%;
}

.iconbox a .icon img {
	display: block;
	width: auto;
	height: auto;
	margin: 0 auto;
	transition: all .3s ease;
}

.iconbox a h4 {
	margin: 0 0 0;
	line-height: 34px;
	max-width: calc( 100% - 110px );
	width: 100%;
}

#get-started .cta-boxes::before {
	content: '';
	display: block;
	position: absolute;
	top: -42px;
	right: -42px;
	background: url( "../svg/cta-bar-bg-dots.svg" ) no-repeat 0 0;
	width: 323px;
	height: 174px;
}

#get-started .cta-boxes .elementor-container {
	justify-content: space-between;
}

#get-started .cta-boxes .elementor-container .elementor-column.elementor-col-33 {
	width: 100%;
	max-width: calc( 33.333% - 20px );
}

.iconbox a:hover,
.iconbox a:focus {
	filter: drop-shadow(0px 50px 50px rgba(33, 164, 223, 0.5));
}

/* CTA Panel
--------------------------------------------------- */

.elementor-location-footer {
	position: relative;
	z-index: 49;
}

#footer-cta {
	margin-bottom: 103px;
}

#footer-cta .inner-wrap {
	box-shadow: 0px 50px 50px rgb(33 164 223 / 20%);
	border-radius: 20px;
	overflow: hidden;
}

#footer-cta .inner-wrap .elementor-inner-column .elementor-widget-wrap {
	min-height: 330px;
}

#footer-cta .inner-wrap .heading-box .elementor-widget-wrap {
	padding: 0 120px 0 70px;
}

#footer-cta .inner-wrap .content-box .elementor-widget {
	padding: 0 50px 0 43px;
}

#footer-cta .inner-wrap .content-box h4 {
	background: url( "../svg/icon-demo.svg" ) no-repeat left top;
	background-size: 35px;
	font-weight: 700;
	margin: 0 0 11px;
	line-height: 1.45;
	padding-left: 50px;
}

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

#footer-widgets {
	padding: 77px 0 62px;
}

#footer-widgets * {
	color: #fff;
}

#footer-widgets p {
	margin-bottom: 0;
}

#footer-widgets .address-box .elementor-widget-wrap .facebook-icon {
	background: url( "../svg/facebook.svg" ) no-repeat 0 0;
	width: 13px;
	height: 25px;
	display: inline-block;
	vertical-align: middle;
	margin-right: 30px;
}
#footer-widgets .address-box .elementor-widget-wrap .twitter-icon {
	background: url( "../svg/twitter.svg" ) no-repeat 0 0;
	width: 28px;
	height: 25px;
	display: inline-block;
	vertical-align: middle;
	margin-right: 30px;
}
#footer-widgets .address-box .elementor-widget-wrap .linkedin-icon {
	background: url( "../svg/linkedin.svg" ) no-repeat 0 0;
	width: 29px;
	height: 25px;
	display: inline-block;
	vertical-align: middle;
	margin-right: 30px;
}

#footer-widgets .address-box .elementor-widget-wrap .youtube-icon {
	background: url( "../svg/youtube.svg" ) no-repeat 0 0;
	width: 35px;
	height: 25px;
	display: inline-block;
	vertical-align: middle;
	margin-left: 0;
}

#footer-widgets .navigation .menu-item a:hover {
	text-decoration: underline;
}

.footer-data-hero .elementor-widget-image a {
	display: unset;
}


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

#footer-links {
	border-top: 1px solid #fff;
}

#footer-links * {
	color: #fff;
}

#footer-links p {
	margin: 0;
}

#footer-links p a {
	text-decoration: none !important;
}

#footer-links p a:hover {
	text-decoration: underline !important;
}

/* Copyright Text
--------------------------------------------------- */

#copyright-text {
	padding: 12px 0;
}

#copyright-text p {
	margin: 0;
}

/* site footer 
--------------------------------------------------- */

#site-footer {
	color: #fff;
}

#site-footer a {
	color: #fff;
}

#site-footer a:hover {
	text-decoration: underline;
}

/* footer header
--------------------------------------------------- */

.footer-header {
	border-bottom: 1px solid #fff;
	padding-top: 25px;
	padding-bottom: 25px;
}

/* footer grid row
--------------------------------------------------- */

#site-footer .footer-grid-row {
	padding-top: 50px;
	padding-bottom: 50px;
}

#site-footer .footer-grid-row ul {
	padding: 0;
}

#site-footer .footer-grid-row li {
	display: block;
	line-height: 1.1;
	margin-bottom: 12px;
}

#site-footer .footer-grid-row li a {
	color: #a5d6e8;
	font-size: 15px;
}

#site-footer .footer-grid-row .main-item a {
	font-size: 18px;
	font-weight: 600;
	color: #fff;
}


#site-footer .footer-grid-row .divider-item:after {
	content: '';
	display: block;
	width: 100%;
	max-width: 127px;
	border-bottom: 2px solid #eeeeeeab;
	margin-top: 10px;
}

#site-footer .footer-grid-row li:last-child {
	margin-bottom: 0;
}

#site-footer .footer-grid-logos .elementor-widget-wrap {
	gap: 15px;
	flex-wrap: nowrap;
}

#site-footer .footer-grid-logos .elementor-widget {
	width: 100%;
}

#site-footer .footer-grid-logos .elementor-widget img {
	display: block;
	width: 100%;
}

/* footer bottom
--------------------------------------------------- */

.footer-bottom {
	border-top: 1px solid #fff;
	padding-top: 30px;
	padding-bottom: 30px;
}


/* footer copyright section
--------------------------------------------------- */


#site-footer .footer-copyright-section {
	color: #a5d6e8;
	padding-top: 12px;
	padding-bottom: 12px;
}

#site-footer .footer-copyright-section p {
	margin: 0;
}

#site-footer .footer-copyright-section a {
	text-decoration: none !important;
	color: #a5d6e8;
}

#site-footer .footer-copyright-section p a:hover {
	text-decoration: underline !important;
}

#site-footer .copyright-area-links,
#site-footer .copyright-widget {
	color: #a5d6e8;
	font-size: 18px;
}

#site-footer .footer-copyright-section .copyright-area-links em {
	font-style: normal;
	margin-right: 7px;
	margin-left: 7px;
}

#site-footer .footer-copyright-section .social-links a {
	background: transparent;
	color: #a5d6e8;
	width: auto;
	height: auto;
	border-radius: 0;
	margin-left: 10px;
}

/* 
Home Page Styling
---------------------------------------------------------------------------------------------------- */

/* Hero Panel
--------------------------------------------------- */

#home-hero-panel {
	margin-top: 109px;
	margin-bottom: 80px;
}

#home-hero-panel .inner-wrap {
	min-height: 630px;
}

#home-hero-panel .content-box {
	max-width: 592px;
	width: 100%;
	position: absolute;
	top: 50%;
	left: calc( calc( 100% - 1170px ) / 2 );
	transform: translateY(-50%);
	z-index: 9;
}

#home-hero-panel .content-box h1 {
	font-size: 63px;
	margin: 0 0 38px;
}

.brick {
	display: flex;
	background: #EDF5F9;
	box-shadow: 0px 30px 30px rgba(33, 164, 223, 0.1);
	border-radius: 8px;
	width: 303px;
	height: 63px;
	margin-bottom: 18px;
}

.brick.navy,
.brick.green,
.brick.blue {
	background-color: #105270;
	background-image: url( "../png/navy-brick.png" );
	background-size: cover;
	background-position: 100% 100%;
	color: #fff;
	font-size: 22px;
	font-weight: 600;
	font-family: 'Montserrat';
	justify-content: center;
	align-items: center;
}

.brick.green {
	background-image: url( "../png/green-brick.png" );
}

.brick.blue {
	background-image: url( "../png/blue-brick.png" );
}

#home-hero-panel .bricks-panel {
	max-width: 1384px;
	position: absolute;
	right: 0;
	bottom: 0;
}

#home-hero-panel .bricks-panel .elementor-column.elementor-col-25 {
	width: auto;
}

#home-hero-panel .bricks-panel .elementor-column:first-child,
#home-hero-panel .bricks-panel .elementor-column:nth-of-type(2),
#home-hero-panel .bricks-panel .elementor-column:nth-of-type(3) {
	margin-right: -109px;
}

#home-hero-panel .brick:nth-child(even) {
	margin-left: 126px;
}

#home-hero-panel .brick:last-child {
	margin-bottom: 0;
}

/* hero grid section
--------------------------------------------------- */



#content .hero-grid-section .elementor-widget-wrap {
	padding: 0;
}
#content .hero-grid-section .col-text-right-side {
	justify-content: right;
}
#content .hero-grid-section .col-text-right-side .elementor-widget-wrap {
	max-width: 610px;
	padding: 50px 0 200px 50px;
}
#content .hero-grid-section h1 {
	font-size: 75px;
	margin-bottom: 0;
}
#content .hero-grid-section h1 b {
	display: block;
	color: #f79521;
}
.hero-grid-section h4 {
	color: #9ccee1;
	padding: 20px 0;
}
.hero-grid-section .button + .button {
	margin-left: 20px;
}
#content .hero-grid-section .col-image-right-side {
	max-height: 768px;
}
#content .hero-grid-section .col-image-right-side > .elementor-widget-wrap {
	max-width: 900px;
	min-height: 670px;
	overflow: hidden;
	position: relative;
	align-items: stretch;
	align-content: stretch;
}
#content .hero-grid-section .col-image-right-side .col-image-right-content {
	max-width: 600px;
	margin-left: 70px;
	position: relative;
}
#content .hero-grid-section .col-image-right-side .elementor-widget {
	margin-bottom: 0;
}
#content .hero-grid-section .col-image-right-side .hero-circle-bg {
	position: absolute;
}
#content .hero-grid-section .col-image-right-side .hero-circle-bg img {
	width: 900px;
	height: 900px;
	max-width: initial;
	border-radius: 50%;
	position: absolute;
	top: 0;
	left: 0;
}

#content .hero-grid-section .col-image-right-content > .elementor-container, 
#content .hero-grid-section .col-image-right-content > .elementor-container > div, 
#content .hero-grid-section .col-image-right-content > .elementor-container > div > div {
	position: inherit;
	height: 100%;
}
#content .hero-grid-section .col-image-right-side .col-image-right-content img {
	width: 100%;
}

/* Now You Can Make It Happen
--------------------------------------------------- */

#make-it-happen {
	padding: 59px 0;
}

#make-it-happen .inner-wrap,
#make-it-happen .text-box {
	max-width: 964px;
	margin: 0 auto;
}

#make-it-happen .text-box {
	max-width: 715px;
	margin-bottom: 37px;
}

#make-it-happen .text-box h2,
.title-bottom-line .elementor-heading-title {
	background: url( "../svg/orange-line.svg" ) no-repeat center bottom;
	padding: 0 0 28px;
	margin-bottom: 34px;
}

.title-bottom-line.align-left-line .elementor-heading-title {
	background-position: left bottom;
}

#make-it-happen .text-box h2 sup {
	font-size: 18px;
	top: -21px;
	left: 14px;
}

#make-it-happen .video-box {
	filter: drop-shadow(0px 50px 50px rgba(33, 164, 223, 0.2));
	margin-bottom: 73px;
}

#make-it-happen .video-box::before,
#make-it-happen .video-box::after,
.left-side-dots > .elementor-container::before,
.right-side-dots > .elementor-container::after {
	content: '';
	display: block;
	position: absolute;
	background: url( "../svg/video-panel-bg-dots.svg" ) no-repeat center center;
	background-size: 100% 100%;
	width: 1064px;
	height: 656px;
	z-index: -1;
	left: calc( -100% + 75px );
	top: 50%;
	transform: translateY(-50%);
}
#make-it-happen .video-box::after {
	left: auto;
	right: calc( -100% + 75px );
}
.left-side-dots > .elementor-container::before {
	left: calc( -100% + 200px );
}
.right-side-dots > .elementor-container::after {
	left: auto;
	right: calc( -100% + 200px );
}

#make-it-happen .button-box p {
	margin: 0;
}

#make-it-happen .button-box .button {
	filter: drop-shadow(0px 30px 30px rgba(33, 164, 223, 0.2));
}

#content .video-box .uael-video__play-icon {
	opacity: 0.9;
}
#content .video-box .uael-video__outer-wrap:hover .uael-video__play-icon{
	opacity: 1;
}

.wistia-poster {
	cursor: pointer;
	display: flex;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1;
}
.wistia-video .wistia-poster img {
	display: block;
	object-fit: cover;
	width: 100%;
	height: 100%;
}
.wistia-video .wistia-play-icon {
	width: 100px;
	height: 100px;
	background: rgb(33 164 223 / 85%);
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	transition: all 0.3s ease;
}
.wistia-video .wistia-play-icon:after {
	content: '';
	display: block;
	width: 0;
	height: 0;
	border-top: 17px solid transparent;
	border-left: 27px solid white;
	border-bottom: 17px solid transparent;
}
.wistia-video .wistia-play-icon:hover {
	background: #21A4DF;
}

/* MDM Helps Companies
--------------------------------------------------- */

#profisee-helps {
	padding-top: 22px;
	padding-bottom: 50px;
}

#profisee-helps .heading {
	max-width: 610px;
	margin: 16px auto 0;
	background: url( "../svg/orange-line.svg" ) no-repeat bottom center;
	padding: 0 0 37px;
	margin-bottom: 70px;
}

#profisee-helps .boxes .elementor-container {
	justify-content: space-between;
}

#profisee-helps .boxes .elementor-container .elementor-column {
	width: 100%;
	max-width: 103px;
}

#profisee-helps .boxes .elementor-container > .elementor-column:last-child {
	max-width: calc( 100% - 144px );
}

/* When Data Is Good
--------------------------------------------------- */

#data-is-good {
	padding: 36px 0 110px;
}

#data-is-good .text-box > .elementor-widget-wrap {
	padding: 66px 50px 68px 70px;
	filter: drop-shadow(0px 50px 50px rgba(33, 164, 223, 0.2));
}

#data-is-good .image-box {
	z-index: -1;
	max-width: 765px;
	width: 100%;
	position: absolute;
	right: -30px;
	top: -82px;
}

/* Logos Carousel
--------------------------------------------------- */

#logos-carousel {
	padding-bottom: 73px;
}

#logos-carousel .inner-wrap {
	padding: 40px 0 24px 70px;
}

#logos-carousel .inner-wrap::before {
	content: '';
	display: block;
	background-color: #fff;
	position: absolute;
	top: 0;
	left: 0;
	width: 1000%;
	height: 100%;
	border-radius: 20px;
}

#logos-carousel .heading .elementor-heading-title {
	letter-spacing: 0.05em;
}

/* Customer Reviews
--------------------------------------------------- */

#reviews-panel {
	padding-bottom: 30px;
}

#reviews-panel .reviews-box {
	padding-left: 40px;
}

#reviews-panel .heading {
	background: url( "../svg/orange-line.svg" ) no-repeat left bottom;
	padding: 0 0 37px;
	margin-bottom: 45px;
}

#reviews-panel .review-entry {
	padding-top: 30px;
	padding-left: 17px;
	margin-bottom: 23px;
}

#reviews-panel .review-entry::before {
	content: '';
	display: block;
	width: 72px;
	height: 55px;
	position: absolute;
	left: 0;
	top: 0;
	background: url( "../svg/icon-quotes.svg" ) no-repeat 0 0;
	background-size: cover;
}

#reviews-panel .review-entry p:last-child {
	margin: 0;
}

#reviews-panel .review-entry .logo-box {
	padding-left: 20px;
}

#reviews-panel .reviews-box .read-more-reviews {
	padding-top: 18px;
}

#reviews-panel .reviews-box .read-more-reviews a,
#analysts-are-saying .content-slider .pp-info-box-description a,
.link-style {
	letter-spacing: 0.02em;
	color: #105270;
	font-size: 18px;
	display: inline-block;
	padding-left: 45px;
	background: url( "../svg/arrow-green.svg" ) no-repeat left center;
	text-decoration: none !important;
	font-family: 'Oswald';
	font-weight: 400;
}

#reviews-panel .reviews-box .read-more-reviews p {
	margin: 0;
}

/* What Analysts Are Saying
--------------------------------------------------- */

#analysts-are-saying {
	padding-top: 52px;	
	padding-bottom: 81px;
}

#analysts-are-saying::after {
	content: '';
	display: block;
	background: url( "../svg/reviews-slider-halftone.svg" ) no-repeat 0 0;
	width: 1054px;
	height: 1054px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: -580px;
}

#analysts-are-saying > .elementor-container {
	position: relative;
	z-index: 1;
}

#analysts-are-saying .heading {
	background: url( "../svg/orange-line.svg" ) no-repeat bottom center;
	padding: 0 0 33px;
	margin-bottom: 33px;
}

#analysts-are-saying .content-slider::before {
	content: '';
	display: block;
	width: 394px;
	height: 212px;
	position: absolute;
	bottom: 31px;
	left: -50px;
	background: url( "../svg/reviews-slider-bg-dots.svg" ) no-repeat 0 0;
	background-size: cover;
}

#analysts-are-saying .content-slider .swiper-container {
	padding: 40px 40px 80px;
	margin: 0px -40px;
}

#analysts-are-saying .content-slider .swiper-slide {
	overflow: initial;
}

#analysts-are-saying .content-slider .pp-info-box-content-wrap {
	position: relative;
	overflow: unset;
	min-height: 446px;
	width: calc( 100% - 30px );
	margin: 0 auto;
}

#analysts-are-saying .swiper-slide-active .pp-info-box-content-wrap,
#analysts-are-saying .swiper-slide-active + div .pp-info-box-content-wrap {
	filter: drop-shadow( 0px 33px 24px rgba( 33, 164, 223, 0.2 ) );
}

#analysts-are-saying .swiper-slide-active .pp-info-box-content-wrap,
#analysts-are-saying .swiper-slide-active + div .pp-info-box-content-wrap {
	width: 100%;
}

#analysts-are-saying .content-slider .swiper-pagination {
	position: relative;
	z-index: 5;
}

.swiper-pagination-bullet:only-child {
	display: none;
}

.swiper-pagination-bullet:focus {
	outline: 1px solid #000;
}

#analysts-are-saying .content-slider .pp-info-box-content-wrap::before {
	content: '';
	display: block;
	width: 97px;
	height: 74px;
	position: absolute;
	top: -40px;
	left: 0;
	right: 0;
	margin: 0 auto;
	background: url( "../svg/icon-quotes-green.svg" ) no-repeat 0 0;
	background-size: cover;
}

#analysts-are-saying .content-slider .pp-info-box-icon-wrap {
	margin-bottom: 24px;
}

#analysts-are-saying .content-slider .pp-info-box-description p {
	margin-bottom: 24px;
}

#analysts-are-saying .content-slider .pp-info-box-description p:last-child {
	margin-bottom: 0;
}

#analysts-are-saying .button-cont {
	text-align: center;
	margin-top: 8px;
	position: relative;
	z-index: 5;
}

/* hero section style
---------------------------------------------------------------------------------------------------- */

.single-podcast  .hero-section {
	z-index: 1;
}

.hero-section h4 {
	font-weight: 500;
	line-height: 1.416;
	color: #1A3040;
}
.hero-section .elementor-widget-button {
	padding-top: 20px;
}
#content .home-hero-button .elementor-button:hover {
	background-color: #fff;
	color: #105270;
}
#content .home-hero-button .elementor-button:hover .elementor-button-text {
	color: #105270;
}
.hero-section .elementor-widget-button + .elementor-widget-button {
	margin-top: 0;
}


/* mdm texture img col (image with icons)
--------------------------------------------------- */

#content .mdm-texture-img-col .elementor-widget-wrap {
	padding: 0;
	position: relative;
}
#content .mdm-texture-img-col .texture-icon {
	background: #fff;
	width: 98px;
	height: 98px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	filter: drop-shadow(0px 30px 30px rgba(18, 83, 113, 0.2));
	position: absolute;
	margin: 0;
}
#content .mdm-texture-img-col .texture-icon img {
	max-width: 60px;
	max-height: 60px;
	width: auto;
}
#content .mdm-texture-img-col .icon1 {
	top: 2.4%;
	left: 55.5%;
}
#content .mdm-texture-img-col .icon2 {
	top: 12.4%;
	left: 32.5%;
}
#content .mdm-texture-img-col .icon3 {
	top: 38.4%;
	left: 18%;
}
#content .mdm-texture-img-col .icon4 {
	top: 58.4%;
	left: 44.5%;
}
#content .mdm-texture-img-col .icon5 {
	top: 52.4%;
	left: 69.5%;
}
#content .mdm-texture-img-col .icon6 {
	top: 18.4%;
	right: 4%;
}

/* 
Advantage Page Styling
---------------------------------------------------------------------------------------------------- */

/* Advantage Hero Panel
--------------------------------------------------- */

#advantage-hero-panel {
	padding-top: 105px;
	min-height: 807px;
	margin-top: -29px;
	margin-bottom: -256px;
	z-index: 1;
}
.left-side-pattern,
.left-side-pattern {
	position: relative;
	/*z-index: 1;*/
}
#advantage-hero-panel::before,
#advantage-hero-panel::after,
.left-side-pattern:before,
.right-side-pattern:after {
	content: '';
	display: block;
	top: 50%;
	transform: translateY(-50%);
	position: absolute;
	width: 807px;
	height: 807px;
	background: url( "../svg/cta-halftone-pattern-2.svg" ) no-repeat center center;
	background-size: cover;
	background-size: cover;
	z-index: -1;
}

#advantage-hero-panel::before,
.left-side-pattern:before {
	left: -487px;
}

.left-side-pattern-top:before {
	top: -320px;
	transform: initial;
}

.left-side-pattern-bottom:before {
	top: initial;
	transform: initial;
	bottom: -350px;
}

#advantage-hero-panel::after,
.right-side-pattern:after {
	right: -487px;
}

.right-side-pattern-top:after {
	top: -320px;
	transform: initial;
}

.right-side-pattern-bottom:after {
	top: inherit;
	bottom: -190px;
	transform: initial;
}

.pattern-inside-section {
	overflow: hidden;
}
.pattern-inside-section:before,
.pattern-inside-section:after {
	opacity: 0.5;
}

.top-pattern-section:before,
.top-pattern-section:after {
	top: -60px;
	transform: initial;
}

.left-side-pattern.left-pattern-dark:before {
	background: url(../png/cta-halftone-pattern-dark.png) no-repeat right center;
	width: 400px;
	height: 856px;
	left: 0;
}

.right-side-pattern.right-pattern-dark:after {
	background: url(../png/cta-halftone-pattern-right-dark.png) no-repeat left center;
	width: 400px;
	height: 856px;
	right: 0;
}

#advantage-hero-panel .text-box {
	max-width: 955px;
	width: 100%;
	margin: 0 auto;
	z-index: 9;
}

#advantage-hero-panel .text-box h1 {
	margin: 0 0 16px;
}

#advantage-hero-panel .text-box h4 {
	max-width: 680px;
	width: 100%;
	margin: 0 auto 40px;
	color: #1A3040;
	line-height: 34px;
}

#advantage-hero-panel .floating-icons {
	position: absolute;
	top: 118px;
	padding-left: 39px;
	padding-right: 86px;
}

#advantage-hero-panel .floating-icons .icon-left-gap {
	padding-left: 161px;
	margin-bottom: -9px;
}

#advantage-hero-panel .floating-icons .icon-left-center-gap {
	margin-bottom: -58px;
}

#advantage-hero-panel .floating-icons .icon-last-left-gap {
	padding-left: 181px;
}

#advantage-hero-panel .floating-icons .icon-right-gap {
	padding-right: 0;
	margin-bottom: -8px;
}

#advantage-hero-panel .floating-icons .icon-right-center-gap {
	margin-bottom: -58px;
	padding-right: 29px;
}

#advantage-hero-panel .floating-icons .icon-last-right-gap {
	padding-right: 119px;
}

/* Advantage Sticky Nav
--------------------------------------------------- */

#advantage-sticky-nav {
	min-height: 132px;
	z-index: 5;
}

#advantage-sticky-nav .cont > .elementor-widget-wrap {
	overflow: hidden;
	filter: drop-shadow(0px 50px 50px rgba(33, 164, 223, 0.2));
	transition: all ease-in-out 0.3s;
}

#advantage-sticky-nav.fixed .cont > .elementor-widget-wrap {
	border-radius: 0 0 20px 20px;
}

#advantage-sticky-nav .iconbox a {
	filter: none;
	min-height: 132px;
	border-radius: 0;
	justify-content: center;
	transition: all 0.3s ease;
}

#advantage-sticky-nav .iconbox a .icon {
	max-width: 78px;
	width: 100%;
	margin-right: 18px;
	transition: all 0.3s ease;
}

#advantage-sticky-nav .iconbox a h4 {
	max-width: 100%;
	width: auto;
}

#advantage-sticky-nav.fixed > .elementor-container {
	position: fixed;
	top: 86px;
	left: 0;
	right: 0;
	z-index: 999;
}

.admin-bar #advantage-sticky-nav.fixed > .elementor-container {
	margin-top: 32px;
}

#advantage-sticky-nav > .elementor-container::before {
	content: '';
	display: block;
	/*background-color: #fff;*/
	height: 100%;
	/*width: 5000%;
	left: -200%;*/
	top: 0;
	position: absolute;
	transition: all 0.3s ease;
	filter: drop-shadow(0px 50px 50px rgba(33, 164, 223, 0.2));
	opacity: 0;
}

#advantage-sticky-nav.fixed > .elementor-container::before {
	opacity: 1;
}

#advantage-sticky-nav.fixed .iconbox a {
	min-height: auto;
	padding: 10px;
}

#advantage-sticky-nav.fixed .iconbox a .icon {
	max-width: 50px;
}

#advantage-sticky-nav.fixed .iconbox a .icon img {
	max-height: 50px;
}

.inner-box-wrap.elementor-sticky img {
	transition: all 0.3s ease;
}
#content .inner-box-wrap.elementor-sticky--active .elementor-container {
	padding: 20px;
}
#content .inner-box-wrap.elementor-sticky--active img {
	max-height: 80px;
	max-width: 220px;
}

.page-template-page_landing-php #advantage-sticky-nav.fixed > .elementor-container {
	top: 122px;
}

.page-template-page_landing_no_header #advantage-sticky-nav.fixed > .elementor-container {
	top: 115px;
}

.fixed-page-section .landing-header-section .elementor-container {
	border-radius: 0;
}

.page-template-page_landing_no_header .landing-header-section {
	z-index: 99;
}

.page-template-page_landing_no_header #advantage-sticky-nav {
	z-index: 98;
}

/* Advantage Details Box
--------------------------------------------------- */

#advantage-make-it-easy {
	margin-top: 70px;
	margin-bottom: 40px;
}

#advantage-make-it-easy .heading {
	background: url( "../svg/orange-line.svg" ) no-repeat bottom center;
	padding: 20px 0 28px;
	margin-bottom: 35px;
}

#advantage-make-it-easy .text-box {
	max-width: 890px;
	margin: 0 auto 26px;
}

#advantage-make-it-easy .sub-heading {
	margin-bottom: 41px;
}

#advantage-make-it-easy .icon-and-text .elementor-widget-wrap,
#site-body .icon-and-text .elementor-widget-wrap {
	justify-content: space-between;
	min-height: 85px;
	margin-bottom: 15px;
}

#advantage-make-it-easy .icon-and-text .elementor-widget-wrap .elementor-element,
#site-body .icon-and-text .elementor-widget-wrap .elementor-element {
	width: auto;
	padding-top: 8px;
}

#site-body .icon-and-text .elementor-widget-wrap .elementor-widget-image {
	width: 100%;
	max-width: 80px;
}

#site-body .icon-and-text .elementor-widget-wrap .elementor-widget-image img {
	width: 100%;
}

#site-body .icon-and-text .elementor-widget-wrap h5 {
	font-weight: 600;
	color: #1a3040;
	margin-bottom: 15px;
}

#advantage-make-it-easy .icon-and-text .elementor-widget-wrap .elementor-element:last-child,
#site-body .icon-and-text .elementor-widget-wrap .elementor-element:last-child {
	max-width: calc( 100% - 100px );
	width: 100%;
	padding-top: 0;
	align-self: center;
}

#advantage-make-it-easy.accurate-panel {
	margin-top: 0;
}

#advantage-make-it-easy .icon-and-text p:last-child {
	margin-bottom: 0;
}

#site-body .icon-and-text.list-style2 .elementor-widget-wrap {
	min-height: 41px;
	margin-bottom: 0;
	padding: 5px;
}
#site-body .icon-and-text.list-style2 .elementor-widget-wrap .elementor-element:last-child {
	max-width: calc( 100% - 60px );
	align-self: center;
}
.icon-and-text .elementor-widget-container *:last-child {
	margin-bottom: 0;
}
.icon-and-text svg {
	max-width: 83px;
}

.inner-box-wrap.elementor-column {
	background-color: #fff;
	border-radius: 20px;
	filter: drop-shadow(0px 30px 30px rgba(33, 164, 223, 0.2));
	padding: 22px 30px;
}
.inner-box-dark.elementor-column {
	background-color:#105270;
	color:#fff;
}
.inner-box-wrap.elementor-column.gray-box {
	background: #cde4ef;
}

#content .inner-box-gap-none .elementor-container,
.gap-none-widgets .elementor-widget {
	margin-bottom: 0;
}

#site-body .icon-and-text .elementor-widget-container ul {
	padding-left: 0;
}
#site-body .icon-and-text .elementor-widget-container li {
	display: block;
	padding-left: 30px;
	background: url(../svg/icon-check.svg) no-repeat left 9px;
	background-size: 20px;
}
#site-body .icon-and-text.center-list .elementor-widget-container ul {
	display: table;
	margin: 0 auto;
	text-align: left;
}
#content .elementor-icon-list-item a:hover .elementor-icon-list-text {
	color: #21A4DF;
	text-decoration: underline;
}


/* Advantage CTA Bar
--------------------------------------------------- */

#advantage-cta-bar,
#content .advantage-cta-bar {
	padding-bottom: 64px;
}

#advantage-cta-bar .content-box,
#content .advantage-cta-bar .content-box {
	padding: 35px 0 35px 45px;
	background-color: #105270;
	border-radius: 20px;
}

#advantage-cta-bar .content-box::before,
#advantage-cta-bar .content-box::after,
#content .advantage-cta-bar .content-box::before,
#content .advantage-cta-bar .content-box::after {
	content: '';
	display: block;
	position: absolute;
}

#advantage-cta-bar .content-box::before,
#content .advantage-cta-bar .content-box::before {
	width: 1000%;
	height: 100%;
	filter: drop-shadow(0px 25px 25px rgba(33, 164, 223, 0.2));
	background-color: #105270;
	border-radius: 20px;
	top: 0;
	left: 0;
}

#advantage-cta-bar .content-box::after,
#content .advantage-cta-bar .content-box::after {
	background: url( "../svg/cta-bar-bg-dots.svg" ) no-repeat 0 0;
	background-size: cover;
	width: 323px;
	height: 174px;
	left: -44px;
	top: 50%;
	transform: translateY(-50%);
	z-index: -1;
}

#advantage-cta-bar .content-box .elementor-widget-wrap,
#content .advantage-cta-bar .content-box .elementor-widget-wrap {
	justify-content: space-between;
	align-items: center;
}

#advantage-cta-bar .content-box .elementor-widget-wrap .elementor-widget-image,
#content .advantage-cta-bar .content-box .elementor-widget-wrap .elementor-widget-image {
	max-width: 89px;
}

#advantage-cta-bar .content-box .elementor-widget-wrap .elementor-widget-heading,
#content .advantage-cta-bar .content-box .elementor-widget-wrap .elementor-widget-heading {
	max-width: 726px;
}

#advantage-cta-bar .content-box .elementor-widget-wrap .elementor-widget-shortcode,
#content .advantage-cta-bar .content-box .elementor-widget-wrap .elementor-widget-shortcode {
	max-width: 230px;
}

.hide-get-started #get-started {
	display: none;
}
.started-section-top-gap-none #get-started {
	padding-top: 0;
}

/* Advantage Footer CTA Section
--------------------------------------------------- */

#profisee-platform {
	margin-bottom: 105px;
	margin-top: 48px;
}

#profisee-platform .text-box {
	max-width: 864px;
}

#profisee-platform .text-box h2 {
	line-height: 1.34em;
	margin: 0 0 41px;
}

#profisee-platform .text-box .button {
	min-width: 322px;
}

#profisee-platform .text-box p:last-child {
	margin: 0;
}

#cta-icons {
	position: absolute;
	top: -48px;
	right: 0;
	max-width: 343px;
}

#cta-icons .cta-icon {
	position: absolute;
	width: auto;
}

#cta-icons .cta-icon-1 {
	top: 9px;
	left: 16px;
}

#cta-icons .cta-icon-2 {
	left: 0;
	top: 205px;
}

#cta-icons .cta-icon-3 {
	top: 0;
	right: 0;
}

#cta-icons .cta-icon-4 {
	top: 79px;
	right: 11px;
}

#cta-icons .cta-icon-5 {
	top: 234px;
	right: 140px;
}

#cta-icons .cta-icon-6 {
	top: 276px;
	right: 15px;
}

.page-id-9769 #footer-cta {
	margin-bottom: 150px;
}

.page-id-9769 #footer-cta::before {
	content: '';
	display: block;
	background: url( "../svg/cta-halftone-pattern-2.svg" ) no-repeat 0 0;
	background-size: cover;
	width: 481px;
	height: 857px;
	position: absolute;
	top: -436px;
	right: 0;
	z-index: -1
}

/* 
Make It Happen Page
---------------------------------------------------------------------------------------------------- */

/* Make It Happen Hero Section
--------------------------------------------------- */

#mih-hero-section {
	padding-top: 66px;
}

#mih-hero-section .text-box {
	max-width: 770px;
	margin: 0 auto;
}

#mih-hero-section .text-box h1 {
	margin: 0 0 22px;
}

#mih-hero-section .text-box h4 {
	color: #1A3040;
}

#mih-hero-section .bricks-row .elementor-shortcode {
	display: flex;
	justify-content: center;
}

#mih-hero-section .bricks-row .elementor-shortcode .brick {
	margin-right: 17px;
}

#mih-hero-section .bricks-row .elementor-shortcode .brick:last-child {
	margin-right: 0;
}

#mih-hero-section .bricks-row-8 .elementor-shortcode {
	justify-content: space-between;
	padding: 0 18px;
}

/* Intro Section
--------------------------------------------------- */

#intro-section {
	margin-top: -23px;
}

#intro-section .text-box {
	max-width: 840px;
	margin: 37px auto 111px;
}

#intro-section .text-box h2 {
	line-height: 1.34em;
	background: url( "../svg/orange-line.svg" ) no-repeat bottom center;
	padding: 0 0 33px;
	margin-bottom: 35px;
}

#intro-section .text-box h4 {
	color: #1A3040;
	line-height: 1.65em;
	max-width: 688px;
	width: 100%;
	margin: 0 auto;
}

#intro-section .cta-boxes {
	padding-bottom: 81px;
}

#intro-section .cta-boxes .elementor-container {
	justify-content: space-between;
}

#intro-section .cta-boxes .elementor-container .elementor-column.elementor-col-33 {
	width: 100%;
	max-width: calc( 33.333% - 20px );
	background-color: #FFFFFF;
	border-radius: 20px;
	filter: drop-shadow(0px 50px 50px rgba(33, 164, 223, 0.2));
	min-height: 411px;
}

#intro-section .cta-boxes .elementor-widget-image {
	margin-top: -63px;
	height: 120px;
	display: flex;
	justify-content: center;
	align-items: end;
}

#intro-section .cta-boxes .elementor-widget-text-editor {
	padding: 27px 28px 52px;
	min-height: 354px;
}

#intro-section .cta-boxes .elementor-widget-text-editor h3 {
	margin: 0 0 23px;
}

#intro-section .cta-boxes .elementor-widget-text-editor p {
	margin: 0 0 27px;
}

#intro-section .cta-boxes .elementor-widget-text-editor p:last-child {
	margin: 0;
}

#intro-section .cta-boxes .elementor-widget-text-editor .button {
	position: absolute;
	left: 0;
	right: 0;
	max-width: 230px;
	margin: 0 auto;
	bottom: 52px;
}

/* Only Profisee
--------------------------------------------------- */

#only-profisee-section {
	padding-bottom: 135px;
}

#only-profisee-section::before,
#only-profisee-section::after {
	content: '';
	display: block;
	width: 807px;
	height: 807px;
	position: absolute;
	top: 63px;
	left: -487px;
	background: url( "../svg/cta-halftone-pattern-2.svg" ) no-repeat center center;
	background-size: 100%;
}

#only-profisee-section::after {
	left: auto;
	right: -487px;
}

#only-profisee-section .heading {
	max-width: 830px;
	margin: 0 auto;
}

#only-profisee-section .heading h2 {
	line-height: 1.34em;
	background: url( "../svg/orange-line.svg" ) no-repeat bottom center;
	padding: 0 0 33px;
	margin-bottom: 135px;
}

#central-box {
	max-width: 488px;
	height: 488px;
	margin: 0 auto;
	background-color: rgb(156 206 225 / 30%);
	border-radius: 50%;
}

#central-box .inner-box {
	background-color: rgb(255 255 255 / 50%);
	border-radius: 50%;
	max-width: 398px;
	height: 398px;
	margin: 45px auto 0;
}

#central-box .heading-box {
	background: #FFFFFF;
	box-shadow: 0px 40px 40px rgb(16 82 112 / 40%);
	border-radius: 50%;
	max-width: 310px;
	height: 310px;
	margin: 44px auto 0;
	display: flex;
	justify-content: center;
}

#central-box p {
	margin: 0;
}

#central-box .heading-box img {
	max-width: 53px;
}

#central-box .heading-box .elementor-widget-container {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}

#central-box .heading-box .elementor-widget-container {
	max-width: 200px;
	margin: 0 auto;
	width: 100%;
}

#central-box .heading-box h2 {
	line-height: 50px;
	margin: 11px 0 0;
}

#floating-list-items {
	position: absolute;
	top: 210px;
	left: 0;
}

#floating-list-items .elementor-container {
	justify-content: space-between;
}

#floating-list-items .elementor-container .elementor-col-50 {
	width: auto;
}

#floating-list-items ul {
	margin: 0;
	padding: 0;
}

#floating-list-items ul li {
	list-style-type: none;
	padding-left: 32px;
	position: relative;
	font-weight: 600;
	font-size: 22px;
	line-height: 25px;
	color: #105270;
	font-family: 'Montserrat';
	margin: 0 0 37px;
}

#floating-list-items ul li:last-child {
	margin: 0;
}

#floating-list-items ul li::before {
	content: '';
	display: block;
	width: 24px;
	height: 17px;
	background: url( "../svg/yellow-check-icon.svg" ) no-repeat 0 0;
	background-size: cover;
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -8.5px;
}

#floating-list-items .left-list-box ul li:nth-of-type(1) {
	margin-left: 273px;
}

#floating-list-items .left-list-box ul li:nth-of-type(2) {
	margin-left: 191px;
}

#floating-list-items .left-list-box ul li:nth-of-type(3) {
	margin-left: 86px;
}

#floating-list-items .left-list-box ul li:nth-of-type(4),
#floating-list-items .left-list-box ul li:nth-of-type(5) {
	margin-left: 140px;
}

#floating-list-items .left-list-box ul li:nth-of-type(6) {
	margin-left: 38px;
}

#floating-list-items .left-list-box ul li:nth-of-type(7) {
	margin-left: 67px;
}

#floating-list-items .left-list-box ul li:nth-of-type(8),
#floating-list-items .left-list-box ul li:nth-of-type(9) {
	margin-left: 109px;
}

#floating-list-items .left-list-box ul li:nth-of-type(10) {
	margin-left: 271px;
}

#floating-list-items .left-list-box ul li:nth-of-type(11) {
	margin-left: 510px;
}

#floating-list-items .right-list-box {
	position: relative;
	left: -53px;
}

#floating-list-items .right-list-box ul li:nth-of-type(1) {
	margin-left: -50px;
}

#floating-list-items .right-list-box ul li:nth-of-type(2) {
	margin-left: 53px;
}

#floating-list-items .right-list-box ul li:nth-of-type(3) {
	margin-left: 112px;
}

#floating-list-items .right-list-box ul li:nth-of-type(4) {
	margin-left: 137px;
}

#floating-list-items .right-list-box ul li:nth-of-type(5) {
	margin-left: 147px;
}

#floating-list-items .right-list-box ul li:nth-of-type(6) {
	position: relative;
	left: 158px;
}

#floating-list-items .right-list-box ul li:nth-of-type(7) {
	margin-left: 158px;
}

#floating-list-items .right-list-box ul li:nth-of-type(8) {
	margin-left: 136px;
}

#floating-list-items .right-list-box ul li:nth-of-type(9) {
	position: relative;
	left: 84px;
}

/* 
equal col box row
---------------------------------------------------------------------------------------------------- */

.equal-col-box-row .elementor-element, 
.equal-col-box-row .elementor-widget-container {
	height: 100%;
}

/* 
404 Page styling
---------------------------------------------------------------------------------------------------- */

body:not(.elementor-page) #content,
body .elementor-location-archive {
	padding-top: 50px;
	padding-bottom: 40px;
}


.elementor-widget-pp-flipbox .pp-flipbox-inner {
	font-size: 16px;
	line-height: 1.2;
	padding: 7px;
}

.wistia-popup-btn {
	text-align: center;
}

#content .wistia-popup-btn .button {
	position: relative;
	overflow: hidden;
}

#content .wistia-popup-btn .button:focus-within {
	background-color: #9CCEE1 !important;
	color: #105270 !important;
}

.wistia-popup-btn .wistia_click_to_play {
	width: auto !important;
	height: auto !important;
	position: initial !important;
}

.wistia-popup-btn .wistia_click_to_play > div {
	width: 100% !important;
	height: 100% !important;
	position: absolute !important;
	top: 0;
	left: 0;
	z-index: 1;
	opacity: 0;
}

.wistia-popup-btn .wistia_click_to_play > div div[tabindex="0"] {
	height: 0 !important;
	overflow: hidden;
}

.page-id-6289 .elementor-invisible.elementor-widget-button {
	visibility: visible;
}

.center-widget {
	margin-left: auto;
	margin-right: auto;
}

#content .partners-col-row .elementor-widget-wrap {
	align-content: start;
	align-items: start;
	padding-bottom: 100px;
	position: relative;
}

.partners-col-row .elementor-widget-image .elementor-widget-container {
	height: 120px;
	align-items: center;
	display: flex;
	justify-content: center;
}

#content .partners-col-row .elementor-widget-image .elementor-widget-container img {
	max-height: 100px;
	height: auto;
}

#content .partners-col-row .elementor-widget-button {
	position: absolute;
	bottom: 30px;
	left: 0;
	right: 0;
}

#whr_embed_hook h2 {
	font-size: 26px;
}


.elementor-popup-modal .dialog-widget-content {
	background: transparent;
}

/* 
inner box 
---------------------------------------------------------------------------------------------------- */

.inner-box-full .elementor-container {
	position: relative;
	padding: 40px 0 24px 50px;
}
.inner-box-full .elementor-container:before {
	content: '';
	display: block;
	background-color: #fff;
	position: absolute;
	top: 0;
	left: 0;
	width: 1000%;
	height: 100%;
	border-radius: 20px;
}
.inner-box-full .elementor-container .elementor-container {
	padding: 0;
}
.inner-box-full-dark .elementor-container:before {
	background-color: #105270;
}
body .inner-box-full-dark * {
	color: #fff;
}

.inner-box-wrap .elementor-container,
.inner-box-wrap.elementor-widget {
	background-color: #FFFFFF;
	border-radius: 20px;
	filter: drop-shadow(0px 50px 50px rgba(33, 164, 223, 0.2));
	filter: drop-shadow(0px 40px 40px rgba(33,164,223,0.2));
	padding: 30px 45px;
	margin-bottom: 70px;
}
.inner-box-wrap .elementor-container .elementor-container {
	border-radius: 0;
	filter: none;
	filter: none;
	padding: 0;
	margin-bottom: 0;
}
#content .inner-box-wrap .elementor-icon-list-icon {
	align-self: start;
}
#content .inner-box-wrap .elementor-icon-list-text {
	line-height: 1.3;
}
.inner-box-wrap .last-item-gap-none h3 {
	line-height: 1.5;
}
.icon-and-text.gap-none h3 {
	line-height: 1.5;
	margin: -5px 0 9px;
}
.icon-and-text.gap-none h3 a {
	font-size: inherit;
	font-weight: inherit;
	font-family: inherit;
	text-decoration: underline;
}
.icon-and-text.gap-none h4 {
	line-height: 1.416;
	margin: -5px 0 9px;
}
.last-item-gap-none *:last-child {
	margin-bottom: 0;
}

.inner-box-wrap.inner-box-dark .elementor-container {
	background-color: #105270;
	color: #fff;
}
body .inner-box-dark * {
	color: #fff;
}

.elementor-icon-list-item .elementor-icon-list-icon {
	min-height: 32px;
	align-self: start;
	align-items: center;
}

#content .quote-col .elementor-widget-wrap {
	justify-content: space-between;
	min-height: 85px;
	margin-bottom: 15px;
	max-width: 980px;
	margin: 0 auto;
}
#content .quote-col .elementor-widget-image {
	width: auto;
}
#content .quote-col .elementor-widget-text-editor {
	max-width: calc( 100% - 145px );
	width: 100%;
	padding-top: 0;
}

#content .widget-gap-none {
	margin-bottom: 0;
}
.last-item-bottom-gap-none *:last-child {
	margin-bottom: 5px;
}

#content .grid-img-widget .elementor-image-box-wrapper {
	display: flex;
}
#content .grid-img-widget .elementor-image-box-img {
	width: 42px;
	min-height: 46px;
	margin: 0 15px 0 0;
	display: flex;
	align-items: center;
}
#content .grid-img-widget .elementor-image-box-img img {
	display: block;
}
#content .grid-img-widget .elementor-image-box-content {
	text-align: left;
	align-self: center;
}
#content .grid-img-widget .elementor-image-box-title {
	font-size: 18px;
	font-weight: 700;
	font-family: 'Montserrat';
	color: #1A3040;
	margin-bottom: 0;
}

/* 
video slider
---------------------------------------------------------------------------------------------------- */

.video-slider {
	position: relative;
}
.video-slider .tns-nav {
	margin-top: -50px;
}
.video-slider .tns-controls {
	position: absolute;
	top: 130px;
	left: -45px;
	right: -45px;
}
.video-slider .tns-controls button {
	position: relative;
	z-index: 5;
	background: transparent;
	border: none;
	padding: 0;
	font-size: 0;
	color: #f7941f;
}
.video-slider .tns-controls button:last-child {
	float: right;
}
.video-slider .tns-controls button:hover,
.video-slider .tns-controls button:focus {
	color: #105270;
}
.video-slider .tns-controls:focus {
	outline: none;
}
.video-slider .tns-controls:focus button {
	outline: 1px solid #000;
}
.video-slider .tns-controls button:before {
	content: "\f053";
	font-family: "Font Awesome 5 Pro";
	font-weight: 900;
	font-size: 24px;
}
.video-slider .tns-controls button:last-child:before {
	content: "\f054";
}
.video-inner-wrap .wistia_embed:focus-within * {
	outline: 1px solid #f7941f;
}
.tns-nav {
	text-align: center;
	padding-top: 5px;
}
.tns-nav button {
	background: #00a594;
	border: 1px solid rgb(33 164 226 / 55%);
	border-radius: 50%;
	width: 11px;
	height: 11px;
	padding: 0;
	margin: 3px 10px;
}
.tns-nav button.tns-nav-active {
	background: #f7941f;
	border-color: #f7941f;
}

.tns-controls {
	position: absolute;
	top: 50%;
	left: -45px;
	right: -45px;
	margin-top: -35px;
}
.tns-controls button {
	position: relative;
	z-index: 5;
	background: transparent;
	border: none;
	padding: 0;
	font-size: 0;
	color: #105270;
}
.tns-controls button:last-child {
	float: right;
}
.tns-controls button:hover,
.tns-controls button:focus {
	background: transparent;
	color: #21A4DF;
}
.tns-controls:focus {
	outline: none;
}
.tns-controls:focus button {
	outline: 1px solid #000;
}
.tns-controls button:before {
	content: "\f053";
	font-family: "Font Awesome 5 Pro";
	font-weight: 900;
	font-size: 24px;
}
.tns-controls button:last-child:before {
	content: "\f054";
}

.slider-controls-none .tns-controls,
.slider-nav-none .tns-nav {
	display: none;
}

.video-slider .tns-ovh {
	padding: 0 30px 70px;
	margin: 0 -48px;
}
.video-inner-wrap {
	filter: drop-shadow(0px 30px 20px rgba(33,164,223,0.2));
	background-color: #FFFFFF;
	border-radius: 20px;
	padding: 24px;
	transition: all ease-in-out 0.3s;
}
.video-item:not(.tns-slide-active) .video-inner-wrap {
	filter: none;
}

nav.elementor-pagination {
	margin-top: 20px;
}

#content .bottom-gap-none {
	margin-bottom: 0;
}
#content .pp-post-content .pp-post-content {
	padding-left: 15px;
	padding-right: 15px;
}

/* 
logo slider container
---------------------------------------------------------------------------------------------------- */

#content .logo-slider-container .tns-outer {
	width: 100%;
}
#content .logo-slider-container .tns-slider {
	display: block;
}
#content .logo-slider-container .elementor-element {
	vertical-align: middle;
	margin-bottom: 0;
}

/* 
widget slider container
---------------------------------------------------------------------------------------------------- */

#content .widget-slider-container .tns-outer {
	width: 100%;
}
#content .widget-slider-container .tns-slider {
	display: block;
}
#content .widget-slider-container .elementor-element {
	vertical-align: middle;
	margin-bottom: 0;
}

/* 
blog posts styling old
---------------------------------------------------------------------------------------------------- */

#content .box-shadow-filter {
	filter: drop-shadow(0px 20px 20px rgba(18, 83, 113, 0.15));
	box-shadow: none;
}
#content .ecs-posts .elementor-column:only-child .elementor-element-populated, 
#content .pp-posts-grid .pp-post {
	background-color: #fff;
	border-radius: 20px;
	box-shadow: none;
	filter: drop-shadow(0px 30px 30px rgba(33, 164, 223, 0.2));
}
#content .page-content .box-none .elementor-element-populated, 
#content .page-content .box-none .pp-post {
	background-color: transparent !important;
	border-radius: 0 !important;
	box-shadow: none !important;
	filter: none !important;
}
#blog-page-mainpost .ecs-posts .elementor-heading-title a {
	line-height: 1.3em !important;
	display: inline-block;
}
#blog-page-mainpost .ecs-posts .elementor-heading-title a:hover {
	font-weight: 700 !important;
}

#content .pp-posts-grid .pp-post-content {
	background-color: transparent;
}
#content .pp-posts-grid .pp-button-text {
	background: none;
}
#content .pp-post-content-gap .pp-post-content .pp-post-content {
	padding: 0 15px;
}

/* 
posts styling
---------------------------------------------------------------------------------------------------- */

/* Blog loop
--------------------------------------------------- */

.posts-loop {
	display: -ms-grid;
	display: grid;
	grid-template-columns: repeat(1, 1fr);
	column-gap: 30px;
	row-gap: 30px;
	width: 100%;
}
.posts-col-2 {
	grid-template-columns: repeat(2, 1fr);
}
.posts-col-3 {
	grid-template-columns: repeat(3, 1fr);
}
.posts-col-4 {
	grid-template-columns: repeat(4, 1fr);
}
.posts-loop .post-item {
	background-color: #fff;
	border-radius: 20px;
	filter: drop-shadow(0px 30px 30px rgba(33, 164, 223, 0.2));
	overflow: hidden;
	padding-bottom: 50px;
	position: relative;
}
.posts-loop .post-thumbnail img {
	display: block;
	width: 100%;
}
.posts-loop .post-small-entry {
	padding: 25px 20px 4px;
}
.post-item h5 {
	margin-bottom: 12px;
}
.posts-col-2 .post-item h5,
.posts-col-3 .post-item h5 {
	font-size: 20px;
}
.posts-loop .post-small-excerpt {
	font-size: 16px;
	line-height: 1.8;
}
.posts-loop .post-meta-info {
	color: #71909e;
	font-size: 13px;
	font-weight: 700;
	position: absolute;
	bottom: 10px;
	left: 20px;
	right: 20px;
	line-height: 1.2;
}
.posts-loop .post-meta-info a {
	color: #71909e;
}
.post-meta-info .post-terms {
	border-right: 2px solid;
	padding-right: 9px;
	margin-right: 4px;
}
.post-meta-info .post-terms:only-child {
	border-right: 0;
	padding-right: 0;
}
.post-read-time {
	display: inline-block;
}
.custom-pagination {
	grid-column: 1/-1;
	text-align: center;
}
.custom-pagination .nav-links > *,
#site-body .elementor-pagination > * {
	background-color: #fff;
	border: 1px solid #DFE3E8;
	border-radius: 3px;
	color: #212B36;
	cursor: pointer;
	display: inline-block;
	font-size: 14px;
	font-weight: 600;
	line-height: 1.4;
	padding: 5px 10px;
	margin: 0;
	text-decoration: none;
}
#site-body .elementor-pagination > a:hover {
	color: #21A4DF;
}
.custom-pagination .nav-links > .page-numbers.current,
#site-body .elementor-pagination > .current {
	border-color: #00a594;
	color: #00a594;
}

/* Event loop
--------------------------------------------------- */

.post-type-event-loop .post-item {
	padding-bottom: 5px;
}
.post-entry-meta {
	font-size: 14px;
	font-weight: 600;
	color: #71909E;
	line-height: 1.21;
	margin-bottom: 5px;
}
.event-location {
	display: inline-block;
}
.separator {
	font-style: normal;
	font-size: 22px;
	font-weight: 400;
	display: inline-block;
	vertical-align: middle;
	position: relative;
	top: -2px;
}

/* event single
--------------------------------------------------- */

.registration-form {
	margin-top: 20px;
}

/* case studies loop
--------------------------------------------------- */

.posts-loop .read-full-article {
	color: #71909e;
	font-size: 18px;
	font-weight: 400;
	position: absolute;
	bottom: 7px;
	left: 20px;
	right: 20px;
	text-transform: uppercase;
}
#content .read-full-article a {
	color: #21a4df;
	font-family: "Oswald", Sans-serif;
	text-decoration: underline;
}
#content .read-full-article a:hover {
	color: #105270;
}

/* case studies single
--------------------------------------------------- */

.audio-player h5 {
	font-size: 18px;
	font-weight: 700;
	text-align: center;
}
.audio-container {
	background-color: #105270;
	border-radius: 100px 100px 100px 100px;
	padding: 5px;
	filter: drop-shadow(0px 50px 50px rgba(33, 164, 223, 0.2));
	filter: drop-shadow(0px 40px px 40px rgba(33,164,223,0.2));
}
.audio-player audio {
	width: 100%;
	display: block;
}
.audio-player audio::-webkit-media-controls-panel { 
	background-color: #105270;
	color: #fff;
}
.audio-player audio::-webkit-media-controls-volume-slider,
.audio-player audio::-webkit-media-controls-volume-slider-container,
.audio-player audio::-webkit-media-controls-timeline-container,
.audio-player audio::-webkit-media-controls-timeline,
.audio-player audio::-webkit-media-controls-time-remaining-display,
.audio-player audio::-webkit-media-controls-current-time-display,
.audio-player audio::-webkit-media-controls-seek-back-button,
.audio-player audio::-webkit-media-controls-seek-forward-button,
.audio-player audio::-webkit-media-controls-fullscreen-button,
.audio-player audio::-webkit-media-controls-rewind-button,
.audio-player audio::-webkit-media-controls-return-to-realtime-button,
.audio-player audio::-webkit-media-controls-toggle-closed-captions-button {
	color: #fff;
	text-shadow: none;
	box-shadow: none;
}
.audio-player audio::-webkit-media-controls-play-button,
.audio-player audio::-webkit-media-controls-mute-button {
	background-color: #ffffff;
	border-radius: 50px;
	color: #105270;
}
.audio-player audio::-webkit-media-controls-timeline {
	background-color: #ffffff;
	border-radius: 50px;
	color: #105270;
	margin: 0 12px;
}

/* resources/multiple CPTs loop
--------------------------------------------------- */

.posts-loop.post-type-multiple-loop .post-meta-info {
	background: #105270;
	color: #fff;
	font-size: 16px;
	font-weight: 400;
	position: relative;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 4px 20px;
}
.posts-loop.post-type-multiple-loop .post-meta-info a {
	color: #fff;
}

#content .searchandfilter ul {
	text-align: center;
}

#content .searchandfilter label {
	display: block;
	max-width: 500px;
	margin: 0 auto;
}


/* posts loop slider
--------------------------------------------------- */

.posts-loop-slider {
	position: relative;
}
.posts-loop-slider .tns-controls {
	position: absolute;
	top: 107px;
	left: -45px;
	right: -45px;
}
.posts-loop-slider .tns-controls button {
	position: relative;
	z-index: 5;
	background: transparent;
	border: none;
	padding: 0;
	font-size: 0;
	color: #105270;
}
.posts-loop-slider .tns-controls button:last-child {
	float: right;
}
.posts-loop-slider .tns-controls button:hover,
.posts-loop-slider .tns-controls button:focus {
	color: #f7941f;
}
.posts-loop-slider .tns-controls:focus {
	outline: none;
}
.posts-loop-slider .tns-controls:focus button {
	outline: 1px solid #000;
}
.posts-loop-slider .tns-controls button:before {
	content: "\f053";
	font-family: "Font Awesome 5 Pro";
	font-weight: 900;
	font-size: 24px;
}
.posts-loop-slider .tns-controls button:last-child:before {
	content: "\f054";
}

.posts-loop-slider .posts-loop {
	display: flex;
	column-gap: 15px;
}
.posts-loop-slider .post-item {
	filter: none;
}

.post-type-multiple-loop.cta-col-button {
	text-align: center;
}
.cta-col-button .post-item {
	padding-bottom: 85px;
}
.post-type-multiple-loop.cta-col-button h5 {
	font-size: 18px;
}
.post-type-multiple-loop.cta-col-button h5 a {
	color: #213640;
}
.post-type-multiple-loop.cta-col-button h5 a:focus,
.post-type-multiple-loop.cta-col-button h5 a:hover {
	color: #222;
}
#content .cta-col-button .read-full-article {
	bottom: 20px;
}
#content .cta-col-button .read-full-article a {
	color: #000000;
	min-width: auto;
	width: 100%;
	max-width: 180px;
}
#content .cta-col-button .read-full-article a:hover, 
#content .cta-col-button .read-full-article a:focus {
	color: #fff;
}

/* news
--------------------------------------------------- */

.recent-news .recent-item {
	display: flex;
	align-items: center;
	margin-bottom: 50px;
}
.recent-news .news-category {
	flex: 0 0 220px;
	margin-right: 50px;
	line-height: 1.3;
}
.recent-news .news-category .term {
	font-size: 20px;
	font-weight: 600;
	color: #20A3DE;
}
.recent-news .post-thumbnail {
	background: #FFFFFF;
	border-radius: 12px;
	flex: 0 0 200px;
	margin-right: 30px;
	filter: drop-shadow(0px 30px 20px rgba(33, 164, 223, 0.2));
	align-self: stretch;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
}
.recent-news .post-thumbnail img {
	display: block;
	margin: 0 auto;
}
.recent-news .recent-post-entry {
	min-height: 200px;
	position: relative;
	padding-bottom: 25px;
}
.recent-news h4 {
	font-size: 24px;
	font-weight: 600;
	text-decoration: none;
	position: relative;
	margin-bottom: 4px;
}
.recent-news .external-link h4:after {
	content: "\f08e";
	font-family: "Font Awesome 5 Pro";
	color: #000;
	font-size: 18px;
	display: inline-block;
	position: relative;
	left: 5px;
	top: -1px;
}
.recent-news .news-meta {
	font-size: 14px;
	font-weight: 600;
	font-family: "Montserrat", sans-serif;
	color: #9BCDE0;
	text-transform: uppercase;
	margin-bottom: 5px;
}
.recent-news .news-excerpt {
	color: #000000;
	font-size: 16px;
	line-height: 1.2;
	margin-bottom: 0;
}
.recent-news .news-excerpt p {
	margin-bottom: 0;
}
.recent-news .link-more {
	/*position: absolute;*/
	/*bottom: 0;*/
	/*left: 0;*/
}
.recent-news .link-more a {
	font-size: 16px;
	font-family: 'Oswald';
	font-weight: 400;
	text-transform: uppercase;
	text-decoration: underline;
}

.cat-external-news .post-thumbnail img {
	max-width: 80%;
}

/* 
recent posts styling
---------------------------------------------------------------------------------------------------- */

.recent-item {
	margin-bottom: 15px;
}
.recent-posts h5 {
	font-size: 18px;
	line-height: 1.4;
	margin-bottom: 0;
}
.recent-posts h5 a {
	color: #1A3040;
}
.recent-posts .post-meta-info {
	color: #1A3040;
	font-size: 18px;
}
.recent-item .post-meta-info .post-terms {
	padding: 0px 7px 0 0;
	border-color: #71909e;
	margin-right: 3px;
}
.recent-posts .post-meta-info a {
	color: #1A3040;
}

/* 
sidebar widget styling
---------------------------------------------------------------------------------------------------- */

.sidebar-widget-title h3 {
	padding-bottom: 15px;
	border-bottom: 1px solid #105270;
	margin-bottom: 17px;
}
#blog-page-sidelist .elementor-posts {
	--grid-row-gap: 17px;
}
#content #blog-page-sidelist .elementor-widget-wrap {
	background: transparent;
	filter: none;
}
#blog-page-sidelist .elementor-widget-container {
	padding: 0;
}
#blog-page-sidelist .elementor-heading-title a {
	color: #1A3040;
	font-size: 18px;
	line-height: 1.777;
}
#blog-page-sidelist .elementor-post-info li {
	color: #1A3040;
	font-size: 18px;
}
#blog-page-sidelist .elementor-post-info li a,
#blog-page-sidelist .elementor-post-info .elementor-icon-list-text {
	font-weight: 400;
	color: #1A3040;
}
#blog-page-sidelist .elementor-post-info a:hover {
	font-size: 18px !important;
}

/* 
Resources Styling
---------------------------------------------------------------------------------------------------- */

#feature-box .pp-post-title {
	font-size: 22px;
}
#content .pp-posts-container .pp-post-title a {
	font-weight: 400 !important;
	line-height: 1.3em!important;
	display: inline-block;
}
#content .pp-posts-container .pp-button-text {
	font-weight: 400;
}
#content .pp-posts-container .pp-post-title a:hover {
	font-weight: 700 !important;
}

.resources-sub-heading p:last-child {
	margin-bottom: 0;
}

.resources-sidebar-col {
	align-self: start;
	position: relative;
}
#content .resources-single-section.bottom-right-dots-widget>.elementor-container:after {
	display: none;
}
#content .speaker-sidebar-col {
	align-self: start;
	position: relative;
}
#content .resources-single-section.bottom-right-dots-widget .resources-sidebar-col:after {
	content: '';
	display: block;
	width: 325px;
	height: 175px;
	background: url(../svg/dots.svg) no-repeat top right;
	position: absolute;
	bottom: -44px;
	right: -42px;
	z-index: -1;
}

.resources-sidebar-col .cta-title,
.speaker-sidebar-col .cta-title {
	margin-bottom: 0;
}

#content .resources-sidebar-col .elementor-element.elementor-widget-text-editor {
	margin-bottom: 0;
} 
#content .resources-sidebar-col .elementor-button {
	margin-bottom: 25px;
}
#content .resources-sidebar-col p .elementor-button {
	margin-bottom: 0;
}

.col-align-start {
	align-self: start;
}

/* 
cta section
---------------------------------------------------------------------------------------------------- */

#content .cta-section {
	margin-top: 50px;
}
#content .cta-section .elementor-widget-image .elementor-widget-container {
	margin-top: -82px;
	margin-bottom: 40px;
}
#content .cta-section.elementor-column {
	padding-top: 40px;
}
#content .cta-section.elementor-column .elementor-widget-image {
	margin-bottom: 0;
}
.cta-section.medium-icon img {
	height: 80px;
}

#content .cta-section.elementor-column .circle-icon .elementor-widget-container {
	width: 100px;
	height: 100px;
	margin-top: -116px;
	box-shadow: 0px 12px 12px rgb(33 164 223 / 12%);
}
#content .cta-section.elementor-column .circle-icon .elementor-widget-container img {
	max-width: 60px;
	max-height: 60px;
}

#content .cta-section ul {
	padding-left: 20px;
}
#content .cta-section ul {
	padding-left: 20px;
}
.cta-section ul li {
	margin-bottom: 15px;
}
.cta-section ul li:last-child {
	margin-bottom: 0;
}

#content .cta-section.elementor-column  .heading-col-bg {
	background: #105270;
	border-radius: 20px;
	filter: drop-shadow(0px 12px 12px rgba(33, 164, 223, 0.12));
	padding: 25px 40px 10px;
	width: calc(100% + 60px);
	margin: -50px -30px 30px;
	position: relative;
	z-index: -1;
	min-height: 110px;
	display: flex;
	align-items: center;
	justify-content: center;
}
#content .cta-section.elementor-column .heading-light-blue-bg {
	background: #21A4DF;
}
#content .cta-section.elementor-column .heading-light-blue-bg {
	background: #00A694;
}

#site-body .icon-and-text.gap-none .elementor-widget-wrap {
	padding: 5px 0;
	margin: 0;
}
#site-body .icon-and-text.gap-none .elementor-widget-wrap .elementor-element {
	padding: 0;
	margin: 0;
}

#site-body #content section .own-position .elementor-widget-container {
	margin-top: 0;
	margin-bottom: 0;
}

#content .cta-section .circle-icon .elementor-widget-container,
#content .circle-icon.circle-icon-overlap .elementor-widget-container {
	background: #FFFFFF;
	border-radius: 50%;
	box-shadow: 0px 30px 30px rgb(33 164 223 / 20%);
	width: 134px;
	height: 134px;
	margin: -120px auto 25px;
	display: flex;
	align-items: center;
	justify-content: center;
}
#content .cta-section .circle-icon img,
#content .circle-icon.circle-icon-overlap img {
	max-width: 80px;
	max-height: 80px;
	width: auto;
}
#content .circle-icon.circle-icon-overlap .elementor-widget-container {
	margin-top: -80px;
}

#content .icon-boxes-2 .elementor-heading-title {
	font-size: 18px;
	font-weight: 500;
}

/* 
accordion styling
---------------------------------------------------------------------------------------------------- */

#content .elementor-accordion-item {
	border: none;
}
#content .elementor-tab-title {
	background: #fff;
	box-shadow: 0px 50px 50px rgb(33 164 223 / 10%);
	border-radius: 10px;
	padding: 20px 25px;
}
#content .elementor-tab-title a {
	font-size: 18px;
	font-weight: 700;
	font-family: 'Montserrat';
}
#content .elementor-tab-content {
	border: none;
	padding: 50px 80px 20px 40px;
}
#content .elementor-accordion-item {
	border: none;
	margin-bottom: 25px;
}
#content .elementor-accordion-item svg {
	width: 24px;
	height: 15px;
	vertical-align: middle;
}

#content .accordion-with-icons .elementor-tab-title {
	position: relative;
	padding-left: 75px;
	min-height: 84px;
	display: flex;
	align-items: center;
	flex-direction: row;
}
#content .empty-accordion .elementor-tab-title {
	pointer-events: none;
}
#content .empty-accordion .elementor-tab-title .elementor-accordion-icon {
	opacity: 0;
}
.accordion-with-icons .elementor-tab-title  .img-icon {
	min-width: 50px;
	text-align: center;
	position: absolute;
	left: 15px;
	top: 21px;
}
.accordion-with-icons .elementor-tab-title .img-icon img {
	height: 40px;
	max-width: 50px;
	width: auto;
}
.accordion-with-icons .elementor-tab-title .tabs-title-text {
	width: 100%;
}

#content .small-accordion .elementor-tab-content {
	padding: 20px 20px 5px 20px;
}
#content .small-accordion .elementor-accordion-item {
	margin-bottom: 10px;
}

.top-left-dots-widget > .elementor-container:before,
.top-left-dots-widget.elementor-widget-shortcode:before,
.top-right-dots-widget > .elementor-container:after,
.top-right-dots-widget.elementor-widget-shortcode:after,
.bottom-right-dots-widget > .elementor-container:after,
.bottom-right-dots-widget.elementor-widget-shortcode:after {
	content: '';
	display: block;
	width: 325px;
	height: 175px;
	background: url(../svg/dots.svg) no-repeat top right;
	position: absolute;
	top: -44px;
	right: -42px;
	z-index: -1;
}
.top-left-dots-widget > .elementor-container:before,
.top-left-dots-widget.elementor-widget-shortcode:before {
	right: inherit;
	left: -42px;
	background-position: left top;
}
.bottom-right-dots-widget > .elementor-container:after,
.bottom-right-dots-widget.elementor-widget-shortcode:after {
	top: inherit;
	bottom: -44px;
}

/* 
verticle tabs
---------------------------------------------------------------------------------------------------- */

#content .verticle-tabs .elementor-tabs {
	display: flex;
}
#content .verticle-tabs .elementor-tabs-wrapper {
	flex: 0 0 240px;
	overflow: inherit;
	padding-top: 12px;
}
#content .verticle-tabs .elementor-tab-title {
	display: block;
	border-radius: 10px;
	padding: 13px 10px 10px;
	background: #9ccee1;
	border: none;
	border-bottom: 5px solid #0000;
	color: #fff;
	font-size: 24px;
	font-weight: 400;
	font-family: "Oswald", Sans-serif;
	text-transform: uppercase;
	text-align: center;
	margin-bottom: 10px;
}
#content .verticle-tabs .elementor-tab-title.elementor-active {
	background: #f7941f;
	border-color: #1a3040;
	color: #1a3040;
	filter: drop-shadow(0px 10px 10px rgba(33, 164, 223, 0.4));
	box-shadow: none;
}
#content .verticle-tabs .elementor-tab-title:before,
#content .verticle-tabs .elementor-tab-title:after,
#content .verticle-tabs .tabs-panel .elementor-tab-title {
	display: none;
}
#content .verticle-tabs .elementor-tabs-content-wrapper {
	border: none;
}
#content .verticle-tabs .elementor-tab-content {
	background: #fff;
	border-radius: 18px;
	filter: drop-shadow(0px 10px 10px rgba(33, 164, 223, 0.4));
	padding: 40px 20px;
}
#content .verticle-tabs .tab-inner-grid-row .elementor-container {
	padding: 20px 0;
}

/* 
tabs with image outside 
---------------------------------------------------------------------------------------------------- */

#content .tabs-style6 .elementor-tabs-wrapper {
	display: flex;
	flex-wrap: wrap;
	padding-top: 20px;
	gap: 35px;
	overflow: inherit;
}
#content .tabs-style6 .elementor-tab-title {
	background: transparent;
	border: none;
	border-bottom: 4px solid transparent;
	border-radius: 10px 10px 0 0;
	box-shadow: none;
	font-size: 18px;
	justify-content: center;
	overflow: initial;
	padding: 3px 0 12px;
}
#content .tabs-style6 .elementor-tab-title.elementor-active {
	border-bottom-color: #105270;
	font-size: 22px;
	padding-top: 0;
}
#content .tabs-style6 .elementor-active:before,
#content .tabs-style6 .elementor-active:after {
	display: none;
}
#content .tabs-style6 .tabs-title-text {
	font-weight: 600;
	/* font-size: 18px; */
	font-family: "Montserrat", Sans-serif;
	text-align: center;
	text-transform: initial;
	color: #105270;
	display: block;
	position: relative;
	line-height: 1.3;
}
#content .tabs-style6 .elementor-active .tabs-title-text {
	color: #105270;
}
#content .tabs-style6 .elementor-tab-content {
	background: transparent;
	border-radius: 0;
	border: none;
	padding: 20px 0 0;
	font-weight: 400;
	text-align: left;
	position: relative;
}
#content .tabs-style6 .tab-inner-grid-row .elementor-container {
	padding-top: 0;
}
#content .tabs-style6 .elementor-tabs-content-wrapper {
	border: none;
}
#content .tabs-style6 .elementor-tab-content .img-icon {
	display: none;
}
#content .tabs-style6 .elementor-tab-content > .elementor-button {
	display: table;
	margin-top: 20px;
}

#site-container .tabs-col-section {
	padding: 0;
}

#site-container .tabs-col-section .e-con-inner {
	gap: 100px;
}

.cols-divider .e-con-inner .elementor-element {
	position: relative;
}

.cols-divider .e-con-inner > .elementor-element:after {
	content: '';
	display: block;
	border-right: 2px solid #71a7bf;
	position: absolute;
	top: 0;
	bottom: 0;
	right: -50px;
}

.cols-divider .e-con-inner > .elementor-element:last-child:after {
	display: none;
}

.round-corners img {
	border-radius: 15px;
}

/* 
tabs style 1
---------------------------------------------------------------------------------------------------- */

#content .tabs-style1 .pp-advanced-tabs-wrapper,
#content .tabs-style1 .elementor-tabs-wrapper {
	border-bottom: 4px solid #BFDBE6;
	justify-content: space-around;
	display: flex;
	overflow: inherit;
}
#content .tabs-style1 .pp-advanced-tabs-title,
#content .tabs-style1 .elementor-tab-title {
	padding: 0 12px;
	background: transparent;
	box-shadow: none;
	border: none;
	justify-content: center;
	overflow: initial;
	z-index: 999;
	position: relative;
	display: flex;
	align-items: start;
	width: 100%;
}
#content .tabs-style1 .pp-advanced-tabs-title:last-child,
#content .tabs-style1 .elementor-tab-title:last-child {
	padding-right: 0;
}
#content .tabs-style1 .elementor-tab-title:before,
#content .tabs-style1 .elementor-tab-title:after {
	display: none;
}
#content .tabs-style1 .elementor-tab-title .img-icon {
	flex: 0 0 30px;
	display: flex;
	align-items: self-end;
	padding-top: 3px;
}
#content .tabs-style1 .elementor-tab-title .img-icon + span {
	text-align: left;
}
#content .tabs-style1 .pp-advanced-tabs-title-text,
#content .tabs-style1 .tabs-title-text {
	background: transparent;
	font-family: 'Oswald';
	font-style: normal;
	font-weight: 400;
	font-size: 30px;
	line-height: 1.2;
	text-align: center;
	text-transform: uppercase;
	color: #105270;
	display: block;
	padding: 0 10px 30px;
	position: relative;
	z-index: 9999999;
}
#content .tabs-style1 .pp-advanced-tabs-title-text:after,
#content .tabs-style1 .tabs-title-text:after {
	content: '';
	border-bottom: 4px solid #00A694;
	width: 0;
	position: absolute;
	left: 0;
	bottom: -4px;
	transition: all 300ms ease-out;
	z-index: 999999999;
}
#content .tabs-style1 .pp-tab-active .pp-advanced-tabs-title-text:after,
#content .tabs-style1 .elementor-tab-title.elementor-active .tabs-title-text:after {
	width: 100%;
}
#content .tabs-style1 .pp-advanced-tabs-title:hover .pp-advanced-tabs-title-text,
#content .tabs-style1 .elementor-tab-title:hover .tabs-title-text {
	color: #00a694;
}
#content .tabs-style1 .pp-advanced-tabs-content,
#content .tabs-style1 .elementor-tab-content {
	border: none;
	padding: 50px 0 0;
	font-weight: 400;
	text-align: left;
}
#content .tabs-style1 .elementor-tabs-content-wrapper {
	border-bottom: none;
}
#content .tabs-style1 .elementor > .elementor-section-wrap {
	margin: -20px -10px;
}
#content .tabs-style1 .elementor-tabs-content-wrapper .elementor-tab-title {
	display: none;
}

.su-row > div {
	display: none;
}
.tabs-style1 .mejs-container {
	margin-bottom: 40px;
}

/* 
tabs style 3
---------------------------------------------------------------------------------------------------- */

#content .tabs-style3 .pp-advanced-tabs-wrapper,
#content .tabs-style3 .elementor-tabs-wrapper {
	border-bottom: 4px solid #BFDBE6;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: nowrap;
	-ms-justify-content: space-between;
	justify-content: space-between;
	padding-top: 20px;
	gap: 10px;
	overflow: inherit;
}
#content .tabs-style3 .pp-advanced-tabs-title,
#content .tabs-style3 .elementor-tab-title {
	background: none;
	border: none;
	border-radius: 0;
	box-shadow: none;
	justify-content: center;
	overflow: initial;
	padding: 0 10px;
}
#content .tabs-style3 .elementor-active:before,
#content .tabs-style3 .elementor-active:after {
	display: none;
}
#content .tabs-style3 .pp-icon,
#content .tabs-style3 .img-icon {
	width: 100px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto 20px;
	min-height: 85px;
	padding-right: 0;
}
#content .tabs-style3 .pp-icon svg,
#content .tabs-style3 .img-icon img {
	max-width: 90px;
	max-height: 85px;
	width: auto;
	height: auto;
	display: table;
	margin: 0 auto;
}
#content .tabs-style3 .pp-advanced-tabs-title-text,
#content .tabs-style3 .tabs-title-text {
	font-weight: 400;
	font-size: 18px;
	font-family: "Montserrat", Sans-serif;
	text-align: center;
	text-transform: initial;
	color: #1A3040;
	display: block;
	padding: 0 0 20px;
	position: relative;
	min-height: 72px;
	max-width: 180px;
	line-height: 1.3;
	z-index: 999999;
}
#content .tabs-style3 .pp-advanced-tabs-title-text:after,
#content .tabs-style3 .tabs-title-text:after {
	content: '';
	border-bottom: 4px solid #00A694;
	width: 0;
	position: absolute;
	left: 0;
	bottom: -4px;
	transition: all 300ms ease-out;
	z-index: 555555;
}
#content .tabs-style3 .pp-tab-active .pp-advanced-tabs-title-text:after,
#content .tabs-style3 .elementor-active .tabs-title-text:after {
	width: 100%;
}
#content .tabs-style3 .pp-advanced-tabs-title:hover .pp-advanced-tabs-title-text,
#content .tabs-style3 .elementor-tab-title:hover .tabs-title-text {
	color: #00a694;
}
#content .tabs-style3 .pp-advanced-tabs-content,
#content .tabs-style3 .elementor-tab-content {
	border: none;
	padding: 50px 0 0;
	font-weight: 400;
	text-align: left;
}
#content .tabs-style3 .elementor > .elementor-section-wrap {
	margin: -20px -10px;
}
#content .cta-section .tabs-style3 .elementor-widget-image .elementor-widget-container {
	margin: 0;
}

/* 
tabs style 4
---------------------------------------------------------------------------------------------------- */

#content .tabs-style4 .elementor-tabs-wrapper {
	display: flex;
	flex-wrap: wrap;
	padding-top: 20px;
	gap: 10px;
	overflow: inherit;
}
#content .tabs-style4 .elementor-tab-title {
	background: transparent;
	border: none;
	border-radius: 10px 10px 0 0;
	box-shadow: none;
	justify-content: center;
	overflow: initial;
	padding: 13px 16px;
	filter: drop-shadow(0px 10px 10px rgba(33, 164, 223, 0.4));
}
#content .tabs-style4 .elementor-tab-title.elementor-active {
	background: #fff;
}
#content .tabs-style4 .elementor-active:before,
#content .tabs-style4 .elementor-active:after {
	display: none;
}
#content .tabs-style4 .tabs-title-text {
	font-weight: 600;
	font-size: 18px;
	font-family: "Montserrat", Sans-serif;
	text-align: center;
	text-transform: initial;
	color: #fff;
	display: block;
	position: relative;
	line-height: 1.3;
	z-index: 999999;
}
#content .tabs-style4 .elementor-active .tabs-title-text {
	color: #000000;
}
#content .tabs-style4 .elementor-tab-content {
	background: #fff;
	border-radius: 0 18px 18px 18px;
	border: none;
	padding: 50px 0 0;
	font-weight: 400;
	text-align: left;
	position: relative;
}
#content .tabs-style4 .tab-inner-grid-row .elementor-container {
	padding-top: 0;
}
#content .tabs-style4 .elementor-tabs-content-wrapper {
	border: none;
}

/* 
tabs style 5
---------------------------------------------------------------------------------------------------- */

#site-body .tabs-style5 .elementor-tabs {
	background: #9dcee2;
	border-radius: 50px;
	filter: drop-shadow(0 20px 50px rgba(18, 83, 113, 0.2));
	padding: 40px;
}
#site-body .tabs-style5 .elementor-tabs-wrapper {
	flex: 0 0 200px;
	padding-right: 30px;
	padding-top: 5px;
	overflow: inherit;
}
#site-body .tabs-style5 .elementor-tab-title {
	background: transparent;
	border: none;
	box-shadow: none;
	justify-content: center;
	overflow: initial;
	padding: 4px 0;
	filter: drop-shadow(0px 10px 10px rgba(33, 164, 223, 0.4));
}
#site-body .tabs-style5 .elementor-tab-title.elementor-active {
	position: relative;
	z-index: 5;
}
#site-body .tabs-style5 .elementor-tab-title:nth-child(odd) {
	text-align: right;
}
#site-body .tabs-style5 .elementor-active:before,
#site-body .tabs-style5 .elementor-active:after {
	display: none;
}
#site-body .tabs-style5 .tabs-title-text {
	font-weight: 600;
	font-size: 18px;
	font-family: "Montserrat", Sans-serif;
	text-align: center;
	text-transform: initial;
	display: block;
	position: relative;
	line-height: 1.3;
	z-index: 999999;
}
#site-body .tabs-style5 .elementor-active .tabs-title-text {
	color: #000000;
}
.tabs-style5 .img-icon img {
	width: 100px;
	height: 100px;
	object-fit: cover;
	border-radius: 50%;
	border: 5px solid transparent;
	transform: scale(1);
}
.tabs-style5 .elementor-active .img-icon img {
	border-color: #fff;
	transform: scale(1.2);
}
#site-body .tabs-style5 .elementor-tab-content {
	background: #fff;
	border-radius: 30px;
	filter: drop-shadow(0 10px 10px rgba(18, 83, 113, 0.4));
	border: none;
	padding: 50px;
	font-weight: 400;
	text-align: center;
	position: relative;
}
#site-body .tabs-style5 .tab-inner-grid-row .elementor-container {
	padding-top: 0;
}
#site-body .tabs-style5 .elementor-tabs-content-wrapper {
	border: none;
}
.tabs-style5 h5 {
	background: url(../svg/orange-line.svg) no-repeat center bottom;
	padding: 0 0 28px;
	margin-bottom: 34px;
}

/* 
tabs style 2
---------------------------------------------------------------------------------------------------- */

#content .tabs-style2 {
	background: #105270;
	/*border: 8px solid #FFFFFF;*/
	box-shadow: 0px 30px 30px rgb(33 164 223 / 10%);
	border-radius: 30px;
	padding: 8px;
	overflow: hidden;
}
#content .tabs-style2 .pp-advanced-tabs-wrapper,
#content .tabs-style2 .elementor-tabs-wrapper {
	background: #0A3F57;
	border-radius: 22px;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	width: calc(100% + 2px);
	margin-left: -1px;
	overflow: inherit;
}
#content .tabs-style2 .pp-advanced-tabs-title,
#content .tabs-style2 .elementor-tab-title {
	background: #0a3f5700;
	border-radius: 20px;
	box-shadow: none;
	color: #fff;
	font-size: 18px;
	font-weight: 400;
	font-family: oswald;
	letter-spacing: .02em;
	text-transform: uppercase;
	width: 215px;
	min-height: 75px;
	display: flex;
	align-items: center;
	justify-content: center;
	outline: none;
	padding: 5px 15px;
	transition: all 0.3s ease;
}
#content .tabs-style2 .pp-advanced-tabs-title:hover, 
#content .tabs-style2 .elementor-tab-title:hover {
	background: #25aee3;
}
#content .tabs-style2 .pp-advanced-tabs-title.pp-tab-active,
#content .tabs-style2 .elementor-tab-title.elementor-active {
	background: #fff;
	box-shadow: 0px 15px 15px 0px rgb(0 0 0 / 12%);
	color: #105270;
}
#content .tabs-style2 .pp-tabs-panel .pp-advanced-tabs-title,
#content .tabs-style2 .elementor-tabs-content-wrapper .elementor-tab-title,
#content .tabs-style2 .elementor-active:before,
#content .tabs-style2 .elementor-active:after {
	display: none;
}
#content .tabs-style2 .pp-advanced-tabs-title .pp-icon,
#content .tabs-style2 .elementor-tab-title .img-icon {
	-webkit-filter: brightness(0) invert(1);
	filter: brightness(0) invert(1);
	-webkit-transition: none;
	transition: none;
	flex: 0 0 40px;
}
#content .tabs-style2 .pp-tab-active .pp-icon,
#content .tabs-style2 .elementor-tab-title.elementor-active .img-icon {
	-webkit-filter: inherit;
	filter: inherit;
}
#content .tabs-style2 .elementor-tab-title .img-icon img {
	max-width: 40px;
	max-height: 40px;
}
#content .tabs-style2 .pp-advanced-tabs-title-text,
#content .tabs-style2 .tabs-title-text {
	color: inherit;
	font-family: inherit;
	font-weight: inherit;
	line-height: 1.4;
	text-align: left;
	padding-left: 15px;
	transition: all 0.05s ease-in-out;
}
#content .tabs-style2 .pp-advanced-tabs-content,
#content .tabs-style2 .elementor-tab-content {
	padding: 30px 17px 25px;
	border: none;
	color: #fff;
	text-align: left;
}

.tabs2-section .elementor-widget-icon-box .elementor-widget-container {
	display: table;
	margin: 0 auto;
}
#content .tabs2-section .elementor-icon-box-icon {
	width: 74px;
	height: 74px;
	background: #FFFFFF;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
}
#content .tabs2-section .elementor-icon-box-content {
	align-self: center;
}
#content .tabs2-section .elementor-icon-box-title {
	color: #FFFFFF;
	font-size: 45px;
	margin: 0;
}

#content .tabs-style2.tabs-left-align .elementor-tabs-wrapper {
	justify-content: center;
	gap: 10px;
}

#content .tab-quote-col .elementor-widget-wrap {
	justify-content: space-between;
	min-height: 82px;
	margin-bottom: 15px;
	max-width: 980px;
	margin: 0 auto;
}
#content .tab-quote-col .elementor-widget-image {
	width: auto;
}
#content .tab-quote-col .elementor-widget-text-editor {
	font-size: 22px;
	font-weight: 600;
	color: #FFFFFF;
	max-width: calc( 100% - 105px );
	width: 100%;
	padding-top: 0;
}

.tabs2-section .inner-box-wrap .elementor-container {
	margin-bottom: 0;
}

#content .tab-inner-grid-row .elementor-container {
	gap: 100px;
	padding-top: 60px;
	padding-bottom: 60px;
}
#content .tab-inner-grid-row .elementor-column:after {
	content: '';
	display: block;
	border-right: 4px solid #00A694;
	position: absolute;
	top: 0;
	bottom: 0;
	right: -50px;
}
#content .tab-inner-grid-row .elementor-column:last-child:after {
	display: none;
}
#content .tab-inner-grid-row.divider-line-orange .elementor-column:after {
	border-color: #F7941F;
}
#content .tab-inner-grid-row.divider-line-blue .elementor-column:after {
	border-color: #21A4DF;
}


body .jp-audio, 
body .jp-audio-stream, 
body .jp-video {
	font-family: "Montserrat", sans-serif;
}
#content .jp-audio .jp-controls a.jp-play {
	background: url(../png/play.png) no-repeat center top;
}
#content .jp-audio .jp-controls a.jp-pause {
	background: url(../png/play.png) no-repeat center bottom;
}
#content .jp-audio .jp-controls a.jp-mute {
	background: url(../png/volume-icon.png) no-repeat center top;
}
#content .jp-audio .jp-controls a.jp-unmute {
	background: url(../png/volume-icon.png) no-repeat center bottom;
}
.jp-audio .jp-controls a.jp-play svg,
.jp-audio .jp-controls a.jp-pause svg,
.jp-audio .jp-controls a.jp-mute svg,
.jp-audio .jp-controls a.jp-unmute svg {
	display: none;
}

/* 
tabs style 7
---------------------------------------------------------------------------------------------------- */

#content .tabs-style7 {
	background: #fedbb4;
	box-shadow: 0px 30px 30px rgb(33 164 223 / 10%);
	border-radius: 30px;
	padding: 8px;
	overflow: hidden;
}
#content .tabs-style7 .elementor-tabs-wrapper {
	background: #fdc78a;
	border-radius: 22px;
	box-shadow: 0px 1px 10px 0px #fbb069 inset;
	-webkit-box-shadow: 0px 1px 10px 0px #fbb069 inset;
	-moz-box-shadow: 0px 1px 10px 0px #fbb069 inset;
	padding: 5px;
	display: flex;
	justify-content: space-between;
	width: calc(100% + 2px);
	margin-left: -1px;
	overflow: inherit;
}
#content .tabs-style7 .elementor-tab-title {
	background: transparent;
	border-radius: 20px;
	box-shadow: none;
	color: #f79520;
	font-size: 20px;
	font-weight: 600;
	font-family: var(--e-global-typography-text-font-family), sans-serif;
	letter-spacing: .02em;
	line-height: 1.1;
	min-height: 55px;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	outline: none;
	padding: 5px 7px;
	transition: all 0.3s ease;
}
#content .tabs-style7 .elementor-tab-title:hover {
	background: #25aee3;
}
#content .tabs-style7 .elementor-tab-title.elementor-active {
	background: #fff;
	box-shadow: 0px 15px 15px 0px rgb(0 0 0 / 12%);
	color: #000000;
	padding-right: 15px;
	padding-left: 15px;
}
#content .tabs-style7 .elementor-tabs-content-wrapper .elementor-tab-title,
#content .tabs-style7 .elementor-active:before,
#content .tabs-style7 .elementor-active:after {
	display: none;
}
#content .tabs-style7 .elementor-tab-title .img-icon {
	-webkit-filter: brightness(0) invert(1);
	filter: brightness(0) invert(1);
	-webkit-transition: none;
	transition: none;
	flex: 0 0 40px;
}
#content .tabs-style7 .elementor-tab-title.elementor-active .img-icon {
	-webkit-filter: inherit;
	filter: inherit;
}
#content .tabs-style7 .elementor-tab-title .img-icon img {
	max-width: 40px;
	max-height: 40px;
}
#content .tabs-style7 .tabs-title-text {
	color: inherit;
	font-family: inherit;
	font-weight: inherit;
	transition: all 0.05s ease-in-out;
}
#content .tabs-style7 .elementor-tab-content {
	padding: 30px 17px 25px;
	border: none;
	text-align: center;
}

.tabs-style7 h3 {
	font-weight: 600;
	font-family: var(--e-global-typography-text-font-family), sans-serif;
	margin-bottom: 4px;
}

.tabs-style7 h2 {
	background: #f79520;
	color: #fff;
	font-weight: 700;
	font-family: var(--e-global-typography-text-font-family), sans-serif;
	text-transform: inherit;
	padding: 15px 10px;
	margin: 15px -25px -34px;
}

#content .tabs-style7.active-tab-2 {
	background: #D5E6E2;
}

#content .tabs-style7.active-tab-2 .elementor-tabs-wrapper {
	background: #cddfdb;
	box-shadow: 0px 1px 10px 0px #a8cbc3 inset;
	-webkit-box-shadow: 0px 1px 10px 0px #a8cbc3 inset;
}

#content .tabs-style7.active-tab-2 .elementor-tab-title:not(.elementor-active) {
	color: #00a594;
}

#content .tabs-style7.active-tab-2 h2 {
	background: #00a594;
}

#content .tabs-style7.active-tab-3 {
	background: #D7EBF3;
}

#content .tabs-style7.active-tab-3 .elementor-tabs-wrapper {
	background: #c3e5f3;
	box-shadow: 0px 1px 10px 0px #add4e3 inset;
	-webkit-box-shadow: 0px 1px 10px 0px #add4e3 inset;
}

#content .tabs-style7.active-tab-3 .elementor-tab-title:not(.elementor-active) {
	color: #21a4de;
}

#content .tabs-style7.active-tab-3 h2 {
	background: #21a4de;
}

/* 
testimonial
---------------------------------------------------------------------------------------------------- */

#content .testimonial-img-name .bdt-ep-advanced-icon-box {
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: left;
}
#content .testimonial-img-name .bdt-ep-advanced-icon-box-icon {
	flex: 0 0 150px;
	margin-right: 25px;
	margin-bottom: 0;
}
#content .testimonial-img-name .bdt-ep-advanced-icon-box-icon-wrap {
	width: 100%;
}
#content .testimonial-img-name .bdt-ep-advanced-icon-box-icon-wrap img {
	border-radius: 50%;
	width: 100%;
	height: 150px;
	object-fit: cover;
}
#content .testimonial-img-name .bdt-ep-advanced-icon-box-title {
	color: #333;
	font-size: 18px;
	font-weight: 700;
	font-family: "Montserrat", font-family sans-serif;
	text-transform: inherit;
	margin-bottom: 0;
}
#content .testimonial-img-name .bdt-ep-advanced-icon-box-readmore:not([href]) {
	display: none !important;
}
#content .testimonial-img-name .bdt-ep-advanced-icon-box-description {
	margin: 7px 0 0;
}
#content .testimonial-img-name .bdt-ep-advanced-icon-box-description *:last-child {
	margin-bottom: 0;
}

#content .testimonial-img-small .bdt-ep-advanced-icon-box {
	justify-content: normal;
}
#content .testimonial-img-small .bdt-ep-advanced-icon-box-icon {
	align-self: start;
	flex: 0 0 69px;
	margin-right: 15px;
}
#content .testimonial-img-small .bdt-ep-advanced-icon-box-icon img {
	height: 69px;
}
#content .testimonial-img-small .bdt-ep-advanced-icon-box-title {
	color: #1A3040;
}
#content .testimonial-img-small .bdt-ep-advanced-icon-box-description {
	margin: 0;
}

/* 
testimonial quote widget
---------------------------------------------------------------------------------------------------- */

#content .testimonial-quote-widget .elementor-testimonial-wrapper {
	display: flex;
	flex-direction: row-reverse;
	justify-content: center;
	align-items: center;
	text-align: left;
}
#content .testimonial-quote-widget .elementor-testimonial-content {
	color: #333;
	font-size: 18px;
	font-weight: 700;
	font-style: italic;
	line-height: 1.5;
	text-shadow: none;
	margin-bottom: 0;
}
#content .testimonial-quote-widget .elementor-testimonial-meta {
	flex: 0 0 150px;
	margin-right: 25px;
	margin-bottom: 0;
	width: auto;
}
#content .testimonial-quote-widget .elementor-testimonial-meta img {
	width: 100%;
	height: 100%;
}
#content .testimonial-quote-widget .elementor-testimonial-image {
	padding-right: 0;
}

/* 
list item circle
---------------------------------------------------------------------------------------------------- */

#content .elementor-icon-list-item .fa-check-circle {
	background: url(../svg/checkbox-circle.svg) no-repeat center;
	width: 41px;
	height: 41px;
	font-size: 0;
}
#content .custom-icon .elementor-icon-list-item svg {
	width: 41px;
	height: 41px;
	margin-right: 1px;
}

/* 
box col css
---------------------------------------------------------------------------------------------------- */

.col-margin-row > div,
.col-margin > div {
	gap: 25px;
}
.large-gap > div {
	gap: 50px;
}
#site-body .box-col > .elementor-widget-wrap {
	background: #fff;
	border-radius: 20px;
	filter: drop-shadow(0px 50px 50px rgba(33,164,223,0.2));
	padding: 35px 30px;
}
#site-body .box-col.small-box-gap > .elementor-widget-wrap {
	padding: 25px 25px;
}


/* 
post meta style
---------------------------------------------------------------------------------------------------- */

.post-slider .tns-ovh {
	padding: 0px 25px 70px;
	margin: 0 -27px;
}
.post-slider .tns-nav {
	margin-top: -60px;
}
.light-slider-arrows .tns-controls {
	-webkit-filter: brightness(0) invert(1);
	filter: brightness(0) invert(1);
}
.light-slider-arrows .tns-controls button:hover {
	opacity: 0.7;
}
#content .post-slider-container {
	display: flex;
}
#content .post-slider .post-slider-item {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.post-slider-inner-wrap {
	background: #EDF5F9;
	box-shadow: 0px 40px 40px rgb(33 164 223 / 20%);
	border-radius: 20px;
	text-align: center;
	overflow: hidden;
	width: 100%;
}
#content .post-slider-item:not(.tns-slide-active) .post-slider-inner-wrap {
	box-shadow: none;
}
.post-slider-info {
	padding: 30px;
}
.post-slider-inner-wrap img {
	display: block;
	width: 100%;
	height: 207px;
	object-fit: cover;
}
.post-slider-info h5 {
	color: #213640;
}
.post-meta {
	margin-bottom: 20px;
}
.post-meta span {
	background: #9CCEE1;
	border-radius: 20px;
	font-size: 18px;
	font-family: 'Oswald';
	text-align: center;
	letter-spacing: 0.02em;
	text-transform: uppercase;
	padding: 2px 30px;
	display: inline-block;
}

/* 
icon box list row
---------------------------------------------------------------------------------------------------- */

#content .icon-box-list-row .elementor-column:first-child {
	width: 320px;
	padding-right: 10px;
}
#content .icon-box-list-row .elementor-icon-box-wrapper {
	background: #fff;
	border-radius: 100px;
	align-items: center;
	padding: 16px 25px 16px 35px;
}
#content .icon-box-list-row .elementor-icon-box-title {
	font-size: 30px;
	text-align: left;
	margin: 0;
}
#content .icon-box-list-row .elementor-icon {
	font-size: 53px;
}
#content .icon-box-list-row .elementor-icon-list-item {
	margin-top: 0;
	padding-bottom: 5px;
	line-height: 1.3;
}
#content .icon-box-list-row .elementor-icon-list-item:last-child {
	padding-bottom: 0;
}


#content .box-icon-text-widget .elementor-widget-container {
	width: 100%;
	display: flex;
}
#content .box-icon-text-widget .elementor-icon-box-wrapper {
	background: #fff;
	border-radius: 100px;
	align-items: center;
	padding: 15px 25px 15px 35px;
	filter: drop-shadow(0px 40px 40px rgba(33, 164, 223, 0.2));
	width: 100%;
	position: relative;
	transition: all 0.3s ease;
}
#content .box-icon-text-widget .elementor-icon-box-wrapper:hover, 
#content .box-icon-text-widget .elementor-icon-box-wrapper:focus-within {
	filter: drop-shadow(0px 40px 40px rgba(33, 164, 223, 0.4));
}
#content .box-icon-text-widget .elementor-icon-box-title {
	font-size: 24px;
	text-align: left;
	margin: 0;
}
#content .box-icon-text-widget h4.elementor-icon-box-title {
	font-size: 22px;
	color: #1A3040;
	text-transform: uppercase;
}
#content .box-icon-text-widget a {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	text-indent: -9999px;
	font-size: 0;
}
.text-transform-none .box-icon-text-widget .elementor-icon-box-title {
	text-transform: initial;
}

#content .box-icon-text-widget.box-icon-img-medium .elementor-icon-box-wrapper {
	min-height: 90px;
}
.box-icon-text-widget.box-icon-img-medium .elementor-icon {
	width: 90px;
	text-align: center;
	justify-content: center;
}
.box-icon-text-widget.box-icon-img-medium svg {
	max-width: 90px;
	max-height: 60px;
	width: auto;
	height: auto;
	display: table;
	margin: 0 auto;
}

#content .box-icon-text-widget.box-icon-hover-widget .elementor-icon-box-wrapper {
	min-height: 116px;
	border-radius: 20px;
	justify-content: center;
}
#content .box-icon-text-widget.box-icon-hover-widget .elementor-icon-box-content {
	flex: inherit;
}
#content .box-icon-text-widget.box-icon-hover-widget .elementor-icon-box-description {
	background: #105270;
	border-radius: 20px;
	font-size: 17px;
	font-weight: 500;
	line-height: 1.5;
	color: #FFFFFF;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	padding: 12px 25px;
	display: flex;
	align-items: center;
	transition: all ease-in-out 0.3s;
	opacity: 0;
}
#content .box-icon-text-widget.box-icon-hover-widget:focus-within .elementor-icon-box-description,
#content .box-icon-text-widget.box-icon-hover-widget:hover .elementor-icon-box-description {
	opacity: 1;
}
#content .box-icon-text-widget.box-icon-hover-widget a {
	color: #fff;
	font-size: 17px;
	text-indent: 0;
	display: flex;
	align-items: center;
	font-weight: 400;
	line-height: 1.45;
	text-decoration: none!important;
	padding: 12px 25px;
	align-self: start;
	height: 100%;
	pointer-events: none;
}

#content .flip-box-link-active .box-icon-text-widget.box-icon-hover-widget a {
	pointer-events: inherit;
}

#content .box-icon-text-widget.show-box-content .elementor-widget-container {
	background: #fff;
	border-radius: 30px;
	padding: 15px 25px;
	filter: drop-shadow(0px 40px 40px rgba(33, 164, 223, 0.2));
}
#content .box-icon-text-widget.show-box-content .elementor-icon-box-wrapper {
	border-radius: 0;
	padding: 0;
	filter: none;
	flex-wrap: wrap;
	align-self: start;
	height: 100%;
}
#content .box-icon-text-widget.show-box-content .elementor-icon-box-description {
	font-size: 16px;
	line-height: 1.55;
	padding-top: 10px;
	flex: 0 0 100%;
}
#content .box-icon-text-widget.show-box-content .elementor-icon-box-icon {
	flex: 0 0 54px;
}
#content .box-icon-text-widget.show-box-content .elementor-icon-box-content {
	flex: 1;
}
#content .box-icon-text-widget.show-box-content .elementor-icon-box-icon svg {
	width: 100%;
	height: auto;
}
#content .box-icon-text-widget.show-box-content .elementor-icon-box-title {
	text-align: center;
	padding-right: 65px;
}


#content .icon-text-widget .elementor-widget-container {
	width: 100%;
	display: flex;
}
#content .icon-text-widget .elementor-icon-box-wrapper {
	align-items: center;
	width: 100%;
	position: relative;
	transition: all 0.3s ease;
}
#content .icon-text-widget .elementor-icon-box-icon {
	margin-right: 23px;
}
#content .icon-text-widget .elementor-icon-box-title {
	font-size: 24px;
	text-align: left;
	margin: 0;
}

.round-icon-shadow .elementor-icon {
	filter: drop-shadow(0px 20px 20px rgba(33, 164, 223, 0.15));
}

/* 
Resources Styling
---------------------------------------------------------------------------------------------------- */

#feature-box .pp-post-title {
	font-size: 22px;
}

#content .pp-posts-container .pp-post-title a {
	font-weight: 400 !important;
	line-height: 1.3em!important;
	display: inline-block;
}

#content .pp-posts-container .pp-button-text {
	font-weight: 400;
}

/* 
podcast page
---------------------------------------------------------------------------------------------------- */

h1 u {
	color: #21a4df;
}
.podcasts-logos-row img {
	border: 1px solid #b9b9b9;
	border-radius: 7px;
}

#content .searchandfilter {
	margin-bottom: 25px;
}
#content .searchandfilter ul {
	padding-left: 0;
}
#content .searchandfilter ul li li {
	display: inline-block;
	vertical-align: top;
	margin-right: 15px;
} 
#content #all-podcasts ul li li.sf-item-0,
#content .searchandfilter ul li li.sf-item-421,
#content .searchandfilter input {
	display: none;
}
#content .searchandfilter .sf-field-search input {
	display: block;
}
#content .searchandfilter .sf-field-search input:focus {
	outline: 1px solid #00a594;
	border-color: #00a594;
}
#content .searchandfilter .sf-label-radio {
	text-decoration: none;
	background: #00a594;
	border-radius: 10px;
	font-size: 14px;
	padding: 18px 30px;
	font-weight: 600;
	color: #fff;
	cursor: pointer;
	display: inline-block;
}
#content .searchandfilter .sf-option-active .sf-label-radio {
	background-color: #105270;
}
#content .searchandfilter .sf-count {
	display: none;
}

.podcast-posts {
	display: -ms-grid;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	column-gap: 30px;
	row-gap: 30px;
	width: 100%;
}
.podcasts-item {
	background-color: #fff;
	border-radius: 20px;
	filter: drop-shadow(0px 30px 30px rgba(33, 164, 223, 0.2));
	padding: 22px 30px;
}
.item-info {
	display: flex;
	align-items: center;
}
.podcast-thumbnail {
	align-self: start;
	flex: 0 0 120px;
	margin-right: 25px;
}
.podcasts-item .podcast-thumbnail img {
	border-radius: 50%;
	min-height: 120px;
	object-fit: cover;
}
.item-entry-info {
	line-height: 1.2;
}
.podcast-meta {
	margin-bottom: 5px;
}
.podcast-meta .episode_no {
	font-size: 12px;
	text-transform: uppercase;
	font-weight: 700;
	color: #105270;
}
.podcast-meta .separator {
	padding-left: 4px;
	padding-right: 2px;
	font-size: inherit;
	font-weight: 700;
}
.item-entry-info .time {
	font-size: 12px;
	text-transform: uppercase;
	font-weight: 600;
}
.item-entry-info .retirement-show {
	font-size: 14px;
	display: block;
	color: #00a594;
	margin-bottom: 5px;
}
.podcasts-item .item-entry-info h5 {
	margin-bottom: 10px;
}
.item-entry-info h5 a {
	font-weight: 500;
}
.entry-excerpt {
	font-size: 16px;
	line-height: 1.5;
}
.entry-excerpt p:last-child {
	margin-bottom: 0;
}
.podcast-pagination {
	grid-column: 1/-1;
	text-align: center;
}
#content .podcast-pagination .page-numbers,
#content .elementor-pagination .page-numbers {
	background-color: #fff;
	border: 1px solid #DFE3E8;
	border-radius: 3px;
	color: #212B36;
	cursor: pointer;
	display: inline-block;
	font-size: 14px;
	font-weight: 600 !important;
	font-family: "Montserrat", sans-serif;
	line-height: 1.4;
	padding: 5px 10px;
	text-decoration: none;
}
#content .podcast-pagination .page-numbers.current,
#content .elementor-pagination .page-numbers.current {
	border-color: #00a594;
	color: #00a594;
}

#content .podcast-subscribe .uael-nav-menu-layout {
	width: 100%;
}
#content .podcast-subscribe .podcast-subscribe-btn {
	visibility: visible;
	opacity: 1;
	display: block;
	background: url(../png/down-arrow.png) no-repeat right 18px center #f7941f;
	border-radius: 6px;
	color: #000;
	cursor: pointer;
	font-size: 18px;
	letter-spacing: .02em;
	font-weight: 400;
	padding: 10px 35px;
	width: 100%;
	text-align: center;
	text-decoration: none!important;
	text-transform: uppercase;
	transition: all ease-in-out .3s;
	font-family: oswald;
}
#content .podcast-subscribe .elementor-widget-container {
	position: absolute;
	top: 60px;
	right: 0;
	left: 0;
	max-width: 250px;
	max-height: 0;
	margin: 0 auto;
	overflow: hidden;
	transition: all .3s ease;
	z-index: 9999;
}
#content .podcast-subscribe.active-toggle .elementor-widget-container {
	max-height: 220px;
}
#content .podcast-subscribe .elementor-icon-list-items {
	padding: 15px 10px 15px;
	text-align: left;
	background-color: #fff;
	border-radius: 20px;
	filter: drop-shadow(0px 50px 50px rgba(33,164,223,0.2));
}
#content .podcast-subscribe .elementor-icon-list-item a {
	color: #1a3040;
	font-size: 18px;
	font-family: "Oswald", Sans-serif;
	line-height: 1.1;
	padding: 7px 10px;
	display: block;
	text-align: center;
}
#content .podcast-subscribe .elementor-icon-list-item span {
	color: inherit !important;
	text-decoration: none !important;
}
#content .podcast-subscribe .elementor-icon-list-item a:hover {
	color: #105270;
	text-decoration: none;
}

.podcast-links-conatiner {
	display: -ms-grid;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	column-gap: 15px;
	row-gap: 12px;
	width: 100%;
}
.podcast-links-conatiner:empty {
	display: none;
}
.podcast-links-conatiner img {
	border: 1px solid #b9b9b9;
	border-radius: 7px;
	display: block;
}

.single-podcast .wistia_embed {
	width: 100% !important;
}

/* 
about show
----------------------------------------------------- */

.about-show-wrap.inner-box-wrap .elementor-container {
	padding: 25px 25px;
	filter: drop-shadow(0px 30px 30px rgba(33,164,223,0.2));
}
.about-show-wrap .elementor-widget-container {
	font-size: 16px;
	line-height: 1.6;
}

/* 
pipe
----------------------------------------------------- */

#content .right-pipe-gap {
	padding-right: 80px;
}
#content .top-right-pipe {
	background: url(../svg/top-right-pipe.svg) no-repeat top right;
	padding-top: 20px;
	padding-right: 80px;
}
#content .right-pipe {
	padding-right: 80px;
	position: relative;
}
#content .right-pipe:after {
	content: '';
	display: block;
	border-right: 4px solid #9CCEE1;
	position: absolute;
	top: -50px;
	bottom: -50px;
	right: 0;
}
#content .bottom-right-pipe {
	background: url(../svg/bottom-right-pipe.svg) no-repeat bottom right;
	padding-right: 80px;
	padding-bottom: 20px;
}

/* 
light img widget
----------------------------------------------------- */

#content .light-img-widget .elementor-image-box-img {
	background: #fff;
	width: 103px;
	height: 103px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto;
}
#content .light-img-widget .elementor-image-box-img img {
	max-width: 80px;
	max-height: 80px;
	width: auto;
}
#content .light-img-widget .elementor-image-box-title {
	color: #fff;
	font-size: 18px;
	font-weight: 600;
	font-family: "Montserrat", Sans-serif;
	text-transform: initial;
	padding-top: 20px;
}

/* 
icon title text widget
----------------------------------------------------- */

#content .icon-title-text-widget .elementor-image-box-title {
	font-size: 30px;
}

/* 
tree lines widget
----------------------------------------------------- */

#content .tree-pipe-lines-section {
	padding-top: 125px;
	padding-bottom: 130px;
	position: relative;
}
#content .tree-pipe-lines-section:before {
	content: '';
	display: block;
	background: url(../svg/tree-lines-top.svg) no-repeat center top;
	height: 155px;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
#content .tree-pipe-lines-section:after {
	content: '';
	display: block;
	background: url(../svg/tree-lines-bottom.svg) no-repeat center top;
	height: 150px;
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: -1;
}

/* 
platform  widget
---------------------------------------------------------------------------------------------------- */

/* 
cta scroll widget
----------------------------------------------------- */

.cta-scroll-section.bdt-active {
	z-index: 999;
}
.cta-scroll-section.bdt-active > div > .elementor-container {
	background: #fff;
	border-radius: 20px;
	filter: drop-shadow(0px 50px 50px px rgba(33,164,223,0.2));
	filter: drop-shadow(0px 50px 50px rgba(33,164,223,0.2));
}
#content .cta-scroll-widget .bdt-scrollnav {
	border-top: 4px solid #9CCEE1;
	border-bottom: 4px solid #9CCEE1;
	justify-content: center;
}
#content .cta-scroll-widget .bdt-scrollnav a {
	font-family: 'Oswald';
	font-style: normal;
	font-weight: 400;
	font-size: 30px;
	text-align: center;
	text-transform: uppercase;
	color: #105270;
	min-height: auto;
	padding: 22px 0;
	margin-right: 80px;
}
#content .cta-scroll-widget .bdt-scrollnav li:last-child a {
	margin-right: 0;
}
#content .cta-scroll-widget .bdt-scrollnav a:focus,
#content .cta-scroll-widget .bdt-scrollnav a:hover {
	color: #00a594;
}

/* 
work steps sections
----------------------------------------------------- */

#content .work-steps-sections .elementor-container {
	display: -ms-grid;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	column-gap: 100px;
	width: 100%;
	padding: 50px 45px;
	margin-bottom: 0;
}
#content .work-steps-sections .elementor-column {
	width: 100%;
	position: relative;
}
#content .work-steps-sections .elementor-column:after {
	content: '';
	display: block;
	background: url(../svg/next-step-arrow.svg) no-repeat center;
	background-size: 100% 100%;
	width: 100px;
	position: absolute;
	top: -15px;
	right: -100px;
	bottom: -15px;
}
#content .work-steps-sections .elementor-column:last-child:after {
	display: none;
}
#content .work-steps-sections .outside-right-widget {
	position: relative;
	right: -20px;
}
.work-steps-sections h4 {
	font-weight: 700;
	color: #1A3040;
	margin-bottom: 4px;
}
.work-steps-sections p {
	font-weight: 400;
	font-size: 18px;
}

#content .logos-and-title {
	margin-bottom: 0;
}
#content .logos-and-title .elementor-image-box-img {
	margin-bottom: 0;
}
#content .logos-and-title .elementor-image-box-title {
	color: #1A3040;
	font-size: 18px;
	font-family: 'Montserrat';
}

#content .organization-compare-row .question-group1 button {
	background-color: #00A694;
}
#content .organization-compare-row .question-group1 button:hover {
	background-color: #105270;
}
#content .organization-compare-row .question-group1 .hide1, 
#content .organization-compare-row .question-group1 .hide1:hover {
	background: none;
}

/* 
event time 1 widget
----------------------------------------------------- */

#content .event-time1-widget {
	font-size: 16px;
	font-weight: bold;
	color: #71909e;
	float: left;
	width: auto;
	clear: both;
}
#content .event-time1-widget .elementor-widget-container {
	padding-right: 0;
	padding-bottom: 0;
}
#content .event-time1-widget .separator {
	font-size: 0;
	border-right: 2px solid #71909e;
	height: 32px;
	display: inline-block;
	margin: 0 4px;
	position: relative;
	top: -6px;
}
#content .event-time1-widget + .elementor-widget-post-info {
	width: auto;
}
#content .event-time1-widget + .elementor-widget-post-info .elementor-widget-container {
	padding-left: 0;
}
#content .event-time1-widget + .elementor-widget-post-info li:first-child:before {
	content: '';
	border-right: 2px solid #71909e;
	height: 32px;
	display: inline-block;
	margin: 0 8px;
	position: relative;
}

#content .elementor-grid-3 .event-time1-widget,
#content .right-col-events .event-time1-widget {
	font-size: 14px;
}

.banner-event-date {
	color: #fff;
	margin-right: 4px;
	display: block;
}
.banner-event-date > div {
	display: inline-block !important;
}
.banner-event-date:after {
	content: '|';
	display: inline-block;
	margin: 0 1px;
}


#content .pp-posts-container .type-case_study .pp-post-title a {
	text-decoration: none !important;
}

.case-study-wrapper .pp-post-excerpt p {
	-webkit-line-clamp: 4;
	line-clamp: 4;
	display: -webkit-box;
	overflow: hidden;
	-webkit-box-orient: vertical;
}

#blog-page-mainpost #event-post-title a {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	line-clamp: 3;
	white-space: initial;
}

#blog-page-mainpost #event-post-title {
	margin-bottom: 20px;
}

#content .two-img-overlay-col .elementor-widget-wrap {
	position: relative;
	align-self: start;
	padding-bottom: 25%;
}
#content .two-img-overlay-col .elementor-widget-wrap .elementor-widget-image {
	width: 72%;
	box-shadow: 0 0 15px rgb(0 0 0 / 20%);
}
#content  .two-img-overlay-col .elementor-widget-wrap .elementor-widget-image:nth-child(2n) {
	position: absolute;
	bottom: 0;
	right: 0;
}

#content .two-rotate-img-overlay-col .elementor-widget-wrap {
	position: relative;
	align-self: start;
	padding: 0 0 20%;
	-ms-transform: scaleX(0.8) scaleY(1.5) scaleZ(1) rotateX(-43deg) rotateY(-34deg) rotateZ(0deg) translateX(0) translateY(0) translateZ(0) skewX(0deg) skewY(-39deg);
	transform: scaleX(0.8) scaleY(1.5) scaleZ(1) rotateX(-43deg) rotateY(-34deg) rotateZ(0deg) translateX(0) translateY(0) translateZ(0) skewX(0deg) skewY(-39deg);
}
#content .two-rotate-img-overlay-col .elementor-widget-wrap .elementor-widget-image {
	width: 100%;
	border-top: 2px solid #bebebe;
	border-left: 4px solid #bebebe;
	box-shadow: 0 0 15px rgb(0 0 0 / 20%);
}
#content  .two-rotate-img-overlay-col .elementor-widget-wrap .elementor-widget-image:nth-child(2n) {
	position: absolute;
	top: 17%;
	left: 20%;
}

#content .post-meta-list-widget .elementor-icon-list-icon {
	min-height: auto;
}
#content .post-meta-list-widget .elementor-icon-list-text {
	align-self: start;
}

.speaker-image .elementor-widget-container {
	margin-bottom: 5px;
}
.speaker-title p:last-child {
	margin-bottom: 0;
}
.speaker-logo img {
	display: block;
	margin: 5px auto 0;
}
.single-event #content .bottom-right-dots-widget>.elementor-container:after {
	display: none;
}
#content .speaker-sidebar-col {
	align-self: start;
	position: relative;
}
.single-event #content .bottom-right-dots-widget .speaker-sidebar-col:after {
	content: '';
	display: block;
	width: 325px;
	height: 175px;
	background: url(../svg/dots.svg) no-repeat top right;
	position: absolute;
	bottom: -44px;
	right: -42px;
	z-index: -1;
}
#content .speaker-sidebar-col .elementor-element.elementor-widget-text-editor {
	margin-bottom: 0;
} 
#content .speaker-sidebar-col .elementor-button {
	margin-bottom: 25px;
}
#content .speaker-sidebar-col p .elementor-button {
	margin-bottom: 0;
}

#content .category-new-event .pp-post-terms {
	padding: 17px 0 0 !important;
}
body .category-new-event .pp-post-term {
	font-size: 0;
}
.category-new-event .pp-post-term:before {
	content: 'Event';
	display: inline-block;
	font-size: 16px;
}
#content .category-new-resource .pp-post-terms {
	padding: 18px 0 0 !important;
}
body .category-new-resource .pp-post-term {
	font-size: 0;
}
.category-new-resource .pp-post-term:before {
	content: 'Resource ';
	display: inline-block;
	font-size: 16px;
}

/*
platform overview
---------------------------------------------------------------------------------------------------- */

.img-frame-widget img {
	filter: drop-shadow(0px 40px 40px rgba(33, 164, 223, 0.2));
}
.logos-box .elementor-container {
	gap: 35px;
}
.logos-box h5 {
	color: #1A3040;
	font-weight: 700;
	font-size: 18px;
	margin-bottom: 0;
}

/* 
section slider row
----------------------------------------------------- */

#content .platform-overview-slider-section {
	padding: 80px 0;
}

.section-slider-row.sticky-section {
	min-height: 100vh;
}
.slider-container-section {
	position: relative;
	transition: all 0.3s ease;
}
.sticky-section .slider-container-section {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 1;
}
#content .slider-container-section .section-slider {
	display: flex;
	justify-content: center;
	padding-top: 100px;
	padding-bottom: 100px;
	position: relative;
	overflow: hidden;
}
#content .slider-container-section #slide1 {
	align-items: end;
	padding-top: 40px;
	padding-bottom: 0;
}
#content .slider-container-section #slide1 .elementor-widget-image .elementor-widget-container {
	max-width: 84%;
}
#content .section-slider-row .slider-container {
	display: flex;
	min-height: 100vh;
}

.slider-content-col .elementor-widget-container {
	max-width: 470px;
}
#content .slider-content-col h4.elementor-heading-title {
	font-size: 24px;
	font-family: "Montserrat", sans-serif;
	margin-bottom: 5px;
}
.slider-content-col .elementor-widget-container h3,
.slider-content-col .elementor-widget-container h4 {
	color: #fff;
}
.slider-content-col .elementor-widget-container h5 {
	font-size: 18px;
	color: #fff;
	margin-bottom: 12px;
}

.slider-img-col .elementor-widget-image .elementor-widget-container {
	/*max-width: 420px;*/
	margin: 0 auto;
}
.slider-container-section .slider-img-col img {
	filter: drop-shadow(0px 10px 10px rgba(16, 82, 112, 0.3));
}

.slider-container-section .tns-nav {
	position: absolute;
	bottom: 40px;
	width: 100%;
	padding-top: 0;
}
.slider-container-section .tns-nav button {
	background: #FFFFFF;
	border-color: #FFFFFF;
	width: 13px;
	height: 13px;
}
.slider-container-section .tns-nav button.tns-nav-active {
	background: #F7941F;
	border-color: #F7941F;
}

.slider-container-section .tns-controls {
	width: 100%;
	max-width: 1455px;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%);
}
.slider-container-section .tns-controls button {
	background: url(../svg/slider-left-arrow.svg) no-repeat right center;
	border: none;
	width: 20px;
	height: 26px;
	font-size: 0;
	text-indent: -9999px;
	float: left;
}
.slider-container-section .tns-controls button:last-child {
	background: url(../svg/slider-right-arrow.svg) no-repeat left center;
	left: inherit;
	float: right;
}
.tns-pagination-container .tns-controls button:hover {
	opacity: 0.4;
}

.elementor-widget-bdt-horizontal-scroller li {
	display: inline-block;
}

/* 
plaform accordions row
----------------------------------------------------- */

.plaform-accordions-row .elementor-container {
	margin: 0 auto;
	position: relative;
}
#content .plaform-accordions .elementor-accordion-item {
	background: #207DA2;
	border-radius: 20px;
	filter: drop-shadow(0px 20px 20px rgba(33, 164, 223, 0.2));
	color: #fff;
	padding: 15px 18px;
}
#content .plaform-accordions .elementor-tab-title {
	background: transparent;
	box-shadow: none;
	padding: 2px 0;
}
#content .plaform-accordions .elementor-accordion-item .elementor-accordion-title {
	color: #fff;
}
#content .plaform-accordions .elementor-accordion-item .elementor-accordion-title {
	color: #fff;
	font-size: 16px;
}
#content .plaform-accordions .elementor-accordion-icon {
	float: right;
	width: auto;
}
#content .plaform-accordions .elementor-accordion-item svg {
	fill: #F7941F;
	width: 23px;
	height: 23px;
	vertical-align: middle;
	margin-top: -4px;
}
#content .plaform-accordions .elementor-accordion-item svg circle {
	stroke: #F7941F;
}
#content .plaform-accordions .elementor-tab-content {
	color: #fff;
	font-size: 16px;
	line-height: 1.375;
	padding: 0;
}
#content .plaform-accordions-row .elementor-tab-content p:last-child {
	margin-bottom: 0;
}

#content .plaform-accordions-row .elementor-widget-accordion {
	position: initial;
}
#content .plaform-accordions-row .elementor-accordion-item {
	position: absolute;
	margin-bottom: 0;
	width: 42.6%;
}
#content .plaform-accordions-row .elementor-accordion-item:nth-child(1) {
	bottom: 60.5%;
	left: 7.5%;
}
#content .plaform-accordions-row .elementor-accordion-item:nth-child(1):after {
	content: '';
	display: block;
	width: 0;
	height: 0;
	border-left: 9px solid transparent;
	border-right: 9px solid transparent;
	border-top: 9px solid #207DA2;
	position: absolute;
	bottom: -8px;
	left: 42px;
}
#content .plaform-accordions-row .elementor-accordion-item:nth-child(2) {
	top: 52%;
	left: 10%;
	width: 42.6%;
}
#content .plaform-accordions-row .elementor-accordion-item:nth-child(2):after {
	content: '';
	display: block;
	width: 0;
	height: 0;
	border-top: 9px solid transparent;
	border-right: 9px solid #207DA2;
	border-bottom: 9px solid transparent;
	position: absolute;
	top: 19px;
	left: -8px;
}
#content .plaform-accordions-row .elementor-accordion-item:nth-child(3) {
	top: 67.5%;
	left: 53.5%;
	width: 42.6%;
}
#content .plaform-accordions-row .elementor-accordion-item:nth-child(3):after {
	content: '';
	display: block;
	width: 0;
	height: 0;
	border-left: 9px solid transparent;
	border-right: 9px solid transparent;
	border-bottom: 9px solid #207DA2;
	position: absolute;
	top: -8px;
	left: 33%;
}

#content .measure-progress-accordion-container .elementor-widget-wrap {
	position: relative;
}
#content .measure-progress-accordion-container .elementor-widget-accordion {
	position: initial;
}
#content .measure-progress-accordion-container .elementor-accordion-item {
	position: absolute;
	margin-bottom: 0;
	width: 42.6%;
}
#content .measure-progress-accordion-container .elementor-accordion-item:nth-child(1) {
	top: 39.5%;
	left: 34.5%;
	z-index: 1;
}
#content .measure-progress-accordion-container .elementor-accordion-item:nth-child(1):after {
	content: '';
	display: block;
	width: 0;
	height: 0;
	border-left: 9px solid transparent;
	border-right: 9px solid transparent;
	border-bottom: 9px solid #207DA2;
	position: absolute;
	top: -8px;
	left: 33%;
}
#content .measure-progress-accordion-container .elementor-accordion-item:nth-child(2) {
	top: 82%;
	right: 1%;
}
#content .measure-progress-accordion-container .elementor-accordion-item:nth-child(2):after {
	content: '';
	display: block;
	width: 0;
	height: 0;
	border-left: 9px solid transparent;
	border-right: 9px solid transparent;
	border-bottom: 9px solid #207DA2;
	position: absolute;
	top: -8px;
	left: 33%;
}
#content .measure-progress-accordion-container .elementor-accordion-item:nth-child(3) {
	top: 67.5%;
	left: 53.5%;
	width: 42.6%;
}

#content .stay-track-container .elementor-widget-wrap {
	position: relative;
}
#content .stay-track-container .elementor-widget-accordion {
	position: initial;
}
#content .stay-track-container .elementor-accordion-item {
	position: absolute;
	margin-bottom: 0;
	width: 51.6%;
}
#content .stay-track-container .elementor-accordion-item:nth-child(1) {
	top: 27.5%;
	left: 27.5%;
	z-index: 1;
}
#content .stay-track-container .elementor-accordion-item:nth-child(1):after {
	content: '';
	display: block;
	width: 0;
	height: 0;
	border-left: 9px solid transparent;
	border-right: 9px solid transparent;
	border-bottom: 9px solid #207DA2;
	position: absolute;
	top: -8px;
	left: 33%;
}
#content .stay-track-container .elementor-accordion-item:nth-child(2) {
	top: 69%;
	right: 6%;
}
#content .stay-track-container .elementor-accordion-item:nth-child(2):after {
	content: '';
	display: block;
	width: 0;
	height: 0;
	border-left: 9px solid transparent;
	border-right: 9px solid transparent;
	border-bottom: 9px solid #207DA2;
	position: absolute;
	top: -8px;
	left: 52%;
}
#content .stay-track-container .elementor-accordion-item:nth-child(3) {
	top: 67.5%;
	left: 53.5%;
	width: 42.6%;
}

#content .img-overlay-text-box {
	background: #207DA2;
	border-radius: 20px;
	filter: drop-shadow(0px 20px 20px rgba(33, 164, 223, 0.2));
	color: #fff;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.2;
	padding: 15px 18px;
	/*position: absolute;*/
}
#content .box-arrow-top:after {
	content: '';
	display: block;
	width: 0;
	height: 0;
	border-left: 9px solid transparent;
	border-right: 9px solid transparent;
	border-bottom: 9px solid #207DA2;
	position: absolute;
	top: -8px;
	left: 33%;
}
#content .box-arrow-left:after {
	content: '';
	display: block;
	width: 0;
	height: 0;
	border-top: 9px solid transparent;
	border-right: 9px solid #207DA2;
	border-bottom: 9px solid transparent;
	position: absolute;
	top: 19px;
	left: -8px;
}
#content .box-arrow-bottom:after {
	content: '';
	display: block;
	width: 0;
	height: 0;
	border-left: 9px solid transparent;
	border-right: 9px solid transparent;
	border-top: 9px solid #207DA2;
	position: absolute;
	bottom: -8px;
	left: 42px;
}
.img-overlay-text-box .elementor-widget-container *:last-child {
	margin-bottom: 0;
}

#content .img-overlay-text-box.orange {
	background: #f7941f;
	color: #000;
	font-size: 15px;
}
.img-overlay-text-box.orange h5 {
	color: #000;
	font-family: "Oswald", Sans-serif;
	text-transform: uppercase;
}

/* 
data silos col and end user col
----------------------------------------------------- */

.underline-link a {
	text-decoration: underline;
}

.platform-steps-main-title h3 {
	color: #1A3040;
}
#content .data-silos-col .elementor-widget-wrap,
#content .end-user-col .elementor-widget-wrap {
	background: #FFFFFF;
	border-radius: 10px;
	text-align: center;
	padding: 25px 15px;
	align-content: center;
	display: block;
}
#content .data-silos-col .logos-and-title,
#content .end-user-col .logos-and-title  {
	margin-bottom: 10px;
}
#content .data-silos-col .elementor-element:last-child, 
#content .end-user-col .elementor-element:last-child {
	margin-bottom: 0;
}
#content .data-silos-col .elementor-widget-container,
#content .end-user-col .elementor-widget-container {
	min-height: auto !important;
}
#content .data-silos-col .logos-and-title h5, 
#content .end-user-col .logos-and-title h5 {
	margin-bottom: 12px;
	top: -3px;
	position: relative;
	color: #105270;
	margin-bottom: 0;
}
#content .data-ingestion-col {
	padding-right: 52px;
	margin: -30px 0;
	left: -6px;
}
#content .data-ingestion-col:before {
	background: url(../svg/right-step-arrow.svg) no-repeat center #FFFFFF;
	content: '';
	display: block;
	width: 64px;
	height: 64px;
	border-radius: 50%;
	border: 3px solid #EDF5F9;
	box-shadow: 0px 20px 20px rgba(16, 82, 112, 0.2);
	position: absolute;
	left: -20px;
	top: 50%;
	margin-top: -32px;
	z-index: 5;
}

.end-user-col:before {
	content: '';
	display: block;
	background: url(../svg/cmdl2.svg) no-repeat center #F7941F;
	position: absolute;
	top: 0;
	bottom: 0;
	left: -74px;
	width: 64px;
	border-radius: 10px;
}
.end-user-col .elementor-widget-wrap {
	visibility: hidden;
	opacity: 0;
	transform: translate3d(0,100%,0);
	transition: all 0.6s ease;
	transition-delay: 500ms;
}
.end-user-col.animated .elementor-widget-wrap {
	animation-name: fadeInUp;
	visibility: visible;
	opacity: 1;
	transform: none;
}
#content .elementor-widget-text-editor + .logos-and-title.end-user-box-widget {
	margin-top: 0;
}
#content .logos-and-title.end-user-box-widget {
	border-bottom: 1px dashed #9CCEE1;
	padding: 0 15px 30px;
	margin: -10px -15px 35px;
	width: auto;
}
#content .logos-and-title.end-user-box-widget .elementor-image-box-img {
	padding-left: 15px;
	position: relative;
}
#content .logos-and-title.end-user-box-widget .elementor-image-box-img:before {
	background: url(../svg/right-step-arrow.svg) no-repeat center #FFFFFF;
	content: '';
	display: block;
	width: 64px;
	height: 64px;
	border-radius: 50%;
	border: 3px solid #EDF5F9;
	box-shadow: 0px 20px 20px rgba(16, 82, 112, 0.2);
	position: absolute;
	left: -40px;
	top: 50%;
	margin-top: -32px;
	z-index: 5;
}
#content .logos-and-title.end-user-box-widget:last-child {
	padding-bottom: 0;
	border: none;
}
#content .end-user-col .end-user-box-widget h5 {
	padding-top: 10px;
	margin-bottom: 0;
	top: 0;
}

/* 
traditional box widget
----------------------------------------------------- */

#content .traditional-box-widget {
	background: #FFFFFF;
	border-radius: 20px;
	padding: 42px 20px 20px;
	transition: all ease 0.3s;
}
#content .traditional-box-widget:hover {
	filter: drop-shadow(0px 0px 30px #21A4DF);
}
#content .traditional-box-widget .elementor-image-box-title {
	font-size: 22px;
	font-weight: 600;
	font-family: 'Montserrat';
	line-height: 1.45;
	text-align: center;
	min-height: 64px;
	margin-bottom: 5px;
}
#content .traditional-box-widget .elementor-image-box-img {
	height: 205px;
	display: flex;
	align-items: center;
	justify-content: center;
}
#content .traditional-box-widget .elementor-image-box-img img {
	height: auto;
	width: auto;
	max-width: 100%;
	max-height: 100%;
}
#content .traditional-box-widget .elementor-image-box-content {
	min-height: 56px;
	max-width: 300px;
	margin: 0 auto;
	line-height: 1.555;
}

/* platform features row
--------------------------------------------------- */

#content .platform-features-row {
	padding: 145px 140px 130px;
	max-width: 945px;
	margin: 0 auto;
	text-align: center;
}
body:not(.elementor-editor-active) .platform-features-row * {
	position: initial;
}
#content .platform-features-row .elementor-heading-title {
	font-size: 120px;
	line-height: 1.083;
	max-width: 600px;
	margin: 0 auto;
	position: relative;
	left: 17px;
	font-weight: 400;
}
#content .features-icons-row .elementor-widget-wrap {
	padding: 0;
	position: inherit;
}
#content .features-icons-row .icon-widget {
	width: auto;
	position: absolute;
	margin: 0;
}
#content .features-icons-row .circle-icon {
	background: #EDF5F9;
	box-shadow: 0px 30px 30px rgba(33, 164, 223, 0.2);
	width: 129px;
	height: 129px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	filter: drop-shadow(0px 30px 30px rgba(18, 83, 113, 0.2));
}
#content .features-icons-row .circle-icon img {
	max-width: 92px;
	max-height: 92px;
	width: auto;
}
#content .first-features-icons-row .icon-widget:nth-child(1) {
	top: 111px;
	left: 6.5%;
}
#content .first-features-icons-row .icon-widget:nth-child(2) {
	top: 64px;
	left: 26.5%;
}
#content .first-features-icons-row .icon-widget:nth-child(3) {
	top: 0;
	left: 43.4%;
}
#content .first-features-icons-row .icon-widget:nth-child(4) {
	top: 65px;
	left: 64%;
}
#content .first-features-icons-row .icon-widget:nth-child(5) {
	top: 185px;
	right: 1.9%;
	width: 97px;
	height: 97px;
}
#content .first-features-icons-row .icon-widget:nth-child(6) {
	top: 18.4%;
	right: 4%;
}

#content .second-features-icons-row .icon-widget:nth-child(1) {
	top: 337px;
	right: 0;
}
#content .second-features-icons-row .icon-widget:nth-child(2) {
	bottom: 0;
	right: 9%;
	width: 118px;
	height: 118px;
}
#content .second-features-icons-row .icon-widget:nth-child(3) {
	bottom: 17px;
	left: 56.3%;
}
#content .second-features-icons-row .icon-widget:nth-child(4) {
	bottom: 13px;
	left: 34.1%;
}
#content .second-features-icons-row .icon-widget:nth-child(5) {
	bottom: 33px;
	left: 9.5%;
	width: 97px;
	height: 97px;
}
#content .second-features-icons-row .icon-widget:nth-child(6) {
	top: 322px;
	left: 0;
}


/* 
platform steps sidebar row
----------------------------------------------------- */

#content .platform-data-sidebar {
	flex: 0 0 275px;
	border-right: 1px solid #21A4DF;
	padding-right: 27px;
	margin-top: 85px;
}
#content .platform-data-sidebar > div > .elementor-widget-wrap {
	padding-top: 0;
}
#content .platform-data-sidebar > div > .elementor-element + .elementor-element {
	margin-top: 50px;
}

.platform-steps-sidebar-row .elementor-heading-title {
	color: #1A3040;
	font-size: 18px;
	font-weight: 700;
	font-family: 'Montserrat';
	line-height: 1.444;
	text-transform: uppercase;
	margin-bottom: 10px;
}
#content .platform-sidebar-box {
	background: #FFFFFF;
	border-radius: 10px;
	filter: drop-shadow(0px 20px 50px rgba(33, 164, 223, 0.2));
}
#content .platform-sidebar-box .elementor-icon-box-title {
	background: #105270;
	border-radius: 10px 10px 0 0;
	color: #FFFFFF;
	font-size: 15px;
	font-weight: 700;
	font-family: 'Montserrat';
	padding: 11px 20px 10px;
	text-align: center;
	text-transform: none;
	margin-bottom: 0;
}
#content .platform-sidebar-box .elementor-icon-box-wrapper {
	padding: 15px 16px;
	text-align: left;
	align-items: center;
}
#content .platform-sidebar-box svg {
	width: auto;
	height: auto;
}

#content .step-content-header-row {
	margin-bottom: 0;
}
#content .step-content-header-row .elementor-widget-wrap {
	padding: 0;
}
#content .platform-sidebar-box.auto-height-box .elementor-icon-box-wrapper {
	min-height: auto;
}
.platform-sidebar-box.title-icon .elementor-icon-box-wrapper {
	min-height: 533px;
}
#content .platform-sidebar-box.title-icon .elementor-icon-box-title {
	background: url(../svg/logo-dots-light.svg) no-repeat calc(100% - 19px) 14px #105270;
	min-height: 67px;
	display: flex;
	align-items: center;
	justify-content: left;
	text-align: left;
	padding-right: 65px;
	font-size: 18px;
	position: relative;
}
.platform-sidebar-box.title-icon .elementor-icon-box-description {
	font-size: 15px;
	line-height: 1.6;
}
.platform-sidebar-box.title-icon b {
	color: #105270;
	display: block;
	margin-top: 22px;
}
.platform-sidebar-box.title-icon b b {
	display: inline-block;
	font-weight: 700;
	margin: 0;
}
.platform-sidebar-box.title-icon .color {
	color: #000;
}
.platform-sidebar-box.title-icon b:first-child {
	margin-top: 0;
}

#content .platform-sidebar-box.hierarchy-box {
	margin-left: 30px;
	position: relative;
}
#content .platform-sidebar-box.hierarchy-box .elementor-icon-box-title:before {
	content: '';
	display: block;
	position: absolute;
	bottom: 0;
	left: -15px;
	height: 225px;
	border-left: 1px solid #21A4DF;
}
#content .platform-sidebar-box.hierarchy-box .elementor-icon-box-title:after {
	content: '';
	display: block;
	position: absolute;
	bottom: 0;
	left: -15px;
	width: 15px;
	border-bottom: 1px solid #21A4DF;
}
#content .platform-sidebar-box.hierarchy-box:first-child {
	margin-left: 0;
	z-index: 5;
}
#content .platform-sidebar-box.hierarchy-box:first-child .elementor-icon-box-title:before,
#content .platform-sidebar-box.hierarchy-box:first-child .elementor-icon-box-title:after {
	display: none;
}

/* 
platform data steps
----------------------------------------------------- */

#content .platform-data-steps {
	width: 100%;
}
#content .platform-data-steps > div > .elementor-widget-wrap {
	padding: 0 0 0 35px;
}
.platform-data-steps .steps-container > div > .elementor-section {
	opacity: 0.3;
	transition: all ease 0.3s;
}
.platform-data-steps .steps-container > div > .elementor-section.active-section {
	opacity: 1;
}
#content .platform-data-steps .steps-container .elementor-widget-wrap {
	counter-reset: section;
	padding: 0;
}
.platform-data-steps .steps-container .elementor-container:before {
	counter-increment: section;
	content: counter(section);
	color: #1A3040;
	background: #F7941F;
	border-radius: 50%;
	font-size: 28px;
	font-weight: 700;
	width: 70px;
	height: 70px;
	flex: 0 0 70px;
	align-self: start;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-right: 20px;
}
.platform-data-steps .steps-container .elementor-container .elementor-container:before {
	display: none;
}
.platform-data-steps .elementor-container .elementor-column {
	align-self: center;
}
.platform-data-steps .step-info-widget h5 {
	color: #1A3040;
	font-size: 18px;
	font-weight: 700;
	margin-bottom: 3px;
}
.platform-data-steps .elementor-section {
	margin-bottom: 15px;
}
.platform-data-steps .active-section .step-info-widget .elementor-widget-container {
	max-height: 500px;
}
.platform-data-steps .step-info-widget .elementor-widget-container {
	max-height: 0;
	overflow: hidden;
	transition: all ease 0.5s;
}

#content .step-content-row .platform-steps-main-title {
	margin-bottom: 12px;
}

.table-container {
	overflow-x: auto;
}

/* 
Explore Platform row
----------------------------------------------------- */
/*
.page-id-4331 #content .elementor-element-60fa1ff .elementor-container {
justify-content: center;
}
.page-id-4331 #content .elementor-element-d209975 {
display: none;
}
*/

/* 
left icon right text box row
----------------------------------------------------- */

#content .left-icon-right-text-box-row .elementor-icon-box-title {
	font-size: 30px;
}

/* 
equal height column
----------------------------------------------------- */

#content .ep-col-widget-height .elementor-widget {
	height: 100%;
}
#content .ep-col-widget-height .elementor-widget {
	height: 100%;
}
#content .ep-col-widget-height .box-icon-text-widget .elementor-widget-container {
	height: 100%;
}
#content .ep-col-widget-height .box-icon-text-widget .elementor-icon-box-wrapper {
	align-items: start;
	height: auto;
}

/* 
data volume table
----------------------------------------------------- */

#site-body #content .table-style2 {
	position: relative;
}
#content .table-style2 table {
	margin-bottom: 0;
}
#site-body #content .table-style2:before {
	content: '';
	display: block;
	border-radius: 20px;
	filter: drop-shadow(0px 30px 30px rgba(33, 164, 223, 0.2));
	position: absolute;
	top: 0;
	right: 0;
	left: 25%;
	bottom: 0;
	z-index: -1;
}
#content .table-style2 tr {
	background: transparent;
	height: 100%;
}
#content .table-style2 th, 
#content .table-style2 td {
	border: none;
	height: 100%;
	background: transparent;
	padding: 5px 25px 5px 25px;
}
#content .table-style2 th {
	padding: 15px 15px 15px 15px;
	vertical-align: middle;
}
#content .table-style2 th:nth-child(2) {
	background-color: #C4E2ED;
	border-radius: 20px 0 0 0;
}
#content .table-style2 th:nth-child(3) {
	background: #FDEAD2;
	border-radius: 0 20px 0 0;
}
#content .table-style2 .circle-icon {
	width: 50px;
	height: 50px;
	border-radius: 50%;
	background: #fff;
	box-shadow: 0px 12px 12px rgb(33 164 223 / 12%);
	padding: 7px;
	display: inline-block;
	margin-right: 12px;
}
#content .table-style2 .logo-icon {
	width: 172px;
	display: inline-block;
}
#content .table-style2 .warning-icon {
	display: inline-block;
	vertical-align: middle;
	max-width: 30px;
	margin: 0 3px;
}
#content .table-style2 tbody tr:last-child td:nth-child(2)  {
	border-radius: 0 0 0 20px;
	padding-bottom: 30px;
}
#content .table-style2 tbody tr:last-child td:nth-child(3) {
	border-radius: 0 0 20px 0;
}
#content .table-style2 tbody td:nth-child(1) {
	padding-right: 0;
	width: 25%;
}
#content .table-style2 tbody td:nth-child(1) .table__text {
	background: #105270;
	color: #fff;
	justify-content: left;
	border-radius: 12px 0 0 12px;
}
#content .table-style2 tbody td:nth-child(2) {
	background: #c4e2ed;
	width: 37.5%;
}
#content .table-style2 tbody td:nth-child(3) {
	background: #FDEAD2;
	width: 37.5%;
}
#content .table-style2 tbody .table__text {
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	filter: drop-shadow(0px 12px 12px rgba(33, 164, 223, 0.12));
	border-radius: 12px;
	font-size: 14px;
	padding: 5px 15px;
	min-height: 52px;
}
#content .table-style2 tbody:nth-child(1) .table__text {
	background: #105270;
	justify-content: left;
	border-radius: 12px 0 0 12px;
	min-height: 70px;
}
#content .table-style2 tbody td:nth-child(2) .table__text, 
#content .table-style2 tbody td:nth-child(3) .table__text {
	background: #fff;
	min-height: 40px;
}
#content .table-style2 ul {
	font-size: 14px;
	padding-left: 0;
	margin-bottom: 0;
}
.check-list-col li {
	display: inline-block;
	margin: 0 4px;
	background: url(../svg/checkbox-circle.svg) no-repeat left 3px;
	background-size: 14px;
	padding-left: 19px;
}
.cross-list-col li {
	display: inline-block;
	margin: 0 4px;
	background: url(../png/cross-icon.png) no-repeat left 3px;
	background-size: 14px;
	padding-left: 19px;
}

/* 
table style 1 
----------------------------------------------------- */

#content .table-style1 {
	background: #C4E2ED;
	border-radius: 20px;
	filter: drop-shadow(0px 30px 30px rgba(33, 164, 223, 0.2));
	padding: 20px;
}
#content .table-style1 table {
	border-collapse: separate;
	border-spacing: 0 7px;
	color: #000000;
	font-size: 15px;
	padding: 12px;
	margin-bottom: 0;
}
#content .table-style1 tr {
	background: transparent;
	border-right: 2px solid #F7941F;
	filter: drop-shadow(0px 10px 10px rgba(33, 164, 223, 0.1));
}
#content .table-style1 th {
	background-color: #105270;
	border: none;
	border-right: 2px solid #F7941F;
	border-left: 2px solid #F7941F;
	color: #FFFFFF;
	font-size: 18px;
}
#content .table-style1 td {
	background: #fff;
	border-right: 2px solid #F7941F;
	border-left: 2px solid #F7941F;
	padding: 10px 15px 10px 15px;
	text-align: center;
	vertical-align: middle;
}
#content .table-style1 th:first-child, 
#content .table-style1 td:first-child {
	border-width: 0;
	border-radius: 12px 0 0 12px;
}
#content .table-style1 td:first-child {
	text-align: left;
}
#content .table-style1 th:last-child, 
#content .table-style1 td:last-child {
	border-width: 0;
	border-radius: 0 12px 12px 0;
}
#content .table-style1 td:last-child:nth-child(2n) {
	border-left-width: 2px;
	border-right-width: 2px;
	border-radius: 0;
}
#content .table-style1 td[colspan="2"]:last-child {
	border-right: none;
	border-radius: 0 12px 12px 0;
}

.full-width-img figure > a {
	display: initial;
}

/* 
table table 3
----------------------------------------------------- */

#content .table-style3 {
	filter: drop-shadow(0px 50px 50px rgba(33, 164, 223, 0.2));
	background-color: #FFFFFF;
	border-radius: 20px;
	padding: 24px;
	position: relative;
}
#content .table-style3 table {
	margin-bottom: 0;
}
#content .table-style3:before {
	content: '';
	display: block;
	border-radius: 20px;
	filter: drop-shadow(0px 30px 30px rgba(33, 164, 223, 0.2));
	position: absolute;
	top: 0;
	right: 0;
	left: 25%;
	bottom: 0;
	z-index: -1;
}
#content .table-style3 tr {
	border-bottom: 2px solid #26a3de;
	background: transparent;
	height: 100%;
}
#content .table-style3 tbody tr:last-child {
	border-bottom: none;
}
#content .table-style3 th, 
#content .table-style3 td {
	border: none;
	height: 100%;
	background: transparent;
	padding: 0;
}
#content .table-style3 th {
	padding: 15px 15px 15px 15px;
	vertical-align: middle;
}
#content .table-style3 th:nth-child(2) {
	background-color: #C4E2ED;
	border-radius: 20px 20px  0 0;
}
#content .table-style3 .medium-size-logo {
	max-width: 170px;
	display: block;
	margin: 0 auto;
}
#content .table-style3 tbody tr:last-child td:nth-child(2)  {
	border-radius: 0 0 20px  20px;
	/* padding-bottom: 30px; */
}
#content .table-style3 tbody td:nth-child(1) {
	width: 25%;
	text-align: left;
}
#content .table-style3 tbody td:nth-child(2) {
	background: #c4e2ed;
	width: 30%;
}
#content .second-col-width-auto tbody td:nth-child(2) {
	width: auto;
}
#content .table-style3 tbody .table__text {
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	justify-content: center;
	padding: 15px 25px 15px 25px;
	min-height: 50px;
}
#content .table-style3 .two-col-td .table__text {
	flex-wrap: nowrap;
	gap: 15px;
}
#content .table-style3 tbody td:nth-child(1) .table__text {
	justify-content: inherit;
	padding-left: 0;
}

/* 
responsive video
----------------------------------------------------- */

.responsive-video {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
	max-width: 100%;
	z-index: 55;
}
.responsive-video iframe, 
.responsive-video .youtube-thumbnail {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.yt-video-container .responsive-video {
	cursor: pointer;
}
.responsive-video .play-button {
	width: 80px;
	height: 80px;
	font-size: 40px;
	border: 2px solid #fff;
	filter: drop-shadow(0px 0 30px rgba(000, 000, 000, 0.8));
	color: #fff;
	border-radius: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.responsive-video-container + * {
	margin-top: 25px;
}

/* 
password protected pages
----------------------------------------------------- */

#content.post-password-required {
	max-width: 1220px;
	padding: 70px 25px 70px;
	margin: 0 auto;
}
#content.post-password-required .post-password-form p {
	justify-content: center;
}

.page-header {
	padding-top: 70px;
	padding-bottom: 20px;
}

body .uael-content .uael-close-custom-popup-edge-top-right {
	top: 5px;
	right: 5px;
}

#site-body .insider-slider-widget .elementor-button {
	display: none;
}

/* 
pie 
----------------------------------------------------- */

.pie-wrapper {
	max-width: 185px;
	display: block;
	margin: 0 auto;
	position: relative;
}
.pie-wrapper .pie-label {
	background: transparent;
	border-radius: 50%;
	color: #14ABF4;
	display: block;
	font-size: 26px;
	font-weight: 700;
	text-align: center;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}
.pie-wrapper .progress-number {
	font-size: 40px;
}
.pie-wrapper circle {
	stroke-width: 20px;
	position: relative;
	z-index: 2;
}
.pie-wrapper .pie {
	display: block;
}
.pie-wrapper .arc {
	stroke-width: 20px;
	stroke-linecap: round;
	position: relative;
	z-index: 10;
}

.pie-light-color .before-number {
	color: #fff;
}

/* 
ignite protected pages
----------------------------------------------------- */

#content .ignite-nav-widget .elementor-icon-list-items {
	border-top: 4px solid #9CCEE1;
	border-bottom: 4px solid #9CCEE1;
	justify-content: center;
}
#content .ignite-nav-widget .elementor-icon-list-item a {
	font-family: 'Oswald';
	font-style: normal;
	font-weight: 400;
	font-size: 20px;
	text-align: center;
	text-transform: uppercase;
	color: #105270;
	min-height: auto;
	padding: 22px 0;
	margin-right: 50px;
}
#content .ignite-nav-widget .elementor-icon-list-item:last-child a {
	margin-right: 0;
}
#content .ignite-nav-widget .elementor-icon-list-item a:focus,
#content .ignite-nav-widget .elementor-icon-list-item a:hover {
	color: #F7941F;
}
#site-body #content .ignite-nav-widget .elementor-icon-list-item a span {
	color: inherit;
	text-decoration: inherit;
}

.profisee-logo-light .elementor-progress-text:before {
	content: '';
	display: block;
	background: url(../svg/logo-light.svg) no-repeat center;
	background-size: contain;
	width: 140px;
	height: 100%;
}
.elementor-widget-progress .elementor-progress-percentage {
	font-weight: 700;
}
#content .typical-company-bar .elementor-progress-bar {
	transition-delay: 0.500s;
}

#content .damon-row {
	border-radius: 20px 20px 0 0;
	width: calc(100% + 20px);
	margin: 0 -10px;
	padding: 12px 15px;
	line-height: 1.2;
}
#content .damon-row p:last-child {
	margin-bottom: 0;
}

/* marketo form shortcode styling */

body .mktoForm_shortcode{
	margin-top: 30px;
}

body .mktoForm_shortcode,
body .mktoCheckboxList{
	width: 100% !important;
}

body .mktoForm_shortcode .mktoFormRow{
	margin-left: 0 !important;
	margin-right: 0 !important;
}

body .mktoForm_shortcode .mktoButtonRow .mktoButtonWrap{
	margin-left: 0 !important;
}

body .mktoForm_shortcode .mktoButtonRow .mktoButton,
body .mktoForm_shortcode .mktoButtonRow,
body .mktoForm_shortcode .mktoFormCol,
body .mktoForm_shortcode .mktoFieldWrap{
	width: 100% !important;
	min-width: 100% !important;
}

.mktoForm_shortcode .mktoFieldWrap label {
	padding-bottom: 5px;
}

body .mktoForm_shortcode .mktoButtonRow .mktoButton {
	margin: 12px 0 0!important;
}

body .mktoForm_shortcode .mktoOffset,
body .mktoForm_shortcode .mktoGutter{
	width: 0px !important;
}

body .mktoForm_shortcode .mktoLabel{
	width: 100% !important;
	display: block !important;
	float: none !important;
}

body .mktoForm_shortcode .mktoAsterix{
	float: none !important;
	display: inline-block !important;
	padding-left: 0px !important;
	padding-right: 5px !important;
}

body .mktoForm_shortcode input[type=text],
body .mktoForm_shortcode input[type=email],
body .mktoForm_shortcode select{
	width: 100% !important;
}

#site-body .trusted-thousands {
	z-index: 9;
}

#site-body .trusted-thousands > .elementor-container {
	border-radius: 30px;
	-webkit-box-shadow: 0 50px 50px rgba(18, 83, 113, 0.2);
	-moz-box-shadow: 0 50px 50px rgba(18, 83, 113, 0.2);
	box-shadow: 0 50px 50px rgba(18, 83, 113, 0.2);
	padding: 62px 70px 62px 100px;
	background-color: #EDF5F9;
	margin-top: -152px;
}

#site-body .trusted-thousands .elementor-column .elementor-container .elementor-element-populated {
	-webkit-box-shadow: 0 30px 30px rgba(33, 164, 223, 0.1);
	-moz-box-shadow: 0 30px 30px rgba(33, 164, 223, 0.1);
	box-shadow: 0 30px 30px rgba(33, 164, 223, 0.1);
}

#site-body .now-you-can {
	overflow: hidden;
}

body .now-you-can h2 sup {
	font-size: 18px;
	top: -21px;
	left: 14px;
}

.swirl-bg {
	position: relative;
	z-index: 1;
}

.swirl-bg:before {
	content: "";
	background-image: url(../png/now-you-can-video-bg.png);
	background-repeat: no-repeat;
	background-position: bottom center;
	background-size: 100%;
	width: 1280px;
	height: 675px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	z-index: -1;
}

.swirl-bg div {
	border: 10px solid #fff;
	border-radius: 10px;
	-webkit-box-shadow: 0 50px 50px rgba(18, 83, 113, 0.2);
	-moz-box-shadow: 0 50px 50px rgba(18, 83, 113, 0.2);
	box-shadow: 0 50px 50px rgba(18, 83, 113, 0.2);
}
body .resources-built:before {
	content: "";
	background-image: url(../png/resources-built-top-dots.png);
	width: 323px;
	height: 606px;
	position: absolute;
	top: -20px;
	left: 0;
}

body .resources-built:after {
	content: "";
	background-image: url(../png/resources-built-bottom-dots.png);
	width: 382px;
	height: 606px;
	position: absolute;
	bottom: 18%;
	right: 0;
	z-index: -1;
}

#site-body .resources-boxes .elementor-container {
	z-index: 9;
}

#site-body .resources-boxes .elementor-column {
	padding-top: 235px;
}

#site-body .resources-boxes .elementor-column:first-of-type {
	padding-right: 15px;
}

#site-body .resources-boxes .elementor-column:last-of-type {
	padding-left: 15px;
}

#site-body .resources-boxes .elementor-widget-wrap {
	-webkit-box-shadow: 0 50px 50px rgba(18, 83, 113, 0.2);
	-moz-box-shadow: 0 50px 50px rgba(18, 83, 113, 0.2);
	box-shadow: 0 50px 50px rgba(18, 83, 113, 0.2);
}

#site-body .resources-boxes .elementor-column:hover .elementor-widget-wrap {
	-webkit-box-shadow: 0 50px 50px rgba(18, 83, 113, 0.4);
	-moz-box-shadow: 0 50px 50px rgba(18, 83, 113, 0.4);
	box-shadow: 0 50px 50px rgba(18, 83, 113, 0.4);
}

#site-body .resources-boxes-hover {
	display: none;
}

#site-body .resources-boxes .elementor-column:hover .resources-boxes-hover {
	display: block;
}

#site-body .resources-boxes .elementor-column:hover .resources-boxes-no-hover {
	display: none;
}

#site-body .resources-boxes .elementor-column:last-of-type .elementor-button:hover {
	background-color: #fff;
	color: #1A3040;
}

#site-body .resources-boxes .elementor-column:last-of-type .elementor-button:hover .elementor-button-text {
	color: #1A3040;
}

#site-body .resources-boxes.no-image-in-boxes .elementor-column {
	padding-top: 30px;
}

body .right-place:before {
	content: "";
	background-image: url(../png/right-place-dots-1.png);
	background-repeat: no-repeat;
	background-position: top left;
	background-size: contain;
	width: 100%;
	height: 739px;
	position: absolute;
	top: 0;
	left: 0;
}

body .right-place:after {
	content: "";
	background-image: url(../png/right-place-dots-2.png);
	background-repeat: no-repeat;
	background-position: top right;
	background-size: contain;
	width: 100%;
	height: 745px;
	position: absolute;
	top: 0;
	right: 0;
}

#site-body .mdm-vendor-icons {
	max-width: 769px;
	-webkit-box-shadow: 0 30px 30px rgba(33, 164, 223, 0.1);
	-moz-box-shadow: 0 30px 30px rgba(33, 164, 223, 0.1);
	box-shadow: 0 30px 30px rgba(33, 164, 223, 0.1);
	z-index: 999;
}

body .mdm-vendor-icons p {
	margin-bottom: 0;
}

body .mdm-vendor-icons br {
	display: none;
}

body .mdm-vendor-icons p a {
	text-decoration: none !important;
	position: relative;
}

body .mdm-vendor-icons p a:hover {
	color: #105270;
}

body .mdm-vendor-icons p a:after {
	content: "";
	max-width: 100%;
	height: 3px;
	background-color: #21A4DF;
	position: absolute;
	left: 0;
	right: 0;
	bottom: -5px;
	opacity: 0;
}

body .mdm-vendor-icons p a:hover:after {
	opacity: 1;
}

#content .start-here-verticle-tabs .elementor-tabs-wrapper {
	background: #eef5f9;
	border-radius: 20px 0 0 20px;
	align-self: start;
	margin-top: 25px;
	overflow: inherit;
}

#content .start-here-verticle-tabs .elementor-tab-title {
	background: transparent;
	box-shadow: none;
	text-align: center;
	margin-bottom: 0;
	padding-top: 17px;
	padding-bottom: 17px;
	position: relative;
}

#content .start-here-verticle-tabs .elementor-tab-title:after {
	content: '';
	display: block;
	border-bottom: 2px  solid #105270;
	width: 90%;
	max-width: 150px;
	position: absolute;
	bottom: -2px;
	left: 50%;
	transform: translateX(-50%);
}

#content .start-here-verticle-tabs .elementor-tab-title:last-child:after,
#content .start-here-verticle-tabs .elementor-tab-title.elementor-active:after {
	display: none;
}

#content .start-here-verticle-tabs .elementor-tab-title:last-of-type {
	margin-bottom: 0;
}

#content .start-here-verticle-tabs .elementor-tab-title.elementor-active {
	background: #f7941f;
	margin-left: -20px;
	border-radius: 10px 0 0 10px;
}

#content .start-here-verticle-tabs .elementor-tabs-content-wrapper {
	padding-left: 0;
}

#content .start-here-verticle-tabs .elementor-tab-content {
	background: #fff;
	border-radius: 18px;
	padding: 45px 70px;
	filter: drop-shadow(0 20px 50px rgba(18, 83, 113, 0.2));
}

body .start-here-verticle-tabs-2 h3 {
	text-align: center;
}

.start-here-verticle-tabs .responsive-video {
	/*padding-bottom: 50.25%;*/
}

body .start-here-verticle-tabs p {
	margin-bottom: 0;
}

#content .master-data {
	overflow: hidden;
}

body .master-data:before {
	content: "";
	background-image: url(../png/start-here-tabs-dots-1.png);
	width: 323px;
	height: 606px;
	position: absolute;
	top: 21%;
	left: 0;
}

body .master-data:after {
	content: "";
	background-image: url(../png/start-here-tabs-dots-2.png);
	width: 376px;
	height: 606px;
	position: absolute;
	right: 0;
	bottom: 0;
}

#content .master-data .elementor-container {
	z-index: 9;
}

#content .hear-profisee {
	overflow: hidden;
}

body .hear-profisee:before {
	content: "";
	background-image: url(../png/start-here-tabs-dots-1.png) , url(../png/start-here-tabs-dots-1.png);
	background-repeat: no-repeat;
	background-position: top 20% left, bottom -210px left;
	width: 323px;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

body .hear-profisee:after {
	content: "";
	background-image: url(../png/start-here-tabs-dots-2.png);
	width: 376px;
	height: 606px;
	position: absolute;
	right: 0;
	bottom: 0;
}

body .hear-profisee:before,
body .hear-profisee:after {
	mix-blend-mode: multiply;
}

#content .hear-profisee .elementor-container {
	z-index: 9;
}

#content .display-block-wrap > div > .elementor-widget-wrap {
	display: block;
}

#content .icon-circle .wp-caption {
	display: flex;
	align-items: center;
	max-width: 247px;
	text-align: left;
	letter-spacing: 0.36px;
	line-height: normal;
	text-transform: uppercase;
	margin: 0 auto;
}
#content .icon-circle img {
	width: 123px;
	max-width: inherit;
	flex: 0 0 123px;
	height: 123px;
	background: #EDF5F9;
	padding: 23px;
	filter: drop-shadow(0px 0px 20px #00E0FF);
	margin-right: 0;;
	transition: all 0.3s ease;
	animation: pulse 2s infinite;
}
@keyframes pulse {
	0% {
		transform: scale(2);
	}
	70% {
		transform: scale(4);
	}
	100% {
		transform: scale(2);
	}
}
#content .icon-circle img:hover {
	filter: drop-shadow(0px 0px 20px #F7941F);
}
#content .icon-circle .wp-caption-text {
	font-family: "Oswald", Sans-serif;
	font-size: 18px;
	font-weight: 400;
	font-style: normal;
	color: #fff;
	padding-left: 30px;
	flex: 0 0 160px;
}
#content .caption-first .wp-caption {
	flex-direction: row-reverse;
}

#content .mdm-choice-btn .elementor-button {
	background-color: #fff;
	color: #1A3040;
}

#content .mdm-choice-btn .elementor-button:hover {
	background-color: #105270;
	color: #fff;
}

/*
section.elementor-section.elementor-inner-section.elementor-element.elementor-element-f010007.resources-boxes.elementor-section-boxed.elementor-section-height-default.elementor-section-height-default,
.elementor-16123 .elementor-element.elementor-element-435fbf6,
.elementor-element.elementor-element-804c366.elementor-tabs-view-vertical.start-here-verticle-tabs.start-here-verticle-tabs-2.elementor-widget.elementor-widget-tabs {
opacity: 0;
}
*/
#content .animation-widget {
	position: absolute;
	top: -218px;
	left: -126px;
	width: 1520px;
	z-index: -1;
}
#content .animation-widget svg {
	width: 100%;
	height: auto;
}
#content .animation-widget svg .animation {
	fill: #40758D;
}

#content .animation-widget-dark {
	position: absolute;
	top: 370px;
	left: -226px;
	width: 1505px;
	z-index: -1;
}
#content .animation-widget-dark svg {
	width: 100%;
	height: auto;
}
#content .animation-widget-dark svg .animation {
	fill: #4C7E94;
}

.testimonials-slider-row .tns-ovh {
	padding: 0 180px;
}
.testimonials-slider-row .inner-box-wrap.elementor-column {
	border: 15px solid #e6f2f8;
	filter: none;
}

#content .cta-section.col-icon-normal {
	padding-top: 0;
	margin-top: 0;
}
#content .cta-section.col-icon-normal .elementor-widget-image .elementor-widget-container {
	margin: 30px 0 25px;
}
#content .col-icon-normal img {
	max-height: 90px;
	height: auto;
	width: auto;
}

#content .review-icons-row img {
	max-height: 100px;
	height: auto;
	width: auto;
}

#content .btn-align-col .elementor-widget-wrap {
	padding-bottom: 90px;
}
#content .btn-align-col .elementor-widget-button {
	position: absolute;
	bottom: 10px;
	left: 0;
	right: 0;
}

.author-header-info {
	display: flex;
	margin-bottom: 12px;
}
.author-header-info .author-img-col {
	flex: 0 0 250px;
	margin-right: 40px;
}
.author-header-info .author-img-wrap {
	width: 100%;
	height: 250px;
	display: flex;
	background: #a9a9a9;
	box-shadow: 0 16px 19px rgb(0 0 0 / 10%);
	border-radius: 50%;
	overflow: hidden;
}
.author-header-info .author-img-wrap img {
	background-color: #edf5f9;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.author-header-info .box-wrap {
	width: 550px;
}
.author-header-info .sub-title-and-links {
	display: flex;
	margin-bottom: 15px;
}
.author-header-info h5 {
	margin-right: 12px;
	margin-bottom: 5px;
}
.author-social-links {
	font-size: 24px;
}
.author-social-links a {
	margin-right: 12px;
}

.topics {
	display: flex;
	margin-bottom: 25px;
}
.topics .author-options {
	margin-right: 20px;
	font-weight: 600;
	line-height: 1.4;
	padding-top: 5px;
}
.topics .selected-topics span {
	background: #105270;
	border-radius: 40px;
	color: #fff;
	font-size: 12px;
	font-weight: 600;
	padding: 0 15px;
	display: inline-block;
	margin-bottom: 3px;
}
.author-bio {
	clear: both;
}

.author-info-col h1 {
	margin-bottom: 5px;
}
.author-bio h5 {
	margin-bottom: 5px;
}

.divider-line {
	width: 84px;
	border-bottom: 4px solid #F7941F;
}
.author-header-info + .divider-line {
	margin-top: 30px;
}

.author-posts-title {
	padding-top: 25px;
}

#site-body .more-posts-section {
	background: #105270;
	padding: 70px 0;
}
#site-body .more-posts-section .light-widget * {
	color: #fff;
}

#site-body .blog-cat-box .elementor-post-info__terms-list {
	font-size: 0;
	display: block;
}
#site-body .blog-cat-box .elementor-post-info__terms-list-item {
	background: #105270;
	border-radius: 40px;
	color: #fff;
	display: inline-block;
	font-size: 14px;
	font-weight: 600;
	padding: 0 15px;
	display: inline-block;
	margin: 0 4px 0 0;
}

.post-author-box {
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	padding: 25px 0;
}
.author-header-row {
	display: flex;
	align-items: center;
}
.author-header-row .author-thumb-col {
	flex: 0 0 120px;
	margin-right: 30px;
	align-self: start;
}
.author-header-row .author-thumb {
	display: flex;
	width: 100%;
	height: 120px;
	background: #a9a9a9;
	border-radius: 50%;
	overflow: hidden;
}
.author-header-row .author-thumb img {
	background-color: #edf5f9;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.post-author-box h3 {
	margin-bottom: 7px;
}
.post-author-box .author-content {
	padding-top: 25px;
}

.post-author-entry-info {
	display: flex;
}
.post-author-entry-info .small-thumb {
	flex: 0 0 50px;
	margin-right: 20px;
}
.post-author-entry-info .small-thumb img {
	border-radius: 50%;
	display: block;
}
.post-author-entry-info .author-entry-info {
	font-size: 18px;
	font-weight: 600;
	align-self: center;
	line-height: 1.2;
}
.post-author-entry-info span {
	display: block;
	font-size: 16px;
	font-weight: 500;
}

#site-body .author-info-widget {
	max-width: 317px;
}


.pie-wrap {
	height: 362px;
	max-width: 400px;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
}
.pie-outer-bar {
	width: 400px;
	height: 400px;
	background-color: #edf5f9;
	border-radius: 100%;
	position: relative;
	display: flex;
	justify-content: flex-end;
	align-items: flex-start;
	z-index: 3;
	overflow: hidden;
}
.pie-number {
	width: 260px;
	height: 260px;
	background: #105270;
	border-radius: 50%;
	color: #fff;
	font-size: 35px;
	text-align: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	position: absolute;
	top: 69px;
	left: 70px;
	z-index: 5;
}
.pie-number:before {
	content: '';
	display: block;
	background: #105270;
	border-radius: 50%;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: -1;
}
.meter-arrow {
	position: absolute;
	top: -23px;
	right: -23px;
	bottom: -23px;
	left: -23px;
	z-index: -3;
	background: url(../png/meter-arrow.png) no-repeat left center;
	position: absolute;
	transform: rotate(-53deg);
	transition: transform 1.8s ease;
	/* transition-delay: 0.3s; */
	opacity: 0;
}
.first-block {
	width: 108px;
	height: 220px;
	position: absolute;
	top: 142px;
	left: 0;
	overflow: hidden;
	background: #9DCDE0;
	-webkit-mask-image: url(../svg/first-block.svg);
	mask-image: url(../svg/first-block.svg);
	-webkit-mask-size: 100% 100%;
	mask-size: 100% 100%;
	-webkit-mask-repeat: no-repeat;
	mask-repeat: no-repeat;
}
.second-block {
	width: 188px;
	height: 152px;
	position: absolute;
	top: -1px;
	left: 10px;
	overflow: hidden;
	background: #7ac8ec;
	-webkit-mask-image: url(../svg/second-block.svg);
	mask-image: url(../svg/second-block.svg);
	-webkit-mask-size: 100% 100%;
	mask-size: 100% 100%;
	-webkit-mask-repeat: no-repeat;
	mask-repeat: no-repeat;
}
.third-block {
	width: 187px;
	height: 152px;
	position: absolute;
	top: -1px;
	right: 10px;
	overflow: hidden;
	background: #21a4df;
	-webkit-mask-image: url(../svg/third-block.svg);
	mask-image: url(../svg/third-block.svg);
	-webkit-mask-size: 100% 100%;
	mask-size: 100% 100%;
	-webkit-mask-repeat: no-repeat;
	mask-repeat: no-repeat;
}
.fourth-block {
	width: 109px;
	height: 220px;
	position: absolute;
	top: 142px;
	right: -1px;
	overflow: hidden;
	background: #f7941f;
	-webkit-mask-image: url(../svg/fourth-block.svg);
	mask-image: url(../svg/fourth-block.svg);
	-webkit-mask-size: 100% 100%;
	mask-size: 100% 100%;
	-webkit-mask-repeat: no-repeat;
	mask-repeat: no-repeat;
}
.pie-number .pie-no {
	font-size: 130px;
	font-weight: 700;
	display: block;
	line-height: 0.9;
	transition: all 1.5s ease;
	opacity: 0;
}
.pie-outer-bar > div:before {
	content: '';
	display: block;
	background: #edf5f9;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	transition: all 0.4s ease;
}
.pie-outer-bar > .second-block:before {
	transition-delay: 0.3s;
}
.pie-outer-bar > .third-block:before {
	transition-delay: 0.6s;
}
.pie-outer-bar > .fourth-block:before {
	transition-delay: 0.9s;
}


.animated .meter-arrow {
	opacity: 1;
	transform: rotate(215deg);
}
.animated .pie-number .pie-no {
	opacity: 1;
}
.animated .pie-outer-bar > div:before {
	top: -100%;
}
.animated .pie-outer-bar > .third-block:before {
	top: 0;
	left: 100%;
}
.animated .pie-outer-bar > .fourth-block:before {
	top: 100%;
}

.page-template-page_landing-php .elementor-location-header,
.page-template-page_landing_no_header .elementor-location-header {
	display: none;
}
.landing-header-section {
	padding-bottom: 40px;
}
.landing-header-section .elementor-container {
	padding: 5px 0;
	background-color: #fff;
	filter: drop-shadow(0px 30px 30px rgba(33, 164, 223, 0.1));
	border-radius: 0 0 30px 30px;
}
.landing-header-section .elementor-widget-image a img[src$=".svg"] {
	width: 100%;
}
.justify-align-right .elementor-widget-wrap {
	justify-content: right;
}

.paged .hide-on-sequential-page {
	display: none;
}

.animate-quiz {
	opacity: 0;
	transition-delay: 0.5s;
}
.animate-quiz.inview {
	opacity: 1;
}
.animate-quiz .pf_quiz_item_container {
	cursor: inherit;
}


.single-post .elementor-location-header .elementor-sticky__spacer {
	height: 0;
}

.dots-circle-middle-right {
	overflow: hidden;
	z-index: 1;
}
.dots-circle-middle-right:after {
	content: '';
	display: block;
	top: 50%;
	left: 60%;
	transform: translateY(-50%);
	position: absolute;
	width: 807px;
	height: 807px;
	background: url(../svg/dots-circle-dark.svg) no-repeat center center;
	background-size: cover;
	opacity: 0.1;
	z-index: -1;
}
.single-breadcrumbs .crumb-item {
	display: inline-block;
	margin-right: 6px;
}
.single-breadcrumbs .crumb-item:last-child {
	margin-right: 0;
}
.single-breadcrumbs .crumb-item .crumb-text {
	background: #105270;
	border-radius: 12px;
	color: #fff;
	display: inline-block;
	font-size: 14px;
	font-weight: 600;
	padding: 0 15px;
	display: inline-block;
	margin: 0 4px 5px 0;
}

.single-breadcrumbs .crumb-item.main-page-item .crumb-text {
	background: #cedce2;
	border-radius: 12px;
	color: #15303f;
}
.single-breadcrumbs .crumb-item.main-page-item .crumb-text:before {
	content: "\f053";
	display: inline-block;
	vertical-align: middle;
	font-family: "Font Awesome 5 Pro";
	margin-right: 5px;
}

#site-body .sidebar-fixed {
	flex: 0 0 350px;
}
#site-body .page-content-col {
	width: 100%;
}
.page-content-col .elementor-widget-text-editor {
	font-size: 16px;
}

.share-post-widget {
	text-align: center;
}
.sharing-btns {
	padding-left: 0;
}
.sharing-btns li {
	display: inline-block;
	margin: 0 10px;
}
.sharing-btns li:before {
	display: none;
}
.sharing-btns .icon {
	background: #105270;
	color: #fff;
	font-size: 22px;
	width: 45px;
	height: 45px;
	border-radius: 50%;
	display: inline-block;
	text-align: center;
	padding-top: 12px;
	opacity: 1;
	transition: all 0.3s ease-in-out;
	text-decoration: none !important;
}
.sharing-btns .icon::before {
	display: inline-block;
	vertical-align: middle;
	font-family: "Font Awesome 5 Brands";
}
.sharing-btns .icon.fa-twitter-square:before {
	content: '';
	background: url(../svg/twitter-icon.svg) no-repeat center;
	background-size: contain;
	width: 20px;
	height: 20px;
	display: inline-block;
	top: -2px;
	position: relative;
}

.inline-title-and-icons .elementor-shortcode {
	display: flex;
	align-items: center;
	text-align: left;
}
.inline-title-and-icons h3 {
	margin-bottom: 0;
	width: 92px;
}
.inline-title-and-icons  .sharing-btns {
	margin-bottom: 0;
}
.page-content-col .share-post-widget {
	/*display: none;*/
}

.full-post-entry-content.large-sidebar .share-post-widget {
	display: none;
}

.full-post-entry-content.large-sidebar .sidebar-fixed .share-post-widget {
	display: none;
}
.full-post-entry-content.large-sidebar .page-content-col .share-post-widget {
	display: block;
}

.related-posts h3 {
	margin-bottom: 35px;
}
body .see-more {
	font-size: 18px;
	font-family: "Montserrat", Sans-serif;
	font-weight: 500;
	text-transform: initial;
}
.see-more:after {
	/*content: "\e802";*/
	font-family: eicons;
	font-size: 22px;
	display: inline-block;
	margin-left: 4px;
	/*content: "\f054";
	font-size: 16px;
	font-family: "Font Awesome 5 Pro";*/
}
.related-posts h3 {
	margin-bottom: 35px;
	padding-right: 100px;
}
.related-posts .see-more {
	position: absolute;
	right: 0;
	top: 7px;
}

body section .back-to-history {
	background: #cfdce2;
	border: none;
	border-radius: 15px;
	color: #105270;
	font-size: 14px;
	font-weight: 600;
	padding: 0 15px;
	display: inline-block;
	padding: 9px 13px;
	margin: 0 4px 0 0;
	line-height: 1;
}
.back-to-history:before {
	content: "\f111";
	display: inline-block;
	vertical-align: middle;
	font-family: "Font Awesome 5 Pro";
	margin-right: 5px;
}

.video-popup-link {
	display: block;
	position: relative;
}
.video-popup-link img {
	display: block;
	width: 100%;
}
.video-popup-link:after {
	content: '';
	display: block;
	width: 0;
	height: 0;
	border-top: 17px solid transparent;
	border-left: 27px solid #ffffff;
	border-bottom: 17px solid transparent;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	filter: drop-shadow(0 0 12px #000);
}

.header-search-widget .search-form {
	display: flex;
}
.header-search-widget .search-form label {
	width: 100%;
}
.header-search-widget .search-form .search-submit {
	background: url(../svg/search-icon-light.svg) no-repeat center #105270;
	background-size: 24px;
	border-radius: 0;
	font-size: 0;
	min-width: auto;
	flex: 0 0 50px;
	height: 53px;
}

.single-podcast #profisee-header + #profisee-header {
	display: none;
}

#content .episode-no-widget {
	margin-block-end: 0;
}
.episode-no-widget .episode_no {
	display: inline-block;
	margin-left: 10px;
}
#content .episode-no-widget h4 {
	color: #15303f;
	font-size: 20px;
	margin-bottom: 5px;
}

.podcast-author-entry-info {
	display: flex;
	color: #15303f;
}
.podcast-author-entry-info .small-thumb {
	flex: 0 0 120px;
	height: 120px;
	margin-right: 20px;
	display: flex;
}
.podcast-author-entry-info .small-thumb img {
	border-radius: 50%;
	object-fit: cover;
	display: block;
}
.podcast-author-entry-info .author-entry-info {
	font-size: 18px;
	font-weight: 600;
	line-height: 1.5;
	align-self: center;
}
#content .podcast-author-entry-info h5 {
	color: #15303f;
	font-size: 20px;
	margin-bottom: 5px;
}
.podcast-author-entry-info p {
	margin-bottom: 0;
}

#content .podcast-links-and-meta .elementor-widget-wrap {
	flex-wrap: nowrap;
	padding: 0 0 0 140px;
}
#content .podcast-links-and-meta .elementor-widget-wrap .elementor-widget-text-editor {
	width: 100%;
	margin-bottom: 0;
}
#content .podcast-links-and-meta .elementor-widget-wrap .elementor-widget-post-info {
	flex: 0 0 190px;
	align-self: end;
	margin-left: 15px;
}
#content .podcast-links-and-meta .elementor-icon-list-text {
	color: #ffffff;
	font-size: 16px;
	font-style: italic;
}

#content .title-line-style1 h3.elementor-heading-title {
	margin-bottom: 5px;
}

#content .podcast-about-box {
	border-radius: 22px;
	padding: 30px;
	margin-left: 60px;
}
#content .podcast-about-box-img img {
	margin-left: -110px;
	width: calc(100% + 150px);
	max-width: inherit;
}

#content .transcript-accordion .elementor-tab-content {
	height: 300px;
	overflow-y: auto;
	padding: 30px 30px 20px;
}


.sticky-video-container.fixed .sticky-video-box {
	position: fixed;
	bottom: 20px;
	left: 20px;
	width: 350px;
	height: auto;
	z-index: 1000;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
.close-sticky-video {
	cursor: pointer;
	background: #000;
	border: 2px solid #fff;
	box-shadow: 0 0 5px #00000085;
	border-radius: 50%;
	width: 24px;
	height: 24px;
	color: #fff;
	font-size: 10px;
	font-weight: 700;
	text-align: center;
	line-height: 1;
	padding-top: 5px;
	position: absolute;
	top: -10px;
	right: -10px;
	display: none;
	z-index: 999;
}
.sticky-video-container.fixed .close-sticky-video {
	display: block;
}

.fixed-sidebar-widgets-row.elementor-sticky--active + .fixed-sidebar-widgets-row .elementor-widget-wrap {
	opacity: 0;
}

#inline-form .mktoLabel {
	display: none !important;
}

#inline-form .mktoHtmlText {
	display: none;
}

#inline-form .mktoForm {
	position: relative;
	margin: 0;
	padding-right: 120px;
}

#inline-form .mktoCaptchaDisclaimer {
	display: none;
}

#inline-form .mktoForm .mktoButton {
	margin: 0 !important;
	position: absolute;
	top: 0;
	right: 0;
	width: 120px !important;
	height: 52px;
	min-width: auto !important;
	padding: 11px !important;
	border-radius: 0 5px 5px 0 !important;
}

#inline-form .mktoForm .mktoButtonRow {
	position: static;
}

#inline-form .mktoForm input {
	padding: 14px !important;
	height: 52px !important;
	border: none !important;
	border-radius: 5px 0 0 5px !important;
}

#inline-form .mktoFormCol {
	margin-bottom: 0 !important;
	min-height: auto;
}

#inline-form .mktoOffset {
	height: auto;
}

.iframe-auto-height {
	width: 100%; 
	border: none;
	overflow: hidden;
}


.search-results-head {
	display: flex;
	flex-direction: row-reverse;
	padding-bottom: 15px;
}
.search-results-head .search-form-container {
	width: 50%;
	padding-top: 10px;
}
.search-results-head .search-form {
	flex: 0 0 50%;
	display: flex;
}
.search-results-head .search-form label {
	width: 100%;
}
.search-results-head .search-form input {
	background: url(../svg/form-search-icon.svg) no-repeat 10px center #fff;
	background-size: 18px;
	border: 1px solid #21A4DF;
	padding-left: 35px;
}
.search-results-head .search-form input.search-submit {
	display: none;
}
.search-results-head .results-head-info {
	width: 50%;
	padding-right: 30px;
}
.search-results-head .results-head-info h2 {
	color: #000;
	margin-bottom: 5px;
}
.search-results-head .results-head-info h2 span {
	display: block;
	font-family: "Montserrat", sans-serif;
	font-size: 25px;
	text-transform: initial;
}
.search-results-head .results-head-info h2 strong {
	color: #21A4DF;
}
.search-results-head .results-head-info p strong {
	color: #21A4DF;
}

.search-cpt-container {
	border-bottom: 1px solid #21A4DF;
	padding-bottom: 30px;
	margin-bottom: 50px;
}
.search-cpt-container:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: none;
}
.search-cpt-container .cpt-title {
	font-family: "Montserrat", sans-serif;
	font-weight: 600;
	color: #000;
}

.search-results .result-item {
	display: flex;
	margin-bottom: 20px;
}
.search-results .result-item:last-child {
	margin-bottom: 0;
}
.search-results .featured-img {
	flex: 0 0 120px;
	height: 120px;
	background: #fff;
	filter: drop-shadow(0px 30px 20px rgba(33, 164, 223, 0.2));
	display: flex;
	align-items: center;
	justify-content: center;
	margin-right: 30px;
	border-radius: 12px;
	overflow: hidden;
}
.search-results .featured-img a, 
.search-results .featured-img picture {
	display: flex;
	height: 100%;
	justify-content: center;
}
.search-results .featured-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.search-results .featured-img .placeholder-img {
	width: 70%;
	height: auto;
	object-fit: inherit;
}
.search-results .result-entry-info {
	align-self: center;
	width: 100%;
}
.search-results .entry-title {
	font-size: 23px;
	font-weight: 600;
	line-height: 1.25;
	margin-bottom: 5px;
}
.search-results .entry-title .external-link:after {
	content: "\f08e";
	font-family: "Font Awesome 5 Pro";
	color: #000;
	font-size: 18px;
	display: inline-block;
	position: relative;
	left: 5px;
	top: -1px;
}
.search-results .result-entry-excerpt {
	color: #000000;
	font-size: 16px;
	line-height: 1.4;
	margin-bottom: 0;
}
.search-results .post-meta {
	font-size: 14px;
	font-weight: 600;
	font-family: "Montserrat", sans-serif;
	color: #7a7a7a;
	text-transform: uppercase;
	margin-bottom: 5px;
	line-height: 1.4;
}
.search-results .result-entry-excerpt *:last-child {
	margin-bottom: 0;
}

.search-cpt-container .pagination {
	clear: both;
	padding-top: 10px;
}

.post-type-podcast .search-results .featured-img {
	padding: 10px;
}

.post-type-news .search-results .featured-img img {
	width: auto;
	height: auto;
	object-fit: inherit;
	align-self: center;
}

/*
Site Search
----------------------------------------------------- */

.site-search {
	background: rgb(16 82 112 / 80%);
	display: flex;
	align-items: start;
	justify-content: center;
	width: 100%;
	min-height: 100vh;
	padding-top: 200px;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999;
}
.site-search .container {
	background: #fff;
	border-radius: 15px;
	padding: 25px;
	width: 100%;
	max-width: calc(1220px - 50px);
}
.site-search label {
	display: block;
}
.site-search .search-field {
	background: url(../svg/form-search-icon.svg) no-repeat 10px center #fff;
	background-size: 18px;
	border: 1px solid #21A4DF;
	padding-left: 35px;
}
.site-search .search-submit {
	display: none;
}

.last-child-gap-none *:last-child {
	margin-bottom: 0;
}

.col-vertically-middle {
	align-self: center;
}

.algolia-autocomplete .aa-dropdown-menu {
	max-height: calc(100vh - 260px);
	overflow-y: auto;
}

.view-all {
	cursor: pointer;
	font-size: 14px;
	font-weight: 700;
	padding: 5px 15px;
	text-decoration: underline;
	display: none;
}

.aa-empty:empty + .view-all {
	display: block;
}

/*
key takeaways list
----------------------------------------------------- */

#site-body .key-takeaways:after {
	content: '';
	display: block;
	width: 100%;
	max-width: 200px;
	border: 2px solid #f7941f;
	margin: 40px auto 30px;
}
#site-body .key-takeaways h3 {
	color: #21a4df;
	margin-bottom: 30px;
}

#site-body .key-takeaways-list {
	padding: 0;
	margin: 0;
}

#site-body .key-takeaways-list li {
	display: block;
	position: relative;
	padding-left: 40px;
	margin-bottom: 20px;
	line-height: 1.5;
	font-weight: 500;
	color: #105270;
}

#site-body .key-takeaways-list li:before {
	content: '';
	background: url(../svg/checkmark-blue.svg) no-repeat center;
	background-size: contain;
	width: 27px;
	height: 27px;
	position: absolute;
	top: 0;
	left: 0;
}

/*
email form
----------------------------------------------------- */

#site-body .email-form .elementor-shortcode {
	background: #fff;
	border-radius: 20px;
	filter: drop-shadow(0px 40px 40px rgba(33, 164, 223, 0.2));
	padding: 30px 40px;
	margin: 0 auto;
	max-width: 545px;
}

#site-body .email-form input#Email {
	padding: 12px 17px !important;
	width: calc(100% - 110px) !important;
	height: 43px !important;
	position: relative;
	z-index: 9;
}

#site-body .email-form .mktoForm_shortcode {
	position: relative;
	width: 100% !important;
	margin: 0 auto;
	line-height: 1.35;
	padding: 0;
}

#site-body .email-form .mktoForm_shortcode .mktoButton {
	width: 100px !important;
	height: 43px !important;
	margin: 0 !important;
}


#site-body #mktoForm_1399.mktoForm_shortcode .mktoButtonRow {
	top: 23px !important;
	right: 0;
	left: inherit !important;
	justify-content: right !important;
	position: absolute !important;
	margin-top: 0 !important;
}

#site-body .mktoForm_shortcode #LblOpte__c {
	display: none !important;
}

#site-body .mktoForm_shortcode #mktoCheckbox_9049_0 {
	width: 40px !important;
	align-self: start;
}

#site-body .mktoForm_shortcode .mktoCheckboxList {
	max-width: 100% !important;
	padding-left: 0;
	margin-left: -4px !important;
}

#site-body .image-position-bottom {
	bottom: 0;
	top: inherit;
}

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

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

	#profisee-header #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-megamenu > ul.mega-sub-menu > li {
		max-height: calc(100vh - 150px);
		overflow-y: auto;
	}
	#content .tabs-style2.six-tabs .pp-advanced-tabs-title,
	#content .tabs-style2.six-tabs .elementor-tab-title {
		width: 16%;
	}
	#content .tabs-style2.six-tabs .pp-advanced-tabs-title-text,
	#content .tabs-style2.six-tabs .tabs-title-text {
		font-size: 14px;
		letter-spacing: 0;
	}

}

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

	.elementor-section-boxed:not(.elementor-section-stretched) h1,
	h1.entry-title {
		font-size: 58px;
	}
	#content .large-h1-heading h1 {
		font-size: 75px;
	}
	.elementor-inner h2 {
		font-size: 45px;
	}
	.elementor-inner h3 {
		font-size: 30px;
	}

	#profisee-header .menu-item-has-children ul.sub-menu {
		transition: all .3s;
		height: 0 !important;
		visibility: hidden !important;
	}

	#profisee-header .menu-item-has-children.item-hovered > .sub-menu, #profisee-header .menu-item-has-children:focus-within > .sub-menu {
		-webkit-box-shadow: 0 4px 10px -2px rgb(0 0 0 / 10%);
		box-shadow: 0 4px 10px -2px rgb(0 0 0 / 10%);
		background: transparent;
		padding-top: 30px;
		transform: initial;
		visibility: visible !important;
		height: auto !important;
		opacity: 1 !important;
	}
	#site-body .auto-width-btn .elementor-button {
		min-width: auto;
		width: 100%;
	}
	#content .tab-inner-grid-row h4 {
		font-size: 26px;
	}

}


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

	body .elementor-3722 .elementor-element.elementor-element-077c66b > .elementor-container,
	#content .insider-header-section {
		max-width: 98%;
	}
	body:not(.rtl) .elementor-3722 .elementor-element.elementor-element-8a93232 .uael-nav-menu__layout-horizontal .uael-nav-menu > li.menu-item:not(:last-child) {
		margin-right: 15px;
	}
	body:not(.rtl) .elementor-3722 .elementor-element.elementor-element-4c4861a  .uael-nav-menu__layout-horizontal .uael-nav-menu > li.menu-item:not(:last-child) {
		margin-right: 17px;
	}
	#profisee-header > .elementor-container .search-box .menu-item::before {
		right: -9px;
	}
	#profisee-header span.elementor-heading-title, 
	#profisee-header .menu-row h4,
	#site-body #profisee-header .menu-row .nav-title {
		font-size: 14px;
	}
	#content .platform-data-sidebar {
		margin-top: 65px;
	}
	#content .step-content-row .platform-steps-main-title {
		margin-bottom: 0;
	}
	.platform-data-steps .steps-container .elementor-container:before {
		width: 60px;
		height: 60px;
		flex: 0 0 60px;
	}
	.mega-menu-row .elementor-container {
		gap: 40px;
	}
	.menu-overview-col:before {
		left: -60px;
	}
	.hero-grid-section h4 {
		padding: 0;
	}
	#content .hero-grid-section .col-image-right-side .col-image-right-content {
		margin-left: 0;
	}

}

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

	#content .animation-widget {
		left: -86px;
	}
	#content .animation-widget-dark {
		left: -248px;
	}
	#content .hero-grid-section .col-image-right-side > .elementor-widget-wrap {
		right: -60px;
	}

}

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

	#content .icon-circle img {
		width: 83px;
		flex: 0 0 80px;
		height: 80px;
		padding: 15px;
	}
	#content .icon-circle .wp-caption {
		max-width: 200px;
	}
	#content .icon-circle .wp-caption-text {
		padding-left: 30px;
		flex: 0 0 130px;
	}
	#content .icon-circle.caption-first .wp-caption-text {
		padding-left: 0;
		padding-right: 30px;
	}
	#profisee-header .search-box .elementor-button {
		min-width: 150px;
	}
	#content .hero-grid-section .col-image-right-side > .elementor-widget-wrap {
		right: 0;
	}
	.posts-loop .post-meta-info {
		font-size: 12px;
	}

}

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

	body .elementor-section.elementor-section-boxed > .elementor-container {
		max-width: 1000px;
	}
	.elementor-3722 .elementor-element.elementor-element-8a93232 .menu-item a.uael-menu-item {
		font-size: 14px;
	}
	.elementor-3722 .elementor-element.elementor-element-a483b5f .menu-item a.uael-menu-item {
		font-size: 14px;
	}
	#profisee-header .menu-item-has-children .elementor-container {
		max-width: 100%;
	}
	#profisee-header .menu-item-has-children .menu-item.saved-content {
		padding: 30px;
	}
	#profisee-header .menu-item-has-children .elementor-widget-container p {
		font-size: 15px;
	}
	#profisee-header .menu-item-has-children .elementor-widget-container a {
		font-size: 15px;
	}
	#profisee-header > .elementor-container .search-box .header-search {
		background-size: contain;
		width: 20px;
		height: 20px;
	}
	#profisee-header .search-box .menu-item:last-child {
		line-height: inherit;
	}
	#profisee-header .search-box .elementor-button {
		min-width: 140px;
	}
	#profisee-header > .elementor-container .main-menu .uael-nav-menu__layout-horizontal .uael-nav-menu .sub-arrow {
		margin-left: 3px;
	}
	#home-hero-panel .content-box {
		left: calc( calc( 100% - 1000px ) / 2 );
	}
	#home-hero-panel .bricks-panel {
		max-width: 1000px;
	}
	.brick {
		width: 275px; 
	}
	#analysts-are-saying .content-slider .pp-info-box-content-wrap {
		min-height: 515px;
	}
	#advantage-cta-bar .content-box .elementor-widget-wrap .elementor-widget-heading,
	#content .advantage-cta-bar .content-box .elementor-widget-wrap .elementor-widget-heading {
		max-width: 615px;
		padding: 0 25px;
	}
	#profisee-platform .text-box {
		max-width: 700px;
	}
	#central-box {
		max-width: 320px;
		height: 320px;
	}
	#central-box .inner-box {
		max-width: 300px;
		height: 300px;
		margin: 10px auto 0;
	}
	#central-box .heading-box {
		max-width: 280px;
		height: 280px;
		margin: 10px auto 0;
	}
	#central-box .heading-box h2 {
		font-size: 35px;
		line-height: 1.2;
	}
	#floating-list-items ul li {
		font-size: 18px;
		margin: 0 0 20px;
	}
	#floating-list-items .left-list-box ul li:nth-of-type(11) {
		margin-left: 440px;
	}
	#data-is-good .image-box {
		max-width: 665px;
	}
	#content .tabs-style1 .pp-advanced-tabs-title-text,
	#content .tabs-style1 .tabs-title-text {
		font-size: 25px;
	}
	.elementor-section {
		z-index: 2;
	}
	.left-side-pattern, 
	.left-side-pattern {
		z-index: 1;
	}
	#advantage-sticky-nav.fixed > .elementor-container {
		top: 82px;
	}
	.video-slider .tns-ovh {
		margin: 0 -30px;
	}
	.video-slider .tns-controls,
	.widget-slider-container .tns-controls {
		display: none;
	}
	#content .insider-header-section.elementor-sticky--active {
		margin-top: -3px !important;
	}
	.single-podcast .left-side-pattern {
		z-index: 3;
	}
	.podcast > .elementor-section-wrap > .elementor-section:first-child {
		z-index: 5;
	}
	.testimonial-icon-left br {
		display: none;
	}
	#content .right-pipe-gap {
		padding-right: 70px;
	}
	#content .top-right-pipe,
	#content .bottom-right-pipe {
		padding-right: 65px;
	}
	#content .icon-text-widget .elementor-icon-box-icon {
		margin-right: 15px;
	}
	#content .icon-text-widget .elementor-icon-box-title {
		font-size: 20px;
	}
	#content .cta-scroll-widget .bdt-scrollnav a {
		font-size: 24px;
		margin-right: 30px;
	}
	#content .box-icon-text-widget.box-icon-hover-widget .elementor-icon-box-description,
	#content .box-icon-text-widget.box-icon-hover-widget a {
		font-size: 14px;
	}
	.cta-scroll-section.bdt-active > div > .elementor-container {
		margin-top: -6px;
	}
	#content .post-meta-list-widget .elementor-icon-list-text br {
		display: none;
	}
	#content .platform-overview-slider-section {
		padding: 60px 0;
	}
	.slider-container-section .tns-controls {
		display: none;
	}
	.slider-container-section .tns-nav {
		max-width: 50%;
	}
	#profisee-header #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item {
		margin: 0 8px 0 0;
	}
	#profisee-header #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link {
		font-size: 14px;
	}
	#profisee-header #mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-item-has-children > a.mega-menu-link > span.mega-indicator {
		margin-left: 3px;
	}
	body .now-you-can:before {
		background-size: contain;
	}
	body .address-box .elementor-widget-image img {
		max-height: 94px;
		width: auto;
	}
	.small-container-on-ipad .elementor-widget-container {
		max-width: 600px;
		margin: 0 auto;
	}
	#content .master-data {
		z-index: auto;
	}
	#content .animation-widget {
		top: -132px;
		left: -66px;
		width: 1166px;
	}
	#content .animation-widget-dark {
		top: 440px;
		left: -108px;
		width: 1190px;
	}
	.swirl-bg {
		max-width: 90%;
		margin: 0 auto;
	}
	.swirl-bg:before {
		background-size: 100%;
		width: calc(100% + 50px);
		height: calc(100% + 50px);
	}
	#footer-widgets .address-box .elementor-element {
		margin-top: 10px;
	}
	.iconbox h4 br {
		display: none;
	}
	#content .hero-grid-section h1 {
		font-size: 65px;
	}
	.hero-grid-section .button + .button {
		margin-top: 2px;
		margin-left: 0;
	}
	#content .hero-grid-section .col-image-right-content .elementor-widget-button {
		max-width: 100%;
		left: 0;
		text-align: right;
		padding: 0 20px;
	}
	#site-body #profisee-header .mega-sub-menu .button {
		font-size: 15px;
	}
	#site-footer .copyright-area-links, 
	#site-footer .copyright-widget {
		font-size: 15px;
	}
	.recent-news .news-category {
		flex: 0 0 175px;
		margin-right: 25px;
	}
	.recent-news h4 {
		font-size: 20px;
	}
	.recent-news .news-category .term {
		font-size: 18px;
	}
	.search-results-head .results-head-info {
		width: 60%;
	}
	.search-results-head .results-head-info h2 span {
		font-size: 20px;
	}

}


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

	body .elementor-section.elementor-section-boxed > .elementor-container {
		max-width: 95%;
	}
	body .elementor-section.elementor-section-boxed > .elementor-container .elementor-container {
		max-width: 100%;
	}
	#profisee-header > .elementor-container {
		display: block;
		padding: 0 20px;
	}
	#profisee-header .main-menu .uael-nav-menu__toggle {
		margin: 12px 0;
	}
	#profisee-header .menu-item-has-children .menu-item.saved-content {
		padding: 20px;
		margin-bottom: 20px;
	}
	#profisee-header > .elementor-container .main-menu .uael-nav-menu__layout-horizontal .uael-nav-menu .sub-arrow {
		background-size: contain;
	}
	#profisee-header .elementor-element a {
		font-size: 17px;
	}
	.menu-icon-box .icon-box-icon,
	#site-body #profisee-header .menu-row .menu-icon-box-description {
		display: none;
	}
	#profisee-header #mega-menu-wrap-menu-1 .elementor-widget-container a, 
	#site-body #profisee-header .menu-row .menu-icon-box-title {
		font-size: 15px;
		font-weight: 400;
	}
	#profisee-header .menu-item-has-children .elementor-widget-container p,
	#profisee-header .menu-item-has-children .elementor-widget-container a {
		font-size: 15px;
	}
	#profisee-header .menu-item-has-children:hover > .sub-menu, 
	#profisee-header .menu-item-has-children:focus-within > .sub-menu {
		padding-top: 0;
	}
	#profisee-header .search-box .elementor-element a {
		padding-left: 5px;
		padding-right: 5px;
	}
	#profisee-header > .elementor-container .main-menu .top-right-links {
		padding-bottom: 0;
	}
	#profisee-header > .elementor-container .main-menu .top-right-links .menu-item a {
		font-size: 15px;
	}
	.sub-header-content .left-side-col img {
		max-width: 172px;
		height: 40px;
	}
	#home-hero-panel {
		margin-top: 0;
		margin-bottom: 20px;
	}
	#home-hero-panel .inner-wrap {
		min-height: 560px;
	}
	#home-hero-panel .content-box {
		max-width: 405px;
		left: 50px;
	}
	#home-hero-panel .content-box h1 {
		color: #105270;
		font-family: "Oswald", Sans-serif;
		font-size: 45px;
	}
	#home-hero-panel .bricks-panel {
		max-width: 95%;
	}
	#home-hero-panel .bricks-panel .elementor-container .elementor-container {
		flex-wrap: nowrap;
	}
	.brick {
		width: 200px;
		height: 50px;
		font-size: 18px;
	}
	#profisee-helps .boxes .elementor-container > .elementor-column:last-child {
		max-width: calc( 100% - 115px );
	}
	#profisee-helps .boxes .elementor-heading-title {
		font-size: 20px;
	}
	#data-is-good .text-box > .elementor-widget-wrap {
		padding: 30px;
	}
	#data-is-good .elementor-icon-list-text {
		font-size: 18px;
	}
	#data-is-good .image-box {
		max-width: 500px;
		right: -45px;
		top: 0;
	}
	#reviews-panel .reviews-box {
		padding-left: 0;
	}
	#analysts-are-saying {
		padding-top: 10px;
		padding-bottom: 65px;
	}
	#analysts-are-saying .content-slider .swiper-container {
		padding: 40px 10px 80px;
		margin: 0px -10px;
	}
	#analysts-are-saying .swiper-slide-active .pp-info-box-content-wrap, 
	#analysts-are-saying .swiper-slide-active + div .pp-info-box-content-wrap {
		filter: drop-shadow( 0px 10px 7px rgba( 33, 164, 223, 0.15 ) );
	}
	#analysts-are-saying .content-slider .pp-info-box-content-wrap {
		width: calc( 100% - 20px );
		min-height: 580px;
	}
	.iconbox a .icon {
		max-width: 50px;
	}
	.iconbox a h4 {
		font-size: 20px;
		line-height: 1.3;
		max-width: calc( 100% - 60px );
	}
	#footer-cta h2 {
		font-size: 40px;
	}
	#footer-cta .inner-wrap .heading-box .elementor-widget-wrap {
		padding: 0 120px 0 40px;
	}
	#footer-cta .inner-wrap .content-box .elementor-widget {
		padding: 25px 30px 25px 15px;
	}
	#footer-widgets .address-box .elementor-widget-wrap {
		max-width: 100%;
	}
	#footer-widgets .navigation {
		max-width: 100%;
		padding-top: 15px;
	}
	#copyright-text .elementor-widget-container {
		font-size: 16px;
	}
	#footer-widgets {
		padding: 35px 0 40px;
	}
	#profisee-helps {
		padding-bottom: 0;
	}
	#profisee-helps section {
		margin-bottom: 0;
	}
	#profisee-helps .boxes {
		margin-bottom: 25px;
	}
	#advantage-hero-panel .text-box h1 {
		font-size: 45px;
	}
	#advantage-hero-panel .floating-icons {
		padding-left: 0;
		padding-right: 20px;
	}
	#advantage-hero-panel .text-box {
		max-width: 455px;
	}
	#advantage-hero-panel .text-box h4 {
		font-size: 20px;
		line-height: 1.4;
	}
	#advantage-cta-bar .content-box .elementor-widget-wrap .elementor-widget-heading,
	#content .advantage-cta-bar .content-box .elementor-widget-wrap .elementor-widget-heading {
		max-width: 330px;
	}
	#advantage-cta-bar .content-box .elementor-widget-wrap .elementor-widget-heading .elementor-heading-title,
	#content .advantage-cta-bar .content-box .elementor-widget-wrap .elementor-widget-heading .elementor-heading-title {
		font-size: 20px;
	}
	#profisee-platform .text-box {
		max-width: 380px;
	}
	.elementor-widget-container h2.elementor-heading-title,
	.elementor-widget-container h2,
	#only-profisee-section .heading h2 {
		font-size: 35px;
	}
	#profisee-platform .text-box h2 br {
		display: none;
	}
	#only-profisee-section {
		padding-bottom: 85px;
	}
	#only-profisee-section .heading h2 {
		margin-bottom: 92px;
	}
	#floating-list-items {
		top: 200px;
	}
	#floating-list-items .elementor-container {
		flex-wrap: nowrap;
		max-width: 710px;
		margin: 0 auto;
	}
	#floating-list-items .elementor-container .elementor-col-50 {
		width: 290px;
	}
	#floating-list-items ul li {
		font-size: 16px;
		line-height: 1.25;
		margin-bottom: 12px;
	}
	#floating-list-items .left-list-box ul li:nth-of-type(1) {
		margin-left: 70px;
	}
	#floating-list-items .left-list-box ul li:nth-of-type(2) {
		margin-left: 57px;
	}
	#floating-list-items .left-list-box ul li:nth-of-type(3) {
		margin-left: 18px;
	}
	#floating-list-items .left-list-box ul li:nth-of-type(4), 
	#floating-list-items .left-list-box ul li:nth-of-type(5) {
		margin-left: 70px;
	}
	#floating-list-items .left-list-box ul li:nth-of-type(6) {
		margin-left: -6px;
	}
	#floating-list-items .left-list-box ul li:nth-of-type(7) {
		margin-left: 8px;
	}
	#floating-list-items .left-list-box ul li:nth-of-type(8) {
		margin-left: 30px;
	}
	#floating-list-items .left-list-box ul li:nth-of-type(9) {
		margin-left: 0;
	}
	#floating-list-items .left-list-box ul li:nth-of-type(10) {
		margin-left: 72px;
	}
	#floating-list-items .left-list-box ul li:nth-of-type(11) {
		margin-left: 150px;
	}
	#floating-list-items .left-list-box {
		right: 25px;
	}
	#floating-list-items .right-list-box {
		left: 25px;
	}
	#floating-list-items .right-list-box ul li:nth-of-type(1) {
		margin-left: -30px;
	}
	#floating-list-items .right-list-box ul li:nth-of-type(2) {
		margin-left: 25px;
	}
	#floating-list-items .right-list-box ul li:nth-of-type(3) {
		margin-left: 55px;
	}
	#floating-list-items .right-list-box ul li:nth-of-type(4) {
		margin-left: 72px;
	}
	#floating-list-items .right-list-box ul li:nth-of-type(5) {
		margin-left: 84px;
	}
	#floating-list-items .right-list-box ul li:nth-of-type(6) {
		left: 0;
		margin-left: 95px;
	}
	#floating-list-items .right-list-box ul li:nth-of-type(7) {
		margin-left: 90px;
	}
	#floating-list-items .right-list-box ul li:nth-of-type(8) {
		margin-left: 84px;
	}
	#floating-list-items .right-list-box ul li:nth-of-type(9) {
		left: 0;
		margin-left: 57px;
	}
	#intro-section .cta-boxes .elementor-widget-text-editor {
		padding: 27px 20px 40px;
		min-height: auto;
	}
	#intro-section .cta-boxes .elementor-widget-text-editor p {
		font-size: 17px;
		line-height: 1.5;
		margin: 0 0 27px;
	}
	#intro-section .cta-boxes .elementor-widget-text-editor .button {
		position: relative;
		left: 0;
		right: 0;
		max-width: 175px;
		margin: 0 auto;
		bottom: 0;
		min-width: 175px;
	}
	#intro-section .text-box h4 {
		font-size: 20px;
	}
	#make-it-happen {
		padding: 30px 0;
	}
	#only-profisee-section::before,
	#only-profisee-section::after,
	#make-it-happen .video-box::after,
	.right-side-dots> .elementor-container::after {
		display: none;
	}
	#make-it-happen .video-box::before,
	.left-side-dots > .elementor-container::before {
		left: 0;
		top: 60%;
		transform: unset;
		background-size: 100%;
		width: 100%;
		height: 100%;
	}
	.tns-nav button {
		margin: 2px 4px;
	}
	h1 br,
	h2 br,
	h3 br,
	h4 br {
		display: none;
	}
	.col-margin-row > div > .elementor-container {
		gap: 0;
	}
	.col-margin-row > div > .elementor-container > .elementor-column {
		width: 100%;
		margin-bottom: 20px;
	}
	.col-margin .elementor-container {
		flex-wrap: initial;
	}
	.col-gap .elementor-container {
		gap: 20px;
		-ms-flex-wrap: initial;
		flex-wrap: initial;
	}
	#advantage-make-it-easy .icon-and-text .elementor-widget-wrap .elementor-element, 
	#site-body .icon-and-text .elementor-widget-wrap .elementor-element {
		width: 40px;
	}
	#advantage-make-it-easy .icon-and-text .elementor-widget-wrap .elementor-element:last-child, 
	#site-body .icon-and-text .elementor-widget-wrap .elementor-element:last-child {
		max-width: calc( 100% - 55px );
	}
	#content .elementor-icon-list-item .elementor-icon-list-icon {
		align-self: start;
	}
	.icon-and-text svg {
		max-width: 50px;
	}
	.icon-box-list-row .elementor-container {
		-ms-flex-wrap: initial;
		flex-wrap: initial;
	}
	#content .box-icon-text-widget .elementor-icon-box-wrapper {
		padding: 15px 20px 15px 25px;
	}
	#content .box-icon-text-widget .elementor-icon-box-wrapper .elementor-icon {
		font-size: 40px;
	}
	#content .box-icon-text-widget .elementor-icon-box-title {
		font-size: 20px;
	}
	#content .box-icon-text-widget .elementor-icon-box-wrapper {
		filter: drop-shadow(0px 20px 20px rgba(33,164,223,0.2));
	}
	#content .box-icon-text-widget .elementor-icon-box-wrapper:hover, 
	#content .box-icon-text-widget .elementor-icon-box-wrapper:focus-within {
		filter: drop-shadow(0px 20px 20px rgba(33,164,223,0.4));
	}
	#content .tabs-style1 .elementor-tabs-wrapper {
		display: none;
	}
	#content .tabs-style1 .pp-tabs-panel,
	#content .tabs-style1 .tabs-panel {
		background-color: #FFFFFF;
		border-radius: 20px;
		filter: drop-shadow(0px 50px 50px px rgba(33, 164, 223, 0.2));
		filter: drop-shadow(0px 50px 50px rgba(33, 164, 223, 0.2));
		margin-bottom: 15px;
		padding: 20px;
	}
	#content .tabs-style1 .pp-advanced-tabs-title,
	#content .tabs-style1 .elementor-tab-title {
		display: flex;
	}
	#content .tabs-style1 .pp-advanced-tabs-title-text:after,
	#content .tabs-style1 .tabs-title-text:after {
		border-color: #BFDBE6;
		width: 100%;
	}
	#content .tabs-style1 .pp-tab-active .pp-advanced-tabs-title-text:after,
	#content .tabs-style1 .elementor-tab-title.elementor-active .tabs-title-text:after {
		border-color: #00A694;
	}
	#content .tabs-style1 .pp-advanced-tabs-content,
	#content .tabs-style1 .elementor-tab-content {
		padding-top: 20px;
	}
	#content .tabs-style2 .elementor-tabs-wrapper {
		display: none;
	}
	#content .tabs-style2 .pp-tabs-panel .pp-advanced-tabs-title,
	#content .tabs-style2 .elementor-tabs-content-wrapper .elementor-tab-title {
		align-items: center;
		display: flex;
		width: 100%;
	}
	#content .tabs2-section .elementor-icon-box-title {
		font-size: 35px;
	}
	#content .tabs-style2 .pp-advanced-tabs-title .pp-icon,
	#content .tabs-style2 .pp-advanced-tabs-title-text {
		vertical-align: middle;
	}
	#advantage-sticky-nav.fixed > .elementor-container {
		top: 65px;
	}
	body .elementor-element.elementor-grid-tablet-2 .pp-elementor-grid .pp-grid-item-wrap:only-child {
		width: 100%;
	}
	blockquote {
		background-size: 50px;
		padding-left: 70px;
	}
	.page-id-10898 #content .insider-header-section, 
	.single-podcast #content .insider-header-section {
		margin-bottom: 0;
	}
	#content .tree-pipe-lines-section:after,
	#content .tree-pipe-lines-section:before {
		background-size: 90%;
	}
	.box-icon-text-widget.box-icon-img-medium .elementor-icon {
		width: 60px;
	}
	.box-icon-text-widget.box-icon-img-medium svg {
		max-width: 60px;
	}
	#content .top-right-pipe, 
	#content .bottom-right-pipe,
	#content .right-pipe {
		padding-right: 35px;
	}
	#content .tree-pipe-lines-section {
		padding-top: 100px;
		padding-bottom: 100px;
	}
	.testimonial-icon-left {
		background: url(../svg/quote.svg) no-repeat left 25px;
		padding-left: 70px;
		background-size: 50px;
	}
	#content .tabs-style3 .pp-tabs-panel .pp-advanced-tabs-title {
		display: none;
	}
	#content .light-img-widget .elementor-image-box-img {
		width: 90px;
		height: 90px;
	}
	.inner-box-wrap .elementor-container, 
	.inner-box-wrap.elementor-widget {
		padding: 30px;
	}
	#content .mdm-texture-img-col .texture-icon {
		width: 60px;
		height: 60px;
	}
	#content .mdm-texture-img-col .texture-icon img {
		max-width: 30px;
		max-height: 30px;
	}
	#content .cta-scroll-widget .bdt-scrollnav a {
		font-size: 22px;
	}
	#content .work-steps-sections .elementor-container {
		column-gap: 50px;
	}
	#content .work-steps-sections .elementor-column:after {
		width: 60px;
		right: -60px;
	}
	#content .logos-and-title .elementor-image-box-title {
		font-size: 14px;
	}
	.work-steps-sections h4 {
		font-size: 15px;
	}
	.work-steps-sections p {
		font-size: 14px;
		line-height: 1.4;
	}
	#content .box-icon-text-widget.box-icon-hover-widget .elementor-icon-box-description,
	#content .box-icon-text-widget.box-icon-hover-widget a {
		font-size: 12px;
	}
	.elementor-widget-posts .elementor-grid:only-child {
		grid-template-columns: repeat(1,1fr);
	}
	#content .tab-inner-grid-row .elementor-container {
		gap: 0;
	}
	#content .tab-inner-grid-row .elementor-container .elementor-column {
		width: 100%;
		display: block;
	}
	#content .tab-inner-grid-row .elementor-column:after {
		border-right: none;
		border-bottom: 4px solid #00A694;
		position: relative;
		right: 0;
		margin: 30px 0 50px;
	}
	#content .two-rotate-img-overlay-col .elementor-widget-wrap {
		-ms-transform: scaleX(0.8) scaleY(1.5) scaleZ(1) rotateX(-43deg) rotateY(-40deg) rotateZ(0deg) translateX(-7%) translateY(17%) translateZ(0) skewX(0deg) skewY(-36deg);
		transform: scaleX(0.8) scaleY(1.5) scaleZ(1) rotateX(-43deg) rotateY(-40deg) rotateZ(0deg) translateX(-7%) translateY(17%) translateZ(0) skewX(0deg) skewY(-36deg);
	}
	#content .plaform-accordions .elementor-accordion-item .elementor-accordion-title {
		font-size: 12px;
	}
	#content .plaform-accordions-row .elementor-tab-content {
		font-size: 12px;
	}
	.end-user-col:before {
		left: -55px;
		width: 50px;
	}
	#content .data-silos-col h3, 
	#content .end-user-col h3 {
		font-size: 24px;
	}
	#content .logos-and-title .elementor-image-box-img {
		max-width: 50%;
	}
	#content .logos-and-title .elementor-image-box-title {
		font-size: 12px;
	}
	#content .logos-and-title.end-user-box-widget .elementor-image-box-img {
		padding-left: 0;
	}
	#content .data-ingestion-col:before,
	#content .logos-and-title.end-user-box-widget .elementor-image-box-img:before {
		width: 45px;
		height: 45px;
		background-size: 10px;
	}
	#content .logos-and-title.end-user-box-widget .elementor-image-box-img:before {
		left: -60px;
	}
	#content .data-ingestion-col {
		padding-right: 40px;
		margin: 0;
	}

	.platform-overview-steps-row > div > .elementor-container,
	.platform-data-steps .elementor-section .elementor-container {
		-ms-flex-wrap: initial;
		flex-wrap: initial;
	}
	.platform-data-steps .steps-container .elementor-container:before {
		width: 50px;
		height: 50px;
		flex: 0 0 50px;
	}
	.logos-box .elementor-container {
		gap: 0;
		padding: 20px;
	}
	.logos-box .elementor-container .elementor-column {
		padding: 7px;
	}
	#content .platform-features-row .elementor-heading-title {
		font-size: 100px;
	}
	#content .platform-features-row .elementor-heading-title {
		font-size: 80px;
		padding-top: 60px;
	}
	#content .box-icon-text-widget .elementor-icon-box-icon {
		margin-right: 5px;
	}
	#content .box-icon-text-widget .elementor-icon-box-title {
		font-size: 16px;
	}
	#content .platform-data-sidebar {
		margin-top: 0;
	}
	.elementor-widget-container img.alignleft, 
	.elementor-widget-container img.alignright {
		max-width: 350px;
	}
	.elementor-widget-mpw .pp-post-thumbnail, 
	.elementor-widget-mpw .pp-post-thumbnail img {
		max-height: 100% !important;
	}
	#profisee-header .mega-menu-row .elementor-container,
	.col-gap .elementor-container {
		gap: 0;
		flex-wrap: wrap;
	}
	#profisee-header .mega-menu-row .elementor-column {
		width: 100%;
		margin-bottom: 20px;
	}
	#profisee-header .mega-menu-row .elementor-column:last-child {
		margin-bottom: 0;
	}
	#profisee-header .mega-menu-row .menu-overview-col {
		padding-bottom: 20px;
	}
	.menu-overview-col:before {
		top: -20px;
		height: calc(100% + 20px);
		width: calc(100% + 90px);
	}
	#content .left-icon-right-text-box-row .elementor-icon-box-title {
		font-size: 25px;
	}
	#content .data-volume-table td {
		padding: 5px 12px 5px 12px;
	}
	#site-body .elementor-button {
		min-width: 180px;
	}
	.posts-col-2 {
		grid-template-columns: repeat(1, 1fr);
	}
	.posts-col-3,
	.posts-col-4 {
		grid-template-columns: repeat(2, 1fr);
	}
	.site-container {
		min-height: 100vh;
	}
	#profisee-header #mega-menu-wrap-menu-1 {
		padding-top: 13px;
		clear: none;
		padding-bottom: 17px;
		display: block;
		text-align: center;
	}
	#profisee-header #mega-menu-wrap-menu-1 .mega-menu-toggle {
		background: transparent;
		width: 36px;
		height: 32px;
		position: relative;
		z-index: 55;
		float: right;
	}
	#profisee-header #mega-menu-wrap-menu-1 .mega-menu-toggle.mega-menu-open {
		z-index: 999;
		margin-bottom: 25px;
	}
	#profisee-header #mega-menu-wrap-menu-1 #mega-menu-menu-1 {
		background: #fff;
		width: auto;
		padding: 15px 20px;
	}
	#profisee-header #mega-menu-wrap-menu-1 .mega-menu-toggle.mega-menu-open + #mega-menu-menu-1 {
		max-height: calc(100vh - 90px);
		margin: 0 -25px;
		padding: 0 25px;
		overflow-y: auto;
		clear: both;
		z-index: 999;
	}
	#profisee-header #mega-menu-wrap-menu-1 .mega-menu-toggle .mega-toggle-blocks-right .mega-toggle-block:only-child {
		margin: 0;
	}
	#profisee-header #mega-menu-wrap-menu-1 .mega-menu-toggle.mega-menu-open .mega-toggle-blocks-right .mega-toggle-block:only-child {
		margin-top: 1px;
	}
	#profisee-header #mega-menu-wrap-menu-1 .mega-menu-toggle.mega-menu-open + #mega-menu-primary {
		clear: both;
		padding-bottom: 15px;
		text-align: left;
		z-index: 555;
	}
	#profisee-header #mega-menu-wrap-menu-1 .mega-menu-toggle .mega-toggle-animated-inner, 
	#profisee-header #mega-menu-wrap-menu-1 .mega-menu-toggle .mega-toggle-animated-inner::before, 
	#profisee-header #mega-menu-wrap-menu-1 .mega-menu-toggle .mega-toggle-animated-inner::after {
		width: 100%;
		height: 4px;
		background: #000;
		margin: 0;
	}
	#profisee-header #mega-menu-wrap-menu-1 .mega-menu-toggle .mega-toggle-animated-slider .mega-toggle-animated-inner::before {
		top: 10px;
	}
	#profisee-header #mega-menu-wrap-menu-1 .mega-menu-toggle .mega-toggle-animated-slider .mega-toggle-animated-inner::after {
		bottom: 0;
	}
	#profisee-header #mega-menu-wrap-menu-1 .mega-menu-toggle.mega-menu-open .mega-toggle-animated-slider .mega-toggle-animated-inner::after {
		transform: translate3d(0, -12px, 0) rotate(-90deg);
		top: initial;
		bottom: -13px;
	}
	#profisee-header #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item {
		border-top: 1px solid #e6ebef;
		position: relative;
		margin: 0 -25px;
	}
	#profisee-header #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mobile-menu-item {
		display: block;
	}
	#profisee-header #mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-item-has-children > a.mega-menu-link:before,
	#profisee-header #mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-item-has-children > a.mega-menu-link > span.mega-indicator {
		content: '';
		margin-top: 8px;
		margin-right: -10px;
		background: url(../svg/arrow-menu-dropdown-mobile.svg) no-repeat center center;
		background-size: contain;
		width: 12px;
		height: 12px;
		display: none;
	}
	#profisee-header #mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-item-has-children > a.mega-menu-link:before {
		display: block;
		position: absolute;
		right: 45px;
	}
	#profisee-header #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item.mega-toggle-on > a.mega-menu-link > span.mega-indicator {
		background: url(../svg/arrow-menu-up-mobile.svg) no-repeat center center;
		background-size: contain;
	}
	#profisee-header #mega-menu-wrap-menu-1 #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
		padding: 7px 4px;
		text-align: left;
	}
	#profisee-header #mega-menu-wrap-menu-1 #mega-menu-primary li.mega-menu-item.mega-menu-flyout ul.mega-sub-menu {
		margin-top: 0;
	}
	#profisee-header #mega-menu-wrap-menu-1 #mega-menu-primary > li.mega-menu-item > a.mega-menu-link:after {
		display: none;
	}
	#profisee-header #mega-menu-wrap-menu-1 #mega-menu-primary span.mega-indicator {
		font-size: 20px;
		margin-top: 0px;
	}
	#profisee-header #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item h4.mega-block-title {
		font-size: 17px;
		padding-bottom: 7px;
	}
	#profisee-header #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link {
		font-size: 16px;
		height: auto;
		line-height: 1.5;
		padding-left: 0;
		padding: 7px 45px 7px 28px;
	}
	#profisee-header #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link::after {
		display: none;
	}
	#profisee-header #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > ul {
		background: #f2f6f9;
		border-top: 1px solid #e6ebef;
		padding: 10px 13px;
	}
	#profisee-header #mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-item.mega-toggle-on > ul.mega-sub-menu, 
	#profisee-header #mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-megamenu.mega-menu-item.mega-toggle-on ul.mega-sub-menu {
		display: none;
	}
	#profisee-header #mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-item.sub-menu-toggle-on > ul.mega-sub-menu, 
	#profisee-header #mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-megamenu.mega-menu-item.sub-menu-toggle-on ul.mega-sub-menu {
		display: block;
	}
	#profisee-header #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-flyout ul.mega-sub-menu {
		padding: 10px 15px;
	}
	#profisee-header #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item {
		padding: 6px 15px;
		margin: 0;
	}
	#profisee-header #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-megamenu > ul.mega-sub-menu > li {
		padding: 25px;
		box-shadow: none;
		border-radius: 0;
		background: transparent;
		padding: 10px 16px;
	}
	#profisee-header #mega-menu-wrap-menu-1 .elementor-container {
		flex-wrap: wrap;
		row-gap: 15px;
	}
	#profisee-header #mega-menu-wrap-menu-1 .elementor-column {
		width: 100%;
	}
	#content .insider-header-section .elementor-widget-image {
		padding-top: 10px;
	}
	#content .insider-header-section .menu li a {
		padding: 15px 5px;
	}
	#content .ignite-nav-widget .elementor-icon-list-item a {
		margin-right: 25px;
		padding: 10px 0;
	}
	#content .table-style2 th, 
	#content .table-style2 td {
		padding: 5px 12px;
	}
	#content .table-style2 tbody td:nth-child(1) {
		padding-left: 0;
	}
	body .elementor-counter .elementor-counter-number-wrapper {
		font-size: 50px;
	}
	#content .img-overlay-text-box {
		font-size: 14px;
	}
	#site-body .trusted-thousands > .elementor-container {
		padding: 40px 30px;
	}
	#site-body .trusted-thousands .elementor-column .elementor-container .elementor-element-populated {
		max-width: 170px;
		margin: 0 auto;
	}
	body .resources-built:before {
		opacity: 0.5;
	}
	body .resources-built:after {
		opacity: 0.5;
	}
	body .address-box .elementor-widget-image img {
		max-height: 62px;
	}
	body .right-place:after {
		background-position: bottom right;
		bottom: 0;
		top: auto;
	}
	#content .start-here-verticle-tabs .elementor-tabs-content-wrapper {
		padding-left: 0;
	}
	#content .start-here-verticle-tabs .elementor-tab-content {
		padding: 30px;
		margin-bottom: 15px;
	}
	body .start-here-verticle-tabs p {
		font-size: 22px;
	}
	.testimonials-slider-row .tns-ovh {
		padding: 0 80px;
		margin: 0 -30px;
	}
	.img-overlay-text-box.orange h5 {
		font-size: 17px;
	}
	.author-header-info .box-wrap {
		width: 100%;
	}
	.author-header-info .topics {
		display: block;
	}
	.author-header-info .author-options {
		margin-right: 0;
		margin-bottom: 7px;
	}
	#content .col-margin-row > div {
		flex-wrap: nowrap;
	}
	#content .insider-header-section {
		padding-right: 30px;
	}
	.menu-row {
		display: block;
	}
	.menu-row .menu-col.menu-overview-col {
		padding-bottom: 30px;
		margin-bottom: 25px;
		display: none;
	}
	.menu-row .menu-col {
		border-bottom: 1px solid #e6ebef;
		padding-bottom: 15px;
		margin-bottom: 15px;
	}
	.menu-row .menu-col:last-child {
		border-bottom: none;
		padding-bottom: 0;
		margin-bottom: 0;
	}
	#profisee-header span.elementor-heading-title, 
	#profisee-header .menu-row h4, 
	#site-body #profisee-header .menu-row .nav-title {
		border-bottom: none;
		margin-bottom: 12px;
	}
	.menu-icon-box {
		padding-left: 15px;
		padding-bottom: 8px;
	}
	.menu-row .menu-col .menu-row {
		margin-bottom: 25px;
	}
	.menu-row .menu-col:last-child,
	.menu-row .menu-col .menu-row:last-child {
		margin-bottom: 0;
	}
	.sub-menu-two-col {
		grid-template-columns: repeat(1, 1fr);
	}
	.single-post .elementor-location-header .elementor-sticky__spacer {
		height: auto;
	}
	.posts-col-4 {
		grid-template-columns: repeat(2, 1fr);
	}
	.related-posts .see-more {
		top: 2px;
	}
	#site-body .sidebar-fixed {
		flex: initial;
	}
	#content .hero-grid-section h1 {
		font-size: 50px;
	}
	.hero-grid-section .button + .button {
		margin-top: 10px;
	}
	#content .hero-grid-section .col-image-right-side .col-image-right-content {
		padding-top: 12%;
		max-width: 87%;
		margin: 0 auto;
	}
	#content .tabs-style1 .elementor-tabs-content-wrapper .elementor-tab-title {
		display: flex;
	}
	#content .tab-inner-grid-row.mobile-divider-none .elementor-container {
		gap: 25px;
	}
	#content .tab-inner-grid-row.mobile-divider-none .elementor-column:after {
		display: none;
	}
	.single-podcast #profisee-header + #profisee-header {
		display: block;
	}
	#content .podcast-links-and-meta .elementor-widget-wrap {
		flex-wrap: wrap;
		padding: 7px 0 0;
	}
	#content .podcast-links-and-meta .elementor-widget-wrap .elementor-widget-post-info {
		flex: inherit;
		margin-left: 0;
	}
	#site-footer .footer-grid-row .main-item a {
		font-size: 17px;
	}
	#site-footer .footer-grid-row li a {
		font-size: 14px;
	}
	#profisee-header .header-right-menu-widget {
		display: none;
	}
	#profisee-header > .elementor-container .search-box .header-search {
		display: none;
	}
	#profisee-header .header-menu-row .elementor-element {
		width: 100%;
	}
	#profisee-header .site-logo-area {
		position: absolute;
		width: auto;
		max-width: 160px;
		top: 12px;
		z-index: 99;
	}
	#profisee-header .site-logo-area img {
		width: 100%;
		max-width: 100%;
		height: auto;
	}
	#profisee-header .main-menu {
		width: 100%;
		padding: 0;
	}
	#profisee-header .header-menu-row > .elementor-container {
		display: block;
	}
	#profisee-header .header-menu-row .elementor-widget-wrap {
		display: block;
	}
	#profisee-header .search-box {
		position: absolute;
		top: 10px;
		right: 50px;
	}
	#profisee-header .elementor-element a.see-all {
		font-size: 14px;
		margin-left: 17px;
		margin-bottom: 0;
	}
	#profisee-header #mega-menu-wrap-menu-1 #mega-menu-menu-1 .search-form {
		display: block;
	}
	#profisee-header .search-form .search-submit {
		display: none;
	}
	#profisee-header .search-form label {
		width: 100%;
		display: block;
		margin-bottom: 12px;
	}
	#profisee-header .search-form .search-field {
		background: #e7ecf0;
		border-radius: 5px;
		border: none;
	}
	#profisee-header .search-form .search-field {
		background: url(../svg/search-icon-2.svg) no-repeat 14px 9px #e7ecf0;
		border-radius: 5px;
		border: none;
		background-size: 18px;
		padding-left: 40px;
	}
	#profisee-header .search-form .search-field::-webkit-input-placeholder {
		color: #e7ecf0;
	}
	#profisee-header .search-form .search-field:-moz-placeholder {
		color: #e7ecf0;
	}
	#profisee-header .search-form .search-field::-moz-placeholder {
		color: #e7ecf0;
	}
	#profisee-header .search-form .search-field:-ms-input-placeholder {
		color: #e7ecf0;
	}
	.freeze-first-col table {
		padding: 0;
	}
	#site-container .tabs-col-section .e-con-inner {
		gap: 50px;
	}
	.cols-divider .e-con-inner > .elementor-element:after {
		right: -24px;
	}

}

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

	.sub-header-content .elementor-shortcode {
		display: block;
	}
	.sub-header-content .left-side-col img {
		height: 57px;
		max-width: 250px;
		margin: 0 auto;
	}
	.dialog-widget .dialog-widget-content .elementor-widget-search-form .elementor-widget-container {
		padding: 0;
	}
	#home-hero-panel {
		padding-top: 30px;
	}
	#home-hero-panel .content-box {
		max-width: 90%;
		position: relative;
		left: 0;
		top: 0;
		transform: initial;
		margin: 0 auto;
	}
	#home-hero-panel .bricks-panel {
		max-width: 100%;
		right: 0;
		position: relative;
		margin: 0 auto;
		padding-top: 40px;
	}
	.brick {
		width: 100%;
		height: 45px;
		font-size: 16px !important;
	}
	#home-hero-panel .brick:nth-child(even) {
		margin-left: 75px;
	}
	#home-hero-panel .inner-wrap {
		min-height: 100%;
	}
	#home-hero-panel .bricks-panel .elementor-column:first-child, 
	#home-hero-panel .bricks-panel .elementor-column:nth-of-type(2), 
	#home-hero-panel .bricks-panel .elementor-column:nth-of-type(3) {
		margin-right: -65px;
	}
	#home-hero-panel .bricks-panel .brick {
		width: 180px;
	}
	#home-hero-panel .content-box h1,
	#mih-hero-section .text-box h1 {
		font-size: 35px;
	}
	.elementor-widget-container h2.elementor-heading-title,
	.elementor-widget-container h2,
	#get-started h2 {
		font-size: 30px;
	}
	#make-it-happen .text-box h2 sup {
		font-size: 15px;
		top: -14px;
		left: 5px;
	}
	#logos-carousel .inner-wrap,
	.inner-box-full .elementor-container {
		padding: 30px 0 20px 30px;
	}
	#analysts-are-saying .content-slider .pp-info-box-content-wrap {
		min-height: auto;
	}
	#get-started .cta-boxes .elementor-container,
	#intro-section .cta-boxes .elementor-container {
		display: block;
	}
	#get-started .cta-boxes .elementor-container .elementor-column.elementor-col-33,
	#intro-section .cta-boxes .elementor-container .elementor-column.elementor-col-33 {
		max-width: 310px;
		margin: 0 auto 25px;
	}
	#intro-section .cta-boxes {
		padding-bottom: 0;
	}
	#intro-section .cta-boxes .elementor-container .elementor-column.elementor-col-33 {
		margin-bottom: 75px;
	}
	#footer-cta .inner-wrap .heading-box .elementor-widget-wrap {
		min-height: 100%;
		padding: 30px;
		background-image: none;
	}
	#advantage-cta-bar .content-box .elementor-widget-wrap .elementor-widget-heading,
	#content .advantage-cta-bar .content-box .elementor-widget-wrap .elementor-widget-heading {
		max-width: 330px;
		padding: 0;
	}
	#advantage-cta-bar .content-box .elementor-element,
	#content .advantage-cta-bar .content-box .elementor-element {
		margin-bottom: 20px;
	}
	#advantage-cta-bar .content-box .elementor-element:last-child,
	#content .advantage-cta-bar .content-box .elementor-element:last-child {
		margin-bottom: 0;
	}
	#advantage-cta-bar .content-box .elementor-widget-wrap .elementor-widget-heading .elementor-heading-title,
	#content .advantage-cta-bar .content-box .elementor-widget-wrap .elementor-widget-heading .elementor-heading-title {
		font-size: 22px;
		line-height: 35px;
	}
	#advantage-hero-panel .floating-icons {
		padding-right: 0;
		top: -145px;
		bottom: 0;
		width: 100%;
		left: 0;
	}
	#advantage-hero-panel .text-box h1 {
		font-size: 45px;
		line-height: 60px;
	}
	#advantage-sticky-nav.fixed > .elementor-container {
		position: relative;
		top: 0;
	}
	#advantage-sticky-nav > .elementor-container::before {
		display: none;
	}
	#mih-hero-section {
		padding: 50px 20px 40px;
	}
	#mih-hero-section .text-box h4 {
		font-size: 20px;
	}
	#mih-hero-section .bricks-row .elementor-shortcode .brick:nth-child(1), 
	#mih-hero-section .bricks-row .elementor-shortcode .brick:nth-child(4), 
	#mih-hero-section .bricks-row .elementor-shortcode .brick:nth-child(5),
	#mih-hero-section .bricks-row .elementor-shortcode .brick:nth-child(6),
	#mih-hero-section .bricks-row.bricks-row-8 {
		display: none;
	}
	#mih-hero-section .bricks-row.bricks-row-2 .elementor-shortcode .brick:nth-child(4),
	#mih-hero-section .bricks-row.bricks-row-4 .elementor-shortcode .brick:nth-child(4),
	#mih-hero-section .bricks-row.bricks-row-5 .elementor-shortcode .brick:nth-child(4) {
		display: flex;
	}
	#only-profisee-section {
		padding-bottom: 60px;
	}
	#floating-list-items {
		position: relative;
		top: 0;
	}
	#floating-list-items .elementor-container {
		flex-wrap: wrap;
		display: table;
		margin: 0 auto;
		width: auto;
		padding-top: 30px;
	}
	#floating-list-items .elementor-container .elementor-col-50 {
		width: 100%;
		right: 0;
		left: 0;
	}
	#content #floating-list-items .left-list-box ul li, 
	#content #floating-list-items .right-list-box ul li {
		font-size: 20px;
		margin: 0 0 12px;
		left: 0;
	}
	.justify-align-right .elementor-widget-wrap {
		justify-content: right;
	}
	.justify-align-right .elementor-widget-wrap {
		justify-content: inherit;
	}
	.insider-header-section {
		text-align: center;
	}
	.insider-header-section .justify-align-right .elementor-widget-wrap {
		justify-content: center;
	}
	.iconbox a {
		min-height: auto;
		margin-bottom: 20px;
	}
	#data-is-good {
		padding: 36px 0 50px;
	}
	#data-is-good .image-box {
		position: relative;
		max-width: 110%;
		width: 110%;
		right: 0;
		top: 0;
		display: block;
		margin: 0 -5%;
	}
	#advantage-cta-bar,
	#content .advantage-cta-bar {
		padding-bottom: 30px;
	}
	#profisee-platform .text-box {
		max-width: 100%;
		padding-bottom: 30px;
	}
	#cta-icons {
		position: relative;
		top: 0;
		right: 0;
		max-width: 343px;
		min-height: 320px;
	}
	#profisee-platform .text-box .button {
		min-width: 250px;
	}
	#intro-section .cta-boxes .elementor-container .elementor-column.elementor-col-33 {
		min-height: unset;
	}
	#advantage-make-it-easy {
		margin-top: 40px;
	}
	#advantage-make-it-easy .text-box {
		margin-bottom: 0;
	}
	#advantage-cta-bar .content-box::before,
	#advantage-cta-bar .content-box::after,
	#content .advantage-cta-bar .content-box::before,
	#content .advantage-cta-bar .content-box::after,
	#advantage-hero-panel::after,
	.right-side-pattern:after {
		display: none;
	}
	#advantage-cta-bar .content-box,
	#content .advantage-cta-bar  .content-box {
		padding: 30px;
	}
	#advantage-cta-bar .content-box .elementor-widget-wrap .elementor-widget-image,
	#content .advantage-cta-bar .content-box .elementor-widget-wrap .elementor-widget-image {
		margin-bottom: 0;
	}
	#advantage-cta-bar .content-box .elementor-widget-wrap .elementor-widget-heading,
	#content .advantage-cta-bar .content-box .elementor-widget-wrap .elementor-widget-heading {
		max-width: 100%;
		padding: 25px 0 0;
	}
	#advantage-cta-bar .content-box .elementor-widget-wrap .elementor-widget-shortcode,
	#content .advantage-cta-bar .content-box .elementor-widget-wrap .elementor-widget-shortcode {
		max-width: 100%;
	}
	#profisee-platform {
		margin-top: 10px;
	}
	#footer-cta .inner-wrap .content-box .elementor-widget {
		padding: 30px;
	}
	.page-id-9769 #footer-cta {
		margin-bottom: 50px;
	}
	#advantage-hero-panel::before,
	.left-side-pattern:before {
		left: -160px;
		top: -120px;
		right: 0;
		transform: unset;
		width: 400px;
		height: 420px;
		background-size: contain;
	}
	#advantage-hero-panel {
		padding-top: 170px;
		min-height: 100%;
		margin-top: 0;
		margin-bottom: 0;
		padding-bottom: 170px;
	}
	#advantage-hero-panel .text-box h1 {
		font-size: 45px;
		line-height: 60px;
	}
	#advantage-hero-panel .text-box {
		max-width: 1000%;
	}
	#advantage-hero-panel .floating-icons .left-side .elementor-widget-wrap,
	#advantage-hero-panel .floating-icons .right-side .elementor-widget-wrap {
		max-width: 350px;
		margin: 0 auto;
		width: 100%;
		justify-content: space-between;
	}
	#advantage-hero-panel .floating-icons .right-side {
		padding-top: 300px;
	}
	#advantage-hero-panel .floating-icons .right-side .elementor-widget-wrap {
		max-width: 450px;
	}
	#advantage-hero-panel .floating-icons .icon-left-gap,
	#advantage-hero-panel .floating-icons .icon-left-center-gap,
	#advantage-hero-panel .floating-icons .icon-last-left-gap,
	#advantage-hero-panel .floating-icons .icon-right-gap,
	#advantage-hero-panel .floating-icons .icon-right-center-gap,
	#advantage-hero-panel .floating-icons .icon-last-right-gap {
		padding-left: 0;
		margin-bottom: 0;
		padding-right: 0;
		width: auto;
	}
	#advantage-hero-panel .floating-icons .icon-left-gap,
	#advantage-hero-panel .floating-icons .icon-last-left-gap {
		padding-top: 35px;
	}
	#advantage-hero-panel .floating-icons .icon-right-gap,
	#advantage-hero-panel .floating-icons .icon-right-center-gap,
	#advantage-hero-panel .floating-icons .icon-last-right-gap {
		position: absolute;
	}
	#advantage-hero-panel .floating-icons .icon-right-gap {
		left: 0;
		right: 0;
		margin: 0 auto;
		max-width: 173px;
	}
	#advantage-hero-panel .floating-icons .icon-right-center-gap {
		left: 50px;
		top: 22px;
	}
	#advantage-hero-panel .floating-icons .icon-last-right-gap {
		right: 0;
	}
	#profisee-helps .heading {
		margin-bottom: 50px;
	}
	#profisee-helps .three-cols > .elementor-container > .elementor-container {
		display: block;
	}
	#profisee-helps .elementor-section-boxed .elementor-container .elementor-col-33 {
		max-width: 320px;
		margin: 0 auto;
		padding: 0;
	}
	#content .insider-header-section .elementor-widget-container .uael-nav-menu {
		justify-content: center;
		margin: 0 auto;
	}
	#content .elementor-icon-list-item .elementor-icon-list-text {
		line-height: 1.4;
	}
	.three-cols .boxes .elementor-container {
		-ms-flex-wrap: initial;
		flex-wrap: initial;
	}
	.icon-text-row .elementor-container .elementor-inner-column:first-child {
		width: 100%;
		max-width: 103px;
	}
	.icon-text-row .elementor-container .elementor-inner-column:last-child {
		max-width: calc( 100% - 115px );
	}
	#content .quote-col .elementor-widget-image {
		width: 100%;
		max-width: 50px;
	}
	#content .quote-col .elementor-widget-text-editor {
		max-width: calc( 100% - 65px );
	}
	#content .elementor-tab-content {
		padding: 30px 25px 20px;
	}
	.inner-box-wrap .elementor-container,
	#site-body .box-col > .elementor-widget-wrap,
	.inner-box-wrap.elementor-widget {
		filter: drop-shadow(0px 30px 30px rgba(33,164,223,0.2));
	}
	.inner-box-wrap .elementor-container,
	.inner-box-wrap.elementor-widget {
		padding: 25px;
	}
	#content .tabs-style1 .bdt-tabs-item-title {
		font-size: 18px;
		padding: 0 2px 15px;
	}
	#content .tabs-style1 .bdt-switcher-wrapper {
		margin-top: 20px;
	}
	#content .tabs-style1 .bdt-tab {
		justify-content: left;
	}
	#content .tabs-style1 .bdt-tabs-item-title:after {
		bottom: 0;
	}
	.tns-nav button {
		margin: 2px;
	}
	#content .icon-box-list-row .elementor-icon-box-wrapper {
		display: flex;
	}
	#content .icon-box-list-row .elementor-icon-box-title {
		font-size: 18px;
	}
	#content .icon-box-list-row .elementor-icon-box-icon {
		margin-bottom: 0;
	}
	#content .icon-box-list-row .elementor-icon {
		font-size: 50px;
		display: block;
	}
	#content .icon-box-list-row .elementor-icon-box-title {
		font-size: 28px;
		padding-left: 15px;
	}
	#content .icon-box-list-row .elementor-column:first-child {
		width: 100%;
	}
	#content .tabs-style2 .pp-advanced-tabs-content {
		padding: 30px 5px 25px;
	}
	.icon-box-list-row .elementor-container {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		margin-bottom: 20px;
	}
	#content .tab-quote-col .elementor-widget-image {
		width: 40px;
	}
	#content .tab-quote-col .elementor-widget-text-editor {
		font-size: 18px;
		line-height: 1.4;
		max-width: calc( 100% - 55px );
	}
	#content .box-icon-text-widget .elementor-icon-box-wrapper {
		display: flex;
		max-width: 380px;
		margin: 0 auto;
	}
	#content .box-icon-text-widget .elementor-icon-box-icon {
		margin-bottom: 0;
		margin-right: 15px;
		justify-content: center;
		align-items: center;
		display: flex;
	}
	#content .tabs2-section .elementor-icon-box-title {
		font-size: 30px;
	}
	#content .tabs-style2 .pp-tabs-panel .pp-advanced-tabs-title {
		display: flex;
		width: 100%;
		align-items: center;
	}
	#content .tabs-style2 .pp-tabs-panel .pp-advanced-tabs-title-inner {
		display: flex;
	}
	#content .tabs-style2 .pp-advanced-tabs-title-text {
		align-self: center;
	}
	.podcasts-item {
		grid-column: 1/-1;
	}
	#content .bdt-audio-player-title-inline .bdt-audio-title {
		display: none;
	}
	.single-podcast .left-side-pattern {
		z-index: 1;
	}
	.single-podcast .hero-section .inner-box-wrap {
		position: relative;
		z-index: 9;
	}
	#content .right-pipe:after {
		top: -150px;
		bottom: -150px;
	}
	#content .icon-text-widget .elementor-icon-box-wrapper {
		display: flex;
		text-align: left;
		width: auto;
		margin: 0 auto;
	}
	#content .icon-text-widget .elementor-icon-box-icon {
		margin-bottom: 0;
	}
	#content .right-pipe-gap {
		padding-right: 0;
		margin-bottom: 0;
	}
	#content .top-right-pipe, 
	#content .bottom-right-pipe,
	#content .right-pipe {
		padding-right: 10px;
		padding-left: 10px;
		background: none;
	}
	#content .right-pipe:after {
		display: none;
	}
	#content .mobile-center-area {
		display: table;
		width: auto;
		margin: 0 auto;
	}
	#content .mobile-center-area .elementor-widget-wrap {
		padding: 0;
	}
	#content .mobile-center-area .elementor-widget-icon-list ul {
		display: flex;
		align-items: start;
		justify-content: center;
	}
	#content .mobile-center-area .elementor-widget-icon-list ul li {
		width: 50%;
		padding: 5px 12px;
		margin: 0;
	}
	#content .tree-pipe-lines-section {
		padding-top: 70px;
		padding-bottom: 70px;
	}
	#content .tree-pipe-lines-section:before,
	#content .tree-pipe-lines-section:after {
		display: none;
	}
	#content .tabs-style3 .pp-advanced-tabs-wrapper,
	#content .tabs-style3 .elementor-tabs-wrapper {
		display: none;
	}
	#content .tabs-style3 .pp-tabs-panel .pp-advanced-tabs-title {
		display: flex;
	}
	#content .tabs-style3 .elementor-tab-content {
		padding: 20px 0 40px;
	}
	#content .tabs-style3 .elementor-tab-title {
		display: table;
		margin: 0 auto;
	}
	#content .tabs-style3 .pp-advanced-tabs-title-text,
	#content .tabs-style3 .tabs-title-text {
		min-height: auto;
	}
	#content .tabs-style3 .pp-tabs-panel {
		margin-bottom: 30px;
	}
	#content .tabs-style3 .pp-advanced-tabs-title-text:after {
		border-color: #105270;
		width: 100%;
	}
	#content .tabs-style3 .pp-tab-active .pp-advanced-tabs-title-text:after,
	#content .tabs-style3 .elementor-active .tabs-title-text:after {
		border-color: #00a694;
	}
	#content .tabs-style4 .elementor-tabs-wrapper {
		display: none;
	}
	#content .tabs-style4 .elementor-tab-content {
		border-radius: 0 0 18px 18px;
	}
	#content .tabs-style4 .elementor-tab-content {
		padding: 20px 0 0;
	}
	#content .tabs-style4 .elementor-tab-title.elementor-active {
		background: #f7941f;
		border-bottom: 5px solid #1a3040;
	}
	#content .verticle-tabs .elementor-tabs {
		display: block;
	}
	#content .verticle-tabs .elementor-tabs-wrapper {
		display: none;
	}
	#content .verticle-tabs .tabs-panel {
		margin-bottom: 12px;
	}
	#content .verticle-tabs .tabs-panel .elementor-tab-title {
		display: block;
	}
	#content .box-icon-text-widget.box-icon-hover-widget .elementor-icon-box-description,
	#content .box-icon-text-widget.box-icon-hover-widget a {
		font-size: 12px;
	}
	#content .box-icon-text-widget.box-icon-hover-widget .elementor-icon-box-icon {
		margin-left: 0;
	}
	.work-steps-sections {
		text-align: center;
	}
	#content .work-steps-sections .elementor-container {
		grid-template-columns: repeat(1, 1fr);
		column-gap: 0;
		width: 100%;
		padding: 30px;
	}
	#content .work-steps-sections .elementor-column:after {
		display: none;
	}
	.work-steps-sections h4 {
		font-size: 22px;
	}
	#content .logos-and-title .elementor-image-box-title {
		font-size: 18px;
	}
	#content .work-steps-sections .outside-right-widget {
		right: 0;
	}
	.top-left-dots-widget > .elementor-container:before, 
	.top-left-dots-widget.elementor-widget-shortcode:before, 
	.top-right-dots-widget > .elementor-container:after, 
	.top-right-dots-widget.elementor-widget-shortcode:after {
		width: 225px;
	}
	#site-body #content .plaform-accordions-row .elementor-accordion-item,
	#site-body #content .measure-progress-accordion-container .elementor-accordion-item,
	#site-body #content .stay-track-container .elementor-accordion-item {
		position: relative;
		left: 0;
		bottom: 0;
		width: 100%;
		margin-bottom: 15px;
	}
	#site-body #content .plaform-accordions-row .elementor-accordion-item:after,
	#site-body #content .measure-progress-accordion-container .elementor-accordion-item:after,
	#site-body #content .stay-track-container .elementor-accordion-item:after {
		display: none;
	}
	#content .plaform-accordions .elementor-accordion-item .elementor-accordion-title,
	#content .plaform-accordions-row .elementor-tab-content {
		font-size: 14px;
	}
	#content .measure-progress-accordion-container .elementor-widget-wrap {
		position: relative;
		padding-top: 75px;
	}
	#site-body #content .measure-progress-accordion-container .elementor-widget-accordion {
		position: unset;
	}
	#site-body #content .measure-progress-accordion-container .elementor-accordion-item:nth-child(1) {
		position: absolute;
		top: 0;
		width: auto;
		left: 10px;
		right: 10px;
		bottom: initial;
	}
	#site-body #content .measure-progress-accordion-container .elementor-accordion-item:nth-child(1):after {
		display: block;
		top: initial;
		bottom: -8px;
		left: 22%;
		border: none;
		border-left: 9px solid transparent;
		border-right: 9px solid transparent;
		border-top: 9px solid #207DA2;
	}
	#site-body #content .measure-progress-accordion-container .elementor-accordion-item:nth-child(2):after {
		display: block;
		left: 78%;
	}
	.measure-progress-accordion-container .elementor-tab-content p:last-child {
		margin-bottom: 0;
	}
	#content .data-silos-col .elementor-widget-wrap {
		padding-bottom: 45px;
	}
	#content .data-silos-col h3, 
	#content .end-user-col h3 {
		font-size: 30px;
	}
	#content .data-ingestion-col:before {
		left: 50%;
		top: 0;
		margin-top: -27px;
		box-shadow: 20px 0px 20px rgb(16 82 112 / 20%);
		-webkit-transform: rotate(90deg);
		transform: rotate(90deg);
	}
	.end-user-col {
		padding-top: 100px;
	}
	.end-user-col:before {
		content: 'Certified Master Data Layer';
		background: #F7941F;
		color: #105270;
		font-size: 18px;
		font-family: 'Oswald';
		letter-spacing: 0.02em;
		left: 0;
		width: 100%;
		bottom: initial;
		text-align: center;
		text-transform: uppercase;
		z-index: 5;
		padding: 16px 20px;
	}
	#content .data-ingestion-col {
		left: 0;
		padding-right: 0;
	}
	#content .logos-and-title.end-user-box-widget .elementor-image-box-img:before {
		display: none;
	}
	.end-user-col:after {
		background: url(../svg/right-step-arrow.svg) no-repeat center #FFFFFF;
		content: '';
		display: block;
		width: 45px;
		height: 45px;
		background-size: 10px;
		border-radius: 50%;
		border: 3px solid #EDF5F9;
		position: absolute;
		left: 50%;
		top: 45px;
		box-shadow: 20px 0px 20px rgb(16 82 112 / 20%);
		-webkit-transform: rotate(90deg);
		transform: rotate(90deg);
		z-index: 5;
	}
	#content .platform-data-sidebar {
		margin-top: 0;
	}
	.platform-data-steps .steps-container .elementor-container:before {
		display: none;
	}
	#content .platform-sidebar-box .elementor-icon-box-wrapper {
		display: flex;
		flex-direction: row-reverse;
	}
	.platform-data-steps .step-info-widget .elementor-widget-container {
		max-height: initial;
		overflow: hidden;
	}
	.platform-sidebar-box.title-icon .elementor-icon-box-wrapper {
		min-height: auto;
	}
	#content .platform-data-steps > div > .elementor-widget-wrap {
		padding: 0;
	}
	.platform-data-steps .steps-container .elementor-container .step-info-widget {
		display: flex;
	}
	.platform-data-steps .steps-container .elementor-container .step-info-widget:before {
		counter-increment: section;
		content: counter(section);
		color: #1A3040;
		background: #F7941F;
		border-radius: 50%;
		font-size: 28px;
		font-weight: 700;
		width: 70px;
		height: 70px;
		flex: 0 0 70px;
		align-self: start;
		display: flex;
		align-items: center;
		justify-content: center;
		margin-right: 20px;
	}
	.platform-data-steps .steps-container > div > .elementor-section:nth-child(2) .step-info-widget:before {
		content: '2';
	}
	.platform-data-steps .steps-container > div > .elementor-section:nth-child(3) .step-info-widget:before {
		content: '3';
	}
	.platform-data-steps .steps-container > div > .elementor-section:nth-child(4) .step-info-widget:before {
		content: '4';
	}
	.platform-data-steps .steps-container > div > .elementor-section:nth-child(5) .step-info-widget:before {
		content: '5';
	}
	.platform-data-steps .steps-container > div > .elementor-section:nth-child(6) .step-info-widget:before {
		content: '6';
	}
	.platform-data-steps .steps-container > div > .elementor-section {
		margin-bottom: 70px;
		opacity: 1;
	}
	.platform-data-steps .steps-container > div > .elementor-section:last-child {
		margin-bottom: 0;
	}
	.platform-data-steps .steps-container .elementor-section {
		margin-bottom: 10px;
	}
	.logos-box h5 {
		font-size: 20px;
		text-align: center;
	}
	.logos-box img {
		max-width: 80%;
	}
	.slider-container-section .tns-nav {
		max-width: 100%;
		left: 0;
	}
	.slider-content-col .elementor-widget-container {
		max-width: 100%;
	}
	#content .platform-features-row {
		padding: 145px 80px 130px;
		max-width: 530px;
	}
	#content .features-icons-row .circle-icon {
		width: 70px;
		height: 70px;
	}
	#content .features-icons-row .circle-icon img {
		max-width: 45px;
		max-height: 45px;
	}
	#content .features-icons-row .icon-widget {
		max-width: 70px;
		max-height: 70px;
	}
	#content .first-features-icons-row .icon-widget:nth-child(1) {
		left: 0;
	}
	#content .first-features-icons-row .icon-widget:nth-child(2) {
		left: 21.5%;
	}
	#content .first-features-icons-row .icon-widget:nth-child(4) {
		left: 68%;
	}
	#content .first-features-icons-row .icon-widget:nth-child(5) {
		top: 125px;
		right: 0;
	}
	#content .second-features-icons-row .icon-widget:nth-child(1) {
		top: 56%;
	}
	#content .second-features-icons-row .icon-widget:nth-child(2) {
		bottom: 5%;
		right: 2%;
	}
	#content .second-features-icons-row .icon-widget:nth-child(4) {
		left: 27%;
	}
	#content .second-features-icons-row .icon-widget:nth-child(3) {
		left: 51.3%;
	}
	#content .second-features-icons-row .icon-widget:nth-child(5) {
		left: 2%;
	}
	#content .second-features-icons-row .icon-widget:nth-child(6) {
		top: 54%;
	}
	#content .platform-features-row .elementor-heading-title {
		font-size: 60px;
		padding-top: 0;
		left: 0;
	}
	#site-body .elementor-widget-container > .row {
		display: block !important;
		margin-bottom: 20px;
	}
	#site-body .elementor-widget-container > .row > div {
		width: 100%;
		max-width: 100%;
	}
	.elementor-widget-container img.alignleft, 
	.elementor-widget-container img.alignright {
		max-width: 100%;
		display: block;
		float: none;
		margin: 0 auto 12px;
	}
	.col-margin .elementor-container {
		flex-wrap: wrap;
	}
	.posts-col-3, 
	.posts-col-4 {
		grid-template-columns: repeat(1, 1fr);
	}
	.recent-news .recent-item {
		display: block;
	}
	#content .insider-header-section .elementor-widget-image {
		padding-top: 0;
	}
	#content .insider-header-section .menu {
		text-align: center;
	}
	#content .insider-header-section .menu li a {
		line-height: 1.35;
		padding-top: 5px;
	}
	#content .table-style2 .warning-icon {
		display: table;
		margin: 0 auto;
	}
	#content .mobile-arrow-right-to-bottom {
		position: relative;
		top: 40px;
		left: 0;
	}
	#content .mobile-icon-right-bottom {
		-webkit-transform: rotate(90deg);
		transform: rotate(90deg);
	}
	.connex-textboxes {
		min-height: 240px;
	}
	#content .mobile-widget-inline-position img {
		max-width: 150px;
		max-height: 60px;
		height: auto;
		width: auto;
	}
	#content .img-overlay-text-box {
		position: relative;
		top: 0;
		left: 0;
		max-width: 100%;
		width: 100%;
		margin: 2px 0;
	}
	#content .img-overlay-text-box:after {
		display: none;
	}
	body .address-box .elementor-widget-image img {
		max-height: 100px;
	}
	#site-body .resources-boxes .elementor-column:first-of-type {
		padding-right: 0;
	}
	#site-body .resources-boxes .elementor-column:LAST-of-type {
		padding-left: 0;
	}
	.small-container-on-ipad .elementor-widget-container {
		max-width: 340px;
	}
	#content .icon-circle .wp-caption {
		display: block;
		text-align: center;
	}
	/*
	#content .icon-circle img {
	flex: 0 0 50px;
	height: 50px;
	padding: 8px;
}
	*/
	#content .icon-circle .wp-caption-text {
		font-size: 14px;
		padding-left: 0;
		flex: 0 0 100px;
		padding-top: 15px;
	}
	#content .icon-circle.caption-first .wp-caption-text {
		padding-right: 0;
	}
	#site-body .footer-data-hero {
		max-width: 370px;
		margin-left: auto;
		margin-right: auto;
	}
	#site-body .footer-menu li a {
		justify-content: center;
	}
	#content .start-here-verticle-tabs .tabs-panel {
		margin-bottom: 15px;
	}
	#content .start-here-verticle-tabs .elementor-tab-title {
		background: #eef5f9;
		margin-left: 20px;
		margin-right: 20px;
	}
	#content .start-here-verticle-tabs .elementor-tab-title.elementor-active {
		margin-left: auto;
		margin-right: auto;
		border-radius: 10px;
	}
	body .start-here-verticle-tabs p {
		font-size: 20px;
	}
	#content .icons-row-mobile-width {
		max-width: 450px;
		margin-right: auto;
		margin-left: auto;
	}
	.img-overlay-text-box.orange h5 {
		font-size: 20px;
	}
	.small-quotes blockquote {
		background-size: 45px;
		min-height: 60px;
		padding-left: 60px;
	}
	.author-header-info .author-img-col {
		flex: 0 0 150px;
		margin-right: 20px;
	}
	.author-header-info .author-img-wrap {
		height: 150px;
	}
	#content .col-margin-row > div {
		flex-wrap: wrap;
	}
	table {
		font-size: 13px;
	}
	#site-body .tabs-style5 .elementor-tabs {
		display: flex;
		flex-wrap: wrap;
	}
	#site-body .tabs-style5 .elementor-tabs-wrapper {
		order: 2;
		display: flex;
		justify-content: center;
		flex: inherit;
		gap: 7px;
		padding: 20px 0 0;
		width: 100%;
	}
	#site-body .tabs-style5 .elementor-tab-title:nth-child(odd) {
		text-align: inherit;
	}
	#site-body .tabs-style5 .tabs-panel .elementor-tab-title {
		display: none;
	}
	#site-body .tabs-style5 .elementor-tabs-content-wrapper {
		width: 100%;
	}
	.tabs-style5 .img-icon img {
		height: auto;
		border-width: 3px;
	}
	#site-body .tabs-style5 .elementor-tabs {
		padding: 25px;
	}
	#site-body .tabs-style5 .elementor-tab-content {
		padding: 25px;
		font-size: 16px;
		line-height: 1.67;
	}
	#content .hero-grid-section .col-text-right-side .elementor-widget-wrap {
		max-width: 100%;
		padding: 0 25px;
		text-align: center;
	}
	#content .hero-grid-section .col-image-right-side .elementor-widget-wrap {
		max-width: 100%;
		min-height: 500px;
	}
	#content .hero-grid-section .col-image-right-side .hero-circle-bg img {
		left: 50%;
		transform: translateX(-50%);
	}
	#content .hero-grid-section .col-image-right-side .col-image-right-content {
		max-width: 310px;
		padding-top: 0;
	}
	#content .hero-grid-section .col-image-right-content .elementor-widget-button {
		text-align: center;
	}
	#content .mobile-horizontal-card .elementor-widget-wrap {
		position: relative;
		padding-left: 92px;
		min-height: 85px;
	}

	#content .mobile-horizontal-card .elementor-widget-icon {
		position: absolute;
		left: 12px;
		top: 10px;
		width: 65px;
		margin: 0;
	}

	#content .mobile-horizontal-card .elementor-widget-text-editor {
		text-align: left;
	}

	.podcast-author-entry-info .small-thumb {
		flex: 0 0 50px;
		height: 50px;
	}
	.podcast-author-entry-info .author-entry-info {
		font-size: 14px;
		line-height: 1.3;
	}

	#content .podcast-about-box {
		margin-left: 10px;
	}
	#content .podcast-about-box-img img {
		margin-left: -60px;
		width: calc(100% + 90px);
	}
	#site-footer {
		text-align: center;
	}
	#site-footer .footer-grid-row .divider-item:after {
		margin: 10px auto 0;
	}
	#site-body .mobile-gap-none-bottom .elementor-widget-wrap {
		padding-bottom: 0;
	}
	#site-body .mobile-gap-none-top .elementor-widget-wrap {
		padding-top: 0;
	}
	#site-footer .footer-copyright-section .copyright-area-links em {
		margin-right: 3px;
		margin-left: 3px;
	}
	.recent-news .recent-item {
		display: block;
	}
	.recent-news .news-category {
		margin-bottom: 12px;
		margin-right: 0;
	}
	.recent-news .post-thumbnail {
		max-width: 100%;
		min-height: 250px;
		margin-right: 0;
		margin-bottom: 30px;
	}
	.recent-news .recent-post-entry {
		min-height: auto;
		position: relative;
		padding-bottom: 40px;
	}
	.search-results-head {
		display: block;
	}
	.search-results-head .search-form-container {
		width: 100%;
		padding-bottom: 15px;
	}
	.search-results-head .results-head-info {
		width: 100%;
		padding-right: 0;
	}
	.search-results .featured-img {
		flex: 0 0 75px;
		height: 75px;
		margin-right: 20px;
	}
	.search-results .entry-title {
		font-size: 18px;
	}
	.search-results .result-item {
		margin-bottom: 20px;
	}
	body .e-con {
		--container-max-width: 100%;
	}
	.tabs-style6 {
		padding: 0 20px;
	}
	#content .tabs-style6 .elementor-tabs-content-wrapper .elementor-tab-title {
		display: none;
	}
	#site-container .tabs-col-section .e-con-inner {
		flex-direction: column-reverse;
		gap: 15px;
	}
	#content .tabs-style6 .elementor-tabs-wrapper {
		border-bottom: 2px solid #71a7bf;
		gap: 25px;
		padding: 0;
		margin-bottom: -4px;
	}
	#content .tabs-style6 .elementor-tab-title {
		border-bottom-width: 3px;
		position: relative;
		top: 2px;
	}

}

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

	#home-hero-panel .bricks-panel .elementor-column:first-child {
		display: none;
	}

	#home-hero-panel .bricks-panel .elementor-column:nth-of-type(2) {
		margin-left: -100px;
	}
	#content .mobile-center-area .elementor-widget-icon-list ul li {
		width: 100%;
	}
	#content .mobile-center-area .elementor-widget-icon-list ul {
		display: block;
	}
	#content .platform-features-row .elementor-heading-title {
		font-size: 30px;
	}
	#content .platform-features-row {
		padding: 145px 70px 130px;
	}
	#content .box-icon-text-widget .elementor-icon-box-title {
		font-size: 20px;
	}
	#content.post-password-required .post-password-form p {
		display: block;
	}
	#content.post-password-required .post-password-form label {
		display: block;
		margin-bottom: 10px;
	}
	#content.post-password-required .post-password-form input[type="submit"] {
		margin: 0;
		width: 100%;
	}
	#content .testimonial-quote-widget .elementor-testimonial-meta {
		flex: 0 0 100px;
		margin-right: 15px;
	}
	#content .testimonial-quote-widget .elementor-testimonial-content {
		font-size: 16px;
	}
	#content .small-container-on-ipad .elementor-widget-container h1 {
		font-size: 40px;
	}
	body .mdm-vendor-icons p {
		line-height: 1.5;
	}
	body .mdm-vendor-icons br {
		display: block;
	}
	#content .icon-circle .wp-caption-text {
		font-size: 10px;
	}
	.small-quotes blockquote {
		background-size: 30px;
		padding-left: 43px;
	}
	#content blockquote img {
		max-width: 112px;
		display: block;
		float: none;
		margin-bottom: 5px;
	}
	.author-header-info {
		display: block;
	}
	.author-header-info .author-img-col {
		margin-right: 0;
		margin-bottom: 25px;
	}
	.author-header-info .author-img-wrap {
		width: 200px;
		height: 200px;
	}
	.pie-wrap {
		height: 280px;
		max-width: 320px;
	}
	.pie-outer-bar {
		width: 320px;
		height: 320px;
	}
	.pie-wrap {
		height: 286px;
		max-width: 320px;
	}
	.first-block {
		width: 87px;
		height: 170px;
		top: 116px;
		left: -4px;
	}
	.second-block {
		width: 151px;
		height: 115px;
		position: absolute;
		top: 0px;
		left: 6px;
	}
	.third-block {
		width: 151px;
		height: 115px;
		top: 0px;
		right: 5px;
	}
	.fourth-block {
		width: 87px;
		height: 170px;
		top: 116px;
		right: -4px;
	}
	.pie-number {
		width: 220px;
		height: 220px;
		top: 51px;
		left: 51px;
	}
	.pie-number .pie-no {
		font-size: 100px;
	}
	.meter-arrow {
		top: -14px;
		right: -14px;
		bottom: -14px;
		left: -14px;
	}
	#content .hero-grid-section h1 {
		font-size: 45px;
	}
	.hero-grid-section h4 {
		padding: 0;
	}
	.sticky-video-container.fixed .sticky-video-box {
		width: 300px;
	}
	#profisee-header .search-box .elementor-button {
		min-width: 80px;
	}
	#content .tabs-style6 .elementor-tab-title.elementor-active {
		font-size: 18px;
	}

}

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

	#mih-hero-section .bricks-row .elementor-shortcode .brick {
		margin-right: 5px;
		font-size: 13px !important;
	}
	#intro-section .cta-boxes .elementor-container .elementor-column.elementor-col-33 {
		min-height: unset;
	}
	#footer-cta .inner-wrap .heading-box .elementor-widget-wrap {
		min-height: 100%;
		padding: 30px;
		background-position: center;
	}
	#footer-cta .inner-wrap .heading-box .elementor-widget-wrap .elementor-widget-heading {
		text-align: center;
	}
	#advantage-hero-panel .floating-icons .right-side {
		padding-top: 400px;
	}
	#advantage-hero-panel .floating-icons .icon-right-gap {
		left: -14px;
	}
	#advantage-hero-panel .floating-icons .icon-right-center-gap {
		left: 0;
	}
	#advantage-hero-panel .floating-icons .icon-last-right-gap {
		right: -33px;
	}
	#content .insider-header-section a.uael-menu-item {
		padding-left: 5px;
		padding-right: 5px;
	}
	.podcast-thumbnail {
		flex: 0 0 90px;
		margin-right: 15px;
	}
	.podcasts-item .podcast-thumbnail img {
		border-radius: 50%;
		min-height: 90px;
	}
	#site-body .tabs-style5 .elementor-tabs-wrapper {
		gap: 4px;
	}
	.recent-news .post-thumbnail {
		min-height: 180px;
	}
	.recent-news .post-thumbnail a {
		display: block;
		width: 100%;
	}
	.recent-news .post-thumbnail img {
		width: 100%;
		display: block;
		margin: 0 auto;
	}
	#content .tabs-style7 .elementor-tab-title {
		font-size: 18px;
	}

}