/* Google Font CDN Link */
/* @import url('https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,300..900;1,300..900&display=swap'); */

@font-face {
  font-family: "Proxima Nova Rg";
  src: url("../font/ProximaNova-Regular.woff2") format("woff2"),
    url("../font/ProximaNova-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Open Sans";
  src: url("../font/OpenSans-Regular.woff2") format("woff2"),
    url("../font/OpenSans-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  text-decoration: none;
  scroll-behavior: smooth;
}

:root {
  --primary-color: #f78932;
  --primary-color2: #292626;
  --black-color: #2f2f2fd4;
  --white-color: #fff;
}

body {
  /* font-family: 'Proxima Nova Rg'; */
  font-optical-sizing: auto;
  font-style: normal;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Proxima Nova Rg", Arial sans-serif;
  text-transform: uppercase;
}

p,
span,
a,
li {
  font-family: "Proxima Nova Rg", Arial sans-serif;
}

::-webkit-scrollbar {
  width: 10px;
}

::-webkit-scrollbar-track {
  background: #f1f1f1;
}

::-webkit-scrollbar-thumb {
  background: var(--primary-color);
  border-radius: 12px;
  transition: all 0.3s ease;
}

::-webkit-scrollbar-thumb:hover {
  background: var(--primary-color);
}

a {
  text-decoration: none;
}

.own_container {
  width: 85%;
  margin: auto;
}

p {
  font-size: 16px;
  font-style: normal;
  line-height: normal;
}

.modal-content {
  background-color: var(--primary-color) !important;
  border: 0px solid var(--white-color) !important;
  color: var(--white-color) !important;
  border-radius: 20px !important;
}

.modal-header .btn-close {
  opacity: 1;
  filter: invert(1);
}
/* apsom menu  */

.apsom_menu_sec {
  /* position: absolute; */
  z-index: 99;
  width: 100%;
  left: 0;
}
.desktop_logo a {
  display: block;
  width: 80px;
  padding: 0 !important;
}

.desktop_logo a img {
  width: 100%;
}

/* navbar styling */

.sticky {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1000;
  background: var(--white-color);
}

.top_header {
  background-color: var(--primary-color);
  padding: 5px 0;
}

.top_header_marquee {
  color: var(--white-color);
  width: 100%;
  font-size: 16px;
}

/* menu css start  */

.menu_img {
  width: 100%;
  border-radius: 5px;
}

.menu_img img {
  width: 100%;
  border-radius: 5px;
}

/* hero ssection css start */

.hero_section {
  background-image: url("../images/home-banner-bg.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding: 0px 0px 0px 0px;
}

#banner-carousel .owl-dots {
  display: block;
  bottom: 0;
  position: absolute;
  z-index: 5;
  left: 50%;
  bottom: 0px;
  transform: translate(-50%, -50%);
}

#banner-carousel .owl-dots .owl-dot.active span,
#banner-carousel .owl-dots .owl-dot:hover span {
  background: var(--primary-color);
  width: 20px;
}

.hero_content {
  position: relative;
}

.hero_content h1 {
  text-align: center;
  position: absolute;
  top: 100px;
  width: 100%;
  font-size: 45px;
  text-transform: uppercase;
}

.hero_img {
  width: 100%;
}

.hero_img img {
  width: 100%;
}

.hero_sub_content {
  position: absolute;
  bottom: -40px;
  left: 50%;
  transform: translate(-50%, -28%);
  text-align: center;
}

.hero_sub_content h2 {
  font-size: 2rem;
}

.hero_sub_content p {
  font-size: 20px;
}

/* hero section css end */

/* footer css  */

.footer_sec {
  background-color: var(--white-color);
  padding: 40px 0px 0px 0px;
}

.footer_sec .footer_li span {
  font-size: 18px !important;
  color: var(--black-color);
  display: inline-block;
  margin-bottom: 20px;
  font-weight: 600;
}

.footer_sec .footer_li ul {
  padding: 0px;
}

.footer_sec .footer_li ul li {
  list-style: none;
  padding: 5px 0px;
}

.footer_sec .footer_li ul li a {
  color: var(--black-color);
}

.footer_logo_row {
  border-bottom: 1px solid #d0d0d0;
}

.footer_logo {
  width: 150px;
}

.footer_logo img {
  width: 100%;
}

.footer_contact,
.social_media {
  padding-bottom: 15px;
}

.footer_contact span {
  font-size: 14px;
}

.footer_contact span a {
  color: var(--black-color);
}

.footer_contact span i {
  font-size: 18px;
  color: var(--black-color);
}

.social_media ul {
  padding: 0px;
  display: flex;
  margin: 0;
}

.social_media ul li {
  list-style: none;
  padding: 0px 8px;
}
.social_media ul li i {
  color: var(--black-color);
  background: #e2e2e2;
    border-radius: 50%;
    width: 32px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    font-size: 18px;
}
.social_media ul li a img {
  width: 100%;
}

.bottom_footer {
  padding: 20px 0px;
}

.footer_bottom_row {
  border-top: 1px solid #d0d0d0;
}

.copy_right p {
  color: var(--white-color);
  /* font-size: 14px; */
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 0px;
}

.copy_right p a {
  color: var(--white-color);
}

.bottom_footer_row {
  padding: 25px 0px;
  margin-top: 30px;
}

.bottom_footer ul {
  display: flex;
  justify-content: end;
  margin-bottom: 0px;
  flex-wrap: wrap;
}

.bottom_footer ul li {
  list-style: none;
  padding: 10px 20px;
}

.bottom_footer ul li a {
  color: var(--black-color);
  /* font-weight: 500; */
  font-size: 14px;
}

/* footer css */

/* latest_news css  */

#blog-carousel .owl-dots {
  display: block;
}

#blog-carousel .owl-dots .owl-dot.active span,
#blog-carousel .owl-dots .owl-dot:hover span {
  background: var(--primary-color);
  width: 20px;
}

.latest_news_sec {
  padding: 100px 0px;
}

.news_box {
  width: 90%;
  position: relative;
}

.news_content {
  padding: 20px;
}

.news_box .news_box_img {
  width: 100%;
  margin-bottom: 20px;
  /* min-height: 238px; */
  border-radius: 20px;
}

.news_box .news_box_img img {
  width: 100%;
  height: 100%;
  border-radius: 20px;
}

.news_box .news_content h3 {
  font-size: 20px;
  /* line-height: 25px; */
  font-weight: 600;
}

.news_box .news_content a {
  color: var(--primary-color);
  text-decoration: none;
  font-size: 17px;
}

.news_strip {
  position: absolute;
  top: 0px;
  left: 0px;
  clip-path: polygon(100% 0%, 100% 100%, 0% 100%, 10% 0%, 85% 0%);
  /* Creating the curved side */
  transform: rotate(180deg);
}

.news_strip span {
  background: var(--primary-color);
  padding: 10px 30px;
  color: var(--white-color);
  text-transform: capitalize;
  transform: rotate(-180deg);
  display: inline-block;
  border-radius: 20px 0px 0px 0px;
}

.apson_sec_heading {
  margin-bottom: 57px;
  color: var(--black-color);
}

.apson_sec_heading h2 {
  font-size: 34px;
  /* font-weight: 500; */
  text-transform: uppercase;
  color: var(--black-color);
}

.apson_sec_heading h4 {
  text-transform: uppercase;
}

.product_tab_sec {
  padding: 15px 0px 10px 0px;
  position: sticky;
  top: 84px;
  background: #f5f5f5;
  z-index: 10;
}

.product_tab {
  display: flex;
  justify-content: space-between;
}

.product_tab ul {
  display: flex;
  margin-bottom: 0px;
  justify-content: space-between;
}

.product_tab ul li {
  list-style: none;
}

.product_tab a {
  padding: 15px 50px;
  border-radius: 50px;
  background: #fff;
  color: var(--black-color);
  font-size: 18px;
  font-style: normal;
  line-height: normal;
  text-transform: capitalize;
  display: inline-block;
  margin-right: 15px;
  transition: 0.3s all;
}

.product_tab a:hover {
  background-color: var(--primary-color);
  color: var(--white-color);
}

.product_tab ul li a.active {
  font-weight: 600;
  color: var(--white-color);
  background: var(--primary-color);
}

.certificate_sec {
  padding: 80px 0px;
}

.certificate_box {
  display: flex;
  align-items: center;
}

.certificate_img {
  width: 40%;
}

.certificate_content {
  width: 60%;
}

.certificate_content span {
  color: var(--black-color);
  font-size: 24px;
  font-style: normal;
  line-height: normal;
  text-transform: uppercase;
}

.certi_border_right {
  border-right: 1px solid #ccc;
}

/* latest news css  */

/* sustainability_assured css  */

.sustainability_assured {
  /* background-image: url(../images/sustainability-assured.png); */
  background: var(--black-color);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 120px 0px;
  background-position: center;
}

.sustainability_assured_content {
  color: var(--white-color);
}

.sustainability_assured_content h3 {
  font-size: 40px;
  margin-bottom: 10px;
}

.sustainability_assured_content p {
  margin-bottom: 25px;
}

/* .apsom_btn {
    background: var(--primary-color);
    padding: 18px 42px;
    display: inline-block;
    color: var(--white-color);
    border-radius: 50px;
    font-size: 18px;
    font-weight: 500;
    transition: .3s all;
    border: 1px solid var(--primary-color);
}

.apsom_btn:hover {
    color: var(--black-color);
    background-color: var(--white-color);
    border: 1px solid var(--black-color);
} */

.sustainability_assured_certificate {
  width: 150px;
  margin-bottom: 30px;
}

.sustainability_assured_certificate img {
  width: 100%;
}

/* sustainability_assured css  */

/* about css  */

.about_apsom {
  background-color: var(--primary-color2);
  padding: 100px 0px;
  position: relative;
}

.about_apsom_content {
  color: var(--white-color);
}

.about_apsom_content h3 {
  font-size: 40px;
  margin-bottom: 10px;
}

.about_apsom_content p {
  margin-bottom: 25px;
}

.about_apsom_img {
  width: 100%;
  margin: auto;
}

.about_apsom_img img {
  width: 100%;
}

.about_apsom_img_box {
  position: relative;
  z-index: 1;
}

/*
.about_apsom_img_box {
  position: absolute;
  top: 50%;
  left: 50%;
  height: 100%;
  width: 100%;
  color: var(--white-color);
  fill: var(--white-color);
  background-color: var(--primary-color);
  text-align: center;
  border-radius: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
} */

.about_apsom_img_box::before {
  webkit-animation: videorips 2s linear infinite;
  animation: videorips 2s linear infinite;
  border-color: var(--primary-color);
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
  bottom: 0;
  left: 0;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  border-radius: 50%;
  border: 11px solid #f7893278;
}

.about_apsom_img_box::after {
  -webkit-animation: videorips 2s linear 1s infinite;
  animation: videorips 2s linear 1s infinite;
  border-color: var(--primary-color);
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
  bottom: 0;
  left: 0;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  border-radius: 50%;
  border: 11px solid #f7893278;
}

@keyframes videorips {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  75% {
    -webkit-transform: scale(2.1);
    transform: scale(1.1);
    opacity: 1;
  }

  100% {
    -webkit-transform: scale(2.3);
    transform: scale(1.3);
    opacity: 0;
  }
}

/* about css  */

/* slider css  */

.slider_container {
  height: 300px;
}

.slider-container {
  position: relative;
  max-width: 100%;
  overflow-x: clip;
}

.slider-wrapper {
  display: flex;
  transition: transform 1s ease;
}

.slider {
  flex: 0 0 60.33%;
  max-width: 60.33%;
  position: relative;
  opacity: 0.9;
}

.slider-content {
  /* position: absolute; */
  top: 50%;
  left: 50%;
  transform: translate(-50%, -26%);
  color: var(--black-color);
  text-align: center;
}

.slider-content h2 {
  text-transform: uppercase;
}

.slider-content p {
  text-transform: uppercase;
}

/*
h2 {
    font-size: 2em;
}

button {
    padding: 10px 20px;
    background-color: #fff;
    border: none;
    color: #333;
    cursor: pointer;
}

button:hover {
    background-color: #ccc;
} */

.slider_background {
  position: relative;
  /* padding-top: 200px; */
}

.navigation_content {
  text-align: center;
  margin-bottom: 70px;
}

.navigation_content h2 {
  color: var(--white-color);
  text-transform: uppercase;
  font-size: 40px;
}

.navigation_content_box {
  position: absolute;
  top: 85px;
  width: 100%;
}

.slider-navigation {
  width: 100%;
  display: flex;
  justify-content: center;
  z-index: 1;
  flex-wrap: wrap;
}

.slider-nav-item {
  margin: 0 80px;
  cursor: pointer;
  font-size: 30px;
  color: var(--white-color);
  text-transform: uppercase;
}

.slider-nav-item:hover {
  color: #ddd;
}

.content-section {
  display: flex;
}

.background {
  width: 100%;
  height: 500px;
  background-color: var(--primary-color2);
  transition: background-image 1s ease;
  background-repeat: no-repeat;
  background-size: cover;
}

.white-section {
  width: 100%;
  height: 200px;
  background-color: var(--white-color);
  text-align: center;
}

.active {
  opacity: 1 !important;
}

.inactive {
  opacity: 0.8 !important;
}

.slider-active {
  opacity: 1;
}

.slider-inactive {
  opacity: 0.8;
}

.slider_img {
  width: 70%;
  margin: auto;
}

.slider_img img {
  width: 100%;
}

.slider-nav-item.nav_active {
  border-bottom: 2px solid var(--primary-color);
}

/* slider css  */

/* our_partner css start */

.our_partner {
  padding: 100px 0px;
}

@-webkit-keyframes scroll {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    -webkit-transform: translateX(calc(-250px * 5));
    transform: translateX(calc(-250px * 5));
  }
}

@keyframes scroll {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    -webkit-transform: translateX(calc(-250px * 5));
    transform: translateX(calc(-250px * 5));
  }
}

.client-slider {
  background: white;
  /* box-shadow: 0 10px 20px -5px rgba(0, 0, 0, 0.125); */
  height: 100px;
  margin: auto;
  overflow: hidden;
  position: relative;
}

.client-slider::before,
.client-slider::after {
  /* background: -webkit-gradient(linear, left top, right top, from(white), to(rgba(255, 255, 255, 0)));
    background: linear-gradient(to right, white 0%, rgba(255, 255, 255, 0) 100%); */
  content: "";
  height: 100px;
  position: absolute;
  width: 200px;
  z-index: 2;
}

.client-slider::after {
  right: 0;
  top: 0;
  -webkit-transform: rotateZ(180deg);
  transform: rotateZ(180deg);
}

.client-slider::before {
  left: 0;
  top: 0;
}

.client-slider .client-slide-track {
  display: -webkit-box;
  display: flex;
  width: calc(320px * 15); /* Width should match .client-slide width */
  -webkit-animation: scroll 20s linear infinite;
  animation: scroll 20s linear infinite;
}

.client-slider:hover .client-slide-track {
  animation-play-state: paused;
}

.client-slider .client-slide {
  width: 320px;
  height: 100px;
}

@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-1250px); /* slide left by width of 5 slides */
  }
}

/* our_partner css End  */

/* event_sec css Start  */

#event-carousel .owl-dots {
  /* display: block; */
}

#event-carousel .owl-dots .owl-dot.active span,
#event-carousel .owl-dots .owl-dot:hover span {
  background: var(--primary-color);
  /* width: 20px; */
}

.event_sec {
  background-image: url(../images/apsom-product-2-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 100px 0px;
  background-position: center;
}

.event_card {
  background: var(--white-color);
  border-radius: 10px;
  position: relative;
  height: 100%;
  cursor: pointer;
}

.event_card .event_img {
  width: 100%;
  border-radius: 10px;
}

.event_card .event_img img {
  width: 100%;
  border-radius: 10px;
}

.event_content {
  width: 100%;
  padding: 20px 20px;
  color: var(--black-color);
}

.event_content a {
  color: var(--primary-color);
}

.event_content span {
  display: inline-block;
  margin-bottom: 15px;
  font-size: 14px;
  color: var(--primary-color);
}

.event_content .more_details {
  display: inline-block;
  background: var(--primary-color);
  padding: 3px 15px;
  border-radius: 50px;
  color: var(--white-color);
}

.event_content h4 {
  margin: 0px;
  font-size: 1.2rem;
  font-weight: 600;
}

.event_card .event_date {
  position: absolute;
  top: 0;
  left: 2em;
  background: var(--primary-color);
  color: var(--white-color);
  padding: 0em 1em;
  padding-bottom: 0;
  border-radius: 0;
  text-align: center;
}

.event_card .event_date::before,
.event_card .event_date::after {
  content: "";
  position: absolute;
  top: 100%;

  width: 50%;
  height: 30px;
}

.event_card .event_date::before {
  left: 0;
  border-left: solid 2em var(--primary-color);
  border-top: solid 15px var(--primary-color);
  border-bottom: solid 15px transparent;
  border-right: solid 2em transparent;
}

.event_card .event_date::after {
  right: 0;
  border-right: solid 2em var(--primary-color);
  border-top: solid 15px var(--primary-color);
  border-bottom: solid 15px transparent;
  border-left: solid 2em transparent;
}

.event_card .event_date span {
  font-size: 1.3rem;
  font-weight: 600;
}

.event_card .event_date p {
  font-size: 1rem;
  margin: 0px;
}

/* event_sec css End  */

/* about us page css  */

.about_banner {
  padding: 200px 0px !important;
}

.about_apsom_data_sec {
  padding: 100px 0px;
}

.apsom_year {
  width: 80%;
  margin: auto;
}

.apsom_year img {
  width: 100%;
}

.apsom_year_content span {
  font-weight: 600;
}

.overview_content_sec {
  background-image: url(../images/about/global-network.png);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 250px 0px 250px 0px;
  background-position: center;
}

.overview_content {
  color: var(--white-color);
}

.overview_content h2 {
  text-transform: uppercase;
}

.customer_driven_sec {
  padding: 100px 0px;
}

.driven_box {
  padding: 30px 30px;
  border-radius: 30px;
  background: var(--white-color);
  box-shadow: 0px 0px 5.6px 0px rgba(0, 0, 0, 0.12);
  text-align: center;
  height: 100%;
}

.driven_box_icon {
  width: 35px;
  margin: auto;
}
.driven_box_icon img {
  width: 100%;
}

.driven_box_content {
  margin-top: 15px;
}

.driven_box_content span {
  color: var(--black-color);
  text-align: center;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 600;
}

#team-carousel {
  background: #f5f5f5;
  box-shadow: none;
}
#team-carousel .owl-dots {
  display: block;
}

#team-carousel .owl-dots .owl-dot.active span,
#team-carousel .owl-dots .owl-dot:hover span {
  background: var(--primary-color);
  width: 20px;
}

#team-carousel .owl-stage-outer {
  background: #ffffff;
}

.about_team_sec {
  padding: 100px 0px;
  background: #f5f5f5;
}
.team_box {
  padding: 10px;
  border-radius: 15px;
  background: var(--white-color);
  box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.15);
}

.team_img {
  border-radius: 15px;
  width: 100%;
}

.team_img img {
  border-radius: 15px;
  width: 100%;
}

.team_content {
  padding: 15px;
  text-align: center;
}

.team_content span {
  color: var(--primary-color2);
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
}

.team_content p {
  color: var(--primary-color);
  margin: 0px;
}

.testimonial_sec {
  padding: 100px 0px;
  background: #f5f5f5;
}

.testimonial_box {
  display: flex;
  align-items: center;
}

.testimonial_box .testimonial_profile_img {
  width: 50%;
}

.testimonial_box .testimonial_profile_img img {
  width: 100%;
}

.testimonial_content {
  margin-left: 25px;
}

.rating {
  color: var(--primary-color);
  margin-bottom: 15px;
}

.rating .fa {
  padding-right: 5px;
}

.testimonial_content p {
  color: #212529;
  font-size: 16px;
  margin-bottom: 30px;
}

.testimonial_content span {
  color: #212529;
  font-size: 16px;
  font-weight: 600;
  /* 175% */
}

#testimonial-carousel .owl-dots {
  margin-top: 40px;
}
#testimonial-carousel .owl-dots .owl-dot.active span,
#testimonial-carousel .owl-dots .owl-dot:hover span {
  background: var(--primary-color);
  width: 20px;
}

.vission_cont {
  background-image: url(../images/about/vission-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 200px 20px 200px 20px;
  background-position: center;
  width: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.mission_cont {
  background-image: url(../images/about/mission-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 200px 20px 200px 20px;
  background-position: center;
  width: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.vission_mission_sec {
  display: flex;
}

.vission_content {
  width: 65%;
  color: var(--white-color);
}
.vission_content h2,
.mission_content h2 {
  text-transform: uppercase;
}

.mission_content {
  width: 65%;
  color: var(--white-color);
}
/* eco solvent css start  */

.product_main_sec {
  position: relative;
}

#eco_product_1 {
  /* position: sticky;
    top: -70px;
    z-index: 0; */
  /* background-image: url(../images/bgbanner/eco_product_1.jpg); */
  background-repeat: no-repeat;
  background-size: cover;
}

#eco_product_2 {
  /* position: sticky;
    top: -70px;
    z-index: 1; */

  background-image: url(../images/bgbanner/eco_product_2.png);
  background-repeat: no-repeat;
  background-size: cover;
}

#eco_product_3 {
  /* position: sticky;
    top: -70px;
    z-index: 2; */

  background-image: url(../images/bgbanner/eco_product_3.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}

#eco_product_4 {
  /* position: sticky;
    top: -70px;
    z-index: 3; */

  background-image: url(../images/bgbanner/eco_product_4.png);
  background-repeat: no-repeat;
  background-size: cover;
}

.echo_solvent_banner_sec {
  background-image: url(../images/eco-solvant-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 100px 0px;
  background-position: bottom;
}

.echo_solvent_banner_content h1 {
  color: var(--black-color);
  font-size: 40px;
  font-style: normal;
  line-height: normal;
  text-transform: uppercase;
}

.echo_solvent_banner_content p {
  color: var(--black-color);
  font-style: normal;
  line-height: normal;
}

/* .echo_solvent_banner {
    margin-bottom: -68px;
} */

.eco_product_heading {
  text-align: center;
  padding: 30px 0px;
}

.eco_product_heading span {
  color: var(--primary-color);
  font-size: 24px !important;
  font-style: normal;
  line-height: normal;
  text-transform: uppercase;
  display: block;
  margin-bottom: 20px;
}

.eco_product_heading h2 {
  color: var(--white-color);
  text-align: center;
  font-size: 35px;
  font-style: normal;
  line-height: normal;
}

.eco_product_1 {
  background: var(--black-color);
  padding: 80px 0px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.eco_product_row {
  padding-bottom: 0px;
}

.eco_product_1_cont {
  /* border: 2px solid var(--primary-color); */
  border-radius: 35px;
}

.eco_product_2 {
  /* background: var(--primary-color); */
  padding: 100px 0px;
}

.eco_product_2_cont {
  /* border: 2px solid var(--white-color); */
  border-radius: 35px;
}

.echo_product_2_img {
  margin-right: -60px;
}

.echo_product_content {
  color: var(--white-color);
  width: 80%;
  margin: auto;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.echo_product_img {
  /* margin-left: -60px; */
}

.echo_product_content ul {
  padding: 0px;
  margin-bottom: 20px;
}

.echo_product_content ul li {
  list-style: none;
  color: var(--white-color);
  font-size: 18px;
  font-style: normal;
  line-height: 30px;
  position: relative;
  padding-left: 30px;
  /* 166.667% */
}

.echo_product_content ul li::before {
  content: "";
  width: 20px;
  height: 3px;
  background-color: var(--white-color);
  position: absolute;
  left: 0;
  top: 14px;
}

.echo_product_content2 {
  color: var(--black-color);
  width: 80%;
  margin: auto;
}

.echo_product_content2 ul {
  padding: 0px;
  margin-bottom: 20px;
}

.echo_product_content2 ul li {
  list-style: none;
  color: var(--black-color);
  font-size: 18px;
  font-style: normal;
  line-height: 30px;
  position: relative;
  padding-left: 30px;
  /* 166.667% */
}

.echo_product_content2 ul li::before {
  content: "";
  width: 20px;
  height: 3px;
  background-color: var(--black-color);
  position: absolute;
  left: 0;
  top: 14px;
}

/* echo solovent css End  */

/* product ap - 640 cs start  */

@-webkit-keyframes scroll {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    -webkit-transform: translateX(calc(-250px * 4));
    transform: translateX(calc(-250px * 4));
  }
}

@keyframes scroll {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    -webkit-transform: translateX(calc(-250px * 4));
    transform: translateX(calc(-250px * 4));
  }
}

#allthings-carousel {
  background: white;
  /* box-shadow: 0 10px 20px -5px rgba(0, 0, 0, 0.125); */
  /* height: 100px; */
  margin: auto;
  overflow: hidden;
  position: relative;
}

#allthings-carousel::before,
#allthings-carousel::after {
  /* background: -webkit-gradient(linear, left top, right top, from(white), to(rgba(255, 255, 255, 0)));
    background: linear-gradient(to right, white 0%, rgba(255, 255, 255, 0) 100%); */
  content: "";
  height: 100px;
  position: absolute;
  width: 200px;
  z-index: 2;
}

#allthings-carousel::after {
  right: 0;
  top: 0;
  -webkit-transform: rotateZ(180deg);
  transform: rotateZ(180deg);
}

#allthings-carousel::before {
  left: 0;
  top: 0;
}

#allthings-carousel .allthings_slider {
  -webkit-animation: scroll 20s linear infinite;
  animation: scroll 20s linear infinite;
  display: -webkit-box;
  display: flex;
  width: calc(250px * 14);
}

#allthings-carousel .item {
  height: 400px;
  width: 420px;
  margin-right: 10px;
}

#allthings-carousel .owl-dots {
  display: block;
}

#allthings-carousel .owl-dots .owl-dot.active span,
#allthings-carousel .owl-dots .owl-dot:hover span {
  background: var(--primary-color);
  width: 20px;
}

.all_the_things_img {
  width: 100%;
}

.all_the_things_img img {
  width: 100%;
}

.all_the_things_box {
  position: relative;
}

.all_the_things_strip {
  position: absolute;
  top: 8px;
  left: 15px;
  border-radius: 50px;
  background: var(--primary-color);
  padding: 5px 10px;
}

.all_the_things_strip span {
  color: var(--white-color);
  text-align: center;
  font-size: 18px;
  font-style: normal;
  line-height: normal;
}

.over_view_box {
  border-radius: 30px;
  background: #f6f2f2;
}

.over_view_content {
  text-align: center;
  padding: 30px 30px;
  color: var(--black-color);
}

.over_view_box3 {
  background-image: url("../images/product-img/extension_color.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding: 140px 50px;
  border-radius: 30px;
}

.over_view_box2 {
  border-radius: 30px;
  background: #d9d9d9;
  overflow: hidden;
}

.over_view_img {
  width: 100%;
}

.over_view_img img {
  width: 100%;
}

.overview_img {
  width: 100%;
}

.overview_img img {
  width: 100%;
}

.banner_content_box {
  position: relative;
}

.banner_content_box .banner_content {
  position: absolute;
  border-radius: 30px;
  border-top: 3px solid #10d3ff;
  border-right: 3px solid #10d3ff;
  border-left: 3px solid #10d3ff;
  left: 25%;
  right: 50%;
  /* transform: translate(50%, 50%); */
  width: 50%;
  top: 14%;
  /* border: 1px solid; */
  text-align: center;
  padding: 50px 0px 116px 0px;
  z-index: -1;
}

.banner_content_box .banner_content p {
  color: var(--black-color);
  text-align: center;
  font-size: 30px;
  font-style: normal;
  line-height: normal;
}

.ap_hero_section {
  background-image: url("../images/ap-640-bg.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding: 80px 0px 50px 0px;
  position: relative;
  z-index: 1;
}

.consistency_sec {
  background: #000;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding: 80px 0px 80px 0px;
}

.consistency_img_content {
  color: #fff;
}

.consistency_img_content h3 {
  color: var(--white-color);
  font-size: 50px;
  font-style: normal;
  line-height: normal;
  text-transform: uppercase;
}

.consistency_img_content p {
  color: var(--white-color);
  font-style: normal;
  line-height: normal;
}

.category_margin {
  margin-bottom: 30px;
}

.category_sec {
  padding: 80px 0px;
}

.category_box {
  border-radius: 20px;
  background: #f5f5f5;
  text-align: center;
  padding: 72px 79px;
}

.category_icon {
  width: 50px;
  margin: auto auto 20px auto;
}

.category_icon img {
  width: 100%;
}

.category_content span {
  color: var(--black-color);
  text-align: center;
  font-size: 20px !important;
  font-style: normal;
  line-height: normal;
  margin-bottom: 18px;
  display: block;
}

.category_content p {
  color: var(--black-color);
  text-align: center;
  font-style: normal;
  line-height: normal;
  margin: 0px;
}

.ap_640_feature_sec {
  background-image: url("../images/ap-640-bg.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding: 180px 0px 180px 0px;
}

.get_it_right_sec {
  background-image: url("../images/bgbanner/get_it_right_bg.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding: 180px 0px 180px 0px;
}

.increased_print_sec {
  background-image: url("../images/bgbanner/increased_print_bg.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding: 180px 0px 180px 0px;
}

.ultra_precis_sec {
  background-image: url("../images/bgbanner/ultra_precis_bg.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding: 180px 0px 180px 0px;
}

.ap_640_feature_content {
  color: var(--black-color);
}

.ap_640_feature_content h3 {
  color: var(--black-color);
  font-size: 45px;
  font-style: normal;
  line-height: normal;
  text-transform: uppercase;
}

.ap_640_feature_content p {
  color: var(--black-color);
  font-style: normal;
  line-height: normal;
}

.cat_content_icon {
  width: 50px;
  margin-bottom: 15px;
}

.cat_content_icon img {
  width: 50px;
}

.best_in_cat_sec {
  background-color: var(--black-color);
  padding: 80px 0px 0px 0px;
}

.save_hour_sec {
  background-image: url("../images/save_hour_bg.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding: 80px 0px 0px 0px;
}

.cat_row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

.cat_img {
  width: 50%;
  margin-right: 50px;
}

.cat_img img {
  width: 100%;
}

.cat_content {
  width: 30%;
  margin: 0px auto;
  color: #fff;
}

.cat_content h3 {
  color: var(--white-color);
  font-size: 35px;
  font-style: normal;
  line-height: normal;
  text-transform: uppercase;
}

.cat_content p {
  color: var(--white-color);
  font-style: normal;
  line-height: normal;
}

.cat_sec_border_class {
  border-bottom: 8px solid #f58732;
}

.cat_img_margin {
  margin: 0px;
}

.ap_640_video_sec {
  line-height: 0px;
}

.data_sheet_sec {
  padding: 80px 0px;
}

.data_sheet_div {
  border-radius: 15px;
  background: var(--white-color);
  box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.12);
  text-align: center;
  padding: 30px;
}

.data_sheet_div span {
  color: var(--black-color);
  font-size: 30px;
  font-style: normal;
  line-height: normal;
  text-transform: uppercase;
  display: block;
  margin-bottom: 25px;
  margin-top: 30px;
}

/* .product_specification {
  border: 3px solid var(--black-color);
  border-radius: 5px;
}

.product_specification tr td {
  padding: 20px 15px;
  color: var(--black-color);
  font-size: 18px;
  font-style: normal;
  line-height: normal;
  border-color: #acacac;
}

.product_specification tr .product_specification_bg {
  background-color: #ddd;
  color: var(--black-color);
  font-size: 20px;
  font-style: normal;
  line-height: normal;
  width: 25%;
}

.product_specification_sec {
  padding: 80px 0px;
  background-color: #f5f5f5;
} */

.lowest_opreation_sec {
  background-image: url("../images/lowest_opreation_bg.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom;
  padding: 80px 0px 80px 0px;
}

.key_points_box {
  background: var(--white-color);
  text-align: center;
  padding: 50px;
  border-radius: 20px;
  backdrop-filter: blur(52.849998474121094px);
}

.key_points_box span {
  color: var(--black-color);
  text-align: center;
  font-size: 50px !important;
  font-style: normal;
  line-height: normal;
}

.key_points_box p {
  color: var(--black-color);
  text-align: center;
  font-size: 18px !important;
  font-style: normal;
  line-height: normal;
}

.keypoint_img {
  width: 60%;
  margin: auto;
  border: 15px solid;
  box-shadow: 17px 13px 36px 0px #00000061;
}

.keypoint_cont {
  margin-bottom: 40px;
}

.keypoint_cont h4 {
  color: var(--black-color);
  font-size: 40px;
  font-style: normal;
  line-height: normal;
  text-transform: uppercase;
}

.keypoint_sec {
  background-color: #d5dee3;
  padding: 80px 0px;
}

.keypoint_box {
  padding: 40px 20px;
  border-radius: 20px;
  background: var(--white-color);
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.12);
  text-align: center;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.keypoint_box span {
  color: var(--black-color);
  text-align: center;
  font-size: 20px;
  font-style: normal;
  line-height: normal;
  text-transform: uppercase;
}

.winner_heading {
  text-align: center;
  margin-bottom: 20px;
}

.winner_heading span {
  display: block;
  color: var(--primary-color);
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  font-size: 40px;
  font-style: normal;
  line-height: normal;
  text-transform: uppercase;
}

.request_seller_form_sec {
  background-color: #f5f5f5;
  padding: 80px 0px;
}

.request_seller_form input,
.request_seller_form textarea,
.request_seller_form select {
  border-radius: 10px;
  background: var(--white-color);
}

.request_seller_form label {
  color: #8d8888;
  font-size: 18px;
  font-style: normal;
  line-height: normal;
}

.form-control:focus {
  color: #212529;
  background-color: var(--white-color);
  border-color: var(--black-color);
  outline: 0;
  box-shadow: none;
}

/* product ap - 640 css End  */

/* blog detail css start  */
.tag-cloud a {
  padding: 4px 17px;
  font-size: 14px;
  color: var(--white-color);
  background: var(--primary-color2);
  border-radius: 50px;
  margin-right: 4px;
  margin-bottom: 4px;
}
.tag-cloud a:hover {
  background: var(--primary-color);
}

.blog_detail_sec {
  background-color: #f5f5f5;
  padding: 80px 0px;
}

.blog-listing {
  padding-top: 30px;
  padding-bottom: 30px;
}

.gray-bg {
  background-color: #f5f5f5;
}

.blog-grid {
  box-shadow: 0 0 30px rgba(31, 45, 61, 0.125);
  border-radius: 5px;
  overflow: hidden;
  background: var(--white-color);
  margin-top: 15px;
  margin-bottom: 15px;
}

.blog-grid .blog-img {
  position: relative;
}

.blog-grid .blog-img .date {
  position: absolute;
  background: var(--primary-color);
  color: var(--white-color);
  padding: 8px 15px;
  left: 10px;
  top: 10px;
  border-radius: 4px;
}

.blog-grid .blog-img .date span {
  font-size: 22px;
  display: block;
  line-height: 22px;
}

.blog-grid .blog-img .date label {
  font-size: 14px;
  margin: 0;
}

.blog-grid .blog-info {
  padding: 20px;
}

.blog-grid .blog-info h5 {
  font-size: 22px;
  margin: 0 0 10px;
}

.blog-grid .blog-info h5 a {
  color: #20247b;
}

.blog-grid .blog-info p {
  margin: 0;
}

.blog-grid .blog-info .btn-bar {
  margin-top: 20px;
}

.blog-aside .widget {
  box-shadow: 0 0 30px rgba(31, 45, 61, 0.125);
  border-radius: 5px;
  overflow: hidden;
  background: var(--white-color);
  margin-top: 15px;
  margin-bottom: 15px;
  width: 100%;
  display: inline-block;
  vertical-align: top;
}

.product_save_col {
  position: sticky;
  top: 85px;
  z-index: 1;
}

.blog-aside .widget-body {
  padding: 15px;
}

.blog-aside .widget-title {
  padding: 15px;
  border-bottom: 1px solid #eee;
}

.blog-aside .widget-title h3 {
  font-size: 24px;
  color: var(--black-color);
  margin: 0;
  font-weight: 600;
}

.blog-aside .post-aside {
  margin-bottom: 15px;
}

.blog-aside .post-aside .post-aside-title h5 {
  margin: 0;
}

.blog-aside .post-aside .post-aside-title a {
  font-size: 18px;
  color: #20247b;
}

.blog-aside .post-aside .post-aside-meta {
  padding-bottom: 10px;
}

.blog-aside .post-aside .post-aside-meta a {
  color: #6f8ba4;
  font-size: 12px;
  text-transform: uppercase;
  display: inline-block;
  margin-right: 10px;
}

.blog-aside .latest-post-aside + .latest-post-aside {
  border-top: 1px solid #eee;
  padding-top: 15px;
  margin-top: 15px;
}

.blog-aside .latest-post-aside .lpa-right {
  width: 90px;
}

.blog-aside .latest-post-aside .lpa-right img {
  border-radius: 3px;
}

.blog-aside .latest-post-aside .lpa-left {
  padding-right: 15px;
  width: 70%;
}

.blog-aside .latest-post-aside .lpa-title h5 {
  margin: 0;
  font-size: 15px;
}

.blog-aside .latest-post-aside .lpa-title a {
  color: var(--black-color);
  font-size: 16px;
}

.blog-aside .latest-post-aside .lpa-meta a {
  color: #6f8ba4;
  font-size: 12px;
  text-transform: uppercase;
  display: inline-block;
  margin-right: 10px;
}

.blog-single {
  padding-top: 30px;
  padding-bottom: 30px;
}

.latest-post-aside.media {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.blog_box {
  background: var(--white-color);
  border-radius: 20px;
  height: 100%;
}

.article {
  /* box-shadow: 0 0 30px rgba(31, 45, 61, 0.125); */
  border-radius: 5px;
  overflow: hidden;
  background: var(--white-color);
  padding: 15px;
  margin: 15px 0 30px;
}

.article .article-title {
  padding: 15px 0 20px;
}

.article .article-title h6 {
  font-size: 16px;
  margin-bottom: 10px;
}

.article .article-title h6 a {
  text-transform: uppercase;
  color: var(--white-color);
  border-bottom: 1px solid var(--primary-color);
  background: var(--primary-color);
  padding: 4px 20px;
  border-radius: 50px;
}

.article .article-title h2 {
  color: var(--black-color);
}

.article .article-title .media {
  padding-top: 15px;
  border-bottom: 1px dashed #ddd;
  padding-bottom: 20px;
  display: flex;
  align-items: center;
}

.article .article-title .media .avatar {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  overflow: hidden;
  border: 1px solid var(--primary-color);
}

.article .article-title .media .media-body {
  padding-left: 8px;
}

.article .article-title .media .media-body label {
  color: var(--primary-color);
  margin: 0;
}

.article .article-title .media .media-body span {
  display: block;
  font-size: 12px;
}

.article .article-content h1,
.article .article-content h2,
.article .article-content h3,
.article .article-content h4,
.article .article-content h5,
.article .article-content h6 {
  color: var(--black-color);
  margin-bottom: 10px;
}

.article .article-content blockquote {
  max-width: 600px;
  padding: 15px 0 30px 0;
  margin: 0;
}

.article .article-content blockquote p {
  font-size: 20px;
  color: var(--primary-color);
  margin: 0;
}

.article .article-content blockquote .blockquote-footer {
  color: var(--black-color);
  font-size: 16px;
}

.article .article-content blockquote .blockquote-footer cite {
}

.article-content p {
  font-size: 16px !important;
  text-align: left !important;
}

.article-content span {
  font-size: 16px !important;
  text-align: left !important;
}

.article-content h2 {
  font-size: 24px !important;
  font-weight: 500;
  text-align: left !important;
}

.article-content a {
  color: var(--primary-color) !important;
  font-size: 16px !important;
}

.article-content figcaption {
  font-size: 16px !important;
}
.article .tag-cloud {
  padding-top: 10px;
}

.article-comment {
  box-shadow: 0 0 30px rgba(31, 45, 61, 0.125);
  border-radius: 5px;
  overflow: hidden;
  background: var(--white-color);
  padding: 20px;
}

.article-comment h4 {
  color: #20247b;
  margin-bottom: 25px;
  font-size: 22px;
}

img {
  max-width: 100%;
}

img {
  vertical-align: middle;
  border-style: none;
}

/* Contact Us
---------------------*/
.contact-name {
  margin-bottom: 30px;
}

.contact-name h5 {
  font-size: 22px;
  color: #20247b;
  margin-bottom: 5px;
}

.contact-name p {
  margin: 0;
}

.social-share a {
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 50%;
  color: var(--white-color);
  text-align: center;
  margin-right: 10px;
}

.social-share .dribbble {
  box-shadow: 0 8px 30px -4px rgba(234, 76, 137, 0.5);
  background-color: #ea4c89;
}

.social-share .behance {
  box-shadow: 0 8px 30px -4px rgba(0, 103, 255, 0.5);
  background-color: #0067ff;
}

.social-share .linkedin {
  box-shadow: 0 8px 30px -4px rgba(1, 119, 172, 0.5);
  background-color: #0177ac;
}

.contact-form .form-control {
  border: none;
  border-bottom: 1px solid #20247b;
  background: transparent;
  border-radius: 0;
  padding-left: 0;
  box-shadow: none !important;
}

.contact-form .form-control:focus {
  border-bottom: 1px solid #fc5356;
}

.contact-form .form-control.invalid {
  border-bottom: 1px solid #ff0000;
}

.contact-form .send {
  margin-top: 20px;
}

@media (max-width: 767px) {
  .contact-form .send {
    margin-bottom: 20px;
  }
}

.section-title h2 {
  color: #20247b;
  font-size: 45px;
  margin: 0 0 15px;
  border-left: 5px solid #fc5356;
  padding-left: 15px;
}

.section-title {
  padding-bottom: 45px;
}

.contact-form .send {
  margin-top: 20px;
}

.px-btn {
  padding: 0 50px 0 20px;
  line-height: 60px;
  position: relative;
  display: inline-block;
  color: #20247b;
  background: none;
  border: none;
}

.px-btn:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  border-radius: 30px;
  background: transparent;
  border: 1px solid rgba(252, 83, 86, 0.6);
  border-right: 1px solid transparent;
  -moz-transition: ease all 0.35s;
  -o-transition: ease all 0.35s;
  -webkit-transition: ease all 0.35s;
  transition: ease all 0.35s;
  width: 60px;
  height: 60px;
}

.px-btn .arrow {
  width: 13px;
  height: 2px;
  background: currentColor;
  display: inline-block;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 25px;
}

.px-btn .arrow:after {
  width: 8px;
  height: 8px;
  border-right: 2px solid currentColor;
  border-top: 2px solid currentColor;
  content: "";
  position: absolute;
  top: -3px;
  right: 0;
  display: inline-block;
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

/* blog detail css End  */

/* contact us css start  */

.contact_form_sec {
  /* background-color: #f5f5f5; */
  padding: 80px 0px;
  background-image: url(../images/map.svg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.contact_form_cont {
  /* text-align: center; */
  margin-bottom: 20px;
}

.contact_info_box {
  display: flex;
  align-items: center;
  padding-bottom: 20px;
  border-bottom: 1px solid #dbdbdb;
  margin-bottom: 20px;
}

.contact_info_icon {
  border: 2px solid var(--primary-color);
  /* padding: 20px; */
  border-radius: 50px;
  width: 60px;
  display: flex;
  height: 60px;
  align-items: center;
  font-size: 21px;
  justify-content: center;
  color: var(--white-color);
  background: var(--primary-color);
}

.contact_info_content {
  margin-left: 20px;
  width: 70%;
}

.contact_info_content span {
  display: block;
  font-size: 18px;
}

.contact_info_content a {
  font-size: 16px;
  color: #292626;
}

.regional_office_sec {
  background: #f5f5f5;
  padding: 80px 0px;
}

.regional_office_box {
  border: 1px solid #e5e5e5;
  padding: 30px;
  border-radius: 15px;
  height: 100%;
  background: var(--white-color);
}

.regional_office_box h4 {
  position: relative;
  color: var(--black-color);
  font-weight: 600;
  font-size: 1.3rem;
  padding-left: 15px;
  margin-bottom: 20px;
}

.regional_office_box h4:before {
  content: "";
  position: absolute;
  width: 4px;
  height: 90%;
  background: var(--primary-color);
  left: 0px;
  border-radius: 10px;
}

.regional_office_box h5 {
  font-size: 18px;
  margin-bottom: 1rem;
}

.regional_office_box h5 .fa {
  color: var(--primary-color);
}

.regional_office_box p .fa {
  color: var(--primary-color);
  margin-right: 5px;
  font-size: 18px;
}

.regional_office_box a {
  color: #121212;
}

.regional_office_box a .fa {
  color: var(--primary-color);
  margin-right: 5px;
  font-size: 18px;
}

/* contact us css end  */

/* privacy policy css start  */

.privacy_policy_sec {
  background-color: #f5f5f5;
  padding: 80px 0px;
}

.privacy_policy_content h3 {
  font-size: 1.5rem;
  text-transform: uppercase;
  margin-bottom: 20px;
  margin-top: 20px;
}

.privacy_policy_content p {
  font-size: 16px !important;
  font-family: "Proxima Nova Rg", Arial sans-serif !important;
}

.privacy_policy_content h2 {
  font-size: 35px !important;
  font-family: "Proxima Nova Rg", Arial sans-serif !important;
}

/* privacy policy css end  */

/* gallery css start  */

.gallery_sec {
  padding: 80px 0px;
  background-color: #f5f5f5;
}

.gallery_tab #myTab {
  justify-content: center;
  border: none;
}

.gallery_tab #myTab .nav-link.active {
  border: none;
  border-bottom: 2px solid var(--primary-color);
  color: var(--primary-color);
  opacity: 1;
}

.gallery_tab #myTab .nav-link {
  color: var(--black-color);
  font-size: 16px;
}

.galley_img {
  width: 100%;
  border-radius: 5px;
  position: relative;
  cursor: pointer;
}

.galley_img img {
  width: 100%;
  border-radius: 5px;
}

.gallery_item_tag {
  position: absolute;
  top: 0px;
  background: var(--primary-color);
  color: var(--white-color);
  padding: 8px 30px;
  border-radius: 0px 30px 30px 0px;
  left: 0px;
  font-size: 16px;
}

.gallery_video {
  position: relative;
  width: 100%;
  border-radius: 10px;
}

.gallery_video iframe {
  width: 100%;
  border-radius: 10px;
}

.gallery_video_tag {
  position: absolute;
  bottom: 0px;
  background: var(--primary-color);
  color: var(--white-color);
  padding: 8px 30px;
  border-radius: 0px 0px 10px 10px;
  left: 0px;
  font-size: 16px;
  width: 100%;
}

.gallery_img img {
  border-radius: 15px;
}

.apsom_videobox {
  background: var(--white-color);
  transition: 350ms;
  border-radius: 20px;
}

.apsom_clip {
  cursor: pointer;
}

.apsom_clip iframe {
  pointer-events: none;
  transition: 350ms;
  display: block;
  border-radius: 20px 20px 0px 0px;
}

.apsom_clip:hover iframe {
  opacity: 0.5;
}

.apsommodal_video button {
  font-family: Arial;
  position: absolute;
  top: -45px;
  right: 0px;
  z-index: 10;
  width: 32px;
  height: 32px;
  background: transparent;
  color: var(--primary-color);
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border: 0;
  box-shadow: 0 0 0 2px var(--primary-color);
  border-radius: 50%;
  font-size: 30px;
  line-height: 0;
  padding: 0;
  opacity: 1;
  outline: none;
}

.apsommodal_video button:hover {
  opacity: 1;
}

.apsommodal_video iframe {
  min-height: 50vh;
  display: block;
  box-shadow: 0 0px 0px 1px #333;
}

.apsom_videocont {
  padding: 13px 10px;
  margin-bottom: 0px;
  background: var(--primary-color);
  color: var(--white-color);
  border-radius: 0px 0px 20px 20px;
}

.apsom_videocont h5 {
  font-size: 18px;
}

.apsom_videobox:hover {
  background: var(--white-color);
}

/* gallery css End  */

/* product category Css start  */

.product_category_sec {
  padding: 100px 0px;
  background: #f5f5f5;
}

.product_category_box {
  border-radius: 30px;
  border: 1px solid var(--primary-color);
  background: var(--white-color);
  padding: 30px 20px;
}

.product_category_image {
  width: 100%;
  margin-bottom: 20px;
}

.product_category_image img {
  width: 100%;
}

.product_category_content {
  text-align: center;
}

.product_category_content h3 {
  font-size: 24px;
}

.product_category_content span {
  font-size: 16px;
  display: inline-block;
}

/* gallery details  */

#lightgallery {
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
}

#lightgallery a {
  width: 30%;
}

#lightgallery img {
  width: 100%;
  height: auto;
  border-radius: 5px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

/* product category Css End  */

.apsom_btn {
  display: inline-block;
  padding: 13px 30px;
  border-radius: 10rem;
  color: var(--white-color);
  text-transform: uppercase;
  border: 2px solid var(--primary-color);
  font-size: 1rem;
  letter-spacing: 0.01rem;
  transition: all 0.3s;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.apsom_btn::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--primary-color);
  /* Replace $color with the desired color */
  border-radius: 0rem;
  z-index: -2;
}

.apsom_btn::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0%;
  height: 100%;
  background-color: var(--white-color);
  /* Replace this with the appropriate darker color of $color */
  transition: all 0.3s;
  border-radius: 0rem;
  z-index: -1;
}

.apsom_btn:hover {
  color: var(--black-color);
  border: 2px solid var(--black-color);
}

.apsom_btn:hover::before {
  width: 100%;
}

.apsom_btn_white {
  display: inline-block;
  padding: 15px 15px;
  border-radius: 10rem;
  color: var(--black-color);
  text-transform: uppercase;
  border: 2px solid var(--white-color);
  font-size: 1rem;
  letter-spacing: 0.01rem;
  transition: all 0.3s;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.apsom_btn_white::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--white-color);
  /* Replace $color with the desired color */
  border-radius: 10rem;
  z-index: -2;
}

.apsom_btn_white::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0%;
  height: 100%;
  background-color: #f5f5f5;
  /* Replace this with the appropriate darker color of $color */
  transition: all 0.3s;
  border-radius: 10rem;
  z-index: -1;
}

.apsom_btn_white:hover {
  color: var(--black-color);
  border: 2px solid var(--black-color);
}

.apsom_btn_white:hover::before {
  width: 100%;
}

.telecrm-chat-widget-main-container {
  bottom: 77px !important;
  right: 16px !important;
}

.scroll-button a {
  position: fixed;
  bottom: 80px;
  right: 27px;
  color: var(--white-color);
  background: var(--primary-color);
  padding: 10px 12px;
  font-size: 18px;
  border-radius: 6px;
  box-shadow: rgba(0, 0, 0, 0.15);
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.apsom_banner_sec {
  background-image: url(../images/eco-solvant-bg.webp);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 80px 0px;
  background-position: bottom;
}

.apsom_banner_content {
  text-align: center;
}

.apsom_banner_content h1 {
  font-size: 2.5rem;
  text-transform: uppercase;
  margin-bottom: 0px;
}

.book_a_demo_sec {
  padding: 100px 0px;
}

.book_demo_image {
  width: 100%;
  border-radius: 20px;
}

.book_demo_image img {
  width: 100%;
  border-radius: 20px;
}

.request_seller_form h3 {
  color: var(--black-color);
  font-size: 40px;
  font-style: normal;
  line-height: normal;
  text-transform: uppercase;
}
.error-msg{color:#ff0000;}

.oki_banner_content  h1 span, .colorjet_banner_content h1 span{font-size: 1.5rem;display: block;}
/* Responsive Media Queries */
@media (max-width: 2560px) {
  .own_container {
    width: 70%;
  }
}

@media (max-width: 1920px) {
  .own_container {
    width: 70%;
  }
}

@media (max-width: 1620px) {
  .own_container {
    width: 90%;
  }
  .background {
    height: 400px;
  }
  .slider_container {
    height: 200px;
  }
}

@media (max-width: 1440px) {
  .hero_sub_content {
    transform: translate(-50%, -13%);
  }
  .product_tab a {
    padding: 15px 30px;
  }
}

@media (max-width: 1263px) {
  .site-navbar .site-navigation .site-menu > li > a {
    font-size: 13px;
  }

  .hero_sub_content {
    bottom: -41px;
    transform: translate(-50%, 0%);
  }
  .product_tab a {
    padding: 15px 20px;
  }
  .background {
    height: 400px;
  }
  .slider_container {
    height: 200px;
  }
  .overview_content_sec {
    padding: 100px 0px 100px 0px;
  }
  .slider-nav-item {
    font-size: 24px;
    margin: 0 50px;
  }
}

@media (max-width: 1190px) {
  section .content {
    width: 85%;
  }

  .hero_content h1 {
    font-size: 35px;
  }
}

@media (max-width: 1024px) {
  .menu_img {
    display: none;
  }
  .background {
    height: 350px;
  }
  .slider_container {
    height: 150px;
  }
  .slider-nav-item {
    margin: 0 50px;
    font-size: 24px;
  }
}

@media (max-width: 1000px) {
  .about .about-details {
    justify-content: center;
    flex-direction: column;
  }

  .about .about-details .left {
    display: flex;
    justify-content: center;
    width: 100%;
  }

  .about .about-details .right {
    width: 90%;
    margin: 40px 0;
  }

  .services .boxes .box {
    margin: 20px 0;
    width: calc(100% / 2 - 20px);
  }

  .hero_content h1 {
    top: 51px;
  }
}

@media (max-width: 900px) {
  .about .left img {
    height: 350px;
    width: 350px;
  }
}

@media (max-width: 767px) {
  .product_tab ul li a.active {
    font-weight: 500;
  }
  .product_tab a {
    font-size: 14px;
  }
  .about_apsom_sec {
    padding: 50px 0px 0px 0px;
  }
  .product_tab ul {
    padding: 0px;
  }
  .product_tab a {
    padding: 10px 21px;
    display: ruby-text;
  }
  .product_tab_sec {
    padding: 15px 0px;
    top: 81px;
  }

  .mobile_logo {
    display: block;
  }

  .hero_sub_content {
    position: unset;
    transform: translate(0%, 0%);
  }

  .hero_content {
    padding-top: 100px;
    padding-bottom: 50px;
  }

  nav .navbar .logo a {
    display: inline-block;
    width: 100px;
  }

  .logo a img {
    width: 100%;
  }

  .slider-navigation {
    flex-wrap: wrap;
  }

  .slider-nav-item {
    margin: 0 10px;
    font-size: 1em;
    margin-bottom: 20px;
  }

  .background {
    height: 300px;
  }

  .navigation_content h2 {
    font-size: 1.8rem;
  }

  .slider_container {
    height: 100px;
  }

  .apson_sec_heading h2 {
    font-size: 1.8rem;
  }

  .about_apsom_content h3 {
    font-size: 1.8rem;
  }

  .sustainability_assured_content h3 {
    font-size: 1.8rem;
  }

  .news_box {
    margin: auto;
    margin-bottom: 23px;
  }

  .sustainability_assured {
    background-position: right;
  }

  .cat_row {
    flex-direction: column;
  }

  .cat_content {
    width: 90%;
    padding: 40px 0px;
  }

  .cat_img {
    width: 90%;
    margin-right: auto;
  }

  .cat_img_margin {
    margin-left: auto;
    margin-right: unset;
  }

  .cat_content h3 {
    font-size: 1.8rem;
  }

  .apson_sec_heading {
    margin-bottom: 25px;
  }

  .product_tab {
    overflow: auto;
  }

  .consistency_img_content h3 {
    font-size: 70px;
  }

  .banner_content_box .banner_content {
    left: 16%;
    right: 50%;
    width: 70%;
    top: -18%;
    padding: 26px 0px 45px 0px;
  }

  .category_box {
    padding: 50px 40px;
  }

  .apson_sec_heading h4 {
    font-size: 20px;
  }

  .key_points_box p {
    font-size: 20px;
  }

  .key_points_box span {
    font-size: 50px;
  }

  .key_points_box_img {
    margin-top: 33px;
  }

  .lowest_opreation_sec {
    padding: 80px 0px 40px 0px;
  }

  .certi_border_right {
    border: none;
  }

  .certificate_content span {
    font-size: 20px;
  }

  .our_partner {
    padding: 50px 0px;
  }

  .apsom_year {
    width: 70%;
    margin: auto;
    margin-bottom: 25px;
    margin-top: 30px;
  }
  .apsom_year_content {
    text-align: center;
  }
  .about_apsom_data {
    text-align: center;
  }
  .about_apsom_data_sec,
  .customer_driven_sec,
  .about_team_sec,
  .testimonial_sec {
    padding: 50px 0px;
  }
  .vission_mission_sec {
    display: flex;
    flex-direction: column;
  }
  .vission_cont,
  .mission_cont {
    width: 100%;
    padding: 100px 20px 100px 20px;
  }
  .vission_content,
  .mission_content {
    width: 80%;
  }
  .testimonial_box {
    align-items: flex-start;
    flex-direction: column;
    text-align: center;
  }
  .testimonial_box .testimonial_profile_img {
    margin: auto;
  }
  .testimonial_content {
    margin-top: 15px;
    margin-left: 0px;
  }
  .testimonial_content p {
    margin-bottom: 15px;
  }
  .overview_content_sec {
    padding: 80px 0px;
  }
  .apsom_banner_content h1 {
    margin-top: 0;
  }
  .product_save_col {
    position: unset;
  }
  .about_banner {
    padding: 100px 0px !important;
  }
  .consistency_img_content {
    margin-bottom: 30px;
  }
  .get_it_left_sec {
    background-position: left !important;
  }
  .get_it_right_sec {
    background-position: right;
  }
  .footer_sec .footer_li ul li a {
    font-size: 14px;
  }
  .about_apsom_content {
    margin-bottom: 50px;
  }
  .about_apsom {
    padding: 80px 0px;
  }
  .sustainability_assured {
    padding: 80px 0px;
    background-position: right;
  }
  .latest_news_sec {
    padding: 80px 0px;
  }
  .white-section {
    margin-top: 50px;
  }
  .oki_banner_content  h1 span, .colorjet_banner_content h1 span{font-size: 1.2rem;}
}

@media (max-width: 750px) {
  nav .navbar {
    width: 90%;
  }

  nav .navbar .menu {
    position: fixed;
    left: -100%;
    top: 0;
    background: var(--primary-color);
    height: 100vh;
    max-width: 400px;
    width: 100%;
    padding-top: 60px;
    flex-direction: column;
    align-items: center;
    transition: all 0.5s ease;
  }

  .navbar.active .menu {
    left: 0;
  }

  nav .navbar .menu a {
    font-size: 23px;
    display: block;
    color: var(--white-color);
    margin: 10px 0;
  }

  nav.sticky .menu a:hover {
    color: var(--primary-color);
  }

  nav .navbar .media-icons {
    display: none;
  }

  nav .menu-btn,
  .navbar .menu .cancel-btn {
    display: block;
  }

  .home .text-two {
    font-size: 65px;
  }

  .home .text-three {
    font-size: 35px;
  }

  .skills .skills-details {
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }

  .skills-details .text {
    width: 100%;
    margin-bottom: 50px;
  }

  .skills-details .boxes {
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  .services .boxes .box {
    margin: 20px 0;
    width: 100%;
  }

  .contact .text {
    width: 100%;
  }

  .echo_solvent_banner_content h1 {
    font-size: 2rem;
  }

  .eco_product_heading h2 {
    font-size: 1.3rem;
  }

  .eco_product_heading span {
    font-size: 1.8rem;
  }

  .echo_product_content {
    width: 90%;
    padding-top: 20px;
  }

  .eco_product_2 {
    padding: 50px 0px;
  }

  .eco_product_heading {
    padding: 0px;
  }

  .echo_product_content ul li {
    font-size: 16px;
  }

  .echo_product_img {
    margin-left: auto;
  }

  .echo_product_2_img {
    margin-right: auto;
  }

  .product_specification tr .product_specification_bg {
    font-size: 16px;
  }

  .product_specification tr td {
    font-size: 16px;
  }

  .request_seller_form label {
    font-size: 16px;
  }

  .get_it_right_sec {
    padding: 100px 0px 100px 0px;
  }

  .increased_print_sec {
    padding: 100px 0px 100px 0px;
  }

  .ultra_precis_sec {
    padding: 100px 0px 100px 0px;
  }

  .certificate_sec {
    padding: 50px 0px;
  }
  .about_apsom_img_box {
    width: 80%;
    margin: auto;
  }
  .blog_box {
    width: 100%;
  }
  .request_seller_form {
    margin-top: 20px;
  }
  #lightgallery a {
    width: 48%;
  }
}

@media (max-width: 500px) {
  .eco_product_1 {
    padding: 50px 0px;
  }

  .home .text-two {
    font-size: 55px;
  }

  .home .text-three {
    font-size: 33px;
  }

  .skills-details .boxes .per {
    font-size: 50px;
    color: var(--primary-color);
  }

  .consistency_img_content h3 {
    font-size: 1.8rem;
  }

  .category_content span {
    font-size: 20px;
  }

  .certificate_content {
    width: 100%;
  }

  .certificate_img {
    width: 100%;
  }

  .certificate_content span {
    font-size: 16px;
  }

  .keypoint_box span {
    font-size: 20px;
  }

  .apsom_btn {
    padding: 10px 20px;
    font-size: 14px;
  }

  .certificate_box {
    flex-direction: column;
  }

  .keypoint_cont h4 {
    font-size: 1.8rem;
  }

  .ap_640_feature_content h3 {
    font-size: 1.8rem;
  }

  .best_in_cat_sec {
    padding: 50px 0px 0px 0px;
  }

  .lowest_opreation_sec {
    padding: 50px 0px 40px 0px;
  }

  .category_sec {
    padding: 50px 0px;
  }

  .consistency_sec {
    padding: 50px 0px 50px 0px;
  }

  .data_sheet_div span {
    font-size: 1.3rem;
  }

  .data_sheet_sec {
    padding: 50px 0px;
  }

  .slider-nav-item {
    font-size: 14px;
  }

  .background {
    height: 250px;
  }
  .white-section {
    margin-top: 0px;
  }

  .navigation_content_box {
    top: 50px;
  }

  .keypoint_img {
    width: 70%;
  }

  .hero_content h1 {
    font-size: 26px;
  }

  .hero_content h1 {
    top: 80px;
  }

  .hero_sub_content h2 {
    font-size: 1.5rem;
  }

  .hero_sub_content p {
    font-size: 18px;
  }

  .about_apsom_content {
    margin-bottom: 50px;
  }

  .bottom_footer ul {
    justify-content: flex-start;
    padding: 0px;
  }

  .bottom_footer ul li {
    padding: 10px 20px 10px 0px;
  }
  .testimonial_box {
    flex-direction: column;
    text-align: center;
  }
  .testimonial_box .testimonial_profile_img {
    margin: auto;
  }
  .testimonial_content {
    margin-top: 20px;
  }
  .vission_cont,
  .mission_cont {
    padding: 100px 20px 100px 20px;
  }
  #lightgallery a {
    width: 47%;
    padding: 0;
  }
  .apsom_banner_content h1 {
    font-size: 1.5rem;
    margin-top: 0px;
  }
  .apsom_banner_sec {
    padding: 80px 0px;
  }
  .product_tab a {
    padding: 10px 20px;
    font-size: 16px;
  }
  .category_box {
    padding: 30px 20px;
  }
  .key_points_box {
    padding: 30px 20px;
  }
  .navigation_content {
    margin-bottom: 50px;
  }
  .sustainability_assured,
  .event_sec {
    padding: 50px 0px;
  }
  .overview_content_sec {
    padding: 50px 0px;
    background-position: unset;
  }
}

@media (max-width: 375px) {
  .hero_content {
    padding-top: 160px;
  }

  .slider-nav-item {
    font-size: 14px;
  }

  .slider_img {
    width: 90%;
    margin: auto;
  }

  .background {
    height: 250px;
  }
}

@media (max-width: 320px) {
  .hero_content {
    padding-top: 130px;
  }

  .slider-nav-item {
    font-size: 12px;
  }
}
.fa.fa-twitter{
	font-family:sans-serif;
}
.fa.fa-twitter::before{
	content:"𝕏";
	font-size:1.2em;
}
.map-img{max-width:800px;}
.masonry { /* Masonry container */
  -webkit-column-count: 2;
-moz-column-count:42;
column-count: 2;
-webkit-column-gap: 0.5em;
-moz-column-gap:0.5em;
column-gap:0.5em;
}
.item {
  display: inline-block;
  margin: 0 0 0.5em;
  width: 100%;
 
}
.item img{max-width:100%;}