@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-Bold.woff2') format('woff2');
    font-weight: bold;
    font-style: normal;
	font-display: swap;
}
@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-Regular.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
	font-display: swap;
}
@font-face {
    font-family: 'Lora';
    src: url('../fonts/Lora-Italic.woff2') format('woff2');
    font-weight: normal;
    font-style: italic;
	font-display: swap;
}
@font-face {
    font-family: 'Lora';
    src: url('../fonts/Lora-Regular.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
	font-display: swap;
}
@font-face {
    font-family: 'Lora';
    src: url('../fonts/Lora-Bold.woff2') format('woff2');
    font-weight: bold;
    font-style: normal;
	font-display: swap;
}
@font-face {
  font-family: 'icomoon';
  src:  url('/wp-content/uploads/elementor/custom-icons/icomoon-1/fonts/icomoon.woff');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

.elementor-icon .icon,
.elementor-icon-list-icon .icon,
.elementor-custom-icons-metabox .icon i{
    font-family: 'icomoon';
    font-style: normal !important;
    font-variant: normal !important;
	font-weight: normal !important;
    text-rendering: auto;
	vertical-align: middle;
}

.icon-arrow-down-circle:before {
  content: "\e902";
}
.icon-arrow-left-circle:before {
  content: "\e903";
}
.icon-arrow-right-circle:before {
  content: "\e904";
}
.icon-pencil:before {
  content: "\e905";
}
.icon-qote-down:before {
  content: "\e906";
}
.icon-play:before {
  content: "\e922";
}
.icon-quote:before {
  content: "\e900";
}
.icon-search:before {
  content: "\e901";
}

.elementor-icon-box-description {
	font-family: var( --e-global-typography-secondary-font-family ), Sans-serif;
	line-height: 1.4;
}

body {
    font-family: "Poppins", sans-serif;
    color: #3A3A3A;
}
.entry-content {
    font-size: 18px;
}
.entry-content,
.entry-content p,
.entry-content a:not(.elementor-button),
.entry-content {
	font-family: "Lora", sans-serif;
    
}
h1, h2, h3, h4, h5, h6 {
	font-family: "Poppins", sans-serif;
	font-weight: 700;
}

input {
	font-family: "Poppins", sans-serif;
}

.entry-content p{
    line-height: 1.8;
    margin-bottom: 20px;
}
.entry-content h1, 
.entry-content h2, 
.entry-content h3, 
.entry-content h4, 
.entry-content h5, 
.entry-content h6 {
    margin-bottom: 20px;
    margin-top: 40px;
}
.entry-content h1 {
	font-size: 32px !important;
	line-height: 1.31 !important;
}
.entry-content h2 {
	font-size: 26px !important;
	line-height: 1.23 !important;
}
.entry-content h3 {
	font-size: 22px !important;
	line-height: 1.45 !important;
}
.entry-content h4 {
	font-size: 18px !important;
	line-height: 1.78 !important;
}
.entry-content h5, h6 {
	font-size: 16px !important;
	line-height: 1.875 !important;
}
.entry-content a:not(.elementor-button) {
    color: var( --e-global-color-8c67dd6 ) !important;
    text-decoration: underline;
}
.entry-content a:not(.elementor-button):hover {
    text-decoration: none;
}
.elementor-button.custom-button:hover {
    text-decoration: none !important;
}
.entry-content ul,
.entry-content ol {
    margin-bottom: 20px;
    padding: 0 0 0 20px;
    line-height: 1.8;
}
.entry-content ul {
	list-style-type: disc;
}
.entry-content ul li,
.entry-content ol li{
    margin-bottom: 5px;
}

.entry-content blockquote{
	background-color: rgba(34, 151, 243, 0.2);
	border-radius: 14px;
    padding: 31px 37px 70px;
    margin: 40px 0;
    position: relative;
}
@media (max-width: 768px) {
	.entry-content blockquote{
        padding: 30px 24px 70px;
    }
}
.entry-content blockquote:before,
.entry-content blockquote:after{
	font-family: 'icomoon';
    content: "\e900";
    height: auto;
    width:  auto;
    background-color: transparent;
    font-size: 22px;
    display: inline-block;
}
.entry-content blockquote:before {
    margin: 0 0 20px 3px;
}
.entry-content blockquote:after {
    transform: rotate(180deg);
    position: absolute;
    right: 44px;
    bottom: 29px;
}
.entry-content blockquote p{
	font-size: 22px;
	font-style: italic;
    line-height: 1.6;
}

.entry-content table {
    margin: 40px 0;
}

.elementor-widget-text-editor ul,
.elementor-widget-text-editor ol{
    padding-left: 30px;
}


.simple-link .elementor-button-text{
	text-decoration: underline;
}
.simple-link a:hover .elementor-button-text{
	text-decoration: none;
}

.elementor-widget-text-editor ul {
	list-style-type: disc;
}
.list-primary li {
	margin-bottom: 2px;
}
.list-primary li a{
	color: inherit;
}
.list-primary a:hover{
	text-decoration: underline;
}
.list-secondary  ul{
	list-style: none;
}
.list-secondary ul li {
	position: relative;
	padding-left: 25px;
	margin: 0 0 21px !important;
}
.list-secondary ul li:before {
	background-color: var( --e-global-color-8c67dd6 ) !important;
	position: absolute;
	left: 5px;
	top: 11px;
	content: '';
	width: 6px;
	height: 6px;
	border-radius: 50%;
}

.custom-ordered-list ol {
    list-style: none;
}

.custom-ordered-list ol li{
    position: relative;
    counter-increment: counter;
    padding-left: 40px;
    margin-bottom: 5px;
}
.custom-ordered-list ol li::before {
    content: counter(counter);
    display: inline-block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 50%;
    text-align: center;
    color: #fff;
    background-color: var( --e-global-color-8c67dd6 );
}

/* table-primary*/
.table-primary .td-content p{
	margin: 0;
}
.table-primary .td-content img{
	vertical-align: sub;
	margin-right: 6px;
}
.table-primary .td-content span{
    display: inline-block;
    width: calc(100% - 30px);
    vertical-align: text-top;
}
.table-primary .feature-first-col-table {
    width: 46%;
}
.feature-second-col-table,
.feature-third-col-table {
	width: 27%;
}

@media (max-width: 767px){
.table-primary .td-content {
    justify-content: flex-start;
}
.table-primary .feature-first-col-table,
.feature-second-col-table,
.feature-third-col-table {
	width: auto;
}
}

/* GRAVITY FORM DEFAULT styles */

.gform_legacy_markup_wrapper {
    margin-bottom: 0 !important;
    margin-top: 0 !important;
}
body .gform_legacy_markup_wrapper ul li.gfield {
    margin-top: 0 !important;
}
.gform_legacy_markup_wrapper li.hidden_label input {
    margin-top: 0 !important;
}
.gform_legacy_markup_wrapper ul.gform_fields li.gfield {
    padding-right: 0 !important;
}

.gform_legacy_markup_wrapper.gform_validation_error .gform_body ul li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half) {
    max-width: 100% !important;
}

.gform_wrapper.gform_validation_error .gform_body ul li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half) {
    max-width: 100% !important;
    min-width: 100% !important;
    width: 100% !important;
}

.gform_legacy_markup_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) { 
	padding: 10px 14px !important;
}

.gform_wrapper select{ 
    color: var(--nv-text-color);
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: var( --e-global-color-8c67dd6 );
    border-radius: 5px 5px 5px 5px;
    background-color: #fff;
    padding: 13px 11px 12px  !important;
}

.gform_legacy_markup_wrapper .chosen-container-single .chosen-single {
    height: 52px !important;
    background: #fff !important;
    border-radius: 5px !important;
    color: var(--nv-text-color) !important;
    border-style: solid !important;
    border-width: 1px 1px 1px 1px !important;
    border-color: var( --e-global-color-8c67dd6 ) !important;
    padding: 13px 14px 12px  !important;
    font-size: 16px !important;
    line-height: 1.6 !important;
}
.gform_legacy_markup_wrapper .chosen-container-single .chosen-single div {
    top: 14px !important;
    height: 23px !important;
}

.gform_legacy_markup_wrapper textarea {
    padding: 14px 15px !important;
}

.gform_legacy_markup_wrapper textarea.medium {
    height: 141px !important;
}
.gform_legacy_markup_wrapper .gfield_checkbox li input, .gform_legacy_markup_wrapper .gfield_checkbox li input[type=checkbox], .gform_legacy_markup_wrapper .gfield_radio li input[type=radio] {
    vertical-align: top !important;
    margin-right: 4px;
}

.gform_wrapper li.gfield.gfield_error,
.gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
    border: 0 none !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    background: transparent !important;
}

.gform_wrapper .field_description_below .gfield_description {
    padding-top: 0 !important;
}

.gform_wrapper .validation_message {
    line-height: 1.2em !important;
    font-weight: 700 !important;
    font-style: italic !important;
}

.gform_legacy_markup_wrapper div.validation_error {
    margin-bottom: 25px;
    border: 0 !important;
    padding: 0 !important;
    text-align: left !important;
}
.gform_validation_errors>h2 {
    font-size: 16px !important;
    font-weight: 700 !important;
}
.gform_validation_errors>h2:before,
.gform_wrapper .gform_validation_errors>h2 .gform-icon{
	display: none !important;
}

.gform_wrapper .gform_validation_errors {
    background: transparent !important;
    border-radius: 0 !important;
    border: 0 !important;
    box-shadow: none !important;
    margin-top: 0 !important;
    padding: 0 !important;
}

.gform_wrapper .gfield_validation_message, .gform_wrapper .validation_message {
    background: transparent !important;
    border: 0 !important;
    font-size: 12px !important;
    margin-top: 0 !important;
    padding: 0 !important;
}

.gform_wrapper.gravity-theme .gfield-choice-input {
    vertical-align: top !important;
	margin-top: 3px !important;
}
.gform_wrapper.gravity-theme .gfield-choice-input+label {
    vertical-align: top !important;
}

.gform_wrapper.gravity-theme .gfield_checkbox label, .gform_wrapper.gravity-theme .gfield_radio label {
    font-size: 13px !important;
	font-weight: 500;
	line-height: 1.76;
}

.gfield_checkbox label a {
	font-weight: 700;
    color: inherit !important;
}

.gform_wrapper .gform_footer {
    margin: 8px 0 0 !important;
    padding: 0 !important;
}

.gform_wrapper .gform_footer input[type=submit],
.gform_wrapper .gform_page_footer input[type=submit] {
	font-size: 20px !important;
    line-height: 1em !important;
    min-height: initial !important;
    width: auto !important;
	min-width: 180px;
}

.demo-form .gfield_required {
    color: inherit !important;
}

body .demo-form .gform_wrapper.gravity-theme .gfield_description {
    font-size: 12px !important;
    line-height: 1.6 !important;
}

/*header*/

.header .elementor-sticky--effects {
    box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.1) !important;
}

.top-nav ul li:not(:first-of-type):before{
	content: '|';
	display: inline-block;
	color: #fff;
}
.top-nav li a{
	display: inline-block;
}

.top-nav li.current-menu-item a,
.top-nav li a:hover{
	text-decoration: underline;
}
.elementor-search-form__toggle .fa-search:before{
	content: "\e901";
	font-family: 'icomoon' !important;
	font-weight: normal;
}
.main-nav .menu-item:not(.button),
.main-nav .menu-item:not(.button) a,
.main-nav .menu-item:not(.button) a:hover,
.main-nav .menu-item:not(.button) a:focus{
	background-color: #fff !important;
}
.main-nav a:hover{
	text-decoration: none !important;
}
.main-nav .sub-menu {
	padding: 10px 0 !important;
}
.main-nav .sub-menu a{
	text-align: left;
}
.main-nav .sub-menu a{
	display: block;
	border: 0 !important;
}
.main-nav .sub-menu a span{
	display: block;
	font-size: 13px;
	color: #6C6C6C;
	font-weight: 400;
}
.main-nav .sub-menu .nav-title a{
	font-weight: 700 !important;
	color: var( --e-global-color-8c67dd6 ) !important;
	pointer-events: none;
}

.menu-item.button {
	padding: 15px;
}
.menu-item.button a.elementor-item{
	padding: 13px 19px 13px 19px !important;
	font-weight: 700 !important;
    text-transform: uppercase;
    color: #FFFFFF !important;
    background-color: var( --e-global-color-secondary );
    border-radius: 4px;
	
	display: block;
}
.menu-item.button a.elementor-item:hover{
    background-color: var( --e-global-color-2bc3c41 );
}

@media (max-width: 1024px) {

	.main-nav .elementor-nav-menu--dropdown.elementor-nav-menu__container {
		border: 0 !important;
		max-height: calc(100vh - 100px) !important;
		padding-top: 20px;
		overflow-y: auto !important;
	}
	.main-nav .elementor-nav-menu--dropdown .elementor-nav-menu {
		padding-bottom: 100px;
	}
	
    .main-nav .menu-item{
		border-top: 1px solid #D9D9D9;
	}
	.main-nav .menu-item a{
		justify-content: space-between !important;
	}
	.main-nav .sub-arrow {
		border-left: 1px solid #D9D9D9;
		padding-left: 20px;
		font-size: 20px;
	}
	.main-nav .sub-arrow .fa-caret-down:before {
		transform: rotate(270deg);
		display: inline-block;
	}
	.main-nav .highlighted .sub-arrow .fa-caret-down:before{
		transform: rotate(0deg);
	}
	.main-nav .sub-menu {
		padding: 0 !important;
		border: 0 !important;
	}
  
    .main-nav .sub-menu .menu-item:not(.button) a{
        padding-left: 35px !important;
        font-size: 14px !important;
        background-color: #f4f4f4 !important;
    }
}




/*footer*/
.flag-btn {
	margin-bottom: 1px !important;
}

.flag-btn .elementor-button-link {
	min-width: 145px;
    text-align: left;
}
.flag-btn .elementor-button-icon svg {
    width: 21px;
	display: inline-block;
    vertical-align: middle;
    margin-bottom: 2px;
}
.flag-btn .elementor-button-link:hover .elementor-button-text {
    text-decoration: underline;
}
.footer-bottom .elementor-icon-list-item a:hover .elementor-icon-list-text,
.main-footer .elementor-icon-list-item a:hover .elementor-icon-list-text {
	text-decoration: underline;
}

/*intro-slider*/
.intro-slider {
	overflow: visible !important;
}

.intro-slider > .elementor-container  {
    flex-wrap: wrap;
	position: relative;
	top: -50px;
}
@media (min-width: 767px) {
    .intro-slider > .elementor-container  {
        width: 100% !important; 
        transform: none !important;
    }
    .intro-slider > .elementor-container > .elementor-column  {
        width: 50% !important;
    }
}
.intro-slider .elementor-button {
    width: 100%;
}
.intro-slider .text-holder {
    height: calc(100% - 50px);
}

.intro-slider .swiper-pagination {
	width: 100%;
	bottom: 50px;
}
.intro-slider .swiper-pagination-bullet {
    width: 40px;
    height: 6px;
    border-radius: 3px;
    margin: 0 10px;
    background: #DDDDDD;
}

.intro-slider .swiper-pagination-bullet-active {
    background: var( --e-global-color-primary );
}
@media (max-width: 768px) {
	.intro-slider > .inner-container {
		position: relative;
		top: -50px;
	}
	.intro-slider > .inner-container > .elementor-container > .elementor-column,
    .intro-slider > .elementor-container > .elementor-column{
		width: 100%;
	}
}

/*icon box*/
.icon-box,
.icon-box .elementor-widget-container{
	height: 100%;
}

.icon-box-2 .elementor-icon-box-title {
	margin-bottom: 15px;
}

/*logos section*/
.integrations-logos .elementor-widget-image{
	height: 90px;
	justify-content: center;
    flex-direction: column;
    display: flex;
}
.integrations-logos .elementor-widget-image img{
	width: auto;
    max-height: 60px;
}

/*testimonial slider */
.testimonial-slider .elementor-testimonial:before {
	content: "\e900";
	font-family: 'icomoon' !important;
	color: var( --e-global-color-primary );
	margin-bottom: 29px;
    display: block;
	font-size: 22px;
}
.testimonial-slider .swiper-pagination .swiper-pagination-bullet {
    width: 40px !important;
	border-radius: 3px;
	background: #ECECEC;
    opacity: 1;
	margin: 0 10px !important;
}


.testimonial-slider .swiper-slide {
    box-shadow: 0px 0px 7px 0px rgba(184, 184, 184, 0.4);
	margin: 10px 0;
}

.testimonial-slider .swiper-container {
	padding: 0 15px 59px !important;
	width: calc(100% + 20px) !important;
	margin: 0 -10px;
}
.testimonial-slider .elementor-testimonial__image img {
	height: auto !important;
	max-height: 110px;
    max-width: 140px;
	object-fit: initial !important;
    width: auto !important;
}

.testimonial-slider .elementor-testimonial__name {
	margin-bottom: 5px;
}

/*case-studies-slider */
.case-studies-slider > .elementor-container {
	flex-wrap: wrap;
}

.case-studies-slider > .elementor-container > .elementor-column{
    overflow: visible;
}

@media (min-width: 767px) {
    .case-studies-slider > .elementor-container {
        width: 100% !important;
        transform: none !important;
    }
    .case-studies-slider > .elementor-container > .elementor-column{
        width: 33.333% !important;
    }
}


.case-studies-slider .swiper-pagination {
	width: 100%;
	bottom: 10px;
}
.case-studies-slider .swiper-pagination-bullet {
    width: 40px;
    height: 6px;
    border-radius: 3px;
    margin: 0 10px;
    background: #DDDDDD;
}

.case-studies-slider .swiper-pagination-bullet-active {
    background: var( --e-global-color-primary );
}

@media (max-width: 768px) {
	.case-studies-slider > .inner-container > .elementor-container  {
		flex-wrap: nowrap !important;
	}
	.case-studies-slider > .inner-container > .elementor-container > .elementor-column,
    .case-studies-slider > .elementor-container > .elementor-column{
		width: 100%;
        margin: 0;
	}
}

.slider-bottom-img .logo-holder{
    min-height: 81px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}
.slider-bottom-img .logo-holder img{
    max-width: 140px;
}

/*key-features-boxes */
/* .elementor-widget-wrap .key-features-boxes:not(:last-of-type){
    padding-bottom: 0 !important;
}
.elementor-widget-wrap .key-features-boxes:not(:last-of-type) .swiper-pagination{
    display: none !important;
} */

.key-features-boxes  > .elementor-container {
	flex-wrap: wrap;
}

.key-features-boxes  > .elementor-container > .elementor-column{
    overflow: visible;
}
@media (min-width: 767px) {
    .key-features-boxes  > .elementor-container {
        width: 100% !important;
        transform: none !important;
    }
    .key-features-boxes  > .elementor-container > .elementor-column{
        width: 33.333% !important;
    }
}
.key-features,
.key-features .elementor-widget-container{
    height: 100%;
    display: flex;
	width: 100%;
}

.key-features-boxes .swiper-pagination {
	width: 100%;
	bottom: 0px;
}
.key-features-boxes .swiper-pagination-bullet {
    width: 40px;
    height: 6px;
    border-radius: 3px;
    margin: 0 10px;
    background: #DDDDDD;
}

.key-features-boxes .swiper-pagination-bullet-active {
    background: var( --e-global-color-primary );
}
@media (max-width: 768px) {
	
	.key-features-boxes > .inner-container > .elementor-container > .elementor-column,
    .key-features-boxes > .elementor-container > .elementor-column{
		width: 100%;
        margin: 0;
	}
    .key-features-boxes .elementor-icon-box-wrapper  {
        flex-direction: row !important;
        display: flex !important;
		width: 100%;
		align-items: center;
		text-align: left !important;
    }
    
    .key-features-boxes .elementor-icon-box-icon {
        margin: 0 !important;
		height: 50px;
    }
	.key-features-boxes .elementor-icon-box-content {
		padding-left: 15px;
	}
}


/*custom post box */

.custom-post img{
	vertical-align: middle;
    display: inline-block;
}

.custom-post h3 a{
	color: var( --e-global-color-text ) !important;
}

.custom-post a:hover{
    text-decoration: none !important;
}

.custom-post .post-category a{
	background-color: var( --e-global-color-8c67dd6 );
	display: inline-block !important;
	padding: 0 15px;
	border-radius: 5px;
	margin-bottom: 5px;
}

.post-tags a{
	color: var( --e-global-color-text ) !important;
	background-color: var( --e-global-color-accent );
	display: inline-block !important;
	padding: 7px;
	border-radius: 5px;
	margin-bottom: 5px;
	line-height: 12px;
}
.post-tags a:hover{
    text-decoration: none !important;
}

@media (min-width: 767px) {
    .latest-posts > .elementor-widget-container  > .elementor-posts-container  {
        width: 100% !important; 
        transform: none !important;
    }
    .latest-posts > .elementor-widget-container > .elementor-posts-container > .elementor-post  {
        width: 100% !important;
    }
}

.latest-posts .type-post,
.latest-posts .type-post > .elementor-section-wrap,
.latest-posts .type-post > .elementor-section-wrap > .elementor-section {
	height: 100%;
}

.latest-posts .swiper-button-prev,
.latest-posts .swiper-button-next {
	top: 0;
	margin-top: 0;
	width: 40px;
	height: 40px;
	padding: 5px;
	text-align: center;
	background-image: none;
	color: var( --e-global-color-primary );
	font-size: 16px;
}

.latest-posts .swiper-button-prev i,
.latest-posts .swiper-button-next i{
	width: 28px;
	height: 28px;
	line-height: 24px;
	text-align: center;
	border: 2px solid var( --e-global-color-primary );
	border-radius: 50%;
}

.latest-posts .swiper-button-prev{
    left: calc(50% - 40px);
}

.latest-posts .swiper-button-next {
	right: calc(50% - 40px);
}

@media (max-width: 768px) {
	.latest-posts .swiper-wrapper {
		grid-column-gap: 0 !important;
		grid-row-gap: 0 !important;
	}
	
	.latest-posts .swiper-slide {
		overflow: visible !important;
		padding: 0 10px 20px !important;
	}
	
}

/*featured-post*/

.featured-post .post-category a{
	background-color: var( --e-global-color-8c67dd6 );
	display: inline-block !important;
	padding: 3px 13px;
	border-radius: 5px;
	margin-bottom: 5px;
}

.featured-post .elementor-button-link {
	text-decoration: underline;
}
.featured-post .elementor-button-link:hover {
	text-decoration: none;
}

.featured-post .post-title-holder {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
}
/* posts-boxes*/
.posts-boxes .type-post,
.posts-boxes .type-post > .elementor-section-wrap,
.posts-boxes .type-post > .elementor-section-wrap > .elementor-section {
	height: 100%;
}

/*Blog Main page - custom template*/

.page-template-template-blog .page-wrap{
    padding: 80px 0px 80px 0px;
	background-color: var( --e-global-color-accent );
}
@media (max-width: 1024px) {
	.page-template-template-blog .page-wrap{
		padding: 60px 0px 60px 0px;
	}
}
@media (max-width: 768px) {
	.page-template-template-blog .page-wrap{
		padding: 40px 0px 40px 0px;
	}
}
.page-template-template-blog .page-wrap .container{
	padding: 0 20px;
}

.top-posts-wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 30px;
}
.top-posts-wrap .left-col{
	width: 66.2%;
    margin-bottom: 20px;
}
.top-posts-wrap .right-col{
	width: calc(33.8% - 20px);
    margin-bottom: 20px;
}


@media (max-width: 1024px) {
	.top-posts-wrap .left-col{
		width: 60%;
	}
	.top-posts-wrap .right-col{
		width: calc(40% - 20px);
	}
}
@media (max-width: 768px) {
	.top-posts-wrap {
		margin-bottom: 0;
	}
	.top-posts-wrap .left-col,
	.top-posts-wrap .right-col{
		width: 100%;
	}
}


.featured-post a:hover {
    text-decoration: none !important;
}

.featured-post {
	position: relative;
	box-shadow: 0px 4px 12px 0px rgba(184, 184, 184, 0.18);
	height: 100%;
    min-height: 450px;
}
.featured-post .img-holder{
	display: block;
    height: 100%;
    border-radius: 14px;
    background-position: center;
    background-size: cover;
}


.featured-post .text-holder {
	color: #fff;
	padding: 17px 30px 20px 30px;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	border-radius: 0 0 14px 14px;
	background-color: rgba(72, 61, 200, 0.8);
}
@media (max-width: 1024px) {
	.featured-post .text-holder {
		padding: 15px 20px 15px 20px;
	}
}
@media (max-width: 767px) {
	.featured-post .text-holder {
		padding: 12px 15px 12px 15px;
	}
}

.featured-post .text-holder a{
	color: #fff;
	text-decoration: none;
}
.featured-post .category {
	margin: -32px 0 7px;
}
.featured-post .category a{
	background-color: var( --e-global-color-8c67dd6 );
	display: inline-block;
	padding: 3px 13px;
	border-radius: 5px;
	margin-bottom: 5px;
	font-weight: 500;
}
.featured-post h3{
	margin-bottom: 0px;
}
.featured-post .text-holder a.read-more-link {
	font-weight: 700;
	text-decoration: underline;
}
.featured-post .text-holder a.read-more-link:hover {
	text-decoration: none;
}
@media (max-width: 767px) {
	.featured-post .category,
	.featured-post .text-holder a.read-more-link {
		font-size: 14px;
	}
}


.editors-pick-wrap a:hover {
    text-decoration: none !important;
}
.editors-pick-wrap {
	border-radius: 8px;
	background-color: #fff;
	box-shadow: 0px 4px 12px 0px rgba(184, 184, 184, 0.18);
    min-height: 100%;
}
.editors-pick-wrap .title-holder{
	border-radius: 8px 8px 0 0;
	background-color: #fff;
	padding: 12px 20px 11px 20px;
	background-color: var( --e-global-color-8c67dd6 );
}
.editors-pick-wrap .title-holder h2{
	color: #fff;
	margin: 0;
    font-size: 20px;
    font-weight: 400;
}

.editors-pick-wrap .posts-holder {
	padding: 18px 30px 6px 20px;
}
.editors-pick-item {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.editors-pick-item {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 20px;
}

.editors-pick-item .number-holder{
	width: 32px;
}
.editors-pick-item .number-holder span{
	display: inline-block;
	background-color: var( --e-global-color-8c67dd6 );
	color: #fff;
	text-align: center;
	color: #FFFFFF;
    font-size: 20px;
    font-weight: 700;
	width: 32px;
	height: 32px;
	line-height: 32px;
	border-radius: 50%;
}
.editors-pick-item .text-holder{
	width: calc(100% - 40px);
}
.editors-pick-item .category {
	font-size: 12px;
	line-height: 1.5;
	margin-bottom: 2px;
}
.editors-pick-item .category a{
	color: var( --e-global-color-8c67dd6 );
	margin-right: 5px;
}
.editors-pick-item h3 {
	font-size: 16px !important;
	font-weight: 400 !important;
	line-height: 1.45 !important;
	margin-bottom: 10px;
}
.editors-pick-item h3 a{
	color: inherit;
	text-decoration: none;
}

.read-more-holder {
	display: flex;
	justify-content: space-between;
	font-size: 12px;
	line-height: 1.5;
}
.read-more-holder .time-to-read{
	padding-right: 15px;
	color: #909090;
}
.read-more-holder .read-more-link{
	font-weight: 700;
	text-decoration: none;
	white-space: nowrap;
	color: var( --e-global-color-text );
}
.read-more-holder .read-more-link:hover{
	color: var( --e-global-color-8c67dd6 );
}

.blog-filter {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	padding: 30px 0;
}
.blog-filter .input-holder{
	width: calc(100% - 611px);
}
.blog-filter .select-holder{
	width: 604px;
}
@media (max-width: 992px) {
	.blog-filter .input-holder,
	.blog-filter .select-holder{
		width: 100%;
	}
}
.blog-filter .input-holder input{
	width: 100%;
	margin-bottom: 10px;
	border-color: #DEDEDE !important;
	height: 50px;
	font-size: 16px;
	padding: 10px 14px !important;
}
.blog-filter .select-holder {
	display: flex;
	flex-wrap: wrap;
}

.blog-filter .select-holder .select-item{
	width: calc(33.33% - 6px);
	position: relative;
	margin-left: 6px;
    margin-bottom: 10px;
}
@media (max-width: 992px) {
	.blog-filter .select-holder .select-item{
		margin-left: 0;
		margin-right: 6px;
	}
}
	
@media (max-width: 667px) {
	.blog-filter .select-holder .select-item{
		width: 100%;
		margin-right: 0;
	}
}
.blog-filter .select-holder .select-item select{
	background-color: var( --e-global-color-8c67dd6 );
	color: #fff;
	height: 50px;
	width: 100%;
	font-weight: 500;
	font-size: 16px;
	border-radius: 5px;
	font-family: "Poppins", sans-serif;
	padding: 0 25px 0px 10px;
	-webkit-appearance: none;
}
.blog-filter .select-holder .select-item:after{
	content: "\f0d7";
	color: #fff;
	position: absolute;
	right: 12px;
	top: 10px;
	font-family: "Font Awesome 5 Free";
    font-weight: 900;
    pointer-events: none;
}
.blog-filter .select-holder .select-item select option{
	background-color: #fff;
	color: #000;
}
#planergy-app {
	min-height: 800px;
}
.blog-posts-wrap {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -10px;
}
.blog-posts-wrap .blog-post-item {
	width: calc(100% / 3);
	padding: 0 10px;
	margin-bottom: 20px;
}
@media (max-width: 992px) {
    .blog-posts-wrap .blog-post-item {
        width: 50%;
    }
}
@media (max-width: 667px) {
    .blog-posts-wrap .blog-post-item {
        width: 100%;
    }
}

.blog-post-item a:hover{
    text-decoration: none !important;
}

.blog-posts-wrap .blog-post-inner {
	background-color: #fff;
	border-radius: 14px;
	box-shadow: 0px 4px 12px 0px rgba(184, 184, 184, 0.18);
	height: 100%;
	overflow: hidden;
}
.blog-post-inner .img-holder{
	display: block;
}
.blog-post-inner .img-holder img{
	width: 100%;
}
.blog-post-inner .text-holder{
	padding: 0 20px 20px;
}
.blog-post-inner .category {
	margin-top: -25px;
}
.blog-post-inner .category a{
	background-color: var( --e-global-color-8c67dd6 );
	display: inline-block !important;
	padding: 0 15px;
	border-radius: 5px;
	margin-bottom: 5px;
	color: #fff;
	text-decoration: none;
	font-weight: 500;
	font-size: 14px;
}

.blog-post-inner .tags a{
	background-color: var( --e-global-color-accent );
	display: inline-block;
	padding: 5px 7px;
	border-radius: 5px;
	margin: 0 3px 5px 0;
	font-size: 12px;
	line-height: 1.2;
	text-decoration: none;
	color: #777;
}
.blog-post-inner h3 {
	font-size: 18px !important;
	padding-top: 16px;
	font-weight: 400 !important;
	line-height: 1.45 !important;
	margin-bottom: 7px;
}
.blog-post-inner h3 a{
	color: inherit;
	text-decoration: none;
}

.blog-post-inner .read-more-holder {
	margin-top: 32px;
}

.newsletter-box {
	padding: 20px 22px 17px;
}
.blog-post-inner.newsletter-box h3 {
	font-weight: 700 !important;
	font-size: 24px !important;
	padding: 0;
	margin-bottom: 18px;
}

.newsletter-box input[type=text],
.newsletter-box input[type=email]{
	border-color: #DEDEDE !important;
	border-radius: 14px !important;
	font-size: 16px !important;
    padding: 9px 18px !important;
	width: 100%;
	margin-bottom: 2px; 
}

.newsletter-box form > div {
   margin-bottom: 20px; 
}

.newsletter-box .gfield_checkbox {
	margin-bottom: 6px;
}
.newsletter-box .gform_wrapper.gravity-theme .gfield_checkbox label, 
.newsletter-box .gform_wrapper.gravity-theme .gfield_radio label,
.newsletter-box label {
    font-weight: 500;
	color: #949494;
	font-size: 13px;
	line-height: 1.8;
}

.newsletter-box label input[type=checkbox] {
	margin-right: 5px;
}
.newsletter-box label p {
	display: inline;
}

.newsletter-box .gform_wrapper.gravity-theme .gfield_checkbox label a, 
.newsletter-box .gform_wrapper.gravity-theme .gfield_radio label a,
.newsletter-box label a{
    font-weight: 700;
	text-decoration: underline;
	color: inherit;
}
.newsletter-box .gform_wrapper.gravity-theme .gfield_checkbox label a:hover, 
.newsletter-box .gform_wrapper.gravity-theme .gfield_radio label a:hover,
.newsletter-box label  a:hover{
	text-decoration: none;
}

.newsletter-box .gform_wrapper.gravity-theme .gform_footer, 
.newsletter-box .gform_wrapper.gravity-theme .gform_page_footer {
    margin: 20px 0 0 !important;
    padding: 16px 0;
}
.newsletter-box .gform_wrapper .gform_footer input[type=submit], 
.newsletter-box .gform_wrapper .gform_page_footer input[type=submit],
.newsletter-box button[type=submit]{
    width: 100% !important;
    min-width: 0 !important;
	border-radius: 14px;
    padding: 10px;
    margin-top: 20px;
	background-color: var( --e-global-color-secondary ); 
}

.newsletter-box .gform_wrapper .gform_footer input[type=submit]:hover, 
.newsletter-box .gform_wrapper .gform_page_footer input[type=submit]:hover,
.newsletter-box button[type=submit]:hover{
    background-color: var( --e-global-color-2bc3c41 );
}

.newsletter-box .error {
	color: #c50000;
    font-size: 13px;
    font-weight: 700;
}

#gform_confirmation_message_2 {
	color: green;
    font-size: 18px;
    margin-bottom: 15px;
    text-align: center;
}

.newsletter-box #gform_confirmation_message_2 {
    text-align: left;
}

.blog-cta-wrap {
	width: 100%;
	padding: 15px 10px 20px;
	margin-bottom: 20px;
}
.blog-cta {
	background-image: linear-gradient(-90deg, #1974BB 0%, var( --e-global-color-8c67dd6 ) 100%);
	border-radius: 14px;
	overflow: hidden;
	color: #fff;
	color: #FFFFFF;
	position: relative;
    padding: 112px 60px 97px 80px;
}
@media (max-width: 1024px) {
	.blog-cta {
		padding: 70px 40px 60px;
	}
}
@media (max-width: 767px) {
	.blog-cta {
		padding: 50px 30px 40px;
	}
}
.blog-cta .overlay-img{
	position: absolute;
	height: 100%;
    width: 100%;
    top: 0;
    left: 0;
	background-position: center;
    background-size: cover;
}

.blog-cta-container {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	position: relative;
}
.blog-cta-container .text-holder {
	width: calc(100% - 320px);
}
.blog-cta-container .btn-holder {
	text-align: center;
	margin-bottom: 10px;
	width: 295px;
}
@media (max-width: 767px) {
	.blog-cta-container .text-holder,
	.blog-cta-container .btn-holder {
		width: 100%;
		text-align: center;
	}
}
.blog-cta-container .text-holder h2{
	font-size: 40px;
    line-height: 1.2em;
	margin-bottom: 20px;
}
@media (max-width: 1024px) {
	.blog-cta-container .text-holder h2{
		font-size: 32px;
	}
}
@media (max-width: 767px) {
	.blog-cta-container .text-holder h2{
		font-size: 26px;
	}	
}

.blog-cta-container .text-holder p{
	font-size: 18px;
    font-weight: 700;
}

.blog-cta-container .btn-holder .elementor-button{
	text-decoration: none;
	margin-bottom: 8px;
}

.blog-cta-container .btn-holder .uderline-link {
	font-size: 16px;
    font-weight: 700;
	text-decoration: underline;
	color: #fff;
}
.blog-cta-container .btn-holder .uderline-link:hover {
	text-decoration: none;
}


.load-more-button {
	text-align: center;
	padding-top: 30px;
}

.blue-outline-button {
    font-size: 16px;
    font-weight: 400;
    text-transform: none;
    color: var( --e-global-color-8c67dd6 ) !important;
    background-color: transparent;
    padding: 11px 47px;
	border: 1px solid var( --e-global-color-8c67dd6 );
	text-decoration: none;
	border-radius: 5px;
	display: inline-block;
	line-height: 1.2;
}
.blue-outline-button:hover,
.blue-outline-button:focus{
    color: #fff !important;
    background-color:  var( --e-global-color-8c67dd6 );
	text-decoration: none !important;
}

.cta-two-cols-blog {
	background: linear-gradient(180deg, #6551DA 0%, #2C1B89 100%);
	color: #fff;
	padding: 50px 0 30px;
}

.cta-two-cols-blog .container {
	display: flex;
	justify-content: space-between;
	flex-wrap: nowrap;
	align-items: center;
	padding: 0 20px;
}
.cta-two-cols-blog .text-holder {
	width: calc(100% - 300px);
}
.cta-two-cols-blog .btn-holder {
	width: 281px;
}
.cta-two-cols-blog h2 {
	margin-bottom: 0;
}
.cta-two-cols-blog p {
	font-size: 18px;
}
.cta-two-cols-blog .elementor-button {
	margin-bottom: 12px;
}
.cta-two-cols-blog .elementor-button:hover {
	text-decoration: none;
}

@media (max-width: 767px) {
	.cta-two-cols-blog .container{
		text-align: center;
		flex-wrap: wrap;
	}
	.cta-two-cols-blog p {
		font-size: 18px;
	}
	.cta-two-cols-blog .text-holder {
		margin-bottom: 20px;
		width: 100%;
	}
	.cta-two-cols-blog .btn-holder {
		width: 100%;
	}
}

/* Blog post single*/

.blog-post-info.elementor-widget  .elementor-icon-list-icon svg{
	width: 20px;
}
.blog-post-info.elementor-widget  .elementor-icon-list-icon svg,
.blog-post-info.elementor-widget .elementor-icon-list-icon i {
	vertical-align: sub;
}
.blog-post-single .post-tags a:not(:first-of-type){
	margin-left: 4px;
}
.blog-post-single .main-content .elementor-widget-wrap {
	width: 753px;
	max-width: 100%;
}
.blog-post-single .widget {
    padding-bottom: 0;
    margin-bottom: 0;
}

.blog-post-single .pdfprnt-buttons {
	margin-bottom: 30px;
	padding: 0 !important;
}
.blog-post-single .pdfprnt-buttons a.pdfprnt-button {
	border: 2px solid var( --e-global-color-8c67dd6 ) !important;
	border-radius: 5px;
	padding: 11px 14px 10px 16px !important;
	line-height: 24px;
	font-family: "Poppins", Sans-serif !important;
	text-decoration: none;
	font-size: 16px;
}
.blog-post-single .pdfprnt-buttons a.pdfprnt-button > span {
	padding: 0 !important;
}
.blog-post-single .pdfprnt-buttons a.pdfprnt-button:after {
	font-size: 22px;
	font-family: "Font Awesome 5 Free";
    font-weight: 400;
	content: "\f358";
	vertical-align: middle;
    margin-left: 17px;
}
.blog-post-single .pdfprnt-buttons a.pdfprnt-button:hover {
	background-color: var( --e-global-color-8c67dd6 ) !important;
	color: #fff  !important;
}

.post-anchor-links .list-secondary ul li {
    margin: 0 0 10px !important;
}



/*blog single popup*/

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

.blog-single-popup .gform_legacy_markup_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) { 
    font-size: 16px !important;
}

.blog-single-popup .gform_wrapper .gform_footer {
    margin: 25px 0 0 !important;
}

.blog-single-popup .elementor-shortcode{
	font-size: 32px;
    line-height: 1.2em;
}

@media (max-width: 767px) {
	.blog-single-popup .elementor-shortcode{
		font-size: 26px;
	}	
}


/* faq section */
.faq-primary .elementor-toggle-item {
    border-radius: 14px;
    border-bottom: 5px solid var( --e-global-color-8c67dd6 );
}
@media (max-width: 768px) {
	.faq-primary .elementor-toggle-item .elementor-toggle-icon svg{
		width: 30px !important;
		height: 30px !important;
	}
}

/* archive page */
.nv-page-title-wrap.nv-big-title .nv-page-title {
    padding-bottom: 20px;
}
.nv--yoast-breadcrumb {
	color: #999;
}
.nv-page-title-wrap h1 {
	font-size: var( --e-global-typography-20330df-font-size ) !important;
}

.elementor-author-box__text a {
    display: block;
    margin-top: 15px;
}

.archive-container .article-content-col .content {
    width: 900px;
	max-width: 100%;
}
.archive-container .article-content-col .content  .nv-post-thumbnail-wrap {
	width: 400px;
	max-width: 100%;
}

.archive-container .blog-entry-title {
	font-size: 20px;
	font-weight: 400;
}
.archive-container .blog-entry-title a{
	color: var(--e-global-color-text);
	text-decoration: none;
}
.archive-container .blog-entry-title a:hover{
	color: var( --e-global-color-8c67dd6 );
	text-decoration: none;
}


.nv-index-posts .page-numbers>li:not(:last-child) {
    padding-right: 5px;
}
.nv-index-posts .page-numbers>li:not(:first-child) {
    padding-left: 5px;
}

.page-numbers .page-numbers {
	display: inline-block !important;
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	border-radius: 5px;
	background-color: var( --e-global-color-8c67dd6 );
	color: #fff;
}


.page-numbers .page-numbers.current {
	background-color: #4BA5EC;
}
.page-numbers a.page-numbers:hover,
.page-numbers a.page-numbers:focus {
	background-color: #4BA5EC;
	text-decoration: none;
}

.page-numbers .page-numbers.next,
.page-numbers .page-numbers.prev{
	width: auto;
	padding: 0 10px;
}

.nv-index-posts .page-numbers>li:not(:first-child) {
    padding-left: 5px !important;
}
.nv-index-posts .page-numbers>li:not(:last-child) {
    padding-right: 5px !important;
}


/*archives post boxes - equal height*/

.post-archives article.elementor-post > .elementor-location-archive,
.post-archives article.elementor-post > .elementor-location-archive .elementor-section-wrap,
.post-archives article.elementor-post > .elementor-location-archive .elementor-section-wrap .custom-post{
    height: 100%;
}


/*integrations page*/


.integrations-menu .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before{
	background-color: var( --e-global-color-8c67dd6 ) !important;
	opacity: 1;
}

.integrations-menu  .elementor-nav-menu > li  {
	margin-bottom: 15px;
}
@media (max-width: 768px) {
	.integrations-menu  .elementor-nav-menu > li  {
		margin-bottom: 0;
	}
}
.integrations-menu .eicon-menu-bar:before  {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}
.integrations-menu .eicon-menu-bar:before,
.integrations-menu .elementor-menu-toggle.elementor-active i:before {
    content: "\f0d7";
}


@media (max-width: 550px) {
	.integration-block-wrap .elementor-container > .elementor-column {
		width: 100% !important;
	}
}

.integration-block .elementor-widget-container,
.integrations-banner .elementor-widget-container {
	min-height: 280px;
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.integration-block .elementor-image-box-content {
	position: absolute;
	text-align: left;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 5px 19px;
}

.integration-block.elementor-widget-image-box a:after { 
	content: ""; 
	display: block !important; 
	position: absolute;
	top: 0; 
	bottom: 0; 
	left: 0; 
	right: 0; 
	z-index: 1; 
}
.integration-block a:hover {
    text-decoration: none !important;
}


/*integrations single*/

.counting-box > .elementor-container {
    padding: 0 10px;
}
.counting-box-full .number-holder {
	position: absolute;
	top: -8px;
}
@media (max-width: 768px) {
	.counting-box-full .number-holder {
		position: relative;
		top: 0;
	}
}

.center-text-section {
    max-width: 730px;
    margin: 0 auto;
}

/* Industries Page */

.industrie-box,
.industrie-box .elementor-widget-container{
	height: 100%;
}

@media (max-width: 550px) {
	.industrie-block-wrap .elementor-container > .elementor-column {
		width: 100% !important;
	}
}

.industrie-box.elementor-widget-icon-box a:after { 
	content: ""; 
	display: block !important; 
	position: absolute;
	top: 0; 
	bottom: 0; 
	left: 0; 
	right: 0; 
	z-index: 1; 
}


/* Demo Contact Page */

.demo-form .gform_legacy_markup_wrapper .gform_footer {
	text-align: center;
}

.demo-form .gform_legacy_markup_wrapper .gform_footer input.button, 
.demo-form .gform_legacy_markup_wrapper .gform_footer input[type=submit] {
	margin: 0 auto;
}

/* Case Study Page */

.case-study-hero-icon .elementor-widget-container{
	height: 133px;
	line-height: 133px;
}
@media (max-width: 768px) {
	.case-study-hero-icon .elementor-widget-container{
		height: 100px;
		line-height: 100px;
	}
}

.case-study-hero-icon .elementor-widget-container .elementor-icon{
	vertical-align: middle;
}

.case-study-box .logo-holder img,
.case-study-box .case-study-logo img,
.case-study-box .img-holder img{
    max-height: 130px;
    width: auto;
}


/* Process Page */

.white-box-with-arrow {
	position: relative;
}

.white-box-with-arrow .elementor-widget-wrap,
.white-box-with-arrow  .elementor-column{
	position: initial !important;
}

.white-box-right-arrow {
	margin-right: 200px;
}

.white-box-right-arrow .arrow-right{
	position: absolute !important;
    right: -173px;
    bottom: -151px;
    width: 36px !important;
}

.white-box-left-arrow {
	margin-left: 200px;
}

.white-box-left-arrow .arrow-left{
	position: absolute!important;
    left: -193px;
    bottom: -143px;
    width: 36px !important;
}

@media (max-width: 1024px) {
	.white-box-right-arrow {
		margin-right: 100px;
	}

	.white-box-right-arrow .arrow-right{
		right: -100px;
		bottom: -100px;
	}

	.white-box-left-arrow {
		margin-left: 100px;
	}

	.white-box-left-arrow .arrow-left{
		left: -100px;
		bottom: -100px;
	}
}

@media (max-width: 667px) {
	.white-box-right-arrow {
		margin-right: 50px;
	}

	.white-box-right-arrow .arrow-right{
		right: -70px;
		width: 30px !important;
	}

	.white-box-left-arrow {
		margin-left: 50px;
	}

	.white-box-left-arrow .arrow-left{
		left: -70px;
		width: 30px !important;
	}
}

@media (max-width: 375px) {
	.white-box-right-arrow {
		margin-right: 30px;
	}

	.white-box-right-arrow .arrow-right{
		right: -50px;
		width: 20px !important;
	}

	.white-box-left-arrow {
		margin-left: 30px;
	}

	.white-box-left-arrow .arrow-left{
		left: -50px;
		width: 20px !important;
	}
}


/* Solutions Individual Page */

@media (min-width: 768px) {
.solutions-hero-img img{
	max-width: 145% !important;
}
}

.after-arrow:after {
	content: '';
	width: 0; 
	height: 0; 
	border-left: 35px solid transparent;
	border-right: 35px solid transparent;
	border-top: 32px solid #1B75BD;
	position: absolute;
	left: calc(50% - 35px);
    bottom: -30px;
}

.after-arrow-small:after {
	content: '';
	width: 0; 
	height: 0; 
	border-left: 15px solid transparent;
	border-right: 15px solid transparent;
	border-top: 17px solid var( --e-global-color-8c67dd6 );
	position: absolute;
	left: calc(50% - 15px);
    bottom: 30px;
}


/* timeline */

.timeline {
	max-width: 850px;
}

.timeline .timeline-container:after {
	content: '';
	display: inline-block;
	position: absolute;
	top: 90px;
	bottom: 20px;
	left: 30px;
	width: 2px;
	background-color: var( --e-global-color-primary );
}

@media (max-width: 767px) {
    .timeline .timeline-container:after {
		top: 70px;
		bottom: 20px;
		left: 20px;
	}
}

.timeline .elementor-widget-icon {
	padding: 0 !important;
}

/* search-results */
.search-results .elementor-post__title a{
	color: #000;
	transition: all .3s;
}
.search-results .elementor-post__title a:hover{
	text-decoration: none;
	color: var( --e-global-color-8c67dd6 );
}

.elementor-pagination .page-numbers {
	display: inline-block;
	text-align: center;
	width: 45px;
	height: 45px;
	line-height: 45px;
	border: 1px solid var( --e-global-color-8c67dd6 );
	border-radius: 4px;
	transition: all .3s;
	margin-bottom: 5px;
}

.elementor-pagination .page-numbers:hover, 
.elementor-pagination .page-numbers.current {
	text-decoration: none;
	background-color: var( --e-global-color-8c67dd6 );
}





/* search results*/

.elementor-search-form--skin-full_screen .elementor-search-form__container {
    align-items: flex-start !important;
    padding-top: 80px !important;
}


.elementor-search-form__container input[type="search"]::-webkit-search-decoration,
.elementor-search-form__container input[type="search"]::-webkit-search-cancel-button,
.elementor-search-form__container input[type="search"]::-webkit-search-results-button,
.elementor-search-form__container input[type="search"]::-webkit-search-results-decoration {
  -webkit-appearance:none;
}


.searchwp-live-search-results {
    background: transparent !important;
    box-shadow: none !important;
    color: #fff;
    max-height: 450px !important;
}

.search-module__result-items {
    padding: 40px 0;
    display: flex;
    flex-wrap: wrap;
    color: #fff;
}

.search-module__result-items .result-item {
    padding: 0 10px;
    margin-bottom: 20px;
    width: 50%;
}
@media (max-width: 767px) {
    .search-module__result-items .result-item {
        width: 100%;
    }
}
.search-module__result-items .result-item h2{
    text-transform: uppercase;
    font-size: 1rem;
    letter-spacing: .075em;
    padding-bottom: 20px;
    margin-top: 0;
    margin-bottom: 0;
    font-weight: 600;
    color: var( --e-global-color-secondary );
}

.search-module__result-items .result-item a{
    padding: 4px 0;
    display: block;
    color: #f7f7f7;
    font-weight: 600;
    font-weight: 600;
    font-size: 14px;
    line-height: 1.4;
    transition: all .35s ease-in-out;
}

.search-module__result-items .result-item a:hover{
    color: var( --e-global-color-secondary );
    text-decoration: none;
}

.search-module__result-items .item-full-width {
    width: 100%;
    text-align: center;
    color: var( --e-global-color-secondary );
}



.elementor-popup-modal .dialog-widget-content{
    width: auto !important;
}
.elementor-popup-modal .dialog-message {
	padding: 0 !important;
}

/*new homepage*/

/*new homepage - process section */

.home-process-section {
    background-image: linear-gradient(180deg, #2297F3 0%, #dbefff 400px, #2297F300 100%);
}

.home-process-section.elementor-section > .elementor-container,
.home-process-section.elementor-section > .elementor-container > .elementor-column,
.home-process-section.elementor-section > .elementor-container > .elementor-column > .elementor-widget-wrap{
    position: initial;
}

.process-arrow-holder.elementor-column,
.process-arrow-holder.elementor-column .elementor-widget-wrap {
    position: initial;
}

.home-process-box .elementor-image-box-content {
    background: #F0FBFF;
    border-radius: 32px;
    padding: 45px;
}
.home-process-box .elementor-image-box-img img{
    width: 265px !important;
    max-width: initial;
    z-index: 10;
    position: relative;
}


.home-process-box.right-img .elementor-image-box-content {
    padding-right: 170px
}

.home-process-box.right-img .elementor-image-box-img img {
    margin-left: -130px;
}

.home-process-box.left-img .elementor-image-box-content {
    padding-left: 155px
}

.home-process-box.left-img .elementor-image-box-img img {
    margin-right: -130px;
}

.home-process-box.center-img {
    margin: 0 auto;
}


.home-process-box.center-img .elementor-image-box-img img {
    width: 370px !important;
    margin-bottom: -40px;
}

.home-process-box.center-img .elementor-image-box-content {
    padding-top: 75px;
    padding-bottom: 75px;
}

@media (max-width: 1200px) {
.home-process-box .elementor-image-box-content {
    padding: 30px;
}

.home-process-box .elementor-image-box-img img{
    width: 200px !important;
}

.home-process-box.right-img .elementor-image-box-content {
    padding-right: 130px
}
.home-process-box.right-img .elementor-image-box-img img {
    margin-left: -100px;
}
.home-process-box.left-img .elementor-image-box-content {
    padding-left: 130px
}
.home-process-box.left-img .elementor-image-box-img img {
    margin-right: -100px;
}
.home-process-box.center-img .elementor-image-box-img img {
    width: 270px !important;
}

.home-process-box.center-img .elementor-image-box-content {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
}
}

@media (max-width: 1024px) {

.home-process-box .elementor-image-box-img img{
    width: 150px !important;
}

.home-process-box.right-img .elementor-image-box-content {
    padding-right: 100px
}
.home-process-box.right-img .elementor-image-box-img img {
    margin-left: -75px;
}
.home-process-box.left-img .elementor-image-box-content {
    padding-left: 100px
}
.home-process-box.left-img .elementor-image-box-img img {
    margin-right: -75px;
}
.home-process-box.center-img .elementor-image-box-img img {
    width: 200px !important;
}
}

@media (max-width: 767px) {
    .home-process-box .elementor-image-box-content {
        padding: 80px 20px 20px !important;
    }
    
    .home-process-box .elementor-image-box-img img {
        margin-left: 0 !important;
        margin-right: 0 !important;
        margin-bottom: -75px;
    }
    
    .home-process-box.center-img .elementor-image-box-content {
        padding-top: 50px !important;
        padding-bottom: 40px !important;
    }
}
/*new homepage - key features*/
.new-key-features {
    position: relative;
}

.new-key-features .elementor-icon-box-icon {
    position: absolute;
    left: -75px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    width: 150px;
    height: 150px;
    border-radius: 50%;
    background-color: #F0FBFF;
    display: flex !important;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.new-key-features .elementor-icon-box-icon svg {
    width: auto;
    height: auto;
    max-width: 80px;
    max-height: 90px;
}

@media (min-width: 1401px) {
    .new-key-features-boxes .elementor-widget-wrap {
        padding-left: 85px !important;
    }
    
    .new-key-features-boxes .elementor-widget-wrap .elementor-widget-container {
        padding-left: 90px !important;
    }
    
    .new-key-features-boxes .elementor-widget-wrap .elementor-widge .elementor-icon-box-title {
        font-size: 25px !important;
    }
    
}

@media (max-width: 1400px) {
    .new-key-features .elementor-icon-box-icon {
        left: -50px;
        width: 100px;
        height: 100px;
    }
    .new-key-features .elementor-icon-box-icon svg {
        max-width: 60px;
        max-height: 60px;
    }
}

.new-key-features-boxes  > .elementor-container {
	flex-wrap: wrap;
}

.new-key-features-boxes .swiper-wrapper {
    flex-wrap: nowrap !important;
}

.new-key-features-boxes  > .elementor-container > .elementor-column{
    overflow: visible;
}

.new-key-features-boxes  > .elementor-container > .elementor-column{
        width: 33.333%;
}

.new-key-features,
.new-key-features .elementor-widget-container{
    height: 100%;
    display: flex;
	width: 100%;
}

.new-key-features-boxes  .swiper-container {
    position: initial;
    max-width: calc(100% - 240px);
}

@media (max-width: 1600px) {
    .new-key-features-boxes  .swiper-container {
        max-width: calc(100% - 120px);
    }
}
@media (max-width: 600px) {
    .new-key-features-boxes  .swiper-container {
        max-width: 100%;
        padding-bottom: 70px;
    }
}

.new-key-features-boxes  .swiper-container .swiper-slide {
    height: auto !important;
}

.key-features-button-prev,
.key-features-button-next {
    position: absolute;
    width: 50px;
    height: 50px;
    padding: 0 !important;
    line-height: 50px;
    text-align: center;
    background-color: #fff !important;
    border-radius: 50% !important;
    border: 0;
    cursor: pointer;
    z-index: 10;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.key-features-button .triangle-right,
.key-features-button .triangle-left {
    display: inline-block;
    width: 0; 
    height: 0; 
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
}

.key-features-button .triangle-right {
    border-left: 22px solid #2297F3;
    margin-left: 5px;
}

.key-features-button .triangle-left {
    border-right: 22px solid #2297F3;
    margin-right: 5px;
}

.new-key-features-boxes .key-features-button-prev {
    left: 50px;
}

.new-key-features-boxes .key-features-button-next {
    right: 50px;
}

@media (max-width: 1600px) {
    .new-key-features-boxes .key-features-button-prev {
        left: 0;
    }
    
    .new-key-features-boxes .key-features-button-next {
        right: 0;
    }
}

@media (max-width: 600px) {
    .new-key-features-boxes .key-features-button-prev {
        top: auto;
        bottom: 0;
        left: calc(50% - 60px);
        transform: none;
    }
    
    .new-key-features-boxes .key-features-button-next {
        top: auto;
        bottom: 0;
        right: calc(50% - 60px);
        transform: none;
    }
}

/*new homepage - home form*/

.home-form .gform_legacy_markup_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
.home-form .gform_legacy_markup_wrapper .chosen-container a.chosen-single {
    background-color: #D0ECFF !important;
    border-color: #D0ECFF !important;
    box-shadow: none;
}

body .home-form .gform_legacy_markup_wrapper .top_label div.ginput_container,
.home-form .gform_wrapper .gform_footer  {
    margin-top: 15px !important;
}

.home-form input::-webkit-input-placeholder {
  color: #515151;
  opacity: 1;
}

.home-form input::-moz-placeholder {
  color: #515151;
  opacity: 1;
}

.home-form input:-ms-input-placeholder {
  color:#515151;
  opacity: 1;
}

/* Thrive leads additional CSS */
.thrv_text_element ul {
	list-style-type: disc;
}


