/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;400;500;600;700;800;900&display=swap');

body {
  font-family: 'Poppins', sans-serif;
  color: #444444;
  max-width:100%;
  overflow: hidden;
  overflow-x: hidden;
}
 html{
    max-width: 100%;
    overflow: auto;
    overflow-x: hidden;
}

a {
  text-decoration: none;
  color: #8fc04e;
}

a:hover {
  color: #a7cd74;
  text-decoration: none;
}


h1, h2, h3, h4, h5, h6 {
  font-family: 'Poppins', sans-serif;
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 996;
  background: #EBD162;
  width: 40px;
  height: 40px;
  border-radius: 50px;
  transition: all 0.4s;
}
.back-to-top i {
  font-size: 28px;
  color: #0c0c13;
  line-height: 0;
}
.back-to-top:hover {
  background: #0c0c13;
  color: #fff;
}
.back-to-top.active {
  visibility: visible;
  opacity: 1;
}
#popupMain{
    position:fixed;
    height:100%;
    width:100%;
    background:rgba(0,0,0,0.8);
    z-index:1001;
}
.popup{
    background-color: #f1f1f1;
    width: 279px;
    padding: 30px 40px;
    position: absolute;
    transform: translate(-50%,-50%);
    left: 50%;
    top: 50%;
    border-radius: 8px;
    font-family: "Poppins",sans-serif;
    display: none;
    text-align: center;
    overflow:hidden;
    position:absolute;
    z-index:1111;
}

.popup .close{
  background: #b4000d;
    color: #fff;
    width: 3rem;
    height: 3rem;
    margin-top: -3rem;
    margin-right: -14.2rem;
    font-size: 2.5rem;
    font-weight: 200;
  opacity:1;
}
.popup .close:hover{
  background:#222;
  color:#efbf1b;
}
.popup h2{
    font-size:15px;
}

.popup .enquiry-form{
    margin-top:10px;
    width: 200px;
}

.popup .enquiry-form input[type=text]{
   border-radius: 0;
  box-shadow: none;
  font-size: 14px;
  background:#fff;
  color:#000;
  text-transform:none;
  border-radius:5px;
  height: 34px;
  margin-bottom:10px;
  margin-right:10px;
  padding-left:10px;
  width:100%; 
}
.popup .enquiry-form input[type=email],
.popup .enquiry-form input[type=phone], .popup .enquiry-form textarea{
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
  background:#fff;
  color:#000;
  text-transform:none;
  border-radius:5px;
  height: 34px;
  margin-bottom:10px;
  margin-right:10px;
  padding-left:10px;
  width:100%;
}
.popup .enquiry-form select{
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
  background:#fff;
  color:#000;
  text-transform:none;
  border-radius:5px;
  height: 34px;
  margin-bottom:10px;
  margin-right:10px;
  padding-left:10px;
  margin-left:1.5rem;
  width:100%;
}

.popup .enquiry-form label{
    color:#222;
    font-size:1.5rem;
    margin-left:1.5rem;
    margin-bottom:10px;
    text-align:center;
    text-transform:none;
}
.popup .enquiry-form input[type=text]:focus,
.popup .enquiry-form input[type=email]:focus,
.popup .enquiry-form input[type=phone]:focus{
    color:#000;
    text-transform:none;
}
.popup .enquiry-form input[type=submit] {
    background: #0c0c13;
    color: #EBD162;
    padding: 3px 12px;
    transition: 0.4s;
    font-size: 1rem;
    border-radius: 10px;
    font-weight: 500;
    margin-bottom:-20px;
    text-align: center;
}
.popup .enquiry-form input[type=submit]:hover {
  background: #EBD162;
  color:#0c0c13;
}
/*--------------------------------------------------------------
# Disable AOS delay on mobile
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  [data-aos-delay] {
    transition-delay: 0 !important;
  }
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  height: 90px;
  transition: all 0.5s;
  z-index: 997;
  transition: all 0.5s;
  background: #0c0c13;
}
#header .logo h1 {
  font-size: 28px;
  margin: 0;
  padding: 11px 0;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 1px;
  font-family: "Poppins", sans-serif;
}
#header .logo h1 a, #header .logo h1 a:hover {
  color: #fff;
  text-decoration: none;
}
#header .logo img {
  padding: 0;
  margin: 0;
  margin-left:-68px;
  max-height: 200px;
}

.scrolled-offset {
  margin-top: 70px;
}


.carousel{
    height:600px;
    margin-top: 89px;
}
.carousel .carousel-item img{
    height:520px;
}
/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation 
*/
.navbar {
  padding: 0;
}
.navbar ul {
  margin: 0;
  margin-right:10rem;
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center;
}
.navbar li {
  position: relative;
}
.navbar a, .navbar a:focus {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0 10px 30px;
  font-family: "Poppins", sans-serif;
  font-size: 15px;
  font-weight: 500;
  color: #fff;
  text-transform: uppercase;
  white-space: nowrap;
  transition: 0.3s;
}
.navbar a i, .navbar a:focus i {
  font-size: 12px;
  line-height: 0;
  margin-left: 5px;
}
.navbar a:hover, .navbar .active, .navbar .active:focus, .navbar li:hover > a {
  color: #EBD162;
}
.navbar .getstarted, .navbar .getstarted:focus {
  background: #8fc04e;
  padding: 8px 20px;
  margin-left: 30px;
  border-radius: 4px;
  color: #fff;
}
.navbar .getstarted:hover, .navbar .getstarted:focus:hover {
  color: #fff;
  background: #9bc761;
}
.navbar .dropdown ul {
  display: block;
  position: absolute;
  left: 14px;
  top: calc(100% + 30px);
  margin: 0;
  padding: 10px 0;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: 0.3s;
  border-radius: 4px;
}
.navbar .dropdown ul li {
  min-width: 200px;
}
.navbar .dropdown ul a {
  padding: 10px 20px;
  font-size: 14px;
  font-weight: 500;
  text-transform: none;
  color: #353535;
}
.navbar .dropdown ul a i{
    font-size:13px;
}
.navbar .cat-btn{
    background: #EBD162;
    height: 2rem;
    border-radius: 50px;
    margin-left: 20px;
    width: 14.5rem;
}
.navbar .cat-btn:hover{
    background: #fff;
    height: 2rem;
    border-radius: 50px;
    margin-left: 20px;
    width: 14.5rem;
}
.navbar .dropdown ul a i {
  font-size: 12px;
}
.navbar .dropdown ul a:hover, .navbar .dropdown ul .active:hover, .navbar .dropdown ul li:hover > a {
  color: #8fc04e;
}
.navbar .dropdown:hover > ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}
.navbar .dropdown .dropdown ul {
  top: 0;
  left: calc(100% - 30px);
  visibility: hidden;
}
.navbar .dropdown .dropdown:hover > ul {
  opacity: 1;
  top: 0;
  left: 100%;
  visibility: visible;
}
@media (max-width: 1366px) {
  .navbar .dropdown .dropdown ul {
    left: -90%;
  }
  .navbar .dropdown .dropdown:hover > ul {
    left: -100%;
  }
}

/**
* Mobile Navigation 
*/
.mobile-nav-toggle {
  color: #ebd162;
  font-size: 28px;
  cursor: pointer;
  display: none;
  line-height: 0;
  transition: 0.5s;
}

@media (max-width: 991px) {
  .mobile-nav-toggle {
    display: block;
  }

  .navbar ul {
    display: none;
  }
}
.navbar-mobile {
  position: fixed;
  overflow: hidden;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(28, 28, 28, 0.9);
  transition: 0.3s;
  z-index: 999;
}
.navbar-mobile .mobile-nav-toggle {
  position: absolute;
  top: 15px;
  right: 15px;
}
.navbar-mobile ul {
  display: block;
  position: absolute;
  top: 55px;
  right: 15px;
  width:100%;
  bottom: 15px;
  left: 15px;
  padding: 10px 0;
  border-radius: 8px;
  background-color: #0c0c13;
  overflow-y: auto;
  transition: 0.3s;
}
.navbar-mobile a, .navbar-mobile a:focus {
  padding: 10px 20px;
  font-size: 15px;
  color: #fff;
}
.navbar-mobile a i{
    margin-right:427px;
}
.navbar-mobile a:hover, .navbar-mobile .active, .navbar-mobile li:hover > a {
  color: #ebd162;
  font-weight:bold;
  letter-spacing:5px;
}
.navbar-mobile .getstarted, .navbar-mobile .getstarted:focus {
  margin: 15px;
}
.navbar-mobile .dropdown ul {
  position: static;
  display: none;
  margin: 10px 20px;
  padding: 10px 0;
  z-index: 99;
  opacity: 1;
  visibility: visible;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
}
.navbar-mobile .dropdown ul li {
  min-width: 200px;
}
.navbar-mobile .dropdown ul a {
  padding: 10px 20px;
}
.navbar-mobile .dropdown ul a i {
  font-size: 12px;
}
.navbar-mobile .dropdown ul a:hover, .navbar-mobile .dropdown ul .active:hover, .navbar-mobile .dropdown ul li:hover > a {
  color: #8fc04e;
}
.navbar-mobile .dropdown > .dropdown-active {
  display: block;
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
  width: 100%;
  height: 60vh;
}

#hero .hero-container {
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  padding: 0 15px;
}
#hero h1 {
  margin: 0 0 10px 0;
  font-size: 48px;
  font-weight: 700;
  line-height: 56px;
  color: #fff;
}
#hero h2 {
  color: #eee;
  margin-bottom: 50px;
  font-size: 24px;
}
#hero .btn-get-started {
  font-family: "Raleway", sans-serif;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 8px 28px;
  border-radius: 50px;
  transition: 0.5s;
  margin: 10px;
  border: 2px solid #8fc04e;
  color: #fff;
}
#hero .btn-get-started:hover {
  background: #8fc04e;
}
@media (min-width: 1024px) {
  #hero {
    background-attachment: fixed;
  }
}
@media (max-width: 768px) {
  #hero {
    height: 100vh;
  }
  #hero h1 {
    font-size: 28px;
    line-height: 36px;
  }
  #hero h2 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 30px;
  }
}

/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
  padding: 60px 0;
  overflow: hidden;
}

.section-title {
  text-align: center;
  padding-bottom: 30px;
}
.section-title h2 {
  font-size: 13px;
  letter-spacing: 1px;
  font-weight: 700;
  padding: 8px 20px;
  margin: 0;
  background: #f3f8ec;
  color: #8fc04e;
  display: inline-block;
  text-transform: uppercase;
  border-radius: 50px;
}
.section-title h3 {
  margin: 15px 0 0 0;
  font-size: 32px;
  color:#0c0c13;
  font-weight: 700;
}
.section-title h3 span {
  color:#EBD162;
}
.return .container h4 {
  margin: 15px 0 0 0;
  font-size: 28px;
  text-align:center;
  color:#0c0c13;
  font-weight: 700;
  margin-bottom:20px;
}
.return .container h5 {
  margin: 15px 0 0 0;
  font-size: 25px;
  text-align:justify;
  color:#000;
  font-weight: 500;
}
.return .container h4 span {
  color:#EBD162;
}
.return .container ol li{
    font-size:14px;
    color:#444;
    font-family:'Poppins',sans-serif;
}
.return .container p {
  margin: 15px auto 0 auto;
  font-size:14px;
  color:#444;
  font-family:'Poppins',sans-serif;
  text-align:justify;
}
.shipping .container h4 {
  margin: 15px 0 0 0;
  font-size: 28px;
  text-align:center;
  color:#0c0c13;
  font-weight: 700;
  margin-top:-20px;
}
.shipping .container h5 {
  margin: 15px 0 0 0;
  font-size: 25px;
  text-align:center;
  color:#000;
  font-weight: 500;
}
.shipping .container h4 span {
  color:#EBD162;
}
.shipping .container ol li{
    font-size:14px;
    color:#444;
    font-family:'Poppins',sans-serif;
}
.shipping .container p {
  margin: 15px auto 0 auto;
  font-size:14px;
  color:#444;
  font-family:'Poppins',sans-serif;
  text-align:justify;
}
.shipping .container ul{
    margin-top:30px;
    list-style-type:none;
}
.shipping .container ul li{
    margin-bottom:20px;
}
.shipping .container ul li h6{
    color:#000;
    margin-bottom:-10px;
    font-size:25px;
}
.shipping .container ul li p{
    color:#444;
    font-size:14px;
    text-align:justify;
}
.section-title p {
  margin: 15px auto 0 auto;
  font-weight: 600;
  font-size:14px;
  text-align:justify;
  
}
@media (min-width: 1024px) {
  .section-title p {
    width: 50%;
  }
}

/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/

.about
{ 
    margin-top:-60px;
}
.about .box-heading h4 {
  font-size: 24px;
  letter-spacing: 1px;
  font-weight: 700;
  padding: 8px 20px;
  font-family:'Poppins', sans-serif;
  margin: 0 0 15px 0;
  color: #0c0c13;
  display: inline-block;
  text-transform: uppercase;
  border-radius: 50px;
}
.about .box-heading p {
  font-size: 16.5px;
  font-weight: 500;
  text-align:justify;
  color: #353535;
  margin-bottom: 15px;
}
.about .box-heading span{
    font-size: 32px;
  color: #EBD162;
  margin-bottom: 15px;
}
.about .icon-box {
  margin-top: 40px;
}

.about .icon-box .icon {
  float: left;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 64px;
  border: 2px solid #d6e8bf;
  border-radius: 50px;
  transition: 0.5s;
}
.about .icon-box .icon i {
  color: #8fc04e;
  font-size: 32px;
}
.about .icon-box:hover .icon {
  background: #8fc04e;
  border-color: #8fc04e;
}
.about .icon-box:hover .icon i {
  color: #fff;
}
.about .icon-box .title {
  margin-left: 85px;
  font-weight: 700;
  margin-bottom: 10px;
  font-size: 18px;
}
.about .icon-box .title a {
  color: #343a40;
  transition: 0.3s;
}
.about .icon-box .title a:hover {
  color: #8fc04e;
}
.about .icon-box .description {
  margin-left: 85px;
  line-height: 24px;
  font-size: 14px;
}
.about .container .row img{
  margin-top: 66px;
    height: 350px;
}
.about .container .row .btn{
    margin-left:40%;
}

/*--------------------------------------------------------------
# Why Us
--------------------------------------------------------------*/
.why-us .box {
  padding: 50px 30px;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  transition: all ease-in-out 0.3s;
}
.why-us .box span {
  display: block;
  font-size: 28px;
  font-weight: 700;
  color: #8fc04e;
}
.why-us .box h4 {
  font-size: 24px;
  font-weight: 600;
  padding: 0;
  margin: 20px 0;
  color: #353535;
}
.why-us .box p {
  color: #919191;
  font-size: 15px;
  margin: 0;
  padding: 0;
}
.why-us .box:hover {
  background: #8fc04e;
  padding: 30px 30px 70px 30px;
  box-shadow: 10px 15px 30px rgba(0, 0, 0, 0.18);
}
.why-us .box:hover span, .why-us .box:hover h4, .why-us .box:hover p {
  color: #fff;
}

/*--------------------------------------------------------------
# Counts
--------------------------------------------------------------*/
.counts {
  background: #fff;
  padding: 0 0 60px 0;
}
.counts .counters span {
  font-size: 48px;
  display: block;
  color: #8fc04e;
}
.counts .counters p {
  padding: 0;
  margin: 0 0 20px 0;
  font-family: "Raleway", sans-serif;
  font-size: 14px;
}

/*--------------------------------------------------------------
# Cta
--------------------------------------------------------------*/
.cta {
  background: linear-gradient(rgba(2, 2, 2, 0.7), rgba(0, 0, 0, 0.9)), url("../img/cta-bg.jpg") fixed center center;
  background-size: cover;
  padding: 60px 0;
}
.cta h3 {
  color: #fff;
  font-size: 28px;
  font-weight: 700;
}
.cta p {
  color: #fff;
}
.cta .cta-btn {
  font-family: "Raleway", sans-serif;
  font-weight: 600;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 8px 28px;
  border-radius: 25px;
  transition: 0.5s;
  margin-top: 10px;
  border: 2px solid #fff;
  color: #fff;
}
.cta .cta-btn:hover {
  background: #8fc04e;
  border: 2px solid #8fc04e;
}

/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/
.services{
    margin-top:-70px;
}
.services .icon-box {
  text-align: center;
  border: 1px solid #e5f0d5;
  padding: 80px 20px;
  transition: all ease-in-out 0.3s;
  background: #fff;
}
.services .icon-box .icon {
  margin: 0 auto;
  width: 54px;
  height: 54px;
  background: #f3f8ec;
  border-radius: 50px;
  border: 1px solid #d6e8bf;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  transition: ease-in-out 0.3s;
}
.services img{
  height:300px;
  padding:40px;
  border-radius:10px;
  width:400px;
  transition: transform .2s;
  opcity:0.5;
  margin-bottom:-40px;
}
.services img:hover{
    transform: scale(1.3);
    opcity:1;
}
.services .container .row{
    margin-left:-47px;
}
.services .icon-box .icon i {
  color: #bfdb99;
  font-size: 28px;
  transition: ease-in-out 0.3s;
}
.services .icon-box h4 {
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 24px;
}
.services .icon-box h4 a {
  color: #353535;
  transition: ease-in-out 0.3s;
}
.services .icon-box p {
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 0;
}
.services .container .section-title{
    margin-bottom:-30px;
}
.services .icon-box:hover {
  border-color: #fff;
  box-shadow: 0px 0 25px 0 rgba(0, 0, 0, 0.1);
}
.services .icon-box:hover h4 a, .services .icon-box:hover .icon i {
  color: #8fc04e;
}
.services .icon-box:hover .icon {
  border-color: #8fc04e;
}

/*--------------------------------------------------------------
# Portfolio
--------------------------------------------------------------*/
.mobile-display{
display:none;
}
.portfolio #portfolio-flters {
  padding: 0;
  margin: 0 auto 25px auto;
  list-style: none;
  text-align: center;
  border-radius: 50px;
}
.portfolio #portfolio-flters li {
  cursor: pointer;
  display: inline-block;
  padding: 8px 16px 10px 69px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  
  color: #fff;
  margin: 0 3px 10px 3px;
  transition: all ease-in-out 0.3s;
  background: none;
  border-radius: 20px;
}
.portfolio #portfolio-flters li:hover, .portfolio #portfolio-flters li.filter-active {
  color: #0c0c13;
  text-align:center;
  padding:10px;
  background: #ebd162;
}
.portfolio #portfolio-flters li:last-child {
  margin-right: 0;
}
.portfolio .portfolio-item {
  margin-bottom: 30px;
  height:350px;
  width:300px;
  
  padding:0px 26px;
  margin-bottom:30px;
}
.portfolio .portfolio-item:hover{
    border:none;
}
.portfolio .portfolio-item img {
  position: relative;
  height:300px;
  width:100%;
  top: 0;
  padding: 1rem;
  position: relative;
  background: linear-gradient( 45deg, rgba(12,12,19,1) 34%, rgba(235,209,98,1) 53%);
  padding: 3px;
  transition: all 0.6s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.portfolio .portfolio-item .portfolio-info {
  opacity: 0;
    position: absolute;
    left: 15px;
    height: 334px;
    right: 15px;
    bottom: -50px;
    z-index: 3;
    transition: all ease-in-out 0.3s;
    background: rgba(255,255,255,0.6);
    padding: 15px 20px;
}

.portfolio .portfolio-item .portfolio-info .preview-link{
  position: absolute;
    right: 50px;
    font-size: 40px;
    width: 61px;
    height: 61px;
    background: #000;
    padding: 0px 7px;
    border-radius: 50%;
    left: calc(50% - 28px);
    top: calc(50% - 30px);
    color: #fff;
    transition: ease-in-out 0.3s;
}


.portfolio .portfolio-container{
    margin-left:113px;
}
 
 .portfolio .portfolio-item .btns{
     margin-top:20px;
 }
 
 

.portfolio .portfolio-item .btns .order-btn, .portfolio .portfolio-item .btns .details-btn{
    height: 3rem;
    width: 14rem;
    padding: 5px 18px;
    border-radius: 5px;
    margin-left: 15px;
    font-size: 12px;
    background: #0c0c13;
    color:#fff;
}
.portfolio .portfolio-item .btns .order-btn:hover, .portfolio .portfolio-item .btns .details-btn:hover{
    width:14rem;
    color:#0c0c13;
    font-weight:bold;
    border:.5px solid #0c0c13;
    background:#ebd162;
}
.portfolio .portfolio-item:hover img {
  top: -30px;
  border:none;
}
.portfolio .portfolio-item:hover .portfolio-info {
  opacity: 1;
  bottom: 0;
  margin-bottom: 49px;
}
/*--------------------------------------------------------------
# Portfolio Details
--------------------------------------------------------------*/
.portfolio-details {
  padding-top: 40px;
}
.portfolio-details .portfolio-details-slider img {
  width: 50%;
}
.portfolio-details .portfolio-details-slider .swiper-pagination {
  margin-top: 20px;
  position: relative;
}
.portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: 1;
  border: 1px solid #8fc04e;
}
.portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #8fc04e;
}
.portfolio-details .portfolio-info {
  padding: 30px;
  box-shadow: 0px 0 30px rgba(0, 0, 0, 0.6);
}
.portfolio-details .portfolio-info h3 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 20px;
  color:#0c0c13;
  padding-bottom: 20px;
  border-bottom: 2px solid #ebd162;
}
.portfolio-details .portfolio-info ul {
  list-style: none;
  padding: 0;
  font-size: 15px;
}
.portfolio-details .portfolio-info ul li + li {
  margin-top: 10px;
}
.portfolio-details .portfolio-description {
  padding-top: 30px;
}
.portfolio-details .portfolio-description h2 {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 20px;
  color:#0c0c13;
  border-bottom: 2px solid #ebd162;
}
.portfolio-details .portfolio-description p {
  padding: 0;
}
.portfolio-details .portfolio-description li{
    font-size:14px;
}
/*--------------------------------------------------------------
# Team
--------------------------------------------------------------*/
.team {
  background: #fff;
  padding: 60px 0;
}
.team .member {
  margin-bottom: 20px;
  overflow: hidden;
  border-radius: 5px;
  background: #fff;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}
.team .member .member-img {
  position: relative;
  overflow: hidden;
}
.team .member .social {
  position: absolute;
  left: 0;
  bottom: 30px;
  right: 0;
  opacity: 0;
  transition: ease-in-out 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
}
.team .member .social a {
  transition: color 0.3s;
  color: #353535;
  margin: 0 3px;
  border-radius: 50px;
  width: 36px;
  height: 36px;
  background: rgba(143, 192, 78, 0.8);
  display: inline-block;
  transition: ease-in-out 0.3s;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.team .member .social a:hover {
  background: #8fc04e;
}
.team .member .social i {
  font-size: 18px;
  line-height: 0;
}
.team .member .member-info {
  padding: 25px 15px;
}
.team .member .member-info h4 {
  font-weight: 700;
  margin-bottom: 5px;
  font-size: 18px;
  color: #353535;
}
.team .member .member-info span {
  display: block;
  font-size: 13px;
  font-weight: 400;
  color: #aaaaaa;
}
.team .member .member-info p {
  font-style: italic;
  font-size: 14px;
  line-height: 26px;
  color: #777777;
}
.team .member:hover .social {
  opacity: 1;
  bottom: 15px;
}
.gallery{
    margin-top:-60px;
}
.gallery .container .carousel{
    height:500px;
    margin-top:-40px;
}
.gallery .container .carousel img{
    height:480px;
}

/*--------------------------------------------------------------
# Pricing
--------------------------------------------------------------*/
.pricing .box {
  padding: 20px;
  background: #f9f9f9;
  text-align: center;
  border-radius: 8px;
  position: relative;
  overflow: hidden;
  border: 1px solid #f9f9f9;
}
.pricing .box h3 {
  font-weight: 400;
  padding: 15px;
  margin-top: 15px;
  font-size: 18px;
  font-weight: 600;
  color: #353535;
}
.pricing .box h4 {
  font-size: 42px;
  color: #8fc04e;
  font-weight: 500;
  font-family: "Open Sans", sans-serif;
  margin-bottom: 20px;
}
.pricing .box h4 sup {
  font-size: 20px;
  top: -15px;
  left: -3px;
}
.pricing .box h4 span {
  color: #bababa;
  font-size: 16px;
  font-weight: 300;
}
.pricing .box ul {
  padding: 0;
  list-style: none;
  color: #353535;
  text-align: center;
  line-height: 20px;
  font-size: 14px;
}
.pricing .box ul li {
  padding-bottom: 16px;
}
.pricing .box ul i {
  color: #8fc04e;
  font-size: 18px;
  padding-right: 4px;
}
.pricing .box ul .na {
  color: #ccc;
  text-decoration: line-through;
}
.pricing .box .btn-wrap {
  padding: 15px;
  text-align: center;
}
.pricing .box .btn-buy {
  display: inline-block;
  padding: 10px 40px 12px 40px;
  border-radius: 50px;
  border: 2px solid #8fc04e;
  color: #8fc04e;
  font-size: 14px;
  font-weight: 400;
  font-family: "Raleway", sans-serif;
  font-weight: 600;
  transition: 0.3s;
}
.pricing .box .btn-buy:hover {
  background: #8fc04e;
  color: #fff;
}
.pricing .recommended {
  border-color: #8fc04e;
}
.pricing .recommended .btn-buy {
  background: #8fc04e;
  color: #fff;
}
.pricing .recommended .btn-buy:hover {
  background: #7aa93c;
  border-color: #7aa93c;
}
.pricing .recommended-badge {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
  font-size: 13px;
  padding: 3px 25px 6px 25px;
  background: #8fc04e;
  color: #fff;
  border-radius: 0 0 25px 25px;
}

/*--------------------------------------------------------------
# F.A.Q
--------------------------------------------------------------*/
.faq {
  background: #f5faf0;
}
.faq .section-title h2 {
  background: #0c0c13;
}
.faq .faq-list {
  padding: 0 100px;
}
.faq .faq-list ul {
  padding: 0;
  list-style: none;
}
.faq .faq-list li + li {
  margin-top: 15px;
}
.faq .faq-list li {
  padding: 20px;
  background: #fff;
  border-radius: 4px;
  position: relative;
}
.faq .faq-list a {
  display: block;
  position: relative;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  color:#EBD162;
  padding: 0 30px;
  outline: none;
  cursor: pointer;
}
.faq .faq-list .icon-help {
  font-size: 24px;
  position: absolute;
  right: 0;
  left: 20px;
  color: #0c0c13;
}
.faq .faq-list .icon-show, .faq .faq-list .icon-close {
  font-size: 24px;
  position: absolute;
  right: 0;
  top: 0;
  color: #0c0c13;
  
}
.faq .faq-list p {
  margin-bottom: 0;
  padding: 10px 0 0 0;
}
.faq .faq-list .icon-show {
  display: none;
  color:#EBD162;
}
.faq .faq-list a.collapsed {
  color: #0c0c13;;
}
.faq .faq-list a.collapsed:hover {
  color: #EBD162;
}
.faq .faq-list a.collapsed .icon-show {
  display: inline-block;
}
.faq .faq-list a.collapsed .icon-close {
  display: none;
}
@media (max-width: 1200px) {
  .faq .faq-list {
    padding: 0;
  }
}

/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.contact {
      margin-top:-90px;
}

.contact .info {
  width: 100%;
  margin-left:80px;
  background: #fff;
}
.contact .info i {
  font-size: 16px;
  color: #EBD162;
  float: left;
  width: 44px;
  height: 44px;
  background:#0c0c13 ;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  transition: all 0.3s ease-in-out;
}
.contact .info iframe{
    margin-left:58px;
}
.contact .info h4 {
  padding: 0 0 0 60px;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 5px;
  color: #353535;
}
.contact .info p {
  padding: 0 0 0 60px;
  margin-bottom: 0;
  font-size: 12px;
  color: #686868;
}
.contact .info p b{
    font-size: 15px;
}
.contact .info .email, .contact .info .phone {
  margin-top: 20px;
}
.contact .info .email:hover i, .contact .info .address:hover i, .contact .info .phone:hover i {
  background: #EBD162;
  color: #0c0c13;
}
.contact .cont-form{
    
    background:#333;
    margin-left:17%;
    padding:35px;
    
}

.contact .order-form{
    
    background:#333;
    height:365px;
    width:60%;
    margin-left:19%;
    padding:35px;
    
}
.contact .container .section-title{
    margin-bottom:-49px;
}

.contact .php-email-form {
  width: 100%;
  background:none;
}
.contact .php-email-form .form-group {
  padding-bottom: 8px;
}
.contact .php-email-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: left;
  padding: 15px;
  font-weight: 600;
}
.contact .php-email-form .error-message br + br {
  margin-top: 25px;
}
.contact .php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}
.contact .php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
}
.contact .php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #18d26e;
  border-top-color: #eee;
  -webkit-animation: animate-loading 1s linear infinite;
  animation: animate-loading 1s linear infinite;
}
.contact .php-email-form input, .contact .php-email-form textarea, .contact .php-email-form select {
  border-radius: 10px;
  box-shadow: none;
  font-size: 14px;
  color:#0c0c13;
  
}
.contact .section-title{
    margin-bottom:-30px;
}
.contact .php-email-form input, .contact .php-email-form select {
  height: 34px;
  border:.2px solid #EBD162;
}


.contact .php-email-form textarea {
  padding: 10px 12px;
  height: 54px;
  border:.2px solid #EBD162;
}
.contact .php-email-form input[type=submit] {
  background: #EBD162;
  border: 0;
  padding: 10px 24px;
  color:#0c0c13;
  margin-left:42%;
  font-weight:bold;
  transition: 0.4s;
  border-radius: 50px;
}
.contact .php-email-form input[type=submit]:hover {
  background: #fff;
  color:#0c0c13;
}
@-webkit-keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
      padding: 15px 0;
    /* height: 133px; */
    margin-top: 90px;
    background: #EBD162;
}
.breadcrumbs h2 {
  font-size: 24px;
  padding-top: 4px;
  font-weight:bold;
  color:#0c0c13;
}
.breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
}
.breadcrumbs ol li a{
    color:#0c0c13;
}
.breadcrumbs ol li + li {
  padding-left: 10px;
  color:#333;
  font-weight:bolder;
}
.breadcrumbs ol li + li::before {
  display: inline-block;
  padding-right: 10px;
  color: #0c0c13;
  content: "/";
}
@media (max-width: 768px) {
  .breadcrumbs .d-flex {
    display: block !important;
  }
  .breadcrumbs ol {
    display: block;
  }
  .breadcrumbs ol li {
    display: inline-block;
  }
}


/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  background: #333;
  padding: 0 0 30px 0;
  min-height:40px;
  font-size: 10px;
  color:#fff;
  margin-top:-20px;
  
}
#footer .footer-top {
  background: #333;
  border-top: .2px solid #EBD162;
  border-bottom: .2px solid #EBD162;
  padding: 60px 0 30px 0;
  margin-top:-50px;
}

#footer .footer-top .row{
    margin-top:-40px;
    margin-bottom:-40px;
}

#footer .footer-top .footer-info {
  margin-bottom: 30px;
  margin-left:3rem;
  width: 100%;
  
}

#footer .footer-top .footer-info img{
    height:150px;
    margin-left:-30px;
    margin-top:-60px;
    margin-bottom:-30px;
}
#footer .footer-top .footer-info a{
    color:#fff;
    font-family: 'Poppins', sans-serif;
}
#footer .footer-top .footer-info i{
    color:#EBD162;
    margin-right:5px;
}
#footer .footer-top .footer-info h3 {
  font-size: 28px;
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
  text-transform: uppercase;
}
#footer .footer-top .footer-info h3 span {
  color: #fff;
}
#footer .footer-top .footer-info p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
  font-family: 'Poppins', sans-serif;
  color: #fff;
}
#footer .footer-top .footer-newsletter{
    margin-left:-2rem;
}
#footer .footer-top .social-links{
    width:230%;
}
#footer .footer-top .policy-icons{
    width:230%;
    display:inline-block;
}
#footer .footer-top .policy-icons img{
    display:none;
}
#footer .footer-top .social-links a {
  font-size: 27px;
  display: inline-block;
  background: #EBD162;
  color: #0c0c13;
  padding-top:5px;
  line-height: 1;
  margin-right: 4px;
  border-radius: 4px;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}
#footer .footer-top .social-links a:hover {
  background: #fff;
  color: #0c0c13;
  transform:rotate(180deg);
  text-decoration: none;
}
#footer .footer-top h4 {
  font-size: 16px;
  font-weight: 600;
  color: #EBD162;
  position: relative;
  padding-bottom: 12px;
}

#footer .footer-top .company{
  margin-bottom: 30px;
  margin-left:79px;
}
#footer .footer-top .quicklinks{
  margin-bottom: 30px;
  margin-left:-52px;
}
#footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
#footer .footer-top .footer-links ul i {
  padding-right: 2px;
  color:#EBD162;
  font-size: 18px;
  line-height: 1;
}
#footer .footer-top .footer-links ul li {
  padding: 10px 0;
  display: flex;
  font-size:14px;
  align-items: center;
}
#footer .footer-top .footer-links ul li img{
    height:120px;
    width:120px;
    margin-top:20px;
}
#footer .footer-top .footer-newsletter  .social-links img{
    height:110px;
    width:110px;
    margin-top:170px;
}
#footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}
#footer .footer-top .footer-links ul a {
  color: #fff;
  transition: 0.3s;
  display: inline-block;
  line-height: 1;
}
#footer .footer-top .footer-links ul a:hover {
  color:#EBD162;
  
  letter-spacing:2px;
}
#footer .container .copy-container{
   
    margin-top: -46px;
}

#footer .copyright {
  text-align: center;
  padding-top: 30px;
  font-size:12px;
  color:#fff;
  margin-top:-20px;
}

#footer .copyright img{
    height:70px;
    margin-top:-10px;
    margin-left:8px;
}

#footer .credits {
  margin-top: -20px;
  font-size:10px;
  text-align: center;
  font-size: 13px;
  color: #fff;
}

#footer .credits a{
    color:#305475;
}

#footer .credits a:hover{
    color:#EBD162;
}

/* Fixed/sticky icon bar (vertically aligned 50% from the top of the screen) */
.icon-bar {
  position: fixed;
  top: 50%;
  left:94%;
  border-radius:10px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

/* Style the icon bar links */
.icon-bar a {
  display: block;
  text-align: center;
  padding: 5px 12px;
  margin:10px;
  left:94.3%;
  transition: all 0.3s ease;
  color: white;
  font-size: 30px;
  border-radius:50%;
  text-shadow: 2px 2px 4px #000000;
  transition: transform .7s ease-in-out;
}


/* Style the social media icons with color, if you want */


.facebook {
  background: #00008B;
  color: white;
}

.instagram{
  background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
  box-shadow: 0px 3px 10px rgba(0,0,0,.25);
  color: white;
}
.twitter{
  background: #00BFFF;
  color: white;
}
.whatsapp{
  background:#2BB741;
  color: white;
}

.linkedin{
  background: #0e76a8;
  color: white;
}
.call-btn{
  background:#efbf1b;
  color: white;
}


.facebook:hover{
  background:#ffffff00;
  color: #00008B;
  font-weight:900;
  text-shadow: 2px 2px 2px #00008B;
  transform: rotate(360deg);

}

.instagram:hover{
background:#ffffff00;
color:#E1306C;
font-weight:900;
text-shadow: 2px 2px 2px #E1306C;
transform: rotate(360deg);

}

.twitter:hover{
  background:#ffffff00 ;
  color: #00BFFF;
  font-weight:900;
  text-shadow: 2px 2px 2px #00BFFF;
  transform: rotate(360deg);

}

.whatsapp:hover{
  background:#ffffff00 ;
  color: #2BB741;
  font-weight:900;
  text-shadow: 2px 2px 2px #2BB741;
  transform: rotate(360deg);

}

.linkedin:hover{
  background:#ffffff00 ;
  color: #0e76a8;
  font-weight:900;
  text-shadow: 2px 2px 2px #0e76a8;
  transform: rotate(360deg);

}
.call-btn:hover{
  background:#ffffff00 ;
  color: #efbf1b;
  font-weight:900;
  text-shadow: 2px 2px 2px #efbf1b;
  transform: rotate(360deg);

}

.flex-container {
  display: flex;
  flex-direction: row;
  font-size: 30px;
  text-align: center;
  margin-left:5%;
  margin-top:-20px;
  margin-bottom:30px;
  width:90%;
  
}

.flex-item-left {
  background-color: #fff;
  padding: 20px;
  margin:25px;
  margin-top:48px;
  width:100px;
  height:220px;
  flex: 50%;
  border-radius:10px;
}

.flex-item-right {
  background-color: #fff;
  padding: 20px;
  margin:25px;
  margin-top:48px;
  width:100px;
  height:220px;
  flex: 50%;
  border-radius:10px;
}

.flex-container .flex-item-left h2, .flex-container .flex-item-right h2{
    font-size:16px;
    color:#0c0c13;
    font-weight:bold;
    font-family:'Poppins', sans-serif;
    text-align:center;
}

.flex-container .flex-item-left p, .flex-container .flex-item-right p{
    font-size:11px;
    color:#444;
    font-family:'Poppins', sans-serif;
    text-align:center;
}
.flex-container .flex-item-left img, .flex-container .flex-item-right img{
    height:70px;
    width:70px;
    margin-top:10px;
} 
 .flex-container2 .flex-item-right img{
    height:70px;
    width:90px;
     margin-top:10px;
}
.flex-container2 .flex-item-left img{
    height:70px;
    width:70px;
    margin-top:10px;
}

.flex-container2 {
  display: flex;
  flex-direction: row;
  font-size: 30px;
  text-align: center;
  margin-left:5%;
  margin-top:-80px;
  width:90%;
  
}

.flex-container2 .flex-item-left {
  background-color: #fff;
  padding: 20px;
  margin:25px;
  margin-top:48px;
  width:100px;
  height:220px;
  flex: 16.6666667%;
  border-radius:10px;
  flex: 33.3333333%;
}

.flex-container2 .flex-item-right {
  background-color: #fff;
  padding: 20px;
  margin:25px;
  margin-top:48px;
  width:100px;
  height:220px;
  flex: 16.6666667%;
  border-radius:10px;
  flex: 33.3333333%;
}

.flex-container2 .flex-item-left i, .flex-container2 .flex-item-right i{
    color: #0c0c13;
    font-size: 38px;
    margin-top: 20px;
    margin-bottom: 20px;

}
.flex-container2 .flex-item-left h2, .flex-container2 .flex-item-right h2{
    font-size:16px;
    color:#0c0c13;
    font-weight:bold;
    font-family:'Poppins', sans-serif;
    text-align:center;
}

.flex-container2 .flex-item-left p, .flex-container2 .flex-item-right p{
    font-size:11px;
    color:#444;
    font-family:'Poppins', sans-serif;
    text-align:justify;
}
.features{
    background: radial-gradient(circle, rgba(12,12,19,1) 35%, rgba(235,209,98,1) 58%, rgba(12,12,19,1) 83%);
    padding:10px;
}

.gallery{
    margin-bottom:60px;
    margin-top:50px;
}

.gallery .section-title{
    background:none;
}

.swiper {
        width: 85%;
        height: 100%;
      }

.swiper-slide {
        text-align: center;
        font-size: 18px;
        background: #fff;

        /* Center slide text vertically */
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
      }

.swiper-slide img {
        display: block;
        width: 100%;
        height: 450px;
      }

/* cell number */
.gallery-cell:before {
  display: block;
  text-align: center;
  content: counter(gallery-cell);
  line-height: 200px;
  font-size: 80px;
  color: white;
}
table {
  border-collapse: collapse;
  width: 100%;
}

th, td {
  text-align: left;
  padding: 8px;
}

tr:nth-child(even) {background-color: #EBD162;}


/*mobile-view*/
@media (max-width:768px){
    #header .logo img {
  padding: 0;
  margin: 0;
  max-height: 200px;
}
.contact-info{
    display:none;
}
.carousel{
    height:200px;
    margin-top: 89px;
}
.carousel .carousel-item img{
    height:200px;
}
.about .box-heading h4 {
  font-size: 22px;
  letter-spacing: 1px;
  font-weight: 700;
  padding: 8px 20px;
  margin: 0 0 15px 0;
  color: #0c0c13;
  display: inline-block;
  text-transform: uppercase;
  border-radius: 50px;
}
.about .box-heading span{
    font-size: 28px;
  font-weight: 500;
  color: #EBD162;
  margin-bottom: 15px;
}
.about .box-heading p {
  font-size: 15px;
  font-weight: 500;
  width:90%;
  margin-left:20px;
  text-align:justify;
  color: #353535;
  margin-bottom: 15px;
}
.about .box-heading .hidden-content{
    display:none;
}
.machine-box{
margin:15px 0px;
text-align:center;
}
.desktop-display{
display:none;
}
.mobile-display{
display:block;
}
.portfolio .portfolio-item {
    margin-bottom: 30px;
    height: 350px;
    text-align: center;
    width: 90%;
    /* padding: 0px 26px; */
    margin-bottom: 30px;
}

.portfolio .portfolio-container{
    margin-left:27px;
}
.portfolio #portfolio-flters li {
  cursor: pointer;
  display: inline-block;
  padding: 8px 16px 10px 1px;
  font-size: 8.2px;
  font-weight: 500;
  line-height: 1;
  color: #fff;
  margin: 0 3px 10px 3px;
  transition: all ease-in-out 0.3s;
  background: none;
  border-radius: 20px;
}
.contact .cont-form{
    width:80%;
    margin-left:40px;
    
}
.contact .info {
    width: 60%;
    margin-left: -2px;
    background: #fff;
}
.contact .order-form{
    background: #333;
    margin-left: 15%;
    height: 569px;
    width: 305px;
    padding: 35px;
}
/*-------clients------------*/
.single-brand-item img{
    max-width: 100%;
    height: 200px;
    margin: 0 90px;
}
.icon-bar {
  left:79%;
}

/* Style the icon bar links */
.icon-bar a {
  font-size: 28px;
}

.flex-container .flex-item-left {
    width:290px;
}

.flex-container  .flex-item-right {
  width:290px;
}
.flex-container2 .flex-item-left {
    width:290px;
}

.flex-container2 .flex-item-right {
  width:290px;
}
.flex-container {
  display: flex;
  flex-direction:column;
  margin-bottom:71px;
}
.flex-container2 {
  display: flex;
  flex-direction: column;
  }
.gallery{
    margin-top:60px;
}
.swiper{
    width:80%;
}
.swiper-slide {
        text-align: center;
        font-size: 18px;
        background: #fff;

        /* Center slide text vertically */
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
      }

.swiper-slide img {
        display: block;
        width: 100%;
        height: 195px;
      }
      .column-66 p {
    color: #222;
    font-size: 13px;
    width: 80%;
    margin-left: 63px;
}.column-66 p {
    color: #222;
    font-size: 13px;
    width: 80%;
    margin-left: 63px;
}
.column-66 p {
    color: #222;
    font-size: 13px;
    width: 80%;
    margin-left: 63px;
}
#footer .footer-top .footer-newsletter{
    margin-left: 50px;
    margin-bottom: 50px;
}
#footer .footer-top .quicklinks{
  margin-bottom: 30px;
  margin-left:49px;
}

#footer .footer-top .company{
  margin-bottom: 30px;
  margin-left:47px;
}
#footer .footer-top .social-links{
    margin-left:0px;
}
#footer .footer-top .policy-icons{
    width:230%;
    margin-left:-10px;
    margin-bottom:35px;
    display:inline-block;
}
#footer .footer-top .footer-newsletter .social-links img {
    display: none;
}
#footer .footer-top .footer-links ul li img {
    display:none;
}
#footer .footer-top .policy-icons img{
    height: 80px;
    width: 80px;
    margin-right: 17px;
    display:inline-block;
}
.shipping .container .shipping-policy{
    margin-right:31px;
}
.return .container .return-policy{
    width: 90%;
    margin-left: 12px;
}
.return .container h5 {
    text-align: left;
}
.column-33 img {
    display: block;
    height: 350px;
    width: 250px;
    margin-left: 58px;
}
.services .container .row {
    margin-left: -40px;
}
.contact .php-email-form input[type=submit] {
    background: #EBD162;
    border: 0;
    padding: 10px 24px;
    color: #0c0c13;
    margin-left: 27%;
    font-weight: bold;
    transition: 0.4s;
    border-radius: 50px;
}
}
.pdng {
  padding-bottom: 60px;
}
.bg-cl1{
   background-color: #0000ff47;
}
.bg-cl2{
    background-color: #ff000052;
}
.bg-cl3{
    background-color: #ffff006b;
}
.bg-cl4{
    background-color: #a2193152;
}
.bg-cl5{
    background-color: #00800059;
}
.table-bordered td, .table-bordered th{
    border: 1px solid #101010;
}

.pdngg {

   margin-top: 4.5%;
}
.pdnggg {

  padding-bottom: 60px;
  padding-left: 50px;
}

.divScroll {
overflow:scroll;
height:500px;
}

h2{
  text-align:center;
  padding: 20px;
}
/* Slider */

.slick-slide {
    margin: 0px 20px;
}

.slick-slide img {
    width: 100%;
}

.slick-slider
{
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
            user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;
    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;
    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
 .single-brand-item img{
    width: 172px;
    height: 120px;
}
.brand-area .container .row{
margin-left:2px;
}
.single-brand-item {
    width: 210px;
    height: 137px;
    display: inline-block;
    padding: 14px;
}
@media (max-width: 786px){
.single-brand-item {
    width: 253px;
    margin: 20px 63px;
    height: 137px;
    display: inline-block;
}
}
@media (max-width: 1366px){
.brand-area .container .row{
margin-left:-51px;
}
.single-brand-item {
    width: 188px;
    height: 131px;
    display: inline-block;
    padding: 7px;
}
}
.tank img {
    height: 350px;
    width: 100%;
    margin-bottom:20px;
    padding:20px;
}
.test-kit img{
   width:100%;
   height:500px;
margin-bottom:20px;
}
.test-kit p{
margin-top:20px;
}
.gallery2 img{
height:300px;
width:100%;
margin:20px 0px;
}