body {
  /*    font-family: 'Livvic', sans-serif;*/
  font-family: "Rubik", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1rem;
  line-height: 1.5;
  color: #454545;
  overflow-x: hidden;
  letter-spacing: 0.5px;
}

.page-wrapper {
  overflow-x: hidden;
}

/* ------------------------
    Typography
------------------------*/
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 0px;
  color: #1f2632;
  font-family: "Fira Sans", sans-serif;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: inherit;
}

h1,
.h1 {
  font-size: 60px;
  font-style: normal;
  line-height: 80px;
  font-weight: 700;
  letter-spacing: 0;
}

h2,
.h2 {
  font-size: 40px;
  font-style: normal;
  line-height: 50px;
  font-weight: 600;
  margin-bottom: 10px;
  position: relative;
}

h3,
.h3 {
  font-size: 30px;
  font-style: normal;
  line-height: 40px;
  font-weight: 600;
}

h4,
.h4 {
  font-size: 20px;
  font-style: normal;
  margin-bottom: 10px;
  font-weight: 600;
  line-height: 34px;
}

h5,
.h5 {
  font-size: 17px;
  font-style: normal;
  margin-bottom: 10px;
  font-weight: 600;
  line-height: 26px;
}

h6,
.h6 {
  font-size: 15px;
  font-style: normal;
  line-height: 24px;
  margin-bottom: 10px;
}

ul {
  margin: 0px;
  padding: 0px;
}

/* ------------------------
    Banner
------------------------*/

[data-bg-img] {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  height: 80vh;
}

.align-center {
  position: absolute;
  top: 50%;
  width: 100%;
  z-index: 9;
}

/* ------------------------
    Responsive Css
------------------------*/
@media (max-width: 1200px) {
  .navbar-nav .nav-item {
    margin: 0 10px;
  }
}

@media (max-width: 992px) {

  h1,
  h1 {
    font-size: 60px;
    line-height: 70px;
  }

  h2,
  h2 {
    font-size: 36px;
    line-height: 46px;
  }

  .custom-mt-0 {
    margin-top: 0 !important;
  }

  #header-wrap {
    padding: 10px 0;
  }

  .navbar-toggler {
    background: none;
    height: 34px;
    width: 40px;
    padding: 0;
    margin: 0;
    border: 1px solid #454545;
  }

  .navbar-nav ul {
    position: static;
  }

  .navbar-nav>.nav-item {
    margin: 0;
  }

  .navbar-nav .nav-link {
    padding: 10px !important;
    color: #454545;
  }

  .navbar-nav .nav-link:hover,
  .navbar-nav .nav-item .nav-link.active,
  .navbar-nav .nav-item .nav-link.show {
    background: #8fd400;
    color: #ffffff;
  }

  .navbar-collapse {
    background: #ffffff;
    max-height: 400px;
    left: 1;
    padding: 10px;
    position: absolute;
    z-index: 99;
    top: 100%;
    width: 300px;
    overflow: auto;
    border: medium none;
    -webkit-box-shadow: 7px 5px 30px rgba(72, 73, 121, 0.15);
    -moz-box-shadow: 7px 5px 30px rgba(72, 73, 121, 0.15);
    box-shadow: 7px 5px 30px rgba(72, 73, 121, 0.15);
  }

  .navbar-toggler span {
    width: 26px;
    height: 2px;
    margin: 5px auto;
    display: block;
    background: #8fd400;
  }

  .navbar-nav .dropdown-toggle::after {
    content: "+";
    background: none !important;
    position: absolute;
    border: none;
    top: 50%;
    right: 10px;
    margin: -0.5em 0.5em 0 0;
    border-radius: 0.25rem;
    padding: 0;
    font-size: 1.25rem;
    line-height: 1;
  }

  .navbar-nav .dropdown>.dropdown-toggle.show::after {
    content: "-";
  }

  .navbar-nav .dropdown-submenu .dropdown-toggle::after {
    width: auto;
    height: auto;
    margin-right: 0;
  }

  .navbar {
    padding: 0;
  }

  .image-column {
    left: 0;
    position: relative;
    top: inherit;
    transform: inherit;
  }

  .image-column-h {
    min-height: 300px;
  }
}

@media (max-width: 767px) {
  .logo img {
    width: 220px;
    height: 50px;
  }

  .container {
    padding-left: 30px !important;
    padding-right: 30px !important;
  }

  h1,
  h1 {
    font-size: 35px;
    line-height: 45px;
  }

  h2,
  h2 {
    font-size: 25px;
    line-height: 20px;
  }

  .section-title p {
    font-size: 16px;
  }

  .page-title h1 {
    font-size: 40px;
    line-height: 50px;
  }

  /*Header*/
  /* .logo img {
        max-height: 40px;
    } */
  /* additional css */
  .feature-section {
    margin-top: 0px !important;
    padding-top: 30px;
    padding-bottom: 40px !important;
  }

  .about-section .about-content-container h3 {
    margin-top: 15px;
    font-size: 25px !important;
    line-height: 30px !important;
  }

  .sec {
    background-color: #f4f7fc;
  }

  .abt-sec h4 {
    font-size: 16px !important;
    line-height: 20px !important;
  }

  .top-content h2,
  .contact-form h2 {
    padding: 0px !important;
  }

  .services-section {
    padding: 80px 0px 25px 0px !important;
  }

  .counter-section {
    padding-bottom: 35px !important;
  }

  .quick {
    margin-top: 30px;
  }

  [data-bg-img] {
    width: 100%;
    height: 50vh;
  }
}

.wrapper-box {
  position: relative;
}

.wrap-services {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.feat-links-grid .image-small {
  margin-top: 40px;
}

.custom-btn {
  position: absolute;
  top: 248px;
  left: 59%;
}

/* My Styles */
.container {
  padding-left: 60px;
  padding-right: 60px;
}

.feature-section {
  position: relative;
  margin-top: -60px;
  z-index: 5;
  padding-bottom: 80px;
}

.feature-section .feature-single-item {
  display: block;
  justify-content: center;
  text-align: center;
  background-color: #fff;
  box-shadow: 0px 0px 10px 0px rgb(128, 128, 128);
  cursor: pointer;
  transition: 1s;
  margin: 5px;
}

.feature-section .feature-single-item:hover {
  transform: scale(1.05);
}

.feature-section .feature-icon {
  padding-top: 30px;
}

.feature-section .feature-icon i {
  font-size: 60px;
  color: #8fd400;
  animation-name: icons;
  animation: icons infinite;
  animation-duration: 5s;
}

@keyframes icons {
  25% {
    color: #8fd400;
  }

  50% {
    color: #00a9ef;
  }

  75% {
    color: #70a605;
  }

  100% {
    color: #077bad;
  }
}

.about-section .abt-icon i {
  padding-right: 20px;
  font-size: 40px;
  color: #8fd400;
  animation-name: icons1;
  animation: icons1 infinite;
  animation-duration: 5s;
}

@keyframes icons1 {
  25% {
    color: #8fd400;
  }

  50% {
    color: #00a9ef;
  }

  75% {
    color: #70a605;
  }

  100% {
    color: red;
  }
}

.feature-section .feature-content {
  padding: 10px 30px 20px;
  min-height: 210px;
}

.feature-section .feature-content h4 {
  color: #8fd400;
}

.about-section {
  padding: 30px 0px 70px 0px;
}

.about-section .about-content-container h3 {
  font-size: 40px;
  line-height: 45px;
}

.about-section .about-content-container h3 span,
.abt-sec h4,
.services-section h5 {
  color: #8fd400;
}

.services-section {
  padding: 80px 0px 140px 0px;
  background-color: #f4f7fc;
}

.services-section h3 {
  font-size: 36px;
}

.services-section .services-content-container .process-single-thumb img {
  width: 100%;
  border-radius: 50%;
}

.process-single-item {
  padding: 19px;
}

.process-single-thumb {
  border: 4px solid #f4f7fc;
  border-radius: 50%;
  text-align: center;
  position: relative;
  display: inline-block;
  box-shadow: 0 0 9px 0 rgb(24 35 51 / 12%);
  transition: 0.3s;
  padding: 10px;
  background-color: #fff;
}

.process-single-thumb:hover {
  position: relative;
  border: 4px solid #8fd400;
  background-color: rgba(0, 0, 0, 0.337);
  z-index: 99;
}

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

.counter-icon {
  margin-top: -10px;
}

.counter-icon i {
  color: #8fd400;
  font-size: 50px;
}

.counter-container {
  position: relative;
  box-shadow: 0 12px 35px rgb(0 0 0 / 8%);
  padding: 70px 30px 50px 50px;
  border-radius: 8px;
  margin-top: -14%;
  background-color: #fff;
}

.counter-content .counter-text h3 {
  font-size: 40px;
  font-weight: 400;
}

.counter-title h4 {
  font-weight: lighter;
}

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

.portfolio-section .section-head {
  margin-bottom: 50px;
}

.portfolio_nav {
  padding-bottom: 15px;
}

.portfolio_nav ul {
  margin-bottom: 30px;
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.portfolio_nav ul li a:hover,
.portfolio_nav ul li a.current_menu_item {
  color: #fff;
  background: #8fd400;
  border-color: #8fd400;
}

.portfolio_nav ul li {
  background: transparent;
  border: medium none;
  font-size: 16px;
  /* line-height: 1; */
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  cursor: pointer;
  text-transform: capitalize;
  /* padding: 10px 22px; */
  font-weight: 500;
  position: relative;
  margin: 0 3px;
  margin-bottom: 26px;
  display: inline-block;
}

.portfolio_nav ul li a {
  list-style: none;
  color: #000000;
  padding: 10px 22px;
  border: 1px dashed #000000;
}

/* portfolio */

.single_portfolio {
  position: relative;
  margin-bottom: 10px;
  overflow: hidden;
  margin-left: 5px;
  margin-right: 5px;
}

.portfolio-thumb {
  position: relative;
}

.portfolio-thumb::before {
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  top: 0;
  content: "";
  opacity: 0;
  transition: 0.5s;
}

.single_portfolio:hover .portfolio-thumb::before {
  opacity: 1;
}

.portfolio-thumb img {
  width: 100%;
}

.portfolio-icon {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  text-align: center;
  transform: translateY(-50%);
  opacity: 0;
  transition: 0.5s;
}

.single_portfolio:hover .portfolio-icon {
  opacity: 1;
}

.port-icon a {
  background: #00a9ef none repeat scroll 0 0;
  border-radius: 50%;
  color: #fff;
  display: inline-block;
  font-size: 16px;
  height: 40px;
  line-height: 40px;
  width: 40px;
  text-align: center;
  margin: 0 17px 0;
  transition: 0.5s;
}

.single_portfolio:hover .port-icon a {
  margin: 0 3px 0;
}

.port-icon a:hover {
  background: #8fd400;
  color: #fff;
}

.portfolio-content {
  position: absolute;
  text-align: center;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  right: 0;
  bottom: -100%;
  left: 0;
  opacity: 0;
  background: #8fd400;
  margin: auto;
  padding: 13px 18px 16px;
  text-align: center;
}

.single_portfolio:hover .portfolio-content {
  opacity: 1;
  bottom: 0;
}

.portfolio-content h5 {
  margin: 8px 0 0px;
}

.portfolio-content h5 a {
  text-transform: capitalize;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
}

.portfolio-content p {
  color: #fff;
  line-height: 1.2;
  margin: 5px 0 0;
}

/* client carousel */
h2 {
  text-align: center;
  padding: 20px;
}

/*-------------------
  ============= Testimonial Section 
  -------------------*/

.testimonial-section .section-head h2 span {
  color: #8fd400;
}

.testimonial-single-item {
  text-align: center;
  border: 1px solid #eee;
  border-radius: 10px;
  background: #fff;
  padding: 35px 0;
  margin: 0 15px;
}

.testimonial-thumb {
  display: inline-block;
  position: relative;
}

.testimonial-icon i {
  font-size: 18px;
  position: absolute;
  width: 50px;
  height: 50px;
  line-height: 50px;
  bottom: 0px;
  right: -16px;
  background-color: #8fd400;
  text-align: center;
  color: #fff;
  border-radius: 50%;
}

.testimonial-thumb img {
  border-radius: 50%;
}

.testimonial-content h4 {
  text-transform: capitalize;
  font-size: 18px;
  padding: 0;
  position: relative;
  margin-bottom: 5px;
}

.testimonial-content-text {
  padding: 20px 25px 50px;
  margin: 0;
}

.testimonial-designation {
  color: #8fd400;
  font-size: 16px;
  font-weight: 500;
  margin: 0;
  text-transform: capitalize;
}

/* testimonial 4 */
.testimonial-section.style-4 {
  padding: 60px 0px;
  margin-top: 0 !important;
  background: url(https://media.istockphoto.com/photos/hands-holding-green-globe-with-grassy-background-picture-id453897319?k=20&m=453897319&s=612x612&w=0&h=CIjvpm2k4hFde3uREbh3PFen0zH8ynMRTq8CoPmVhLU=) no-repeat center/cover;
  background-color: #000000b8;
  background-blend-mode: color;
}

.testimonial-section.style-4 .testimonial-content-text {
  font-style: italic;
  width: 100%;
  margin: auto;
  color: #fff;
  padding: 15px 25px 30px;
}

.testimonial-section.style-4 .testimonial-single-item {
  border: none;
  background: transparent;
  padding: 35px 0 0 0;
}

.testimonial-section.style-4 .testimonial-content h4 {
  color: #fff;
}

.testimonial-section.style-4 .testimonial-content h4::before,
.testimonial-section.style-4 .testimonial-content h4::after {
  display: none;
}

/* testimonial end */
/* Slider */
.ourclients {
  display: block;
  margin-left: auto;
  margin-right: auto;
  background: #f4f7fc;
  padding: 50px 0px;
}

.ourclients .clients-wrap {
  display: block;
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
}

.ourclients .clients-wrap ul {
  display: block;
  list-style: none;
  position: relative;
  margin-left: auto;
  margin-right: auto;
}

.ourclients .clients-wrap ul li {
  display: block;
  float: left;
  position: relative;
  width: 200px;
  height: 120px;
  line-height: 100px;
  text-align: center;
}

.ourclients .clients-wrap ul li img {
  vertical-align: middle;
  width: 160px;
  max-height: 100%;
  -webkit-transition: 0 linear left;
  -moz-transition: 0 linear left;
  transition: 0 linear left;
}

.ourclients .clients-wrap ul li img:hover {
  width: 175px;
  max-height: 105%;
}

/* subscribe section */
.footer hr {
  color: #525252;
  height: 2px;
}

.subscribe-section-icon {
  color: #8fd400;
  font-size: 50px;
}

.subscribe-section-title h5 {
  text-transform: capitalize;
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  padding-left: 25px;
  margin: 25px 0;
}

.subscribe-input-field {
  position: relative;
}

.subscribe-mail-box {
  width: 100%;
  padding: 15px 0 15px 10px;
  border-radius: 5px;
  border: #fff;
}

.subscribe-submit-btn {
  border: none;
  border-radius: 3px;
  background: #8fd400;
  color: #fff;
  font-size: 17px;
  font-weight: 500;
  position: absolute;
  top: 19px;
  right: 4px;
  padding: 10px 30px;
  transition: 0.3s;
}

.subscribe-submit-btn:hover {
  background: #b32a00;
}

input.subscribe-mail-box {
  outline: 0;
}

.section-head-bar-2 {
  position: relative;
  margin: auto;
}

.section-head-bar-2::before,
.section-head-bar-1::before {
  content: "";
  position: absolute;
  left: -15px;
  bottom: 0;
  width: 40px;
  height: 4px;
  background: #8fd400;
  transform: skewX(45deg);
}

.section-head-bar-2::after,
.section-head-bar-1::after {
  content: "";
  position: absolute;
  left: -10px;
  bottom: 0;
  width: 40px;
  height: 4px;
  background: #8fd400;
  transform: skewX(-45deg);
}

.section-head-bar-1 {
  position: relative;
  margin: auto;
  left: 15px;
}

.post-title h6 {
  font-size: 15px;
  font-weight: bold;
  color: #f4f7fc;
}

.post-title {
  margin-left: 25px;
  transition: 0.3s;
}

.post-title h6:hover {
  color: #8fd400;
}

/* Contact form  */
.contact-form-section .container {
  padding: 80px;
}

.contact-details .top-content h2,
.contact-details .top-content p {
  text-align: center;
  color: #fff;
  text-shadow: 1px 1px 2px #000;
}

.contact-details h4 {
  color: #fff;
  text-shadow: 1px 1px 2px #000;
}

.contact-details a,
.contact-details p {
  color: #333434;
  font-weight: 500;
}

.contact-details a:hover {
  color: #0a5e8b;
}

.contact-form input,
.contact-form textarea {
  background-color: transparent;
  border: none;
  border-bottom: 2px solid #8fd400;
}

.contact-form .form-label {
  font-size: 18px;
}

/* product */
.breadcrumb {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0.75rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}

.breadcrumb.text-black a {
  color: #000;
  font-weight: 400;
}

.view-mode .rango-view-grid-container,
.rango-view-list-container {
  line-height: 36px;
  width: auto !important;
  height: 36px;
  cursor: pointer;
  color: rgba(0, 0, 0, 0.83);
  padding: 0 8px !important;
  display: inline-block;
  border-radius: 4px;
  box-shadow: 0px 2px 12px #ededed;
  font-size: 14px;
  margin-bottom: 15px;
  border: 1px solid #f8f8f8;
}

.rango-view-grid-container.active {
  background: #8fd400;
  color: #fff;
}

.drop-btn {
  padding: 8px 20px;
  display: block;
  width: 100%;
  font-size: 15px;
  background-color: #8fd400;
  color: #fff !important;
  border-radius: 4px;
  text-align: left;
  text-transform: uppercase;
  margin-top: 15px;
  letter-spacing: 0px;
  border: 0px;
}

.drop-btn i {
  margin-left: 15px;
}

.drop-list {
  padding: 0;
}

.drop-list .form-check {
  padding: 5px 20px 5px 42px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}

.drop-list .form-check:last-child {
  border-bottom: 0px solid rgba(0, 0, 0, 0.15);
}

.prd-cat_list,
.all-categories {
  border: 1px solid rgba(0, 0, 0, 0.15);
  margin-top: 20px;
  margin-bottom: 20px;
  border-radius: 5px;
  overflow: hidden;
}

.prd-cat_list .headind-droup,
.all-categories .headind-droup {
  padding: 8px 20px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  font-weight: 600;
  background-color: #00a9ef;
  color: #fff;
}

.prd-cat_list ul,
.all-categories ul {
  list-style: none;
}

.prd-cat_list li,
.all-categories li {
  padding: 5px 20px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  position: relative;
}

.prd-cat_list li:last-child,
.all-categories li:last-child {
  border-bottom: 0px solid rgba(0, 0, 0, 0.15);
}

.all-categories {
  overflow: visible;
}

.all-categories li a {
  color: #000;
  font-size: 14px;
}

.sub-menu {
  position: absolute;
  top: 0%;
  left: 100%;
  z-index: 10;
  width: calc(100vw - 15.4rem);
  padding: 0.5rem 0;
  margin: 1rem 0 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff0;
  background-clip: padding-box;
  /* border: 1px solid rgba(0, 0, 0, 0.15); */
  border-radius: 0.25rem;
  max-height: 100vh;
  overflow: visible;
  transition: all 0.3s linear;
  opacity: 0;
  visibility: hidden;
}

.sub-menu ul li {
  width: 12rem;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.15);
}

.sub-menu ul li>ul,
ul li ul li>ul {
  position: absolute;
  left: 100%;
  top: 0;
  opacity: 0;
  visibility: hidden;
}

.sub-menu ul li:hover>ul {
  opacity: 1;
  visibility: visible;
}

.all-categories li.dropdown:hover .sub-menu {
  margin: 0.125rem 0 0;
  opacity: 1;
  visibility: visible;
}

.border-left {
  border-left: 1px solid #edf1ff !important;
}

.border-right {
  border-right: 1px solid #edf1ff !important;
}

.view_details_btn {
  background: #8fd400;
  color: #fff;
  transition: all 0.3s linear;
}

.view_details_btn a {
  color: #fff;
  display: block;
}

.view_details_btn:hover,
.prd-listing .product-item:hover .view_details_btn {
  background: #009aef;
}

.prd-listing .prd-col {
  padding: 0 08px;
  flex-grow: 1;
  width: 11.6em;
}

.prd-listing .product-item .product-img img {
  /* max-height: 195px; */
  transition: all 0.3s linear;
  overflow: hidden;
  height: 180px;
  object-fit: cover;
}

/* .prd-listing .product-item:hover .product-img {
  background-color: #000 !important;
} */
.prd-listing .product-item:hover .product-img img {
  transform: scale(1.2);
  opacity: 0.85;
}

.prd-listing .product-item p,
.prd-listing .product-item h6 {
  font-size: 15px;
}

.prd-listing .product-item h6 {
  color: #99a9b2;
}

.prd-listing .product-item p {
  color: #000;
  letter-spacing: -0.5px;
  word-spacing: 2px;
  height: 70px;
  padding: 5px 5px;
  line-height: 20px;
}

/* blog */
.blog .card {
  transition: 0.3s;
}

.blog .card:hover {
  transform: scale(1.02);
}

.blog .card-body {
  padding-top: 50px;
  padding-bottom: 50px;
}

.blog .card-body .card-text {
  margin-top: 20px;
}

.blog .card-body .card-title {
  font-weight: 550;
  word-spacing: 0px;
}

.blog .card-body .date {
  color: #8fd400;
}

.blog .card-body .name {
  color: #009aef;
  font-size: 18px;
}

.blog .card {
  border-radius: 8px;
  border: none;
  box-shadow: 0px 0px 10px #ccc;
}

.manufacturing-section {
  padding: 60px 0px 60px 0px;
  background-color: #f4f7fc;
}

.manufacturing-section .card {
  border: none;
}

.manufacturing-section .card-body {
  padding-bottom: 30px;
}

.owl-carousel .owl-dots .owl-dot,
.testimonial-section .owl-carousel .owl-nav button {
  display: none;
}

.testimonial-section .owl-carousel .owl-dots .owl-dot {
  display: inline-block;
}

.testimonial-section .owl-carousel .owl-dots .owl-dot span {
  border: 50%;
  background: white;
}

.privacy-page h4 {
  font-size: 24px;
}

.privacy-page h5 {
  font-size: 19px;
  margin-bottom: 0px;
}

.privacy-page ul {
  padding-left: 30px;
}

/* video section */
.youtube-section {
  position: relative;
}

.youtube-section .modal {
  background-color: rgba(0, 0, 0, 0.4);
}

.youtube-section .modal-header {
  border-bottom: 1px solid #505050;
  padding: 12px 16px 6px 16px;
}

.youtube-section .modal-header .modal-title {
  color: #ccc;
  margin: 0;
}

.youtube-section .modal-header .close {
  font-size: 32px;
  opacity: 1;
  color: #ccc;
  text-shadow: none;
  outline: none;
}

.ekko-lightbox .close {
  display: none !important;
}

.youtube-section .modal-content {
  border-radius: 0;
  border: 0;
  background-color: #323232;
}

.youtube-section .img-responsive {
  width: 100%;
}

.youtube-section .video img {
  margin-bottom: 10px;
  border: 1px solid #8dd40033;
  border-radius: 8px;
}

.youtube-section .video p {
  text-align: center;
  margin-top: 8px;
  font-size: 18px;
  color: #009aef;
}

.youtube-section button.btn-play {
  position: absolute;
  top: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  margin-left: -15px;
  border: 0;
  border-radius: 0;
  outline: 0 !important;
  width: 100%;
  background-color: transparent;
  color: #8dd4008f;
}

.youtube-section button.btn-play:hover,
.youtube-section button.btn-play:active,
.youtube-section button.btn-play:visited,
.youtube-section button.btn-play:focus {
  color: #8fd400;
}

.youtube-section button.btn-play .bi {
  padding: 0;
  margin: 0;
  color: inherit;
  background-color: inherit;
  font-size: 64px;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .youtube-section button.btn-play .bi {
    font-size: 56px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .youtube-section button.btn-play .bi {
    font-size: 46px;
  }
}

@media (max-width: 767px) {
  .youtube-section a.video {
    display: block;
  }

  .youtube-section button.btn-play .bi {
    font-size: 56px;
  }
}

.ProductSl .owl-item img {
  height: 200px !important;
  object-fit: cover;
}

.ProductSl .prd-col p {
  min-height: 95px;
}

@media (max-width: 398px) {
  .prd-listing .product-item .product-img img {
    height: 345px;
  }

  /* .ProductSl .owl-item img{
    height: 275px !important;
  } */
}

@media (max-width: 767px) {
  .all-categories li.dropdown:hover .sub-menu {
    margin: 0.125rem 0 0;
    opacity: 1;
    visibility: visible;
    left: 0;
    position: static;
  }

  .sub-menu ul li {
    width: 19rem;
    background: #fff;
    border: 1px solid rgba(0, 0, 0, 0.15);
  }

  .sub-menu ul li:hover>ul {
    opacity: 1;
    visibility: visible;
    position: static;
  }

  .sub-menu ul li ul {
    margin: 10px 0;
  }

  .sub-menu ul li ul li {
    width: 16rem;
  }

  .prd-cat_list li:last-child,
  .all-categories li:last-child {
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  }
}

.b-partner a img {
  border: 1px solid #80808061;
  margin-bottom: 10px;
  padding: 10px;
  border-radius: 10px;
}