@media (min-width: 1200px) {
header nav {
    max-width: 1280px;
    margin: auto;
}
}

header {
	background: #fff;
    -webkit-box-shadow: 0 3px 6px 0 rgba(36,39,44,.1);
    box-shadow: 0 3px 6px 0 rgba(36,39,44,.1);
    border-top: 1px solid rgba(36,39,44,.1);
    position: relative;
    z-index: 1;
}
header a.back-btn {
    position: absolute;
    top: 0;
    left: 20px;
    background: #70da44;
    height: 100%;
    width: 4%;
    font-size: 24px;
    transform: translate(-50%);
    line-height: 74px;
    padding: 0px 50px;
    color: #fff;
    display: flex;
    align-items: center;
}
header .company-logo img {
    max-width: 130px;
}
header nav {
    padding-top: 2px !important;
    padding-bottom: 2px !important;
}
.header-contact-info a {
    padding-left: 20px;
}

.header-contact-info i {
    background: #70DA44;
    padding: 10px;
    color: #fff;
    border-radius: 50%;
    margin-right: 8px;
}
.header-contact-info {
	font-weight: 500;
	font-size: 18px;
}
h1{
	margin-bottom: 0px;
}


.company-catalogue-download {
    background: #333333;
    text-align: center;
    padding: 20px;
    color: #fff;
}

.company-catalogue-download {
    font-size: 18px;
}
.company-catalogue-download i {
    font-size: 26px;
    padding-bottom: 12px;
}


/*------------------------------*/
.product-card .product-thumb-img img {
    width: 100%;
    border-radius: 8px;
    height: 180px;
    object-fit: cover;
}
.product-card .product-entry-title {
    height: 65px;
}
.product-card {
    background-color: #f4f4f4;
    padding: 10px;
    border-radius: 8px;
}
.product-entry-title h4 {
    font-size: 18px;
    margin-bottom: 0px;
    text-transform: capitalize;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    line-height: 24px;
    padding-top: 12px;
    margin-bottom: 12px;
    color: #636363;
}
.product-cart-btn button {
    padding: inherit;
    height: 34px;
}

.quick-inqury-form {
    padding: 10px 15px 14px;
    background: #f3f3f3;
    margin: 10px 0px;
}
.quick-inqury-form input {
    height: 40px;
}
.quick-inqury-form .form-group {
    margin-bottom: 10px;
}
.quick-inqury-form h4 {
    padding-bottom: 8px;
}

.quick-inqury-form label {
    margin-bottom: 2px;
}
.quick-inqury-form button {
    height: 44px;
    padding: 0px;
    margin-top: 9px;
}

/*.company-category .category_box {
    padding: 20px;
    height: unset;
}*/

.spacer {
    margin: 36px 0px;
}

.company-map {
    padding-top: 20px;
}

/*----------------------------*/
.company_social_icons {
    padding-top: 14px;
}
.company_social_icons i {
    background: #333;
    height: 40px;
    width: 40px;
    transition: 0.3s;
    margin-right: 4px;
    text-align: center;
    line-height: 40px;
    font-size: 18px;
    border-radius: 4px;
}
.company_social_icons a {
    color: #fff;
}

.company_social_icons i:hover {
    background: #70da44;
    transition: 0.3s;
}


/*--------------------------------------*/
footer.company-footer {
    background: #000;
    padding-top: 60px;
    color:#fff;
}
footer.company-footer a {
    color: #fff;
}
.company-footer-contact-info i {
    background: #70da44;
    height: 40px;
    width: 40px;
    line-height: 40px;
    margin-right: 8px;
    border-radius: 50%;
}

.company-footer-contact-info a {
    padding: 30px;
    font-size: 18px;
}
.copyRight-row {
    background: #1d1d1d;
    margin-top: 50px;
    padding: 20px 0px;
    border-radius: 10px 10px 0px 0px;
    text-align: center!important;
    display: block;
}
.copyRight p {
    color: #fff;
}





/*-----gallery-------*/

/*
@media screen and (min-width: 991px) {
  #gallery {
    padding: 60px 30px 0 30px;
  }
}*/

#gallery .img-wrapper {
    position: relative;
    margin-top: 15px;
    margin-bottom: 15px;
}
#gallery .img-wrapper img {
  width: 100%;
}

.img-overlay {
    background: rgba(0, 0, 0, 0.7);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    cursor: pointer;
    border-radius: 6px;
  }
.img-overlay i {
  color: #fff;
  font-size: 3em;
}

#overlay {
  background: rgba(0, 0, 0, 0.7);
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 999;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
#overlay img {
  margin: 0;
  width: 80%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  padding: 5%;
}
@media screen and (min-width: 768px) {
  #overlay img {
    width: 60%;
  }
}
@media screen and (min-width: 1200px) {
  #overlay img {
    width: 50%;
  }
}

#nextButton {
  color: #fff;
  font-size: 2em;
  transition: opacity 0.8s;
  cursor: pointer;
}
#nextButton:hover {
  opacity: 0.7;
}
@media screen and (min-width: 768px) {
  #nextButton {
    font-size: 3em;
  }
}

#prevButton {
  color: #fff;
  font-size: 2em;
  transition: opacity 0.8s;
  cursor: pointer;
}
#prevButton:hover {
  opacity: 0.7;
}
@media screen and (min-width: 768px) {
  #prevButton {
    font-size: 3em;
  }
}

#exitButton {
  color: #fff;
  font-size: 2em;
  transition: opacity 0.8s;
  position: absolute;
  top: 15px;
  right: 15px;
  cursor: pointer;
}
#exitButton:hover {
  opacity: 0.7;
}
@media screen and (min-width: 768px) {
  #exitButton {
    font-size: 3em;
  }
}




#loadMore {
  background: #333333;
    color: #fff;
    width: 100%;
    max-width: 149px;
    font-size: 14px;
    padding: 6px 20px;
    transition: 0.3s;
    cursor: pointer;
    font-weight: 500;
    text-transform: uppercase;
    transition: all 600ms ease-in-out;
    -webkit-transition: all 600ms ease-in-out;
    -moz-transition: all 600ms ease-in-out;
    -o-transition: all 600ms ease-in-out;
}

#loadMore:hover {
    background-color: #70DA44;
    color: #fff;
}

.show-more {
    display: none;
}
.show-more .col-md-3 {
    display: table-cell;
}

.LOAD-MORE_BTN {
    display: block;
    margin: auto;
    margin-top: 26px;
}
button#loadMore i {
    margin-right: 4px;
}


#gallery img.img-responsive {
    height: 210px;
    object-fit: cover;
    border-radius: 6px;
}


.company-footer-contact-info a {
    padding: 30px 10px;
    font-size: 18px;
}

.sub-title {
    font-size: 52px;
    line-height: 60px;
}