
@font-face {
    font-family: 'Circular Std Book';
    src: url('../fonts/CircularStd-Book.eot');
    src: local('Circular Std Book'), local('CircularStd-Book'),
        url('../fonts/CircularStd-Book.eot?#iefix') format('embedded-opentype'),
        url('../fonts/CircularStd-Book.woff2') format('woff2'),
        url('../fonts/CircularStd-Book.woff') format('woff'),
        url('../fonts/CircularStd-Book.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

body {
  background: #fff;
  color: #666666;
  font-family: 'Circular Std Book';
}

a {
  color: #007bff;
  transition: 0.5s;
  
}

a:hover, a:active, a:focus {
  color: #007bff;
  outline: none;
  text-decoration: none;
}

p {
    padding: 0;
    margin: 0 0 12px 0;
   
    font-size: 17px;
    line-height: 1.6;
	color:#4c4c4c;
}

h1, h2, h3, h4, h5, h6 {  
  
  font-weight: 400;
  margin: 0 0 20px 0;
  padding: 0;
}

/* Back to top button */
.back-to-top {
  position: fixed;
  display: none;
  background: #569d00;
  color: #fff;
  display: inline-block;
  width: 44px;
  height: 44px;
  text-align: center;
  line-height: 1;
  font-size: 16px;
  /*border-radius: 50%;*/
  right: 15px;
  bottom: 15px;
  transition: background 0.5s;
  z-index: 11;
}

.back-to-top i {
  padding-top: 12px;
  color: #fff;
}

@media (max-width: 768px) {
  .back-to-top {
    bottom: 15px;
  }
}




/*--------------------------------------------------------------
# Top Header
--------------------------------------------------------------*/

 .top-header{
    background-color:#c04349;
    height: 35px;
     display: block;
     
}

@media (max-width: 768px) {
 .top-header{
   display: none;
     
}
}
.top-header .conf-address{
   display: inline-flex;
    text-decoration: none;
    list-style: none;
   padding-top:5px;
   padding-right: 25px;
   font-size: 13px;
  color:#ccc;
  font-weight: 500;
}
.top-header .conf-address li{
padding-right: 50px;
    color: #fff;
 
}
@media(max-width:900px){
  .top-header .conf-address{
    display: none;
  }
}
.top-header .social .email-info{
  padding-right: 25px;

   font-size: 13px;

  color:#ccc;
  font-weight: 500;
}
.top-header .social{
  
    display: inline-flex; 
    text-decoration: none;
    list-style: none;
   padding-top:5px;
   padding-right: 25px;
   /* float: right; */

  
  }
.top-header .social .fa {
  font-size: 14px;
    text-align: center;
    text-decoration: none;
    margin: 3px 3px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 1px solid #ccc;
}
.top-header .social .fa:hover {
    opacity: 0.7;
}
.top-header .social .fa-facebook {
    background: #252161;
    color: white;
    padding-top: 2px;
}

.top-header .social .fa-twitter {
    background: #252161;
    color: white;
    padding-top: 2px;
}

.top-header .social .fa-google {
  background: #252161;
    color: white;
    padding-top: 2px;
}

.top-header .social .fa-linkedin {
    background: #252161;
    color: white;
    padding-top: 2px;
}
.top-header .address-contact{
   display: inline-flex; 
    text-decoration: none;
    list-style: none;
   padding-top:5px;
   padding-right: 25px;
   float: right;
   font-size: 13px;
   border:none;
   color: #fff;
  

}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
    height: 22px;
    left: 0;
    top: 0;
    right: 0;
    transition: all 0.5s;
    z-index: 80;
    background-color: #fff;
   


}

@media (max-width: 768px) {
#header {
  height: 64px;   
}
}



#header.header-scrolled {
  /* background: rgba(0, 0, 0, 0.9);
  padding: 20px 0;
  height: 79px;
  transition: all 0.5s; */
  /* position: fixed; */
}

#header #logo {
  float: left;
}

@media (min-width: 1024px) {
  #header #logo {
    padding-left: 60px;
  }
}

#header #logo h1 {
  font-size: 34px;
  margin: 0;
  padding: 0;
  line-height: 1;
  
  font-weight: 700;
  letter-spacing: 3px;
}

#header #logo h1 a, #header #logo h1 a:hover {
  color: #fff;
  padding-left: 10px;
  border-left: 4px solid #18d26e;
}

#header #logo img {
  
    padding: 0;
    margin: 0;
    width: 50%;
	margin-top: 18px;

}

@media (max-width: 768px) {
  #header #logo h1 {
    font-size: 28px;
  }
  #header #logo img {
    /* max-height: 40px; */
    width: 45%;
  }
}

/*--------------------------------------------------------------
# Intro Section
--------------------------------------------------------------*/
#intro {
  display: table;
  width: 100%;
  height: 80vh;
 /* background: #569d00;*/
}
@media (max-width: 768px) {
#intro { 
  
  width: 100%;
  height: 39vh;
  
}
}



#intro .carousel-item {
  width: 100%;
  height: 80vh;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

@media only screen and (max-width: 768px) {
#intro .carousel-item {
  width: 100%;
  height: 39vh;

}

}



#intro .carousel-item::before {
  content: '';
background-color: #00000057;
  position: absolute;
  height: 100%; 
  width: 100%;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}

#intro .carousel-container {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 48%;
} 

#intro .carousel-content {
 text-align: left;
    width: 76%;

}
#intro h1{
  font-size: 38px;
    color: #fff;
    font-weight: bolder;
    text-shadow: 2px 3px 1px #000000bf;
    
}

#intro h2 {
    color: #569d00;
    margin-bottom: 10px;
    font-size: 54px;
    font-weight: bolder;
    /* text-shadow: 1px 1px 1px 1px 56px #000; */
    /* text-shadow: 2px 2px 2px #000000bf; */
    
}
#intro .btn-get-started {
  
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 8px 32px;

  transition: 0.5s;
  margin: 10px;
  color: #fff;
  background: #569d00;
}


@media (max-width: 768px) {
  #intro h2 {
    font-size: 17px;
    text-align: center;
  }
  #intro h1{
  font-size: 37px;
}

#intro .btn-get-started{
  padding: 6px 8px;
  font-size: 11px;
}
}

#intro p {
  width: 80%;
  margin: 0 auto 30px auto;
  color: #fff;
}

@media (min-width: 1024px) {
  #intro p {
    width: 60%;
  }
}

#intro .carousel-fade .carousel-inner .carousel-item {
  -webkit-transition-property: opacity;
  transition-property: opacity;
}

#intro .carousel-fade .carousel-inner .carousel-item,
#intro .carousel-fade .carousel-inner .active.carousel-item-left,
#intro .carousel-fade .carousel-inner .active.carousel-item-right {
  opacity: 0;
}

#intro .carousel-fade .carousel-inner .active,
#intro .carousel-fade .carousel-inner .carousel-item-next.carousel-item-left,
#intro .carousel-fade .carousel-inner .carousel-item-prev.carousel-item-right {
  opacity: 1;
  transition: 0.5s;
}

#intro .carousel-fade .carousel-inner .carousel-item-next,
#intro .carousel-fade .carousel-inner .carousel-item-prev,
#intro .carousel-fade .carousel-inner .active.carousel-item-left,
#intro .carousel-fade .carousel-inner .active.carousel-item-right {
  left: 0;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

#intro .carousel-control-prev, #intro .carousel-control-next {
  width: 10%;
}

@media (min-width: 1024px) {
  #intro .carousel-control-prev, #intro .carousel-control-next {
    width: 5%;
  }
}

#intro .carousel-control-next-icon, #intro .carousel-control-prev-icon {
  background: none;
  font-size: 32px;
  line-height: 1;
}
@media (max-width: 768px) {
#intro .carousel-control-next-icon, #intro .carousel-control-prev-icon {
   
    font-size: 19px;
  
}
}

#intro .carousel-indicators li {
     cursor: pointer;
    height: 12px;
    width: 12px;
    border-radius: 50%;
    
}
#intro .carousel-indicators .active{
background-color: #569d00;
}


#intro .btn-get-started:hover {
    background: #fff;
    color: #569d00;
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/* Nav Menu Essentials */
.nav-menu, .nav-menu * {
margin: 0;
    padding: 0;
    list-style: none;
    padding-right: 4px;

}

.nav-menu ul {
  position: absolute;
  display: none;
  top: 100%;
  left: 0;
  z-index: 99;
}

.nav-menu li {
  position: relative;
  white-space: nowrap;
}

.nav-menu > li {
  float: left;
}

.nav-menu li:hover > ul,
.nav-menu li.sfHover > ul {
  display: block;
}

.nav-menu ul ul {
  top: 0;
  left: 100%;
}

.nav-menu ul li {
  min-width: 180px;
}

/* Nav Menu Arrows */
.sf-arrows .sf-with-ul {
  padding-right: 30px;
}

.sf-arrows .sf-with-ul:after {
  content: "\f107";
  position: absolute;
  right: 15px;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
}

.sf-arrows ul .sf-with-ul:after {
  content: "\f105";
}

/* Nav Meu Container */
#nav-menu-container {
  float: right;
  margin: 0;
}

@media (min-width: 1024px) {
  #nav-menu-container {
padding-right: 60px;
    margin-top: -70px;
    display: inline-flex;
  }
}

@media (max-width: 768px) {
  #nav-menu-container {
    display: none;
  }
}

/* Nav Meu Styling */
.nav-menu a {
  padding: 23px 8px 12px 8px;
  text-decoration: none;
  display: inline-block;
  color:#569d00;
  
  /* font-weight: 700; */
  font-size: 16px;
  text-transform: capitalize;
  outline: none;
}

.nav-menu  .menu-active > a {
color: #fff;
    background: #569d00;
    padding: 29px 28px;
    /* border-radius: 4px;*/

}

.nav-menu > li {
  margin-left: 10px;
}

.nav-menu ul {
  margin: 4px 0 0 0;
  padding: 10px;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  background: #fff;
}

.nav-menu ul li {
  transition: 0.3s;
}

.nav-menu ul li a {
  padding: 10px;
    color: #333;
    transition: 0.3s;
    display: block;
    font-size: 12px;
    text-transform: uppercase;
    transition-timing-function: linear;
     transition: 0.8s;
}

.nav-menu ul li:hover > a {
color: #fff;
  background: #569d00;
  /* padding: 3px 12px; */
  
 
}

.nav-menu ul ul {
  margin: 0;
}

/* -------------------social media------------------------- */

 .social .email-info{
  padding-right: 25px;

   font-size: 13px;

  color:#ccc;
  font-weight: 500;
}
 .social{
  
 display: inline-flex;
    text-decoration: none;
    list-style: none;
    padding-top: 20px;
    padding-right: 0;
    /* float: right; */
    padding-left: 13px;
    border-left: 1px solid #0d75bc;

  
  }
 .social .fa {
  font-size: 14px;
    text-align: center;
    text-decoration: none;
    margin: 3px 3px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 1px solid #0d75bc;
    background: #0d75bc;
}
 .social .fa:hover {
    opacity: 0.7;
}
 .social .fa-facebook {
       background: none;
    color: #fff;
    padding-top: 2px;
    background: #569d00;
}

 .social .fa-twitter {
    background: none;
    color: #fff;
    padding-top: 2px;
    background:#569d00;
}

 .social .fa-google {
    background: none;
    color: #fff;
    padding-top: 2px;
    background: #569d00;
}

 .social .fa-linkedin {
        background: none;
    color: #fff;
    padding-top: 2px;
    background: #569d00;
}







/* Mobile Nav Toggle */
#mobile-nav-toggle {
  position: fixed;
  right: 0;
  top: 0;
  z-index: 999;
  margin: 20px 20px 0 0;
  border: 0;
  background: none;
  font-size: 24px;
  display: none;
  transition: all 0.4s;
  outline: none;
  cursor: pointer;
}

#mobile-nav-toggle i {
  color: #528f3b;
}

@media (max-width: 768px) {
  #mobile-nav-toggle {
    display: inline;
  }
}

/* Mobile Nav Styling */
#mobile-nav {
  position: fixed;
  top: 0;
  padding-top: 18px;
  bottom: 0;
  z-index: 998;
  background: rgba(0, 0, 0, 0.8);
  left: -260px;
  width: 260px;
  overflow-y: auto;
  transition: 0.4s;
}

#mobile-nav ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

#mobile-nav ul li {
  position: relative;
}
@media (max-width: 768px) {
#mobile-nav ul li .fa{
    
}
}
#mobile-nav ul li a {
  color: #fff;
  font-size: 13px;
  text-transform: uppercase;
  overflow: hidden;
  padding: 10px 22px 10px 15px;
  position: relative;
  text-decoration: none;
  width: 100%;
  display: block;
  outline: none;
  font-weight: 700;
  
}

#mobile-nav ul li a:hover {
  color: #fff;
}

#mobile-nav ul li li {
  padding-left: 30px;
}

#mobile-nav ul .menu-has-children i {
  position: absolute;
  right: 0;
  z-index: 99;
  padding: 15px;
  cursor: pointer;
  color: #fff;
}

#mobile-nav ul .menu-has-children i.fa-chevron-up {
  color: #0f74b9;
}

#mobile-nav ul .menu-has-children li a {
  text-transform: uppercase;
}

#mobile-nav ul .menu-item-active {
  color:#0f74b9;
}

#mobile-body-overly {
  width: 100%;
  height: 100%;
  z-index: 997;
  top: 0;
  left: 0;
  position: fixed;
  background: rgba(0, 0, 0, 0.7);
  display: none;
}

/* Mobile Nav body classes */
body.mobile-nav-active {
  overflow: hidden;
}

body.mobile-nav-active #mobile-nav {
  left: 0;
}

body.mobile-nav-active #mobile-nav-toggle {
  color: #fff;
}
@media (max-width: 768px) {
#mobile-nav ul li a {
    font-size: 13px;

}
}

/*--------------------------------------------------------------
# Sections
--------------------------------------------------------------*/
/* Sections Header
--------------------------------*/
.section-header{
	
}
.section-header h3 {
      font-size: 29px;
    color: #569d00;
    text-transform: capitalize;
    text-align: center;
    font-weight: 700;
    /* position: relative; */
    padding-bottom: 22px;
}

/*..section-header h3::before {
    content: '';
    position: absolute;
    display: block;
    width: 120px;
    height: 1px;
    background: #f7f7f7;
    bottom: 1px;
    left: calc(57% - 82px);
}

.section-header h3::after {
content: '';
    position: absolute;
    display: block;
    width: 105px;
    height: 2px;
    background: #569d00;
    bottom: 1px;
    left: calc(46% - 6px);
}
.section-headerx h3::before {
    content: '';
    position: absolute;
    display: block;
    width: 120px;
    height: 1px;
    background: #f7f7f7;
    bottom: 1px;
    left: calc(14% - 87px);
}
.section-headerx h3::after {
    content: '';
    position: absolute;
    display: block;
    width: 105px;
    height: 2px;
    background: #a7063f;
    bottom: 1px;
    left: calc(0% - 6px);
}*/
/* @media (max-width: 768px) {
.section-header h3 {
    font-size: 13px;

}
} */
.section-header p {
  text-align: center;
  padding-bottom: 30px;
  color: #333;
}


/* types of products section
--------------------------------*/
#types{
background: #172604;
padding: 24px 0;
}
#types .img{
  display: inline-flex;
}
#types .img:hover{
 -webkit-filter: brightness(3);
  filter: brightness(3);
}

#type .img .img-bg{
     
border: 1px solid #ccc;
width:200px;
height: 200px;
border-radius: 50%;
}

#types .img img{
  width: 120px;
  height:120px;
}
#types .content{
padding-left: 15px;
    margin: auto;
}
#types .content h1{
    font-size: 14px;
    text-align: left;
}
#types .content p{
   color:#fff;
}
#types .content h1 a{
     color: #589e03;
    font-size: 18px;
}
@media (max-width: 768px) {
  #types .img img{
  width: 20%;
}
}
/* Banners Section 
--------------------------------*/
#banners{
      padding: 80px 0;
}
#banners  .content {
  position: relative;
  width: 100%;
  /* max-width: 400px; */
  margin: auto;
  overflow: hidden;
}
#banners .content  img{
  width: 100%;
}
#banners .content .content-overlay {
  background: rgba(0,0,0,0.7);
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  opacity: 0;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -moz-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
}

#banners .content:hover .content-overlay{
  opacity: 1;
}

#banners .content-image{
  width: 100%;
}

#banners .content-details {
  position: absolute;
  text-align: center;
  padding-left: 1em;
  padding-right: 1em;
  width: 100%;
  top: 50%;
  left: 50%;
  opacity: 0;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

#banners .content:hover .content-details{
  top: 50%;
  left: 50%;
  opacity: 1;
}

#banners .content-details h3{
  color: #fff;
  font-weight: 500;
  letter-spacing: 0.15em;
  margin-bottom: 0.5em;
  text-transform: uppercase;
}

#banners .content-details p{
  color: #fff;
  font-size: 0.8em;
}
#banners .fadeIn-left{
  left: 20%;
}

#banners .fadeIn-right{
  left: 80%;
}
@media (max-width: 768px) {
  #banners {
    padding: 10px 0;
}
#banners .content img{
  padding-bottom: 12px;
}
#banners .content-details h3{
  font-size: 17px;
}
}

/* Section with background
--------------------------------*/
.section-bg {
  /* background: #f7f7f7; */
}

/* Featured Services Section
--------------------------------*/
#featured-services {
  background: #000;
  text-align:center;
}

#featured-services .box {
  padding: 30px 20px;
}

#featured-services .box-bg {
  background-image: linear-gradient(0deg, #000000 0%, #242323 50%, #000000 100%);
}

#featured-services i {
  color: #18d26e;
  font-size: 28px;
  display: inline-block;
  line-height: 1;
}

#featured-services h4 {
  font-weight: 400;
  color:#d3d1d1;
  margin: 15px 0;
  font-size: 18px;
}

#featured-services h4 a {
  color: #fff;
}

#featured-services h4 a:hover {
  color: #18d26e;
}

#featured-services p {
  font-size: 14px;
  line-height: 24px;
  color: #fff;
  margin-bottom: 0;
}

/* About Us Section
--------------------------------*/
@media (max-width: 768px) {
#about {
 
    padding: 20px 0;

}
#about .content p
{
  font-size: 14px;
}
#about .content {
font-size: 9px;
}
}

#about {
  background: url("../img/bg.jpg") center top no-repeat fixed; 
  /*background: #fff;*/
  background-size: cover;
  padding: 50px 0 50px 0;
  position: relative;
}

#about::before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  /*background: rgba(255, 255, 255, 0.92);*/
  z-index: 9;
}

#about .container {
  position: relative;
  z-index: 10;
}

#about .about-col {
  background: #fff;
  border-radius: 0 0 4px 4px;
  box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.08);
  margin-bottom: 20px;
}
#about .content {
    text-align: left;
  
}
#about .img {
    text-align: right;
    margin-top: -27px;
}
#about .img img {
  width: 70%;
}

#about .cta-btn {

text-transform: capitalize;
    font-weight: 500;
    font-size: 14px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 10px 23px;
    /* border-radius: 25px; */
    transition: 0.5s;
    margin-top: 37px;  
    background: #569d00;
    border: 1px solid #569d00;
    color: #fff;
} 

#about .cta-btn:hover {
    color: #569d00;
    border: 2px solid #569d00;
    background: none;
}
@media (max-width: 768px) {
  #banners {
    padding: 10px 0 10px 0;
}
#about .content{
padding-top: 10px;
    font-size: 13px;
}
#about .img img{
  display: none;
}
#about .cta-btn{
      font-size: 12px;
    padding: 2px 14px;
}
}
/* Subsidiaries Section
--------------------------------*/ 
#subsidiaries{
	background: #37343b;
	
}
#subsidiaries .row{
	padding:0;
	margin:0;
}
#subsidiaries .header-title{
	padding-top:30px;
}
#subsidiaries .header-title h1{
	color: #569d00;
    font-size: 23px;
}
#subsidiaries .header-title h2{
	color: #efc95a;
    font-size: 24px;
    font-weight: bold;
}
#subsidiaries .colx{
	padding-left: 73px;
}
#subsidiaries .coly{
padding:0;
}
#subsidiaries .contents img{
	    width: 40%;
}
#subsidiaries .img img{
	width:100%;
}
#subsidiaries .contents h1{
font-size: 18px;
font-weight:bold;
}
#subsidiaries .contents h1 a{
    color: #69c000;
	}
#subsidiaries .contents h1 a:hover{
color:#dfbc57;}

#subsidiaries .contents p{
    font-size: 16px;
	color:#fff;
}
@media (max-width: 768px)
#subsidiaries .contents p {
    font-size: 14px;
  
}
#subsidiaries .contents h1 a {

    font-size: 15px;
}
}
/* Services Section
--------------------------------*/ 
#services {
  background: rgba(245, 245, 245, 1);
  background-size: cover;
  padding: 60px 0 40px 0;
}

#services .box {
  margin-bottom: 30px;
}

#services .icon {
  float: left;
}

#services .icon img {
    width: 80px;
    height: 80px;
    font-size: 36px;
    line-height: 1;
    transition: 0.5s;
}

#services .title {
     margin-left: 60px;
    font-weight: 700;
    margin-bottom: 15px;
    font-size: 20px;
    color: #000;
    padding-left: 29px;

}

#services .title a {
  color: #111;
}

#services .box:hover .title a {
  color: #18d26e;
}

#services .description {
  font-size: 16px;
  margin-left: 60px;
  line-height: 24px;
  margin-bottom: 0;
  padding-left: 29px;
}

@media (max-width: 768px){
  #services{
        padding: 30px 0 10px 0;
  }
#services .title {
   font-size: 15px;
}
#services .description p{
  font-size: 14px;
}
}
/* Call To Action Section
--------------------------------*/
#call-to-action {
    background: linear-gradient(rgb(30 54 1 / 81%), rgb(255 255 255 / 0%)), url(../img/covid-re.jpg) center center;
    background-size: cover;
    /* background: #f7f7f7; */
    padding: 68px 0;
}

#call-to-action h3 {
  color: #fff;
  font-size: 28px;
  font-weight: 700;
}

#call-to-action p {
color: #fff;
    text-align: center;
    font-weight: 500;
    padding: 0px 120px;
}

#call-to-action .cta-btn {
text-transform: capitalize;
    font-weight: 500;
    font-size: 14px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 12px 83px;
    /* border-radius: 25px; */
    transition: 0.5s;
    margin-top: 10px;
    background: #ffffff;
    border: 1px solid #569d00;
    color: #569d00;
}

#call-to-action .cta-btn:hover {
  background: #569d00;
  border: 1px solid #569d00;
  color:#fff;
}
@media (max-width: 768px) {
  #call-to-action{
    padding: 25px 0;
  }
#call-to-action p {
    font-size: 14px;
}
}
@media (max-width: 768px) {
  #call-to-action h3{
    
    font-size: 18px;

  }
}
@media (max-width: 768px){
#call-to-action .cta-btn {
    font-size: 12px;
    padding: 2px 14px;
}} 
/* Portfolio Section
--------------------------------*/
#inner-banner.inner-banner-bg-3 {
    background: url(../img/bg8.jpg) no-repeat left top;
}
#portfolio {
  padding: 60px 0;
}

#portfolio #portfolio-flters {
  padding: 0;
  margin: 5px 0 35px 0;
  list-style: none;
  text-align: center;
}

#portfolio #portfolio-flters li {
  cursor: pointer;
  margin: 15px 15px 15px 0;
  display: inline-block;
  padding: 10px 20px;
  font-size: 12px;
  line-height: 20px;
  color: #666666;
  border-radius: 4px;
  text-transform: uppercase;
  background: #fff;
  margin-bottom: 5px;
  transition: all 0.3s ease-in-out;
}

#portfolio #portfolio-flters li:hover, #portfolio #portfolio-flters li.filter-active {
  background: #18d26e;
  color: #fff;
}

#portfolio #portfolio-flters li:last-child {
  margin-right: 0;
}

#portfolio .portfolio-wrap {
  box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.08);
  transition: 0.3s;
}

#portfolio .portfolio-wrap:hover {
  box-shadow: 0px 4px 14px rgba(0, 0, 0, 0.16);
}

#portfolio .portfolio-item {
  position: relative;
  /* height: 360px; */
  overflow: hidden;
  padding: 1px 1px;
}

#portfolio .portfolio-item figure {
  background: #ffffff;
  overflow: hidden;
  /* height: 240px; */
  position: relative;
  border-radius: 4px 4px 0 0;
  margin: 0;
}

#portfolio .portfolio-item figure:hover img {
  opacity: 0.4;
  transition: 0.3s;
}

#portfolio .portfolio-item figure .link-preview, #portfolio .portfolio-item figure .link-details {
  position: absolute;
  display: inline-block;
  opacity: 0;
  line-height: 1;
  text-align: center;
  width: 36px;
  height: 36px;
  background: #fff;
  border-radius: 50%;
  transition: 0.2s linear;
}

#portfolio .portfolio-item figure .link-preview i, #portfolio .portfolio-item figure .link-details i {
  padding-top: 6px;
  font-size: 22px;
  color: #333;
}

#portfolio .portfolio-item figure .link-preview:hover, #portfolio .portfolio-item figure .link-details:hover {
  background:#569d00;
}

#portfolio .portfolio-item figure .link-preview:hover i, #portfolio .portfolio-item figure .link-details:hover i {
  color: #fff;
}

#portfolio .portfolio-item figure .link-preview {
  left: calc(50% - 38px);
  top: calc(50% - 18px);
}

#portfolio .portfolio-item figure .link-details {
  right: calc(50% - 38px);
  top: calc(50% - 18px);
}

#portfolio .portfolio-item figure:hover .link-preview {
  opacity: 1;
  left: calc(50% - 44px);
}

#portfolio .portfolio-item figure:hover .link-details {
  opacity: 1;
  right: calc(50% - 44px);
}

#portfolio .portfolio-item .portfolio-info {
  background: #fff;
  text-align: center;
  padding: 30px;
  height: 90px;
  border-radius: 0 0 3px 3px;
}

#portfolio .portfolio-item .portfolio-info h4 {
  font-size: 18px;
  line-height: 1px;
  font-weight: 700;
  margin-bottom: 18px;
  padding-bottom: 0;
}

#portfolio .portfolio-item .portfolio-info h4 a {
  color: #333;
}

#portfolio .portfolio-item .portfolio-info h4 a:hover {
  color: #18d26e;
}

#portfolio .portfolio-item .portfolio-info p {
  padding: 0;
  margin: 0;
  color: #b8b8b8;
  font-weight: 500;
  font-size: 14px;
  text-transform: uppercase;
}

@media (max-width: 768px) {
#portfolio {
    padding: 25px 0;
}

}
/* Clients Section
--------------------------------*/
#clients {
  padding: 60px 0;
}

#clients img {
max-width: 100%;
    transition: 0.3s;
    padding: 1px 0;
    /* background: #569d00; */
    border-radius: 50%;
    width: 100%;
    height: 180px;
    object-fit: contain;
    /* border: 1px solid #569d00;*/
}

#clients img:hover {
  opacity: 1;
}

#clients .owl-nav, #clients .owl-dots {
  margin-top: 5px;
  text-align: center;
}

#clients .owl-dot {
  display: inline-block;
  margin: 0 5px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #ddd;
}

#clients .owl-dot.active {
  background-color: #18d26e;
}

/* Testimonials Section
--------------------------------*/
#testimonials {
  padding: 60px 0;
}

#testimonials .section-header {
  margin-bottom: 40px;
}

#testimonials .testimonial-item {
  text-align: center;
}

#testimonials .testimonial-item .testimonial-img {
  width: 120px;
  border-radius: 50%;
  border: 4px solid #fff;
  margin: 0 auto;
}

#testimonials .testimonial-item h3 {
  font-size: 20px;
  font-weight: bold;
  margin: 10px 0 5px 0;
  color: #111;
}

#testimonials .testimonial-item h4 {
  font-size: 14px;
  color: #999;
  margin: 0 0 15px 0;
}

#testimonials .testimonial-item .quote-sign-left {
  margin-top: -15px;
  padding-right: 10px;
  display: inline-block;
  width: 37px;
}

#testimonials .testimonial-item .quote-sign-right {
  margin-bottom: -15px;
  padding-left: 10px;
  display: inline-block;
  max-width: 100%;
  width: 37px;
}

#testimonials .testimonial-item p {
  font-style: italic;
  margin: 0 auto 15px auto;
}

@media (min-width: 992px) {
  #testimonials .testimonial-item p {
    width: 80%;
  }
}

#testimonials .owl-nav, #testimonials .owl-dots {
  margin-top: 5px;
  text-align: center;
}

#testimonials .owl-dot {
  display: inline-block;
  margin: 0 5px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #ddd;
}

#testimonials .owl-dot.active {
  background-color: #18d26e;
}


#inner-banner.inner-banner-bg-2 {
    background: url(../img/bg7.jpg) no-repeat left top;
}
/* Team Section
--------------------------------*/
#team .img-thumbnail {
     padding: .25rem;
    background-color: #fff;
    border: 1px solid #dee2e6;
    border-radius: .25rem;
    max-width: 100%;
    height: 300px;
    object-fit: cover;
}
#team h5{
	font-size: 16px;
    padding-bottom: 13px;
    font-weight: bold;
}
#team h6 p{
	font-size: 14px;
    color:#569d00;
}
#team .social-link {
    width: 30px;
    height: 30px;
    border: 1px solid #ddd;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #666;
    border-radius: 50%;
    transition: all 0.3s;
    font-size: 0.9rem;
}




/*-----------start section--------------------*/
#start{
  background: #f3f3f3;
    padding: 20px 0;}
#start img{
  box-shadow: -1vh 1vh 2vh rgba(50,50,93,.2);
  max-width: 100%;
    height: 415px;
    object-fit: cover;
}
 @media (max-width: 700px){
 #start img {
    display: none;
}
}
#start .box{
      background: #fff;
    padding-top: 21px ;
    padding-left: 25px;
    padding-right: 25px;
}
#start .content h1{
    color: #569d00;
    font-size: 20px;
    font-weight: 600;
    /* text-align: center; */
    padding-left: 51px;

}
#start .content p{
  /*font-size: 14px;*/
}
#start .cta-btn{

    font-weight: 500;
    font-size: 13px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 8px 32px;
    /* border-radius: 50px; */
    transition: 0.5s;
    margin: 10px;
    color: #fff;
    background: #30b8ce;
}
#start .items{
  list-style: none;
}
#start .items li{
  font-size: 16px;
}
#start .items li i{
    padding-right: 12px;
    color: #569d00;
    /* border: 1px solid #30b8ce; */
    border-radius: 50%;
    /* padding: 4px 5px; */
    margin: 4px 0;

}
#start .rob a i{
  padding-right: 12px;
    color: #30b8ce;
    /* border: 1px solid #30b8ce; */
    /* border-radius: 50%; */
    padding: 4px 5px;
    margin: 4px 0;
}
#start .rob a:hover {
  opacity: 0.6;
}




/* Contact Section
--------------------------------*/
#contact {
  padding: 60px 0;
}
#inner-banner.inner-banner-bg-9 {
    background: url(../img/bg8.jpg) no-repeat left top;
}
#contact .contact-info {
  margin-bottom: 20px;
  text-align: center;
}

#contact .contact-info i {
  font-size: 48px;
  display: inline-block;
  margin-bottom: 10px;
  color: #569d00;
}

#contact .contact-info address, #contact .contact-info p {
  margin-bottom: 0;
  color: #000;
}

#contact .contact-info h3 {
  font-size: 18px;
  margin-bottom: 15px;
  font-weight: bold;
  text-transform: uppercase;
  color: #999;
}

#contact .contact-info a {
  color: #000;
}

#contact .contact-info a:hover {
  color:#0f74ba;
}

#contact .contact-address, #contact .contact-phone, #contact .contact-email {
  margin-bottom: 20px;
}

@media (min-width: 768px) {
  #contact .contact-address, #contact .contact-phone, #contact .contact-email {
    padding: 20px 0;
  }
}

@media (min-width: 768px) {
  #contact .contact-phone {
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
  }
}

#contact .form #sendmessage {
  color: #c04349;
  border: 1px solid #c04349;
  display: none;
  text-align: center;
  padding: 15px;
  font-weight: 600;
  margin-bottom: 15px;
}

#contact .form #errormessage {
  color: red;
  display: none;
  border: 1px solid red;
  text-align: center;
  padding: 15px;
  font-weight: 600;
  margin-bottom: 15px;
}

#contact .form #sendmessage.show, #contact .form #errormessage.show, #contact .form .show {
  display: block;
}

#contact .form .validation {
  color: red;
  display: none;
  margin: 0 0 20px;
  font-weight: 400;
  font-size: 13px;
}

#contact .form input, #contact .form textarea {
  padding: 10px 14px;
  border-radius: 0;
  box-shadow: none;
  font-size: 15px;
}

#contact .form button[type="submit"] {
  background: #569d00;
  border: 0;
  padding: 10px 30px;
  color: #fff;
  transition: 0.4s;
  cursor: pointer;
}

#contact .form button[type="submit"]:hover {
  background: #34530e;
}
@media (max-width: 768px) {
#contact .contact-info h3 {
    font-size: 15px;
}
#contact .contact-info address, #contact .contact-info p {
  
    font-size: 14px;
}
#contact .form button[type="submit"]{
      font-size: 14px;
}
}

/*--------------------------------------------------------------
INNER BANNER START
--------------------------------------------------------------*/
#inner-banner.inner-banner-bg-6 {
    background: url(../img/bg2.jpg) no-repeat left top;
}
#inner-banner {
  /* float: left;  */
    width: 100%;
    background: url(../images/inner-banner-img-1.jpg) no-repeat left top;
    padding: 210px 0 181px 0;
    text-align: center;
    box-shadow: rgba(0, 0, 0, 0.3) 0px 0px 0px 2000px inset;
 }
@media (max-width: 768px) {
#inner-banner {

    padding: 50px 0 50px 0;

}
#inner-banner h1{
  font-size: 18px;
}
#inner-banner strong.title{
  font-size: 10px;
}

 
}

#inner-banner h1 {
    /* font: 700 100px/100px "Aller"; */
    color: #fff;
    margin: 0 0 10px 0;
}
#inner-banner strong.title {
    font: 400 36px/36px ;
    color: #fff;
    display: block;
}

/*--------------------------------------------------------------
Products START
--------------------------------------------------------------*/
#products{
  padding: 37px 0;
}
#products .col-md-4{
	    padding: 2px;
    margin-top: -24px;
}
#products .card-body{
      text-align: center;
    margin: 0;
    padding: 3px 0;
	display:none;
}
#products .card-body h5{
    font: 400 18px/18px 'Open Sans', sans-serif;
    
    /* text-transform: uppercase; */
    /* float: right; */
    width: 100%;
    text-align: center;
    /* margin: 15px 0; */
    font-weight: 600;
    padding-top: 21px;

}
#products .card-body h5 a{
color:#0f74ba;
}
#products .card-body h5 a:hover{
color:#064d80;
}
#products .card-body p{
    padding: 10px 0;
    margin: 0;
    line-height: 0;
  }


#products  .card figure img {
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    width: 60%;
        padding-top: 20px;
}
#products .card figure:hover img {
	-webkit-transform: scale(1.3);
	transform: scale(1.1);
}
#products .card {
border:none;
}
#products .card .card-img {
     width: 100%;
    border-radius: calc(.25rem - 1px);
    background: #ffffff;
    border: 1px solid #eee;

}
#products .titlex{
      font-size: 15px;
    line-height: 0.4;
}
.heading-space {
    padding: 0;
}
.heading-space h2 {

    font-size: 35px;
    line-height: 48px;
    margin: 0 0 18px 0;
    color: #000;
    text-align: center;
    font-weight: bold;
}
.heading-space h2 span {
     color: #c04349;
}
@media (max-width: 768px) {
.heading-space h2 {

    font-size: 15px;
    padding: 0;
    margin: 0;
 
}
}
@media (max-width: 768px) {
#products {
    padding: 16px 0;
}
#products .card-body h5 {
    font: 400 15px/10px 'Open Sans', sans-serif;
}
}
#products  .viewmore{
  text-align: center;
}
#products .viewmore .btn-get-started{
    font-family: 'Circular Std';
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 8px 32px;
    /*border-radius: 50px;*/
    transition: 0.5s;
    margin: 10px;
    color: #fff; 
    background: #569d00;
      
}
#products  .viewmore .btn-get-started:hover{
    background: #fff;
    color: #569d00;
    border: 1px solid #569d00;
	
	}
 
@media (max-width: 768px) {

  #products .card-body h5 a{
        font-size: 15px;
        font-weight: bold;
  }
  #products .card-body p{
        font-size: 14px;
        font-weight: bold;
  }
  #products .viewmore .btn-get-started{
     padding: 2px 8px;
    border-radius: 0px;
    font-size: 16px;
  }
}
/*--------------------------------------------------------------
Outlets START
--------------------------------------------------------------*/
#inner-banner.inner-banner-bg-8 {
    background: url(../img/bg3.jpg) no-repeat left top;
}
#outlet{
  padding-top: 30px;
}
#outlet .address{
    background: #fafafa;
    /* padding: 30px 0; */
}
@media (max-width: 768px) {
#outlet .desc p {
       font-size: 14px;
}
#outlet .employee p{
  font-size: 14px;
}
}
/*--------------------------------------------------------------
# page-header
--------------------------------------------------------------*/

#page-header {
  position: relative;
  margin-top: 5px;  
  padding: 150px 0px;
} 
#page-header  .section-bg {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    /* background-size: cover; */
    /* background-position: center; */
    z-index: -1;
    margin-top: 0;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    /* background-color: rgb(50, 5, 5); */
    background-size: 100%;
    color: white;
    /* box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 0px 2000px inset; */
    box-shadow: rgb(86 157 0 / 40%) 0px 0px 0px 2000px inset; 
    background-repeat: no-repeat;
    background-position: 90% top;
    padding: 40px;
}

.header-content .breadcrumb>li+li::before {
    color: #FFF;
}
.breadcrumb>li+li:before {
    padding: 0 5px;
    color: #ccc;
    content: "/\00a0";
}
.header-content h1 {
    font-size: 20px;
    color: #FFF;
    text-transform: capitalize;
    margin-bottom: 36px;
    font-weight: bold;
}

.header-content .breadcrumb {
  background-color: transparent;
  padding: 0;
  margin: 0px;
}

.header-content .breadcrumb>li a {
  color: #FFF;
}

.header-content .breadcrumb>li a:hover, .header-content .breadcrumb>li a:hover {
  color: #83ba09;
}

.header-content .breadcrumb>li+li::before {
  color: #FFF;
}

.header-content .breadcrumb>.active {
  color:#c04349;
}
@media only screen and (max-width: 991px) {
  .header-content h1 {
   font-size: 15px;
}
.header-content .breadcrumb>li a {
    font-size: 12px;
}
.header-content .breadcrumb>.active {
     font-size: 12px;
}
#page-header {
    position: relative;
    margin-top: 76px;
    padding: 36px 1px;
}
}
/*--------------------------------------------------------------
# about-xy page
--------------------------------------------------------------*/
#about-xy{
  padding: 60px 0;
}

#about-xy .content h1{
    color: #569d00;
    font-size: 29px;
    font-weight: bold;
}
#about-xy .content p{

    color: #4c4c4c;

    /* padding: 0 20px 20px 20px; */
    font-size: 16px;
}
#about-xy .img-xy{

    padding-right: 0;
    padding-top: 62px;


}
#about-xy .img img{
  width: 100%;
  box-shadow: -1vh 1vh 2vh rgba(50,50,93,.2);
}

@media (max-width: 768px){
#about-xy {
    padding: 20px 0;
}
#about-xy .content h1{
  font-size: 16px;
}
#about-xy .content p{
      font-size: 15px;
}
#about-xy .img-xy{

  display:none;


}
#about-xy .img img{
  display: none;
}
}


/* 
*****************************about xyz***************
************************************************ */
#about-xyz{
  /*padding-top: 20px;
  padding-bottom: 50px;*/
  background: #f5f5f5;
}
#about-xyz .container{
    margin-left: 0;
    max-width: 1275px;

}

#about-xyz .content h1{
 color: #569d00;
    font-size: 25px;
    font-weight: bold;
}
#about-xyz .content p{
 line-height: 24px;
    color: #4c4c4c;
    margin-bottom: 0;
    /* padding: 0 20px 20px 20px; */
    font-size: 16px;
}
#about-xyz .img-xy{
    padding-left: 0;

}
#about-xyz .content{
        padding: 55px  40px;

}
#about-xyz .img img{
  width: 100%;
  /* box-shadow: 0vh 1vh 2vh rgba(50,50,93,.2); */
}

@media (max-width: 768px){
#about-xyz .content h1 {
    font-size: 16px;
}
#about-xyz .content p {
    font-size: 15px;
}
#about-xyz .img img{
  display: none;
}
}




/*--------------------------------------------------------------
# #subs_intro page
--------------------------------------------------------------*/
#subs_intro{
padding: 60px 0;
 background: url("../img/bg.jpg") center top no-repeat fixed; 
  /*background: #fff;*/
  background-size: cover;
  padding: 50px 0 50px 0;
  position: relative;
}


#subs_intro .subs-bg{
	background: #fff;
    padding: 46px 23px;
}
#subs_intro .content h1{
    color: #569d00;
    font-size: 22px;
    font-weight: bold;
}
#subs_intro .content p{

    color: #4c4c4c;

    /* padding: 0 20px 20px 20px; */
    font-size: 16px;
}
#subs_intro .img-xy{

    padding-right: 0;
    padding-top: 62px;


}
#subs_intro .img img{
  width: 40%;
 
}

@media (max-width: 768px){
#subs_intro {
    padding: 20px 0;
}
#subs_intro .content h1{
  font-size: 16px;
}
#subs_intro .content p{
      font-size: 15px;
}
#subs_intro .img-xy{

  display:none;


}
#subs_intro .img img{
  display: none;
}
}



/*--------------------------------------------------------------
# #subs_intro page
--------------------------------------------------------------*/




#subs_what_wedo{
padding: 60px 0;
 background: url("../img/bg1.jpg") center top no-repeat fixed; 
  /*background: #fff;*/
  background-size: cover;
  padding: 50px 0 50px 0;
  position: relative;

}




#subs_what_wedo .subs-bg{
	background: #fff;
    padding: 46px 23px;
}
#subs_what_wedo .content h1{
    color: #569d00;
    font-size: 22px;
    font-weight: bold;
}
#subs_what_wedo .content p{

    color: #4c4c4c;

    /* padding: 0 20px 20px 20px; */
    font-size: 16px;
}
#subs_what_wedo .img-xy{

    padding-right: 0;
    padding-top: 62px;


}
#subs_what_wedo .img img{
  width: 60%;
  
}

@media (max-width: 768px){
#subs_what_wedo {
    padding: 20px 0;
}
#subs_what_wedo .content h1{
  font-size: 16px;
}
#subs_what_wedo .content p{
      font-size: 15px;
}
#subs_what_wedo .img-xy{

  display:none;


}
#subs_what_wedo .img img{
  display: none;
}
}

/*--------------------------------------------------------------
Blog Start
--------------------------------------------------------------*/
#blog{
  padding: 40px 0;

}
#blog .post-slide {
    margin: 0 15px;
    position: relative;
    background: #FFF;
}
#blog  .post-slide .post-img {
    position: relative;
    overflow: hidden;
}
#blog  .post-slide .post-img img {
   width: 100%;
    height: 40vh;
    object-fit: cover;
}
#blog  .post-slide .over-layer {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    background: rgb(86 157 0 / 67%);
    transition: all 0.30s ease;
}
#blog  .post-slide:hover .over-layer {
    opacity: 1;
}
#blog  .post-slide .post-link {
    margin: 0;
    padding: 0;
    position: relative;
    top: 45%;
    text-align: center;
}
#blog  .post-slide .post-link li {
    display: inline-block;
    list-style: none;
    margin: -9px 0 0;
}
#blog  .post-slide .post-link li a {
    color: #FFF;
    font-size: 39px;
}
#blog .post-slide .post-link li a:hover {
    color: #FF8B3D;
    text-decoration: none;
}
#blog  .post-slide .post-date {
    position: absolute;
    top: 10%;
    left: 4%;
}
#blog  .post-slide .date {
    display: inline-block;
    border-radius: 3px 0 0 3px;
    padding: 5px 10px;
    color: #FFF;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    background: #333;
    float: left;
}
#blog  .post-slide .month {
    display: inline-block;
    border-radius: 0 3px 3px 0;
    padding: 5px 13px;
    color: #fff; 
    font-size: 20px;
    font-weight: bold;   
    background: #569d00;
}
#blog  .post-slide .post-content {
   padding: 30px;
    background-color: #ffffff;
    border: 1px solid #eeeeee85;
}
#blog  .post-slide .post-title {
    margin: 0 0 15px 0;
}
#blog  .post-slide h1 {
    font-size: 14px;
    color: #569d00;
}
#blog  .post-slide .post-title a {
    font-size: 17px;
    font-weight: bold;
    color: #333;
    display: inline-block;
    transition: all 0.3s ease 0s;
}
#blog  .post-slide .post-title a:hover {
    text-decoration: none;
    color: #569d00;
}
#blog  .post-slide .post-description {
    font-size: 14px;
    line-height: 22px;
    color: #444444;
    padding: 0 0 10px 0;
}
#blog  .post-slide .read-more {
    color: #333;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    position: relative;
    transition: color 0.20s linear;
}
#blog  .post-slide .read-more:hover {
    text-decoration: none;
    color:  #569d00;
}
#blog  .post-slide .read-more:after {
    content: "";
    position: absolute;
    width: 30%;
    display: block;
    border: 1px solid  #569d00;
    transition: all 0.30s ease;
}
#blog  .post-slide .read-more:hover:after {
    width: 100%;
}
@media only screen and (max-width: 479px) {
 #blog    .post-slide .month {
        font-size: 14px;
    }
#blog  .post-slide .date {
        font-size: 14px;
    }
}
#blog  div.clanky .row {
    padding-top: 35px;
}

@media (max-width: 768px){
#blog .post-slide .post-title a {
    font-size: 16px;
}
#blog .post-slide .post-description{
    font-size: 15px;
}
#blog .post-slide .post-description p{
    font-size: 15px;
}
}

/* About Us Section
--------------------------------*/
#plan {
  background: url("../img/meat-bgs.jpeg") center top no-repeat fixed;
  background-size: cover;
  padding: 60px 0 40px 0;
  position: relative;
}

#plan::before {
     content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgb(86 157 0 / 40%);
    z-index: 9;
}

#plan .container {
  position: relative;
  z-index: 10;
}

#nyanza{
  background: url("../img/big_bg.jpg") center top no-repeat fixed;
  background-size: cover;
  padding: 60px 0 40px 0;
  position: relative;
}

#nyanza::before {
     content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgb(86 157 0 / 40%);
    z-index: 9;
}

#nyanza .container {
  position: relative;
  z-index: 10;
}




#agro{
  background: url("../img/pivots.jpg") center top no-repeat fixed;
  background-size: cover;
  padding: 60px 0 40px 0;
  position: relative;
}

#agro::before {
     content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgb(86 157 0 / 40%);
    z-index: 9;
}

#agro .container {
  position: relative;
  z-index: 10;
}



#who_we_are{
  background: url("../img/arton161.png") center top no-repeat fixed;
  background-size: cover;
  padding: 60px 0 40px 0;
  position: relative;
}

#who_we_are::before {
     content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgb(86 157 0 / 40%);
    z-index: 9;
}

#who_we_are .container {
  position: relative;
  z-index: 10;
}


.about-col {
background: #fff;
    border-radius: 0 0 4px 4px;
    box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.08);
    /* margin-bottom: 20px; */
    padding: 40px 0;
}

 .about-col .img {
  position: relative;
}

 .about-col .img img {
  border-radius: 4px 4px 0 0;
}

 .about-col .icon {
  width: 64px;
  height: 64px;
  padding-top: 8px;
  text-align: center;
  position: absolute;
  background-color: #18d26e;
  border-radius: 50%;
  text-align: center;
  border: 4px solid #fff;
  left: calc( 50% - 32px);
  bottom: -30px;
  transition: 0.3s;
}

 .about-col i {
  font-size: 36px;
  line-height: 1;
  color: #fff;
  transition: 0.3s;
}

 .about-col:hover .icon {
  background-color: #fff;
}

 .about-col:hover i {
  color: #18d26e;
}

 .about-col h2 {
  color: #000;
  text-align: center;
  font-weight: 700;
  font-size: 20px;
  padding: 0;

}
 .about-col img{
width: 100%;
    height: 200px;
    object-fit: contain;
	}

 .about-col h2 a {
  color: #000;
}

 .about-col h2 a:hover {
  color: #18d26e;
}

.about-col p {
  font-size: 16px;
  line-height: 24px;
  color: #333;
  margin-bottom: 0;
  padding: 0 20px 20px 20px;
}
/*************************
******Article*******
**************************/
#articlex{
position: relative;
    padding: 40px 0px;

}

#articlex .article h2{
  /* padding: 17px 0;  */
    font-size: 20px;
    /* font-weight: bold; */
    color: #c04349;
}
#articlex .article h1{
      font-size: 16px;
    font-weight: bold;
}

#articlex .article i{
    color: #c04349;
    font-size: 17px;
    padding-right: 8px;
}

/*************************
*******Page header******
**************************/




#page-header {
  position: relative;
  margin-top: 60px;
  padding: 150px 0px;
}

.header-content h1 {
  color: #FFF;
  text-transform: capitalize;
  margin-bottom: 30px;
}

.header-content .breadcrumb {
  background-color: transparent;
  padding: 0;
  margin: 0px;
}

.header-content .breadcrumb>li a {
  color: #FFF;
}

.header-content .breadcrumb>li a:hover, .header-content .breadcrumb>li a:hover {
  color: #83ba09;
}

.header-content .breadcrumb>li+li::before {
  color: #FFF;
}

.header-content .breadcrumb>.active {
  color:#e1f9b7;
}
@media only screen and (max-width: 991px) {
  .header-content h1 {
   font-size: 15px;
}
.header-content .breadcrumb>li a {
    font-size: 12px;
}
.header-content .breadcrumb>.active {
     font-size: 12px;
}
#page-header {
  position: relative;
    margin-top: 22px;
    padding: 36px 1px;
}
}
/*************************
*******info section******
**************************/
/*--------------------first section-----------------------*/
#info .col-image img {
    height: 100%;
    overflow: hidden;
    background-position: center center;
    background-size: cover;
}
#info .section-header .heading h2{
    color: #ba202e;
    font-size: 25px;
    font-weight: bold;
}
#info .area{
  background: #fff;
  height:450px;
}
#info .font-head {
   
    color: #4c4c4c;
    font-weight: bold;
    font-size: 19px;
}
#info .section-header::after {
    content: "";
    display: block;
    margin-left: 0;
    margin-right: auto;
    width: 50px;
    border-bottom: solid #e0be07 4px;
}
#info .area .h4{
  color: #ffffff;
    text-align: left;
    /*font-weight: 700;*/
    font-size: 17px;
    padding: 0;
    margin: 40px 0 12px 0;
}
#info .area p{
line-height: 24px;
    color: #4c4c4c;
    margin-bottom: 0;
    /* padding: 0 20px 20px 20px; */
    font-size: 16px;

  }
#info  .col {
    padding: 0;
  /*  height: 543px;*/
}
#info .large-padding {
   background: #f8f8f6;
    /* height: auto; */
    padding-top: 58px;
    padding-left: 90px;
    padding-right: 35px;
    padding-bottom: 210px;
}
#info .btn-tutor{
 color: #fff;
    background-color: #c04349;
    border-color: #c04349;
}
#info .btn-tutor:hover{
 background-color: #501215;
    border-color:#501215;
}
#info .button{
padding-top: 30px;
}
 @media (max-width: 700px){
 #info .col-image img {
    display: none;
}
}

/*--------------------------------------------------------------
Careers START
--------------------------------------------------------------*/
#careers {
  padding: 20px 0;
}
#careers .contents h1{
 font-size: 25px;
    color: #000;
    /* text-align: center; */
    font-weight: bold;
    /* padding-bottom: 15px; */
	padding-top: 18px;
}

#careers .contents img{
width: 80%;
    /* object-fit: contain; */
    border-radius: 16px;
	    margin-bottom: 30px;
}
#careers .contents .spip_documents img{
width: 70%;
    object-fit: cover;
    border-radius: 16px;
}
.spip_documents img{
	width: 70%;
    object-fit: cover;
    /*border-radius: 16px;*/
}
.spip li{
	 font-size: 16px;
    color: #4c4c4c;
		
}
#careers .contents p{
padding-top: 22px;
    color: #000;
    font-size: 18px;
}
#careers .contents p a{
color: #000;
font-size: 15px;
}
#careers .contents p a:hover  {
  color: #007bff;
}
#careers .aside{
  background: #efefef;
    padding: 35px 1px;
}
#careers .aside h3{
    font-size: 19px;
    color: #0a4974;
    text-align: center;
    font-weight: bold;
}
#careers .aside ul li{
  list-style: none;
}
#careers .aside ul li a{
  color: #000;
  padding-left: 7px;
}
#careers .aside ul li a:hover{
   color: #007bff;
}
@media (max-width: 768px){
  #careers .aside {
   display: none;
}
#careers .contents p{
  padding: 0;
}
}
/* Distribution Section
--------------------------------*/
#distribution {
  background: linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0)), url(../img/White-&-Milk.png)  center center;

  background-size: cover;
  /* background: #f7f7f7; */
  padding:40px 0;
  text-align: center;
}

#distribution h3 {
  color: #569d00;
  font-size: 28px;
  font-weight: 700;
}

#distribution p {
  color: #000;
  text-align: center;
}

#distribution .cta-btn {
      text-transform: capitalize;
    font-weight: 500;
    font-size: 14px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 8px 26px;
    /* border-radius: 25px; */
    transition: 0.5s;
    margin-top: 10px;
      background: #569d00;
    border: 1px solid #569d00;
    color: #fff;
}
#distribution .cta-btn:hover {
     background: #fff;
    color: #569d00;
}
@media (max-width: 768px) {
  #distribution{
    padding: 25px 0;
  }
#distribution p {
    font-size: 14px;
    font-size: 15px;
    line-height: 1.4;
}
#distribution h3{
  font-size: 14px;
}
}

@media (max-width: 768px){
#distribution .cta-btn {
    font-size: 12px;
    padding: 2px 14px;
}
}
@media (max-width: 768px){
.section-header h3 {
    font-size: 13px;
}
}

/*------------------------------aside widget styles----------------------*/
#aside-bg .section-title {
    display: block;
    margin-bottom: 20px;
    border-bottom: solid 1px #2c4798;
    
}
#aside-bg .section-title h2 {
    background: #569d00;
    margin: 0px;
    font-weight: 500;
    font-size: 15px;
    color: #ffffff;
    line-height: 34px;
    padding: 0 15px;
    display: inline-block;
}
#aside-bg .follow-us_content {
    margin-bottom: 13px;
     display: block;
    background: #fff;
    padding: 14px 10px 14px 10px;
    float: left;
    width: 100%;
    /* margin-bottom: 40px; */
     box-shadow: 1px 1px 13px -7px #a29f9f;
}

#aside-bg .follow-us_content ul {
    margin: 0;
    padding: 0;
    float: left;
    width: 100%;
}
#aside-bg .follow-us_content ul li {
    list-style: none;
    float: left;
    width: 25%;
    text-align: center;
}
#aside-bg .follow-us_content ul li a.icon {
    width: 40px;
    height: 40px;
    line-height: 2.5;
}
#aside-bg .follow-us_content ul li a.icon i.fa-facebook {
    background-color: #5d82d1;
}
#aside-bg .follow-us_content ul li a.icon i.fa-twitter {
    background-color: #40bff5;
}
#aside-bg .follow-us_content ul li a.icon i.fa-youtube {
    background-color: #d11111;
}
#aside-bg .follow-us_content ul li a.icon i.fa-instagram {
    background-color: #e81f85;
}
#aside-bg .follow-us_content ul li a.icon i.fa:hover{
    opacity: 0.5;
}
#aside-bg .follow-us_content ul li a.icon i {
    text-align: center;
    width: 50px;
    height: 50px;
    display: inline-block;
    line-height: 3;
    background: transparent;
    border-radius: 50%;
}
#aside-bg .follow-us_content ul li a i {
    color: white;
}
/* #aside-bg .fa-facebook-f:before, .fa-facebook:before {
    content: "\f09a";
}
#aside-bg .fa-twitter:before {
    content: "\f099";
} */
#aside-bg .links_content {
    margin-bottom: 13px;
     display: block;
    background: #fff;
    padding: 18px 8px 14px 0;
    float: left;
    width: 100%;
    /* margin-bottom: 40px; */
     box-shadow: 1px 1px 13px -7px #a29f9f;
}
#aside-bg .links_content ul{
    display: block;
}
#aside-bg .links_content ul li {
    list-style: none;
}
#aside-bg .links_content ul li i{
    padding-right: 10px;
   
    color:#2c4798;
}
#aside-bg .links_content ul li a{ 
    text-decoration: none;
     color:#569d00;
     font-size: 15px;
         
}
#aside-bg .links_content ul li a:hover{
    
    color: #20241b;
    padding: 2px;
}
/* other */
  #other{

    padding: 47px 0;
} 
#other .content{
	text-align:center; 
	 
}
#other .content img{
      width: 130px;
    height: 130px;
    border-radius: 50%;
    object-fit: cover;
    border: 1px solid #569d00;
}
#other .content h1{
	    color: #fff;
    font-size: 24px;
    text-align: center;
    padding-top: 18px;
}
#other .content h1 a{
color: #060706;
    font-size: 18px;
    text-align: center;
    padding-top: 18px;
    /* font-weight: bold; */
    text-decoration: underline;
}  
/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  background:#274306;
  padding: 0 0 15px 0;
  color: #eee;
  font-size: 14px;
}

#footer .footer-top {
background: #34530e;
    padding: 34px 0 0 0;
    /* background: url(../img/footer-bgy.jpg) center center; */
    background-size: contain;
    /* background: #0d1b46; */
    /* padding: 60px 0 30px 0;*/
  
}

#footer .footer-top .footer-info {
  margin-bottom: 30px;
}
@media (max-width: 768px) {
#footer .footer-top .footer-info {
text-align: center;
}
}
#footer .footer-top .footer-info h3 {
font-size: 10px;
    margin: 0 0 20px 0;
    padding: 2px 0 2px 10px;
    line-height: 1;
    font-weight: 700;
    letter-spacing: 3px;
    color: #a8a7a9;
    
}
#footer .footer-top .footer-info h3 span{
    font-size: 40px;
    color: #eee;
    
}
#footer .footer-top .footer-info h1 {
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    text-decoration: underline;
}

#footer .footer-top .footer-info p {

    font-size: 14px;
    line-height: 24px;
    margin-bottom: 0;
    
    color: #eee;
    padding-left: 13px;
}

#footer .footer-top .social-links a {
 font-size: 18px;
    display: inline-block;
    background: none;
    color: #eee;
    line-height: 1;
    padding: 8px 0;
    margin-right: 4px;
    border-radius: 50%;
    text-align: center;
    width: 36px;
    height: 36px;
    transition: 0.3s;
    border: 1px solid #ccc;
}

#footer .footer-top .social-links a:hover {
    background: #fff;
    color: #38b64a;
}

#footer .footer-top h4 {
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  text-transform: uppercase;
  position: relative;
  padding-bottom: 12px;
}

#footer .footer-top h4::before, #footer .footer-top h4::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px;
}

/* #footer .footer-top h4::before {
    right: 0;
    background: #ddd;
} */

#footer .footer-top h4::after {
    background: #fdfdfd;
    width: 60px;
}

#footer .footer-top .footer-links {
  margin-bottom: 30px;
}

#footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#footer .footer-top .footer-links ul i {
  padding-right: 8px;
  color: #ddd;
}

#footer .footer-top .footer-links ul li {
/* border-bottom: 1px solid #333; */ 
    padding: 5px 0;
}

#footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}

#footer .footer-top .footer-links ul a {
  color: #eee;
}

#footer .footer-top .footer-links ul a:hover {
  /* color: #18d26e; */
  opacity: 0.5;
}

#footer .footer-top .footer-contact {
  margin-bottom: 30px;
}

#footer .footer-top .footer-contact p {
  line-height: 26px;
}

#footer .footer-top .footer-newsletter {
  margin-bottom: 30px;
}

#footer .footer-top .footer-newsletter input[type="email"] {
  border: 0;
  padding: 6px 8px;
  width: 65%;
}

#footer .footer-top .footer-newsletter input[type="submit"] {
  background: #18d26e;
  border: 0;
  width: 35%;
  padding: 6px 0;
  text-align: center;
  color: #fff;
  transition: 0.3s;
  cursor: pointer;
}

#footer .footer-top .footer-newsletter input[type="submit"]:hover {
  background: #13a456;
}

#footer .copyright {
  text-align: center;
  padding-top: 15px;
}

#footer .credits {
  text-align: center;
  font-size: 13px;
  color: #ddd;
}
