:root {
 --thm-font: 'Rubik', sans-serif;
 --thm-font-2: 'Caveat', cursive;
 --thm-gray: #003f39;
 --thm-gray-rgb: 115, 124, 118;
 --thm-primary: #2b94d2;
 --thm-primary-rgb: 253, 196, 0;
 --thm-black: #1e3226;
 --thm-black-rgb: 30, 50, 38;
 --thm-base: #2b94d2;
 --thm-second: #191919;
 --thm-black: #000;
 --thm-white:#fff;
 --thm-base-rgb: 0, 105, 64;
}

* {
	margin: 0px;
	padding: 0px;
	border: none;
	outline: none;
	font-size: 100%;
}
html, body {
	height: 100%;
}
body {
	color: var(--thm-second);
	font-size: 16px;
	line-height: 27px;
	font-weight: 400;
	font-family: var(--thm-font);
}
button:focus {
	outline: none;
}
button {
	cursor: pointer;
	border: none;
	background: transparent;
	padding: 0;
}
h1, h2, h3, h4, h5, h6 {
	color: var(--thm-black);
	font-weight: 800;
	line-height: 1.25em;
	font-family: var(--thm-font);
	margin: 0;
}
h3 {
	font-size: 24px;
	line-height: 36px;
	font-weight: 700;
}
a, a:hover, a:active, a:focus {
	text-decoration: none;
	outline: none;
	border: none;
	transition: .4s;
	-webkit-transition: all .4s ease-in-out;
}
textarea:focus {
	outline: none;
}
 *::-moz-selection {
 background: var(--thm-black);
 color: #fff;
 text-shadow: none;
}

::-moz-selection {
 background: var(--thm-black);
 color: #fff;
 text-shadow: none;
}
::selection {
	background: var(--thm-black);
	color: #fff;
	text-shadow: none;
}
 *::placeholder {
 color: #555555;
 opacity: 1;
}
 *::-moz-placeholder {
 color: #555555;
 opacity: 1;
}
 *:-ms-input-placeholder {
 color: #555555;
 opacity: 1;
}
.parallax-scene {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}
.fancybox-image, .fancybox-spaceball {
	border-radius: 10px;
}
 @media (min-width: 1200px) {
.container {
	max-width: 1200px;
}
}
img {
	max-width: 100%;
	height: auto;
	transition-delay: .1s;
	transition-timing-function: ease-in-out;
	transition-duration: .7s;
	transition-property: all;
}
.map-data {
	text-align: center;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.8em;
	padding: 5px 10px 5px;
}
.map-data a {
	color: #0b59d9;
	display: block;
}
.map-data h6 {
	font-size: 16px;
	font-weight: 700;
	text-align: center;
	margin-bottom: 5px;
	color: #121212;
}
i {
	font-style: normal;
}
ul, li {
	list-style: none;
	margin: 0;
	padding: 0;
}
ol, li {
	margin: 0;
	padding: 0;
}
.auto-container {
	position: static;
	max-width: 1200px;
	padding: 0px 15px;
	margin: 0 auto;
}
.btn-one {
	position: relative;
	display: inline-block;
	overflow: hidden;
	padding-top: 0px;
	padding-left: 10px;
	padding-bottom: 0px;
	padding-right: 10px;
	color: var(--thm-white);
	font-size: 14px;
	line-height: 32px;
	text-transform: uppercase;
	-webkit-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
	font-family: var(--thm-font);
	z-index: 1;
}
.btn-one .txt {
	position: relative;
	display: flex;
	align-items: center;
	z-index: 2;
}
.btn-one .arrow {
	position: relative;
	top: -2px;
	display: inline-block;
	padding-left: 10px;
	font-size: 16px;
	font-weight: 400;
	transition: all 200ms linear;
	transition-delay: 0.1s;
	z-index: 1;
}
.btn-one:hover, .btn-one:focus {
	color: #ffffff;
}
.btn-two {
	position: relative;
	display: inline-block;
	color: #ffffff;
	font-size: 14px;
	font-weight: 400;
	line-height: 20px;
	text-transform: uppercase;
	font-family: var(--thm-font-2);
	transition: all 200ms linear;
	transition-delay: 0.1s;
}
.btn-two span {
	position: relative;
	top: 3px;
	display: inline-block;
	padding-right: 10px;
	line-height: 15px;
	transform: rotate(180deg);
}
.btn-two span:before {
	position: relative;
	top: 3px;
	display: inline-block;
	color: var(--thm-black);
	font-size: 25px;
	font-weight: 400;
	z-index: 1;
}
.btn-two span:after {
	content: "";
	position: absolute;
	top: 0;
	right: 20px;
	bottom: 0;
	width: 20px;
	height: 20px;
	background: #ffffff;
	border-radius: 50%;
	transition: all 200ms linear;
	transition-delay: 0.1s;
}
.btn-two:hover span:after {
	transform: scale(1.1);
}
.btn-two:hover:before {
}
.btn-two:hover {
	color: var(--thm-base);
}
.checked-box1 {
	position: relative;
	display: block;
	min-height: 40px;
}
.checked-box1 label {
	position: relative;
	display: inline-block;
	padding-left: 50px;
	margin-right: 0px;
	margin-bottom: 0;
	color: #585858;
	font-size: 14px;
	line-height: 22px;
	font-weight: 400;
	cursor: pointer;
	min-height: 40px;
	font-family: var(--thm-font);
}
.checked-box1 input[type="checkbox"] {
	display: none;
}
.checked-box1 input[type="checkbox"]+label span {
	position: absolute;
	display: block;
	top: 4px;
	left: 0;
	width: 40px;
	height: 40px;
	vertical-align: middle;
	background-color: #ffffff;
	border: 1px solid #dae5ec;
	cursor: pointer;
	border-radius: 50%;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}
.checked-box1 label span:before {
	position: absolute;
	top: 0px;
	left: 0px;
	bottom: 0;
	right: 0;
	content: "";
	width: 30px;
	height: 30px;
	background: var(--thm-primary);
	border-radius: 50%;
	margin: 4px;
	transform: scale(0);
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}
.checked-box1 input[type="checkbox"]:checked+label span {
	border-color: #dae5ec;
}
.checked-box1 input[type="checkbox"]:checked+label span:before {
	transform: scale(1.0);
}
.checked-box2 {
	position: relative;
	display: block;
	min-height: 30px;
}
.checked-box2 label {
	position: relative;
	display: inline-block;
	padding-left: 30px;
	margin-right: 0px;
	margin-bottom: 0;
	color: #757575;
	font-size: 16px;
	line-height: 22px;
	font-weight: 400;
	cursor: pointer;
	min-height: 30px;
	font-family: var(--thm-font);
}
.checked-box2 input[type="checkbox"] {
	display: none;
}
.checked-box2 input[type="checkbox"]+label span {
	position: absolute;
	top: 5px;
	left: 0;
	width: 16px;
	height: 16px;
	vertical-align: middle;
	background-color: #f5f5f5;
	border: 1px solid #e5e5e5;
	cursor: pointer;
	border-radius: 3px;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}
.checked-box2 label span:before {
	font-family: FontAwesome;
	content: "\f00c";
	position: absolute;
	top: 0px;
	left: 0px;
	bottom: 0;
	right: 0;
	width: 16px;
	height: 16px;
	margin: 0px;
	color: var(--thm-base);
	font-size: 10px;
	line-height: 16px;
	text-align: center;
	opacity: 0;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}
.checked-box2 input[type="checkbox"]:checked+label span {
	border-color: #dedede;
}
.checked-box2 input[type="checkbox"]:checked+label span:before {
	opacity: 1;
}
.thm-social-link1 {
	position: relative;
	display: block;
}
.thm-social-link1 ul {
	position: relative;
}
.thm-social-link1 ul li {
	position: relative;
	float: left;
	margin-right: 10px;
}
.thm-social-link1 ul li:last-child {
	margin-right: 0;
}
.thm-social-link1 ul li a {
	position: relative;
	display: block;
	width: 40px;
	height: 40px;
	background: var(--thm-base);
	border-radius: 50%;
	border: 2px solid var(--thm-base);
	color: var(--thm-black);
	font-size: 14px;
	line-height: 36px;
	text-align: center;
	z-index: 1;
	transition: all 500ms ease;
}
.thm-social-link1 ul li a:before {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background-color: var(--thm-black);
	content: "";
	border-radius: 50%;
	z-index: -1;
	transform: scale(0.0);
	transform-origin: center;
	transform-style: preserve-3d;
	transition: all 0.4s cubic-bezier(0.62, 0.21, 0.45, 1.52);
}
.thm-social-link1 ul li a:hover:before {
	transform: scaleX(1.0);
}
.thm-social-link1 ul li a:hover {
	color: #ffffff;
}
.thm-social-link2 {
	position: relative;
	display: block;
}
.thm-social-link2 ul {
	position: relative;
	overflow: hidden;
}
.thm-social-link2 ul li {
	position: relative;
	display: inline-block;
	float: left;
	margin-right: 20px;
}
.thm-social-link2 ul li:last-child {
	margin-right: 0;
}
.thm-social-link2 ul li a {
	position: relative;
	display: block;
	color: #909090;
	font-size: 16px;
	line-height: 30px;
	transition: all 500ms ease;
}
.thm-social-link2 ul li a:hover {
	color: var(--thm-primary);
}
.parallax-bg-one {
	background-attachment: fixed;
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	z-index: 1;
}
.parallax-bg-one::before {
	background: rgba(18, 32, 0, 0.90) none repeat scroll 0 0;
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: -1;
}
/*___ owl Nav Dot Style _____*/
.owl-theme .owl-prev span, .owl-theme .owl-next span {
}
.owl-nav-style-one {
}
.owl-nav-style-one .owl-controls {
}
.owl-nav-style-one.owl-theme .owl-stage-outer {
	position: relative;
	display: block;
	padding-top: 0px;
	padding-bottom: 0px;
}
.owl-nav-style-one.owl-theme .owl-nav {
	position: relative;
	display: block;
	line-height: 0;
	z-index: 10;
}
.owl-nav-style-one.owl-theme .owl-nav [class*="owl-"] {
	position: relative;
	display: inline-block;
	width: 60px;
	height: 60px;
	border-radius: 0%;
	margin: 0 0 0 0px;
	padding: 0;
	transition: all 700ms ease 0s;
}
.owl-nav-style-one.owl-theme .owl-nav [class*="owl-"]:before {
	content: "\f149";
	font-family: flaticon !important;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	border: 2px solid #ffffff;
	color: var(--thm-base);
	font-size: 18px;
	line-height: 56px;
	font-weight: 600;
	text-align: center;
	-webkit-transition: all 0.4s linear;
	-o-transition: all 0.4s linear;
	transition: all 0.4s linear;
}
.owl-nav-style-one.owl-theme .owl-nav [class*="owl-"]:hover:before {
	border-color: var(--thm-base);
}
.owl-nav-style-one.owl-theme .owl-nav [class*="owl-"] span {
	display: none;
}
.owl-nav-style-one.owl-theme .owl-nav .owl-prev {
	transform: rotate(-270deg);
	margin-right: 10px;
}
.owl-nav-style-one.owl-theme .owl-nav .owl-next {
	margin-left: 0px;
	transform: rotate(270deg);
}
.owl-nav-style-one.owl-theme .owl-nav [class*="owl-"]:hover {
	background-color: var(--thm-base);
}
.owl-nav-style-one.owl-theme .owl-nav [class*="owl-"]:hover:before {
	color: #ffffff
}
.owl-carousel.owl-dot-style1 .owl-dots {
	position: relative;
	text-align: center;
	line-height: 0;
	margin-top: 0px !important;
	display: block;
}
.owl-carousel.owl-dot-style1 .owl-dots .owl-dot {
	position: relative;
	display: inline-block;
	width: 11px;
	height: 11px;
	background-color: rgba(var(--thm-base-rgb), .20);
	border: 0px solid #e0e0e0;
	margin: 0px 5px;
	padding: 0px;
	border-radius: 50%;
	transition: all 100ms linear;
	transition-delay: 0.1s;
}
.owl-carousel.owl-dot-style1 .owl-dots .owl-dot:before {
	content: "";
	position: absolute;
	top: -2px;
	left: -2px;
	bottom: -2px;
	right: -2px;
	border-radius: 50%;
	background: var(--thm-primary);
	transform: scale(0);
	transition: all 500ms ease;
}
.owl-carousel.owl-dot-style1 .owl-dots .owl-dot.active {
	background: var(--thm-primary);
}
.owl-carousel.owl-dot-style1 .owl-dots .owl-dot.active:before {
	transform: scale(1.0);
}
.owl-carousel.owl-dot-style1 .owl-dots .owl-dot span {
}
.owl-carousel.owl-dot-style1 .owl-dots .owl-dot.active span {
}
 @keyframes pulse {
 50% {
 box-shadow: 0 0 0 5px rgba(255, 255, 255, .1),  0 0 0 20px rgba(238, 238, 238, 0.3000);
}
}
 @keyframes pulse2 {
 50% {
 box-shadow: 0 0 0 5px rgba(255, 231, 1, .1),  0 0 0 20px rgba(255, 231, 1, 0.3000);
}
}
.rating-box {
	position: relative;
	display: block;
	overflow: hidden;
}
.rating-box ul {
	overflow: hidden;
}
.rating-box ul li {
	position: relative;
	display: inline-block;
	float: left;
	margin-right: 5px;
}
.rating-box ul li:last-child {
	margin-right: 0;
}
.rating-box ul li a {
	font-size: 20px;
	font-weight: 400;
	transition: all 200ms linear;
	transition-delay: 0.1s;
}
.boxed_wrapper {
	position: relative;
	margin: 0 auto;
	overflow: hidden !important;
	background: #ffffff none repeat scroll 0 0;
	width: 100%;
	min-width: 320px;
}
/*** Scroll To Top style ***/
.scroll-top {
	position: fixed;
	right: 15px;
	bottom: 100px;
	width: 60px;
	height: 60px;
	border-radius: 50%;
	background-color: #ffffff;
	border: 2px solid #ffffff;
	color: var(--thm-base);
	font-size: 20px;
	line-height: 56px;
	font-weight: 700;
	text-align: center;
	text-transform: uppercase;
	display: none;
	cursor: pointer;
	transform: rotate(0deg);
	transition: all 200ms linear;
	transition-delay: 0.1s;
	z-index: 999999999;
}
.scroll-top span {
}
.scroll-top:after {
	position: absolute;
	content: '';
	top: 100%;
	left: 5%;
	height: 10px;
	width: 90%;
	opacity: 1;
	z-index: -1;
	background: -webkit-radial-gradient(center, ellipse, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 80%);
	background: -webkit-radial-gradient(center ellipse, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 80%);
	background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 80%);
}
.scroll-top:before {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	background: transparent;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	-webkit-animation-delay: .9s;
	animation-delay: .9s;
	content: "";
	-webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.9);
	box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.9);
	-webkit-animation: ripple 3s infinite;
	animation: ripple 3s infinite;
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
}
.scroll-top:hover {
	color: #ffffff;
	background-color: var(--thm-black);
	border-color: var(--thm-black);
}
/* Form validation styles */
input:focus, textarea:focus, select:focus {
	border-color: #43c3ea;
	outline: none;
}
#contact-form input[type="text"].error {
	border-color: red;
}
#contact-form input[type="email"].error {
	border-color: red;
}
#contact-form select.error {
	border-color: red;
}
#contact-form textarea.error {
	border-color: red;
}
/* Overlay styles */
.overlay-style-one {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(218, 60, 34, 0.80);
	transition-delay: .1s;
	transition-timing-function: ease-in-out;
	transition-duration: .7s;
	transition-property: all;
	opacity: 0;
	z-index: 1;
}
.overlay-style-one .box {
	display: table;
	height: 100%;
	width: 100%;
}
.overlay-style-one .box .content {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
}
.overlay-style-one .box .inner {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
}
.overlay-style-two {
	position: absolute;
	left: 0px;
	bottom: 0px;
	right: 0px;
	top: 0px;
	z-index: 2;
	opacity: 0;
	transition: all 900ms ease;
}
.overlay-style-two:before {
	position: absolute;
	content: '';
	top: 0px;
	left: 0px;
	width: 100%;
	height: 50%;
	display: block;
	opacity: 0;
	text-align: center;
	transform: perspective(400px) rotateX(-90deg);
	transform-origin: top;
	transition: all 0.5s;
	background-color: rgba(18, 18, 18, 0.90);
}
.overlay-style-two:after {
	position: absolute;
	content: '';
	left: 0px;
	bottom: 0px;
	width: 100%;
	height: 50%;
	display: block;
	opacity: 0;
	text-align: center;
	transform: perspective(400px) rotateX(90deg);
	transform-origin: bottom;
	transition: all 0.5s;
	background-color: rgba(18, 18, 18, 0.90);
}








/* Update header Style */
@keyframes menu_sticky {
 0% {
 margin-top: -90px;
}
 50% {
 margin-top: -74px;
}
 100% {
 margin-top: 0;
}
}
/*** 
========================================
    Mobile Menu
========================================
***/
.nav-outer .mobile-nav-toggler {
	position: relative;
	display: none;
	float: right;
	cursor: pointer;
	padding: 30px 0;
}
.nav-outer.style1 .mobile-nav-toggler {
	padding: 35px 0 35px;
}
.nav-outer.style2 .mobile-nav-toggler {
	padding: 25px 0;
}
.nav-outer.style3 .mobile-nav-toggler {
	padding: 30px 0;
}
.nav-outer .mobile-nav-toggler .inner {
	position: relative;
	display: block;
	padding: 3px 5px;
	background: var(--thm-base);
}
.nav-outer.style2 .mobile-nav-toggler .inner {
	background-color: var(--thm-black);
}
.mobile-menu {
	position: fixed;
	top: 0;
	right: 0;
	width: 300px;
	max-width: 100%;
	height: 100%;
	padding-right: 30px;
	opacity: 0;
	visibility: hidden;
	z-index: 999999;
}
.mobile-menu .menu-backdrop {
	position: fixed;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(9, 16, 32, 0.90);
	-webkit-transform: translateX(101%);
	-ms-transform: translateX(101%);
	transform: translateX(101%);
	transition: all 900ms ease;
	-moz-transition: all 900ms ease;
	-webkit-transition: all 900ms ease;
	-ms-transition: all 900ms ease;
	-o-transition: all 900ms ease;
	z-index: 1;
}
.mobile-menu-visible .mobile-menu .menu-backdrop {
	opacity: 0.70;
	visibility: visible;
	-webkit-transition: all 0.7s ease;
	-moz-transition: all 0.7s ease;
	-ms-transition: all 0.7s ease;
	-o-transition: all 0.7s ease;
	transition: all 0.7s ease;
	-webkit-transform: translateX(0%);
	-ms-transform: translateX(0%);
	transform: translateX(0%);
}
.mobile-menu .mCSB_inside>.mCSB_container {
	margin-right: 5px;
}
.mobile-menu .navbar-collapse {
	display: block !important;
}
.mobile-menu .nav-logo {
	position: relative;
	padding: 30px 25px;
	text-align: left;
}
.mobile-menu .nav-logo a {
	position: relative;
	display: inline-block;
}
.mobile-menu-visible {
	overflow: hidden;
}
.mobile-menu-visible .mobile-menu {
	opacity: 1;
	visibility: visible;
}
.mobile-menu .menu-box {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	max-height: 100%;
	overflow-y: auto;
	background: #000000;
	padding: 0px 0px;
	z-index: 5;
	opacity: 0;
	visibility: hidden;
	border-radius: 0px;
	-webkit-transform: translateX(101%);
	-ms-transform: translateX(101%);
	transform: translateX(101%);
}
.mobile-menu-visible .mobile-menu .menu-box {
	opacity: 1;
	visibility: visible;
	-webkit-transition: all 0.7s ease;
	-moz-transition: all 0.7s ease;
	-ms-transition: all 0.7s ease;
	-o-transition: all 0.7s ease;
	transition: all 0.7s ease;
	-webkit-transform: translateX(0%);
	-ms-transform: translateX(0%);
	transform: translateX(0%);
}
.mobile-menu .close-btn {
	position: absolute;
	top: 10px;
	right: 10px;
	color: #ffffff;
	font-size: 30px;
	line-height: 30px;
	width: 30px;
	text-align: center;
	cursor: pointer;
	z-index: 10;
	-webkit-transition: all 0.9s ease;
	-moz-transition: all 0.9s ease;
	-ms-transition: all 0.9s ease;
	-o-transition: all 0.9s ease;
	transition: all 0.9s ease;
}
.mobile-menu-visible .mobile-menu .close-btn {
	-webkit-transform: rotate(360deg);
	-ms-transform: rotate(360deg);
	transform: rotate(360deg);
}
.mobile-menu .close-btn:hover {
	color: var(--thm-base);
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
}
.mobile-menu .navigation {
	position: relative;
	display: block;
	width: 100%;
	float: none;
}
.mobile-menu .navigation li {
	position: relative;
	display: block;
	border-top: 1px solid rgba(255, 255, 255, 0.10);
}
.mobile-menu .navigation:last-child {
	border-bottom: 1px solid rgba(255, 255, 255, 0.10);
}
.mobile-menu .navigation li>ul>li:first-child {
	border-top: 1px solid rgba(255, 255, 255, 0.10);
}
.mobile-menu .navigation li>a {
	position: relative;
	display: block;
	padding: 10px 25px;
	color: #ffffff;
	font-size: 15px;
	line-height: 24px;
	font-weight: 600;
	text-transform: uppercase;
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}
.mobile-menu .navigation li>a:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	height: 0;
	border-left: 5px solid var(--thm-base);
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}
.mobile-menu .navigation li.current>a:before {
	height: 100%;
}
.mobile-menu .navigation li.current>a, .mobile-menu .navigation li>a:hover {
	color: var(--thm-base);
}
.mobile-menu .navigation li ul li>a {
	font-size: 15px;
	font-weight: 400;
	margin-left: 20px;
	text-transform: capitalize;
}
.mobile-menu .navigation li.dropdown .dropdown-btn {
	position: absolute;
	top: 6px;
	right: 6px;
	width: 32px;
	height: 32px;
	text-align: center;
	color: #ffffff;
	font-size: 16px;
	line-height: 32px;
	background: rgba(255, 255, 255, 0.10);
	cursor: pointer;
	border-radius: 2px;
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
	z-index: 5;
}
.mobile-menu .navigation li.dropdown .dropdown-btn.open {
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
}
.mobile-menu .navigation li>ul, .mobile-menu .navigation li>ul>li>ul, .mobile-menu .navigation>li.dropdown>.megamenu {
	display: none;
}
.mobile-menu .social-links {
	position: relative;
	text-align: center;
	padding: 50px 15px;
}
.mobile-menu .social-links li {
	position: relative;
	display: inline-block;
	margin: 0px 1px 10px;
}
.mobile-menu .social-links li a {
	position: relative;
	display: block;
	width: 45px;
	height: 45px;
	border: 1px solid rgba(255, 255, 255, 0.20);
	border-radius: 50%;
	background: var(--thm-base);
	color: #ffffff;
	font-size: 16px;
	line-height: 41px;
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}
.mobile-menu .social-links li a:hover {
	color: var(--thm-base);
	background-color: #ffffff;
}
.sec-title {
	position: relative;
	display: block;
	margin-top:0px;
	padding-bottom:10px;
}
.sec-title .sub-title {
	position: relative;
	display: block;
	line-height: 0;
	padding-bottom: 9px;
}
.sec-title .sub-title h3 {
	color: var(--thm-base);
	font-size: 18px;
	line-height: 34px;
	font-weight: 700;
	font-style: normal;
}
.sec-title h2 {
	font-size: 50px;
	line-height: 1.2em;
	font-weight: 800;
	text-transform: none;
}
.sec-title--style2 {
	position: relative;
}
.sec-title--style2 .sub-title h3 {
	color: var(--thm-white);
}
.sec-title--style2 h2 {
	color: var(--thm-white);
}
 @keyframes slide5 {
 from {
 background-position: 0 0;
}
to {
	background-position: -200px 0;
}
}
 @-webkit-keyframes slide5 {
 from {
 background-position: 0 0;
}
to {
	background-position: -200px 0;
}
}
/*** 
=============================================
    Features Style1 Content Css
=============================================
***/
.features-style1-area {
	position: relative;
	display: block;
}
.features-style1__content {
	position: relative;
	display: block;
	z-index: 10;
}
.features-style1__content ul {
	position: relative;
	display: flex;
	background: #ffffff;
	padding: 0 50px;
	box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.07);
	margin-top: -60px;
	z-index: 10;
}
.features-style1__content ul li {
	position: relative;
	display: block;
	padding: 0 20px;
	padding-top: 54px;
	padding-bottom: 45px;
	max-width: 33.333333%;
	width: 100%;
}
.features-style1__content ul li:before {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	right: 0;
	height: 3px;
	background: var(--thm-primary);
	transform: scaleX(0);
	transition: all 500ms linear;
	transition-delay: 0.1s;
}
.features-style1__content ul li:hover:before {
	transform: scaleX(1.0);
}
.single-features-style1 {
	position: relative;
	display: block;
	padding-left: 75px;
}
.img_icon {
	width: 62px;
	display: flex;
}
.single-features-style1 .icon-holder {
	position: absolute;
	top: 0;
	left: 0;
	width: 75px;
	height: 75px;
	padding-top: 10px;
}
.single-features-style1 .icon-holder .box {
	position: absolute;
	top: 0;
	right: 0;
	width: 40px;
	height: 40px;
	background-color: rgba(var(--thm-base-rgb), .10);
	transition: all 500ms ease;
}
.single-features-style1:hover .icon-holder .box {
	background-color: var(--thm-primary);
}
.single-features-style1 .icon-holder span:before {
	position: relative;
	display: inline-block;
	color: var(--thm-base);
	font-size: 65px;
	line-height: 65px;
	transform: scale(1.0);
	transform-style: preserve-3d;
	transition: all 0.4s cubic-bezier(0.62, 0.21, 0.45, 1.52);
}
.single-features-style1:hover .icon-holder span:before {
	color: var(--thm-black);
	transform: scale(0.9);
}
.single-features-style1 .text-holder {
	position: relative;
	display: block;
	padding-top: 7px;
	padding-left: 10px;
}
.single-features-style1 .text-holder h3 {
	font-size: 20px;
	line-height: 24px;
	margin: 0 0 14px;
}
.single-features-style1 .text-holder h3 a {
	color: var(--thm-black);
	transition: all 200ms linear;
	transition-delay: 0.1s;
}
.single-features-style1 .text-holder h3 a:hover {
	color: var(--thm-primary);
}
.single-features-style1 .text-holder p {
	margin: 0;
}
 @-webkit-keyframes iliketomoveit {
 0% {
 left: 0px;
}
 25% {
 left: 400px;
}
 75% {
 left: 200px;
}
 100% {
 left: 0px;
}
}
 @keyframes iliketomoveit {
 0% {
 left: 0px;
}
 25% {
 left: 400px;
}
 75% {
 left: 200px;
}
 100% {
 left: 0px;
}
}
/*** 
=============================================
    Error Page Area Style      
=============================================
***/
.error-page-area {
	position: relative;
	display: block;
	padding: 115px 0 120px;
	background: #ffffff;
	z-index: 10;
}
.error-content {
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
.error-content .big-title {
	position: relative;
	display: block;
	z-index: 1;
}
.error-content .big-title h2 {
	color: var(--thm-base);
	font-size: 72px;
	line-height: 70px;
	font-weight: 800;
	text-transform: uppercase;
}
.error-content .title {
	position: relative;
	display: block;
	padding-top: 17px;
	padding-bottom: 24px;
}
.error-content .title h2 {
	font-size: 48px;
	line-height: 60px;
	font-weight: 700;
}
.error-content .text {
	position: relative;
	display: block;
	padding-bottom: 29px;
}
.error-content .text p {
	margin: 0;
}
.error-page-search-box {
	position: relative;
	display: block;
	max-width: 570px;
	width: 100%;
	margin: 0 auto;
}
.error-page-search-box form.search-form {
	position: relative;
	display: block;
	width: 100%;
}
.error-page-search-box .search-form input[type="text"] {
	position: relative;
	display: block;
	width: 100%;
	height: 60px;
	border-radius: 0px;
	background: #ffffff;
	border: 1px solid #e5e5e5;
	color: #757575;
	font-size: 16px;
	font-weight: 400;
	letter-spacing: .1em;
	padding-left: 30px;
	padding-right: 60px;
	transition: all 500ms ease 0s;
	font-family: var(--thm-font);
}
.error-page-search-box .search-form button {
	position: absolute;
	top: 10px;
	right: 10px;
	bottom: 10px;
	width: 40px;
	height: 40px;
	background: var(--thm-base);
	color: #ffffff;
	font-size: 16px;
	line-height: 10px;
	display: block;
	text-align: center;
	border: 0px solid #e1e1e1;
	transition: all 500ms ease 0s;
}
.error-page-search-box .search-form button i {
	font-size: 16px
}
.error-page-search-box .search-form input[type="text"]:focus {
	color: var(--thm-black);
	border-color: var(--thm-base);
}
.error-page-search-box .search-form input[type="text"]:focus+button, .error-page-search-box .search-form button:hover {
	color: #fff;
}
 .error-page-search-box .search-form input::-webkit-input-placeholder {
 color: #757575;
}
 .error-page-search-box .search-form input:-moz-placeholder {
 color: #757575;
}
 .error-page-search-box .search-form input::-moz-placeholder {
 color: #757575;
}
 .error-page-search-box .search-form input:-ms-input-placeholder {
 color: #757575;
}
.error-content .btns-box {
	line-height: 0;
	padding-top: 20px;
}
.error-content .btns-box a {
	padding-left: 40px;
	padding-right: 40px;
}
/*** 
=============================================
    Element Page Css      
=============================================
***/


.m-b30 {
	margin-bottom: 30px;
}
.bg-secondary {
	background-color: #1e1d23 !important;
}
.img-cover {
	height: 100%;
	width: 100%;
	object-fit: cover;
}
#avens_tile_about {
	padding-top: 60px;
	padding-bottom: 60px;
	overflow: hidden;
	position: relative;
}
.paragraph {
	width: 100%;
	position: relative;
}
.avens_about_content:before {
	top: 0;
	bottom: 0;
	background: #efedeb;
	content: "";
	position: absolute;
	right: 0;
	left: calc(50% - 460px);
	z-index: -999;
}
#avens_tile_about .home_avens_img {
	border: solid 2px;
	border-color: var(--itacon-primary-color);
}
#avens_tile_about .nav-title-wrapper .nav-title {
	font-size: 30px;
	line-height: 1.1;
	font-weight: 700;
	color: #c4c4c4;
	white-space: nowrap;
}
#avens_tile_about .eleone_about_content .title-wrapper {
 //z-index: 10;
}
#avens_tile_about .avens_about_content h2.title {
	font-weight: lighter;
	text-transform: capitalize;
	font-size: 40px;
	color: var(--thm-second);
	line-height: 50px;
	letter-spacing: 0;
	margin-bottom: 20px;
	display: inline-grid;
}
#avens_tile_about .avens_about_content h2.title span {
	font-weight: 800;
	color: var(--thm-base);
}
#avens_tile_about .avens_about_content .leftside {
}
#avens_tile_about .avens_about_content .cta_btnbox {
	display: block;
	margin-top: 120px;
}
 @media (min-width: 1281px) {
#avens_tile_about .nav-title-wrapper {
	margin-bottom: 0;
	position: absolute;
	top: -170px;
	left: -20px;
}
#avens_tile_about .nav-title-wrapper .nav-title {
	text-align: right;
	-webkit-transform: rotate( -90deg);
	transform: rotate( -90deg);
	-webkit-transform-origin: bottom right;
	transform-origin: bottom right;
	position: absolute;
	bottom: 0;
	right: 0;
}
}
.feature-flex-square {
	position: relative;
	border-radius: 5px;
	margin: 15px 0px;
	-webkit-transition-duration: .3s;
	transition-duration: .3s;
}
.feature-flex-square-icon {
	float: left;
	width: 25%;
	margin-top: 5px;
	-webkit-transition-duration: .3s;
	transition-duration: .3s;
}
.feature-flex-square-icon i {
	color: var(--thm-base);
	border-radius: 10px;
	padding: 10px;
	font-size: 55px;
	-webkit-transition-duration: .3s;
	transition-duration: .3s;
}
@media (max-width: 991px) {
.feature-flex-square-icon {
	text-align: center;
	margin: 13px auto;
}
.feature-flex-square
{
	margin: 0;
}
.feature-flex-square-icon i {
	padding: 14px;
	font-size: 30px;
}
}
.feature-flex-square-content {
	float: left;
	width: 75%;
	padding-left: 10px;
	padding-top: 10px;
}
.feature-flex-square-content h4 {
	color: var(--itacon-black);
	font-size: 16px;
	font-weight: 500;
}
.feature-flex-square-content h4 a {
	color: #111;
	font-size: 19px;
	font-weight: 500;
}
.feature-flex-square-content p {
	color: #999;
	font-size: 15px;
	font-weight: 400;
	margin-top: 10px;
	margin-bottom: 15px;
}
.feature-flex-square-content-button {
	display: inline-block;
	color: #111;
	font-size: 14px;
	font-weight: 500;
}
.feature-flex-square-content-button:after {
	content: '\f0da';
	font-size: 14px;
	font-family: "FontAwesome";
	color: #111;
	margin-left: 7px;
	-webkit-transition-duration: .3s;
	transition-duration: .3s;
}
.feature-flex-square-content-button:hover {
	color: #d21e2b;
}
.feature-flex-square-content-button:hover:after {
	color: #d21e2b;
}
/*----------------------------------------*/
/*  13. Video
/*----------------------------------------*/
.video-area-2 {
	min-height: 700px;
	position: relative;
}
#why_biotech {
	background: rgba(0, 0, 0, 0) url("../images/biotech_advantages.jpg") no-repeat fixed center center / cover !important;
}
.right_side_why {
	padding-left: 80px;
	padding-top: 80px;
	padding-bottom: 40px;
	padding-right: 100px;
	background: rgba(0,0,0, 0.8);
}
.right_side_why .why_details {
}
.right_side_why .why_details h3 {
	font-size: 70px;
	line-height: 1;
	text-transform: uppercase;
	font-weight: lighter;
	letter-spacing: 0.6;
	color: var(--thm-white);
	margin-bottom: 15px;
}
.right_side_why .why_details {
	color: var(--thm-white);
}
.why_biotech_features {
}
.why_biotech_list {
	margin-bottom: 25px;
}
.why_biotech_list img {
	width: 60px;
}
.why_biotech_list i {
	font-size: 50px;
	color: #7f927b;
	transition: 0.3s;
}
.why_biotech_list i::before {
	margin-bottom: 20px;
	display: block;
}
.why_biotech_list:hover i {
	color: #ffffff;
}
.why_biotech_feature_name {
	font-size: 15px;
	line-height: 24px;
	color: var(--thm-white);
	font-weight: 400;
	text-transform: uppercase;
	margin-top: 10px;
}
.footer-title {
	font-size: 20px;
	line-height: 40px;
	color: #ffffff;
}
.footer-title-white {
	color: #ffffff;
}
.footer-title-h1 {
	color: #31512a;
}
.footer-title-h3 {
	color: #9d6b34;
}
 @media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
.footer-sm-title {
	color: #ffffff;
}
}
.footer-social-icon a {
	display: inline-block;
	width: 50px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	color: #e4e4e4;
	border: 1px solid #abb7a7;
	border-radius: 30px;
	transition: 0.3s;
	margin-right: 5px;
	margin-bottom: 10px;
}
.footer-social-icon a:hover {
	color: #5b8c51;
	background: #ffffff;
	border-color: #ffffff;
}
.social-icon-title {
	font-size: 14px;
	line-height: 30px;
	color: #ffffff;
	text-transform: uppercase;
	font-family: "Roboto", sans-serif;
	font-weight: 400;
	letter-spacing: 3px;
}
.footer-widget p {
	font-size: 18px;
	line-height: 30px;
	color: #abb7a7;
}
.footer-menu li a {
	font-size: 16px;
	line-height: 40px;
	color: #abb7a7;
	transition: 0.3s;
}
.footer-menu li a:hover {
	color: #ffffff;
}
.footer-menu-2 li a {
	color: #777777;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
.footer-menu-2 li a {
	color: #abb7a7;
}
}
.footer-menu-2 li a:hover {
	color: #31512a;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
.footer-menu-2 li a:hover {
	color: #ffffff;
}
}
.footer-menu-3 li a {
	color: #777777;
	transition: 0.3s;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
.footer-menu-3 li a {
	color: #dfcdb9;
}
}
.footer-menu-3 li a:hover {
	color: #9d6b34;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
.footer-menu-3 li a:hover {
	color: #fdd062;
}
}
.footer-menu-c li {
	width: 50%;
	float: left;
}
@media (max-width: 575px) {
.footer-menu-c li {
	width: 100%;
	float: none;
}
}
.footer-subsccribe form button {
	background: #fdd062;
	color: #31512a;
	cursor: pointer;
	border-radius: 0;
	display: inline-block;
	font-size: 14px;
	font-weight: 600;
	letter-spacing: 3px;
	line-height: 60px;
	text-align: center;
	text-transform: uppercase;
	touch-action: manipulation;
	transition: 0.3s;
	vertical-align: middle;
	white-space: nowrap;
	border: 1px solid transparent;
	transition: 0.3s;
	width: 100%;
}
.footer-subsccribe form button:hover {
	color: #fdd062;
	background: #ffffff;
	border: 1px solid #ffffff;
}
.footer-subsccribe input {
	padding: 10px 30px;
	margin-bottom: 15px;
	font-size: 16px;
	line-height: 40px;
	width: 100%;
	color: #000;
	border: none;
	outline: none;
	background: #ffffff;
}
 .footer-subsccribe input::placeholder {
 color: #999999;
 font-size: 16px;
 opacity: 1;
}
.copy-right-text {
	font-size: 16px;
	line-height: 24px;
	color: #31512a;
}
.copy-right-text a {
	font-weight: 600;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
.copy-right-text {
	text-align: center;
}
}
.useful_link {
	text-align: right;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
.useful_link {
	text-align: center;
}
}
.useful_link ul li {
	display: inline-block;
	margin-right: 20px;
}
.useful_link ul li:last-child {
	margin-right: 0;
}
.useful_link ul li a {
	color: #31512a;
	font-size: 16px;
	line-height: 24px;
	font-weight: 600;
}
.footer-col-2 {
	padding-left: 20px;
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
.footer-col-2 {
	padding-left: 0;
}
}
@media (max-width: 575px) {
.footer-col-2 {
	padding-left: 0;
}
}
.footer-col-3 {
	margin-left: -30px;
}
@media only screen and (min-width: 1200px) and (max-width: 1310px) {
.footer-col-3 {
	margin-left: 0;
}
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
.footer-col-3 {
	margin-left: 0;
}
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
.footer-col-3 {
	margin-left: 0;
}
}
@media (max-width: 575px) {
.footer-col-3 {
	margin-left: 0;
}
}
.footer-features {
	padding: 20px 30px;
	padding-bottom: 0;
}
.footer-features-item {
	display: flex;
	align-items: center;
	justify-content: center;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
.footer-features-item {
	justify-content: flex-start;
}
}
.footer-features-item i {
	font-size: 50px;
	color: #5b8c51;
	margin-right: 15px;
}
.footer-features-title {
	font-size: 18px;
	line-height: 26px;
}
/*******/

/** features_and_value_additions_section  **/
#bottom_home {
	position: relative;
	width: 100%;
	padding: 50px 0px;
}
.features_and_value_additions_section-block:before {
	position: absolute;
	top: 0;
	content: "";
	width: 100%;
	height: 400px;
}
.features_and_value_additions_section-block:before {
	background-color: #fff;
}
.features_and_value_additions_section-block .top_features_wrap {
	position: relative;
	padding-bottom: 0px;
}
.features_and_value_additions_section-block .top_features_wrap .content_wrap {
	padding: 20px 0px;
	max-width: 700px;
}
.features_and_value_additions_section-block .top_features_wrap .content_wrap h3 {
	color: var(--thm-black);
	font-size: 33px;
	font-weight: lighter;
	letter-spacing: -1px;
	margin-bottom: 20px;
	line-height: 41px;
	text-transform: capitalize;
}
.features_and_value_additions_section-block .top_features_wrap .content_wrap h3 span {
	font-weight: 600;
	color: var(--thm-base);
}
.features_and_value_additions_section-block .top_features_wrap .features_wrap {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-template-rows: 1fr;
	grid-column-gap: 0px;
	grid-row-gap: 0px;
	justify-items: center;
	border: 2px solid #F0EDED;
	border-bottom: 0;
}
.features_and_value_additions_section-block .top_features_wrap .features_wrap .features_item {
	position: relative;
	z-index: 1;
	padding: 30px 50px 30px 50px;
	background: #fff;
	border-right: 2px solid #F0EDED;
	border-bottom: 2px solid #F0EDED;
}
.features_and_value_additions_section-block .top_features_wrap .features_wrap > div:last-child {
	border-right: 0;
}
.features_and_value_additions_section-block .top_features_wrap .features_wrap .features_item > *:last-child {
	margin-bottom: 0;
}
.features_and_value_additions_section-block .top_features_wrap .features_wrap .features_item img {
	margin-bottom: 25px;
}
.features_and_value_additions_section-block .top_features_wrap .features_wrap .features_item h5 {
	margin-bottom: 15px;
	padding-right: 0px;
	color: var(--thm-base);
	font-weight: 600;
	font-size: 19px;
}
.cta_wrap {
	background: var(--thm-white);
}
.cta_content_wrap {
	padding: 30px;
}
.content-color-Light h1 {
	color: var(--thm-base);
	font-size: 29px;
	font-weight: 600;
	letter-spacing: 0px;
	margin-bottom: 20px;
}
.content-color-Light p {
	margin-bottom: 0px;
}
.cta_wrap .button_wrap {
	justify-content: flex-start;
	border-top: 2px solid #F0EDED;
}
.cta_wrap .button_wrap a {
	padding: 10px 0;
	color: var(--thm-black);
	display: block;
	width: 100%;
	letter-spacing: 0;
	font-weight: 600;
}
.cta_button_wrap a.button-link svg {
	position: relative;
	margin-left: 30px;
	transition: all 0.4s ease-in;
	left: 10%;
}
.cta_button_wrap a.button-link:hover svg {
	left: 40%;
	transition: all 0.4s ease-out;
}
#product_details {
	background-color: #fff;
	padding: 50px 0px 50px;
}
#product_details .image {
	padding-right: 25px;
}
#product_details .image img {
	border: 1px solid #ccc;
	border-right: solid 8px var(--thm-base);
	border-bottom: solid 8px var(--thm-base);
}
#product_details .image img {
	width: 100%;
}
#product_details .tilesimage {
	width: 100%;
}
#product_details .tilesimage img {
	width: 46%;
	margin: -100px 15px 15px 25%;
	box-shadow: 0 0 3px 3px rgba(0, 0, 0, 0.24);
}
#product_details .head {
	padding: 0px 0 8px 0px;
	color: #000;
}
#product_details .head h2 {
	margin-bottom: 5px;
	font-size: 25px;
	text-transform: uppercase;
	letter-spacing: 1px;
}
#product_details .product_tabulation {
	margin-top: 40px;
	text-align: center;
}
#product_details .product_tabulation h3 {
	text-align: left;
	margin-top: 20px;
}
#product_details table {
	width: 75%;
	text-align: center;
}
#product_details .table2 {
	margin-top: 40px;
}
#product_details .table_one {
	width: 100%;
	text-align: left;
}
#product_details .table_one tr:nth-child(1) td {
	background: #fff none repeat scroll 0 0 !important;
	color: var(--thm-black) !important;
}
#product_details .table_one tr:nth-child(2n+1) td {
	background: #fff none repeat scroll 0 0;
	color: #000;
	letter-spacing: 0px;
	font-size: 14px;
	padding-left: 15px;
}
#product_details .table_one td {
	border: thin solid #ccc;
	padding: 2px 0;
	font-size: 14px;
	padding-left: 15px;
}
#product_details ul
{
	text-align: left;
}
#product_details ul li
{
	list-style: binary;
}
#product_details .shop-deta {
	clear: both;
}
#product_details .shop-social-media {
	display: flex;
	align-items: center;
	font-size: 14px;
	font-weight: 600;
	margin-top: 20px;
	width: 100%;
	clear: both;
}
#product_details .shop-social-media span {
	margin-right: 25px;
}
#product_details .shop-social-media ul>li>a {
	font-size: 15px;
	margin-right: 20px;
	background: #e7e7e7;
	border-radius: 50px;
	width: 32px;
	height: 32px;
	display: inline-block;
	text-align: center;
	line-height: 32px;
	color: #000;
}
#product_details .shop-social-media ul>li>a:hover {
	background: #7ac144;
	color: #fff;
}
ul.custom-flex {
	list-style: none;
	padding: 0;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}
ul.custom-flex li
{
	list-style: none;
}
.product-states__type {
	align-items: flex-end;
	display: flex;
margin:.5rem 0 .75rem;
padding-bottom:.375rem;
border-bottom:.0625rem solid #efedeb;
	overflow: hidden
}
@media (min-width:1280px) {
.product-states__type {
	margin-top: 15px
}
}
.product-states__type>:not(div) {
margin-right:.5rem
}
.product-swatch__thumbnail {
	height: 35px;
 margin: 0 .625rem .625rem 0;
	width: 35px;
	max-width: 3rem;
 padding: .375rem;
 border: .0625rem solid #dfdad7;
	position: relative;
}
.product-swatch__thumbnails {
}
.feature-icon {
	width: 60px;
	border: solid 1px;
	margin-right: 15px;
	margin-bottom: 15px;
	float: left;
}
#product_details table tr:nth-child(2n+1) td {
	background: #000 none repeat scroll 0 0;
	color: #000;
	letter-spacing: 1px;
}
#product_details table td {
	color: #000;
	background: #ddd none repeat scroll 0 0;
}
#product_details table td {
	border: thin solid #ccc;
	padding: 6px 15px;
}
#product_details table tr:nth-child(1) td {
	background: #000 none repeat scroll 0 0 !important;
	color: var(--thm-white) !important;
}
#product_details table tr:nth-child(2n+1) td {
	background: #fff none repeat scroll 0 0;
	color: #000;
	letter-spacing: 0px;
	font-size: 14px;
}
#product_details table td {
	border: thin solid #ccc;
	padding: 2px 0;
	font-size: 14px;
}
.black_bg_table {
	background: #000 none repeat scroll 0 0 !important;
	color: var(--thm-white) !important;
}
#product_details .productdetailsbutton {
	margin-top: 20px;
	width: 100%;
	float: left;
}
#product_details .productdetailicon {
	border: 2px solid #0095da;
	color: #333;
	margin-right: 5px;
	padding: 5px;
	text-align: left;
	width: 20%;
}
#product_details .productdetailicon {
	width: 47% !important;
}
#product_details .productdetailicon::hover {
 border: 2px solid #0095da;
 background: #0095da;
}
#product_details .text-center {
	text-align: center !important;
}
#product_details .productdetailicon a {
	font-size: 16px;
	font-weight: 500;
	letter-spacing: 1px;
	line-height: 20px;
	text-transform: uppercase;
}
#product_details .productdetailicon i {
	font-size: 16px;
	padding-left: 10px;
}
/*** 
=============================================
    Sidebar Css
=============================================
***/
.thm-sidebar-box {
	position: relative;
	display: block;
	max-width: 370px;
	width: 100%;
}
.single-sidebar-box {
	position: relative;
	display: block;
	padding: 20px 0px 50px;
	background-color: #323332;
	margin-top: 0px;
}
.sidebar-search-box {
	position: relative;
	display: block;
	background: var(--thm-primary);
	padding: 20px 30px;
}
.sidebar-search-box form.search-form {
	position: relative;
	display: block;
	width: 100%;
}
.sidebar-search-box .search-form input[type="text"] {
	position: relative;
	display: block;
	width: 100%;
	height: 50px;
	background-color: transparent;
	border: 1px solid transparent;
	color: #ffffff;
	font-size: 16px;
	font-weight: 700;
	padding-left: 20px;
	padding-right: 60px;
	border-radius: 0px;
	font-family: var(--thm-font);
	transition: all 500ms ease 0s;
}
.sidebar-search-box .search-form button {
	position: absolute;
	top: 0px;
	right: 0px;
	bottom: 0px;
	width: 55px;
	height: 50px;
	color: var(--thm-black);
	font-size: 16px;
	line-height: 50px;
	background: rgba(var(--thm-black-rgb), 0.05);
	text-align: center;
	border-top-right-radius: 0px;
	border-bottom-right-radius: 0px;
	border: 0px solid #e7e7e8;
	transition: all 500ms ease 0s;
}
.sidebar-search-box .search-form button i {
	position: relative;
	top: 0px;
}
.sidebar-search-box .search-form input[type="text"]:focus {
	color: var(--thm-black);
	background-color: rgba(255, 255, 255, 0.20);
}
.sidebar-search-box .search-form input[type="text"]:focus+button, .sidebar-search-box .search-form button:hover {
	color: #fff;
	background-color: var(--thm-black);
}
 .sidebar-search-box .search-form input::-webkit-input-placeholder {
 color: var(--thm-black);
}
 .sidebar-search-box .search-form input:-moz-placeholder {
 color: var(--thm-black);
}
 .sidebar-search-box .search-form input::-moz-placeholder {
 color: var(--thm-black);
}
 .sidebar-search-box .search-form input:-ms-input-placeholder {
 color: var(--thm-black);
}
.sidebar-title {
	position: relative;
	display: block;
	top: 0px;
	background: var(--thm-base);
	margin-bottom: 22px;
}
.sidebar-title h3 {
	position: relative;
	color: var(--thm-white);
	font-size: 20px;
	line-height: 15px;
	font-weight: 700;
	padding: 15px;
}
.sidebar-blog-post {
	position: relative;
	display: block;
}
.sidebar-blog-post ul {
	position: relative;
	display: block;
}
.sidebar-blog-post ul li {
	position: relative;
	display: block;
	margin-bottom: 35px;
}
.sidebar-blog-post ul li:last-child {
	margin-bottom: 0;
}
.sidebar-blog-post ul li .inner {
	position: relative;
	display: block;
	padding-left: 70px;
}
.sidebar-blog-post ul li .img-box {
	position: absolute;
	top: 0;
	left: 0;
	width: 70px;
	height: 70px;
	overflow: hidden;
}
.sidebar-blog-post ul li .img-box img {
	width: 100%;
}
.sidebar-blog-post ul li .img-box .overlay-content {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background: rgba(var(--thm-base-rgb), .80);
	border-radius: 0%;
	opacity: 0;
	transform: perspective(0px) scale(0);
	transform-origin: center;
	transition: all 0.5s ease-in-out 0s;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	z-index: 2;
}
.sidebar-blog-post ul li:hover .img-box .overlay-content {
	opacity: 1;
	transform: perspective(400px) scale(1.0);
	transition: all 0.3s ease-in-out 0.3s;
}
.sidebar-blog-post ul li .img-box .overlay-content a {
	color: #ffffff;
	font-size: 14px;
	transition: all 200ms linear;
	transition-delay: 0.1s;
}
.sidebar-blog-post ul li .title-box {
	position: relative;
	display: block;
	padding-left: 20px;
	min-height: 70px;
}
.sidebar-blog-post ul li .title-box .admin {
	position: relative;
	top: -2px;
	color: var(--thm-gray);
	font-size: 14px;
	line-height: 14px;
	font-weight: 600;
}
.sidebar-blog-post ul li .title-box .admin span:before {
	position: relative;
	display: inline-block;
	color: var(--thm-base);
	padding-right: 3px;
	font-weight: 700;
	top: 2px;
}
.sidebar-blog-post ul li .title-box h4 {
	font-size: 16px;
	line-height: 22px;
	font-weight: 600;
	margin: 9px 0 0;
}
.sidebar-blog-post ul li .title-box h4 a {
	color: var(--thm-black);
	transition: all 200ms linear;
	transition-delay: 0.1s;
}
.sidebar-blog-post ul li .title-box h4 a:hover {
	color: var(--thm-primary);
}
.sidebar-categories-box {
	position: relative;
	display: block;
	overflow: hidden;
	padding: 0 20px;
}
.sidebar-categories-box li {
	position: relative;
	display: block;
	margin-bottom: 10px;
}
.sidebar-categories-box li:last-child {
	margin-bottom: 0;
}
.sidebar-categories-box li a {
	position: relative;
	display: block;
	overflow: hidden;
	color: var(--thm-white);
	font-size: 14px;
	font-weight: 600;
	line-height:27px;
	text-transform: capitalize;
	letter-spacing: 0.0em;
	transition: all 500ms linear;
	transition-delay: 0.1s;
	z-index: 1;
}
.sidebar-categories-box li a:hover {
	padding-left: 0px;
	color: var(--thm-base);
}
.sidebar-categories-box li a:hover:after {
	transform: perspective(400px) scaleX(1.0);
}
.sidebar-categories-box li:hover a {
	color: var(--thm-base);
}
.sidebar-categories-box li a:before {
	font-family: 'icomoon' !important;
	content: "\e92d";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	font-size: 14px;
	transition: all 200ms linear;
	transition-delay: 0.1s;
}
.sidebar-categories-box li:hover a:before {
	right: 10px;
}
#corporatevideo {
	background: #efedeb;
	position: relative;
	padding: 30px 0 30px 0;
	overflow: hidden
}
#corporatevideo .corpVidBgWrap .corpVidBgImg {
}
#corporatevideo .corpVidBgWrap .corpVidOverlay {
}
#corporatevideo .corpVidBgWrap .corpVidBgImg, #corporatevideo .corpVidBgWrap .corpVidOverlay, #corporatevideo .corpVidBgWrap {
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
	height: 100%;
	-webkit-background-size: auto 100%;
	background-size: auto 100%;
}
#corporatevideo .technologyimg {
	margin-bottom: 0px;
}
#corporatevideo .corpVidInfo {
	width: 100%;
	position: relative;
}
#corporatevideo h3 {
	font-size: 35px;
	color: var(--thm-base);
	font-weight: 600;
	margin-bottom: 20px;
}
#corporatevideo .corpVidInfo .lineTopTitle {
	margin-bottom: 25px;
	color: var(--thm-black);
}
#corporatevideo .corpVidInfo .lineTopTitle:before {
	background-color: #31c7ff;
}
#corporatevideo p {
	color: var(--thm-black);
	margin-bottom: 0;
}
#corporatevideo .playIcon {
	position: relative;
	right: -20%;
	top: 0;
	width: 90%;
}
#corporatevideo .playIcon img {
	display: block;
	width: 100px;
	margin: 0 auto;
}
#corporatevideo .playIcon span {
	display: block;
	font-size: 20px;
	color: #fff;
	text-align: center;
	margin-top: 5px;
	font-style: italic;
	font-family: 'Playfair Display', 'Georgia', serif;
}
img {
	max-width: 100%;
}
#inspired {
	background-color: #fff;
	padding-top: 60px;
	margin-bottom: 20px;
}
#inspired .heading {
	text-align: center
}
#inspired .heading h1 {
	margin-bottom: 20px;
	font-size: 30px;
	color: var(--thm-black);
	text-transform: uppercase;
	font-weight: 700;
	letter-spacing: 0;
	text-align: left;
}
#inspired .heading h1 span {
	color: var(--thm-base);
}
#inspired .heading p {
	width: 30%;
	margin: 8px auto;
	color: #000;
}
.about_home {
	text-align: center;
	margin-bottom: 20px;
}
.about_home a {
	background: #0095da;
	padding: 10px;
	line-height: 20px;
	color: #fff;
	font-weight: bold;
}
#inspired .technologyimg {
}
#inspired .image {
	margin-top: -100px;
	margin-left: -50px
}
#inspired .image img {
	width: 100%
}
#inspired .description {
	margin-top: 0px
}
#inspired .description p {
	width: 100%;
	margin: 0 auto;
	margin-bottom: 10px;
}
#inspired .description .btn {
	text-align: center
}
#inspired .description .btn a {
	font-style: italic;
	font-size: 17px;
	font-family: 'MyriadPro-Regular';
	background-color: #fff;
	padding: 10px 40px 10px 40px;
	margin-left: 20px
}
#inspired .description .btn .bdr {
	margin: 0 auto;
	width: 230px;
	height: 10px;
	background-color: #fff
}
#about_experience_area {
	margin-top: 40px;
}
#about_experience_area .experience-item {
	margin-bottom: 50px;
}
#about_experience_area .experience-item span {
	color: var(--primary-color);
	font-weight: 700;
	position: relative;
}
#about_experience_area .experience-item span::before {
	position: absolute;
	content: '';
	right: -100px;
	top: 10px;
	height: 2px;
	width: 70px;
	background: var(--primary-color);
}
#about_experience_area .experience-item .title {
	font-size: 35px;
	padding-top: 24px;
	text-transform: uppercase;
	color: var(--thm-base);
	font-weight: 600;
}
#about_experience_area .experience-item p {
	color: var(--thm-black);
}
#about_experience_area .experience-item .blockquote {
	margin-bottom: 1rem;
	font-size: 18px;
}
#green {
}
#green .green_img {
}
#green .green_img .green_heading {
	position: absolute;
	margin-top: 19%;
	margin-left: 60px;
}
#green .green_img .green_heading p {
	text-transform: uppercase;
	margin: 0px;
	padding: 0px;
	color: #fff;
}
#green .green_img .green_heading p span {
	margin: 0px;
	padding: 0px;
	text-transform: none;
}
#green .green_img .green_heading h2 {
	font-size: 35px;
	margin: 0px;
	padding: 0px;
	color: #fff;
}
#green .green_img img {
	width: 100%;
	max-height: 325px;
	border: solid 2px var(--thm-base);
	overflow: hidden;
}
#green .green_main {
	width: 100%;
	margin: 0 auto;
}
#green .green_main .green_icon {
	padding: 15px;
}
#green .green_main .green_icon img {
	max-width: 80%;
}
#green .green_main .green_des {
	position: relative;
	top: -120px;
	background: var(--primary-color);
	padding: 35px;
	width: 90%;
}
#green .green_main .green_des p {
	width: 100%;
	color: #fff;
}
#avens_why_export p {
	color: var(--thm-black);
}
#avens_why_export h3 {
	font-weight: 700;
	position: relative;
	font-size: 16px;
	margin-bottom: 20px;
}
#avens_why_export h2.title {
	margin-bottom: 25px;
	text-transform: uppercase;
	color: var(--thm-base);
	font-size: 30px;
	font-weight: 600;
}
#avens_why_export .paragraph.paragraph-image-text {
	padding-top: 70px;
	padding-bottom: 70px;
}
.paragraph.paragraph-image-text:before {
	top: 0;
	bottom: 0;
	background-color: #f2f0ed;
	background-image: url(../images/export_why_us.png);
	background-size: 72%;
	background-repeat: no-repeat;
	background-position: right;
	content: "";
	position: absolute;
	right: 0;
	left: calc(50% - 460px);
}
#avens_why_export .paragraph {
	width: 100%;
	position: relative;
}
.paragraph.paragraph-image-text>.container {
	z-index: 1;
}
#avens_why_export .paragraph .container {
	position: relative;
}
#avens_why_export .paragraph.paragraph-image-text img.on-bg {
	position: absolute;
	right: 0;
	bottom: 0;
	z-index: 0;
	width: 40%;
}
@media (min-width: 1281px) {
#avens_why_export .paragraph .nav-title-wrapper {
	margin-bottom: 0;
	position: absolute;
	top: -170px;
	left: -20px;
}
#avens_why_export .paragraph .nav-title-wrapper .nav-title {
	text-align: right;
	-webkit-transform: rotate( -90deg);
	transform: rotate( -90deg);
	-webkit-transform-origin: bottom right;
	transform-origin: bottom right;
	position: absolute;
	bottom: 0;
	right: 0;
}
}
#avens_why_export .paragraph .nav-title-wrapper .nav-title {
	font-size: 35px;
	line-height: 1.1;
	font-weight: 700;
	color: #c4c4c4;
	white-space: nowrap;
}
#avens_why_export .paragraph-image-text h1.title, h2.title {
	font-size: 35px;
	margin-bottom: 0px;
	display: inline-grid;
}
#avens_why_export .paragraph .nav-title-wrapper {
	z-index: 10;
	margin-bottom: 50px;
}
.facts-section {
	position: relative;
	padding: 120px 0 90px;
	background-size: cover;
	background-position: right center;
 //border-top: solid 5px;
	border-color: var(--iris-primary);
}
.feedback-shape {
	position: absolute;
	right: 0;
	top: 0;
	z-index: 999;
}
.facts-section .sec-title h2 {
	font-size: 35px;
	line-height: 45px;
	font-weight: 600;
	text-transform: none;
	color: var(--thm-white);
}
.facts-section .text {
	color: var(--thm-white);
}
.facts-section .wrapper-box {
	position: relative;
}
 @media only screen and (min-width:1200px) {
.facts-section .wrapper-box {
	margin-left: 0px;
}
}
.facts-section .content {
	position: relative;
	padding: 40px 20px 35px;
	text-align: center;
	transition: .5s;
	margin-bottom: 30px;
}
.facts-section .content:before {
	position: absolute;
	content: '';
	left: 0;
	top: 0;
	right: 0;
	height: 0%;
	transition: .5s;
}
.facts-section .inner:hover .content:before {
	height: 100%;
}
.facts-section .content .count-box {
	position: relative;
	font-size: 50px;
	font-weight: 700;
	color: #fff;
	transition: .5s;
	margin-bottom: 13px;
	line-height: 50px;
}
.facts-section .inner:hover .content .count-box {
	color: #fff;
}
.facts-section .content .fact-text {
	position: relative;
	font-size: 16px;
	font-weight: 500;
	color: #9a9693;
	transition: .5s;
}
.facts-section .inner:hover .content .fact-text {
	color: #fff;
}
#icon_certificate {
	padding-top: 40px;
	padding-bottom: 40px;
	text-align: center;
}
#icon_certificate h2 {
	display: inline-grid;
	text-align: center;
	width: 100%;
	font-family: var(--font-primary);
	line-height: 1.2em;
	color: var(--primary);
	font-weight: var(--font-semibold);
	line-height: 1.2;
	margin-top: 0;
	text-align: center;
	margin-bottom: 0px;
}
#icon_certificate .page_inner_title {
	font-size: 30px;
	color: var(--thm-black);
	margin-bottom: 20px;
	text-transform: uppercase;
	font-weight: 600;
}
#icon_certificate .page_inner_title span {
	color: var(--thm-base);
}
#icon_certificate p {
	width: 65%;
	margin: 0 auto;
}
#icon_certificate .galleryimg img {
	margin-top: 10px;
}
#icon_certificate .galleryimg img {
	padding-bottom: 0px;
}
#innovative_solution {
	padding-top: 40px;
	padding-bottom: 40px;
	background: #efedeb;
}
#innovative_solution .about_heading {
	text-align: center
}
#innovative_solution .about_heading h1 {
	font-size: 30px;
	color: var(--thm-black);
	text-transform: uppercase;
	font-weight: 700;
	letter-spacing: 0;
	margin-bottom: 0px;
}
#innovative_solution .about_heading h1 span {
	color: var(--thm-base);
}
#innovative_solution .about_heading h3 {
	color: #000;
	font-weight: lighter
}
#innovative_solution .about_des {
	width: 80%;
	margin: 0 auto;
}
#innovative_solution .about_des p {
	padding-top: 0px;
	text-align: center;
}
#innovative_solution .nobdr {
	border-right: none
}
#innovative_solution .solution_infra_image {
	border: solid 2px var(--thm-base);
	max-height: 250px;
	overflow: hidden;
}
#approch {
	padding-top: 40px;
	padding-bottom: 40px;
	background-color: #fff
}
#approch .approch_heading {
	text-align: center
}
#approch .approch_heading h1 {
	font-size: 30px;
	text-transform: uppercase;
	font-weight: 700;
	letter-spacing: 0;
	margin-bottom: 0px;
}
.approch_heading h1 span {
	color: var(--thm-base);
}
#approch .approch_heading h3 {
	color: #000;
	font-weight: lighter
}
#approch .approch_des {
	width: 75%;
	margin: 30px auto 0 auto;
}
#approch .approch_des p {
	color: #000;
	text-align: center;
}
.project-style4-area {
	position: relative;
	display: block;
	overflow: hidden;
	background: #fff;
	padding: 40px 0 20px;
	margin-bottom: 40px;
	z-index: 10;
	margin-top: 40px;
}
.project-style4__top-box {
	position: relative;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	padding-bottom: 56px;
	border: 1px solid #fff;
	padding: 70px 75px 50px;
}
.project-style4__top-box h2 {
	font-size: 35px;
	font-weight: normal;
}
.project-style4__top-box .sec-title-style4 {
	padding-bottom: 0;
}
.project-style4__top-box .text {
	position: relative;
	display: block;
	max-width: 570px;
	width: 100%;
	/*margin-bottom: -64px;*/
	color: #fff;
	padding-left: 40px;
}
.project-style4__top-box .text p {
	color: #000;
	line-height: 24px;
}
.exportimg {
	padding-top: 50px;
}
.light .project-style4__top-box {
	border: 1px solid var(--thm-base);
}
.sec-title-style4.clr-black h2.about_title {
	position: absolute;
	top: -40px;
	padding: 0 35px;
	font-size: 30px;
	left: 40px;
	line-height: 40px;
	font-weight: 600;
	color: var(--thm-base);
	font-style: inherit;
	text-transform: uppercase;
}
.light .about_title {
	background-color: rgb(255 255 255) !important;
}
