@charset "utf-8";

/* CSS Document */

:root {
  --white: #fff;

  --transparent: #0000;

  --black: #000;

  --red: #e3040b;

  --dark: #1a1917;

  --smock: #757575;

  --slate: #f7f7f7;
}

/*---------- Google Fonts ----------*/

body {
  font-family: "QuicksandMedium";

  font-size: 16px;

  line-height: 150%;

  color: #757575;
}

figure {
  margin: 0;
}

strong,
b {
  font-weight: 700 !important;
}

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

textarea {
  resize: none;
}

a {
  text-decoration: none;

  color: #000000;

  transition: all ease-in-out 300ms;

  -webkit-transition: all ease-in-out 300ms;

  -ms-transition: all ease-in-out 300ms;

  -o-transition: all ease-in-out 300ms;

  -moz-transition: all ease-in-out 300ms;
}

:focus {
  outline: none;
}

a:hover {
  color: var(--red);
}

span,
p,
a,
b,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
ul li,
ol li {
  padding: 0;

  margin: 0;
}

p {
  font-family: inherit;

  font-weight: inherit;

  font-size: inherit;

  line-height: inherit;

  color: inherit;
}

ol li,
ul li {
  list-style-type: none;

  font-family: inherit;

  font-weight: inherit;

  font-size: inherit;

  line-height: inherit;

  color: inherit;
}

ol li::marker,
ul li::marker {
  color: #000000;
}

.container-fluid,
.container {
  padding-left: 15px;

  padding-right: 15px;
}

.row {
  margin-left: -15px;

  margin-right: -15px;
}

.row > * {
  padding-left: 15px;

  padding-right: 15px;
}

.alignnone {
  float: none;

  margin: 20px;
}

.alignleft {
  float: left;

  margin: 20px 20px 20px 0;
}

.alignright {
  float: right;

  margin: 20px 0 20px 20px;
}

.aligncenter {
  float: none;

  display: block;

  margin: 20px auto;
}

blockquote {
  padding-left: 30px;

  border-left: 5px solid #000000;

  margin-bottom: 20px;
}

blockquote * {
  font-size: 150%;

  line-height: 180%;
}

.paragraph-medium {
  font-size: 18px;

  line-height: 133%;
}

.paragraph-large {
  font-size: 24px;

  line-height: 138%;
}

h1 {
  font-family: "ExoBold";

  font-weight: 700;

  font-size: 80px;

  line-height: 120%;

  color: #1a1917;
}

h2 {
  font-family: "ExoBold";

  font-weight: 700;

  font-size: 65px;

  line-height: 120%;

  color: #1a1917;
}

h3 {
  font-family: "ExoBold";

  font-weight: 700;

  font-size: 55px;

  line-height: 120%;

  color: #1a1917;
}

h4 {
  font-family: "ExoBold";

  font-weight: 700;

  font-size: 40px;

  line-height: 125%;

  color: #1a1917;
}

h5 {
  font-family: "ExoBold";

  font-weight: 700;

  font-size: 33px;

  line-height: 125%;

  color: #1a1917;
}

h6 {
  font-family: "ExoBold";

  font-weight: 700;

  font-size: 28px;

  line-height: 125%;

  color: #1a1917;
}

/* page-main-title */

.page-title {
  color: var(--white);

  font-family: "ExoBold";

  font-size: 80px;

  font-style: normal;

  line-height: 112.5%;
}

.page-title * {
  font-family: inherit;

  font-weight: inherit;

  font-size: inherit;

  line-height: inherit;

  color: inherit;

  letter-spacing: inherit;

  margin-top: 0;

  margin-bottom: 0;

  text-shadow: inherit;
}

/* page-main-title */

/* main-title */

.main-title {
  color: var(--dark);

  font-family: "ExoBold";

  font-size: 60px;

  font-style: normal;

  font-weight: 700;

  line-height: 116.667%;
}

.main-title * {
  font-family: inherit;

  font-weight: inherit;

  font-size: inherit;

  line-height: inherit;

  text-transform: inherit;

  color: inherit;

  letter-spacing: inherit;
}

/* main-title */

/* section-title */

.section-title {
  color: var(--red);

  font-family: "QuicksandBold";

  font-size: 24px;

  font-style: normal;

  line-height: 141.667%;
}

.section-title * {
  font-family: inherit;

  font-weight: inherit;

  font-size: inherit;

  line-height: inherit;

  text-transform: inherit;

  color: inherit;

  letter-spacing: inherit;
}

/* section-title */

/* block-title */

.block-title {
  color: var(--red);

  font-family: "QuicksandSemiBold";

  font-size: 20px;

  font-style: normal;

  line-height: 150%;
}

.block-title * {
  font-family: inherit;

  font-weight: inherit;

  font-size: inherit;

  line-height: inherit;

  color: inherit;

  letter-spacing: inherit;
}

.regular-detail {
  color: var(--smock);

  font-family: "QuicksandMedium";

  font-size: 16px;

  font-style: normal;

  line-height: 162.5%;
}

.regular-detail * {
  font-family: inherit;

  font-weight: inherit;

  font-size: inherit;

  line-height: inherit;

  color: inherit;

  letter-spacing: inherit;
}

.detail {
  color: var(--smock);

  font-family: "QuicksandMedium";

  font-size: 20px;

  font-style: normal;

  line-height: 150%;
}

.detail * {
  text-decoration: none;

  font-family: inherit;

  font-weight: inherit;

  font-size: inherit;

  line-height: inherit;

  color: inherit;

  letter-spacing: inherit;
}

.btn {
  position: relative;

  overflow: hidden;

  display: inline-flex;

  flex-direction: row;

  align-items: center;

  gap: 9px;

  background: linear-gradient(90deg, #e3040b -18.24%, #1a1917 100%);

  background-repeat: no-repeat;

  color: var(--white) !important;

  font-family: "QuicksandSemiBold";

  font-size: 20px;

  line-height: 100%;

  padding: 7px 7px 7px 13px;

  box-shadow: none;

  border: 1px solid var(--transparent);

  border-radius: 15px !important;

  -webkit-border-radius: 15px !important;

  -moz-border-radius: 15px !important;

  -ms-border-radius: 15px !important;

  -o-border-radius: 15px !important;

  transition: 0.3s ease-in all;

  -webkit-transition: 0.3s ease-in all;

  -moz-transition: 0.3s ease-in all;

  -ms-transition: 0.3s ease-in all;

  -o-transition: 0.3s ease-in all;
}

.btn:active,
.btn:focus,
.btn:focus-visible,
.btn:focus-within {
  color: var(--white) !important;
}

.btn span {
  width: 36px;

  height: 36px;

  display: flex;

  justify-content: center;

  align-items: center;

  background-color: var(--white);

  border-radius: 10px;

  -webkit-border-radius: 10px;

  -moz-border-radius: 10px;

  -ms-border-radius: 10px;

  -o-border-radius: 10px;
}

.btn:hover {
  border-radius: 15px !important;

  -webkit-border-radius: 15px !important;

  -moz-border-radius: 15px !important;

  -ms-border-radius: 15px !important;

  -o-border-radius: 15px !important;

  background: linear-gradient(90deg, #1a1917 -18.24%, #e3040b 100%);

  background-repeat: no-repeat;
}

/*slick slide*/

.slick-slider {
  opacity: 0;
}

.slick-slider.slick-initialized {
  opacity: 1;
}

.slick-arrow {
  cursor: pointer;
}

/*slick slide*/

/*========== Header Start ==========*/

.header .dropdown-item {
  white-space: normal;
}

.header-top {
  background: #1a1917;
  padding: 17px 0;
}

.header-top .header-top-wrp {
  max-width: 1760px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}

.header-top-wrp .lang img {
  margin-right: 10px;
}

.header-top-wrp .lang select {
  background: transparent;
  color: #fff;
  border: 0px;
}

.header-top-wrp .lang select option:hover {
  background: #e3040b !important;
  color: #fff !important;
}

.header-top-wrp .lang select option {
  background: #fff;
  color: #000;
}

.header-top-wrp .lang:focus-visible {
  outline: unset;
}

.header-top .header-top-wrp .connect-us {
  display: flex;
  gap: 15px;
}

.header-top .header-top-wrp .connect-us a {
  color: #fff;
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: "QuicksandMedium" !important;
}

.header-top .header-top-wrp .connect-us a:hover {
  color: #e3040b;
}

.header-top-wrp .connect-us .regular-detail {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 10px;
}

.header .dropdown-menu .nav-item {
  margin: 0 !important;
}

.header-top .header-top-wrp .connect-us a:hover {
  color: var(--red);
}

.header {
  right: 0;
  left: 0;
  top: 0;
  z-index: 999;
  background: #fff;
  transition: 0.1s;
  -webkit-transition: 0.1s;
  -moz-transition: 0.1s;
  -ms-transition: 0.1s;
  -o-transition: 0.1s;
}

.header.nav-new {
  background: #fff;
  box-shadow: 0px 8px 24px 0px rgba(0, 0, 0, 0.15);
}

.header .navbar-brand {
  width: 222px;
}

.header .navbar-brand img {
  transition: 0.1s;
  -webkit-transition: 0.1s;
  -moz-transition: 0.1s;
  -ms-transition: 0.1s;
  -o-transition: 0.1s;
}

.header.nav-new .navbar-brand img {
  max-width: 180px;
}

.header .navbar {
  max-width: 1760px;
  margin: 0 auto;
  padding: 10px 0;
}

.header .navbar-nav {
  width: 100%;
  justify-content: center;
  transition: 0.1s;
  -webkit-transition: 0.1s;
  -moz-transition: 0.1s;
  -ms-transition: 0.1s;
  -o-transition: 0.1s;
}

.header .navbar-brand {
  padding: 0;
  margin: 0;
}

.header .navbar-brand img {
  position: relative;
  z-index: 99999;
}

.header .navbar-nav .nav-item {
  margin: 0 30px;
}

.header .navbar-nav .nav-item .nav-link {
  color: #757575;
  font-family: "QuicksandMedium";
  font-size: 20px;
  line-height: 150%;
  transition: 0.1s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
  padding: 29px 0;
  display: flex;
  align-items: center;
  color: #000000;
  word-wrap: break-word;
  transition: 0.4s;
}

.header .navbar-nav .nav-item .nav-link:hover,
.header .navbar-nav .nav-item .nav-link.active {
  color: #e3040b;
}

.header .navbar-nav .nav-item .nav-link.active,
.header .navbar-nav .nav-item.current-menu-item .nav-link {
  font-family: "QuicksandBold";
  color: #e3040b;
}

.header .btn-contact .btn {
  padding: 7px 7px 7px 15px;
  text-align: left;
  white-space: nowrap;
}

.navbar-nav .dropdown .dropdown-menu li .dropdown-item:hover {
  background: rgba(227, 4, 11, 0.15) !important;
}

.menu-header-menu li.active {
  color: #e3040b;
}

.navbar-nav .dropdown:hover > .dropdown-toggle {
  color: #e3040b;
  box-shadow: unset;
}

.navbar-nav .dropdown .dropdown-menu li.active > .dropdown-item,
.navbar-nav .dropdown .dropdown-menu li.current-menu-item > .dropdown-item,
.navbar-nav .dropdown .dropdown-menu li.current-menu-parent > .dropdown-item,
.navbar-nav .dropdown .dropdown-menu li.current_page_parent > .dropdown-item,
.navbar-nav .dropdown .dropdown-menu li .dropdown-item.active,
.navbar-nav .dropdown .dropdown-menu li .dropdown-item.current-menu-item,
.navbar-nav .dropdown .dropdown-menu li .dropdown-item.current-menu-parent,
.navbar-nav .dropdown .dropdown-menu li .dropdown-item.current_page_parent {
  background: rgba(227, 4, 11, 0.15) !important;
  color: #000;
  font-family: "QuicksandBold";
}

.navbar-nav .dropdown .dropdown-toggle:after {
  content: "\f107";
  font-family: "FontAwesome6FreeSolid900";
  border: none;
  /* display: none; */
}

.navbar-nav li.dropend .dropdown-toggle:after {
  position: absolute;
  right: 5px;
  border: none;
  transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
}

.nav-item.dropdown .dropdown-menu .dropdown-item {
  color: #757575;
  font-family: "QuicksandMedium";
  font-size: 20px;
  line-height: 150%;
  padding: 10px 20px;
  word-wrap: break-word;
  white-space: wrap !important;
}

.nav-item.dropdown .dropdown-menu {
  margin-bottom: 6px;
}

.nav-item.dropdown .dropdown-menu {
  padding: 10px 0;
  width: 100%;
  min-width: 282px;
  max-width: 450px;
  border-radius: 10px;
  border-top: 2px solid #e3040b;
  background: #f7f7f7;
  border-right: 0px;
  border-left: 0px;
  border-bottom: 0px;
}

.nav-item.dropdown .dropdown-menu .dropend .dropdown-menu {
  margin-left: 0px;
  padding: 10px 0;
}

.navbar-nav li.dropend {
  transition: 0.1s;
  -webkit-transition: 0.1s;
  -moz-transition: 0.1s;
  -ms-transition: 0.1s;
  -o-transition: 0.1s;
}

.nav-item.dropdown .dropdown-menu li {
  border-left: 3px solid #f7f7f7;
  transition: 0.1s;
  -webkit-transition: 0.1s;
  -moz-transition: 0.1s;
  -ms-transition: 0.1s;
  -o-transition: 0.1s;
}

.nav-item.dropdown .dropdown-menu li.active {
  border-left: 3px solid #e3040b;
}

.nav-item.dropdown .dropdown-menu li:hover {
  border-color: #e3040b;
}

/*========== Header End ==========*/

/* ----- Hero/Banner Home Page ----- */

.hero-section {
  overflow: hidden;
}

.hero-section .hero-slick-block::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 0;
  background-color: #1a1917;
  opacity: 0.7;
}

.hero-section .hero-slick-block::before {
  content: "";
  display: inline-block;
  position: absolute;
  bottom: 0;
  top: 0;
  right: 0;
  left: 0;
  opacity: 0.7;
  z-index: 1;
  background: linear-gradient(0deg, #1a1917 15.03%, rgba(26, 25, 23, 0) 58.46%);
}

.hero-section .hero-banner-details {
  max-width: 1537px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
  padding: 91px 15px 104px 15px;
  display: flex;
}

.hero-section .hero-banner-details .page-title {
  margin-bottom: 20px;
}

.hero-section .hero-banner-details .detail {
  max-width: 698px;
  color: var(--white);
}

.hero-right-block .hero-right-img img {
  clip-path: polygon(25% 1%, 75% 1%, 100% 50%, 75% 99%, 25% 99%, 0% 50%);
  -webkit-clip-path: polygon(
    25% 1%,
    75% 1%,
    100% 50%,
    75% 99%,
    25% 99%,
    0% 50%
  ); /* For compatibility with WebKit browsers */
  height: 143px;
  width: 164px;
}

.hero-right-block .hero-right-img {
  position: relative;
}

.hero-section .hero-slick-block {
  position: relative;
  z-index: 99;
}

.hero-right-block .hero-right-img::before {
  content: "";
  display: inline-block;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg'  viewBox='0 0 174 152' fill='none'%3E%3Cpath opacity='0.7' d='M43.7887 150.844L0.57735 76L43.7887 1.15579H130.211L173.423 76L130.211 150.844H43.7887Z' stroke='white'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  position: absolute;
  top: -5px;
  right: -5px;
  bottom: -5px;
  left: -5px;
}

.hero-banner-details .hero-banner-right-details {
  display: flex;
  align-items: center;
  margin-left: 80px;
}

.hero-slick .slick-dots li {
  display: inline-flex;
  margin-bottom: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.hero-slick .slick-dots li.slick-active button {
  background-color: var(--white);
  opacity: 1;
  transform: scale(1.2);
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  outline: 1px solid #fff !important;
  outline-offset: 2px !important;
}

.hero-slick .slick-dots li.slick-active::after {
  content: "";
  display: inline-block;
  width: 1px;
  height: 25px;
  background-color: #fff;
  margin-top: 10px;
}

.hero-slick .slick-dots li button {
  text-indent: -999px;
  padding: 0;
  opacity: 0.3;
  background: #fff;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border: 0px;
}

.hero-slick .slick-dots {
  display: inline-flex;
  flex-direction: column;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  left: 44px;
  list-style: none;
  z-index: 99;
  padding: 0;
  margin: 0;
}

.hero-slick-block .hero-banner-bottom {
  max-width: 1581px;
  margin: 0 auto;
  z-index: 10;
  position: relative;
  margin-bottom: -15px;
}

/* .hero-slick-block .hero-banner-bottom img{ width: 100%; height: 100%; object-fit: cover; } */

.hero-section .hero-banner-details .hero-banner-left-details {
  max-width: 715px;
}

.hero-right-block .detail {
  margin-top: 10px;
}

.hero-banner-right-details .hero-right-block {
  text-align: center;
  margin-right: 13px;
}

.hero-banner-right-details .hero-right-block:nth-child(even) {
  margin-bottom: -95px;
}

.hero-slick .slick-dots > *:last-child {
  transform: rotate(180deg);
}

/* ----- case video home ----- */

.case-video-home-wrapper {
  padding: 70px 0 0 0;
  position: relative;
}

.back-wrapper {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  background-color: var(--slate);
  width: 100%;
  height: 90%;
  z-index: -1;
}

.case-title-box .main-title {
  margin-bottom: 20px;
}

.case-title-box .detail {
  margin-bottom: 30px;
}

.case-home-main {
  display: flex;
  margin-bottom: 30px;
}

.case-home-left {
  width: 100%;
  max-width: 777px;
  padding-right: 40px;
}

.case-home-left .paragraph-large {
  color: #e3040b;
  font-family: "QuicksandBold";
  margin-bottom: 20px;
}

.case-home-left .case-left-title-box .detail {
  padding-right: 30px;
}

.case-video-contact-detail ul {
  width: fit-content;
  display: flex;
  background-color: #ececec;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  padding: 20px;
}

.case-video-contact-detail {
  display: flex;
  margin: 20px 0 30px 0;
}

.case-video-contact-detail > * {
  margin-right: 20px;
}

.case-video-contact-detail > *:last-child {
  margin-right: 0;
}

.case-video-contact-detail .qr-box {
  background-color: #ececec;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  padding: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  width: 119px;
  height: 119px;
}

.case-video-contact-detail .qr-box img {
  width: 54px;
}

.case-video-contact-detail .qr-box span {
  font-size: 16px;
  color: var(--smock);
}

.case-video-contact-detail ul li {
  margin-right: 64px;
  position: relative;
  font-size: 20px;
  color: var(--dark);
  font-family: "QuicksandBold";
}

.case-video-contact-detail ul li img {
  margin-right: 10px;
}

.case-video-contact-detail ul li span span {
  font-family: "QuicksandMedium";
  color: #757575;
  margin-top: 16px;
}

.case-video-contact-detail ul li::after {
  position: absolute;
  content: "";
  right: -30px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  background: #1a1917;
  opacity: 0.1;
  width: 1px;
  height: 100%;
}

.case-video-contact-detail ul li:last-child {
  margin-right: 0;
}

.case-video-contact-detail ul li:last-child::after {
  display: none;
}

.case-video-contact ul {
  display: flex;
}

.case-video-contact ul li img {
  width: 28px;
}

.case-video-contact ul li {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 10px;
  position: relative;
  margin-right: 30px;
}

.case-video-contact ul li::after {
  position: absolute;
  content: "";
  right: -15px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  background: #1a1917;
  opacity: 0.1;
  width: 1px;
  height: 100%;
}

.case-video-contact ul li:last-child {
  margin-right: 0;
}

.case-video-contact ul li:last-child::after {
  display: none;
}

.case-home-right {
  max-width: 643px;
  width: 100%;
  margin: 0 auto;
  display: block;
}

.case-home-right img {
  width: 100%;
  max-width: 643px;
  height: 100%;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  overflow: hidden;
  object-fit: cover;
}

.case-home-bottom {
  display: flex;
  justify-content: space-between;
}

.case-home-bottom-imgbox {
  position: relative;
  height: 208px;
  width: 100%;
  max-width: 236px;
  overflow: hidden;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  margin-right: 20px;
  cursor: pointer;
}

.case-home-bottom-imgbox::after {
  display: none;
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 42.31%, #000 100%);
}

.case-home-bottom-imgbox:last-child {
  margin-right: 0;
}

.case-home-bottom-imgbox img {
  width: 100%;
  height: 100%;
}

.case-home-bottom-imgbox:hover {
  max-width: 392px;
  transition: 0.6s;
  -webkit-transition: 0.6s;
  -moz-transition: 0.6s;
  -ms-transition: 0.6s;
  -o-transition: 0.6s;
}

.case-home-bottom-imgbox:hover::after {
  display: block;
}

.case-home-bottom-imgbox div {
  position: absolute;
  bottom: -100%;
  z-index: 2;
  display: flex;
  flex-direction: column;
}

.case-home-bottom-imgbox:hover div {
  bottom: 20px;
  left: 20px;
}

.case-home-bottom-imgbox div img {
  width: 32px;
  height: 32px;
  margin-bottom: 4px;
}

.case-home-bottom-imgbox div span {
  font-family: "QuicksandBold";
  font-size: 20px;
  color: #fff;
}

.case-video-modal .btn-close {
  margin-left: auto;
  cursor: pointer;
}

.case-video-modal .modal-content {
  background-color: var(--transparent);
  border-color: var(--transparent);
}

.case-video-modal .modal-header {
  border-bottom: none;
}

.case-video-modal .modal-body {
  background-color: var(--white);
  padding: 8px !important;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.case-video-modal .btn-close {
  background-image: unset;
  width: 32px;
  height: 32px;
  background-color: var(--white);
  padding: 2px;
  opacity: 1;
  margin-bottom: 4px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
}

.case-video-modal .btn-close:focus {
  outline: none;
  box-shadow: none;
}

.case-video-modal .modal-body img,
.case-video-modal .modal-body iframe,
.case-video-modal .modal-body video {
  width: 100%;
  min-width: 100%;
  max-width: 600px;
  height: 100%;
  min-height: 300px;
}

/* ----- case video home ----- */

/* ----- Our Category ----- */

.category-main {
  padding: 120px 0 150px 0;
}

.category-content {
  max-width: 408px;
  position: absolute;
  top: 0;
}

.category-content .detail {
  padding: 20px 0 30px 0;
}

.category-content .btn {
  width: fit-content;
}

.category-main .social-icon {
  margin-top: 20px;
}

.category-main .social-icon ul li {
  border: 2px solid #1a1917;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}

.category-main .social-icon ul li a {
  height: 37px;
  aspect-ratio: 1 / 1;
  display: flex;
  transition: 0.5s ease-in all;
  align-items: center;
  justify-content: center;
  background: rgba(26, 25, 23, 5%);
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-color: var(--white);
  -webkit-transition: 0.5s ease-in all;
  -moz-transition: 0.5s ease-in all;
  -ms-transition: 0.5s ease-in all;
  -o-transition: 0.5s ease-in all;
}

.category-main .social-icon ul li a svg {
  height: 20px;
  width: 20px;
}

.category-main .social-icon ul li {
  margin-right: 10px;
}

.category-main .social-icon ul {
  display: flex;
  padding: 0;
  margin: 0;
  list-style: none;
}

.category-main-wrap {
  max-width: 1420px;
  margin: 0 auto;
  position: relative;
}

.category-detail-title {
  display: flex;
  justify-content: space-between;
}

.category-main-wrap .nav-pills .nav-link {
  border-radius: 20px;
  box-shadow: 0px 11px 15px 0px rgba(0, 0, 0, 0.1);
  opacity: 0.5;
  height: 100%;
  padding: 10px 10px 21px 10px;
}

.category-main-wrap .nav-pills .nav-link.active {
  background: rgba(255, 255, 255, 0.2);
  box-shadow: 0px 11px 15px 0px rgba(0, 0, 0, 0.1);
  opacity: 1;
}

.category-main-wrap .nav-pills .nav-link.active .category-icn .icn-bg-category {
  background: rgba(227, 4, 11, 1);
}

.category-main-wrap .nav-pills .nav-link .block-title {
  color: #1a1917;
  opacity: 50%;
}

.category-main-wrap .nav-pills .nav-link.active .block-title {
  color: #e3040b;
  opacity: 100%;
  font-family: "QuicksandBold";
}

.category-main-wrap .nav-pills .nav-link .category-icn .icn-bg-category {
  width: 42px;
  height: 42px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  background: rgba(26, 25, 23, 1);
}

.category-main-wrap .nav-pills .nav-link .category-icn {
  margin: -33px 13px 0 0;
  border: 6px solid #fff;
  width: 53px;
  height: 52px;
  background: #fff;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  position: relative;
  z-index: 11;
}

.category-img img {
  width: 100%;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}

.category-block .category-details {
  height: calc(100% - 229px);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin: 15px 0 0 0;
  gap: 10px;
}

.category-block {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}

.category-block .category-details .regular-detail * {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-align: left;
}

.category-main-wrap .nav-link.active .category-block .category-img {
  position: relative;
}

.category-main-wrap .nav-link {
  width: 100%;
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
}

.category-main-wrap
  .slick-slide.slick-current.slick-active
  .nav-link
  .category-block
  .category-img {
  position: relative;
}

.category-main-wrap
  .slick-slide.slick-current.slick-active
  .nav-link
  .category-detail-title
  .block-title {
  color: #e3040b !important;
  opacity: 1;
}
.category-main-wrap .slick-slide.slick-current.slick-active .nav-link {
  opacity: 1;
}
.category-main-wrap
  .slick-slide.slick-current.slick-active
  .nav-link
  .category-detail-title
  .icn-bg-category {
  background: #e3040b;
}

.category-main-wrap
  .slick-slide.slick-current.slick-active
  .nav-link
  .category-block
  .category-img::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 42.31%, #000 100%);
  height: 100%;
  width: 100%;
  border-radius: 10px;
}

.category-detail-title .block-title {
  text-align: left;
}

.category-tabbing {
  display: flex;
  flex-direction: column;
}
.category-tabbing ul {
  max-width: 1000px;
  margin-left: auto;
}

.category-tabbing .nav-slider .slick-list {
  padding: 0 0 50px 0;
  margin: 0 -10px;
}
.slick-track {
  display: flex !important;
}

.slick-slide {
  height: inherit !important;
}
.biomass-dryer-img img {
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
}

.tab-content .slick-slide div {
  position: relative;
}

.tab-content .category-imgs {
  cursor: pointer;
  position: relative;
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
}

.tab-content .slick-slide:hover .category-imgs:before {
  opacity: 1;
}

.tab-content .slick-slide .slider-content:before {
  opacity: 0;
  content: "";
  position: absolute;
  left: 0;
  height: 100%;
  width: 100%;
  border-radius: 20px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 42.31%, #000 100%);
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
}

.tab-content .slick-slide .regular-detail {
  opacity: 0;
  color: #fff;
  position: absolute;
  bottom: 0;
  margin: 0 0 15px 17px;
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
}
.tab-content .slick-slide:hover .regular-detail {
  opacity: 1;
}

.biomass-slider {
  opacity: 0;
}

.biomass-slider.slick-initialized.slick-slider {
  opacity: 1;
}

.category-tabbing .slick-arrow {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
  border: 1px solid #1a1917;
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
}

.category-tabbing .slick-prev {
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
  left: -24px;
  z-index: 99;
}

.category-tabbing .slick-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -22px;
  z-index: 99;
}

.category-tabbing .slick-arrow:hover {
  background: #e3040b;
  border-color: #e3040b;
  color: #fff;
}

.category-tabbing .slick-slide {
  padding: 0 10px;
}

.category-tabbing .slider .slick-list {
  margin: 0 -10px;
}
.biomass-slider {
  width: 100%;
  max-width: 100%;
}
.slick-slider {
  opacity: 0;
}

.slick-slider.slick-initialized {
  opacity: 1;
}

.spent-waste-slider img,
.manure-slider img {
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
}

/* ----- News Center Section - Home Page ----- */

.news-center {
  padding: 70px 0px 70px;
}

.news-center-main-block > *:last-child {
  border-bottom: 0px;
}

.news-center-main-block {
  border: 1px solid #d9d9d9;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
}

.news-center-main-block .news-center-block {
  border-bottom: 1px solid rgba(26, 25, 23, 0.1);
  padding: 30px 50px 20px 50px;
  display: flex;
  gap: 25px;
  justify-content: space-between;
  align-items: center;
}

.news-center-block .block-title {
  font-family: "QuicksandBold";
  color: var(--red);
  font-weight: 700;
}

.news-center-block .block-title * {
  margin-bottom: 0;
}

.news-center-block .detail * {
  margin-bottom: 20px;
}

.news-center-main-block .news-center-block .news-center-img {
  height: 173px;
}

.news-center-main-block .news-center-block .news-center-img * {
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.news-center-main-block .news-center-block .news-center-left .block-title {
  font-family: "QuicksandMedium";
  font-weight: 500;
}

.news-center-main-block .news-center-block .news-center-right {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.news-center .news-center-wrap .main-title * {
  margin-bottom: 40px;
}

.news-center-block .news-icon-wrap ul {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
}

.news-center-block .news-icon-wrap ul li {
  display: flex;
  align-items: center;
  margin-right: 20px;
  position: relative;
  padding-left: 30px;
  line-height: 96%;
  white-space: nowrap;
}

.news-center-block .news-icon-wrap ul li:last-child {
  margin-right: 0;
}

.news-center-block .news-icon-wrap ul li img {
  position: absolute;
  left: 0;
}

a.news-center-block .news-icon-wrap ul li img {
  -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);
}

.news-center-block .news-center-left {
  max-width: 80%;
}

.news-center .news-center-wrap {
  max-width: 1560px;
  margin: 0 auto;
}

.news-center-main-block a:hover .news-center-left .block-title {
  color: var(--red) !important;
}

/* ----- News Center Section - Home Page ----- */

/* ----- Config Section  ----- */

.config-wrapper {
  padding: 150px 0 75px 0;
}

/* ----- Config Section  ----- */

/* ----- Our Service Section - Contact Page ----- */

.our-service {
  position: relative;
  padding: 70px 0;
}

.os-box {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  justify-content: center;
}

.our-service-main {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 180px;
}

.os-box li {
  padding: 15px 20px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  gap: 16px;
  width: 100%;
  max-width: 180px;
  min-width: 180px;
  height: auto;
  min-height: 178px;
  overflow: hidden;
  border-radius: 20px;
  border: 1px solid #d9d9d9;
  background: #fff;
  color: var(--dark);
  text-align: center;
  font-family: "QuicksandSemiBold";
  font-size: 20px;
  line-height: 150%;
  transition: all ease-in-out 300ms;
  -webkit-transition: all ease-in-out 300ms;
  -ms-transition: all ease-in-out 300ms;
  -o-transition: all ease-in-out 300ms;
  -moz-transition: all ease-in-out 300ms;
}

.os-box li:hover {
  color: var(--red);
  border-radius: 20px;
  border: 1px solid #d9d9d9;
  background: #fff;
  box-shadow: 0px 8px 24px 0px rgba(0, 0, 0, 0.15);
}

.os-box li img {
  filter: brightness(0.1);
  -webkit-filter: brightness(0.1);
}

.os-box li:hover img {
  filter: brightness(1);
  -webkit-filter: brightness(1);
  transition: all ease-in-out 300ms;
  -webkit-transition: all ease-in-out 300ms;
  -moz-transition: all ease-in-out 300ms;
  -ms-transition: all ease-in-out 300ms;
  -o-transition: all ease-in-out 300ms;
}

.os-box li img {
  width: 60px;
  height: 60px;
}

/* ----- Our Service Section - Product Page ----- */

.our-service.introduction .our-service-main {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.our-service.introduction .os-box {
  width: 100%;
  max-width: 1404px;
  margin: 0 auto;
  gap: 24px;
}

.our-service.introduction .os-box li {
  padding: 20px 20px;
}

/* ------ configuaration ------ */

.configuration-main {
  padding: 150px 0;
}

.configuration-right-inner .main-title {
  margin-bottom: 20px;
}

.configuration-right {
  max-width: 576px;
}

.configuration-wrp {
  display: flex;
  justify-content: space-between;
}

.configuration-left {
  border-radius: 20px;
  border: 1px solid #d9d9d9;
  background: #fff;
  padding: 10px;
}

.configuration-left .config-img img {
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
}

.configuration-right .slick-list {
  margin: 0 -10px;
}

.configuration-right .slick-slide img {
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}

.configuration-slider {
  max-width: 536px;
  margin: 30px auto 0;
}

.configuration-slide .config-img {
  background: rgba(26, 25, 23, 0.05);
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  padding: 12px;
}

.configuration-slide {
  margin: 0 10px;
}

.configuration-slider .slick-arrow {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
  border: 1px solid #1a1917;
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
}

.configuration-slider .slick-prev {
  position: absolute;
  transform: translateY(100%);
  top: 0;
  left: -24px;
  z-index: 99;
}

.configuration-right-inner .detail > * {
  margin-bottom: 20px;
}

.configuration-slider .slick-next {
  position: absolute;
  top: 0;
  transform: translateY(100%);
  right: -20px;
  z-index: 99;
}

.configuration-slider .slick-arrow:hover {
  background: #e3040b;
  border-color: #e3040b;
  color: #fff;
}

.configuration-slider {
  opacity: 0;
}

.configuration-slider.slick-initialized.slick-slider {
  opacity: 1;
}

/* ------ configuaration ------ */

/* ------ parametres table ------ */

.parameters-main {
  margin-bottom: 150px;
}

.parameters-wrp {
  max-width: 1402px;
  margin: 0 auto;
}

.table-parameters {
  max-width: 1402px;
  margin: 0 auto;
}

.parameters-wrp table {
  max-width: 1402px;

  width: 100%;
  border-spacing: 0;
  border-collapse: separate;
  overflow: hidden;
  border: 1px solid #d9d9d9;
  border-radius: 20px;
  box-shadow: 0px 8px 24px rgba(0, 0, 0, 0.15);
}

.parameters-wrp table thead {
  border: 1px solid #d9d9d9;
  color: #e3040b;
  border-spacing: 0;
  border-collapse: separate;
  border-radius: 20px 20px 0px 0px;
  background-color: rgba(227, 4, 11, 0.1);
}

.parameters-wrp table thead tr th {
  font-family: "QuicksandSemiBold";
  font-size: 20px;
  line-height: 30px;
  padding: 10px 18px;
  border-right: 1px solid #d9d9d9;
  text-align: center;
  border-bottom: 1px solid #d9d9d9;
}

.parameters-wrp table tbody > *:nth-child(even) td {
  background: rgba(217, 217, 217, 0.2);
}

.parameters-wrp table tbody > *:last-child td {
  border-bottom: 0;
}

.parameters-wrp table tbody tr > *:last-child {
  border-right: 0;
}

.parameters-wrp table tbody tr td {
  vertical-align: middle;
  text-align: center;
  padding: 8px 24px;
  border-right: 1px solid #d9d9d9;
  border-bottom: 1px solid #d9d9d9;
  color: #757575 !important;
}

.parameters-wrp .main-title {
  margin-bottom: 30px;
}

.tablepress > :where(thead, tfoot) > * > th {
  background-color: transparent !important;
  font-family: "QuicksandSemiBold" !important;
  color: #e3040b !important;
}

/* ------ parametres table ------ */

/* ----- About - Us Section - home Page ----- */

.about-wrapper {
  padding: 150px 0;
}

.about-main {
  display: flex;
  flex-direction: row;
  gap: 28px;
  align-items: center;
}

.about-main .detail p {
  padding-bottom: 20px;
}

.about-main .detail p:last-child {
  padding-bottom: 0;
}

.about-main .about-left {
  width: 100%;
  max-width: 528px;
}

.about-main .about-left .main-title {
  margin-bottom: 20px;
}

.about-email {
  margin-top: 30px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.about-main .about-right {
  width: 100%;
  max-width: 440px;
}

.about-main .about-center img {
  width: 396px;
  height: 100%;
  overflow: hidden;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
}

.about-main .about-right ul {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  row-gap: 20px;
}

.about-main .about-right ul::after {
  position: absolute;
  content: "";
  top: 0;
  left: 49%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  opacity: 0.1;
  background: #1a1917;
  width: 1px;
  height: 100%;
}

.about-main .about-right ul li {
  position: relative;
  padding-left: 32px;
  width: 47%;
  text-align: start;
  font-size: 19px;
}

.about-main .about-right ul li::after {
  position: absolute;
  content: "";
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  left: 0;
  background-image: url(../images/round-true.svg);
  background-repeat: no-repeat;
  height: 18px;
  width: 18px;
}

/* ----- About - Us Section - Product Page ----- */

.product-page.about-wrapper {
  padding: 70px 0;
  background-color: var(--slate);
}

.product-page .main-title {
  text-align: center;
  margin-bottom: 40px;
}

.product-page .about-main {
  gap: 30px;
}

.product-page .about-center img {
  height: 270px;
}

.product-page .about-left,
.product-page .about-right {
  max-width: 480px;
}

/* ------ Bottom part ------ */

.about-bottom {
  margin: 45px auto 0;
  width: 100%;
  max-width: 1266px;
}

.about-bottom ul {
  padding: 20px;
  display: flex;
  justify-content: space-between;
  border-radius: 15px;
  border: 1px solid rgba(227, 4, 11, 0.4);
  background: rgba(227, 4, 11, 0.05);
}

.about-bottom ul li {
  position: relative;
  padding-left: 32px;
  margin-right: 98px;
}

.about-bottom ul li::after {
  position: absolute;
  content: "";
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  left: 0;
  background-image: url(../images/round-true.svg);
  background-repeat: no-repeat;
  height: 18px;
  width: 18px;
}

.about-bottom ul li::before {
  position: absolute;
  content: "";
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  right: -50px;
  height: 100%;
  width: 1px;
  opacity: 0.1;
  background: var(--dark);
}

.about-bottom ul li:last-child::before {
  display: none;
  content: unset;
}

.about-bottom ul li:last-child {
  margin-right: 0;
}

/* ----- Banner / Hero Section - Product - Contact - Abouut Page ----- */

.hero-wrapper.product-hero {
  padding: 130px 0 0 0;
}

.hero-wrapper {
  position: relative;
  padding: 86px 0 0 0;
  width: 100%;
  height: 100%;
}

.hero-background {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
  background: linear-gradient(0deg, #1a1917 15.03%, rgba(26, 25, 23, 0) 58.46%);
}

.hero-background img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-wrapper::after {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(0deg, #1a1917 15.03%, rgba(26, 25, 23, 0) 58.46%);
  z-index: 1;
  width: 100%;
  height: 100%;
}

.hero-wrapper::before {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: var(--black);
  opacity: 0.7;
  z-index: 1;
  width: 100%;
  height: 100%;
}

.hero-main {
  position: relative;
  z-index: 2;
}

.hero-content {
  text-align: center;
  width: 100%;
  max-width: 743px;
  margin: 0 auto;
  padding-bottom: 20px;
}

.hero-content .detail {
  color: var(--white);
}

.inner-nav {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 25px;
  margin-bottom: 15px;
}

.inner-nav li {
  position: relative;
  color: var(--smock);
  font-family: "QuicksandMedium";
  font-size: 20px;
  font-style: normal;
  line-height: 150%;
}

.inner-nav li a {
  position: relative;
  color: var(--smock);
  font-family: "QuicksandMedium";
  font-size: 20px;
  font-style: normal;
  line-height: 150%;
}

.inner-nav li::after {
  position: absolute;
  content: "";
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  right: -16px;
  background-image: url(../images/inner-nav-arrow.svg);
  background-repeat: no-repeat;
  width: 8px;
  height: 15px;
}

.hero-content .page-title {
  padding-bottom: 20px;
}

.inner-nav li:last-child::after {
  display: none;
  color: var(--white) !important;
}

.inner-nav li:last-child {
  color: var(--white) !important;
}

.hero-main .machine-img {
  width: 100%;
  max-width: 1107px;
  height: 274px;
  position: relative;
  bottom: -60px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
}

.hero-main .machine-img img {
  width: 100%;
  height: inherit;
}

/* ----- Biomas Rotary Dryer - About Page ----- */

.biomass-main {
  padding: 190px 0 150px 0;
}

.left-biomass-title .main-title {
  max-width: 440px;
}

.left-biomass-title .detail {
  margin: 20px 0 30px;
}

.biomass-left {
  max-width: 675px;
}

ul.biomass-content {
  display: flex;
}

ul.biomass-content li {
  width: 100%;
  max-width: 190px;
  overflow: hidden;
  background: rgba(26, 25, 23, 0.05);
  margin-right: 20px;
  padding: 12px;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
}

ul.biomass-content li img {
  min-height: 93px;
  object-fit: cover;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}

.biomass-detailed-content {
  display: flex;
  flex-wrap: wrap;
  column-gap: 10px;
  margin-top: 30px;
  max-width: 661px;
}

.biomass-detailed-content .detail > * {
  margin: 0 0 15px 0;
}

.biomass-left .nav-pills {
  margin-top: 10px;
  margin-bottom: 30px;
}

.biomass-left .nav-pills .nav-link {
  width: 100%;
  max-width: 119px;
  overflow: hidden;
  border-radius: 20px;
  background: rgba(26, 25, 23, 0.05);
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  padding: 12px;
  margin-right: 20px;
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
}

.biomass-left .nav-pills .nav-link:hover {
  opacity: 0.9;
}

.biomass-left .nav-pills .nav-link img {
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}

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

.biomass-right .biomass-right-inner * {
  height: 100%;

  width: 100%;
}

.biomass-right-inner img,
.biomass-right-inner video,
.biomass-right-inner iframe {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
}

.biomass-right .biomass-right-inner {
  border-radius: 20px;
  border: 1px solid #d9d9d9;
  background: #fff;
  padding: 10px;
  height: 500px;
}

.biomass-right .biomass-right-inner img {
  border-radius: 20px;
  overflow: hidden;
  object-fit: cover;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  width: 100%;
  height: 100%;
}

.biomass-right .tab-content,
.biomass-right .tab-pane,
.biomass-right .cases-right-inner {
  height: inherit;
}

.biomass-right {
  max-width: 728px;
  width: 100%;
}

.biomass-right .tab-content.desktop {
  height: 100%;
}

/* ----- About - Service Section - About Page ----- */

.about-service {
  padding: 176px 0 150px 0;
  position: relative;
}

.about-service-main {
  display: flex;
  flex-direction: row;
}

.about-service-left {
  width: 100%;
  max-width: 675px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-right: 27px;
}

.about-service-left .main-title {
  margin-bottom: 20px;
}

.about-service-left .detail {
  margin-bottom: 30px;
}

.about-service-left a {
  width: fit-content;
  color: var(--red);
  font-family: "QuicksandBold";
  font-size: 20px;
  line-height: 150%;
}

.about-service-left a:hover {
  color: var(--dark);
}

.about-service-right {
  border-radius: 20px;
  border: 1px solid #d9d9d9;
  background: #fff;
  padding: 10px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  overflow: hidden;
}

.about-service-right img {
  width: 100%;
  height: 100%;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}

/* ----- Intro - Tabs Section - About Page ----- */

.intro-tabs-wrapper {
  padding: 70px 0;
}

.intro-tab-main .main-title {
  margin-bottom: 20px;
}

.intro-tab-main .nav {
  flex-wrap: nowrap;
  overflow-x: auto;
  width: 100%;
}

.intro-tab-main .nav-pills {
  border-radius: 15px;
  border: 1px solid rgba(227, 4, 11, 0.4);
  background: rgba(227, 4, 11, 0.05);
  padding: 20px;
  margin-bottom: 40px;
}

.intro-tab-main .nav-pills .nav-link {
  padding: 0;
  background-color: transparent;
  text-transform: capitalize;
}

.intro-tab-main .nav-pills .nav-item {
  margin-right: 37px;
  position: relative;
}

.intro-tab-main .nav-pills .nav-item::after {
  position: absolute;
  content: "";
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  right: -18px;
  width: 1px;
  height: 100%;
  background-color: var(--dark);
  opacity: 0.1;
}

.tab-box {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.tab-box .tab-item-left {
  width: 100%;
  max-width: 870px;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  margin-right: 48px;
}

.tab-box .tab-item-left img {
  width: 100%;
  height: 374px;
  object-fit: cover;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
}

.tab-box .tab-item-right {
  width: 100%;
  max-width: 497px;
}

.tab-box .tab-item-right .tab-item-right-inner:last-child {
  margin-bottom: 0;
}

.tab-item-right-inner {
  margin-bottom: 50px;
  position: relative;
}

.tab-box .tab-item-right .tab-item-right-inner:last-child::after {
  display: none;
}

.tab-item-right-inner ul {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding-left: 0;
}

.tab-item-right-inner::after {
  position: absolute;
  content: "";
  bottom: -25px;
  left: 0;
  right: 0;
  background: #d9d9d9;
  height: 1px;
  width: 100%;
}

.tab-item-title {
  color: var(--dark);
  font-family: "QuicksandBold";
  font-size: 20px;
  line-height: 150%;
  margin-bottom: 20px;
  text-transform: capitalize;
}

.tab-item-right-inner ul li {
  font-family: "QuicksandMedium";
  color: #757575;
}

.tab-item-right-inner ul li strong {
  font-family: "QuicksandBold";
  color: var(--dark);
}

.tab-item-right-inner p strong {
  color: var(--dark);
}

.tab-item-right-inner ul li img {
  width: 32px;
  height: 32px;
  margin-right: 10px;
}

.tab-item-right-inner ul li span,
.tab-item-right-inner ul li a {
  font-family: "QuicksandMedium";
  color: var(--smock);
}

.tab-item-right-inner ul li a:hover {
  color: var(--red);
}

.intro-tab-main .nav-pills .nav-item:last-child {
  margin-right: 0;
}

.intro-tab-main .nav-pills .nav-item:last-child::after {
  display: none;
}

.intro-tab-main .nav-pills .nav-link:hover {
  color: var(--black);
}

.intro-tab-main .nav-pills .nav-link.active {
  color: var(--red);
}

.intro-tab-main .nav-pills .nav-link:focus,
.intro-tab-main .nav-pills .nav-link:focus-within {
  border: 0;
  box-shadow: none;
}

.tab-item-right-inner p strong {
  font-family: "QuicksandBold";
  color: var(--dark);
}

/* ----- Form Message Section - Contact Page ----- */

.message-main {
  position: relative;
  padding: 182px 0 158px;
}

.message-wrap .row {
  align-items: center;
  margin-left: -12px;
  margin-right: -12px;
}

.message-wrap .row > * {
  padding-left: 12px;
  padding-right: 12px;
}

.message-wrap {
  max-width: 1364px;
  margin: 0 auto;
}

.message-left {
  border-radius: 20px;
  border: 1px solid #d9d9d9;
  background: #fff;
  box-shadow: 0px 8px 24px 0px rgba(0, 0, 0, 0.15);
  padding: 40px;
  max-width: 554px;
  position: relative;
}

.message-right {
  max-width: 760px;
  margin: 0 0 0 auto;
}

.msg-icon {
  aspect-ratio: 1;
  border: 1px solid #d9d9d9;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  width: 82px;
  height: 82px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.msg-content {
  display: flex;
  align-items: center;
  border-bottom: 1px solid rgba(26, 25, 23, 0.1);
  padding: 25px 0;
}

.message-left > *:last-child {
  border-bottom: 0px;
  padding-bottom: 0px;
}

.message-left > *:first-child {
  padding-top: 0px;
}

.msg-detail {
  margin-left: 25px;
  flex-basis: 82%;
}

.msg-detail .add-detail {
  max-width: 364px;
}

.message-left > *:nth-child(even) {
  padding-left: 40px;
}

.msg-detail .block-title {
  margin-bottom: 5px;
  font-family: "QuicksandBold";
  word-break: break-all;
}

.message-left::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  background: url(../images/logo-bg.png) no-repeat;
  width: 171px;
  height: 190px;
}

.leavemsg-form .form-icn {
  max-width: 20px;
  position: absolute;
  right: 23px;
  top: 50%;
}

.leavemsg-form .form-group {
  position: relative;
  margin-bottom: 30px;
}

.leavemsg-form .form-group .form-control {
  padding: 14px 48px 15px 15px;
  border-radius: 6px;
  border: 1px solid #d9d9d9;
  color: #000;
  font-family: "QuicksandMedium";
  font-size: 16px;
  font-style: normal;
  line-height: 26px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
}

.leavemsg-form .form-group .form-control:focus {
  box-shadow: none;
  border-color: #e3040b;
}

.leavemsg-form .form-group label {
  color: #000;
  font-size: 20px;
  font-family: "QuicksandSemiBold";
}

/* .leavemsg-form .form-group span { position: absolute; bottom: -27px; }  */

.leavemsg-form .form-group span.wpcf7-not-valid-tip {
  position: absolute;
  bottom: -27px;
}

.leavemsg-form .form-icn.message-icn {
  top: 20px;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  -moz-transform: translateY(100%);
  -ms-transform: translateY(100%);
  -o-transform: translateY(100%);
}

.message-content .main-title {
  margin-bottom: 40px;
}

.message-content .btn {
  margin: 0 auto;
  display: flex;
}

/* ----- Form Message Section - About Page ----- */

.about-page.message-main {
  padding: 150px 0 120px 0;
}

.about-page .message-wrap > .row {
  flex-direction: row-reverse;
}

.about-page .message-right {
  margin: 0 auto 0 0;
}

/* ----- Cases Gallery - About Page ----- */

.cases-gallery-wrap .grid {
  max-width: 1420px;
  margin: 0 auto;
}

.cases-gallery-wrap .grid:after {
  content: "";
  display: block;
  clear: both;
}

.cases-gallery-main {
  padding: 150px 0;
}

.cases-gallery-wrap {
  margin: 0 auto;
  display: block;
}

.cases-gallery-wrap .grid-row {
  margin: 0 -10px;
}

.cases-gallery-wrap .grid-item {
  float: left;
  height: 100px;
  padding: 0 10px;
  margin-bottom: 20px;
  max-width: calc(341px - 20px);
  height: auto;
}

.cases-gallery-wrap .grid-item * {
  width: 100%;
}
.grid-item img {
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  height: 100%;
  object-fit: cover;
}

.cases-gallery-wrap .grid:after {
  content: "";
  display: block;
  clear: both;
}

.cases-gallery-wrap .grid-item--height1 {
  height: 175px;
}

.cases-gallery-wrap .grid-item--height2 {
  height: 441px;
}

.cases-gallery-main .main-title {
  margin-bottom: 40px;
}

.cases-gallery-main.product-page-style {
  padding: 70px 0 52px 0;
}

/* ----- Cases Gallery - About Page ----- */

/* ----- Cases Section - About Page ----- */

.cases-wrapper.product-page-cases {
  padding: 150px 0;
}

.cases-wrapper {
  padding: 70px 0;
  position: relative;
}

.cases-wrapper .main-title {
  margin-bottom: 40px;
}

.cases-main {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.cases-main .cases-left {
  width: 100%;
  max-width: 675px;
  margin-right: 17px;
}

.cases-main .cases-left .left-title-box .main-title {
  margin-bottom: 20px;
}

.cases-main .cases-left .left-title-box .detail {
  margin-bottom: 30px;
}

.cases-main .cases-right {
  width: 100%;
  max-width: 728px;
}

.cases-right img,
.cases-right video,
.cases-right iframe {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.cases-left .nav {
  flex-direction: column;
  gap: 20px;
}

.cases-left .btn {
  margin-top: 30px;
}

.cases-left .nav-pills .nav-link {
  position: relative;
  text-align: start;
  color: var(--smock);
  padding: 20px 60px 20px 20px;
  border-radius: 20px;
  border: 1px solid #d9d9d9;
  background-color: #fff !important;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
}

.cases-left .nav-pills .nav-link.active {
  background-color: var(--white) !important;
  color: var(--red) !important;
}

.cases-left .nav-pills .nav-link ul {
  display: none;
  padding-top: 20px;
  margin-top: 20px;
  border-top: 1px solid #d9d9d9;
}

.cases-left .nav-pills .nav-link.active ul {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.cases-left .nav-pills .nav-link ul li {
  color: var(--dark);
}

.cases-left .nav-pills .nav-link ul li span {
  color: var(--smock);
}

.cases-right .tab-content.desktop {
  height: 100%;
}

.cases-right .tab-content,
.cases-right .tab-pane,
.cases-right .cases-right-inner {
  height: inherit;
}

.cases-left .nav-pills .nav-link:hover,
.cases-left .nav-pills .nav-link:focus {
  color: var(--red) !important;
}

.cases-right .cases-right-inner {
  border-radius: 20px;
  border: 1px solid #d9d9d9;
  background: #fff;
  padding: 10px;
  height: 500px;
}

.cases-right .cases-right-inner video {
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
}

.cases-right .cases-right-inner img {
  border-radius: 10px;
  overflow: hidden;
  object-fit: cover;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  width: 100%;
  height: 100%;
}

.cases-right .cases-right-inner iframe {
  height: 100%;
  width: 100%;
}

.cases-left .nav-pills .nav-link .greater-arrow {
  position: absolute;
  top: 33px;
  right: 20px;
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  filter: brightness(0.1);
  -webkit-filter: brightness(0.1);
}

.cases-left .nav-pills .nav-link.active .greater-arrow {
  transform: rotate(0) !important;
  -webkit-transform: rotate(0) !important;
  -moz-transform: rotate(0) !important;
  -ms-transform: rotate(0) !important;
  -o-transform: rotate(0) !important;
  filter: brightness(1);
  -webkit-filter: brightness(1);
}

/* ----- Location Contact Page ----- */

.location-main {
  position: relative;
  padding: 150px 0;
  max-width: 1850px;
  margin: 0 auto;
}

#map {
  height: 454px;
}
.location-main #map {
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
}

.map-content-head h6 {
  font-size: 20px;
  font-family: "QuicksandMedium";
  font-weight: 500;
  line-height: 30px;
}

#map .gm-style-iw-chr {
  display: none !important;
}

#map .gm-style-iw-chr button span {
  display: none !important;
}

#map .gm-style-iw.gm-style-iw-c {
  max-width: 308px !important ;
  text-align: center;
  padding: 20px !important;
}

#map .gm-style-iw-d {
  padding: 0 !important;
  overflow: auto !important;
}

.location-main .main-title {
  margin-bottom: 30px;
}

/* ----- Location Contact Page ----- */

/* ----- News Page ----- */

.news-main {
  padding: 190px 0 0 0;
}

.news-wrap {
  max-width: 1350px;
  margin: 0 auto;
}

.news-content .row {
  row-gap: 20px;
  margin-left: -10px;
  margin-right: -10px;
}

.news-content .row > * {
  padding-left: 10px;
  padding-right: 10px;
}

.news-box {
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.2);
  box-shadow: 0px 8px 24px 0px rgba(0, 0, 0, 0.15);
  padding: 15px;
  max-width: 430px;
  margin: 0 auto;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 462px;
}

.news-main-detail .regular-detail > * {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.news-main-detail a {
  display: inline-block;
}

.news-main-detail a:hover {
  color: #000;
}

.news-main-detail .block-title > * {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.news-detail {
  padding: 10px 0 0 0;
  height: 100%;
}

.news-main-detail .regular-detail {
  margin-top: auto;
  display: block;
  text-transform: capitalize;
}

.news-date {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}

.news-date img {
  margin-right: 10px;
}

/* .news-img { max-width: 400px; margin: 0 auto; }  */

.news-img img {
  width: 100%;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}

.news-main-detail {
  display: flex;
  flex-direction: column;
  height: calc(100% - 40px);
}

.news-main-detail .block-title * {
  margin-bottom: 0;
  font-family: "QuicksandBold";
  text-transform: capitalize;
}

.pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 52px;
}

.page-numbers.current {
  color: #e3040b;
}

.page-numbers:hover {
  color: #e3040b;
}

.page-numbers {
  color: #757575;
  font-family: "QuicksandMedium";
  font-size: 16px;
  line-height: 162.5%;
  margin: 0 5px;
}

.prev.page-numbers {
  margin-right: 30px;
}

.next.page-numbers {
  margin-left: 30px;
}

.prev.page-numbers,
.next.page-numbers {
  color: #000;
  font-family: "QuicksandBold";
  font-size: 17px;
  line-height: 150%;
  text-transform: capitalize;
}

/* ----- News Page ----- */

/* ----- News Detail - Page ----- */

.news-detail-main {
  padding: 190px 0 0 0;
}

.news-detail-content {
  margin-top: 40px;
}

.news-desc {
  display: flex;
  row-gap: 10px;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 35px;
}
.news-detail-content ul li {
  margin-bottom: 5px;
}
.news-detail-content ol li {
  margin-bottom: 5px;
}

/* .news-detail-content  > *:last-child{border-right: 0px; padding-right: 0px; margin-right: 0px;} */

.news-detail-content .paragraph-large {
  border-right: 1px solid rgba(0, 0, 0, 0.2);
  padding-right: 25px;
  margin-right: 25px;
}

.news-detail-content .paragraph-large * {
  color: #e3040b;
  font-family: "QuicksandMedium";
  font-weight: lighter;
  font-size: 25px;
  line-height: 25px; /* 100% */
}

.news-desc > *:last-child {
  border-right: 0px;
  padding-right: 0px;
  margin-right: 0px;
  font-weight: lighter;
}

.news-desc {
  display: flex;
  align-items: center;
  margin-bottom: 35px;
}

.news-detail-left {
  max-width: 998px;
}

.news-detail-img img {
  width: 100%;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  max-width: 998px;
}

.news-detail-content .regular-detail > * {
  margin-bottom: 30px;
  text-transform: capitalize;
}

.news-detail-content .regular-detail > *:last-child {
  margin-bottom: 0px;
}

.recent-posts {
  border-radius: 20px;
  background: rgba(26, 25, 23, 0.05);
  max-width: 367px;
  padding: 25px 25px 10px 25px;
  margin: 0 0 0 45px;
}

.recent-posts .paragraph-large * {
  font-family: "ExoMedium";
  line-height: 140%;
  letter-spacing: -1px;
}

.recent-posts .paragraph-large {
  color: #e3040b;
  font-family: "ExoMedium";
  padding-bottom: 15px;
  border-bottom: 1px solid rgba(26, 25, 23, 0.2);
}

.recent-block-post {
  display: flex;
  padding: 20px 0;
  border-bottom: 1px solid rgba(26, 25, 23, 0.2);
}

.recent-post-content {
  margin-left: 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.recent-post-content .detail {
  font-size: 14px;
  color: #e3040b;
  line-height: 100%;
}

.news-detail-single-wrap {
  max-width: 1410px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: flex-start;
}

.recent-block-post img {
  border-radius: 10px;
  max-width: 157px;
  height: 112px;
}

.recent-post-content .regular-detail > * {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.recent-post-content .regular-detail {
  max-width: 126px;
}

.recent-posts > :last-child {
  border-bottom: 0px;
}

/* ----- News Detail - Page ----- */

.typography-section {
  padding: 171px 0 120px;
}

.typography-section blockquote {
  padding-left: 20px;
  border-left: 8px solid var(--red);
  margin-bottom: 15px;
}

.typography-section blockquote * {
  font-size: 20px;
  line-height: 150%;
}
.typography-detail p {
  color: var(--black);
  margin-bottom: 15px;
}

.typography-section h1 {
  font-family: "ExoBold";
  font-weight: 700;
  font-size: 80px;
  line-height: 120%;
  color: #1a1917;
  margin-bottom: 35px;
}

.typography-section h2 {
  font-family: "ExoBold";
  font-weight: 700;
  font-size: 60px;
  line-height: 120%;
  color: #1a1917;
  margin-bottom: 35px;
}

.typography-section h3 {
  font-family: "ExoBold";
  font-weight: 700;
  font-size: 30px;
  line-height: 130%;
  color: #1a1917;
  margin-bottom: 35px;
}

.typography-section h4 {
  font-family: "ExoBold";
  font-weight: 700;
  font-size: 24px;
  line-height: 141%;
  color: #1a1917;
  margin-bottom: 35px;
}

.typography-section h5 {
  font-family: "ExoBold";
  font-weight: 700;
  font-size: 20px;
  line-height: 150%;
  color: #1a1917;
  margin-bottom: 35px;
}

.typography-section h6 {
  font-family: "ExoBold";
  font-weight: 700;
  font-size: 18px;
  line-height: 155%;
  color: #1a1917;
  margin-bottom: 35px;
}

.typography-section a {
  color: var(--red);
}

.typography-section a:hover {
  color: var(--black);
}

.typography-section ol li,
.typography-section ul li {
  color: var(--black);
}

.typography-section ol li,
.typography-section ul {
  margin-top: 0;
  margin-bottom: 1rem;
}

.typography-section ol,
.typography-section ul {
  padding-left: 2rem;
}

.typography-detail .b1 {
  font-family: "QuicksandBold";
  font-weight: 700;
  font-size: 40px;
  line-height: 125%;
  color: var(--dark);
  margin-bottom: 35px;
}

.typography-detail .b2 {
  font-family: "QuicksandSemiBold";
  font-weight: 600;
  font-size: 30px;
  line-height: 133%;
  color: var(--dark);
  margin-bottom: 35px;
}

.typography-detail .b3 {
  font-family: "QuicksandMedium";
  font-weight: 500;
  font-size: 24px;
  line-height: 141%;
  color: var(--dark);
  margin-bottom: 35px;
}

.typography-detail .b4 {
  font-family: "QuicksandRegular";
  font-weight: 500;
  font-size: 20px;
  line-height: 150%;
  color: var(--dark);
  margin-bottom: 35px;
}

.typography-detail .b5 {
  font-family: "QuicksandRegular";
  font-weight: 500;
  font-size: 16px;
  line-height: 162%;
  color: var(--dark);
  margin-bottom: 35px;
}

/*========== Footer Start ==========*/

.footer .f-top {
  padding: 50px 0 0;
}

.footer .f-top .section-title {
  color: var(--white);
  margin-bottom: 20px;
}

.footer .f-top .quick-links ul li {
  font-family: "QuicksandMedium";
  font-weight: 500;
  font-size: 20px;
  line-height: 150%;
  color: rgba(255, 255, 255, 0.6);
  margin-bottom: 10px;
}

.footer .f-top .quick-links ul li a:hover {
  color: var(--white);
}

.quick-links ul li a:hover .icon svg path {
  opacity: 0.6;
  fill: var(--white);
  transition: all ease-in-out 300ms;
  -webkit-transition: all ease-in-out 300ms;
  -moz-transition: all ease-in-out 300ms;
  -ms-transition: all ease-in-out 300ms;
  -o-transition: all ease-in-out 300ms;
}

.quick-links ul li a:hover .icon svg path {
  fill: #fff !important;
  opacity: 1;
}

.f-block.p-category-block .quick-link-wrap {
  display: flex;
  justify-content: space-between;
}

.f-block.links-blocks .social-icon ul li a:hover {
  background-color: var(--red);
  border: var(--red);
}

.f-block.links-blocks .social-icon ul li a * {
  color: var(--dark);
  transition: 0.5s ease-in all;
  -webkit-transition: 0.5s ease-in all;
  -moz-transition: 0.5s ease-in all;
  -ms-transition: 0.5s ease-in all;
  -o-transition: 0.5s ease-in all;
}

.f-block.links-blocks .social-icon ul li a:hover * {
  color: var(--white);
}

.f-top .f-top-wrap {
  display: flex;
  justify-content: space-between;
}

.footer .f-top .f-top-wrap > *:first-child {
  max-width: 474px;
}

.footer .f-top .f-top-wrap > *:nth-child(2) {
  max-width: 387px;
}

.footer .f-top .f-top-wrap > *:last-child {
  max-width: 443px;
}

.f-block.links-blocks .left-block {
  margin-right: 57px;
}

.f-block.p-category-block .quick-links:first-child {
  margin-right: 30px;
}

.footer .f-top .quick-links ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.footer .f-top .quick-links ul li * {
  font-family: inherit;
  font-weight: inherit;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
  display: inline;
}

.f-block.contact-block ul li a {
  display: flex;
}

.f-block.contact-block ul li {
  padding-left: 30px;
  position: relative;
}

.f-block.contact-block ul li a .icon {
  position: absolute;
  left: 0;
}

.f-block.contact-block ul li .icon {
  position: absolute;
  left: 0;
}

/* .f-block.contact-block ul li a:hover img {

  opacity: 1;

} */

.f-block.links-blocks {
  display: flex;
  max-width: 443px;
  justify-content: space-between;
}

.f-top .f-block {
  margin-bottom: 30px;
}

.footer .f-top .quick-links ul li:last-child {
  margin-bottom: 0;
}

.f-block.links-blocks .social-icon ul {
  display: flex;
  padding: 0;
  margin: 0;
  list-style: none;
  justify-content: end;
}

.f-block.links-blocks .social-icon {
  margin-bottom: 20px;
}

.f-block.links-blocks .social-icon ul li a {
  height: 37px;
  aspect-ratio: 1/1;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--white);
  border: 1px solid;
  transition: 0.5s ease-in all;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-color: var(--white);
  -webkit-transition: 0.5s ease-in all;
  -moz-transition: 0.5s ease-in all;
  -ms-transition: 0.5s ease-in all;
  -o-transition: 0.5s ease-in all;
}

.f-block.links-blocks .social-icon ul li {
  margin-right: 10px;
}

.f-block.links-blocks .social-icon ul li:last-child {
  margin-right: 0;
}

.right-block .qr-block-wrap ul {
  display: flex;
  padding: 0;
  margin: 0;
  list-style: none;
}

.right-block .qr-block-wrap ul li {
  margin-right: 20px;
}

.right-block .qr-block-wrap ul li:last-child {
  margin-right: 0;
}

.right-block .qr-block-wrap ul li {
  display: flex;
  flex-direction: column;
  aspect-ratio: 1/1;
  height: 117px;
  width: 117px;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  align-items: center;
  justify-content: center;
  background-color: var(--white);
  row-gap: 10px;
  transition: 0.5s ease-in all;
  -webkit-transition: 0.5s ease-in all;
  -moz-transition: 0.5s ease-in all;
  -ms-transition: 0.5s ease-in all;
  -o-transition: 0.5s ease-in all;
}

.right-block .qr-block-wrap ul li a:hover * {
  color: var(--smock);
}

.right-block .qr-block-wrap ul li a * {
  color: var(--smock);
}

.right-block .qr-block-wrap ul li a:hover {
  opacity: 0.7;
}

.footer .f-bottom {
  display: flex;
  justify-content: space-between;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  padding: 20px 0 50px;
  align-items: center;
}

.footer .f-bottom ul {
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer .f-bottom ul a {
  display: flex;
  align-items: center;
}

.footer .f-bottom .f-bottom-left ul li img {
  margin-right: 20px;
}

.footer .f-bottom ul li {
  font-family: "QuicksandMedium";
  font-weight: 500;
  font-size: 20px;
  line-height: 150%;
  color: rgba(255, 255, 255, 0.6);
}

.footer .f-bottom ul li a:hover {
  color: var(--white);
}

.footer .f-bottom ul li * {
  font-family: inherit;
  font-weight: inherit;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
}

.quick-links ul li a .icon img {
  opacity: 0.6;
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
}
.quick-links ul li a:hover .icon img {
  opacity: 1;
}
.quick-links ul li .icon img {
  opacity: 0.6;
}

/*========== Footer End ==========*/

/*form error success style*/

.wpcf7 form.success .wpcf7-response-output,
.wpcf7 form.sent .wpcf7-response-output {
  color: #1c7857;
}

.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.invalid .wpcf7-response-output {
  color: #c61137;
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
  border: none;
  padding: 0;
  margin: 0;
  text-align: center;
}

.wpcf7 form .wpcf7-response-output {
  border: none !important;
  padding: 0 !important;
  margin: 15px 0 0 0 !important;
  text-align: center;
}

/*form error success style*/

.news-detail-content blockquote {
  padding-left: 20px;

  border-left: 8px solid var(--red);

  margin-bottom: 15px;
}

.news-detail-content ul,
.news-detail-content ol {
  margin-left: 14px !important;
}

.news-detail-content ul li {
  list-style-type: disc;
}

.news-detail-content ol li {
  list-style-type: decimal;
}

.news-detail-content ol li ul li {
  list-style-type: disc !important;

  margin-left: 10px;
}

.news-detail-content ul li ol li {
  list-style-type: decimal !important;

  margin-left: 10px;
}

.form-btn.btn {
  max-width: 132px;
}

.form-btn .wpcf7-spinner {
  position: absolute;

  bottom: -50px;
}

.form-btn input.wpcf7-form-control.wpcf7-submit {
  background: transparent;

  border: 0px;

  color: #fff;

  padding: 0;
}

.form-btn.btn .wpcf7-form-control.wpcf7-submit.has-spinner {
  position: absolute;

  left: 0;

  padding: 0 10px;

  right: 32px;

  top: 0;

  bottom: 0;

  width: 100%;

  text-align: left;
}

.form-btn.btn span.right-arrow {
  margin: 0 0 0 auto;
}

/*about */

.tab-item-right-inner ul {
  margin-top: 20px;
}

.about-right .detail {
  max-width: 429px;
}

/*about */

.cases-gallery-img {
  position: relative;
}

.cases-gallery-img .vd-icon svg {
  position: absolute;
  height: 40px !important;
  width: 40px !important;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}



 .cases-gallery-img .vd-icon svg path {
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
}

.cases-gallery-img .vd-icon:hover svg path{
   fill: var(--red);
}

.cases-gallery-img img {
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
}

.case-gallery-row {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  width: 100%;
}

.case-gallery-column .cases-gallery-img {
  margin-bottom: 18px;
  display: inline-block;
}

.case-gallery-row .case-gallery-column {
  margin-right: 0px;
}

.case-gallery-row > *:last-child {
  margin-right: 0px;
}

.case-gallery-row.row {
  margin-left: -9px;
  margin-right: -9px;
}

.case-gallery-row.row > * {
  padding-left: 9px;
  padding-right: 9px;
}

.case-gallery-row * {
  object-fit: cover;
}
.case-gallery-row > *:nth-child(even) > *:first-child img {
  height: 175px;
  width: 341px;
}

.case-gallery-row > *:nth-child(even) > *:last-child img {
  height: 428px;
  width: 341px;
}

.case-gallery-row > *:nth-child(odd) > *:first-child img {
  height: 428px;
  width: 341px;
}

.case-gallery-row > *:nth-child(odd) > *:last-child img {
  height: 175px;
  width: 341px;
}

/* Chrome, Safari, Edge, Opera */

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */

input[type="number"] {
  -moz-appearance: textfield;
}

.biomass-content > *:last-child {
  margin-right: 0;
}

/*sync slider css*/

.slider-nav-section .slider-nav > .slick-list > .slick-track > .slick-slide {
  padding: 0 20px;
  position: relative;
}
.slider-nav-section .slider-nav > .slick-list {
  margin: 0 -20px;
}

.slider-nav .slick-slide {
  padding: 0 10px;
}

.slider-for .slick-slide {
  padding: 0 10px;
}

.category-tabbing .category-sliders {
  max-width: 1000px;
  margin-left: auto;
}

.slider-nav-section .slick-prev {
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
  left: 0;
  z-index: 99;
}

.slider-nav-section .slick-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  z-index: 99;
}

.category-block .category-img::before {
  opacity: 0;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 42.31%, #000 100%);
  height: 100%;
  width: 100%;
  border-radius: 10px;
}

.category-sliders
  .slider-for
  .slick-track
  .category-slide.slick-slide.slick-current.slick-active
  .category-block {
  position: relative;
}

.category-sliders
  .slider-for
  .slick-track
  .category-slide.slick-slide.slick-current.slick-active
  .category-block
  .category-img::before {
  opacity: 1;
}

.category-tabbing .category-block {
  border-radius: 20px;
  box-shadow: 0px 11px 15px 0px rgba(0, 0, 0, 0.1);
  opacity: 0.5;
  height: 100%;
  padding: 10px 10px 21px 10px;
  cursor: pointer;
}

.category-tabbing .slider-nav button {
  display: none;
}

.slider-nav-section {
  position: relative;
}

.category-imgs {
  position: relative;
  cursor: pointer;
}

.category-tabbing .slider-for .slick-list {
  padding: 0 0 50px 0;
  margin: 0 -10px;
}

.slider-content::before {
  opacity: 0;
  content: "";
  position: absolute;
  left: 0;
  height: 100%;
  width: 100%;
  border-radius: 20px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 42.31%, #000 100%);
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
}

.slider-nav-section
  .slider-nav
  .slick-track
  .slick-slide
  .slider-content
  .regular-detail {
  opacity: 0;
  color: #fff;
  position: absolute;
  bottom: 0;
  margin: 0 0 15px 17px;
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
}

.slider-nav-section
  .slider-nav
  .slick-track
  .slick-slide
  .slider-content:hover
  .regular-detail {
  opacity: 1;
  z-index: 1;
}

.category-imgs:hover::before {
  opacity: 1;
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
}

.slider-content {
  position: relative;
  cursor: pointer;
}

.slider-content:hover::before {
  opacity: 1;

  z-index: 1;
}

.category-sliders
  .slider-for
  .slick-track
  .category-slide.slick-slide.slick-current.slick-active
  .category-block {
  opacity: 1;
}

.category-block .category-img {
  position: relative;
}

.category-block .category-detail-title .category-icn {
  margin: -33px 13px 0 0;
  border: 6px solid #fff;
  width: 53px;
  height: 52px;
  background: #fff;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  position: relative;
  z-index: 11;
}

.category-sliders
  .slider-for
  .slick-track
  .category-slide.slick-slide.slick-current.slick-active
  .category-detail-title
  .icn-bg-category {
  background: #e3040b;
}

.category-icn .icn-bg-category {
  width: 42px;
  height: 42px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  background: rgba(26, 25, 23, 1);
}

/*sync slider css*/

/*Product page*/

.product-main {
  padding: 150px 0 0;
}

.product-wrap .main-title {
  text-align: center;
  margin-bottom: 30px;
}

.product-wrap .row {
  row-gap: 20px;
}

.product-blocks .product-img img {
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
}

.product-blocks {
  border-radius: 20px;
  box-shadow: 0px 11px 15px 0px rgba(0, 0, 0, 0.1);
  opacity: 1;
  height: 100%;
  padding: 10px 10px 21px 10px;
  max-width: 100%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 462px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
}

.product-blocks .category-details {
  display: inline;
  height: calc(100% - 40px);
}

.product-blocks .category-details .category-detail-title {
  margin: 20px 0;
}

.product-blocks .category-detail-title .block-title {
  font-family: "QuicksandBold";
}

.product-blocks .category-detail-title .block-title * {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.product-blocks .category-details .category-detail-title a {
  color: var(--dark);
}

.category-detail-title a:hover {
  color: var(--red) !important;
}

.product-blocks:hover {
  background: rgba(255, 255, 255, 0.2);
  box-shadow: 0px 11px 15px 0px rgba(0, 0, 0, 0.1);
  opacity: 1;
}

.product-blocks .category-icn {
  margin: -45px 13px 0 0;
  border: 6px solid #fff;
  width: 53px;
  height: 52px;
  background: #fff;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  position: relative;
  z-index: 11;
}

.category-detail-title a {
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
}

.product-blocks .category-img {
  position: relative;
  cursor: pointer;
}

.product-blocks .category-img::before {
  opacity: 0;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 42.31%, #000 100%);
  height: 100%;
  width: 100%;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
}

.category-img:hover::before {
  opacity: 1;
}

.product-blocks .category-icn .icn-bg-category {
  transition: 0.4;
  -webkit-transition: 0.4;
  -moz-transition: 0.4;
  -ms-transition: 0.4;
  -o-transition: 0.4;
}

.product-blocks:hover .category-icn .icn-bg-category {
  background: #e3040b;
}

.product-blocks .regular-detail p {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.product-blocks .product-link {
  margin-top: 30px;
  display: inline-flex;
  text-decoration: underline;
  letter-spacing: 0.5px;
  font-family: "QuicksandBold";
}

.product-blocks .product-link:hover {
  color: var(--red);
}

.capacity {
  display: flex !important;
  margin: 10px 0 0 0;
}

.capacity strong {
  color: #000;
}
.capacity img {
  margin-right: 10px;
}

.slider-for-arrows {
  display: flex;
  margin-top: 30px;
}

.slider-for-arrows .slick-arrow:hover {
  background: #e3040b;
  border: 1px solid #e3040b;
  color: #fff;
}

.slider-for-arrows .slick-arrow {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
  border: 1px solid #1a1917;
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
  cursor: pointer;
}

.slider-for-arrows .slick-next {
  margin-left: 30px;
}

/*Product page*/

/*global success cases page -> case studies*/

.hero-wrapper.case-wrapper .hero-content {
  text-align: center;
  width: 100%;
  max-width: 788px;
  margin: 0 auto;
  padding-bottom: 20px;
}

.global-success-block {
  border-radius: 20px;
  box-shadow: 0px 11px 15px 6px rgba(0, 0, 0, 0.1); /* opacity: 0.5; */
  height: 100%;
  padding: 10px 10px 21px 10px;
}

.global-success-block .global-success-img img {
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  width: 100%;
  max-height: 229px;
}
.global-success-details {
  margin-top: 10px;
}

.global-success-more {
  display: flex;
}
.global-success-more .global-icn {
  display: flex;
  align-items: center;
  margin-right: 12px;
}

.global-success-more .global-icn img {
  margin-right: 10px;
}

.global-success-more p span {
  color: #1a1917;
}

.global-success-detail-title {
  margin-top: 15px;
}

.global-success-detail-title .block-title {
  font-family: "quicksandBold";
  text-transform: capitalize;
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
}

.global-success-detail-title .block-title:hover {
  color: var(--black);
}

.global-success-detail-title .block-title:hover {
  color: #1a1917;
}

.global-success-case-wrap .row {
  row-gap: 20px;
}

.global-success-case-main {
  padding: 120px 0 0 0;
}

.global-success-block {
  max-width: 430px;
  margin: 0 auto;
}

.global-success-case-wrap {
  max-width: 1350px;
  margin: 0 auto;
}

.global-success-case-wrap .row > * {
  padding-left: 10px;
  padding-right: 10px;
}

.global-success-case-wrap .row {
  margin-left: -10px;
  margin-right: -10px;
}

/*global success cases page ->case studies*/

/*cases videos page*/

/*case video desc*/

.case-video-content iframe,
.case-video-content video,
.case-video-content img {
  height: 100%;
  min-height: 518px;
  width: 100%;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  object-fit: cover;
}

.case-videos-content-main {
  padding: 120px 0 80px 0;
}

.case-videos-content-main .global-success-more {
  margin: 20px 0 30px;
}

.case-video-content-left {
  max-width: 998px;
}

.case-video-content-left .block-title {
  font-size: 25px;
  line-height: 100%;
  font-family: "quicksandMedium";
  margin-bottom: 20px;
}

.case-video-content-left .regular-detail {
  max-width: 958px;
}
.case-video-content-left ul {
  margin: 30px 0;
  padding-left: 20px;
}

.case-video-content-left ul li {
  list-style-type: disc;
  margin-bottom: 15px;
  color: #757575 !important;
}

.case-video-content-left ul ol li {
  list-style-type: decimal;
}
.case-video-content-left ul ol {
  padding-left: 20px;
}

.case-video-content-left a {
  text-decoration: underline;
  font-family: "quicksandBold" !important;
  font-size: 20px !important;
}

.customer-satisfaction-block {
  background: rgba(26, 25, 23, 0.05);
  margin-top: 30px;
  padding: 20px;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
}

.customer-satisfaction-block .block-title * {
  color: #1a1917;
  font-size: 20px;
  font-family: "quicksandBold";
}

.customer-satisfaction-block ul li {
  margin-bottom: 0;
  list-style-type: none;
  margin: 0 3px;
}
.customer-satisfaction-block ul {
  display: flex;
  margin: 0;
}

.customer-satisfaction-title {
  display: flex;
  justify-content: space-between;
}

.customer-satisfaction-title .block-title {
  margin-bottom: 0;
}

.customer-satisfaction-block .regular-detail {
  max-width: 936px;
  margin-top: 20px;
}

.case-video-content video {
  height: 518px;
}

.case-video-content-wrp {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
  position: relative;
}
.case-video-content-wrp .case-video-content-right {
  border-radius: 20px;
  background: rgba(26, 25, 23, 0.05);
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  max-width: 367px;
  width: 100%;
  padding: 15px;
  max-height: 410px;
}
.case-video-content-socials {
  display: flex;
}
.case-video-content-socials {
  border-bottom: 1px solid rgba(26, 30, 32, 0.2);
  padding: 20px 0;
}

.case-video-content-socials img {
  margin-right: 24px;
}

.case-video-socials-desc .block-title {
  font-family: "quicksandBold";
  line-height: 20px;
  font-size: 18px;
      word-break: break-word;
}

.case-video-content-right-block > *:last-child {
  border-bottom: 0px;
}
.case-video-content-right-block > *:first-child {
  padding-top: 0px;
}

.case-video-socials-desc .regular-detail {
  line-height: 100%;
  margin-bottom: 8px;
}

.scan-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
}

.scan-wrap .scan-code {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-right: 20px;
}

.scan-wrap .scan-code .regular-detail {
  max-width: 88px;
  text-align: center;
  line-height: normal;
  margin: 15px 0 0 0;
}

.scan-wrap {
  border-radius: 20px;
  border: 1px solid rgba(26, 25, 23, 0.2);
  padding: 27px 10px;
}

.case-video-content-right {
  position: sticky;
  top: 157px;
  right: 0;
}

/*case video desc*/

/*related cases*/

.related-cases-main {
  padding: 70px 0 20px 0;
  margin: 0 0 150px 0;
}

.related-cases-wrap {
  max-width: 1305px;
  margin: 0 auto;
  position: relative;
}

.related-cases-arrows .slick-arrow:hover {
  background: #e3040b;
  border: 1px solid #e3040b;
  color: #fff;
}

.related-cases-arrows .slick-arrow {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
  border: 1px solid #1a1917;
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
  cursor: pointer;
}

.related-cases-slider .related-cases-block {
  padding: 0 8px;
}

.related-cases-slider .slick-list {
  margin: 0 -8px;
}

.related-cases-block .global-success-block {
  max-width: 100%;
  background: rgba(255, 255, 255, 0.2);
  box-shadow: 0px 8px 5px 0px rgba(0, 0, 0, 0.15);
}

.related-cases-slider .slick-list {
  padding: 50px 0;
}

.related-cases-arrows .slick-prev {
  position: absolute;
  left: -55px;
  top: 50%;
  transform: translateY(-50%);
}

.related-cases-arrows .slick-next {
  position: absolute;
  right: -55px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}

/*related cases*/

/*related products*/

.related-products-main .related-products-title {
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px;
}

.related-product-block {
  display: flex;
  margin-bottom: 51px;
}

.related-product-img img {
  border-radius: 22px;
  max-width: 263px;
  -webkit-border-radius: 22px;
  -moz-border-radius: 22px;
  -ms-border-radius: 22px;
  -o-border-radius: 22px;
  object-fit: cover;
}

.related-product-detail {
  padding-left: 41px;
}

.related-product-detail .regular-detail * {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.related-product-detail .block-title * {
  font-family: "QuicksandBold";
}

.related-product-detail .regular-detail {
  margin: 15px 0 10px;
  max-width: 383px;
}

.related-product-detail a {
  text-decoration-line: underline;
  color: #e3040b;
  font-family: "QuicksandBold";
  text-transform: capitalize;
  -moz-text-decoration-line: underline;
}

.related-product-detail a:hover {
  color: var(--black);
}

.related-product-detail .global-icn {
  display: flex;
  margin-top: 26px;
}

.related-product-detail .global-icn img {
  margin-right: 10px;
}

.case-vd-page.message-main {
  padding: 100px 0 120px 0;
}

.case-video-socials-desc a:hover {
  color: #1a1917;
}

/*related products*/

/*cases videos page*/

/*cases videos page*/
