/* Base CSS */

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

.alignleft {
  float: left;
  margin-right: 15px;
}

.alignright {
  float: right;
  margin-left: 15px;
}

.aligncenter {
  display: block;
  margin: 0 auto 15px;
}

a:focus {
  outline: 0 solid
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 15px;
  color: 000000;
}

body {

  color: 000000;
  font-weight: 400;
  font-family: "roboto", sans-serif;
}

.selector-for-some-widget {
  box-sizing: content-box;
}

li {
  /* list-style: none; */
}

a {
  color: #F7B000;
  text-decoration: none;
}

ul {
  margin: 0;
  padding: 0;
}

a:hover {
  text-decoration: none
}

a,
button,
input,
textarea {
  outline: none !important;
}

.section-padding {
  padding: 80px 0;
}

input::placeholder{
  color: #000;
}

textarea::placeholder{
  color: #000;
}

#error {
min-height: 500px;
display: flex;
align-items: center;
justify-content: center;
}
/* ----------------------------------------- HEADER AREA START ------------------------ */
.header__area {
    z-index: 9999;
}
.header__inner__blk {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
}

.header__top__btn span {
  padding-right: 0 !important;
}

.header__contact__blk {
  display: flex;
  align-items: center;
  gap: 15px;
}

.header__contact__blk a {
	font-family: 'roboto';
	font-weight: 200;
	font-size: 18px;
	color: #fff;
	transition: .3s all;
	flex: 0 0 auto;
	letter-spacing: 1px;
}

.header__contact__blk span {
  padding-right: 10px;
}

.header__contact__blk a:hover {
  color: #F0AF00;
}
body.overflow-hidden {
	overflow: inherit !important;
}
.service__btn a {
  font-size: 18px !important;
  background: #FF0000 !important;
  transition: all .3s;
}

.service__btn a:hover {
  background: #FF5F5F !important ;
  color: #Fff !important;
}

.header__menu__area {
	background: #424546;
	padding: 20px 0;
	z-index: 99;
}

.header__menu__btn a {
	/* text-transform: uppercase; */
	font-size: 16px;
	color: #fff;
	display: flex;
	align-items: center;
	gap: 15px;
	padding: 8px 20px;
	border: 2px solid #FFFFFC;
	border-radius: 50px;
	transition: .3s all;
	font-weight:700;
}

.header__menu__btn span {
  font-size: 17px;
}

.header__menu__btn {
  display: inline-block;
}

.header__menu__blk {
  display: flex;
  align-items: center;
  gap: 15px;
}

.header__menu__btn a:hover {
	background: #F0AF00;
	border-color: #F0AF00;
	color: #000;
}

.main__menu ul li {
  display: inline-block;
  margin-right: 30px;
}

.main__menu ul li a {
	font-weight:700;
	font-family: 'roboto';
	/* text-transform: uppercase; */
	font-size: 20px;
	color: #fff;
	transition: .3s all;
	padding: 15px 5px;
	position: relative;
}
.main__menu ul li .menu__link::before {
    content: '';
    width: 0;
    height: 2px;
    background-color: #F0AF00;
    position: absolute;
    left: 0;
    bottom: 0;
    opacity: 0;
    visibility: hidden;
    transition: all .3s;
    display: block;
}
.main__menu ul li:hover .menu__link::before,
.main__menu ul li .menu__link[aria-expanded="true"]::before {
    width: 100%;
    opacity: 1;
    visibility: visible;
}
.main__menu ul li span{
  font-size: 16px;
  padding-left: 15px;
  transition: all .3s;
}
.main__menu ul li:hover
.main__menu ul li a:hover {
  color: #F0AF00;
  border-color: #F0AF00;
}




.service__btn {
  margin-left: 40px;
}

.header__contact__blk p {
  color: #fff;
  margin: 0;
  font-size: 28px;
}

.header__area {
  background: #000000;
  padding: 10px 0;
}

.header__logo {
  height: 100px;
  flex: 0 0 auto;
  display: flex;
  align-items: center;
}

.header__logo img {
  height: 100%;
}

@media (min-width: 1200px) and (max-width: 1400px) {
  .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1140px;
  }

  .info__area:before{
    left: 45% !important;
  }
}

/* dropdown menu css  */
.dropdown__menu {
	background-color: transparent !important;
	width: 100%;
	min-width: 300px;
	z-index: 9;
	transition: all .3s;
	top: 100% !important;
	transform: translate(0) !important;
	padding-top: 30px !important;
	border: 0 !important;
}
.dropdown-toggle::after {
	display: none;
}

.dropdown-toggle {
  white-space:nowrap;
  border-width: 0px;
  background-color: #000;
  color: #fff;
}
.dropdown-item{
	color:#000!important;
}


.dropdown__menu li .dropdown__link {
    padding: 17px 20px;
    font-size: 16px;
}
.dropdown__menu li .dropdown__link .dropdown__link__text {
	gap: 10px;
	padding-left: 0;
}
.dropdown__menu li .dropdown__link .dropdown__link__text img {
	width: 20px;
	filter: invert(100);
	transition: all .3s;
	height: 20px;
}
.dropdown__menu li .dropdown__link{
  background: #000;
}
.dropdown__menu li .dropdown__link:hover {
    background-color: #F0AF00;
    color: #000;
}
.dropdown__menu li .dropdown__link:hover .dropdown__link__text img {
    filter: invert(0);
}
.dropdown__menu_sm li a {
    padding: 10px 15px !important;
}
.dropdown__toggler__sm::before {
    display: none !important;
}


.dropdown__overlay {
    background: #000;
    z-index: 9;
    opacity: 0;
    visibility: hidden;
    transition: all .3s;
}
.dropdown__overlay.active {
    opacity: 1;
    visibility: visible;
}
.dropdown__close {
	width: 50px;
	height: 50px;
	background-color: #F7B000;
	font-size: 30px;
	cursor: pointer;
	top: 240px;
}

.dropdown__container.active .menu__link::before {
    width: 100% !important;
    opacity: 1 !important;
    visibility: visible !important;
}
/* dropdown menu css end */


/* ----------------------------------------- HEADER AREA END ------------------------ */
#breadcrumbs {
    padding: 0 0 30 0
}

#breadcrumbs ul {
    display: flex;
    flex-wrap: wrap
}

#breadcrumbs ul li {
	list-style: none;
    position: relative;
    padding-right: 30px;
    font-size: 18px
}

#breadcrumbs ul li:not(:last-child):after {
    content: "|";

    font-weight: 700;
    right: 10px;
    top: 2px;
    position: absolute;
    font-size: 14px
}

#breadcrumbs ul li:last-child {
    font-weight: 700;
    color: var(--main-color)
}

#breadcrumbs ul li a {
    color: var(--main-text)
}

/* ----------------------------------------- HERO AREA START ------------------------ */
.hero__area {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  min-height: 670px;
}

.hero__inner__blk {
	padding-top: 120px;
	padding-bottom: 220px;
	padding-left: 50px;
	padding-right: 50px;
}

.hero__title h2 {
	font-weight:700;
	text-transform: uppercase;
  font-size: 48px;
  color: #fff;
  line-height: 64px;
  margin: 0;
  letter-spacing: 2px;
}

.hero__title {
  padding-bottom: 10px;
}

.hero__content p {
  font-family: roboto;
	font-weight: 200;
  font-size: 18px;
  color: #fff;
  margin: 0;
  line-height: 34px;
  letter-spacing: 2px;
}

.our__products__content p {
	text-transform: uppercase;
  font-size: 20px;
  text-align: center;
  margin: 0;
  font-weight:700;
  line-height: 26px;
  color: #000;
}

.our__product__btn a {
  font-size: 18px !important;
  text-align: center;
}

.our__product__area {
  background: #F0F0ED;
  padding-top: 130px;
  padding-bottom: 60px;
}

.product__thumb {
  min-height: 230px;
  max-width: 470px;
}

.product__thumb img {
  height: 230px;
  object-fit: cover;
  width: 100%;
}

.our__product__btn {
  justify-content: center;
}

.our__products__item {
  padding-bottom: 35px;
}

.our__products__content {
  padding: 25px 0;
}

.hero__content__blk {

}

.hero__content {
  padding-bottom: 30px;
}

.product__thumb__blk {
  background: #F7AF00;
  padding: 40px 20px;
  transform: skewX(-2deg);
}

.our__product__thumb {
  max-width: 130px;
  margin: 0 auto;
  min-height: 135px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.our__product__thumb img {
  width: 100%;
  height: 135px;
}

/* ----------------------------------------- HERO AREA END ------------------------ */


/* ----------------------------------------- RANGE AREA START ------------------------ */

.range__area {
  min-height: 240px;
  padding-top: 60px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.range__title h2 {
  letter-spacing: 1px;
  color: #fff;
  font-size: 48px;
  font-weight: 400;
  margin: 0;
  line-height: 42px;
  text-align: left;
  margin-left: 50px;
  margin-bottom: 20px;
}

.range__title p {
  color: #fff;
  margin: 0;
  line-height: 26px;
  text-align: left;
  margin-left: 50px;
  margin-bottom: 20px;
}

.product__top__title {
  display: flex;
  align-items: center;
  gap: 10px;
  padding-bottom: 50px;
  margin-left: 50px;
  font-size: 18px;
  color: #000;
  line-height: 20px;
  margin: 0;
  letter-spacing: 1px;
}

.product__top__title a {
  color: #000;
}

.product__area {
  padding: 30px 0;
}


/* ----------------------------------------- RANGE AREA END ------------------------ */


/* ----------------------------------------- PRODUCT AREA START ------------------------ */

.product__content p {
  font-size: 24px;
  font-weight: 400;
  color: #F4AF00;
  text-align: center;
  line-height: 28px;
  margin: 0;
  padding-bottom: 15px;
  border-bottom: 3px solid #F4AF00;
  letter-spacing: 1px;
}

.product__content {
  background: #000000;
  padding: 40px;
}

.card__price {
  display: flex;
  align-items: center;
  gap: 5px;
}

.card__price p {
  font-size: 18px;
  line-height: 20px;
  color: #000;
  margin: 0;
  letter-spacing: 1px;
}

.card__price h6 {
  font-size: 30px;
  margin: 0;
  line-height: 23px;
  color: #000;
  letter-spacing: 1px;
}

.card__price span {
  font-size: 13px;
  color: #4A4A49;
  letter-spacing: 1px;
}

.card__btn a {
	font-family: 'roboto';
	/* text-transform: uppercase; */
	font-size: 16px!important;
	color: #fff;
	padding: 10px 27px;
	background: #000;
	border-radius: 50px;
	transition: .3s all;
	font-weight:700;
}

.btn_filter {
  font-size: 15px;
  color: #fff;
  padding: 10px 27px;
  background: #000;
  border-radius: 50px;
  transition: .3s all;
  letter-spacing: 1px;
}

.card__btn span {
	padding-left: 15px;
	font-size: 20px;
	transition: all .3s;
}

.card__top__blk {
  transform: skewX(-2deg);
}

.card__btn {
  display: flex;
  align-items: center;
  gap: 10px;
  flex: 0 0 auto;
}

.card__btn_pr {
  display: flex;
  align-items: center;
  gap: 10px;
  flex: 0 0 auto;
  font-size: 20px;
  color: #fff;
  padding: 10px 27px;
  background: #000;
  border-radius: 50px;
  transition: .3s all;
  font-weight:700;
}

.sale__product__wrap {
  padding-bottom: 30px;
}

.card__price__blk {
  display: flex;
  align-items: center;
  /* justify-content: space-around; */
  gap: 20px;
  padding-top: 20px;
}

.card__price__blk_2 {
	color:#fff;
	/* text-align: right; */
	margin-right: 40px;
	padding-top: 20px;
}

.card__btn a:hover {
	background: #46484A;
}
.card__btn a:hover span {
    padding-left: 20px;
}

/* ----------------------------------------- PRODUCT AREA END ------------------------ */


/* ----------------------------------------- EXPERIENCE AREA START ------------------------ */
.experience__area {
  padding-top: 230px;
  padding-bottom: 150px;
}


.customer__name h3 {
  text-align: right;
  font-size: 23px;
  margin: 0;
  letter-spacing: 1px;
  padding-top: 15px;
}

.customer__review {
  background: #F7AF00;
  padding: 30px 30px;
  display: flex;
  align-items: center;
  gap: 20px;
  transform: skewX(-2deg);
  margin-right: 10px;
  min-height: 212px;
}

.customer__name {
  padding-right: 13px;
}

.customer__review__content p {
  font-family: 'roboto';
	font-weight: 200;
  font-size: 17px;
  margin: 0;
  text-align: center;
  letter-spacing: 1px;
  line-height: 24px;
}

.quiet__ico__2 {
  position: absolute;
  bottom: 30px;
  right: 140px;
  width: 23px;
}

.quiet__ico__2 img {
  width: 100%;
}

.quiet__ico {
  width: 23px;
  position: absolute;
  top: 32px;
  left: 45px;
}

.quiet__ico img {
  width: 100%;
}

/* ----------------------------------------- EXPERIENCE AREA END ------------------------ */


/* ----------------------------------------- PRODUCTEN AREA START ------------------------ */
.producten__area {
  padding-top: 45px;
  padding-bottom: 90px;
}

.customer__picture {
  width: 125px;
  height: 125px;
  object-fit: cover;
  flex: 0 0 auto;
  margin-right: -50px;
}

.customer__picture img {
  width: 100%;
}

.customer__review__content {
  max-width: 200px;
}

.producten__right__card {
  background: #000000;
  padding: 50px 70px;
}

.prod__card__content h5 {
  color: #fff;
  font-size: 30px;
  line-height: 35px;
  margin: 0;
  letter-spacing: 1px;
}

.prod__card__content {
  padding-bottom: 15px;
  border-bottom: 2px solid #F0AF00;
  margin-bottom: 40px;
}

.description__content h5 {
  font-family:"Bebas Neue", sans-serif;
  color: #fff;
  margin-bottom: 10px;
  font-size: 24px;
  letter-spacing: 1px;
}

.description__content p {
  font-size: 16px;
  font-weight: 100;
  color: #fff;
  margin: 0;
  line-height: 37px;
  padding-bottom: 5px;
  letter-spacing: 1px;
}

.description__content {
  font-family: sans-serif;

}

.description__content h6 {
  font-family:"Bebas Neue", sans-serif;
  color: #fff;
  font-size: 18px;
  font-weight:700;
  margin: 0;
  line-height: 1.6;
  letter-spacing: 1.1;
}

.description__content h6 span {
  font-size: 16px;
  font-family: sans-serif;
  color: #C3C3C1;
  font-weight: 100;
}

.qst__title h5 {
	font-weight:700;
  font-size: 24px;
  color: #fff;
  margin: 0;
  line-height: 23px;
  letter-spacing: 1px;
}

.qst__blk {
  padding-top: 26px;
}

.producten__slide__blk {
  border: 2px solid #F0AF00;
  transform: skew(-2deg);
}

.owl-nav button {
  height: 40px;
  width: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background: #000000 !important;
  color: #fff !important;
  border: 0 !important;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 20px;
}

.owl-nav button.owl-next {
  left: auto;
  right: 20px;
}

.qst__title {
  padding-bottom: 20px;
}

.any__contact {
  display: flex;
  align-items: center;
  gap: 25px;
  padding-bottom: 40px;
}

.card_contact_btn {
  font-size: 18px !important;
}

.prod__price__blk h6 {
  color: #fff;
  font-size: 42px !important;
  /* letter-spacing: 1px; */
}

.prod__price__blk p {
  color: #fff;
  font-size: 21px;
  /* letter-spacing: 1px; */
}

.producten__card {
  transform: skewX(-2deg);
}

.prod__card__btn a {
	margin-left: 30px;
	font-weight: 700;
	background: #F0AF00 !important;
	color: #000 !important;
	border: 1px solid #EAAF00;
	/* letter-spacing: 1px; */
}

.prod__card__btn a:hover {
  color: #EAAF00 !important;
  background: #000 !important;
}

.any__contact h4 {
  font-size: 24px;
  color: #fff;
  margin: 0;
}

.card__contact a {
  font-size: 18px;
  color: #fff;
  /* letter-spacing: 1px; */
}

.card__contact span {
  padding-right: 10px;
}

#gallery .row .col-12:not(:last-of-type) {
  margin-bottom: 24px;
}

#downloads .item {
  display: flex;
  color: #fff;
  align-items: center;
  padding: 15px 69px 15px 15px;
  justify-content: space-between;
  background: #000000;
  position: relative;
  border-bottom: 1px solid #fff;
  font-weight: 600;
  transition: all .3s;
}

#downloads .item:hover {
  background: #4e4e4e;
}

#downloads .item .icon {
 width: 54px;
 height: 100%;
 display: grid;
 place-content: center;
 background: #F7AF00;
 position: absolute;
 top: 0;
 right: 0;
 transition: all .3s;
}

#downloads .item:hover .icon {
  background: #f79400;
}

#downloads .item .icon svg {
  width: 30px;
}

#faq button {
  background: #000;
  border-radius: 0;
  border: none;
  border-bottom: 1px solid #fff !important;
  padding: 15px 69px 15px 15px;
  color: #fff;
  font-weight: 600;
}

#faq button:focus {
  outline: none;
  border-top: none;
  border-right: none;
  border-left: none;
  box-shadow: none;
}

#faq .accordion-item {
  border-radius: 0;
  border: none;
}

#faq .accordion-button:after {
  display: none;
}

#faq .accordion-button:not(.collapsed) {
  color: #f79400;
  font-weight: 700;
}

#faq .accordion-button:not(.collapsed) .icon {
  background: #f79400;
}

#faq .accordion-button .icon {
  width: 54px;
  height: 100%;
  display: grid;
  place-content: center;
  background: #F7AF00;
  position: absolute;
  top: 0;
  right: 0;
  transition: all .3s;
}

#faq .accordion-button .icon svg {
  width: 20px;
  transition: all .3s;
}

#faq .accordion-button:not(.collapsed) .icon svg {
  rotate: 180deg;
}


#faq .accordion-item p:last-of-type {
  margin-bottom: 0;
}

/* ----------------------------------------- PRODUCTEN AREA END ------------------------ */


/* ----------------------------------------- PRODUCTEN AREA END ------------------------ */

.related__title h3 {
	text-transform: uppercase;
  font-size: 35px;
  color: #000;
  margin: 0;
  font-weight:700;
}

.related__title {
  padding-left: 50px;
  padding-bottom: 50px;
}

.related__area {
  background: #F0F0ED;
  padding-top: 80px;
}

.related__product__blk {
  padding-bottom: 20px;
}

.related__product__blk .swiper-wrapper {
  height: auto;
}

.related__product__blk .arrows {
  display: flex;
  justify-content: flex-end;
  gap: 15px;
}

.related__product__blk .arrows i {
  height: 40px;
  width: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background: #000000;
  color: #fff;
  border: 0 !important;
}

/* ----------------------------------------- PRODUCTEN AREA END ------------------------ */


/* ----------------------------------------- PROFINAME AREA START ------------------------ */

.profiname__area {
  background: #000000;
  padding-top: 150px;
  padding-bottom: 110px;
}

.profiname__title h2 {
	text-transform: uppercase;
  font-size: 35px;
  color: #fff;
  margin: 0;
  font-weight:700;
}

.profiname__title {
  margin-bottom: 20px;
}

.profiname__content p {
  font-family: roboto;
	font-weight: 200;
  color: #fff;
  font-size: 18px;
  line-height: 36px;
  letter-spacing: 1px;
}

.profiname__buttons__blk {
  display: flex;
  align-items: center;
  gap: 30px;
  flex-wrap: wrap;
}

.profiname__btn a {
	text-transform: uppercase;
	font-weight:700;
  color: #fff;
  font-size: 18px;
  padding: 8px 15px;
  border: 2px solid #E0E0DE;
  border-radius: 50px;
  transition: .3s all;

}

.profiname__btn a:hover {
	background: #F0AF00;
	color: #000;
	border-color: #f0af00;
}

.profiname__btn {
  flex: 0 0 auto;
}

.profiname__content {
  padding-bottom: 20px;
}

/* ----------------------------------------- PROFINAME AREA END ------------------------ */


.content__area {
  padding-top: 45px;
  /* padding-bottom: 90px; */
}

.textblock__contact a {
  color: #000 !important;
}

.textblock__contact__item h4 {
  color: #000 !important;
}

.textblock__area {
  padding-bottom: 60px;
}

.textblocks__title__ico {
  position: absolute;
  max-width: 60px;
  top: -20px;
  left: -30px;
}

.textblocks__title__ico img {
  width: 100%;
}

.textblock__title h3 {
	/* text-transform: uppercase; */
	font-size: 35px;
	text-align: left;
	font-weight:700;
	line-height: 62px;
	margin: 0;
}

.textblock__title {
  max-width: 700px;
  padding-bottom: 30px;
  position: relative;
}

.image_text__thumb{
	max-width: 70%;
  height: auto;
}

.image_text__inner__blk .col-xl-6:nth-of-type(2) .image_text__thumb {
  margin-left: auto;
}

.textblock__content ul {
	margin-left: 20px;
	line-height: 30px;
}

.textblock__content ul li {
  padding-left: 40px;
  position: relative;
  line-height: 30px;
  margin-top: 15px;
  list-style: none;
}

.textblock__content ul li:after {
  content: "\f14a";
  font-family: 'Font Awesome 5 Pro';
  font-weight: 700;
  font-size: 25px;
  position: absolute;
  color: var(--main-color);
  left: 0;
  top: 0;
}

.textblock__content li {
   counter-increment: item;
   margin-bottom: 5px;
 }

.textblock__content ol {
   list-style: none;
   counter-reset: item;
 }

.textblock__content ol li {
  padding-left: 40px;
}

.textblock__content ol li:before {
   margin-right: 18px;
   margin-left: -45px;
   padding-bottom: 2px;
   padding-top: 3px;
   padding-left: 1px;
   content: counter(item);
   background: black;
   border-radius: 100%;
   color: white;
   width: 1.8rem;
   text-align: center;
   display: inline-block;
 }


.textblock__content p {
  font-family: 'roboto';
	font-weight: 200;
  font-size: 18px;
  text-align: left;
  letter-spacing: 1px;
}

.textblock__btn__blk {
  max-width: 366px;
  margin: 0 auto;
  flex: 0 0 auto;
}


.image_text__area {
  padding-bottom: 60px;
}

.image_text__title h2 {
  font-size: 35px;
  /* text-transform: uppercase; */
  margin: 0;
  font-weight:700;
}

.image_text__title {
  margin-bottom: 30px;
}

.image_text__content p {
  font-family: roboto;
	font-weight:200;
  font-size: 18px;
  letter-spacing: 1px;
}

.image_text__buttons__blk {
  display: flex;
  align-items: center;
  gap: 30px;
  flex-wrap: wrap;
}
.textblock__content{
	font-family: roboto;
	font-weight:200;
}

.image_text__btn a {
  color: #fff;
  font-size: 18px;
  padding: 8px 15px;
  border: 2px solid #E0E0DE;
  border-radius: 50px;
  transition: .3s all;
  letter-spacing: 1px;
}

.image_text__btn a:hover {
	background: #F0AF00;
	color: #000;
	border-color: #f0af00;
}

.image_text__btn {
  flex: 0 0 auto;
}

.image_text__content {
	font-family: 'roboto';
	font-weight: 200;
  padding-bottom: 40px;
}

.image_text__content ul {
	margin-left: 20px;
	line-height: 30px;
}

.image_text__content ul li {
  padding-left: 40px;
  position: relative;
  line-height: 30px;
  margin-top: 15px;
  list-style: none;
}

.image_text__content ul li:after {
  content: "\f14a";
  font-family: 'Font Awesome 5 Pro';
  font-weight: 700;
  font-size: 25px;
  position: absolute;
  color: var(--main-color);
  left: 0;
  top: 0;
}

.image_text__content li {
   counter-increment: item;
   margin-bottom: 5px;
 }

.image_text__content ol {
   list-style: none;
   counter-reset: item;
 }

.image_text__content ol li {
  padding-left: 40px;
}

.image_text__content ol li:before {
   margin-right: 18px;
   margin-left: -45px;
   padding-bottom: 2px;
   padding-top: 3px;
   padding-left: 1px;
   content: counter(item);
   background: black;
   border-radius: 100%;
   color: white;
   width: 1.8rem;
   text-align: center;
   display: inline-block;
 }

/* ----------------------------------------- SERVICE AREA START ------------------------ */
.service__contact a {
  color: #000 !important;
}

.service__contact__item h4 {
  color: #000 !important;
}

.service__area {
  padding-top: 200px;
  padding-bottom: 130px;
}

.services__title__ico {
  position: absolute;
  max-width: 60px;
  top: -20px;
  left: -30px;
}

.services__title__ico img {
  width: 100%;
}

.service__title h3 {
	text-transform: uppercase;
  font-size: 35px;
  text-align: center;
  font-weight:700;
  line-height: 62px;
  margin: 0;
}

.service__title {
  max-width: 700px;
  margin: 0 auto;
  padding-bottom: 20px;
  position: relative;
}

.service__content p {
  font-family: 'roboto';
	font-weight: 200;
  font-size: 18px;
  text-align: center;
  letter-spacing: 1px;
  line-height: 35px;
}

.service__btn__blk {
  max-width: 430px;
  margin: 30 auto 0 auto;
  flex: 0 0 auto;
}

/* ----------------------------------------- SERVICE AREA END ------------------------ */


/* ----------------------------------------- SERVICE AREA END ------------------------ */

.customer__title__blk h3 {
  font-size: 35px;
	text-transform: uppercase;
  margin: 0;
  color: #000;
  font-weight:700;
  line-height: 52px;
}

.customer__title__blk {
  max-width: 296px;
}

/* ----------------------------------------- SERVICE AREA END ------------------------ */


/* ----------------------------------------- FOOTER AREA START ------------------------ */
.footer__area {
  background: #000000;
  padding-top: 70px;
}

.footer__btn .service__btn {
  margin-left: 0;
  margin-bottom: 30px;
}

.footer__logo {
  padding-bottom: 70px;
}

.footer__list ul li {
  display: block;
  padding-bottom: 10px;
}

.footer__list ul li a {
	font-family: 'roboto';
		font-weight: 200;
  font-size: 18px;
  color: #fff;
  transition: .3s all;

}

.footer__list__title h4 {

  font-size: 22px;
  color: #fff;
  margin-bottom: 15px;
}


.footer__bottom__blk {
  padding: 20px 0;
  border-top: 1px solid #bfbfbf;
}

.footer__social__link__blk {
  display: flex;
  align-items: center;
  gap: 10px;
}

.single__social__link a {
  font-size: 20px;
  color: #fff;
  transition: .3s all;
}

.single__social__link a:hover {
  color: #F7AF00;
}

.footer__list ul li a:hover {
  color: #F7AF00;
}

.footer__bottom__inner__blk {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.footer__bottom__list ul li {
  display: inherit;
  display: inline-block;
}

.footer__bottom__list ul {
  color: #fff;
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
}

.footer__bottom__list ul li a {
  font-size: 14px;
  color: #fff;
  transition: .3s all;
  font-family: sans-serif;
}

.copyright__text h5 {
  margin: 0;
  font-size: 16px;
  color: #fff;
  transition: .3s all;
  font-family: roboto;
  white-space: nowrap;
}

.footer__inner__blk {
  padding-bottom: 160px;
}

.footer__bottom__list ul li a:hover {
  color: #F7AF00;
}

.info__area {
  padding: 120px 0;
  background: #F7AF00;
  position: relative;
}

.info__title h4 {
	font-weight:700;
	text-transform: uppercase;
	font-size: 35px;
	color: #000000;
	margin: 0;
}

.info__title {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 30px;
}

.info__title>span {
  height: 87px;
  width: 87px;
}

.profile__name h4 {
  font-size: 24px;
  color: #000000;
}

.profile__link a {
  display: flex;
  color: #000000;
  font-family: 'roboto';
	font-weight: 200;
  font-size: 18px;
  margin-bottom: 7px;
  gap: 6px;
  line-height: normal;
}

.profile__link a span {
  height: 20px;
  width: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.profile__social__ico .footer__social__link__blk a {
  font-size: 18px;
  color: #000;
}

.footer__social__link__blk {
  padding-left: 25px;
  padding-top: 10px;
}

.single__info__form__step input {
	font-family: 'roboto';
	font-weight: 200;
  width: 100%;
  font-size: 18px;
  background: transparent;
  border: 0;
  border-bottom: 2px solid #000;
  padding: 5px 15px;
  color: #000;
}

.single__info__form__step textarea {
  width: 100%;
  font-size: 18px;
  background: transparent;
  border: 0;
  border-bottom: 2px solid #000;
  padding: 5px 15px;
  color: #000;
  resize: none;
  height: 120px;
}

.form__btn button {
	font-weight:700;
	/* text-transform: uppercase; */
	font-size: 20px;
	color: #F7AF00;
	padding: 10px 27px;
	background: #000;
	border-radius: 50px;
	transition: .3s all;
	letter-spacing: 1px;
	border: 0;
	display: flex;
	align-items: center;
	gap: 10px;
	transition: all .3s;
}
.form__btn button:hover {
    background-color: #424546;
    color: #fff;
    gap: 20px;
}
.form__btn {
  display: flex;
  justify-content: flex-end;
}

.info__inner__blk {
  width: 551px;
}

.profile__name2 {
	margin-top: 30px!important;
}


.info__area .col-lg-6:last-child .info__inner__blk {
  margin-left: auto;
}

.info__area:before {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  content: '';
  background: #fff;
  height: 100%;
  width: 30px;
  top: 0;
  transform: skew(-3deg);
}

.pagination__area .arrow__icon {
  height: 40px;
  width: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background: #000000;
  color: #fff;
  border: 0 !important;
}

.pagination__area a {
  font-size: 18px;
  color: #000;
  transition: .3s all;
  padding: 3px;
  display: inline-block;
  border-bottom: 2px solid transparent;
  line-height: 1;
}

.pagination__area a:hover {
  color: #F7AF00;
}

.pagination__area a:hover {
  border-color: #F7AF00;
  color: #F7AF00;
}

.pagination__area {
  display: flex;
  align-items: center;
  gap: 7px;
  justify-content: flex-end;
  padding-top: 35px;
}

.pagination__area a.active {
  border-color: #F7AF00;
  color: #F7AF00;
}

.hero__first__card {
  background: #019D29;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 20px;
  transform: skew(-3deg);
  padding-bottom: 40px;
}

.hero__first__card .card__content p {
	font-weight:700;

  margin: 0;
  font-size: 20px;
  color: #fff;
  margin-top: 10px;
}

.hero__first__card__blk .card__btn {
  display: flex;
  justify-content: flex-end;
  margin-right: 45px;
  margin-top: -24px;
  position: relative;
}

.hero__third__card {
  background: #F7AF00;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 20px;
  transform: skew(-3deg);
  padding-bottom: 40px;
}

.card__content p {
  font-weight:700;
  margin: 0;
  margin-top: 0px;
  font-size: 20px;
  color: #000;
  margin-top: 10px;
}

.hero__third__card__blk .card__btn {
  display: flex;
  justify-content: flex-end;
  margin-right: 45px;
  margin-top: -24px;
  position: relative;
}

.hero__multiple__card__blk {
  background: #F7AF00;
  display: flex;
  align-items: center;
  padding: 20px;
  transform: skew(-3deg);
  padding-bottom: 40px;
  justify-content: space-between;
}

.hero__single__bottom__card h6 {
  margin: 0;
	font-weight:700;
  margin-top: 0px;
  margin-top: 0px;
  font-size: 20px;
  color: #000;
  margin-top: 10px;
}

.hero__single__bottom__card>span {
  height: 71px;
  display: flex;
  align-items: flex-end;
  width: 71px;
  margin: 0 auto;
}

.hero__single__bottom__card {
  text-align: center;
}

.short_height>span img {
  height: 71px;
}

.hero__multiple__card__wrap .card__btn {
  display: flex;
  justify-content: flex-end;
  margin-right: 45px;
  margin-top: -24px;
  position: relative;
}

.hero__card__area {
  margin-top: -150px;
}

.header__search__blk input {
  width: 100%;
  background: transparent;
  border: 0;
  padding: 5px 10px;
  border-bottom: 2px solid #8F8F8F;
  font-size: 18px;
  color: #fff;
}

.header__search__blk input::placeholder {
  color: #d6d6d6;
}

.header__search__blk {
    width: 200px;
    position: relative;
}

.header__search__blk button {
  position: absolute;
  right: 10px;
  background: transparent;
  border: 0;
  color: #fff;
  bottom: 6px;
}

.header__menu__inner__blk {
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: space-between;
}

/* ----------------------------------------- FOOTER AREA END ------------------------ */












/*-------------------- Selector Css Here   --------------------- */



.select-box {
  position: relative;
  display: block;
  width: 100%;
  margin: 0 auto;
  font-family: "Open Sans", "Helvetica Neue", "Segoe UI", "Calibri", "Arial", sans-serif;
  font-size: 18px;
  color: #60666d;
  text-align: left;
}

.select-box__current {
  position: relative;
  cursor: pointer;
  outline: none;
}

.select-box__current:focus+.select-box__list {
  opacity: 1;
  -webkit-animation-name: none;
  animation-name: none;
}

.select-box__current:focus+.select-box__list .select-box__option {
  cursor: pointer;
}

.select-box__current:focus .select-box__icon {
  transform: translateY(-50%) rotate(180deg);
}

.select-box__icon {
  position: absolute;
  top: 50%;
  right: -5px;
  transform: translateY(-50%);
  width: 20px;
  opacity: 1;
  transition: 0.2s ease;
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%) hue-rotate(134deg) brightness(102%) contrast(101%);
}

.select-box__value {
  display: flex;
}

.select-box__input {
  display: none;
}

.select-box__input:checked+.select-box__input-text {
  display: block;
}

.select-box__input-text {
  display: none;
  width: 100%;
  margin: 0;
  padding: 6px;
  background-color: transparent;
  border: 0;
  border-radius: 8px;
  font-style: normal;
  font-weight: 500;
  font-size: 16px !important;
  line-height: 24px;
  color: #374151;
  padding-right: 20px;
}

.select-box__list {
  position: absolute;
  width: 100%;
  padding: 0;
  list-style: none;
  opacity: 0;
  -webkit-animation-name: HideList;
  animation-name: HideList;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-timing-function: step-start;
  animation-timing-function: step-start;
  box-shadow: 0 15px 30px -10px rgba(0, 0, 0, 0.1);
  z-index: 999;
  background: #FFFFFF;
  box-shadow: 0px 0px 12px 1px rgba(51, 51, 62, 0.08);
  border-radius: 8px;
  height: 270px;
  overflow-y: scroll;
  overflow-x: hidden;
}

.select-box__option {
  display: block;
  padding: 8px;
  background-color: #fff;
}

.select-box__option:hover,
.select-box__option:focus {
  color: #546c84;
  background-color: #fbfbfb;
}

@-webkit-keyframes HideList {
  from {
    transform: scaleY(1);
  }

  to {
    transform: scaleY(0);
  }
}

@keyframes HideList {
  from {
    transform: scaleY(1);
  }

  to {
    transform: scaleY(0);
  }
}

.select-box__current img {
  width: 27px;
  margin-right: 10px;
  margin-left: 5px;
}

.select-box__list li img {
  width: 32px;
  margin-right: 10px;
}

.select-box__list li {
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #374151;
}

.select-box__icon {
  width: 18px !important;
}

.selectorwith_flag {
  width: 100%;
}

.select-box__list li label img {
  margin: 0;
  margin-left: 10px;
}





/*-------------------- Selector Css Here   --------------------- */




/* ----------------------------------------- MOBILE MENU AREA START ------------------------ */

.mobile__menu .mega__menu {
  position: unset;
  width: 100%;
  flex-direction: column;
  top: 0 !important;
  visibility: visible;
  opacity: 1;
  gap: 20px;
  padding: 15px;
}

.mobile__menu .header__right__blk {
  flex-direction: column;
  align-items: flex-start;
}

.mobile__menu .header__right__blk .main__menu ul li {
  margin: 0;
  display: block;
  padding: 6px 0;
}

.mobile__menu .header__right__blk .main__menu ul li a {
  display: inline-flex;
  padding: 6px 0;
  border-bottom: 1px solid #000;
  width: 100%;
  border-radius: 0 !important;
  box-shadow: none !important;
}

.mobile__menu .header__right__blk .main__menu {
  width: 100%;
}

.mobile__menu .header__btn {
  margin: 20px 0;
  width: 100%;
}

.mobile__menu .social__ico__blk {
  margin-left: 0;
  justify-content: center;
  width: 100%;
}

.mobile__menu {
	display: block;
	position: fixed;
	top: 0;
	height: 100%;
	z-index: 99999;
	background: #000000;
	width: 330px;
	padding: 15px;
	padding-top: 120px;
	transition: .3s all;
	left: -100%;
    overflow: auto;
}

.related__inner__blk {
  padding-bottom: 90px;
}

.mobile__menu .header__btn a {
  width: 100%;
}

.profiname__thumb {
  position: relative;
}

.profiname__thumb a {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.profiname__thumb>img {
  width: 100%;
}

.close__menu {
  position: absolute;
  top: 20px;
  right: 20px;
  color: #fff;
  font-size: 20px;
  line-height: 1;
  cursor: pointer;
}

.mobile__menu .header__right__blk .main__menu .main__menu__link a {
  border: 0;
  padding: 0;
  font-size: 14px;
  margin: 0;
}

.mobile__menu .mega_menu_right p {
  font-size: 15px;
}

.none__desk {
  display: none;
}

.open__menu {
  font-size: 22px;
  cursor: pointer;
  line-height: 1;
  color: #fff;
}

.overlay {
	position: fixed;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background: rgba(0, 0, 0, 0.7);
	z-index: 10000;
	transition: .5s all;
	opacity: 0;
    visibility: hidden;
}
.overlay.active {
    opacity: 1;
    visibility: visible;
}
/* ----------------------------------------- MOBILE MENU AREA END ------------------------ */

::placeholder {
  opacity: 1;
}

.category-title {
  font-weight:700;
  font-size: 18px;
  margin-bottom: 15px;
	letter-spacing: 1px;
}

.product__wrapper__container .categories {
  margin-bottom: 30px;
}

.product__wrapper__container .categories,
.product__wrapper__container .categories ul {
  list-style: none;
}

.product__wrapper__container .categories a {
	 font-weight:700;
	 color: #000;
}

.product__wrapper__container .categories > li.active > a,
.product__wrapper__container .categories > li.active > ul > li.active a {
  color: #F7B000;
}

.product__wrapper__container .categories > li > ul {
  display: none;
}

.product__wrapper__container .categories > li.active > ul {
  display: block;
  padding-left: 15px;
  margin-bottom: 20px;
}


/* filter css start */
.product__wrapper__container > .row {
    --bs-gutter-x: 80px;
}
.filter__title {
    font-size: 18px;
    margin-bottom: 15px;
	letter-spacing: 1px;
}
.filter__blk {
  /*border-bottom: 2px solid #F7AF02;*/
	margin-bottom: 22px;
}
.filter__blk__title {
    font-size: 18px;
    color: #f7af00;
    margin-bottom: 14px;
    gap: 16px;
    cursor: pointer;
	font-weight:700;
}
.filter__option select {
  padding: 5px 10px;
	font-weight:400;
  cursor: pointer;
  width: 100%;
  -moz-appearance: none;
  -webkit-appearance: none;
}

.filter__option .select::after {
  content: "";
  height: 7px;
  width: 7px;
  border-width: 1px;
  margin-top: -5px;
  border-color: #4b4b4b;
}

.option__container {
	position: relative;
	margin-bottom: 8px;
}
.option__container label {
    width: 100%;
	padding-left: 40px;
	font-size: 16px;
	color: #9b9a9a;
    position: relative;
    z-index: 1;
    cursor: pointer;
}
.option__container .checkbox {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}
.option__container .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: transparent;
    border: 2px solid #DFDFDF;
    border-radius: 2px;
}

.option__container .checkbox:checked ~ .checkmark {
    background-color: #000;
    border-color: #7F7F7F;
}
.option__container .checkbox:checked ~ label {
    color: #000;
}


.range__container {
	width: 100%;
	padding: 36px 0 25px 0;
}

.filter__value__container {
	right: 0;
	top: -10px;
	letter-spacing: 1px;
}

.filter_button {
  font-size: 15px;
  color: #fff;
  padding: 10px 27px;
  background: #000;
  border-radius: 50px;
  transition: .3s all;
  letter-spacing: 1px;
}

.filter-wrapper .btns {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}

.filter-wrapper .remove-filter {
  text-decoration: underline;
  cursor: pointer;
}

.no-results .remove-filter {
  font-size: 15px;
  color: #fff;
  padding: 10px 27px;
  background: #000;
  border-radius: 50px;
  transition: .3s all;
  letter-spacing: 1px;
  cursor: pointer;
  margin-top: 10px;
}

  /* The slider itself */
  .slider {
    -webkit-appearance: none;
    appearance: none;
    width: 100%;
    height: 3px;
    background: #CDCDCD;
    outline: none;
    opacity: 1;
  }

  /* The slider handle (use -webkit- (Chrome, Opera, Safari, Edge) and -moz- (Firefox) to override default look) */
  .slider::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 20px;
    height: 35px;
    background: #F7AF00;
    cursor: pointer;
  }

  .slider::-moz-range-thumb {
	width: 20px;
	height: 35px;
	background: #F7AF00;
	cursor: pointer;
	border-radius: 0;
	border: 0;
}

/* filter css end */

.sale__product__wrap_two .product__content p {
	font-size: 18px;
	line-height: 24px;
}
.sale__product__wrap_two .row {
    --bg-gutter-x: 20px
}
.sale__product__wrap_two .product__content {
	padding: 40px 38px;
}

/* search page */
#breadcrumbs.search {
  padding-top: 45px;
}

#search-top {
  text-align: center;
}

#search-top h1 span {
  color: #F7AF00;
}

#search-top form {
  margin-bottom: 30px;
}

#search-top form button {
  background: #000;
  color: #fff;
  width: 38px;
}

#search-results {
  padding-bottom: 90px;
}

#search-results .col-lg-4 {
  margin-bottom: 24px;
}

#search-results h5 {
  margin-top: 15px;
}
