@import url('https://fonts.googleapis.com/css2?family=Signika:wght@300;400;500;600;700&display=swap');
:root {
 --thm-font: 'Rubik', sans-serif;
 --thm-font-2: 'Caveat', cursive;
 --heading-font:'Signika', sans-serif;
 --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: #0857a6;
 --thm-second: #191919;
 --thm-black: #000;
 --thm-white:#fff;
 --thm-base-rgb: 0, 105, 64;
}
.tagline_under_logo {
	clear: both;
	color: var(--thm-white);
	font-size: 14px;
	line-height: 10px;
	text-align: center;
}
.tagline_under_logo_1 {
	color: var(--thm-white);
	font-size: 15px;
	float: right;
	line-height: 10px;
	text-align: center;
	padding-left: 20px;
	padding-top: 10px;
}
#vn_about_home {
	padding-top: 50px;
	padding-bottom: 0px;
}
#vn_about_home p {
	text-align: justify;
}
#vn_about_home h1 {
	color: var(--thm-second);
	text-transform: uppercase;
	margin-bottom: 0px;
	font-size: 27px;
}
#vn_about_home .sec-title {
	padding-bottom: 20px;
}
#vn_about_home h1 span {
	color: var(--thm-base);
}
#vn_about_home h2 {
	font-size: 38px;
	color: var(--thm-second);
	font-weight: 400;
}
#vn_about_home .about_sub_heading {
	font-size: 16px;
	font-weight: 600;
	padding-bottom: 10px;
	color: var(--thm-base);
}
#vn_about_home .about_sub_heading_1 {
	font-size: 16px;
	font-weight: 600;
	padding-bottom: 10px;
	color: var(--thm-second);
}
#vn_about_home h3 {
	margin-top: 0;
	margin-bottom: 15px;
}
#vn_about_home h4 {
	font-size: 20px;
	color: var(--white-color);
	margin-top: 0;
	margin-bottom: 15px;
	font-weight: normal;
}
#vn_about_home p strong {
	color: var(--primary-color);
}
#eleone_about {
	padding-top: 60px;
	padding-bottom: 0px;
	position: relative;
}
.eleone_about_content:before {
	top: 0;
	bottom: 0;
	background: #efedeb;
	content: "";
	position: absolute;
	left: 0;
	right: calc(50% - 460px);
}
#eleone_about .eleone_about_content .title-wrapper {
	margin-bottom: 10px;
}
#eleone_about .eleone_about_content h2.title {
	font-weight: lighter;
	color: var(--thm-black);
	text-transform: capitalize;
	margin-bottom: 50px;
	font-size: 40px;
	line-height: 50px;
	letter-spacing: 0;
	display: inline-grid;
}
#eleone_about .eleone_about_content h2.title strong {
	color: var(--thm-base);
}
#eleone_about .eleone_about_content h2.title span {
	font-weight: 600;
	color: var(--thm-base);
	padding-left: 3px;
}
.w-100 {
	width: 100%!important;
}
@media (min-width: 1281px) {
#eleone_about .nav-title-wrapper {
	margin-bottom: 0;
	position: absolute;
	top: -170px;
	left: -20px;
}
}
#footer_certificate {
	padding-top: 20px;
	padding-bottom: 20px;
	background: var(--thm-base);
}
#footer_certificate .certificate-box .certificate-left-side h3 {
	font-size: 17px;
	line-height: 36px;
	font-weight: 400;
	color: var(--thm-white);
}
#footer_certificate .certificate-box .certificate-left-side h2 {
	font-size: 30px;
	text-transform: uppercase;
	line-height: 33px;
	color: var(--thm-black);
}
#footer_certificate .certificate-content p {
	color: var(--thm-white);
	margin-bottom: 0px;
}
.page-title {
	background-color: #242333;
}
.bg-img-center {
	background-position: center !important;
	position: relative;
}
.layer-overlay1::before {
	background: rgba(0, 149, 218, 0.5) none repeat scroll 0 0;
	content: " ";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 0;
}
.pb-100 {
	padding-bottom: 100px !important;
}
.pt-100 {
	padding-top: 100px !important;
}
.section-content {
	z-index: 9;
	position: relative;
	top: 52px;
}
.page-title .title {
	color: #fff;
	margin-top: 0;
	font-size: 3.5rem;
	font-weight: 400;
	text-transform: capitalize;
	text-align: left;
	width: 84%;
}
.page-title .breadcrumbs {
	background-color: transparent;
	padding: 0;
	margin: 0;
	font-size: 16px;
}
.page-title .breadcrumbs > span {
	margin: 0 12px 10px 0;
}
.page-title .breadcrumbs span {
	color: #fff;
}
.page-title .breadcrumbs span a {
	color: var(--thm-black);
}
.page-title .breadcrumbs span a:hover {
	color: var(--thm-black);
}
.page-title .breadcrumbs span i {
	margin: 0 3px;
}
.page-title .breadcrumbs .active {
	color: var(--thm-black);
}
 @media (max-width: 767.98px) {
.page-title .breadcrumbs {
	display: none;
}
}
#eleone_about {
	padding-top: 40px;
	padding-bottom: 0px;
	position: relative;
}
.eleone_about_content:before {
	top: 0;
	bottom: 0;
	background: #fff;
	content: "";
	position: absolute;
	left: 0;
	right: calc(50% - 460px);
}
#eleone_about .eleone_about_content .title-wrapper {
	margin-bottom: 10px;
}
#eleone_about .eleone_about_content h2.title {
	font-weight: lighter;
	color: var(--thm-black);
	text-transform: capitalize;
	font-size: 35px;
	line-height: 45px;
	letter-spacing: 0;
	display: inline-grid;
}
#eleone_about .eleone_about_content h2.title strong {
	color: var(--thm-base);
}
#eleone_about .eleone_about_content h2.title span {
	font-weight: 800;
	color: var(--thm-base);
	padding-left: 3px;
}
#eleone_about .about_image {
	max-height: 331px;
	overflow: hidden;
	margin-bottom: 0px;
	border: solid 2px var(--thm-base);
}
.w-100 {
	width: 100%!important;
}
@media (min-width: 1281px) {
#eleone_about .nav-title-wrapper {
	margin-bottom: 0;
	position: absolute;
	top: -170px;
	left: -20px;
}
}
#oem_aftermarket {
	padding: 0;
	overflow: hidden
}
#oem_aftermarket .row {
	-webkit-box-align: center;
	-ms-flex-align: center;
	-moz-align-items: center;
	align-items: center
}
#oem_aftermarket .leftblock {
	padding: 100px 50px 100px;
	position: relative;
	z-index: 1
}
#oem_aftermarket .leftblock h2 {
	font-family: var(--font-primary);
	line-height: 1.2em;
	color: var(--primary);
	font-weight: var(--font-semibold);
	line-height: 1.2;
	margin-bottom: 0px;
	text-transform: capitalize;
}
#oem_aftermarket .leftblock:before {
	content: '';
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: -1;
	background: #f8f8f8;
	width: 40vw
}
#oem_aftermarket .rightblock {
	padding: 0 0 0 50px
}
#oem_aftermarket .rightblock h2 {
	line-height: 1.2em;
	color: var(--thm-base);
	font-weight: 600;
	line-height: 1.2;
	margin-bottom: 0px;
	text-transform: capitalize;
}
#itacon_get_in_touch {
	margin-top: 40px;
	margin-bottom: 40px;
}
#itacon_get_in_touch h2, #itacon_get_in_touch h1 {
	color: var(--thm-base);
	font-size: 30px;
	text-transform: capitalize;
	font-weight: normal;
	line-height: 38px;
	margin-bottom: 10px;
	font-weight: 300;
	border-bottom: 1px solid #f1f1f1;
}
#itacon_get_in_touch h2 strong {
	font-weight: bold;
}
#itacon_get_in_touch h1 {
	border-bottom: 1px solid #f1f1f1;
	margin-top: -4px;
	line-height: 36px;
	padding-bottom: 5px;
	padding-left: 0px;
}
.cntcUsInfo {
	padding: 10px 0px 0 0px;
}
.cntcUsInfo p.unLine {
	text-decoration: underline;
	color: var(--thm-black);
}
.cntcUsInfo p {
	font-size: 16px;
	margin-bottom: 5px;
	color: #535353;
	padding-bottom: 0px;
	line-height: 22px;
}
.cntcUsInfo p strong {
	color: var(--thm-base);
}
.socialLinkWrap {
	background: #f7f6f6;
	padding: 5px 10px 5px 15px;
	display: block;
	margin-top: 20px;
}
.socialLinkWrap p {
	display: inline-block;
	vertical-align: middle;
	color: var(--thm-base);
	font-size: 14px;
	text-transform: uppercase;
}
.socialLinks {
	display: inline-block;
	vertical-align: middle;
}
.socialLinkWrap .footerSocialWrap {
	margin-top: 0;
	margin-left: 10px;
	display: inline-block;
	vertical-align: middle;
}
.socialLinkWrap p {
	padding-bottom: 0px;
	margin-bottom: 0px;
}
.footerSocialWrap {
	overflow: hidden;
	margin-top: 15px;
}
.footerSocialWrap a {
	display: block;
	float: left;
	margin-right: 15px;
}
.footerSocialWrap a svg {
	display: block;
	height: 18px;
	width: 18px;
}
.footerSocialWrap a * {
	fill: var(--thm-base);
}
.footerSocialWrap a:hover * {
	fill: var(--thm-black);
}
.cntcPrsnInfoWrap {
	margin-top: 15px;
}
.cntcPrsnInfoBlock {
	display: block;
	position: relative;
	padding: 15px 0 15px 80px;
	border-bottom: 1px solid #f1f1f1;
}
.cntcPrsnInfoBlock h3 {
	font-size: 14px;
	font-weight: 600;
	color: var(--thm-base);
	text-transform: uppercase;
	margin-bottom: 5px;
}
.cntcPrsnInfoBlock p {
	color: #909090;
	margin-top: 2px;
	padding-bottom: 0px;
	line-height: 21px;
	margin-bottom: 0px;
}
.cntcPrsnInfoBlock p a {
	color: #909090;
}
.cntcUsInfo p a:hover, .cntcPrsnInfoBlock p a:hover {
	text-decoration: none;
	color: #333;
}
.cntcPrsnInfoBlock > i {
	position: absolute;
	width: 70px;
	height: 70px;
	background: url('../images/cntcPrsnInfoIcon.png') center top no-repeat;
	left: 3px;
	top: 8px;
}
.tradeIcon > i {
	background-position: 0 0;
}
.euroIcon > i {
	background-position: 0 -70px;
}
.globExpIcon > i {
	background-position: 0 -145px;
}
.cnctBtnsContainer {
	display: table;
	margin: 10px auto 50px auto;
}
.cnctBtnsContainer a {
	display: block;
	float: left;
	margin: 0 10px;
	padding: 17px 20px 15px 70px;
	background: #e7f8f8;
	color: #7dc2c2;
	font-size: 18px;
	line-height: 22px;
	font-weight: normal;
	font-family: 'Arial', sans-serif;
	position: relative;
}
.cnctBtnsContainer a.faqBtn {
	background-color: #ECF5FF;
	color: #7DAEE4;
}
.cnctBtnsContainer a.crptMoveBtn {
	background-color: #efeff9;
	color: #9393ba;
}
.cnctBtnsContainer a.latProdBtn {
	background-color: #fbf2ef;
	color: #bda096;
}
.cnctBtnsContainer a.tileNedBtn {
	background-color: #f6f4f1;
	color: #B78C50;
}
.cnctBtnsContainer a:before {
	content: '';
	position: absolute;
	left: 10px;
	top: 13px;
	width: 50px;
	height: 50px;
	background: url('../images/contactIconSprites.png') center top no-repeat;
}
.cnctBtnsContainer a.faqBtn:before {
	background-position: 0 -50px;
}
.cnctBtnsContainer a.crptMoveBtn:before {
	background-position: 0 -100px;
}
.cnctBtnsContainer a.latProdBtn:before {
	background-position: 0 -150px;
}
.cnctBtnsContainer a.tileNedBtn:before {
	background-position: 0 -200px;
}
#product_home {
	margin-bottom: 50px;
}
#product_home .box-content .box-info-inner .collecton_name {
	color: var(--thm-base);
	font-weight: 800;
	line-height: 45px;
	word-wrap: break-word;
	font-size: 30px;
}
.pr-0 {
	padding-right: 0px;
}
.pl-0 {
	padding-left: 0px;
}
#global_google_map {
	margin-bottom: 50px;
}
#global_google_map .map-heading {
	margin-bottom: 25px;
	text-align: center;
}
#global_google_map .map-heading h2 {
	color: var(--thm-base);
}
#global_google_map .map-heading h2 span {
	color: var(--thm-black);
}
#global_google_map .google_map {
	border: solid 10px #e7e7e7;
}
.btn {
 font-size: .75rem;
	padding-bottom: 0.75rem;
	padding-top: 0.75rem;
 padding: .625rem 1.875rem;
	transition-delay: 0s;
	transition-duration: .3s;
	transition-property: background-color, border-color, color;
	transition-timing-function: ease-in;
	background-color: transparent;
	border: 0.125rem solid #000;
	border-radius: 0;
	color: #000 !important;
	cursor: pointer;
	font-weight: 600;
	letter-spacing: 1.2px;
	line-height: 1;
	text-decoration: none;
	text-transform: uppercase;
}
.btn:hover {
	background-color: #000;
	color: #fff !important;
}
.what-is-etf {
	margin-top: 50px;
}
.what-is-etf .heading {
	font-size: 35px;
	font-family: var(--heading-font);
	margin-bottom: 40px;
	font-weight: lighter;
}
.what-is-etf .heading span {
	color: var(--thm-base);
	font-weight: 800;
}
.image-about {
	margin-top: 0;
}
.gray-block-two {
	background-color: #E0E6E6;
	width: 214px;
	height: 700px;
}
#eleone_ceramica_quality {
	margin-bottom: 100px;
	margin-top: 100px;
}
.company-launch__picture {
	position: relative;
	text-align: right;
}
.company-launch__picture:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 60%;
	background: #e7e7e7;
}
.company-launch__picture_right {
	position: relative;
	text-align: left;
}
.company-launch__picture_right:before {
	content: '';
	position: absolute;
	right: 0;
	top: 0;
	height: 100%;
	width: 60%;
	background: #e7e7e7;
}
.company-launch__image {
	height: auto;
	margin: 32px 20px 32px 32px;
	max-width: 500px;
	width: 100%;
	z-index: 9;
	position: relative;
}
.company-launch__image_right {
	height: auto;
	margin: 32px 32px 32px 20px;
	max-width: 500px;
	width: 100%;
	z-index: 9;
	position: relative;
}
.company-launch__title {
	font-weight: 600;
	font-size: 35px;
	margin-top: 26px;
	padding-bottom: 20px;
	position: relative;
}
.company-launch__title_left {
	font-weight: 600;
	font-size: 35px;
	margin-top: 26px;
	padding-bottom: 20px;
	position: relative;
}
.company-launch__title:before {
	content: '';
	position: absolute;
	left: -80px;
	top: 100%;
	height: 3px;
	width: calc(100% + 80px);
	background: var(--thm-base);
	z-index: 2;
}
.company-launch__title_left:before {
	content: '';
	position: absolute;
	right: -80px;
	top: 100%;
	height: 3px;
	width: calc(100% + 80px);
	background: var(--thm-base);
	z-index: 2;
}
.company-launch__quote {
	font-weight: 300;
	font-size: 25px;
	line-height: 25px;
	display: block;
	margin-top: 20px;
}
.company-launch__description {
	margin-top: 16px;
}
.company-launch .cta-secondary {
	margin-top: 32px;
}
#process {
	position: relative;
	margin-top: 40px;
}
.process_border {
	border: 1px solid #ccc;
	padding: 35px;
}
.companyprofile {
	background: #f8f8f8;
}
.companyprofile_right {
	background: #f8f8f8;
}
.company_content {
	margin: 0px 0 0 0;
	padding: 25px 55px 25px 25px;
	width: 100%;
}
.company_content_right {
	margin: 0px 0 0 0;
	padding: 25px 25px 25px 55px;
	width: 100%;
}
.toppush {
	top: 19%;
	position: relative;
}
.subheading {
	font-size: 18px;
	font-weight: bold;
	color: var(--thm-base);
	position: relative;
	text-transform: uppercase;
}
.subheading span {
	background: var(--thm-base);
	padding: 10px;
	border-radius: 50%;
	width: 40px;
	height: 40px;
	display: inline-block;
	text-align: center;
	margin-right: 10px;
	line-height: 20px;
	color: var(--thm-white);
}
.company_text {
	padding: 0;
	text-align: justify;
}
.company_img {
	margin-left: -60px;
	z-index: 9;
	position: relative;
}
.company_img_right {
	margin-right: -60px;
	z-index: 9;
	position: relative;
}
.company_img img, .company_img_right img {
	border-radius: 10px;
	border: solid 2px var(--thm-base);
}
#cerificate {
	background: #fff;
	padding: 40px 0;
	margin-bottom: 0px;
}
#cerificate .cerificate-main-box {
	margin-bottom: 40px;
}
#cerificate .cerificate-main-box .cerificate-head {
	margin-left: 20px;
}
#cerificate .cerificate-main-box .cerificate-head h5 {
	font-weight: lighter;
	text-transform: capitalize;
	font-size: 40px;
	font-family: var(--heading-font);
	color: var(--thm-black);
	line-height: 50px;
	letter-spacing: 0;
	margin-bottom: 20px;
	display: inline-grid;
}
#cerificate .cerificate-main-box .cerificate-head h5 span {
	font-weight: 800;
	color: var(--thm-base);
}
#cerificate .certificate-name {
	background: var(--thm-base);
	color: var(--thm-white);
	margin-top: 20px;
}
#cerificate .cerificate-main-box .certificate-vactor {
	text-align: center;
}
#cerificate .cerificate-main-box .certificate-vactor img {
	max-width: 45%;
}
#cerificate .certificate-img {
}
#cerificate .certificate-img .certi-box {
	margin: 10px;
	text-align: center;
}
#cerificate .certificate-img .certi-box img {
	max-width: 100%;
}
.section--collections {
	padding-bottom: 30px;
	text-align: center
}
.section--collections .title_description {
	width: 60%;
	margin: 0 auto;
}
.section--collections .icon--brand {
	width: 216px;
	height: 52px;
	margin-bottom: 15px
}
.section--collections .event_title {
	font-size: 30px;
	color: var(--thm-black);
	margin-bottom: 20px;
	text-transform: uppercase;
	font-weight: 600;
}
.section--collections .event_title span {
	color: var(--thm-base);
}
.section--collections .abstract {
	font-size: 24px;
	line-height: 1.4;
	font-weight: var(--font-light)
}
.section--collections .abstract b {
	font-weight: var(--font-semibold)
}
@media(min-width:768px) {
.section--collections {
	padding-top: 50px;
}
.section--collections p {
	width: 100%;
	margin: 0 auto;
	margin-bottom: 15px;
}
}
@media(max-width:767.98px) {
.section--collections {
	padding-top:30px
}
.section--collections .title_description
{
	width: 90%;
}
.section--collections .title {
	font-size: 36px;
	line-height: 1.2;
	margin-bottom: 40px
}
}
.section--collections+.section--collections, .section--collections+.section--collections-results {
	border-top: 2px solid var(--border)
}
.listing--collections {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-left: 0;
	margin-right: -70px;
	width: calc(100% + 70px);
	text-align: left;
	margin-top: 25px;
}
.listing--collections>.listing__item {
	margin-right: 30px;
	margin-bottom: 30px;
	border: solid 1px #e7e7e7;
}
.listing--collections>.listing__item .picture {
	-webkit-transition: all ease-in-out 400ms;
	transition: all ease-in-out 400ms;
	margin-bottom: 5px
}
.listing--collections>.listing__item:not(:hover) .picture {
	-webkit-box-shadow: none;
	box-shadow: none
}
.listing--collections>.listing__item .title {
	font-size: 20px;
	color: var(--ecoholic-primary);
	text-transform: capitalize;
	margin-bottom: 8px
}
.blog_post_lunex {
	border: 1px solid #e7e7e7;
}
.blog_page_details {
	padding: 20px;
}
.blog_post_date {
	font-size: 16px;
}
.listing--collections>.listing__item .abstract {
	font-size: 16px;
	line-height: 24px;
	margin-bottom: 15px;
	min-height: 60px;
	color: var(--foreground-secondary)
}
.listing--collections>.listing__item .group--location {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-size: 14px;
	color: var(--foreground-secondary)
}
.listing--collections>.listing__item .group--location .icon--pin-outline {
	width: 13px;
	height: 16px;
	fill: var(--foreground);
	margin-right: 10px
}
.listing--collections>.listing__item .group--location .city {
	font-weight: var(--font-semibold);
	color: var(--foreground)
}
.listing--collections>.listing__item .group--cta {
	margin: 0
}
.listing--collections>.listing__item:hover .btn--link-secondary:after {
	-webkit-transform: scale(0, 1);
	transform: scale(0, 1);
	background: var(--primary)
}
@media screen {
.section--negative .listing--collections>.listing__item:hover .btn--link-secondary:after {
	background: var(--primary)
}
}
@media(min-width:1024px) {
.listing--collections>.listing__item {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 calc(26.333% - 70px);
	flex: 0 0 calc(26.333% - 70px);
	width: calc(26.333% - 70px)
}
}
@media(max-width:1023.98px) {
.listing--collections>.listing__item {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 calc(50% - 70px);
	flex: 0 0 calc(50% - 70px);
	width: calc(50% - 70px)
}
}
@media(max-width:767.98px) {
.listing--collections>.listing__item {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 calc(50% - 70px);
	flex: 0 0 calc(50% - 70px);
	width: calc(50% - 70px)
}
.listing--collections>.listing__item .title {
	font-size: 16px
}
}
.listing--collections>.listing__item--with-logo {
	text-align: center
}
.section--collections .container-fluid {
	padding: 80px
}
.section--collections.section--collections-v2 .container-fluid {
	padding: 10px
}
#similar_product .heading {
	text-align: center;
}
#similar_product .heading h3 {
	font-size: 30px;
	color: var(--thm-black);
	margin-bottom: 10px;
	text-transform: uppercase;
	font-weight: 600;
}
#similar_product .heading h3 span {
	color: var(--thm-base);
}
#prdct-slider {
	position: relative;
	margin: 40px 0 20px 0;
	width: 100%;
	display: block;
}
#prdct-slider .item, .prdcts .item {
	border: solid thin var(--thm-base);
	margin: 0 12px;
}
.prdcts .item {
	width: 23%;
	margin: 0 6px;
	margin-top: 10px;
	display: inline-block;
}
.prdct-img {
	padding: 0px 0;
}
.prdcts .prdct-img {
	padding: 5px 0;
	position: relative;
	overflow: hidden;
}
.hover {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: rgba(0,0,0,0.3);
	background-image: url(../images/zoom.png);
	background-repeat: no-repeat;
	background-position: center;
	opacity: 0;
	transition: all 0.4s ease;
	transform: scale(1.5);
	z-index: 5;
}
.prdcts a:hover .hover {
	opacity: 1;
	transform: scale(1);
}
#prdct-slider h2, .prdcts h2 {
	font-size: 16px;
	font-weight: normal;
	text-align: center;
	padding: 10px 0;
	color: #fff;
	background-color: var(--thm-base);
	float: none;
	display: block;
	padding-left: 10px;
}
.prdcts h2 {
	font-size: 17px;
	padding: 5px 0;
	padding-left: 10px;
	text-align: center;
}
#prdct-slider h2 i {
	width: 30px;
	height: 30px;
	float: right;
}
/* owl carosuel */

.owl-buttons {
	position: absolute;
	z-index: 1;
	right: 0;
	top: 43%;
	width: 100%;
	height: 0;
}
.owl-pagination {
	display: none;
}
.owl-buttons .owl-prev {
	float: left;
	margin-left: -18px;
}
.owl-buttons .owl-next {
	float: right;
	margin-right: -18px;
}
.owl-prev, .owl-next {
	opacity: 0.6;
	transition: all 0.4s ease;
}
.owl-prev:hover {
	margin-left: -20px;
}
.owl-next:hover {
	margin-right: -20px;
}
.owl-prev:hover, .owl-next:hover {
	opacity: 0.8;
}
.owl-buttons .owl-prev span, .owl-buttons .owl-next span {
	width: 30px;
	height: 40px;
}
#prdct-slider .owl-buttons .owl-prev span, #prdct-slider .owl-buttons .owl-next span {
	width: 16px;
	height: 150px;
}
.owl-buttons .owl-prev span {
	border-top-right-radius: 7px;
	border-bottom-right-radius: 7px;
}
.owl-buttons .owl-next span {
	border-top-left-radius: 7px;
	border-bottom-left-radius: 7px;
}
.owl-buttons span {
	display: block;
	background: #c51b14;
}
#prdct-slider .owl-buttons span {
	background: none;
}
#prdct-slider .owl-buttons {
	top: 23%;
}
.owl-buttons .owl-prev span {
	background-image: url(../images/prev-arw.png);
	background-repeat: no-repeat;
	background-position: center;
}
.owl-buttons .owl-next span {
	background-image: url(../images/next-arw.png);
	background-repeat: no-repeat;
	background-position: center;
}
#prdct-slider .owl-buttons .owl-prev span {
	background-image: url(../images/arw-prev.png);
	background-repeat: no-repeat;
	background-position: center;
}
#prdct-slider .owl-buttons .owl-next span {
	background-image: url(../images/arw-next.png);
	background-repeat: no-repeat;
	background-position: center;
}
.slide .owl-buttons .owl-next {
	margin-right: 0;
}
.slide .owl-buttons .owl-prev {
	margin-left: 0;
}
.slide .owl-pagination {
	bottom: 0;
	display: block;
	position: absolute;
	z-index: 1;
	width: 100%;
	text-align: center;
}
.slide .owl-page {
	float: none;
	display: inline-block;
	padding: 7px 0;
	margin: 0 2px;
}
.slide .owl-page span {
	width: 10px;
	height: 10px;
	display: block;
	background: #2c3742;
	border-radius: 50%;
	border: transparent solid 1px;
	transition: all 0.4s ease;
}
.slide .owl-page.active span {
	background: #C51B14;
	border: #2c3742 solid 1px;
	transform: scale(1.2);
}
#inspired {
	background-color: #fff;
	padding-top: 60px
}
#inspired .heading {
	text-align: center
}
#inspired .heading h1 {
	color: var(--thm-black);
	text-transform: uppercase;
	text-align: center;
}
#inspired .heading h1 span {
	color: var(--thm-base);
}
#inspired .heading p {
	width: 30%;
	margin: 8px auto;
	color: #000;
}
#inspired h4 {
	text-align: center;
	font-size: 14px;
	font-weight: 600;
}
#inspired ul {
	text-align: center;
}
.about_home {
	text-align: center;
	margin-bottom: 20px;
}
.about_home a {
	background: #0095da;
	padding: 10px;
	line-height: 20px;
	color: #fff;
	font-weight: bold;
}
#inspired .image {
	margin-top: -100px;
	margin-left: -50px
}
#inspired .image img {
	width: 100%
}
#inspired .description {
	margin-top: 0px
}
#inspired .description p {
	width: 70%;
	margin: 0 auto;
	margin-bottom: 10px;
	text-align: center;
}
#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
}
#inspired .description .blockquote {
	margin-bottom: 40px;
	margin-top: 40px;
}
.technologymargintop {
	margin-top: 30px;
}
