/**
 * ===========================================
 *					Generic Css
 * ============================================
 */
:root {
    scroll-behavior: inherit;
}
@font-face {
	font-family: 'arial';
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src: url('../fonts/arial.ttf');
}

@font-face {
	font-family: 'arial';
	font-style: normal;
	font-weight: 700;
	font-display: swap;
	src: url('../fonts/arialbd.ttf');
}

@font-face {
	font-family: 'arial';
	font-style: normal;
	font-weight: 900;
	font-display: swap;
	src: url('../fonts/ariblk.ttf');
}

html {
	font-size: 100%;
}

body {
	background: #fff;
	color: #000;
	font-size: 1.125rem;
	font-weight: normal;
	line-height: 1.5;
	font-family: 'arial', sans-serif;
}

a {
	text-decoration: none;
	-webkit-transition: color 0.2s ease, background-color 0.2s ease;
	-o-transition: color 0.2s ease, background-color 0.2s ease;
	transition: color 0.2s ease, background-color 0.2s ease;
}

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

header,
section,
footer,
article {
	width: 100%;
}

.accessibility {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	left: -999999999px;
	position: absolute;
}
.bg-img {
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.img-bordered {
	border-radius: 20px;
}

.sc-padding-smaller {
	padding-bottom:2rem;
	padding-top:2rem;
}
.sc-padding-small {
	padding-bottom: 3.5rem;
	padding-top: 3.5rem;
}
.sc-padding-medium {
	padding-bottom: 6rem;
	padding-top: 6rem;
}
.sc-padding-large {
    padding-bottom: 9rem;
    padding-top: 9rem;
}

h1, .h1 {
	font-size: calc(2rem + 2.5vw);
}
.h2, h2 {
	font-size: calc(1.5rem + 2vw);
}
.h3, h3 {
	font-size: calc(1.375rem + .6vw);
}

.font-Bebas {
	font-family: 'Bebas Neue', cursive;
}
.fw-bolder {
    font-weight: 900 !important;
}

.text-orange {
	color: #D15414;
}
.text-black {
	color: #231F20 !important;
}
.text-gray{
	color: #58595b;
}

.btn {
    color: #fff;
    background: #E77C25;
    padding: 0.25em 0.75em;
    border-radius: 0;
    border: 1px solid #E77C25;
    font-size: 1.25rem;
}
.btn:hover {
	background: transparent;
	color: #E77C25;
}

.orange-border-top {
	border-top: 2px solid #d15414;
}
.gray-border-top {
	border-top: 2px solid #939598;
}

/**
 * ======================================================================================
 *									Header
 * =======================================================================================
 */
.siteheader {
	padding: 1rem 0;
	background:#000;
	color:#fff;
	border-bottom: 5px solid #E77C25;
}
.siteheader--logo {
	display: inline-block;
	width: 250px;
}
.siteheader-menu li {
	list-style: none;
	position: relative;
	display: inline-block;
}
.siteheader-menu li:not(:first-child) {
	margin-left: 1rem;
}
.siteheader-menu li a {
    display: block;
    font-size: 1.25rem;
    color: #fff;
    line-height: 1;
}
.siteheader-menu li a:hover {
	color: #E77C25;
}
.siteheader-menu li:not(:last-child) {
	position:relative;
	padding-right: 1rem;
}
.siteheader-menu li:not(:last-child):after {
	content:"";
	position:absolute;
	top: 0;
	right: 0;
	width: 2px;
	height: 100%;
	background: #E77C25;
}
.siteheader-menu li.current-menu-item > a,
.header--momenu li.current-menu-item > a {
	font-weight: 600;
	color: #E77C25;
}
.siteheader .btn {
	font-size: 14px;
	padding: 0.5em 2em;
}

/**
 * ======================================================================================
 *									Footer
 * =======================================================================================
 */
.sitefooter {
    color: #fff;
    background-color: #000;
    padding: 2rem 0 1.5rem 0;
    border-top: 5px solid #fff;
}
.sitefooter li {
	display: block;
	margin-bottom: 7px;
}
.sitefooter a {
	color: #fff;
}
.sitefooter h3 {
    color: #F99246;
    font-weight: 700;
	font-size: calc(1rem + .6vw);
}
.footer-bottom-bar {
	border-top: 5px solid #fff;
	background-color: #BCBEC0;
	color: #000000;
	padding: 1.5rem 0;
	line-height: 1.2;
}
.sc-follow-archoil {
	background-color: #BCBEC0;
	color: #000000;
	padding: 1.5rem 0;
}
.scroll-to-top {
    background-color: #292929;
    color: #fff;
    right: 30px;
    bottom: 25px;
    position: fixed;
    width: 50px;
    height: 50px;
    z-index: 999;
    display: flex;
    align-items: center;
    justify-content: center;
	z-index: 9999;
    cursor: pointer;
}

/**
 * ======================================================================================
 *								Home
 * =======================================================================================
 */
.sc-home-hero {
	border-top: 5px solid #fff;
}
.sc-home-hero:before {
	content:"";
	position:absolute;
	height:100%;
	width:100%;
	left:0;
	top:0;
	background: rgba(0,0,0,0.6);
}
.sc-home-hero .home-hero-box h2 {
    font-weight: 900;
    margin-bottom: 2rem;
}
.sc-home-hero .home-hero-box h2 strong, .sc-home-hero .home-hero-box p strong {
	color: #F99246;
}
.sc-home-hero .home-hero-box p, .sc-home-hero .home-hero-box p strong {
	font-size: 1.375rem;
	font-weight: 700;
}
.star-ratings-sprite {
    background: url(../images/star.svg) repeat-x;
    font-size: 0;
    height: 30px;
    line-height: 0;
    overflow: hidden;
    text-indent: -999em;
    width: 145px;
	position: relative;
	background-size: 29px;
}
.star-ratings-sprite .star-ratings-sprite-rating {
    background: url(../images/star-color.svg) repeat-x;
    display: block;
	background-size: 29px;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
}
.sc-product-range {
	border-bottom: 10px solid #fff;
	border-top: 10px solid #fff;
	background-position: left;
}
.sc-product-range .product-range-tit {
	padding: 1rem 0;
}
.sc-product-range .product-range-tit:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background: url(../images/range-icon.png);
    width: 100%;
    height: 15px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}
.sc-product-range .product-range-tit:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    background: url(../images/range-icon.png);
    width: 100%;
    height: 15px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}
.sc-product-range .product-range-img img {
    width: 100%;
}
.sc--maintenance {
	border-bottom: 8px solid #E77C25;
}
.sc--maintenance::before {
	position: absolute;
	content: "";
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	background-color: rgba(0, 0, 0, 0.5);
}
.sc-archoil-features h2 {
	font-size: calc(1.375rem + 1.25vw);
}
.sc-pro-maintenance .pro-main-img-box {
	background-color: #a9a9a9;
	border-radius: 20px;
}
.sc-pro-maintenance p {
	font-size: 1.25rem;
}
.sc-pro-maintenance .pro-main-img-box .pro-main-img-box-in {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    padding: 1rem 0.5rem;
}
.sc-pro-maintenance .pro-main-img-box .pro-main-img-box-in img {
	max-width: 460px;
	margin: 0 auto;
}

/**
 * ======================================================================================
 *									Company Overview
 * =======================================================================================
 */
.sc-company-overview h1 {
	font-size: calc(1.375rem + 1.75vw);
}
.sc-company-overview .company-overview-box {
	position: relative;
	padding-left: 1.5rem;
}
.sc-company-overview .company-overview-box:before {
    content: '';
    display: block;
    position: absolute;
    width: 5px;
    height: calc(100% - 10px);
    background: #e77c25;
    left: 0;
    top: 6px;
}
.sc-friction-modifier {
	border-top : 10px solid #e77c25;
	border-bottom: 5px solid #fff;
}
.sc-friction-modifier:before {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    background: rgba(0,0,0,0.75);
}
.sc-friction-modifier h2, .sc-friction-modifier  h1 span {
    color: #e77c25;
}

/**
 * ======================================================================================
 *									Contact
 * =======================================================================================
 */
.sc--contact .form-group .form-control:focus {
	box-shadow: none;
}
.sc--contact .form-group .form-control {
    border: 2px solid #141618;
    border-radius: 0;
    background-color: #F1F2F2;
}
.sc--contact .contact-btn {
    text-transform: uppercase;
    padding: 0.25rem 2rem;
}

/**
 * ======================================================================================
 *									Dealers
 * =======================================================================================
 */
.sc-european-distributors h2 {
    font-size: calc(1.375rem + 1.5vw);
}
.sc-dealers p , .sc-european-distributors p {
	margin-bottom: 0;
}
.sc-dealers p.border-right-side:not(:last-child), .sc-european-distributors p.border-right-side:not(:last-child) {
    padding-right: 10px;
    border-right: 2px solid #d15414;
    margin-right: 13px;
}
.sc-dealers h4 a {
	color: #000;
}

/**
 * ======================================================================================
 *									Reviews
 * =======================================================================================
 */
.sc--reviews .review-product-tit {
    font-size: calc(1.25rem + 1.4vw);
}
.sc--reviews .product-name-box p {
    margin-left: 1rem;
    margin-bottom: 0.5rem;
    line-height: 1;
    font-size: 1.25rem;
}
.sc--reviews .product-name-box p:not(:last-child) {
    position: relative;
    padding-right: 1rem;
}
.sc--reviews .product-name-box p:not(:last-child):after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 2px;
    height: 100%;
    background: #E77C25;
}
.sc--reviews .magazine-review-box {
    border-color: #D15414;
    border-width: 3px 0;
    border-style: solid;
    padding: 1.25rem 1rem 1.25rem 1.5rem;
    background: #E6E7E8;
}
.sc--reviews .magazine-review-box h3 {
    color: #D15414;
    font-weight: 600;
}
.product-tested-imgbox {
    width: max-content;
    margin: 0 auto;
    position: relative;
}
.product-tested-imgbox:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #D15414;
    transform: rotate(2deg);
    z-index: 0;
}
.sc--reviews .magazine-review-box img {
    max-width: 260px;
    width: 100%;
    position: relative;
    z-index: 1;
}
.sc--reviews .magazine-review-box span, .sc--reviews .magazine-review-box a:hover {
	color: #D15414;
}


/**
 * ======================================================================================
 *									Media Query
 * =======================================================================================
 */
@media only screen and (min-width: 576px) {
}
@media only screen and (min-width: 768px) {
	.sc-archoil-features .a-features-img-box {
		max-width: 250px;
		height: 300px;
		overflow: hidden;
	}
}
@media only screen and (min-width: 992px) {
	.siteheader-menu li.menu-item-has-children {
		padding-right: 8px;
	}
	.siteheader-menu li .sub-menu {
		display: block;
		position: absolute;
		left: 0;
		top: 100%;
		min-width: 180px;
		box-shadow: 0px 2px 10px rgb(0 0 0 / 15%);
		margin-top: 0;
		background-color: #fff;
		margin-left: 0;
		opacity: 0;
		z-index: 555;
		padding: 10px 0;
		list-style: none;
		visibility: hidden;
		text-align: left;
		transform: translateY(10px);
		-o-transition: transform 320ms;
		transition: transform 320ms;
		-webkit-transition: transform 320ms;
		border-radius: 0 0 4px 4px;
		border-top: 4px solid #e18e01;
	}
	.siteheader-menu li:hover > .sub-menu {
		visibility: visible;
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0);
		opacity: 1;
	}
	.siteheader-menu li .sub-menu li {
		display: block;
		margin: 0;
	}
	.siteheader-menu .sub-menu li a {
		display: block;
		padding: 5px 15px;
		font-weight: 500;
		margin: 0;
		font-size: 14px;
		position: relative;
		line-height: 1.5;
	}
	.siteheader-menu li.menu-item-has-children > a::after {
		content: '';
		border: solid #222;
		border-width: 0 1px 1px 0;
		display: inline-block;
		padding: 3px;
		position: absolute;
		top: 50%;
		right: 0;
		margin-top: -3px;
		transform: rotate(45deg) translateY(-50%);
	}
	.footer-bottom-bar .footer-copy-leftcon {
		position: relative;
		padding-right: 2.5rem;
	}
	.footer-bottom-bar .footer-copy-leftcon:after{
		content: "";
		position: absolute;
		top: 0;
		right: 0;
		width: 2px;
		height: 100%;
		background: #E77C25;
	}
	.sc-follow-archoil img {
		height: 45px;
		width: 45px;
	}
}
@media only screen and (min-width: 1200px) {
	.sc-home-hero  h2 {
		font-size: calc(1.375rem + 1vw);
	}
	
}
@media only screen and (min-width: 1400px) {
	body {
		font-size: 1.25rem;
	}
	.container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
		max-width: 1140px;
	}
	.container-large {
		max-width: 1300px;
	}
}
@media only screen and (min-width: 1600px) {
	.siteheader-menu li a {
		font-size: 1.375rem;
	}
}

/**
 * ======================================================================================
 *									Media Query
 * =======================================================================================
 */
@media only screen and (max-width: 1399px) {
}
@media only screen and (max-width: 1199px) {
	.sitefooter {
		font-size: 1.125rem;
	}
	.footer-bottom-bar {
		font-size: 1.05rem;
	}
	.siteheader-menu li:not(:last-child) {
		padding-right: 0.75rem;
	}
	.siteheader-menu li:not(:first-child) {
		margin-left: 0.5rem;
	}
	.siteheader-menu li a {
		font-size: 1.15rem;
	}
}
@media only screen and (max-width: 991px) {
	.siteheader {
		padding: 1.5rem 0;
	}
	a.menu--open {
		display: inline-block;
		font-size: 1.5rem;
		text-align: center;
	}
	a.menu-close {
		font-size: 1.8rem;
		float: right;
		margin-left: auto;
	}
	.mobileMenu {
		text-align: left;
		padding: 2rem;
	}
	.header--momenu li {
		padding: 5px 0;
		position: relative;
		border-bottom: 1px solid #eee;
	}
	.header--momenu li > a {
		display: block;
		padding: 0;
		color: #000;
		font-weight: 500;
		font-size: 1rem;
	}
	.header--momenu li a span {
		font-size: 1rem;
	}
	.header--momenu .sub-menu {
		display: none;
		list-style: none;
		padding-left: 15px;
		background-color: #f5f5f5;
	}
	.open-children {
		position: absolute;
		right: 0;
		top: 0;
		height: 33px;
		width: 30px;
		display: flex !important;
		justify-content: center;
		align-items: center;
		line-height: 1;
		z-index: 10;
	}
	.header--momenu li.menu-item-has-children.active .open-children {
		transform: rotate(180deg);
	}
	.open-children svg {
		width: 18px;
		margin: 0 auto;
	}
}
@media only screen and (max-width: 767px) {
	.btn {
		font-size: 1.25rem;
	}
	.sc-padding-medium {
		padding-top: 3.5rem;
		padding-bottom: 3.5rem;
	}
	.sc-padding-large {
		padding-bottom: 7rem;
		padding-top: 7rem;
	}
	.footer-bottom-bar {
		font-size: 0.9rem;
	}
	.sc-archoil-features .a-features-img-box {
		width: 150px;
		text-align: center;
		margin: 0 auto;
	}
	.sc-pro-maintenance p {
		font-size: 1.125rem;
	}
}
@media only screen and (max-width: 575px) {
	.sc-img-archoil-feature .archoil-feature-tit {
		font-size: calc(1.5rem + 2.5vw);
	}
	.sc-img-archoil-feature img {
		max-height: 45px;
	}
}