/*
Theme Name: TriadLifeSciences
Author: Anonymous
Author URI:
Version: 1
Description: Base theme for Wordpress
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: base
Tags: one-column, two-columns
Theme URI:
*/

.clearfix:after,
.widget:after,
.search-form:after,
.post-password-form p:after,
.navigation-single:after {
	content: "";
	display: block;
	clear: both;
}

.ellipsis {
	white-space: nowrap; /* 1 */
	text-overflow: ellipsis; /* 2 */
	overflow: hidden;
}

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

.comment-form input[type="text"],
.search-form input[type="text"],
.post-password-form input[type="text"],
.comment-form
input[type="tel"],
.search-form
input[type="tel"],
.post-password-form
input[type="tel"],
.comment-form
input[type="email"],
.search-form
input[type="email"],
.post-password-form
input[type="email"],
.comment-form
input[type="search"],
.search-form
input[type="search"],
.post-password-form
input[type="search"],
.comment-form
input[type="password"],
.search-form
input[type="password"],
.post-password-form
input[type="password"],
.comment-form
input[type="url"],
.search-form
input[type="url"],
.post-password-form
input[type="url"],
.comment-form
input[type="date"],
.search-form
input[type="date"],
.post-password-form
input[type="date"],
.comment-form
textarea,
.search-form
textarea,
.post-password-form
textarea {
	-webkit-appearance: none;
	-webkit-border-radius: 0;
	border: 1px solid #999;
	padding: .5em .7em;
}

.comment-form input[type="text"]:focus,
.search-form input[type="text"]:focus,
.post-password-form input[type="text"]:focus,
.comment-form
input[type="tel"]:focus,
.search-form
input[type="tel"]:focus,
.post-password-form
input[type="tel"]:focus,
.comment-form
input[type="email"]:focus,
.search-form
input[type="email"]:focus,
.post-password-form
input[type="email"]:focus,
.comment-form
input[type="search"]:focus,
.search-form
input[type="search"]:focus,
.post-password-form
input[type="search"]:focus,
.comment-form
input[type="password"]:focus,
.search-form
input[type="password"]:focus,
.post-password-form
input[type="password"]:focus,
.comment-form
input[type="url"]:focus,
.search-form
input[type="url"]:focus,
.post-password-form
input[type="url"]:focus,
.comment-form
input[type="date"]:focus,
.search-form
input[type="date"]:focus,
.post-password-form
input[type="date"]:focus,
.comment-form
textarea:focus,
.search-form
textarea:focus,
.post-password-form
textarea:focus {
	border-color: #333;
}

.widget {
	margin-bottom: 1.2em;
}

.widget ul {
	padding-left: 2em;
}

.widget select {
	min-width: 150px;
	height: 36px;
	width: 100%;
}

.comment-form label {
	display: block;
	padding-bottom: 4px;
}

.comment-form textarea {
	overflow: auto;
	margin: 0;
	height: 120px;
	min-height: 120px;
}

.comment-form textarea,
.comment-form input[type="text"] {
	margin: 0 4px 0 0;
	width: 300px;
}

.comment-form input[type="submit"] {
	display: block;
	float: none;
}

.post-password-form label {
	display: block;
}

.post-password-form input[type="password"] {
	margin: 0 4px 0 0;
	width: 300px;
}

.search-form input {
	float: left;
	height: 2em;
}

.search-form input[type="search"] {
	margin: 0 4px 0 0;
	padding: 5px;
	font-size: 16px;
	line-height: 20px;
	width: 170px;
}

.post-password-form input {
	float: left;
	height: 2em;
}

.post-password-form input[type="password"] {
	width: 150px;
}

.comment-form input[type="submit"],
.post-password-form input[type="submit"],
.search-form input[type="submit"] {
	background: #333;
	color: #fff;
	height: 2em;
	border: none;
	padding: 0 .5em;
}

.comment-form input[type="submit"]:hover,
.post-password-form input[type="submit"]:hover,
.search-form input[type="submit"]:hover {
	opacity: .8;
}

.commentlist {
	margin: 0 0 1.2em;
}

.commentlist .edit-link {
	margin: 0;
}

.commentlist .avatar-holder {
	float: left;
	margin: 0 1.2em 4px 0;
}

.commentlist-item .commentlist-item {
	padding: 0;
}

.comment,
.commentlist-holder {
	overflow: hidden;
}

.commentlist-item .commentlist-item,
.commentlist-item + .commentlist-item {
	padding-top: 1.2em;
}

.widget_calendar #next {
	text-align: right;
}

.gallery-item dt {
	float: none;
	padding: 0;
}

.navigation,
.navigation-comments {
	position: relative;
	vertical-align: middle;
	margin-bottom: 1.2em;
}

.navigation .screen-reader-text,
.navigation-comments .screen-reader-text {
	position: absolute;
	left: -99999px;
}

.navigation .page-numbers,
.navigation-comments .page-numbers {
	display: inline-block;
	vertical-align: middle;
	padding: 0 .4em;
}

.navigation .next,
.navigation .prev,
.navigation-comments .next,
.navigation-comments .prev {
	display: inline-block;
	vertical-align: middle;
	max-width: 50%;
	background: #666;
	color: #fff;
	padding: .4em;
	text-decoration: none;
}

.navigation .next:hover,
.navigation .prev:hover,
.navigation-comments .next:hover,
.navigation-comments .prev:hover {
	opacity: .6;
}

.navigation-single {
	margin-bottom: 1.2em;
}

.navigation-single .next,
.navigation-single .prev {
	float: left;
	vertical-align: middle;
	max-width: 50%;
	background: #666;
	color: #fff;
	text-decoration: none;
}

.navigation-single .next a,
.navigation-single .prev a {
	color: inherit;
	text-decoration: none;
	padding: .4em;
	display: block;
}

.navigation-single .next a:hover,
.navigation-single .prev a:hover {
	opacity: .6;
}

.navigation-single .next {
	float: right;
}

.wp-caption {
	max-width: 100%;
	clear: both;
	border: 1px solid #ccc;
	padding: .4em;
	margin-bottom: 1.2em;
}

.wp-caption img {
	margin: 0;
	vertical-align: top;
}

.wp-caption p {
	margin: .4em 0 0;
}

div.aligncenter {
	margin: 0 auto 1.2em;
}

img.aligncenter {
	display: block;
	margin: 0 auto;
}

.alignleft {
	float: left;
	margin: 0 1.2em 4px 0;
}

.alignright {
	float: right;
	margin: 0 0 4px 1.2em;
}

.mejs-container {
	margin-bottom: 1.2em;
}

.wp-caption-text,
.gallery,
.alignnone,
.gallery-caption,
.sticky,
.bypostauthor {
	height: auto;
}

#sidebar h3 {
	font-size: 26px;
}

#wp-calendar {
	width: 100%;
}

@font-face {
	font-family: icomoon;
	src: url("fonts/icomoon.woff") format("woff"), url("fonts/icomoon.woff2") format("woff2");
	font-weight: 400;
	font-style: normal;
}

[class^="icon-"],
[class*=" icon-"] {
	/* use !important to prevent issues with browser extensions that change fonts */
	font-family: "icomoon" !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1; /* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-linkedin:before {
	content: "\e900";
}

.icon-facebook:before {
	content: "\e901";
}

.icon-instagram:before {
	content: "\e902";
}

.icon-search:before {
	content: "\e903";
}

.resize-active * {
	-webkit-transition: none !important;
	transition: none !important;
}

body {
	min-width: 320px;
}

a {
	-webkit-transition: text-decoration .4s ease, opacity .4s ease, box-shadow .4s ease, color .4s ease, background .4s ease, border .4s ease;
	transition: text-decoration .4s ease, opacity .4s ease, box-shadow .4s ease, color .4s ease, background .4s ease, border .4s ease;
}

h2,
.h2 {
	letter-spacing: 1px;
}

.btn-primary {
	font-size: 20px;
	line-height: 24px;
	letter-spacing: 1px;
	font-weight: 700;
	min-width: 220px;
	height: 50px;
	border-radius: 0;
	padding: 12px 10px;
	outline: none;
	box-shadow: none;
}

.btn-primary:hover,
.btn-primary:focus {
	box-shadow: none;
	outline: none;
}

.social-networks a {
	color: #848484;
}

.social-networks a i {
	font-size: 30px;
	line-height: 1;
	display: block;
}

.social-networks a:hover {
	opacity: .8;
}

.contactus-area {
	font-size: 1.25rem;
	line-height: 1.3;
}

.contactus-area p {
	margin: 0;
}

.header .navbar {
	position: static;
}

.header .navbar .form-inline {
	position: absolute;
	padding: 0 15px 0 30px;
	top: 20px;
	left: 50%;
	width: 125px;
	height: 26px;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}

.header .navbar label {
	position: absolute;
	left: 0;
	top: -3px;
	color: #76a1cf;
	font-size: 22px;
}

.header .navbar .form-control {
	font-size: 17px;
	line-height: 22px;
	width: 100%;
	height: 100%;
	text-transform: uppercase;
	letter-spacing: 1px;
	padding: 0;
	font-weight: 500;
	box-shadow: none;
	outline: none;
	border: none;
	color: #76a1cf;
}

.header .navbar .form-control:-moz-placeholder {
	color: #76a1cf;
	opacity: 1;
}

.header .navbar .form-control::-moz-placeholder {
	color: #76a1cf;
	opacity: 1;
}

.header .navbar .form-control:-ms-input-placeholder {
	color: #76a1cf;
}

.header .navbar .form-control::-webkit-input-placeholder {
	color: #76a1cf;
}

.logo {
	width: 180px;
}

.navbar-dark .navbar-nav {
	font-size: .9375rem;
	font-weight: 500;
	letter-spacing: 1px;
}

.navbar-dark .navbar-nav .nav-item.active {
	font-weight: 700;
}

.navbar-dark .navbar-nav .nav-link {
	line-height: 1.1;
}

.visual-area {
	background-repeat: no-repeat;
	background-size: cover;
	min-height: 300px;
}

.inner-page .visual-area {
	min-height: 360px;
}

.company-page .visual-area {
	min-height: 230px;
}

.visual-area:after {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	content: "";
	background: url(images/patern.png) no-repeat;
	background-size: cover;
	opacity: .15;
	z-index: 2;
}

.inner-page .visual-area:after {
	background: url(images/patern01.png) no-repeat;
	background-size: cover;
}

.visual-area:before {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(129, 71, 148, .9);
	content: "";
	mix-blend-mode: multiply;
}

.inner-page .visual-area:before {
	background: #755ba0;
}

.company-page .visual-area:before {
	background: #636466;
}

.visual-holder {
	min-height: inherit;
}

.visual-caption h1 {
	letter-spacing: 1px;
}

.visual-caption h1 sup {
	top: -11px;
	font-size: 50%;
}

.visual-caption p {
	margin: 0;
}

.inner-page .visual-caption {
	line-height: 1.5;
}

.visual-image {
	position: absolute;
	top: auto;
	right: -40px;
	bottom: 0;
	left: auto;
	width: 305px;
}

.inner-page .visual-image {
	width: 600px;
	right: -300px;
}

.company-page .visual-image {
	width: 300px;
}

.info-section {
	background-repeat: no-repeat;
	background-size: cover;
}

.info-section .text-wrap {
	font-size: 1.125rem;
	line-height: 1.4;
}

.info-section .text-wrap a {
	/* color: #595959; */
	font-weight: 700;
}

.info-section .text-wrap a:hover {
	color: #755ba0;
}

.info-section .info-col {
	width: 238px;
	height: 238px;
	border: 1px solid #58595b;
	padding: 5px;
}

.info-section .info-col:before {
	position: absolute;
	top: 5px;
	right: 5px;
	bottom: 5px;
	left: 5px;
	content: "";
	background: rgba(255, 255, 255, .7);
	border-radius: 50%;
	-webkit-transition: opacity .4s ease, visibility .4s ease;
	transition: opacity .4s ease, visibility .4s ease;
	opacity: 0;
	visibility: hidden;
}

.info-section .info-col:after {
	position: absolute;
	top: 5px;
	right: 5px;
	bottom: 5px;
	left: 5px;
	content: "";
	background: #76a1cf;
	border-radius: 50%;
	-webkit-transition: opacity .4s ease, visibility .4s ease;
	transition: opacity .4s ease, visibility .4s ease;
	opacity: 0;
	visibility: hidden;
	mix-blend-mode: multiply;
	z-index: 2;
}

.info-section .info-col:hover:before,
.info-section .info-col:hover:after,
.info-section .info-col.hover:before,
.info-section .info-col.hover:after {
	opacity: 1;
	visibility: visible;
}

.info-section .info-col:hover .more,
.info-section .info-col.hover .more {
	opacity: 1;
	visibility: visible;
}

.info-section .image-caption {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 4;
}

.info-section .image-caption .title {
	font-size: 1.375rem;
	letter-spacing: 1px;
	line-height: 1;
}

.info-section .image-caption .more {
	font-size: .9375rem;
	-webkit-transition: opacity .4s ease, visibility .4s ease;
	transition: opacity .4s ease, visibility .4s ease;
	letter-spacing: 1px;
	opacity: 0;
	visibility: hidden;
}

.products-area h2 {
	position: absolute;
	top: -44px;
	right: 0;
	bottom: auto;
	left: 0;
}

.product-image:after {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(118, 92, 160, .75);
	content: "";
	-webkit-transition: opacity .8s ease, visibility .8s ease;
	transition: opacity .8s ease, visibility .8s ease;
	opacity: 0;
	visibility: hidden;
	mix-blend-mode: multiply;
}

.product-image:before {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(118, 92, 160, .75);
	content: "";
	-webkit-transition: opacity .8s ease, visibility .8s ease;
	transition: opacity .8s ease, visibility .8s ease;
	opacity: 0;
	visibility: hidden;
	mix-blend-mode: multiply;
}

.product-image .patern {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: url(images/patern02.png) no-repeat;
	background-size: cover;
	-webkit-transition: opacity .8s ease, visibility .8s ease;
	transition: opacity .8s ease, visibility .8s ease;
	opacity: 0;
	visibility: hidden;
	z-index: 2;
}

.product-image .image-caption {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	font-size: .9375rem;
	line-height: 1.5;
	letter-spacing: 1px;
	z-index: 4;
}

.product-image .image-caption .name {
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
	font-size: 1.75rem;
	line-height: 1.1;
}

.product-image .image-caption .name sup {
	text-transform: uppercase;
	font-weight: 400;
	top: -18px;
	font-size: 50%;
}

.product-image .wrap {
	padding: 15px;
	max-height: 75px;
	overflow: hidden;
	-webkit-transition: max-height .8s ease;
	transition: max-height .8s ease;
}

.product-image p {
	margin: 10px 0;
}

.product-image .more-btn {
	font-size: 18px;
	line-height: 26px;
	background: rgba(0, 0, 0, .7);
	font-weight: 700;
	border: 1px solid #fff;
	text-align: center;
	text-transform: uppercase;
	display: inline-block;
	vertical-align: top;
	color: #e9c648;
	height: 50px;
	min-width: 220px;
	padding: 12px;
}

.product-image .more-btn:hover {
	opacity: .8;
}

.product-image:hover:before,
.product-image:hover:after {
	opacity: 1;
	visibility: visible;
}

.product-image:hover .patern {
	opacity: .15;
	visibility: visible;
}

.product-image:hover .wrap {
	max-height: 400px;
}

.testimonials-area {
	background-repeat: no-repeat;
	background-size: cover;
}

.testimonials-area .testimonials-slider {
	padding: 20px 50px 10px;
}

.testimonials-area .bar01 {
	position: absolute;
	top: 11px;
	right: auto;
	bottom: 0;
	left: 24px;
	border-left: 1px solid #ddaf0b;
}

.testimonials-area .bar01:before,
.testimonials-area .bar01:after {
	width: 20px;
	height: 1px;
	content: "";
	background: #ddaf0b;
	position: absolute;
	left: 0;
	top: 0;
}

.testimonials-area .bar01:after {
	top: auto;
	bottom: 0;
}

.testimonials-area .bar02 {
	position: absolute;
	top: 11px;
	right: 24px;
	bottom: 0;
	left: auto;
	border-right: 1px solid #ddaf0b;
}

.testimonials-area .bar02:before,
.testimonials-area .bar02:after {
	width: 20px;
	height: 1px;
	content: "";
	background: #ddaf0b;
	position: absolute;
	right: 0;
	top: 0;
}

.testimonials-area .bar02:after {
	top: auto;
	bottom: 0;
}

.testimonials-area .carousel {
	position: static;
}

.testimonials-area blockquote {
	font-size: .9375rem;
	line-height: 1.6;
	quotes: none;
}

.testimonials-area blockquote cite {
	font-style: normal;
}

.testimonials-area blockquote cite a {
	color: #8f5aa0;
}

.testimonials-area blockquote cite a:hover {
	color: #755ba0;
}

.testimonials-area .carousel-control-prev,
.testimonials-area .carousel-control-next {
	width: 24px;
	height: 40px;
	position: absolute;
	-webkit-transition: opacity .4s ease;
	transition: opacity .4s ease;
	top: 50%;
	margin: -20px 0 0;
	opacity: .21;
}

.testimonials-area .carousel-control-prev:hover,
.testimonials-area .carousel-control-next:hover {
	opacity: .5;
}

.testimonials-area .carousel-control-prev {
	background: url(images/prev.png) no-repeat;
	background-size: cover;
	left: -10px;
}

.testimonials-area .carousel-control-next {
	background: url(images/next.png) no-repeat;
	background-size: cover;
	right: -10px;
}

.info-block h3 {
	color: #673278;
}

.list {
	font-size: 1rem;
	line-height: 1.6470;
	font-weight: 500;
}

.list li {
	position: relative;
	padding: 0 0 0 16px;
}

.list li:before {
	width: 6px;
	height: 6px;
	content: "";
	background: #111;
	position: absolute;
	left: 0;
	top: 11px;
	border-radius: 50%;
}

.info-image {
	width: 225px;
	height: 225px;
	padding: 10px;
	margin: 25px auto 0;
}

.info-image:after {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: -45px;
	content: "";
	background: url(images/circle.svg) no-repeat;
	background-size: 100% 100%;
}

.info-image:before {
	position: absolute;
	top: 10px;
	right: 10px;
	bottom: 10px;
	left: 10px;
	content: "";
	mix-blend-mode: multiply;
	background: #ddaf0b;
	border-radius: 50%;
}

.large-image:before {
	position: absolute;
	top: auto;
	right: 0;
	bottom: 0;
	left: 0;
	content: "";
	background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, black 100%);
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, black 100%);
	height: 200px;
	z-index: 2;
}

.large-image .image-caption {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 5;
}

.large-image .small-img {
	width: 200px;
}

.large-image .image-info-wrap .title {
	font-size: 1.875rem;
	line-height: 1.1;
	font-weight: 700;
}

.large-image .image-info-wrap .text {
	font-size: 1rem;
}

.features-area .image-holder {
	width: 200px;
	height: 200px;
	border: 7px solid #6a91ba;
}

.features-area .image-holder:before {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	border: 1px solid #9fbddd;
	content: "";
	border-radius: 50%;
}

.features-area .image-holder:after {
	position: absolute;
	top: -7px;
	right: -7px;
	bottom: -7px;
	left: -7px;
	border: 1px solid #9fbddd;
	content: "";
	border-radius: 50%;
}

.features-area .image-holder img {
	-webkit-transform: scale(.7);
	-ms-transform: scale(.7);
	transform: scale(.7);
}

.features-area .name {
	font-size: 1.625rem;
	line-height: 1.1;
}

.features-area .name a:hover {
	opacity: .7;
}

.chart-section {
	background: #ebecf0;
}

.chart-section .text-block {
	font-size: 1.375rem;
	line-height: 1.052;
}

.chart-section .text-block br {
	display: none;
}

.chart-section .text-block p {
	margin: 0;
}

.chart-area:before {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	content: "";
	background: url(images/bg03.png) no-repeat;
	background-size: cover;
}

.chart-area:after {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(210, 180, 63, .95);
	content: "";
	mix-blend-mode: multiply;
	z-index: 2;
}

.chart-area .chart-holder {
	z-index: 5;
}

.chart-area .image-holder {
	width: 280px;
	margin: 25px auto 0;
}

.chart-area .list {
	font-size: 1rem;
	line-height: 1.1;
}

.chart-area .list li {
	margin: 0 0 5px;
}

.chart-area .list li:before {
	background: #fff;
	top: 8px;
}

.compare-area:before {
	position: absolute;
	top: auto;
	right: 0;
	bottom: 0;
	left: 0;
	content: "";
	height: 200px;
	background: -webkit-linear-gradient(top, #efeeee 0%, #cbcaca 100%);
	background: linear-gradient(to bottom, #efeeee 0%, #cbcaca 100%);
}

.compare-area h2 {
	color: #673278;
}

.compare-area .text-area {
	font-size: 1rem;
	line-height: 1.6470;
	font-weight: 500;
}

.compare-area .text-area h3 {
	font-size: 1.375rem;
	color: #673278;
}

.compare-area .image-holder {
	width: 135px;
}

.compare-area .product-info .heading {
	font-size: 1.875rem;
	line-height: 1.1;
}

.compare-area .info-list {
	font-size: 1.125rem;
	line-height: 1.4286;
}

.info-table-area .info-table {
	font-size: 15px;
	line-height: 18px;
	font-weight: 700;
	text-align: center;
}

.info-table-area li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.info-table-area li.head .text {
	background: #8b8d8f;
	padding: 14px 5px;
	color: #fff;
}

.info-table-area li.head .text:first-child {
	background: none;
}

.info-table-area li.head .text:nth-child(2) {
	background: #744384;
}

.info-table-area li:last-child .text {
	height: 230px;
	margin-top: 0;
}

.info-table-area li:last-child .text:before {
	background: #e2e3e4;
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 100%;
	height: 25px;
	-webkit-transform: rotate(4deg);
	-ms-transform: rotate(4deg);
	transform: rotate(4deg);
	margin: -5px 0 0;
}

.info-table-area li:last-child .text:first-child:before {
	display: none;
}

.info-table-area li:last-child .text:nth-child(2) {
	height: 260px;
}

.info-table-area li:last-child .text:nth-child(2):before {
	background: none;
	border-style: solid;
	border-width: 10px 55px 0;
	border-color: #744384 transparent transparent;
	-webkit-transform: none;
	-ms-transform: none;
	transform: none;
	margin: 0;
}

.info-table-area .text {
	background: #e2e3e4;
	position: relative;
	padding: 19px 12px;
	color: #111;
	width: 153px;
	margin: 10px 5px 0;
}

.info-table-area .text:first-child {
	font-weight: 500;
	width: 160px;
	background: none;
}

.info-table-area .text:nth-child(2) {
	background: #744384;
	color: #fff;
}

.info-table-area .text span {
	width: 100%;
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.info-table-area .note {
	font-family: "Montserrat", Arial, Helvetica, sans-serif;
	text-align: left;
	font-size: 12px;
	line-height: 18px;
	font-weight: 400;
	display: block;
	padding-top: 0;
}

.article-area {
	letter-spacing: .5px;
}

.article-area .article-holder {
	border-bottom: 2px solid #d3b33f;
}

.article-area .head h2 {
	color: #673278;
}

.article-area .head p {
	margin: 0 0 18px;
}

.article-area .image-holder {
	width: 200px;
	height: 200px;
	padding: 5px;
	margin: 0 auto 20px;
}

.article-area .image-holder:before {
	position: absolute;
	top: -5px;
	right: -5px;
	bottom: 0;
	left: -54px;
	content: "";
	background: url(images/circle01.svg) no-repeat;
	background-size: 100% 100%;
}

.article-area .image-holder a:hover {
	opacity: .8;
}

.article-area .description p {
	margin: 0;
}

.article-area h3 a:hover {
	opacity: .7;
}

.footer {
	font-family: "Montserrat", Arial, Helvetica, sans-serif;
	color: #5e5d5e;
}

.f-logo {
	width: 250px;
}

.footer-holder {
	font-size: .9375rem;
	line-height: 1.333;
}

.footer-holder .info-wrap a {
	color: #683379;
}

.footer-holder .info-wrap a:hover {
	color: #755ba0;
}

.footer-holder address {
	margin: 0;
}

.footer-holder address .text {
	padding: 0 12px 0 14px;
}

.footer-holder address .text:before {
	position: absolute;
	top: 3px;
	right: auto;
	bottom: 2px;
	left: 0;
	background: #683379;
	content: "";
	width: 2px;
}

.footer-holder address .text:first-child:before {
	display: none;
}

.terms-list li {
	padding: 0 6px 0 8px;
}

.terms-list li:before {
	position: absolute;
	top: 4px;
	right: auto;
	bottom: 3px;
	left: 0;
	background: #5e5d5e;
	content: "";
	width: 2px;
}

.terms-list li:first-child:before {
	display: none;
}

.terms-list a {
	text-decoration: underline;
	color: #5e5d5e;
}

.terms-list a:hover {
	opacity: .8;
	text-decoration: none;
}

.copyright a {
	text-decoration: underline;
	color: #5e5d5e;
}

.copyright a:hover {
	opacity: .8;
	text-decoration: none;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
	.visual-area:before {
		background: rgba(129, 71, 148, .6);
	}

	.company-page .visual-area:before {
		background: rgba(99, 100, 102, .6);
	}

	.inner-page .visual-area:before {
		background: rgba(117, 91, 160, .8);
	}

	.info-section .info-col:after {
		background: rgba(118, 161, 207, .5);
	}

	.product-image:after {
		background: rgba(118, 92, 160, .65);
	}

	.product-image:before {
		background: rgba(118, 92, 160, .65);
	}

	.info-image:before {
		background: rgba(221, 175, 11, .6);
	}

	.chart-area:after {
		background: rgba(210, 180, 63, .6);
	}
}

@media (min-width: 576px) {
	.btn-primary {
		min-width: 280px;
	}

	.social-networks a i {
		font-size: 36px;
	}

	.contactus-area {
		letter-spacing: 1px;
	}

	.header .navbar label {
		top: 0;
	}

	.visual-area {
		background-size: 85% 100%;
		min-height: 392px;
	}

	.inner-page .visual-area {
		min-height: 360px;
	}

	.company-page .visual-area {
		background-size: cover;
		min-height: 310px;
	}

	.visual-caption h1 {
		margin: -50px 0 0 -20px;
	}

	.inner-page .visual-caption h1 {
		margin: 0;
	}

	.visual-image {
		width: 400px;
	}

	.inner-page .visual-image {
		width: 610px;
		right: -200px;
	}

	.company-page .visual-image {
		width: 400px;
	}

	.info-section .info-col {
		width: auto;
		height: auto;
	}

	.testimonials-area .bar01:before,
	.testimonials-area .bar01:after {
		width: 32px;
	}

	.testimonials-area .bar02:before,
	.testimonials-area .bar02:after {
		width: 32px;
	}

	.testimonials-area blockquote {
		font-size: 1.125rem;
		letter-spacing: 1px;
	}

	.testimonials-area .carousel-control-prev {
		left: -15px;
	}

	.testimonials-area .carousel-control-next {
		right: -15px;
	}

	.chart-section .text-block {
		font-size: 1.625rem;
	}

	.chart-section .text-block br {
		display: block;
	}

	.chart-area .image-holder {
		width: 450px;
	}

	.compare-area .image-holder {
		width: 175px;
	}

	.info-table-area li:last-child .text:nth-child(2):before {
		border-width: 15px 60px 0;
	}

	.article-area .image-holder {
		width: 350px;
		height: 350px;
	}

	.article-area .image-holder:before {
		position: absolute;
		top: -10px;
		right: -5px;
		bottom: 0;
		left: -90px;
	}

	.footer-holder {
		font-size: 1rem;
	}
}

@media (min-width: 768px) {
	.search-form input[type="search"] {
		height: 36px;
		width: 100%;
		margin: 0 0 5px;
	}

	.commentlist-item .commentlist-item {
		padding: 0 0 0 2em;
	}

	body {
		font-size: 1.125rem;
	}

	h1,
	.h1 {
		font-size: 1.9375rem;
	}

	h2,
	.h2 {
		font-size: 1.75rem;
	}

	h3,
	.h3 {
		font-size: 2.5rem;
	}

	h4,
	.h4 {
		font-size: 1.75rem;
	}

	.btn-primary {
		font-size: 24px;
		line-height: 28px;
		min-width: 354px;
		padding: 18px 15px;
		letter-spacing: 2px;
		height: 64px;
	}

	.social-networks a i {
		font-size: 44px;
	}

	.contactus-area {
		font-size: 2.25rem;
	}

	.visual-area {
		min-height: 475px;
	}

	.inner-page .visual-area {
		min-height: 400px;
	}

	.company-page .visual-area {
		min-height: 380px;
	}

	.visual-caption h1 {
		margin: 0;
	}

	.inner-page .visual-image {
		z-index: 3;
	}

	.visual-image {
		right: 0;
		width: 485px;
	}

	.inner-page .visual-image {
		width: 772px;
		right: -300px;
	}

	.company-page .visual-image {
		width: 485px;
	}

	.info-section .text-wrap {
		font-size: 1.25rem;
		line-height: 1.75;
	}

	.info-section .image-caption .title {
		font-size: 1.5625rem;
	}

	.info-section .image-caption .more {
		font-size: 1.125rem;
	}

	.products-area h2 {
		top: -60px;
	}

	.product-image .image-caption {
		font-size: 16px;
	}

	.product-image .image-caption .name {
		font-size: 1.875rem;
	}

	.product-image .wrap {
		max-height: 65px;
		padding: 20px;
	}

	.product-image p {
		margin: 15px 0;
	}

	.product-image .more-btn {
		font-size: 20px;
	}

	.testimonials-area .testimonials-slider {
		padding: 20px 90px 10px;
	}

	.testimonials-area .bar01 {
		left: 60px;
	}

	.testimonials-area .bar02 {
		right: 60px;
	}

	.testimonials-area .carousel-control-prev,
	.testimonials-area .carousel-control-next {
		width: 37px;
		height: 60px;
		margin: -30px 0 0;
	}

	.testimonials-area .carousel-control-prev {
		left: 0;
	}

	.testimonials-area .carousel-control-next {
		right: 0;
	}

	.info-block h3 {
		font-size: 1.6875rem;
		line-height: 1.1;
	}

	.info-block .list {
		max-width: 300px;
	}

	.list {
		font-size: 1.0625rem;
	}

	.info-image {
		width: 250px;
		height: 250px;
		margin: 40px auto 0;
	}

	.info-image:after {
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		left: -50px;
	}

	.large-image:before {
		height: 250px;
	}

	.large-image .small-img {
		width: 220px;
	}

	.large-image .image-info-wrap {
		letter-spacing: 1px;
	}

	.features-area .image-holder {
		border-width: 10px;
	}

	.features-area .image-holder:after {
		position: absolute;
		top: -10px;
		right: -10px;
		bottom: -10px;
		left: -10px;
	}

	.chart-section .text-block {
		font-size: 1.75rem;
	}

	.chart-area .image-holder {
		width: 68%;
		margin: 70px 0 0 -20px;
	}

	.chart-area .list {
		font-size: 1.25rem;
		width: 220px;
	}

	.chart-area .list li {
		margin: 0 0 8px;
	}

	.compare-area:before {
		height: 320px;
	}

	.compare-area .text-area {
		font-size: 1.0625rem;
	}

	.article-area .head p {
		margin: 0 0 25px;
	}

	.article-area .image-holder {
		width: auto;
		height: auto;
		padding: 8px;
		margin: 0;
	}

	.article-area .image-holder:before {
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		left: -45px;
	}

	.article-area h3 {
		font-size: 1.75rem;
	}

	.f-logo {
		width: 360px;
	}

	.footer-holder {
		font-size: 1.125rem;
	}
}

@media (min-width: 992px) {
	h1,
	.h1 {
		font-size: 2.6875rem;
	}

	h2,
	.h2 {
		font-size: 3.0625rem;
		letter-spacing: 2px;
	}

	.btn-primary {
		letter-spacing: 4px;
	}

	.contactus-area {
		font-size: 2.5rem;
		letter-spacing: 2px;
	}

	.header .container {
		position: relative;
	}

	.header .navbar .form-inline {
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0);
		padding: 0 0 0 30px;
		right: 0;
		left: auto;
		top: 6px;
		width: 144px;
	}

	.header .navbar label {
		font-size: 25px;
	}

	.header .navbar .form-control {
		font-size: 19px;
		line-height: 24px;
	}

	.navbar-dark .navbar-nav {
		font-size: 1.0625rem;
	}

	.visual-area {
		min-height: 550px;
	}

	.inner-page .visual-area {
		background-size: 80% 100%;
		min-height: 458px;
	}

	.company-page .visual-area {
		min-height: 438px;
	}

	.inner-page .visual-caption {
		font-size: 1.25rem;
		line-height: 1.8333;
	}

	.visual-image {
		width: 562px;
	}

	.inner-page .visual-image {
		width: 775px;
		right: -200px;
	}

	.company-page .visual-image {
		width: 560px;
	}

	.inner-page .info-section .text-wrap {
		font-size: 1.5rem;
		line-height: 1.9167;
	}

	.inner-page .info-section h2 {
		font-size: 2.75rem;
		letter-spacing: 2px;
	}

	.info-section .info-col {
		padding: 12px;
	}

	.info-section .info-col:before {
		position: absolute;
		top: 12px;
		right: 12px;
		bottom: 12px;
		left: 12px;
	}

	.info-section .info-col:after {
		position: absolute;
		top: 12px;
		right: 12px;
		bottom: 12px;
		left: 12px;
	}

	.info-section .image-caption .title {
		font-size: 2.0625rem;
	}

	.info-section .image-caption .more {
		font-size: 1.25rem;
	}

	.products-area h2 {
		top: -83px;
	}

	.product-image .patern {
		top: -120px;
	}

	.product-image .image-caption .name {
		font-size: 2.375rem;
	}

	.testimonials-area .testimonials-slider {
		padding: 28px 120px 0;
	}

	.testimonials-area .bar01 {
		left: 86px;
	}

	.testimonials-area .bar02 {
		right: 71px;
	}

	.testimonials-area blockquote {
		font-size: 1.25rem;
		line-height: 1.9;
		letter-spacing: 2px;
	}

	.info-image {
		margin: -15px 0 0 30px;
	}

	.large-image:before {
		height: 350px;
	}

	.large-image .small-img {
		width: 322px;
	}

	.large-image .image-info-wrap .title {
		font-size: 2.3125rem;
	}

	.large-image .image-info-wrap .text {
		font-size: 1.25rem;
	}

	.features-area .image-holder {
		width: 254px;
		height: 254px;
		border-width: 15px;
	}

	.features-area .image-holder:after {
		position: absolute;
		top: -15px;
		right: -15px;
		bottom: -15px;
		left: -15px;
	}

	.features-area .image-holder img {
		-webkit-transform: scale(1);
		-ms-transform: scale(1);
		transform: scale(1);
	}

	.features-area .name {
		font-size: 2rem;
	}

	.chart-section .text-block {
		font-size: 2.375rem;
		line-height: 1.052;
	}

	.chart-area .list {
		width: 365px;
		margin: 0 -70px 0 0;
	}

	.chart-area .list li {
		margin: 0 0 12px;
	}

	.compare-area:before {
		height: 440px;
	}

	.compare-area h2 {
		font-size: 2.5rem;
	}

	.compare-area .text-area h3 {
		font-size: 1.6875rem;
	}

	.compare-area .image-holder {
		width: 217px;
	}

	.compare-area .product-info .heading {
		font-size: 2.3125rem;
	}

	.compare-area .info-list {
		font-size: 1.3125rem;
	}

	.article-area {
		letter-spacing: 1px;
	}

	.article-area .head h2 {
		font-size: 2.5rem;
		letter-spacing: 2px;
	}

	.article-area .head p {
		margin: 0 0 34px;
	}

	.article-area .image-holder {
		padding: 13px;
	}

	.article-area .image-holder:before {
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		left: -57px;
	}
}

@media (min-width: 1024px) {
	html,
	body {
		height: 100%;
	}

	#wrapper {
		width: 100%;
		height: 100%;
		display: table;
		table-layout: fixed;
	}

	.footer {
		display: table-footer-group;
		height: 1%;
	}

	.large-image .small-img {
		width: auto;
	}
}

@media (min-width: 1260px) {
	.search-form input[type="search"] {
		width: 190px;
		margin: 0 4px 0 0;
	}

	h1,
	.h1 {
		font-size: 3.4375rem;
	}

	h2,
	.h2 {
		letter-spacing: 3px;
	}

	.header .container {
		max-width: 1474px;
	}

	.header .navbar .form-inline {
		top: 20px;
	}

	.header .navbar .form-control {
		font-size: 21px;
		letter-spacing: 2px;
	}

	.logo {
		width: 242px;
	}

	.navbar-dark .navbar-nav {
		font-size: 1.3125rem;
		letter-spacing: 2px;
	}

	.visual-area {
		min-height: 688px;
	}

	.inner-page .visual-area {
		background-size: 70% 100%;
		min-height: 458px;
	}

	.company-page .visual-area {
		min-height: 438px;
	}

	.visual-caption h1 {
		letter-spacing: 2px;
	}

	.inner-page .visual-caption {
		font-size: 1.5rem;
	}

	.visual-image {
		width: 702px;
	}

	.inner-page .visual-image {
		width: 776px;
		right: -100px;
	}

	.company-page .visual-image {
		width: 560px;
	}

	.info-section .info-col {
		width: 350px;
		height: 350px;
	}

	.info-section .image-caption .title {
		letter-spacing: 3px;
	}

	.info-section .image-caption .more {
		letter-spacing: 2px;
	}

	.product-image .patern {
		top: -160px;
	}

	.product-image .image-caption {
		font-size: 1.25rem;
		letter-spacing: 2px;
	}

	.product-image .image-caption .name {
		font-size: 2.8125rem;
	}

	.product-image .wrap {
		max-height: 50px;
		max-width: 550px;
		padding: 0;
	}

	.product-image p {
		margin: 19px 0 34px;
	}

	.product-image .more-btn {
		min-width: 290px;
		height: 66px;
		padding: 20px;
	}

	.testimonials-area .carousel-control-prev {
		left: 4px;
	}

	.testimonials-area .carousel-control-next {
		right: -8px;
	}

	.list {
		letter-spacing: 1px;
	}

	.info-image {
		width: 285px;
		height: 285px;
		margin: -19px 0 0 -3px;
	}

	.info-image:after {
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		left: -60px;
	}

	.large-image:before {
		height: 600px;
	}

	.chart-area .image-holder {
		margin: 0 0 0 -20px;
		margin: 0;
	}

	.chart-area .list {
		font-size: 1.5rem;
		letter-spacing: 0;
		margin: 0;
	}

	.chart-area .list li:before {
		top: 11px;
	}

	.compare-area h2 {
		font-size: 2.75rem;
		letter-spacing: 2px;
	}

	.compare-area .text-area {
		letter-spacing: 1px;
	}

	.compare-area .image-holder {
		padding: 2px 0 0;
	}

	.info-table-area .info-table {
		font-size: 18px;
		line-height: 21px;
		margin: 0 0 0 -19px;
	}

	.info-table-area li:last-child .text:nth-child(2):before {
		border-width: 22px 76px 0;
	}

	.article-area .image-holder {
		margin: 0 -5px 0 -14px;
	}

	.article-area .image-holder:before {
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		left: -80px;
	}

	.f-logo {
		margin: 2px 0 0;
	}
}

@media (min-width: 1400px) {
	.visual-area:after {
		top: -90px;
	}

	.inner-page .visual-area:after {
		top: -120px;
	}

	.inner-page .visual-image {
		width: 776px;
		right: 0;
	}

	.chart-area .image-holder {
		width: 79.2%;
	}
}

@media (min-width: 1700px) {
	.inner-page .visual-area {
		background-size: 80% 100%;
	}
}

@media (max-width: 991.98px) {
	.header .container {
		max-width: 100%;
	}

	.header .navbar-dark .navbar-toggler {
		width: 35px;
		height: 30px;
		border: none;
		border-radius: 0;
		padding: 0;
		position: absolute;
		outline: none;
		right: 15px;
		top: 21px;
		-webkit-transition: border .4s ease;
		transition: border .4s ease;
		z-index: 4;
	}

	.header .navbar-dark .navbar-toggler:before,
	.header .navbar-dark .navbar-toggler:after {
		width: 35px;
		height: 2px;
		content: "";
		-webkit-transition: -webkit-transform .4s ease;
		transition: -webkit-transform .4s ease;
		transition: transform .4s ease;
		transition: transform .4s ease, -webkit-transform .4s ease;
		-webkit-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		transform: rotate(45deg);
		background: #755ba0;
		position: absolute;
		top: 12px;
		left: 0;
	}

	.header .navbar-dark .navbar-toggler:after {
		-webkit-transform: rotate(-45deg);
		-ms-transform: rotate(-45deg);
		transform: rotate(-45deg);
	}

	.header .navbar-dark .navbar-toggler.collapsed {
		border-top: 2px solid #755ba0;
	}

	.header .navbar-dark .navbar-toggler.collapsed:before,
	.header .navbar-dark .navbar-toggler.collapsed:after {
		-webkit-transform: rotate(0);
		-ms-transform: rotate(0);
		transform: rotate(0);
		top: 12px;
	}

	.header .navbar-dark .navbar-toggler.collapsed:after {
		top: 26px;
	}

	.header .navbar-dark .navbar-toggler .navbar-toggler-icon {
		display: none;
	}

	.header .navbar-dark .navbar-collapse {
		background: #fff;
		position: absolute;
		border-bottom: 1px solid #755ba0;
		border-top: 1px solid #755ba0;
		left: 0;
		right: 0;
		top: 100%;
		z-index: 99;
	}

	.product-image img {
		object-fit: cover;
		height: 300px;
	}

	.footer-holder address .text:last-child:before {
		display: none;
	}
}

@media (max-width: 767px) {
	.navigation .page-numbers,
	.navigation-comments .page-numbers {
		padding: 0;
	}

	.navigation .next,
	.navigation .prev,
	.navigation-comments .next,
	.navigation-comments .prev {
		padding: .2em;
	}

	.navigation-single .next a,
	.navigation-single .prev a {
		padding: .2em;
	}
}

@media (max-width: 767.98px) {
	.visual-area:before {
		z-index: 3;
	}

	.visual-caption {
		z-index: 5;
	}

	.product-image img {
		height: 280px;
	}

	.footer-holder address .text:before {
		display: none;
	}
}

@media (max-width: 575.98px) {
	.large-image > img {
		position: relative;
		width: 600px !important;
		left: 50%;
		max-width: inherit;
		margin: 0 0 0 -300px;
	}

	.info-table-area {
		overflow-x: auto;
		overflow-y: hidden;
		padding: 0 0 25px;
	}

	.info-table-area .info-table {
		width: 500px;
	}
}

@media(min-width: 768px) {
	header .nav-item:hover > .dropdown-menu {
		display: block;
		left: auto;
		margin-top: -0.75rem;
	}
}

@media(max-width: 767px) {
	header .nav-item > .dropdown-menu {
		display: block;
		position: relative;
		top: 0;
		border: none;
		text-align: center;
	}

	header .navbar-nav .has-dropdown {
		font-weight: bold;
		color: #ddaf0b;
		margin-top: 1rem;
	}
}

article .h4 { padding-top: 2rem; }

header .navbar-nav > .nav-item > .nav-link {padding: 8px; color: #ffffff; background-color: #755ba0; border-color: #755ba0;}

.map-responsive {
	overflow: hidden;
	padding-bottom: 25%;
	position: relative;
}

.map-responsive iframe {
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	position: absolute;
	border: none;
}

@media(min-width: 768px) {
	.map-responsive { min-height: 28vw; }
}

@media(max-width: 767px) {
	.map-responsive { min-height: 36vw; }
}

@media(max-width: 567px) {
	.map-responsive { min-height: 64vw; }
}

.noeffects:before, .noeffects:after { display: none; }

body.innovacell .large-image .small-img,
body.novafix-pd .large-image .small-img,
body.novafix .large-image .small-img { width: auto; }

.search-result { border-bottom: 1px solid #58595b; }

.image-holder > a { z-index: 100; }