@font-face {
  font-family: 'Lato-Bold';
  src:url('../fonts/Lato-Bold.ttf')  format('truetype');
}
@font-face {
  font-family: 'Lato-Regular';
  src:url('../fonts/Lato-Regular.ttf')  format('truetype');
}
@font-face {
  font-family: 'Lato-Light';
  src:url('../fonts/Lato-Light.ttf')  format('truetype');
}
@font-face {
  font-family: 'Lato-Black';
  src:url('../fonts/Lato-Black.ttf')  format('truetype');
}
@font-face {
  font-family: 'Oswald Reg';
  src:url('../fonts/Oswald Reg.otf')  format('opentype');
}
@font-face {
  font-family: 'Oswald Light';
  src:url('../fonts/Oswald Light.ttf')  format('opentype');
}

body{
    font-family: 'Lato-Light','', san-serif;
    background-color: #fff;
}

#lg-container{
    padding-top: 100px;
    padding-bottom: 100px;
}
#md-container{
    padding-top: 50px;
    padding-bottom: 50px;
}
#sm-container{
    padding-top: 25px;
    padding-bottom: 25px;
}

/******************Header Styling**********************/
.navbar-header{
  margin-left: 40px;
}
.social-media i {
    font-size: 25px;
    color: #999;
}
.social-media{
  position: absolute;
  right: 25px;
  top: 10px;
  z-index: 999;
}
#menu-bar{
  margin-top: -20px;
}
#menu-bar .navbar-default{
    background: transparent;
    border: transparent;
}
#bs-example-navbar-collapse-1{
    padding-right: 0px;
}
.menu-links {
    margin-left: 70px;
    margin-top: 55px;
}
.menu-links > li > a {
    font-family: 'Oswald Reg';
    font-size: 18px;
    margin: 10px 39px;
    padding: 0px;
}
.navbar{
    margin-top: 10px;
    margin-bottom: 10px;
}
.navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a:hover{
    color:#339933;
    transition-duration:.3s;
}
#last-menu-link{
    margin-right: 0px;
}
#index-navlink{
    color:#339933;
}
#last-menu-navlink{
  margin-right: 0px;
  color:#339933;
}
#color1{
      position: absolute;
      background-color: #F2F2F2;
      height: 38px;
      box-shadow: 0px 1px 0px 0px #EAEAEA;
      width: 50%;
  }

  #color2{
      position: absolute;
      background-color: #F2F2F2;
      height: 13px;
      box-shadow: 0px 1px 0px 0px #EAEAEA;
      width: 50%;
      right: 0px;
  }
/*******************End Styling************************/

/*******************Navigation Styling***********************/
.nav-wrapper{
  background-image: url(../img/nav-wrapper-bg.jpeg);
  background-size: cover;
  background-repeat: no-repeat;
  padding: 35px 0px;
}
.navigation-title{
  font-family: 'Oswald Reg';
  font-size: 30px;
  color: #000;
}
.navigation-breadcrumb{
  padding: 10px 0px 0px 0px;
  margin-bottom: 0px;
  background-color: transparent;
}
.navigation-breadcrumb > li + li::before {
    padding: 0 5px;
    color: #ccc;
    content: ">";
}
.breadcrumb>.active {
    color: #000;
}
/*******************End Styling************************/


/*******************Footer Styling***********************/
#company-name, #client-name{
    font-family: 'Lato-Regular';
    font-size: 15px;
    color: #000;
}
#client-name{
    text-align: right;
}
footer {
    background-image: url(../img/footer-bottom-bar2.png);
    padding: 11px 0px 3px 0px;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

/*******************End Styling************************/

/******************Content Styling************************/
label{
  color: #000;
}
.title{
    font-family: 'Oswald Reg';
    font-size: 48px;
    color: #000;
    background-image: url(../img/shape.png);
    background-position: 50% 0%;
    background-repeat: no-repeat;
    background-size: contain;
    padding: 30px;
    text-align: center;
}
.title-description{
    font-family: 'Lato-Light';
    font-size: 15px;
    text-align: center;
    color: #999999;
}
.content-title{
  font-family: 'Oswald Reg';
  font-size: 25px;
  color: #000;
}
.content{
    font-family: 'Lato-Regular';
    font-size: 18px;
    line-height: 30px;
    padding: 50px;
}
.about-us-content{
  font-size: 18px;
}
.address-info{
    font-family: 'Lato-Regular';
    font-size: 18px;
    padding-top: 25px;
}
.margin-top-md{
  margin-top: 50px;
}
.margin-top-sm{
  margin-top: 25px;
}
.page-link-btn{
    font-family: 'Oswald Reg';
    font-size: 16px;
    background: #339933;
    border-radius: 0px;
    color: #fff;
    padding: 5px 35px;
}
.gray-wrapper{
    background: #f2f2f2;
}
hr {
    border-top: 3px solid #e7e7e7;
    margin-bottom: 25px;
    margin-top: 0px;
}
#product-categories-list{
  margin: 0px;
}
#product-categories-list a{
    font-family: 'Oswald Reg';
    font-size: 18px;
    color: #999999; 
}
#product-categories-list li:hover a{
  color: #000;
  text-decoration: none;
}
#product-categories-list li{
  border-bottom: 3px solid transparent;
}
#product-categories-list li:hover{
  border-bottom: 3px solid #339933;
}
.product-thumbnail{
  padding: 3px;
}
.product-thumbnail img{
  width: 100%;
  border: 1px solid #f2f2f2;
  border-bottom: 0;
}
.product-thumbnail a{
  color: #000;
}
.product-thumbnail:hover a{
  text-decoration: none;
  color: #339933;
}
.product-thumbnail:hover .product-thumbnail-title::after{
  filter:grayscale(0%);
}
.product-thumbnail-title{
  background: #fff;
  font-family: 'Oswald Reg';
  font-size: 18px;
  padding: 20px 25px;
  border: 1px solid #f2f2f2;
  width: 100%;
  min-height: 95px;
  max-height: 95px;
}
.product-thumbnail-title::after{
  right: 15px;
  bottom: 15px;
  border-top: 10px solid transparent;
  border-right: 10px solid #339933;
  content: '';
  position: absolute;
  filter:grayscale(80%);
}

.company-thumbnail{
  margin-bottom: 30px;
}
.company-thumbnail img{
  width: 100%;
}
.company-thumbnail a{
  color: #000;
}
.company-thumbnail:hover a{
  text-decoration: none;
  color: #339933;
}
.company-thumbnail:hover .company-thumbnail-title::after{
  filter:grayscale(0%);
}
.company-thumbnail-title{
  background: #fff;
  font-family: 'Oswald Reg';
  font-size: 18px;
  padding: 20px 25px;
  border: 1px solid #ebebeb;
}
.company-thumbnail-title::after{
  right: 30px;
  bottom: 15px;
  border-top: 10px solid transparent;
  border-right: 10px solid #339933;
  content: '';
  position: absolute;
  filter:grayscale(80%);
}
.col-md-6-thumbnail{
  border:3px solid #e7e7e7;
  padding: 50px;
  margin-bottom: 30px;
}
#selected-product-category{
  border-bottom: 3px solid #339933 !important;
}
#selected-product-category a{
  color:#000 !important;
}
.carousel-nav{
  position: absolute;
  right: 2%;
  top: 0;
}
.owl-left, .owl-right{
  padding: 5px;
  border-radius: 0px;
}
/*******************End Styling************************/

/******************Product Styling******************/
.product-listing{
  padding: 5px;
  margin-bottom: 20px;
}
.product-title{
  font-family: 'Oswald Reg';
  font-size: 25px;
  color: #000;
}
.product-information{
  font-family: 'Lato-Regular';
  font-size: 20px;
}
.enquire-btn{
  background: #339933;
  border-radius: 0px;
  color: #fff;
  font-family: 'Oswald Reg';
  font-size: 20px;
  width: 100%;
}
.product-details{
  padding-left: 100px;
}
.enquiry-quotation{
  border-bottom: 3px solid #f2f2f2;
}
.information-label{
  font-family: 'Lato-Bold';
}
.small-title{
  font-family: 'Oswald Reg';
  font-size: 20px;
  color: #000;
  margin-bottom: 25px;
}
.product-description{
  text-align: justify;
  font-family: 'Lato-Regular';
  font-size: 18px;
}
.product-description strong{
  font-family: 'Lato-Bold';
}
.product-description p{
  margin-bottom: 0px;
}
.btn.download-btn {
    background: #339933;
    color: #fff;
    font-family: 'Oswald Reg';
    font-size: 20px;
    border-radius: 0px;
    padding: 6px 35px;
}
#product-categories-list .active{
  border-bottom: 3px solid #339933 !important;
}
#product-categories-list .active a{
  color: #000 !important;
  border: none;
  background: transparent;
}
#product-categories-list{
    border-bottom: none;
}
#product-categories-list > li > a{
  border: none;
  margin-bottom: 10px;
  outline: none;
}
#product-categories-list > li > a:hover{
  background: transparent;
  border:transparent;
}
.modal-header{
  background: #339933;
  color: #fff;
  font-family: 'Oswald Reg';
}
#modal-product-title{
  color: #000;
  font-family: 'Oswald Reg';
}
.quantity-packs .col-md-2{
  margin-top:30px;
}
.required-date{
  padding-left: 55px;
}
/*******************End Styling************************/

/******************Galleries Styling******************/
.gallery img{
  width: 100%;
}
.gallery-thumbnail{
  margin-bottom: 30px;
}
.gallery-thumbnail img{
  width: 100%;
}
.gallery-thumbnail a{
  color: #000;
}
.gallery-thumbnail:hover a{
  text-decoration: none;
  color: #339933;
}
.gallery-thumbnail:hover .gallery-thumbnail-title::after{
  filter:grayscale(0%);
}
.gallery-thumbnail-title{
  background: #fff;
  font-family: 'Oswald Reg';
  font-size: 18px;
  padding: 20px 25px;
  border: 1px solid #ebebeb;
}
.gallery-thumbnail-title::after{
  right: 30px;
  bottom: 15px;
  border-top: 10px solid transparent;
  border-right: 10px solid #339933;
  content: '';
  position: absolute;
  filter:grayscale(80%);
}
/*******************End Styling************************/

/******************Career Styling******************/
.content-description{
  font-family: 'Lato-Regular';
  font-size: 18px;
}
.job-title{
  font-family: 'Oswald Reg';
  font-size: 20px;
  color: #000;
}
.job-description{
  font-family: 'Lato-Regular';
  font-size: 18px;
  color: #000;
}
/*******************End Styling************************/

/******************Contact Styling******************/
.contact .form-control{
  border-radius: 0px;
}
.contact .form-control:focus {
    border-color: #339933;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(51, 153, 51,.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(51, 153, 51,.6);
}
.btn.submit-btn {
    background: #339933;
    color: #fff;
    font-family: 'Oswald Reg';
    font-size: 18px;
    border-radius: 0px;
    padding: 6px 35px;
}
.contact-title{
    font-family: 'Oswald Reg';
    font-size: 20px;
    color: #000;
}
/*******************End Styling************************/

/******************Responsive Styling******************/
@media(max-width:979px){
#company-name, #client-name{
    text-align: center;
}
.navbar-header {
    margin: 0px;
}
#top-bar{
  display: none;
}
.social-media{
  display: none;
}
.xs-margin-top-md{
  margin-top: 50px;
}
.col-md-6-thumbnail:first-child{
  margin-bottom: 30px;
}
footer{
  background-image: none;
}
.menu-links{
  margin:0px;
}
.menu-links > li > a {
    font-family: 'Oswald Reg';
    font-size: 18px;
    margin: 10px 0px;
    padding: 0px;
}
.product-link{
  text-align: left !important;
}
.product-details {
    padding-left: 15px;
    margin-top: 50px;
}
.enquire-btn{
  margin-bottom: 15px;
}
.btn.download-btn {
    display: block;
}
.content-description {
    margin-top: 50px;
}
#menu-bar {
    margin-top: 0px;
}







}

@media only screen and (min-device-width : 768px) and (max-device-width : 1024px){
#top-bar{
  display: none;
}
footer{
  background-image: none;
}
.menu-links {
    margin-left: 40px;
    margin-top: 45px;
}
.menu-links > li > a {
    font-family: 'Oswald Reg';
    font-size: 18px;
    margin: 10px 30px;
    padding: 0px;
}
.product-details {
    padding-left: 50px;
}
.navbar-header{
  margin-left: 30px;
}




}

@media screen and (min-device-width: 768px) and (max-device-width: 800px){

}


@media(min-width:1440px){
#color1{
    width: 20.1%;
}

#color2{
    width: 22%;
}
}