/*-------------------------------------------------
 =  Table of Css

 1.Isotope
 1.KENBURNER RESPONSIVE BASIC STYLES OF HTML DOCUMENT
 3.Header
 4.General
 5.content - home sections
 6.about page
 7.single project
 8.blog page
 9.services
 10.Contact page
 11.footer
 12.Responsive part
-------------------------------------------------*/
/*-------------------------------------------------------*/
/* 1. Isotope filtering
/*-------------------------------------------------------*/
.isotope-item {
  z-index: 2;
}
.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1;
}
.isotope,
.isotope .isotope-item {
  /* change duration value to whatever you like */
  -webkit-transition-duration: 0.8s;
  -moz-transition-duration: 0.8s;
  transition-duration: 0.8s;
}
.isotope {
  -webkit-transition-property: height, width;
  -moz-transition-property: height, width;
  transition-property: height, width;
}
.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
  -moz-transition-property: -moz-transform, opacity;
  transition-property: transform, opacity;
}
/*-----------------------------------------------------------------------------

KENBURNER RESPONSIVE BASIC STYLES OF HTML DOCUMENT

Screen Stylesheet

version:    1.0
date:       07/27/11
author:     themepunch
email:      support@themepunch.com
website:    http://www.themepunch.com
-----------------------------------------------------------------------------*/
.boxedcontainer {
  max-width: 1170px;
  margin: auto;
  padding: 0px 30px;
}
/*********************************************
    -   SETTINGS FOR BANNER CONTAINERS  -
**********************************************/
.tp-banner-container {
  width: 100%;
  position: relative;
  padding: 0;
}
.tp-banner {
  width: 100%;
  position: relative;
}
.tp-banner-fullscreen-container {
  width: 100%;
  position: relative;
  padding: 0;
}
/*-------------------------------------------------*/
/* =  Header
/*-------------------------------------------------*/
.navbar-default {
  background: #ffffff;
  box-shadow: 0 0px 3px #a1a1a1;
  -webkit-box-shadow: 0 0px 3px #a1a1a1;
  -moz-box-shadow: 0 0px 3px #a1a1a1;
  -o-box-shadow: 0 0px 3px #a1a1a1;
  border: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  margin: 0;
}
.navbar-header {
  z-index: 99;
  position: relative;
}
.navbar-brand {
  height: auto;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  color: #333333;
  font-size: 19px;
  
  font-weight: 700;
  margin: 0 0 30px;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin: 0;
  color: #333333 !important;
  padding: 27px 15px;
  letter-spacing: 2.5px;
  z-index: 99999;
}
.navbar-brand span {
  color: #a0ce4e;
}
.navbar-nav {
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
.navbar-nav > li > a {
  color: #333333 !important;
  font-size: 16px;
  
  font-weight: 600;
  text-transform: capitalize;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  padding: 37px 23px;
}
.navbar-nav > li > a:hover,
.navbar-nav > li > a.active {
  color: #106eea !important;
}
.navbar-nav li.drop {
  position: relative;
}
.navbar-nav li:hover > ul.drop-down {
  opacity: 1;
  visibility: visible;
}
.navbar-nav li.search {
  position: inherit;
}
.top-line {
    padding: 14px 0;
    background: #73d4ec;
    border-bottom: 1px solid #f3f3f3;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    overflow: hidden;
}
.info-list .inquiry-button {
    background: #176f81;
    padding: 8px 20px 9px;
    border-radius: 50px;
    color: #fff;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    font-family: 'Poppins', sans-serif;
} 

.top-line ul.info-list {
  margin: 0;
  padding: 0;
}
.top-line ul.info-list li {
  display: inline-block;
  margin-right: 25px;
  color: #000;
  font-size: 13px;
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  
}
.top-line ul.info-list li i {
    color: #000 !important;
    font-size: 14px;
    margin-right: 10px;
}
.navbar-brand {
    padding: 8px 15px;
}
.top-line ul.social-icons {
  margin: 0;
  padding: 0;
  text-align: right;
}
.top-line ul.social-icons li {
  display: inline-block;
  margin-left: 9px;
}
.top-line ul.social-icons li a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  font-size: 13px;
  color: #000;
}
.top-line .social-icons {
    width: 28%;
    float: right;
}
.top-line .social-icons {
    width: 26%;
    float: right;
    text-align: left !important;
}
.top-line .info-list-time {
    width: 73%;
    float: left;
    text-align: right;
    display: none;
}


.we-are-known-section {
    background: #fff;
}
.top-line ul.social-icons li a:hover {
  color: #a0ce4e;
}
header.active .top-line {
  height: 0;
  padding: 0;
}
.navbar-collapse {
  position: relative;
}
ul.drop-down {
  margin: 0;
  padding: 0;
  position: absolute;
  width: 230px;
  top: 100%;
  left: 0;
  visibility: hidden;
  padding: 10px 0;
  border-top: 2px solid #a0ce4e;
  opacity: 0;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  background: rgba(255, 255, 255, 0.98);
}
ul.drop-down ul.drop-down{
  top: 0px;
  left: 100%;
}
ul.drop-down li {
  display: block;
}
ul.drop-down li a {
  padding: 10px 20px;
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  display: block;
  color: #333333;
  font-size: 12px;
  
  font-weight: 700;
  text-transform: uppercase;
  margin: 0;
}
ul.drop-down li a:hover {
  color: #a0ce4e;
}
.form-search {
  position: absolute;
  top: 100%;
  right: 0;
  left: 0;
  width: 100%;
  background: #f5f5f5;
  padding: 4px;
  visibility: hidden;
  opacity: 0;
  -webkit-transform: rotateX(-90deg);
  -moz-transform: rotateX(-90deg);
  -ms-transform: rotateX(-90deg);
  -o-transform: rotateX(-90deg);
  transform: rotateX(-90deg);
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
.form-search input[type="search"] {
  font-size: 12px;
  color: #777777;
  
  font-weight: 400;
  line-height: 22px;
  margin: 0 0 10px;
  margin: 0;
  color: #333333;
  padding: 8px 10px;
  border: none;
  width: 100%;
  outline: none;
  background: transparent;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
.form-search button {
  background: transparent;
  border: none;
  float: right;
  margin-top: -30px;
  margin-right: 10px;
  position: relative;
  z-index: 2;
}
.form-search button i {
  color: #a0ce4e;
  font-size: 16px;
}
.form-search.active {
  visibility: visible;
  opacity: 1;
  -webkit-transform: rotateX(0deg);
  -moz-transform: rotateX(0deg);
  -ms-transform: rotateX(0deg);
  -o-transform: rotateX(0deg);
  transform: rotateX(0deg);
}


/*-------------------------------------------------*/
/* =  General
/*-------------------------------------------------*/
#container {
  padding-top: 140px;
}
p {
  
  margin: 0 0 10px;
}
/*-------------------------------------------------*/
/* =  content slider section
/*-------------------------------------------------*/
.title-section.white h1 {
  color: #ffffff;
}
#home-section .tp-caption.small_text {
  position: absolute;
  color: #eeeeee;
  text-shadow: none;
  font-weight: 400;
  font-size: 20px;
  line-height: 28px;
  
  margin: 0px;
  border-width: 0px;
  border-style: none;
  white-space: nowrap;
  letter-spacing: 1.8px;
}
.products-section {
    padding-top: 150px;
    padding-bottom: 150px;
}
.service-left-col {
    padding-top: 60px;
    padding-bottom: 60px;
}
.service-left-col .table-responsive thead th {
    background: #72d4ed;
    padding: 18px;
    color: #fff;
    font-size: 16px;
    border: solid #fff 1px;
    font-family: 'Poppins', sans-serif;
}
.service-left-col .table-responsive .pt-0 {
    padding-left: 0;
}
.service-left-col .table-responsive table {
  border: 1px solid #ededed;
    border-collapse: collapse;
    border-spacing: 0;
    font-size: 14px;
    line-height: 2;
    margin: 0 0 20px;
    width: 100%;
    font-family: 'Poppins', sans-serif;

  } 

  .service-left-col .table-responsive tbody th {
    padding: 14px;
    font-size: 14px;
    font-family: 'Poppins', sans-serif;
    border: 1px solid #ddd;
}

.service-left-col .table-responsive tbody td {
    padding: 8px;
    font-size: 14px;
    font-family: 'Poppins', sans-serif;
    padding-left: 23px;
    border: 1px solid #ddd;
}
.service-left-col .fa-check {
    color: green;
    font-size: 16px;
}
.service-left-col .cross {
    color: red;
    font-size: 16px !important;
    padding-left: 0 !important;
} 


.service-left-col .widget {
    margin-bottom: 30px;
}

.service-left-col .single-service-contact {
    padding: 30px 20px 38px 20px;
    position: relative;
    overflow: hidden;
    color: #fff;
    font-size: 15px;
    background: #72d4ed;
    font-family: 'Poppins', sans-serif;
}
.service-left-col .single-service-contact:after {
    content: "";
    position: absolute;
    width: 95%;
    height: 96%;
    border: 6px dashed #fff1f8;
    top: 0;
    left: 0;
    margin: 10px;
}
.single-service-contact h2 {
    font-size: 30px;
    line-height: 32px;
    margin-top: 5px;
    margin-bottom: 0;
    color: #fff;
    font-family: 'Poppins', sans-serif;
    padding-bottom: 20px;
}
.single-service-contact .fas.fa-headphones-alt {
    color: #fff !important;
}
.single-service-contact p {
    text-align: center;
    padding-bottom: 20px;
    font-family: 'Poppins', sans-serif;
}
.single-service-contact .vc_btn3-container {
    text-align: center !important;
    display: flex !important;
    justify-content: center !important;
    margin-bottom: 0px;
}
.single-service-contact .vc_btn3-container .vc_btn3 {
    background: #fff !important;
    font-size: 16px;
    border: transparent;
    color: #000;
    padding: 8px 30px;
}

#home-section .revslider-initialised {
    height: 638px !important;
    justify-content: center;
    margin-bottom: 0px;
}

#home-section {
    margin-top: -6px;
} 

.single-service-contact .vc_btn3-container .vc_btn3 {
    background: #fff !important;
    font-size: 16px;
    border: transparent;
    color: #000;
    padding: 8px 30px;
}
.certification-section {
    padding-top: 150px;
    padding-bottom: 150px;
}
.certification-page-section #all-simplefilter {
    display: none;
}
.certification-page-section .filtr-controls-416.filtr-search.filtr_search_416 {
    display: none;
}
.certification-page-section {
    padding-top: 20px;
    padding-bottom: 20px;
}
.about-section {
    padding-top: 150px;
    padding-bottom: 150px;
}
.facilities-section {
    background: #fff;
    padding-top: 60px;
    padding-bottom: 60px;
}

.About-block-section{
padding-top: 60px;
    padding-bottom: 40px;

}  
.sub span br {
    display: none;
}
.About-block-section p {
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 24px;
    color: #1e1e1e;
}
.About-block-section h3 {
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    font-size: 30px
    color: #1e1e1e;
}
.facilities li {
    font-size: 16px;
    line-height: 30px;
    position: relative;
    font-family: 'Poppins', sans-serif;
    color: #1e1e1e;
    padding-left: 15px;
}
.facilities li:before {
    content: '\f058';
    font-family: 'dentco';
    position: absolute;
    left: -14px;
    top: 5px;
    color: #72d4ed;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 18px;
}
.facilities {
    margin: 0px;
    padding: 14px 0 0 15px;
    list-style: none;
}

.sub .style7 {
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 24px;
    color: #1e1e1e;
    padding-right: 5px;
}
.sub a {
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 24px;
    color: #1e1e1e;
    padding-left: 5px;
}
.sub  {
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 24px;
    color: #1e1e1e;
    padding-left: 5px;
}

.facilities-section p {
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 24px;
    color: #1e1e1e;
}
.facilities-section .table-responsive th {
    background: #72d4ed;
    padding: 18px;
    color: #fffafa;
    font-size: 16px;
    border: solid #fff 1px;
    font-weight: 600;
    font-family: 'Poppins', sans-serif;
}
.facilities-section .table-responsive tbody td {
    padding: 8px;
    font-size: 14px;
    font-family: 'Poppins', sans-serif;
    border: 1px solid #ddd;
}
.facilities-section .table-responsive table {
    border: 1px solid #ededed;
    border-collapse: collapse;
    border-spacing: 0;
    font-size: 14px;
    line-height: 2;
    margin: 0 0 20px;
    width: 100%;
    font-family: 'Poppins', sans-serif;
}
.top-line .social-icons li a:hover {
    color: #72d4ed !important;
}
.certification-page-section .item-desc {
    background-color: #1373eb;
    bottom: 0;
    color: white;
    font-weight: 600;
    left: 2rem;
    padding: 4px;
    position: absolute;
    right: 2rem;
    text-align: center;
    text-transform: capitalize;
    font-size: 20px;
    height: 106px;
    line-height: 28px;
    display: none;
    justify-content: center;
    align-items: center;
    font-family: 'Poppins', sans-serif;
}
.certification-page-section .pfg-bootstrap .thumbnail {
    border: solid #70d4ed 4px;
    border-radius: initial;
    box-shadow: none;
    margin: 0px;
    padding: 10px;
}

.certification-page-section .vc_icon_element-icon {
    color: #73d4ec !important;
}

.About-block-section #all-simplefilter {
    display: none;
}
.About-block-section .filtr-controls-508.filtr-search.filtr_search_508 {
    display: none;
}
.About-block-section .item-desc.item_desc_508 {
    display: none;
}

.aboutb-Certification .datatitle {
    font-size: 36px;
    margin: 0px;
    padding: 20px 0;
    font-family: 'Poppins', sans-serif;
    color: #1e1e1e;
}
.aboutb-Certification .weldesc1.dataprdname ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
}


.aboutb-Certification .weldesc1.dataprdname {
    display: block;
}
.aboutb-Certification .weldesc1.dataprdname ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
}
.aboutb-Certification .weldesc1.dataprdname ul li {
    display: block;
    text-align: left;
    font-size: 13px;
    padding: 5px;
    color: #333;
    position: relative;
    padding-left: 20px;
    font-family: 'Poppins', sans-serif;
}

.aboutb-Certification .weldesc1.dataprdname ul li:before {
    content: "\f0a3";
    position: absolute;
    left: 0px;
    width: 10px;
    height: 10px;
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #1373eb;
    top: 10px;
}
#home-section .revslider-initialised {
    height: 638px !important;
}
#home-section #rev_slider_1_1_wrapper {
    height: 638px !important;
}
#home-section #slider-1-slide-1-layer-11 {
   /* background: #73d5eea6 !important;*/
}
#home-section #slider-1-slide-1-layer-13 {
   c font-size: 60px !important;
    font-family: 'Poppins', sans-serif;
    font-weight: 700 !important;*/
}
#home-section rs-layer#slider-1-slide-1-layer-15 {
   /* color: #71d4ec !important;
    font-size: 18px !important;
    padding: 3px 23px !important;*/
}

#home-section .tp-caption.small_text p.line {
  width: 60px !important;
  height: 1px !important;
  background: #333333 !important;
}
#home-section .tp-caption.finewide_medium_white {
  color: #ffffff;
  text-shadow: none;
  font-size: 36px;
  line-height: 50px;
  font-weight: 900;
  
  background-color: none;
  text-decoration: none;
  text-transform: uppercase;
  border-width: 0px;
  border-color: transparent;
  border-style: none;
  text-align: left;
  letter-spacing: 2.5;
}
#home-section .tp-caption.finewide_medium_white span {
  color: #a0ce4e;
}
#home-section .tp-caption.finewide_medium_white.center-align {
  text-align: center !important;
}
#home-section .tp-caption span.corner-border {
  display: block;
  width: 70px;
  height: 70px;
}
#home-section .tp-caption span.corner-border.left-top {
  border-top: 1px solid #ffffff;
  border-left: 1px solid #ffffff;
}
#home-section .tp-caption span.corner-border.left-bottom {
  border-bottom: 1px solid #ffffff;
  border-left: 1px solid #ffffff;
}
#home-section .tp-caption span.corner-border.right-top {
  border-top: 1px solid #ffffff;
  border-right: 1px solid #ffffff;
}
#home-section .tp-caption span.corner-border.right-bottom {
  border-bottom: 1px solid #ffffff;
  border-right: 1px solid #ffffff;
}
#home-section .tp-bannertimer {
  display: none !important;
}
#home-section .tp-bullets.simplebullets.round .bullet:hover,
#home-section .tp-bullets.simplebullets.round .bullet.selected {
  background: #a0ce4e;
  border-color: #a0ce4e;
}
#home-section .slotholder:after {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  z-index: 2;
}
.banner-section {
  padding: 40px 0;
  background: #a0ce4e;
  text-align: center;
}
.banner-section h2 {
  color: #333333;
  font-size: 15px;
  
  font-weight: 400;
  margin: 0 0 15px;
  color: #ffffff;
  font-size: 16px;
  font-weight: 400 !important;
  margin-bottom: 0;
}
.certification-page-section .vc_single_image-wrapper img {
    border: solid #70d4ed 4px;
    border-radius: initial;
    box-shadow: none;
    margin: 0px;
    padding: 10px;
}


.banner-section a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  margin-left: 60px;
  padding: 12px 30px;
  color: #ffffff;
  background: transparent;
  font-size: 13px;
  font-weight: 700;
  
  text-transform: uppercase;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  border: 2px solid #ffffff;
  letter-spacing: 1.5px;
}
.banner-section a:hover {
  background: #ffffff;
  color: #a0ce4e;
}
.title-section {
  margin-bottom: 30px;
}
.title-section h1 {
  color: #333333;
  font-size: 19px;
  
  font-weight: 700;
  margin: 0 0 30px;
  letter-spacing: 2px;
  text-transform: uppercase;
  padding-bottom: 20px;
  margin-bottom: 20px;
  position: relative;
}
.title-section h1:after {
  position: absolute;
  content: '';
  width: 40px;
  height: 2px;
  background: #a0ce4e;
  bottom: -1px;
  left: 0;
}
.title-section p {
  max-width: 600px;
  margin: 0;
}
.title-section.white {
  margin-bottom: 40px;
}
.title-section.white h1 {
  color: #ffffff;
}
.title-section.white p {
  color: #ffffff;
}

.rank-organics-section .sub-title-about {
    font-family: 'Poppins', sans-serif;
} 
.rank-organics-section p {
    font-family: 'Poppins', sans-serif;
    font-size: 18px;
    font-weight: 400;
    max-width: 428px;
    line-height: 30px;
    color: #1e1e1e;
}
.rank-organics-section h2 {
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
}
.view-more-button .vc_btn3 {
    background-color: #106eea !important;
    border-color: #106eea !important;
    font-size: 18px !important;
    padding: 10px 25px !important;
    color: #fff !important;
    font-family: 'Poppins', sans-serif;
    border-radius: 5px;
}
.we-are-known-section h2 {
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
}
.we-are-known-section .we-are-known-box .vc_column-inner .wpb_wrapper {
    background: #f3f6fd;
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: center;
}
.we-are-known-section .we-are-known-box .we-are-known-title {
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    margin: 0 auto;
}
.facilities-menu .facilities {
    margin: 0px;
    padding: 14px 0 0 15px;
    list-style: none;
}
.facilities-menu .facilities li {
    font-size: 16px;
    line-height: 30px;
    position: relative;
    font-family: 'Poppins', sans-serif;
    color: #1e1e1e;
    padding-left: 15px;
}
.facilities-menu .facilities li:before {
    content: '\f058';
    font-size: 10px;
    font-family: 'dentco';
    position: absolute;
    left: -14px;
    top: 5px;
    color: #71d4ec;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 18px;
}
.certification-section-slider {
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
} 
.Newsletter-subscription h2 {
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    text-transform: capitalize;
}
.quote-box-Newsletter-subscription span {
    display: inherit;
}
.quote-box-Newsletter-subscription .btn-wrapper {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    height: 100%;
}
.quote-box-Newsletter-subscription .btn-wrapper .btn {
    padding: 0 18px;
    height: 100%;
}
.btn-wrapper .wpcf7-submit {
    font-size: 0px;
    padding: 11px 28px;
}
.quote-box-Newsletter-subscription .btn-wrapper i {
    position: absolute;
    top: 0;
    transform: translate(15px, 10px);
    font-size: 24px;
    color: #fff;
}
.quote-box-Newsletter-subscription input {
    border: solid #222325 1px !important;
    color:#222325 !important;
}
.quote-box-Newsletter-subscription inpu::-webkit-input-placeholder { /* Edge */
  color:#222325 !important;
}

.quote-box-Newsletter-subscription inpu:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color:#222325 !important;
}

.quote-box-Newsletter-subscription inpu::placeholder {
 color:#222325;
}

.rank-organics-section .vc_general.vc_btn3 {
    background: #176f81 !important;
    border: solid 1px #176f81 !important;
}

footer {
    background: #101010;
    padding-top: 0px;
   margin-top: -23px;
}
footer .container {
    border-top: solid #222325 1px;
}

.rank-organics-section-new p {
    max-width: 618px;
}
section.services-section {
  padding: 60px 0 20px;
}
section.services-section .services-box .services-post {
  margin-bottom: 40px;
}
section.services-section .services-box .services-post img {
  width: 100%;
  margin-bottom: 30px;
}
section.services-section .services-box .services-post .services-content {
  padding-right: 10px;
}
section.services-section .services-box .services-post .services-content h2 {
  color: #333333;
  font-size: 15px;
  
  font-weight: 400;
  margin: 0 0 15px;
}
section.services-section .services-box .services-post .services-content a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  font-size: 12px;
  color: #777777;
  
  font-weight: 400;
  line-height: 22px;
  margin: 0 0 10px;
  color: #333333;
  margin: 0;
}
section.services-section .services-box .services-post .services-content a i {
  margin-left: 12px;
}
section.services-section .services-box .services-post .services-content a:hover {
  color: #a0ce4e;
}
.portfolio-section {
  padding: 60px 0;
  background: #fafafa;
}
.portfolio-section .portfolio-box.owl-wrapper {
  margin-left: -15px;
  margin-right: -15px;
}
.portfolio-section .portfolio-box.owl-wrapper .item {
  padding: 0 15px;
}
.portfolio-section .portfolio-box.iso-call {
  margin-left: -15px;
  margin-right: -15px;
}
.portfolio-section .portfolio-box.iso-call .project-post {
  width: 33.3333%;
  padding: 15px;
}
.portfolio-section ul.filter {
  margin: 0;
  padding: 0;
  margin-bottom: 40px;
  text-align: center;
}
.portfolio-section ul.filter li {
  display: inline-block;
  margin: 0 16px;
}
.portfolio-section ul.filter li a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  color: #333333;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  
}
.portfolio-section ul.filter li a i {
  margin-right: 15px;
  color: #333333;
}
.portfolio-section ul.filter li a:hover,
.portfolio-section ul.filter li a.active {
  color: #a0ce4e;
}
.portfolio-section .project-post .project-gallery {
  position: relative;
}
.portfolio-section .project-post .project-gallery img {
  width: 100%;
}
.portfolio-section .project-post .project-gallery .hover-box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.75);
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  opacity: 0;
}
.portfolio-section .project-post .project-gallery .hover-box .inner-hover {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 20px;
}
.portfolio-section .project-post .project-gallery .hover-box .inner-hover h2 {
  color: #333333;
  font-size: 15px;
  
  font-weight: 400;
  margin: 0 0 15px;
  color: #ffffff;
  margin-bottom: 10px;
  padding-bottom: 10px;
  position: relative;
  text-transform: uppercase;
}
.portfolio-section .project-post .project-gallery .hover-box .inner-hover h2 a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  color: #ffffff;
}
.portfolio-section .project-post .project-gallery .hover-box .inner-hover h2 a:hover {
  color: #a0ce4e;
}
.portfolio-section .project-post .project-gallery .hover-box .inner-hover h2:after {
  content: '';
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 22px;
  height: 1px;
  background: #a0ce4e;
}
.portfolio-section .project-post .project-gallery .hover-box .inner-hover span {
  display: inline-block;
  color: #ffffff;
  font-size: 12px;
  
  margin: 0;
}
.portfolio-section .project-post:hover .project-gallery .hover-box {
  opacity: 1;
}
.owl-theme .owl-controls .owl-pagination {
  display: none !important;
}
.owl-carousel {
  width: auto;
}
.owl-theme .owl-controls {
  margin-top: -20px;
  text-align: center;
  position: absolute;
  height: 0;
  top: 50%;
  left: -50px;
  right: -50px;
}
.owl-theme .owl-controls .owl-buttons div {
  font-size: 18px;
  color: #ffffff;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background: #000;
  outline: none;
  padding: 0;
  margin: 0;
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  opacity: 1;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
.owl-theme .owl-controls .owl-buttons div:hover {
  background: #a0ce4e;
}
.owl-theme .owl-controls .owl-buttons div.owl-prev {
  float: left;
}
.owl-theme .owl-controls .owl-buttons div.owl-next {
  float: right;
}
.owl-theme .owl-controls .owl-buttons div.owl-prev:after {
  content: '\f104';
  font-family: 'FontAwesome';
  color: #ffffff;
}
.owl-theme .owl-controls .owl-buttons div.owl-next:after {
  content: '\f105';
  font-family: 'FontAwesome';
  color: #ffffff;
}
.tabs-section {
  padding: 60px 0 60px;
  background: #222222;
  position: relative;
}
.tabs-section .about-us-box h1 {
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  color: #ffffff;
  margin: 0 0 20px;
  padding-bottom: 20px;
  position: relative;
}
.tabs-section .about-us-box h1:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 30px;
  background: #a0ce4e;
  height: 1px;
}
.tabs-section .about-us-box p {
  margin-bottom: 0px;
}
.tabs-section .about-us-box .about-us-post {
  overflow: hidden;
  margin-top: 30px;
}
.tabs-section .about-us-box .about-us-post a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  float: left;
  width: 60px;
  height: 60px;
  background: #333333;
  text-align: center;
  line-height: 60px;
  font-size: 16px;
  color: #ffffff;
}
.tabs-section .about-us-box .about-us-post a:hover {
  background: #a0ce4e;
}
.tabs-section .about-us-box .about-us-post h2 {
  color: #333333;
  font-size: 15px;
  
  margin: 0 0 15px;
  color: #ffffff;
  margin-left: 80px;
  font-weight: 400;
  margin-bottom: 6px;
  margin-top: 10px;
}
.tabs-section .about-us-box .about-us-post span {
  display: block;
  margin: 0;
  font-size: 11px;
  font-family: georgia;
  margin-left: 80px;
  color: #eeeeee;
  font-style: italic;
}
.tabs-section .about-box {
  padding-left: 15px;
}
.tabs-section .about-box img {
  width: 100%;
  margin-bottom: 30px;
}
.tabs-section .about-box h2 {
  color: #333333;
  font-size: 15px;
  
  margin: 0 0 15px;
  font-weight: 400;
  text-transform: uppercase;
  color: #ffffff;
  position: relative;
  margin-bottom: 20px;
  padding-bottom: 20px;
}
.tabs-section .about-box h2:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 30px;
  height: 1px;
  background: #a0ce4e;
}
.tabs-section .about-box p {
  color: #ffffff;
}
.news-section {
  padding: 60px 0 30px;
  background: #fff;
}
.news-section .news-box.owl-wrapper {
  margin-left: -15px;
  margin-right: -15px;
}
.news-section .news-box.owl-wrapper .item {
  padding: 0 15px;
}
.news-section .news-post .news-gallery {
  position: relative;
}
.news-section .news-post .news-gallery img {
  width: 100%;
}
.news-section .news-post .news-gallery .date-post {
  position: absolute;
  top: 10px;
  left: 10px;
  width: 60px;
  background: #a0ce4e;
  padding: 10px 14px;
}
.news-section .news-post .news-gallery .date-post p {
  font-size: 11px;
  color: #ffffff;
  text-align: center;
  text-transform: uppercase;
  line-height: 16px;
  font-weight: 700;
  margin: 0;
}
.news-section .news-post .news-gallery .date-post p span {
  display: block;
  font-size: 15px;
  padding-top: 2px;
  margin-top: 2px;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
}
.news-section .news-post .news-content {
  padding: 25px 0;
  background: #fff;
}
.news-section .news-post .news-content h2 {
  color: #333333;
  font-size: 15px;
  
  font-weight: 400;
  margin: 0 0 15px;
}
.news-section .news-post .news-content h2 a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  color: #333333;
}
.news-section .news-post .news-content h2 a:hover {
  color: #a0ce4e;
}
.news-section .news-post .news-content > a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  font-size: 12px;
  color: #777777;
  
  font-weight: 400;
  line-height: 22px;
  margin: 0 0 10px;
  color: #333333;
  margin: 0;
}
.news-section .news-post .news-content > a i {
  margin-left: 12px;
}
.news-section .news-post .news-content > a:hover {
  color: #a0ce4e;
}
.quote-section {
  padding: 50px 0;
  position: relative;
}
.quote-section #map {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.quote-section .container {
  position: relative;
  z-index: 2;
}
.quote-section .quote-box {
  padding: 40px;
  padding-bottom: 10px;
  background: #ffffff;
  border: 1px solid #f1f1f1;
  box-shadow: 2px 2px 5px #aaaaaa;
  -webkit-box-shadow: 2px 2px 5px #aaaaaa;
  -moz-box-shadow: 2px 2px 5px #aaaaaa;
  -o-box-shadow: 2px 2px 5px #aaaaaa;
}
.quote-section .quote-box h1 {
  color: #333333;
  font-size: 15px;
  
  font-weight: 400;
  margin: 0 0 15px;
  position: relative;
  margin-bottom: 20px;
  padding-bottom: 20px;
  text-transform: uppercase;
}
.quote-section .quote-box h1:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 30px;
  height: 1px;
  background: #a0ce4e;
}
.pbmit-heading-subheading.text-center {
    margin-bottom: 45px;
}  
.pbmit-ihbox-style-8 {
    text-align: center;
    padding: 60px 20px;
    background: #fff;
    border: 1px solid #eee;
    transform: translate(0px, 48px);
    height: 360px;
}
.top-line ul.social-icons li a:hover {
    color: #000 !important;
}
.pbmit-ihbox-style-8 .pbmit-ihbox-icon-wrapper {
    font-size: 70px;
    line-height: 70px;
    margin-bottom: 40px;
    color: #1373eb;
        font-family: 'Poppins', sans-serif;
}
.contact-section .pbmit-title {
    font-size: 45px;
    line-height: 60px;
    letter-spacing: -1.2px;
    margin-bottom: 0;
    font-family: 'Poppins', sans-serif;
}
.contact-section .pbmit-subtitle {
    color: #72d4ee;
    margin-bottom: 5px;
    font-size: 18px;
    line-height: 20px;
    letter-spacing: -.3px;
    font-family: 'Poppins', sans-serif;
}
.pbmit-ihbox-style-8 .pbmit-element-title {
    font-size: 30px;
    line-height: 34px;
        font-family: 'Poppins', sans-serif;
}
.pbmit-ihbox-style-8 .pbmit-heading-desc {
    font-size: 18px;
    line-height: 30px;
    color: #666;
    font-weight: 400;
        font-family: 'Poppins', sans-serif;
}
 .pbmit-bg-color-light {
    background-color: #ebeef3;
}
.contact-section-bg {
    background-image: url(../images/bg-0.png);
    background-repeat: no-repeat;
    background-position: top center;
    padding-top: 190px;
    padding-bottom: 70px;
    margin-top: -167px;
}

.contact-section-bg .pbmit-subtitle {
    color: #72d4ed;
    margin-bottom: 5px;
    font-size: 18px;
    line-height: 20px;
    letter-spacing: -.3px;
    font-family: 'Poppins', sans-serif;
}
.contact-section-bg  .pbmit-title {
    font-size: 54px;
    line-height: 60px;
    letter-spacing: -1.2px;
    margin-bottom: 0;
    font-family: 'Poppins', sans-serif;
} 

.contact-section .vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-color-blue .vc_icon_element-icon {
    color: #73d4ec !important;
}

.contact-section-bg .wpcf7-form-control-wrap input, button, select, textarea {
    padding: 15px;
    font-size: 15px;
    color: #848484;
    border: 1px solid #eee;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    line-height: 1.5;
    display: block;
    background: #fff;
    background-color: #fff;
    background-clip: padding-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0.375rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    margin-bottom: 20px;
}
.pbmit-heading-subheading p {
    font-family: 'Poppins', sans-serif;
    font-size: 17px;
    font-weight: 400;
    line-height: 30px;
    color: #1e1e1e;
    margin-bottom: 40px !important;
}
.wpcf7-textarea {
    width: 100%;
    padding: 10px 15px;
    border: 1px solid #eaeaea;
    background: #fff !important;
    margin-bottom: 20px;
    outline: none;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    color: #777777;
    font-size: 12px;
    font-weight: 400 !important;
}
.contact-section-bg .wpcf7-submit {
    margin-top: 24px;
}
.quote-section .quote-box form#contact-form {
  margin: 0;
}
.quote-section .quote-box form#contact-form input[type="text"],
.quote-section .quote-box form#contact-form textarea {
  width: 100%;
  padding: 10px 15px;
  border: 1px solid #eaeaea;
  background: transparent;
  margin-bottom: 20px;
  outline: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  color: #777777;
  font-size: 12px;
  
  font-weight: 400 !important;
}
.quote-section .quote-box form#contact-form input[type="text"]:focus,
.quote-section .quote-box form#contact-form textarea:focus {
  border: 1px solid #a0ce4e;
}
.quote-section .quote-box form#contact-form textarea {
  height: 100px;
}
.quote-section .quote-box form#contact-form input[type="submit"] {
  padding: 12px 20px;
  outline: none;
  border: none;
  background: #a0ce4e;
  color: #ffffff;
  font-size: 12px;
  
  text-transform: uppercase;
  font-weight: 400;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  margin-bottom: 0px;
}
.quote-section .quote-box form#contact-form input[type="submit"]:hover {
  opacity: 0.7;
}
.quote-section .quote-box form#contact-form .message {
  height: 30px;
  padding: 10px 20px;
  font-size: 13px;
  
}
.quote-section .quote-box form#contact-form .message.error {
  color: #e74c3c;
  background: rgba(246, 80, 80, 0.4);
  border: 1px solid #e74c3c;
}
.quote-section .quote-box form#contact-form .message.success {
  color: #29b504;
  background: rgba(63, 220, 21, 0.4);
  border: 1px solid #29b504;
}
.testimonial-section {
  position: relative;
  padding: 70px 0 40px;
  /*background: url('../upload/slide/1.jpg') center fixed;*/
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
}
.testimonial-section .container {
  position: relative;
  z-index: 2;
}
.testimonial-section .testimonial-box {
  text-align: center;
  padding-bottom: 2px;
  margin-bottom: 0px;
}
.testimonial-section .testimonial-box ul.bxslider {
  margin: 0;
  padding: 0;
}
.testimonial-section .testimonial-box ul.bxslider li {
  overflow: hidden;
}
.testimonial-section .testimonial-box p {
  color: #ffffff;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  max-width: 800px;
  margin: 0 auto;
}
.testimonial-section .testimonial-box h2 {
  color: #333333;
  font-size: 15px;
  
  font-weight: 400;
  margin: 0 0 15px;
  font-size: 20px;
  color: #a0ce4e;
  text-transform: uppercase;
  margin-bottom: 2px;
}
.testimonial-section .testimonial-box span {
  font-size: 12px;
  color: #777777;
  
  font-weight: 400;
  line-height: 22px;
  margin: 0 0 10px;
  margin: 0 0 20px;
  color: #ffffff;
  font-size: 13px;
  display: block;
  position: relative;
  padding-bottom: 20px;
}
.testimonial-section .testimonial-box span:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -15px;
  width: 30px;
  height: 1px;
  background: #a0ce4e;
}
.testimonial-section .testimonial-box .bx-wrapper .bx-controls-direction {
  display: none;
}
.bx-wrapper .bx-pager.bx-default-pager a.active {
  background: #a0ce4e;
  border-color: #a0ce4e;
}
.testimonial-section:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
}
/*-------------------------------------------------*/
/* =  about page
/*-------------------------------------------------*/
.page-banner-section {
    padding: 12px 0;
    background: #176f81;
    overflow: hidden;
}  
.page-banner-section h1 {
    font-weight: 700;
    margin: 0 0 30px;
    text-transform: uppercase;
    float: left;
    color: #ffffff;
    font-size: 20px;
    letter-spacing: 2px;
    margin-bottom: 0px;
    padding-top: 8px;
}
.page-banner-section ul.page-depth {
  float: right;
  margin: 0;
  padding: 0;
  text-align: right;
  margin-top: 10px;
}
.page-banner-section ul.page-depth li {
  display: inline-block;
  margin-left: 10px;
}
.page-banner-section ul.page-depth li a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  font-size: 12px;
  color: #777777;
  
  font-weight: 400;
  line-height: 22px;
  margin: 0 0 10px;
  color: #ffffff;
  margin-bottom: 0;
}
.page-banner-section ul.page-depth li a:hover {
  color: #a0ce4e;
}
.page-banner-section ul.page-depth li:before {
  content: '/';
  font-size: 12px;
  color: #777777;
  
  font-weight: 400;
  line-height: 22px;
  margin: 0 0 10px;
  color: #ffffff;
  margin-bottom: 0;
  margin-right: 10px;
}
.page-banner-section ul.page-depth li:first-child:before {
  display: none;
  margin-right: 0;
}

.about-section img,
.about-section iframe {
  width: 100%;
  margin-bottom: 30px;
}
.about-section iframe {
  height: 328px;
}
.about-section h2 {
  color: #333333;
  font-size: 15px;
  
  font-weight: 400;
  margin: 0 0 15px;
}
.team-section {
  padding: 80px 0;
}
.team-section .team-box {
  margin-left: -15px;
  margin-right: -15px;
}
.team-section .team-box .item {
  padding: 0 15px;
}
.team-section .team-box .team-post .gallery-team {
  position: relative;
  margin-bottom: 30px;
}
.team-section .team-box .team-post .gallery-team img {
  width: 100%;
}
.team-section .team-box .team-post .gallery-team ul.social-list {
  position: absolute;
  top: 30px;
  right: 30px;
  width: 40px;
  margin: 0;
  padding: 0;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  opacity: 0;
}
.team-section .team-box .team-post .gallery-team ul.social-list li {
  display: inline-block;
  text-align: left;
  margin-bottom: 3px;
}
.team-section .team-box .team-post .gallery-team ul.social-list li a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  color: #ffffff;
  background: #333333;
  width: 40px;
  height: 40px;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  -o-border-radius: 1px;
  border-radius: 1px;
  line-height: 40px;
  font-size: 14px;
  text-align: center;
}
.team-section .team-box .team-post .gallery-team ul.social-list li a:hover {
  color: #ffffff;
  background: #a0ce4e;
}
.team-section .team-box .team-post .team-content h2 {
  color: #333333;
  font-size: 15px;
  
  font-weight: 400;
  margin: 0 0 15px;
  margin-bottom: 5px;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
}
.team-section .team-box .team-post .team-content span {
  display: block;
  color: #777777;
  font-size: 12px;
  font-weight: 500;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #f1f1f1;
}
.team-section .team-box .team-post:hover .gallery-team ul.social-list {
  opacity: 1;
}


.product-deception p {
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 24px;
    color: #1e1e1e;
}
.service-left-col .table-responsive td img {
    width: 25px;
    height: 25px;
}


.sidebar h2 {
  color: #333333;
  font-size: 15px;
  
  font-weight: 400;
  margin: 0 0 15px;
  text-transform: uppercase;
  font-size: 16px;
  margin-bottom: 25px;
}
.sidebar .widget {
  margin-bottom: 40px;
}
.sidebar ul.category-list,
.sidebar ul.archieve-list {
  margin: 0;
  padding: 0;
}
.sidebar ul.category-list li,
.sidebar ul.archieve-list li {
  list-style: none;
  border-bottom: 1px dotted #d1d1d1;
  margin-bottom: 10px;
}
.sidebar ul.category-list li a,
.sidebar ul.archieve-list li a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  color: #333333;
  font-size: 14px;
  font-weight: 400;
  
  padding-bottom: 10px;
}
.sidebar ul.category-list li a:hover,
.sidebar ul.archieve-list li a:hover {
  color: #a0ce4e;
}
.sidebar ul.category-list li:last-child,
.sidebar ul.archieve-list li:last-child {
  border-bottom: none;
  margin-bottom: 0;
}
.sidebar ul.tags-list {
  margin: 0;
  padding: 0;
}
.sidebar ul.tags-list li {
  display: inline-block;
  margin-right: 2px;
  margin-bottom: 6px;
}
.sidebar ul.tags-list li a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  padding: 12px 18px;
  color: #ffffff;
  background: #333333;
  font-size: 13px;
  
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
.sidebar ul.tags-list li a:hover {
  background: #a0ce4e;
}
/*-------------------------------------------------*/
/* =  services
/*-------------------------------------------------*/
.services-tabs ul {
  margin: 0;
  padding: 0;
  margin-bottom: 40px;
}
.services-tabs ul li {
  display: block;
  margin: 0 0 2px;
}
.services-tabs ul li a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  display: block;
  padding: 18px 25px;
  background: #f1f1f1;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
  color: #333333;
  font-size: 14px;
  
  font-weight: 700;
  margin: 0;
}
.services-tabs ul li a:hover {
  background: #a0ce4e;
  color: #ffffff;
}
.services-tabs ul li.active a {
  background: #a0ce4e;
  color: #ffffff;
}
/*-------------------------------------------------*/
/* =  contact page
/*-------------------------------------------------*/
#map {
  height: 500px;
}
.contact-section {
  padding: 90px 0 50px;
}
.contact-section h2 {
  color: #333333;
  font-size: 15px;
  
  font-weight: 400;
  margin: 0 0 15px;
  font-size: 16px;
  text-transform: uppercase;
  margin-bottom: 25px;
}
.contact-section p {
  margin-bottom: 30px;
}
.contact-section ul.information-list {
  margin: 0;
  padding: 0;
}
.contact-section ul.information-list li {
  list-style: none;
  overflow: hidden;
  border-bottom: 1px solid #dddddd;
  margin-bottom: 15px;
  padding-bottom: 15px;
}
.contact-section ul.information-list li i {
  float: left;
  color: #333333;
  font-size: 13px;
  display: inline-block;
  line-height: 24px;
}
.contact-section ul.information-list li span {
  display: block;
  font-size: 12px;
  color: #777777;
  
  font-weight: 400;
  line-height: 22px;
  margin: 0 0 10px;
  margin-bottom: 0px;
  margin-left: 25px;
  color: #333333;
}
.contact-section ul.information-list li a {
  font-size: 12px;
  color: #777777;
  
  font-weight: 400;
  line-height: 22px;
  margin: 0 0 10px;
  display: inline-block;
  margin-left: 25px;
  margin-bottom: 10px;
  color: #333333;
}
.contact-section ul.information-list li:last-child {
  border-bottom: none;
}
#contact-form input[type="text"],
.comment-form input[type="text"],
#contact-form textarea,
.comment-form textarea {
  width: 100%;
  padding: 10px 20px;
  border: 1px solid #dedede;
  margin-bottom: 20px;
  outline: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  color: #777777;
  font-size: 13px;
  
}
#contact-form input[type="text"]:focus,
.comment-form input[type="text"]:focus,
#contact-form textarea:focus,
.comment-form textarea:focus {
  border: 1px solid #a0ce4e;
}
#contact-form textarea,
.comment-form textarea {
  height: 146px;
}
#contact-form input[type="submit"],
.comment-form input[type="submit"] {
  padding: 12px 30px;
  outline: none;
  border: none;
  background: #a0ce4e;
  color: #ffffff;
  font-size: 13px;
  
  text-transform: uppercase;
  font-weight: 700;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  margin-bottom: 10px;
}
#contact-form input[type="submit"]:hover,
.comment-form input[type="submit"]:hover {
  opacity: 0.7;
}
#contact-form .message,
.comment-form .message {
  height: 30px;
  padding: 10px 20px;
  font-size: 13px;
  
}
#contact-form .message.error,
.comment-form .message.error {
  color: #e74c3c;
  background: rgba(246, 80, 80, 0.4);
  border: 1px solid #e74c3c;
}
#contact-form .message.success,
.comment-form .message.success {
  color: #29b504;
  background: rgba(63, 220, 21, 0.4);
  border: 1px solid #29b504;
}
/*-------------------------------------------------*/
/* =  Footer
/*-------------------------------------------------*/
footer .container {
    border-top: solid #222325 1px;
    padding-top: 70px;
}

footer .footer-widgets {
  padding-bottom: 30px;
}
footer .footer-widgets .widgets {
  margin-bottom: 40px;
}
footer .footer-widgets .widgets ul.tag-list {
  margin: 0;
  padding: 0;
}
footer .footer-widgets .widgets ul.tag-list li {
  display: inline-block;
  margin-bottom: 5px;
  margin-right: 1px;
}
footer .footer-widgets .widgets ul.tag-list li a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  color: #fff;
  font-size: 12px;
  
  font-weight: 400;
  padding: 6px 12px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  background: #333333;
}
footer .footer-widgets .widgets ul.tag-list li a:hover {
  background: #a0ce4e;
}
footer .footer-widgets .widgets ul.flickr-list {
  margin: 0;
  padding: 0;
}
footer .footer-widgets .widgets ul.flickr-list li {
  display: inline-block;
  margin-bottom: 5px;
  margin-right: 2px;
}
footer .footer-widgets .widgets ul.flickr-list li a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
footer .footer-widgets .widgets ul.flickr-list li a img {
  max-width: 60px;
}
footer .footer-widgets .widgets ul.flickr-list li a:hover {
  opacity: 0.7;
}
footer .footer-widgets .widgets.info-widget p {
  margin-bottom: 0px;
}
footer .footer-widgets .widgets.info-widget p span {
  
  color: #a0ce4e;
  margin-right: 5px;
}
footer .footer-widgets .widgets.info-widget p.first-par {
  margin-bottom: 10px;
}
footer h2 {
    margin: 0 0 15px;
    text-transform: uppercase;
    color: #ffffff;
    font-size: 21px;
    margin-bottom: 25px;
    padding-bottom: 25px;
    font-weight: 700;
    position: relative;
    font-family: 'Poppins', sans-serif;
}
footer .footer-widgets .widgets p {
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    color: #e1e1e1;
    max-width: 332px;
}
footer .last-line {
  background: #111111;
  padding: 6px 0;
}
footer .last-line p.copyright {
  font-size: 12px;
  margin: 0;
  text-align: center;
}
.footer-address ul {
    margin: 0;
    padding: 0;
}

.footer-address ul li {
    list-style: none;
    display: block;
    margin-top: 15px;
    margin-bottom: 14px;
}
.footer-address ul li .footer-address-icon {
    float: left;
    margin-right: 15px;
}
.footer-address ul li .footer-address-info {
    overflow: hidden;
}
.footer-address ul li .footer-address-info p {
    margin-bottom: 0;
}
.footer-address ul li .footer-address-icon i {
    color: #71d4ec;
    font-size: 23px;
}
.footer-address ul li .footer-address-info p a {
    color: #e1e1e1;
}
.widget_nav_menu ul li a {
    color: #e1e1e1 !important;
    font-weight: 400;
    font-size: 15px;
    position: relative;
    padding-left: 30px;
}
.widget_nav_menu ul li a:before {
    content: "\f046";
    font: normal normal normal 14px/1 FontAwesome;
    color: #71d4ec;
    font-size: 16px;
    position: absolute;
    top: 6px;
    left: 3px;
}

.footer-bottom .container {
    padding-top: 16px;
}
footer .footer-bottom p.copyright {
    font-size: 12px;
    margin: 0;
    text-align: left;
    font-family: 'Poppins', sans-serif;
    color: #fff;
}
.footer-bottom .social-icons {
    margin: 0px;
    float: right;
    list-style: none;
}
.footer-bottom .social-icons li {
    width: 30px;
    height: 30px;
    background: #71d4ec;
    float: left;
    border-radius: 5px;
    text-align: center;
    margin-right: 10px;
}
.footer-bottom .social-icons li a {
    color: #053b46;
    font-size: 14px;
    line-height: 30px;
}
.navbar-brand>img {
    display: block;
    width: 342px;
} 

.facilities-section-2 {
    padding-top: 150px;
    padding-bottom: 150px;
}
@media (min-width: 1200px){
.container {width: 1330px;}
}

/*-------------------------------------------------*/
/* =  Responsive Part
/*-------------------------------------------------*/
@media (max-width: 991px) {
  .top-line ul.info-list {
    text-align: center;
    margin-bottom: 5px;
  }
  .top-line ul.social-icons {
    text-align: center;
  }
  .navbar-brand {
    padding: 12px 15px;
  }
  .navbar-nav > li > a {
    padding: 22px 12px;
  }
  .banner-section a {
    margin-top: 5px;
  }
  .tabs-section ul.nav-tabs {
    margin-bottom: 30px;
  }
  .tabs-section .tab-pane img {
    margin-bottom: 20px;
  }
  .quote-section .text-box {
    padding-right: 0;
    margin-bottom: 30px;
  }
  .portfolio-section .portfolio-box.iso-call .project-post {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .navbar-toggle {
    margin-top: 14px;
  }
.facilities-section .table-responsive {
    padding-top: 30px;
    border: transparent;
}
.facilities-section {
    padding-top: 20px;
    padding-bottom: 20px;
}

  .navbar-brand {
    padding-bottom: 17px;
  }
  .navbar-nav > li > a {
    padding: 5px 15px;
  }
  ul.drop-down {
    position: relative;
    opacity: 1;
    visibility: visible;
    top: inherit;
    left: inherit;
    width: 100%;
    border-top: none;
    padding: 5px 0;
  }
  ul.drop-down li a {
    padding: 5px 20px;
  }
  .banner-section a {
    margin-left: 3px;
  }
  .owl-theme .owl-controls {
    left: 15px;
    right: 15px;
  }
  .clients-section ul.clients-list li {
    width: 33.3333%;
    margin-bottom: 20px;
  }
  .page-banner-section h1 {
    float: none;
    text-align: center;
    margin-bottom: 10px;
    font-size: 19px;
  }
  .page-banner-section ul.page-depth {
    float: none;
    text-align: center;
  }
  .portfolio-section .portfolio-box.iso-call .project-post {
    width: 100%;
  }
  .portfolio-section ul.filter li {
    margin: 0 6px;
  }
  .blog-section .blog-box .single-post blockquote {
    margin-left: 0;
  }
  .blog-section .blog-box .comment-section ul.depth .comment-box {
    padding-left: 0;
  }

.navbar-brand>img {display: block;width: 170px;}
.aboutb-Certification .datatitle {font-size: 24px;}
.certification-page-section .loading-wrapper { margin-right: 0px; margin-left: 15px;}
.certification-page-section .pfg-bootstrap .thumbnail {width: 100% !important;}
.certification-page-section .item-desc {font-size: 14px; height: 60px;line-height: 20px;}
footer .container {padding-top: 35px;} 
.sub { padding-bottom: 20px;}
.About-block-section { padding-top: 31px;padding-bottom: 30px;}
.certification-page-section .portfolio-wraper .row { margin-left: 0;margin-right: 0;}
.facilities-section-2 {padding-top: 99px;padding-bottom: 43px;}
.facilities-section .table-responsive th { padding: 8px;}
.facilities-section .table-responsive tbody td { padding: 4px;}
.service-left-col .table-responsive thead th{padding: 8px;}
.service-left-col .table-responsive tbody td { padding: 4px;padding-left: 12px;}
.service-left-col .single-service-contact:after {  border: 3px dashed #fff1f8;}
.single-service-contact h2 {font-size: 22px;line-height: 12px;}
.contact-section .pbmit-title { font-size: 22px;line-height: 35px;}
.pbmit-heading-subheading p { font-size: 14px;line-height: 24px;}
.pbmit-ihbox-style-8 .pbmit-element-title { font-size: 24px;line-height: 16px;}
.pbmit-ihbox-style-8 .vc_icon_element-icon {font-size: 3em!important;}
.pbmit-ihbox-style-8 {padding: 20px 20px;height: auto;}
.pbmit-ihbox-style-8 .pbmit-heading-desc {font-size: 14px;line-height: 24px;}
.contact-section-bg .pbmit-title { font-size: 24px; line-height: 44px;}
.contact-section-bg{padding-top: 60px;margin-top: 0;   padding-bottom: 62px;}
.map-section iframe { height: 250px;}
.pbmit-bg-color-light textarea { height: 120px;}
footer .footer-bottom p.copyright {text-align: center; font-size: 12px;}
.footer-bottom .social-icons {display: flex; justify-content: center;align-items: center;width: 100%;}
.footer-bottom .container {padding-top: 11px !important;}
footer h2 { margin-bottom: 0px;padding-bottom: 4px;color: #ffffff;font-size: 17px;}
#home-section #slider-1-slide-1-layer-13 {left: 122%;font-size: 19px !important; font-family: 'Poppins', sans-serif; font-weight: 700 !important;}
#home-section #rev_slider_1_1_wrapper { height: 214px !important;}
#home-section .revslider-initialised {height: 214px !important;}
#home-section #slider-1-slide-1-layer-11 { background: #106eea94 !important; left: 83%;transform: translate(83%, 0px);}
#home-section #slider-1-slide-1-layer-14 {left: 121%;}
#home-section #slider-1-slide-1-layer-15 { color: #106eea !important;font-size: 14px !important;  padding: 3px 23px !important;left: 117%;}
#home-section #slider-1-slide-5-layer-11{left: 83%;}
.rank-organics-section h2 {font-family: 'Poppins', sans-serif; font-weight: 700;font-size: 21px !important;}
.rank-organics-section p {  font-size: 14px;}
.we-are-known-section h2 {font-family: 'Poppins', sans-serif;font-weight: 700; font-size: 31px !important;}
.we-are-known-section .we-are-known-box .vc_column-inner .wpb_wrapper { margin-bottom: 20px;}
.certification h2 {font-size: 25px !important;}
.Newsletter-subscription h2 { font-size: 22px !important;}
#home-section #slider-1-slide-5-layer-13 { left: 200%;}
#home-section #slider-1-slide-5-layer-14 { left: 111%;}
#home-section #slider-1-slide-5-layer-15 {left: 380%;}
.certification-page-section { padding-top: 20px; padding-bottom: 20px;}
.certification-page-section .vc_single_image-wrapper img { margin-bottom: 25px;}

}
@media (max-width: 460px) {
  .top-line {
    display: none;
  }
  #container {
    padding-top: 63px;
  }
  .clients-section ul.clients-list li {
    width: 50%;
  }
  .blog-section .blog-box .comment-section ul li .comment-box img {
    max-width: 60px;
  }
  .blog-section .blog-box .comment-section ul li .comment-box .comment-content {
    margin-left: 80px;
  }
  .blog-section .blog-box .autor-post img {
    width: 100%;
    float: none;
    margin-bottom: 20px;
  }
  .blog-section .blog-box .autor-post .autor-content {
    margin-left: 0;
  }
}
.single-service-contact .vc_icon_element-icon.fas.fa-headphones-alt {
    color: #fff !important;
}