/*
Theme Name: Tal Technologies
Theme URI: https://taltech.com
Author: Cavallo Agency
Author URI: https://www.cavalloagency.com
Description: Custom theme for TAL Technologies.
Version: 1.2
Text Domain: taltechnologies

*/
input,
textarea {
	outline: none;
}

input:focus:required:invalid,
textarea:focus:required:invalid {
	border-color: red;
}

input:required:valid,
textarea:required:valid {
	border-color: green;
}

* {
	margin: 0;
	padding: 0;
}

body {
	font-family: "Inter", sans-serif;
	font-size: 1rem;
	line-height: 1.65rem;
	color: var(--e-global-color-text, #57534E);
	font-weight: normal;
	min-width: 320px;
	position: relative;
	overflow-x: hidden;
	background-color: #FAFAF9;
}

.container {
	margin-right: auto;
	margin-left: auto;
	padding-left: 15px;
	padding-right: 15px;
}

@media (min-width: 768px) {
	.container {
		width: 750px;
	}
}

@media (min-width: 992px) {
	.container {
		width: 970px;
	}
}

@media (min-width: 1200px) {
	.container {
		width: 1170px;
	}
}

a {
	color: var(----e-global-color-4ca5498, #2F9FF4);
	text-decoration: none;
	-webkit-transition: all 500ms;
	transition: all 500ms;
}

a:hover {
	color: var(--e-global-color-14af69f, #0464B9);
}

img {
	display: block;
	max-width: 100%;
}

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

.entry-content ol,
.entry-content ul {
	padding-left: 20px;
}

h1 {
	font-size: var(--e-global-typography-1d7342b-font-size, 2.25rem);
}

.single .site-main,
.page .site-main {
	padding: 40px 0px 60px;
}

/*  Owl carousel css */
.owl-carousel,
.owl-carousel .owl-item {
	-webkit-tap-highlight-color: transparent;
	position: relative;
}

.owl-carousel {
	display: none;
	width: 100%;
	z-index: 1;
}

.owl-carousel .owl-stage {
	position: relative;
	-ms-touch-action: pan-Y;
	touch-action: manipulation;
	-moz-backface-visibility: hidden;
}

.owl-carousel .owl-stage:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

.owl-carousel .owl-stage-outer {
	position: relative;
	overflow: hidden;
	-webkit-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item,
.owl-carousel .owl-wrapper {
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item {
	min-height: 1px;
	float: left;
	-webkit-backface-visibility: hidden;
	-webkit-touch-callout: none;
}

.owl-carousel .owl-item img {
	display: block;
	width: 100%;
}

.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
	display: none;
}

.no-js .owl-carousel,
.owl-carousel.owl-loaded {
	display: block;
}

.owl-carousel .owl-dot,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
	background: 0 0;
	color: inherit;
	border: none;
	padding: 0 !important;
	font: inherit;
}

.owl-carousel .owl-nav button.owl-next:hover,
.owl-carousel .owl-nav button.owl-prev:hover,
.owl-carousel button.owl-dot:hover,
.owl-carousel .owl-nav button.owl-next:focus,
.owl-carousel .owl-nav button.owl-prev:focus,
.owl-carousel button.owl-dot:focus {
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
}

.owl-carousel.owl-loading {
	opacity: 0;
	display: block;
}

.owl-carousel.owl-hidden {
	opacity: 0;
}

.owl-carousel.owl-refresh .owl-item {
	visibility: hidden;
}

.owl-carousel.owl-drag .owl-item {
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.owl-carousel.owl-grab {
	cursor: move;
	cursor: -webkit-grab;
	cursor: grab;
}

.owl-carousel.owl-rtl {
	direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
	float: right;
}

.owl-carousel .animated {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
	z-index: 0;
}

.owl-carousel .owl-animated-out {
	z-index: 1;
}

.owl-carousel .fadeOut {
	-webkit-animation-name: fadeOut;
	animation-name: fadeOut;
}

@-webkit-keyframes fadeOut {
	0% {
		opacity: 1;
	}

	100% {
		opacity: 0;
	}
}

@keyframes fadeOut {
	0% {
		opacity: 1;
	}

	100% {
		opacity: 0;
	}
}

.owl-height {
	-webkit-transition: height 0.5s ease-in-out;
	transition: height 0.5s ease-in-out;
}

.owl-carousel .owl-item .owl-lazy {
	opacity: 0;
	-webkit-transition: opacity 0.4s ease;
	transition: opacity 0.4s ease;
}

.owl-carousel .owl-item .owl-lazy:not([src]),
.owl-carousel .owl-item .owl-lazy[src^=""] {
	max-height: 0;
}

.owl-carousel .owl-item img.owl-lazy {
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
}

.owl-carousel .owl-video-wrapper {
	position: relative;
	height: 100%;
	background: #000;
}

.owl-carousel .owl-video-play-icon {
	position: absolute;
	height: 80px;
	width: 80px;
	left: 50%;
	top: 50%;
	margin-left: -40px;
	margin-top: -40px;
	background: url(owl.video.play.png) no-repeat;
	cursor: pointer;
	z-index: 1;
	-webkit-backface-visibility: hidden;
	-webkit-transition: -webkit-transform 0.1s ease;
	transition: -webkit-transform 0.1s ease;
	transition: transform 0.1s ease;
	transition: transform 0.1s ease, -webkit-transform 0.1s ease;
}

.owl-carousel .owl-video-play-icon:hover {
	-webkit-transform: scale(1.3, 1.3);
	transform: scale(1.3, 1.3);
}

.owl-carousel .owl-video-playing .owl-video-play-icon,
.owl-carousel .owl-video-playing .owl-video-tn {
	display: none;
}

.owl-carousel .owl-video-tn {
	opacity: 0;
	height: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	-webkit-transition: opacity 0.4s ease;
	transition: opacity 0.4s ease;
}

.owl-carousel .owl-video-frame {
	position: relative;
	z-index: 1;
	height: 100%;
	width: 100%;
}

.owl-theme .owl-dots,
.owl-theme .owl-nav {
	text-align: center;
	-webkit-tap-highlight-color: transparent;
}

.owl-theme .owl-nav {
	margin-top: 10px;
}

.owl-theme .owl-nav .disabled {
	opacity: 0.5;
	cursor: default;
}

.owl-theme .owl-nav.disabled+.owl-dots {
	margin-top: 30px;
}

.owl-theme .owl-dots .owl-dot {
	display: inline-block;
	zoom: 1;
	background: none;
}

.owl-theme .owl-dots .owl-dot span {
	width: 8px;
	height: 8px;
	margin: 5px 5px;
	background: #d6d6d6;
	display: block;
	-webkit-backface-visibility: visible;
	-webkit-transition: opacity 0.2s ease;
	transition: opacity 0.2s ease;
	border-radius: 30px;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
	background: var(--e-global-color-4ca5498, #2F9FF4);
}

.owl-prev,
.owl-next {
	position: absolute;
	top: 40%;
	-webkit-transition: all 500ms;
	transition: all 500ms;
	text-align: center;
	color: var(--e-global-color-14af69f, #0464B9) !important;
}

.owl-prev i,
.owl-next i {
	font-size: 20px;
}

.owl-prev:hover,
.owl-next:hover {
	background: rgba(255, 255, 255, 0) !important;
	color: var(--e-global-color-4ca5498, #2F9FF4) !important;
}

.owl-prev {
	left: -20px;
}

.owl-next {
	right: -20px;
}

.tal_products_section .tal_products_row {
	margin-top: 100px;
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	grid-column-gap: 40px;
}

.tal_products_section {
	padding-bottom: 100px;
}

@media only screen and (max-width: 992px) {
	.tal_products_section .tal_products_row {
		display: block;
	}
}

.tal_products_section .tal_products_row .tal_products_col {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-line-pack: justify;
	align-content: space-between;
	background-color: #fff;
	padding: 70px 35px 30px 35px;
	border-radius: 16px;
	-webkit-transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
	transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
	margin-bottom: 127px;
	position: relative;
}

@media only screen and (max-width: 992px) {
	.tal_products_section .tal_products_row .tal_products_col {
		padding: 60px 25px 30px 25px;
		margin-bottom: 100px;
	}
}

.tal_products_section .tal_products_row .tal_products_col .tal_product_header,
.tal_products_section .tal_products_row .tal_products_col .tal_product_details_text,
.tal_products_section .tal_products_row .tal_products_col .tal_product_footer {
	width: 100%;
}

.tal_products_section .tal_products_row .tal_products_col .tal_product_icon {
	width: 83px;
	height: 83px;
	border-radius: 10px;
	/* background: var(--e-global-color-accent); */
	position: absolute;
	top: -40px;
}

.tal_products_section .tal_products_row .tal_products_col .tal_product_icon img {
	border-radius: 5px;
}

@media only screen and (max-width: 767px) {
	.tal_products_section .tal_products_row .tal_products_col .tal_product_icon {
		left: 25px;
		margin-left: 0px;
	}
}

.tal_products_section .tal_products_row .tal_products_col .tal_product_title {
	color: var(--e-global-color-primary, #0C0A09);
	font-family: var(--e-global-typography-e8b6117-font-family), sans-serif;
	font-size: var(--e-global-typography-e8b6117-font-size);
	font-weight: var(--e-global-typography-e8b6117-font-weight);
	margin-bottom: 1rem;
}

.tal_products_section .tal_products_row .tal_products_col .tal_product_title a {
	color: var(--e-global-color-primary, #0C0A09);
}

.tal_products_section .tal_products_row .tal_products_col .tal_product_title a:hover {
	color: var(--e-global-color-text, #57534E);
}

@media only screen and (max-width: 767px) {
	.tal_products_section .tal_products_row .tal_products_col .tal_product_title {
		font-size: 1.25rem;
	}
}

/* .tal_products_section .tal_products_row .tal_products_col .tal_product_desc {
	font-size: var(--e-global-typography-e8b6117-font-size, 1rem);
	font-weight: var(--e-global-typography-e8b6117-font-weight, 500);
	color: var(--e-global-color-text, #57534E);
	line-height: var(--e-global-typography-e8b6117-line-height);
} */

/* @media only screen and (max-width: 767px) {
	.tal_products_section .tal_products_row .tal_products_col .tal_product_desc {
		font-size: 16px;
	}
} */

.tal_products_section .tal_products_row .tal_products_col .tal_product_includes_title {
	font-size: 18px;
	font-weight: bold;
	margin-top: 10px;
}

.tal_products_section .tal_products_row .tal_products_col .tal_product_includes {
	padding: 0px;
	margin: 0px;
	list-style: none;
	margin: 28px 0px 11px 0px;
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.tal_products_section .tal_products_row .tal_products_col .tal_product_includes li {
	width: 50%;
	margin-bottom: 25px;
	/* font-size: 17px;
	font-weight: 500; */
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.tal_products_section .tal_products_row .tal_products_col .tal_product_includes li .tal_product_detail_icon {
	margin-right: 20px;
}

@media only screen and (max-width: 767px) {
	.tal_products_section .tal_products_row .tal_products_col .tal_product_includes li {
		/* font-size: 16px; */
		width: 100%;
		margin-bottom: 15px;
	}
}

.tal_products_section .tal_products_row .tal_products_col .tal_product_info {
	margin-top: 36px;
	margin-bottom: 24px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

/* .tal_products_section .tal_products_row .tal_products_col .tal_product_info .tal_product_info_col .tal_product_name {
	font-family: "Manrope", sans-serif;
	font-size: 17px;
	font-weight: bold;
	color: var(--e-global-color-primary);
} */

/* .tal_products_section .tal_products_row .tal_products_col .tal_product_info .tal_product_info_col .tal_product_name span {
	color: #687B86;
	font-weight: 400;
} */

/* .tal_products_section .tal_products_row .tal_products_col .tal_product_info .tal_product_info_col .tal_product_license_type {
	font-family: "Manrope", sans-serif;
	font-size: 16px;
	font-weight: 300;
	font-style: italic;
} */

/* .tal_products_section .tal_products_row .tal_products_col .tal_product_info .tal_product_info_col .tal_product_price {
	font-family: "Manrope", sans-serif;
	font-size: 16px;
} */

/* .tal_products_section .tal_products_row .tal_products_col .tal_product_info .tal_product_info_col .tal_product_price span {
	font-weight: bold;
	color: var(--e-global-color-primary);
	margin-left: 5px;
} */

/* .tal_products_section .tal_products_row .tal_products_col .tal_product_buttons a {
	font-weight: 500;
	font-size: 14px;
	padding: 14px 30px;
	border: 1px solid var(--e-global-color-accent);
	border-radius: 10px;
	-webkit-transition: all 500ms;
	transition: all 500ms;
} */

/* .tal_products_section .tal_products_row .tal_products_col .tal_product_buttons .btn_buy {
	background-color: var(--e-global-color-accent);
	color: #fff;
	margin-right: 18px;
} */

/* .tal_products_section .tal_products_row .tal_products_col .tal_product_buttons .btn_buy:hover {
	background-color: transparent;
	color: var(--e-global-color-accent);
} */

/* @media only screen and (max-width: 1200px) {
	.tal_products_section .tal_products_row .tal_products_col .tal_product_buttons .btn_buy {
		display: inline-block;
		margin-bottom: 16px;
	}
}

@media only screen and (max-width: 768px) {
	.tal_products_section .tal_products_row .tal_products_col .tal_product_buttons .btn_buy {
		display: block;
		text-align: center;
		margin-right: 0px;
	}
} */

/* .tal_products_section .tal_products_row .tal_products_col .tal_product_buttons .btn_learn {
	color: var(--e-global-color-accent);
}

.tal_products_section .tal_products_row .tal_products_col .tal_product_buttons .btn_learn:hover {
	background-color: #0072BC;
	color: #fff;
} */

/* @media only screen and (max-width: 1200px) {
	.tal_products_section .tal_products_row .tal_products_col .tal_product_buttons .btn_learn {
		display: inline-block;
	}
}

@media only screen and (max-width: 768px) {
	.tal_products_section .tal_products_row .tal_products_col .tal_product_buttons .btn_learn {
		display: block;
		text-align: center;
	}
} */

@media only screen and (max-width: 992px) {
	.tal_products_section .tal_products_row .tal_products_col .tal_product_buttons {
		width: 100%;
	}
}

/* .tal_products_section .tal_products_row .tal_products_col .tal_product_msg {
	margin-top: 50px;
	font-family: "Manrope", sans-serif;
	font-size: 16px;
	font-weight: 300;
	font-style: italic;
} */

.tal_products_section .tal_products_row .tal_products_col:nth-child(2) {
	grid-column-start: 2;
	grid-column-end: 4;
}

@media only screen and (max-width: 992px) {
	.tal_products_section .tal_products_row .tal_products_col:nth-child(2) {
		grid-column-start: unset;
		grid-column-end: unset;
	}
}

@media only screen and (max-width: 767px) {
	.tal_products_section .tal_products_row .tal_products_col:last-child {
		margin-bottom: 70px;
	}
}

.tal_products_section .tal_products_more {
	text-align: center;
}

.tal_products_section .tal_products_more .tal_all_products {
	font-family: "Manrope", sans-serif;
	font-size: var(--e-global-typography-14c57ba-font-size);
	font-weight: 500;
	background-color: var(--e-global-color-14af69f);
	color: #fff;
	padding: 12px 24px;
	border-radius: 12px;
	-webkit-transition: all 500ms;
	transition: all 500ms;
}

.tal_products_section .tal_products_more .tal_all_products:hover {
	background-color: var(--e-global-color-4ca5498);
}

@media only screen and (max-width: 767px) {
	.tal_products_section .tal_products_more .tal_all_products {
		display: block;
		padding: 12px 24px;
		font-size: 1rem;
	}
}

.tal_product_cat_section.dc_software_page {
	padding: 60px 0px 15px 0px;
}

.tal_product_cat_section.dc_software_page .tal_product_cat_row {
	padding: 310px 0px 0px 0px;
	background-image: url(assets/img/dc-software-row-bg.png);
	background-repeat: no-repeat;
	background-position: top left;
}

@media only screen and (max-width: 992px) {
	.tal_product_cat_section.dc_software_page .tal_product_cat_row {
		padding: 50px 0px 0px 0px;
		background-image: none;
	}
}

.tal_product_cat_section.dc_software_page .tal_product_cat_row .tal_product_cat_col {
	margin-bottom: 0;
	padding-bottom: 0;
}

.tal_product_cat_section.dc_software_page .tal_product_cat_row .tal_product_cat_col .tal_product_cat_content .tal_products_col {
	margin-bottom: 105px;
}

.tal_testimonials_section {
	padding: 77px 0px 70px 0px;
	background-color: #fff;
}

@media only screen and (max-width: 767px) {
	.tal_testimonials_section {
		padding: 50px 0px 50px 0px;
	}
}

.tal_testimonials_section .section_title {
	font-family: "Manrope", sans-serif;
	font-size: 46px;
	font-weight: bold;
	text-align: center;
	color: var(--e-global-color-14af69f);
	margin-bottom: 74px;
}

@media only screen and (max-width: 1200px) {
	.tal_testimonials_section .section_title {
		font-size: 40px;
	}
}

@media only screen and (max-width: 992px) {
	.tal_testimonials_section .section_title {
		font-size: 35px;
	}
}

@media only screen and (max-width: 767px) {
	.tal_testimonials_section .section_title {
		font-size: 25px;
		text-align: center;
	}
}

@media only screen and (max-width: 767px) {
	.tal_testimonials_section .section_title {
		margin-bottom: 40px;
		line-height: 1.30;
	}
}

.tal_testimonials_section .tal_testimonials {
	position: relative;
}

.tal_testimonials_section .tal_testimonials .item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.tal_testimonials_section .tal_testimonials .item .tal_testimonial_icon {
	width: 55px;
	height: 47px;
	background-image: url(assets/img/testimonial-icon.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
}

.tal_testimonials_section .tal_testimonials .item .tal_testimonial_rate {
	margin-top: 5px;
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.tal_testimonials_section .tal_testimonials .item .tal_testimonial_rate .star {
	width: 23px;
	height: 22px;
	display: block;
	margin: 0px 5px;
	background-image: url(assets/img/star.svg);
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
}

.tal_testimonials_section .tal_testimonials .item .tal_testimonial_text {
	width: 100%;
	margin: 35px 0px 45px 0px;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	color: #231F20;
}

.tal_testimonials_section .tal_testimonials .item .tal_testimonial_author {
	font-size: 18px;
	font-weight: bold;
	color: var(--e-global-color-text);
	width: 100%;
	text-align: center;
	line-height: 1.2;
	margin-bottom: 0px !important;
}

.tal_testimonials_section .tal_testimonials .item .tal_testimonial_company_name {
	text-align: center;
	width: 100%;
	font-size: 16px;
	font-weight: 300;
	color: var(--e-global-color-14af69f);
	margin-top: 5px !important;
}

/*datacollection page*/
.tal_product_cat_section.dc_software_page {
	padding: 60px 0px 15px 0px;
}

.tal_product_cat_section.dc_software_page .tal_product_cat_row {
	padding: 310px 0px 0px 0px;
	background-image: url(assets/img/dc-software-row-bg.png);
	background-repeat: no-repeat;
	background-position: top left;
}

@media only screen and (max-width: 992px) {
	.tal_product_cat_section.dc_software_page .tal_product_cat_row {
		padding: 50px 0px 0px 0px;
		background-image: none;
	}
}

.tal_product_cat_section.dc_software_page .tal_product_cat_row .tal_product_cat_col {
	margin-bottom: 0;
	padding-bottom: 0;
}

.tal_product_cat_section.dc_software_page .tal_product_cat_row .tal_product_cat_col .tal_product_cat_content .tal_products_col {
	margin-bottom: 105px;
}

@media only screen and (max-width: 767px) {
	.tal_product_cat_section.dc_software_page .tal_product_cat_row .tal_product_cat_col .tal_product_cat_content .tal_products_col:last-child {
		margin-bottom: 60px !important;
	}
}

.tal_product_cat_section.dc_software_page .tal_products_more {
	text-align: center;
	margin-bottom: 96px;
}

@media only screen and (max-width: 767px) {
	.tal_product_cat_section.dc_software_page .tal_products_more {
		margin-bottom: 50px;
	}
}

.tal_product_cat_section.dc_software_page .tal_products_more .tal_all_products {
	font-family: "Manrope", sans-serif;
	font-size: 24px;
	font-weight: bold;
	background-color: var(--e-global-color-accent);
	color: #fff;
	padding: 14px 85px;
	border-radius: 10px;
	-webkit-transition: all 500ms;
	transition: all 500ms;
}

.tal_product_cat_section.dc_software_page .tal_products_more .tal_all_products:hover {
	background-color: var(--e-global-color-4ca5498);
}

@media only screen and (max-width: 767px) {
	.tal_product_cat_section.dc_software_page .tal_products_more .tal_all_products {
		display: block;
		padding: 14px 30px;
		font-size: 18px;
	}
}

.hero_section.support_videos_page {
	padding: 0px 0px 55px 0px;
}

.hero_section.free_downloads_page {
	padding: 0px 0px 55px 0px;
}

.hero_section.support_videos_page .section_text,
.hero_section.free_downloads_page .section_text {
	font-size: 45px;
	font-family: "Manrope", sans-serif;
	color: var(--e-global-color-accent);
	font-weight: 600;
	line-height: 1.4;
	max-width: 890px;
	position: relative;
	z-index: 1;
}

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

	.hero_section.support_videos_page .section_text,
	.hero_section.free_downloads_page .section_text {
		font-size: 35px;
	}
}

@media only screen and (max-width: 767px) {
	.hero_section.free_downloads_page .section_text {
		font-size: 25px;
		text-align: center;
	}
}

.hero_section.dc_software_page {
	padding: 22px 0px 55px 0px;
}

.hero_section.dc_software_page .hero_content_row .hero_content_col .section_text {
	margin-top: 25px;
	max-width: 550px;
	font-size: 18px;
}

@media only screen and (max-width: 992px) {
	.hero_section.dc_software_page .hero_content_row .hero_content_col .section_text {
		max-width: 100%;
		font-size: 16px;
	}
}

.hero_section.dc_software_page .hero_content_row .hero_content_col .hero_right_image {
	top: -115px;
	max-width: 740px;
}

@media only screen and (max-width: 992px) {
	.hero_section.dc_software_page .hero_content_row .hero_content_col .hero_right_image {
		top: 0px;
		max-width: 100%;
	}
}

.hero_section.tal_home_page {
	min-height: 550px;
}

.hero_section {
	padding: 40px 0px;
	background-color: #fff;
}

.hero_section .section_title {
	font-size: var(--e-global-typography-1d7342b-font-size);
	font-family: "Manrope", sans-serif;
	color: var(--e-global-color-primary);
	font-weight: var(--e-global-typography-1d7342b-font-weight);
	line-height: var(--e-global-typography-1d7342b-line-height);
	max-width: 890px;
	position: relative;
	z-index: 1;
}

/* @media only screen and (max-width: 1200px) {
	.hero_section .section_title {
		font-size: 40px;
	}
} */

@media only screen and (max-width: 992px) {
	.hero_section .section_title {
		font-size: 35px;
	}
}

@media only screen and (max-width: 767px) {
	.hero_section .section_title {
		font-size: 25px;
		text-align: center;
	}
}

.hero_section .hero_content_row {
	display: grid;
	grid-template-columns: auto auto;
	grid-column-gap: 0;
}

@media only screen and (max-width: 1200px) {
	.hero_section .hero_content_row {
		grid-template-columns: 1fr 1fr;
	}
}

@media only screen and (max-width: 992px) {
	.hero_section .hero_content_row {
		display: block;
	}
}

.hero_section .hero_content_row .hero_content_col {
	position: relative;
}

.hero_section .hero_content_row .hero_content_col .software_solutions {
	top: 40px;
	padding: 0px;
	margin: 0px;
	list-style: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	max-width: 600px;
	position: relative;
	z-index: 1;
}

@media only screen and (max-width: 992px) {
	.hero_section .hero_content_row .hero_content_col .software_solutions {
		max-width: 100%;
	}
}

.hero_section .hero_content_row .hero_content_col .software_solutions li {
	width: 50%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin: 25px 0px;
}

.hero_section .hero_content_row .hero_content_col .software_solutions li .solution_icon {
	margin-right: 14px;
	width: 50px;
}

.hero_section .hero_content_row .hero_content_col .software_solutions li .solution_title {
	color: var(--e-global-color-primary);
	font-size: var(--e-global-typography-b9474ac-font-size);
	font-family: "Manrope", sans-serif;
	font-weight: var(--e-global-typography-b9474ac-font-weight);
}

/* @media only screen and (max-width: 767px) {
	.hero_section .hero_content_row .hero_content_col .software_solutions li .solution_title {
		font-size: 18px;
	}
} */

@media only screen and (max-width: 767px) {
	.hero_section .hero_content_row .hero_content_col .software_solutions li img {
		max-width: 35px;
	}
}

@media only screen and (max-width: 767px) {
	.hero_section .hero_content_row .hero_content_col .software_solutions li {
		width: 100%;
		margin: 10px 0px;
	}
}

.hero_section .hero_content_row .hero_content_col .hero_right_image {
	position: absolute;
	right: 0px;
	top: -130px;
	z-index: 0;
	width: 760px;
}

@media only screen and (max-width: 1200px) {
	.hero_section .hero_content_row .hero_content_col .hero_right_image {
		position: relative;
		width: 550px;
		top: -30px;
	}
}

@media only screen and (max-width: 992px) {
	.hero_section .hero_content_row .hero_content_col .hero_right_image {
		width: 100%;
	}
}

@media only screen and (max-width: 767px) {
	.hero_section .hero_content_row .hero_content_col .hero_right_image {
		padding-top: 20px;
		top: 0px;
	}
}

.tal_product_cat_section .tal_product_cat_row .tal_product_cat_col {
	margin-bottom: 65px;
	padding-bottom: 65px;
}

.tal_product_cat_section .tal_product_cat_row .tal_product_cat_col:first-child .tal_product_cat_content .tal_products_col:nth-child(1),
.tal_product_cat_section .tal_product_cat_row .tal_product_cat_col:first-child .tal_product_cat_content .tal_products_col:nth-child(2),
.tal_product_cat_section .tal_product_cat_row .tal_product_cat_col:first-child .tal_product_cat_content .tal_products_col:nth-child(3) {
	margin-bottom: 100px
}

@media only screen and (max-width: 767px) {
	.tal_product_cat_section .tal_product_cat_row .tal_product_cat_col {
		margin-bottom: 0;
	}
}

.tal_product_cat_section .tal_product_cat_row .tal_product_cat_col .tal_product_cat_header {
	display: grid;
	grid-template-columns: auto auto;
	grid-column-gap: 45px;
	padding-bottom: 170px;
	background-image: url(assets/img/product_cat_row_icon.svg);
	background-repeat: no-repeat;
	background-position: 235px 80%;
}

@media only screen and (max-width: 767px) {
	.tal_product_cat_section .tal_product_cat_row .tal_product_cat_col .tal_product_cat_header {
		grid-template-columns: 1fr;
		padding-bottom: 80px;
		background-image: none;
	}
}

.tal_product_cat_section .tal_product_cat_row .tal_product_cat_col .tal_product_cat_header .tal_product_cat_title {
	font-family: var(--e-global-typography-e8b6117-font-family), sans-serif;
	font-size: var(--e-global-typography-e8b6117-font-size);
	font-weight: var(--e-global-typography-e8b6117-font-weight);
	color: var(--e-global-color-primary);
	line-height: 1.30;
	max-width: 320px;
}

@media only screen and (max-width: 1200px) {
	.tal_product_cat_section .tal_product_cat_row .tal_product_cat_col .tal_product_cat_header .tal_product_cat_title {
		font-size: 35px;
	}
}

@media only screen and (max-width: 767px) {
	.tal_product_cat_section .tal_product_cat_row .tal_product_cat_col .tal_product_cat_header .tal_product_cat_title {
		font-size: 20px;
		text-align: center;
	}
}

.tal_product_cat_section .tal_product_cat_row .tal_product_cat_col .tal_product_cat_header .tal_product_cat_text {
	padding-top: 10px;
	font-size: 18px;
	color: var(--e-global-color-text);
}

@media only screen and (max-width: 767px) {
	.tal_product_cat_section .tal_product_cat_row .tal_product_cat_col .tal_product_cat_header .tal_product_cat_text {
		font-size: 16px;
		text-align: center;
	}
}

.tal_product_cat_section .tal_product_cat_row .tal_product_cat_col .tal_product_cat_content {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	grid-column-gap: 40px;
}

@media only screen and (max-width: 992px) {
	.tal_product_cat_section .tal_product_cat_row .tal_product_cat_col .tal_product_cat_content {
		grid-template-columns: 1fr;
	}
}

.tal_product_cat_section .tal_product_cat_row .tal_product_cat_col .tal_product_cat_content .tal_products_col {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-line-pack: justify;
	align-content: space-between;
	background-color: #fff;
	padding: 70px 35px 30px 35px;
	border-radius: 20px;
	-webkit-transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
	transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
	position: relative;
}

.tal_product_cat_section .tal_product_cat_row .tal_product_cat_col:last-child .tal_product_cat_content .tal_products_col:last-child {
	align-self: flex-start;
}

@media only screen and (max-width: 992px) {
	.tal_product_cat_section .tal_product_cat_row .tal_product_cat_col .tal_product_cat_content .tal_products_col {
		padding: 55px 25px 30px 25px;
		margin-bottom: 100px;
		text-align: center;
	}
}

.tal_product_cat_section .tal_product_cat_row .tal_product_cat_col .tal_product_cat_content .tal_products_col .tal_product_header,
.tal_product_cat_section .tal_product_cat_row .tal_product_cat_col .tal_product_cat_content .tal_products_col .tal_product_details_text,
.tal_product_cat_section .tal_product_cat_row .tal_product_cat_col .tal_product_cat_content .tal_products_col .tal_product_footer {
	width: 100%;
}

.tal_product_cat_section .tal_product_cat_row .tal_product_cat_col .tal_product_cat_content .tal_products_col .tal_product_icon {
	width: 83px;
	height: 83px;
	border-radius: 10px;
	position: absolute;
	top: -40px;
}

.tal_product_cat_section .tal_product_cat_row .tal_product_cat_col .tal_product_cat_content .tal_products_col .tal_product_icon img {
	border-radius: 5px;
}

@media only screen and (max-width: 767px) {
	.tal_product_cat_section .tal_product_cat_row .tal_product_cat_col .tal_product_cat_content .tal_products_col .tal_product_icon {
		left: 50%;
		margin-left: -41.5px;
	}
}

.tal_product_cat_section .tal_product_cat_row .tal_product_cat_col .tal_product_cat_content .tal_products_col .tal_product_title {
	color: var(--e-global-color-primary);
	font-family: var(--e-global-typography-e8b6117-font-family), sans-serif;
	font-size: var(--e-global-typography-e8b6117-font-size);
	font-weight: var(--e-global-typography-e8b6117-font-weight);
	margin-bottom: 16px;
}

.tal_product_cat_section .tal_product_cat_row .tal_product_cat_col .tal_product_cat_content .tal_products_col .tal_product_title a {
	color: var(--e-global-color-primary);
}

.tal_product_cat_section .tal_product_cat_row .tal_product_cat_col .tal_product_cat_content .tal_products_col .tal_product_title a:hover {
	color: var(--e-global-color-accent);
}

@media only screen and (max-width: 767px) {
	.tal_product_cat_section .tal_product_cat_row .tal_product_cat_col .tal_product_cat_content .tal_products_col .tal_product_title {
		font-size: 20px;
	}
}

.tal_product_cat_section .tal_product_cat_row .tal_product_cat_col .tal_product_cat_content .tal_products_col .tal_product_desc {
	font-size: var(--e-global-typography-c5e6796-font-size);
	font-weight: var(--e-global-typography-c5e6796-font-weight);
	color: var(--e-global-color-text);
	line-height: var(--e-global-typography-c5e6796-line-height);
}

.tal_product_cat_section .tal_product_cat_row .tal_product_cat_col .tal_product_cat_content .tal_products_col .tal_product_desc ul {
	padding: 0px 0px 0px 20px;
	margin: 10px 0px 0px 0px;
	font-size: var(--e-global-typography-c5e6796-font-size);
}

@media only screen and (max-width: 767px) {
	.tal_product_cat_section .tal_product_cat_row .tal_product_cat_col .tal_product_cat_content .tal_products_col .tal_product_desc {
		font-size: var(--e-global-typography-c5e6796-font-size);
	}
}

.tal_product_cat_section .tal_product_cat_row .tal_product_cat_col .tal_product_cat_content .tal_products_col .tal_product_includes_title {
	font-size: 18px;
	font-weight: bold;
	margin-top: 10px;
}

.tal_product_cat_section .tal_product_cat_row .tal_product_cat_col .tal_product_cat_content .tal_products_col .tal_product_includes {
	padding: 0px;
	margin: 0px;
	list-style: none;
	margin: 28px 0px 11px 0px;
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.tal_product_cat_section .tal_product_cat_row .tal_product_cat_col .tal_product_cat_content .tal_products_col .tal_product_includes li {
	width: 50%;
	margin-bottom: 25px;
	font-size: 17px;
	font-weight: 500;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.tal_product_cat_section .tal_product_cat_row .tal_product_cat_col .tal_product_cat_content .tal_products_col .tal_product_includes li .tal_product_detail_icon {
	margin-right: 20px;
}

.tal_product_cat_section .tal_product_cat_row .tal_product_cat_col .tal_product_cat_content .tal_products_col .tal_product_info {
	margin-top: 35px;
	margin-bottom: 23px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.tal_product_cat_section .tal_product_cat_row .tal_product_cat_col .tal_product_cat_content .tal_products_col .tal_product_info .tal_product_info_col .tal_product_name {
	font-family: "Manrope", sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: var(--e-global-color-primary);
}

.tal_product_cat_section .tal_product_cat_row .tal_product_cat_col .tal_product_cat_content .tal_products_col .tal_product_info .tal_product_info_col .tal_product_name span {
	color: var(--e-global-color-text);
	font-weight: 500;
}

.tal_product_cat_section .tal_product_cat_row .tal_product_cat_col .tal_product_cat_content .tal_products_col .tal_product_info .tal_product_info_col .tal_product_license_type {
	font-family: "Manrope", sans-serif;
	font-size: 16px;
	font-weight: 500;
	font-style: italic;
}

.tal_product_cat_section .tal_product_cat_row .tal_product_cat_col .tal_product_cat_content .tal_products_col .tal_product_info .tal_product_info_col .tal_product_price {
	font-family: "Manrope", sans-serif;
	font-size: 16px;
}

.tal_product_cat_section .tal_product_cat_row .tal_product_cat_col .tal_product_cat_content .tal_products_col .tal_product_info .tal_product_info_col .tal_product_price span {
	font-weight: bold;
	color: var(--e-global-color-primary);
	margin-left: 5px;
}

.tal_product_cat_section .tal_product_cat_row .tal_product_cat_col .tal_product_cat_content .tal_products_col .tal_product_buttons a {
	font-weight: 600;
	font-size: 14px;
	padding: 14px 30px;
	border: 1px solid var(--e-global-color-accent);
	border-radius: 10px;
	-webkit-transition: all 500ms;
	transition: all 500ms;
}

@media only screen and (max-width: 1024px) {
	.tal_product_cat_section .tal_product_cat_row .tal_product_cat_col .tal_product_cat_content .tal_products_col .tal_product_buttons a {
		display: block;
		padding: 12px 30px;
		margin-right: 0;
		margin-bottom: 15px;
		text-align: center;
	}
}

.tal_product_cat_section .tal_product_cat_row .tal_product_cat_col .tal_product_cat_content .tal_products_col .tal_product_buttons .btn_buy.red {
	background-color: var(--e-global-color-d7bca5e);
	border-color: var(--e-global-color-aa19328);
}

.tal_product_cat_section .tal_product_cat_row .tal_product_cat_col .tal_product_cat_content .tal_products_col .tal_product_buttons .btn_buy.red:hover {
	color: var(--e-global-color-d7bca5e);
}

.tal_product_cat_section .tal_product_cat_row .tal_product_cat_col .tal_product_cat_content .tal_products_col .tal_product_buttons .btn_buy.orange {
	background-color: var(--e-global-color-d0875fa);
	border-color: var(--e-global-color-571d29f);
}

.tal_product_cat_section .tal_product_cat_row .tal_product_cat_col .tal_product_cat_content .tal_products_col .tal_product_buttons .btn_buy.orange:hover {
	color: var(--e-global-color-7b11be5);
}

.tal_product_cat_section .tal_product_cat_row .tal_product_cat_col .tal_product_cat_content .tal_products_col .tal_product_buttons .btn_buy.green {
	background-color: var(--e-global-color-3b5f061);
	border-color: var(--e-global-color-b1e71ef);
}

.tal_product_cat_section .tal_product_cat_row .tal_product_cat_col .tal_product_cat_content .tal_products_col .tal_product_buttons .btn_buy.green:hover {
	color: var(--e-global-color-24710b2);
}

.tal_product_cat_section .tal_product_cat_row .tal_product_cat_col .tal_product_cat_content .tal_products_col .tal_product_buttons .btn_buy.blue,
.tal_product_cat_section .tal_product_cat_row .tal_product_cat_col .tal_product_cat_content .tal_products_col .tal_product_buttons .btn_buy {
	background-color: var(--e-global-color-accent);
	color: #fff;
	margin-right: 18px;
}

.tal_product_cat_section .tal_product_cat_row .tal_product_cat_col .tal_product_cat_content .tal_products_col .tal_product_buttons .btn_buy.blue:hover,
.tal_product_cat_section .tal_product_cat_row .tal_product_cat_col .tal_product_cat_content .tal_products_col .tal_product_buttons .btn_buy:hover {
	background-color: transparent;
	color: var(--e-global-color-4ca5498);
}

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

	.tal_product_cat_section .tal_product_cat_row .tal_product_cat_col .tal_product_cat_content .tal_products_col .tal_product_buttons .btn_buy.blue,
	.tal_product_cat_section .tal_product_cat_row .tal_product_cat_col .tal_product_cat_content .tal_products_col .tal_product_buttons .btn_buy {
		margin-right: 0;
		text-align: center;
	}
}

.tal_product_cat_section .tal_product_cat_row .tal_product_cat_col .tal_product_cat_content .tal_products_col .tal_product_buttons .btn_learn.red {
	border-color: var(--e-global-color-aa19328);
	color: var(--e-global-color-d7bca5e);
}

.tal_product_cat_section .tal_product_cat_row .tal_product_cat_col .tal_product_cat_content .tal_products_col .tal_product_buttons .btn_learn.red:hover {
	color: #fff;
	background-color: var(--e-global-color-d7bca5e);
}

.tal_product_cat_section .tal_product_cat_row .tal_product_cat_col .tal_product_cat_content .tal_products_col .tal_product_buttons .btn_learn.orange {
	border-color: var(--e-global-color-571d29f);
	color: var(--e-global-color-d0875fa);
}

.tal_product_cat_section .tal_product_cat_row .tal_product_cat_col .tal_product_cat_content .tal_products_col .tal_product_buttons .btn_learn.orange:hover {
	color: #fff;
	background-color: var(--e-global-color-7b11be5);
}

.tal_product_cat_section .tal_product_cat_row .tal_product_cat_col .tal_product_cat_content .tal_products_col .tal_product_buttons .btn_learn.green {
	color: var(--e-global-color-b1e71ef);
	border-color: var(--e-global-color-3571aba);
}

.tal_product_cat_section .tal_product_cat_row .tal_product_cat_col .tal_product_cat_content .tal_products_col .tal_product_buttons .btn_learn.green:hover {
	color: #fff;
	background-color: var(--e-global-color-3b5f061);
}

.tal_product_cat_section .tal_product_cat_row .tal_product_cat_col .tal_product_cat_content .tal_products_col .tal_product_buttons .btn_learn.blue,
.tal_product_cat_section .tal_product_cat_row .tal_product_cat_col .tal_product_cat_content .tal_products_col .tal_product_buttons .btn_learn {
	color: var(--e-global-color-accent);
}

.tal_product_cat_section .tal_product_cat_row .tal_product_cat_col .tal_product_cat_content .tal_products_col .tal_product_buttons .btn_learn.blue:hover,
.tal_product_cat_section .tal_product_cat_row .tal_product_cat_col .tal_product_cat_content .tal_products_col .tal_product_buttons .btn_learn:hover {
	background-color: var(--e-global-color-4ca5498);
	color: #fff;
}

.tal_product_cat_section .tal_product_cat_row .tal_product_cat_col .tal_product_cat_content .tal_products_col .tal_product_msg {
	margin-top: 20px;
	font-family: "Manrope", sans-serif;
	font-size: 15px;
	font-weight: 300;
	font-style: italic;
}

.tal_product_cat_section .tal_product_cat_row .tal_product_cat_col .tal_product_cat_content .tal_products_col .tal_product_demo {
	width: 100%;
	margin-top: 35px;
	text-align: center;
}

.tal_product_cat_section .tal_product_cat_row .tal_product_cat_col .tal_product_cat_content .tal_products_col .tal_product_demo a {
	display: block;
	font-weight: 600;
	font-size: 14px;
	padding: 11px 30px;
	border: 1px solid var(--e-global-color-accent);
	border-radius: 10px;
	-webkit-transition: all 500ms;
	transition: all 500ms;
}

.tal_product_cat_section .tal_product_cat_row .tal_product_cat_col .tal_product_cat_content .tal_products_col .tal_product_demo .btn_demo.red {
	background-color: var(--e-global-color-d7bca5e);
	border-color: var(--e-global-color-d7bca5e);
}

.tal_product_cat_section .tal_product_cat_row .tal_product_cat_col .tal_product_cat_content .tal_products_col .tal_product_demo .btn_demo.red:hover {
	color: #F23D6D;
}

.tal_product_cat_section .tal_product_cat_row .tal_product_cat_col .tal_product_cat_content .tal_products_col .tal_product_demo .btn_demo.orange {
	background-color: var(--e-global-color-571d29f);
	border-color: var(--e-global-color-571d29f);
}

.tal_product_cat_section .tal_product_cat_row .tal_product_cat_col .tal_product_cat_content .tal_products_col .tal_product_demo .btn_demo.orange:hover {
	color: var(--e-global-color-d0875fa);
}

.tal_product_cat_section .tal_product_cat_row .tal_product_cat_col .tal_product_cat_content .tal_products_col .tal_product_demo .btn_demo.green {
	background-color: var(--e-global-color-b1e71ef);
	border-color: var(--e-global-color-b1e71ef);
}

.tal_product_cat_section .tal_product_cat_row .tal_product_cat_col .tal_product_cat_content .tal_products_col .tal_product_demo .btn_demo.green:hover {
	color: var(--e-global-color-3b5f061);
}

.tal_product_cat_section .tal_product_cat_row .tal_product_cat_col .tal_product_cat_content .tal_products_col .tal_product_demo .btn_demo.blue,
.tal_product_cat_section .tal_product_cat_row .tal_product_cat_col .tal_product_cat_content .tal_products_col .tal_product_demo .btn_demo {
	background-color: var(--e-global-color-accent);
	color: #fff;
}

.tal_product_cat_section .tal_product_cat_row .tal_product_cat_col .tal_product_cat_content .tal_products_col .tal_product_demo .btn_demo.blue:hover,
.tal_product_cat_section .tal_product_cat_row .tal_product_cat_col .tal_product_cat_content .tal_products_col .tal_product_demo .btn_demo:hover {
	background-color: transparent;
	color: var(--e-global-color-accent);
}

@media only screen and (max-width: 767px) {
	.tal_product_cat_section .tal_product_cat_row .tal_product_cat_col .tal_product_cat_content .tal_products_col:last-child {
		margin-bottom: 0;
	}
}

.we_offer_section.product_page_we_offer .we_offer_row {
	padding-top: 55px;
	border-top: 1px solid #CECECE;
	border-bottom: 0px;
}

.we_offer_section.white_bg {
	background-color: #fff;
}

.we_offer_section .we_offer_row {
	display: grid;
	grid-template-columns: auto auto;
	grid-column-gap: 0;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding-top: 70px;
	padding-bottom: 70px;
	border-bottom: 1px solid rgba(3, 146, 226, 0.25);
}

@media only screen and (max-width: 992px) {
	.we_offer_section .we_offer_row {
		grid-template-columns: 1fr;
		grid-row-gap: 40px;
		padding-top: 50px;
		padding-bottom: 50px;
	}
}

@media only screen and (max-width: 992px) {
	.we_offer_section .we_offer_row .we_offer_col {
		text-align: center;
	}
}

.we_offer_section .we_offer_row .we_offer_col .section_title {
	max-width: 850px;
	font-size: 42px;
	font-weight: 400;
	color: #0072BC;
	line-height: 1.4;
}

@media only screen and (max-width: 992px) {
	.we_offer_section .we_offer_row .we_offer_col .section_title {
		max-width: 100%;
		font-size: 35px;
	}
}

@media only screen and (max-width: 767px) {
	.we_offer_section .we_offer_row .we_offer_col .section_title {
		font-size: 25px;
	}
}

.we_offer_section .we_offer_row .we_offer_col .we_offer_image {
	max-width: 248px;
}

@media only screen and (max-width: 992px) {
	.we_offer_section .we_offer_row .we_offer_col .we_offer_image {
		margin: 0px auto;
	}
}

/*faq section*/
.faq_section.transparent_bg .section_title {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.faq_section.transparent_bg .section_title .faq_section_icon {
	margin-right: 40px;
}

.faq_section {
	padding: 50px 0px 50px 0px;
	background-color: #fff;
}

@media only screen and (max-width: 992px) {
	.faq_section {
		padding: 70px 0px 90px 0px;
	}
}

@media only screen and (max-width: 767px) {
	.faq_section {
		padding: 50px 0px 50px 0px;
	}
}

.faq_section .section_title {
	font-family: "Manrope", sans-serif;
	font-size: 46px;
	font-weight: bold;
	text-align: center;
	color: var(--e-global-color-primary);
	margin-bottom: 50px;
}

@media only screen and (max-width: 992px) {
	.faq_section .section_title {
		font-size: 35px;
	}
}

@media only screen and (max-width: 767px) {
	.faq_section .section_title {
		font-size: 20px;
	}
}

.accordeon .acc-item {
	margin-bottom: 20px;
	border: 1px solid #e6e6e6;
	padding: 20px 30px;
}

.acc-item .acc-head.open:after {
	background-image: url(/wp-content/uploads/2022/12/Vector-1.svg) !important;
	content: "" !important;
}

.acc-item .acc-body {
	font-size: 18px;
	padding: 15px 0px;
	display: none;
}

@media only screen and (max-width: 767px) {
	.acc-item .acc-body {
		font-size: 16px;
	}
}

.acc-item .acc-body p {
	margin: 0px;
}

.accordeon .acc-item {
	margin-bottom: 20px;
	border: 1px solid #e6e6e6;
	padding: 20px 30px;
}

@media only screen and (max-width: 767px) {
	.accordeon .acc-item {
		padding: 15px;
	}
}

.acc-item .acc-head.open {
	color: var(--e-global-color-accent);
}

.acc-item .acc-head {
	cursor: pointer;
	font-size: 22px;
	font-weight: 600;
	color: var(--e-global-color-primary);
	transition: all 500ms;
	position: relative;
	padding-right: 20px;
}

@media only screen and (max-width: 767px) {
	.acc-item .acc-head {
		font-size: 18px;
	}
}

.acc-item .acc-head:hover {
	color: var(--e-global-color-accent);
}

.acc-item .acc-head.open:after {
	content: '-';
}

.acc-head::after {
	position: absolute;
	content: '+';
	right: 0px;
	color: var(--e-global-color-accent);
	font-size: 30px;
	font-weight: 400;
	top: 5px;
	width: 20px;
	height: 20px;
	line-height: 0.7;
	text-align: center;
}

.acc-item .acc-body {
	font-size: 18px;
	padding: 15px 0px;
	display: none;
}

@media only screen and (max-width: 767px) {
	.acc-item .acc-body {
		font-size: 16px;
	}
}

.acc-item .acc-body p {
	margin: 0px;
}

.tal_testimonials_section {
	padding: 77px 0px 70px 0px;
	background-color: #fff;
}

/*free downloads page*/
.tal_breadcrumbs {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	list-style: none;
	font-size: 12px;
	margin-bottom: 10px;
}

.tal_breadcrumbs li .separator {
	margin: 0px 5px;
}

@media only screen and (max-width: 767px) {
	.tal_breadcrumbs {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
}

/** Documents and Files  Start **/

.documents_files {
	padding: 90px 0px 0px 0px;
}

.documents_files .documents_files_row {
	background-color: #fff;
	padding: 60px 80px;
	border-radius: 10px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-bottom: 60px;
}

.documents_files .documents_files_row .documents_files_col:nth-child(1) {
	width: 40%;
}

.documents_files .documents_files_row .documents_files_col:nth-child(2) {
	width: 60%;
}

.documents_files .documents_files_row .documents_files_col .documents_list {
	list-style: none;
}

.documents_files .documents_files_row .section_icon {
	max-width: 128px;
}

.documents_files .documents_files_row .documents_files_col .documents_list li.utilities_item a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	position: relative;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.documents_files .documents_files_row .documents_files_col .documents_list li.utilities_item a::after {
	content: '|';
	position: absolute;
	right: 0px;
	top: 0px;
	color: var(--e-global-color-accent);
}

.documents_files .documents_files_row .documents_files_col .documents_list li.utilities_item a .u_download {
	color: #E6E6E6;
	font-size: 1rem;
	transition: all 500ms;
}

.documents_files .documents_files_row .documents_files_col .documents_list li.utilities_item a:hover>.u_download {
	color: var(--e-global-color-accent);
}

.documents_files .documents_files_row .documents_files_col .documents_list li {
	margin-bottom: 20px;
	border: 1px solid #e6e6e6;
	padding: 20px 30px;
}

.documents_files .documents_files_row .documents_files_col .documents_list li a {
	cursor: pointer;
	font-size: 1.25rem;
	font-weight: 700;
	color: var(--e-global-color-primary);
	transition: all 500ms;
	position: relative;
	padding-right: 20px;
}

.documents_files .documents_files_row .documents_files_col .documents_list li a:hover {
	color: var(--e-global-color-accent);
}

/** Documents and Files  End **/