*{
  margin: 0%;
  padding: 0%;
}
ul{
  list-style: none;
}
a{
  text-decoration: none !important;
}

.header-top{
    min-height: 30px;
    background: #183817;
    overflow: hidden;
} 
.navbar{
  padding: 0!important;
}
.menu{
  width: 100%;
  min-height: 80px;
  background: #2b5a29;
}
.menu ul li a{
  color: #fff !important;
}
.clr{
  color: #4b5a1b;
}
.home1, .home3, .home5, .section-bg{
  width: 100%;
  min-height: 500px;
  background: #4b5a1b;
}
.home2, .home4, .home6{
  width: 100%;
  min-height: 400px;
  background: #fff;
}
.home2{
  min-height: 320px !important;
}
.footer{
  width: 100%;
  min-height: 250px;
  background: #000;
  overflow: hidden;
}
.page-design{
  border: 1px solid #fff;
    padding: 4px 12px;
    border-radius: 18px;
    text-decoration: none;
    color: #fff;
  }
  .home-a{
    background: #414e16;
    width: 15% !important;
    padding: 12px 10px;
    border-radius: 30px;
    color: #fff;
    text-decoration: none;
    margin-left: 40%;
  }
  .pleft{
    padding-left: 35%;
  }
  .head-fs{
    font-size: 40px;
  }
.carousel-caption h5{
  color: #0f5132; 
  background: #fff; 
  font-size: 30px;
}

/*about---------------------*/

.services-area .zoom.left {
    margin-right: 20px;
}
.zoom {
    /* position: relative; */
    float: left;
    overflow: hidden;
}


/*---------------------------------------PRODUCT PART-----------------------------------------------*/
/* Import font: font-family: 'Karla', sans-serif; */
@import url('https://fonts.googleapis.com/css2?family=Karla:wght@500;700&display=swap');

.filters {
    width: 100%;
}

.filter-btn {
    /*font-family: 'Karla', sans-serif;*/
    /*font-size: 16px;*/
    /*font-weight: 500;*/
    color: #648381;
    margin: 0px 8px 16px 0px;
    text-transform: capitalize;
    border: 1px solid darkgreen;
    background: none;
    padding: 4px 10px;
}

.active, .filter-btn:hover{
    color: #506967;
    font-weight: 700;
    /*border-bottom: 3px solid #506967;*/
}

.imgGallery {
    width: 100%;
    /*flex*/
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
}

.imgGallery img {
    width: 27%;
    height: 350px;
    object-fit: cover;
    object-position: bottom;
        margin: 3%;
}

/*---------------------------------------PRODUCT PART-----------------------------------------------*/

.home1 img:hover {
  /* Start the shake animation and make the animation last for 0.5 seconds */
  animation: shake 0.5s;

  /* When the animation is finished, start again */
  /*animation-iteration-count: infinite;*/
}

@keyframes shake {
  0% { transform: translate(1px, 1px) rotate(0deg); }
  10% { transform: translate(-1px, -2px) rotate(-1deg); }
  20% { transform: translate(-3px, 0px) rotate(1deg); }
  30% { transform: translate(3px, 2px) rotate(0deg); }
  40% { transform: translate(1px, -1px) rotate(1deg); }
  50% { transform: translate(-1px, 2px) rotate(-1deg); }
  60% { transform: translate(-3px, 1px) rotate(0deg); }
  70% { transform: translate(3px, 1px) rotate(-1deg); }
  80% { transform: translate(-1px, -1px) rotate(1deg); }
  90% { transform: translate(1px, 2px) rotate(0deg); }
  100% { transform: translate(1px, -2px) rotate(-1deg); }
}
/*---------------------------------contact*/
input:focus, textarea:focus, keygen:focus, select:focus {
  outline: none;
}
::-moz-placeholder {
  color: #666;
  font-weight: 300;
  opacity: 1;
}

::-webkit-input-placeholder {
  color: #666;
  font-weight: 300;
}
.contact input{
   padding: 10px;
    border: 0;
    background: #EDEDED;
    margin: 10px 0;
    width: 49%;
}
.contact textarea{
    width: 100%;
    background: #ededed;
    border: none;
    padding-left: 10px
}
.contact button{
  text-decoration: none;
    background: #2b5a29;
    padding: 10px 55px;
    border-radius: 10px;
    color: #fff;
}


/* Contact Form Styling */
.container {
  padding: 0 50px 70px;
}
.textcenter {
  text-align: center;
}
.section1 {
  text-align: center;
  display: table;
  width: 100%;
}
.section1 .shtext {
  display: block;
  margin-top: 20px;
}
.section1 .seperator {
  border-bottom:1px solid #a2a2a2;
  width: 35px;
  display: inline-block;
  margin: 20px;
}

.section1 h1 {
  font-size: 40px;
  color: #A44DD8;
  font-weight: normal;
}

.section2 {
    width: 1200px;
    margin: 25px auto;
}
.section2 .col2 {
  width: 48.71%;
}
.section2 .col2.first {
  float: left;
}
.section2 .col2.last {
  float: right;
}
.section2 .col2.column2 {
  padding: 0 30px;
}
.section2 span.collig {
  color: #a2a2a2;
  margin-right: 10px;
  display: inline-block;
}
.section2 .sec2addr {
  display: block;
  line-height: 26px;
}
.section2 .sec2addr p:first-child {
  margin-bottom: 10px;
}
.section2 .sec2contactform input[type="email"],
.section2 .sec2contactform textarea {
    padding: 18px;
    border: 0;
    background: #EDEDED;
    margin: 7px 0;
    width: 100%;
}
.section2 .sec2contactform textarea {
  width: 100%;
  display: block;
  color: #666;
  resize:none;
}
.section2 .sec2contactform input[type="submit"] {
  padding: 15px 40px;
    color: #fff;
    border: 0;
    background: #A44DD8;
    font-size: 16px;
    text-transform: uppercase;
    margin: 7px 0;
    cursor: pointer;
}
.section2 .sec2contactform h3 {
  font-weight: normal;
    margin: 20px 0;
    margin-top: 30px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 19px;
    color: #A44DD8;
}

/* @media querries */

@media only screen and (max-width: 1266px) {
  .section2 {
    width: 100%;
  }
  .carousel-caption h5{
  color: #0f5132; 
  background: #fff; 
  font-size: 30px;
}
}
@media only screen and (max-width: 960px) {
  .container {
    padding: 0 30px 70px;
  }
  .section2 .col2 {
    width: 100%;
    display: block;
  }
  .section2 .col2.first {
    margin-bottom: 10px;
  }
  .section2 .col2.column2 {
    padding: 0;
  }
  body .sec2map {
    height: 250px !important;
  }

  .carousel-caption h5{
  color: #0f5132; 
  background: #fff; 
  font-size: 30px;
}
}
@media only screen and (max-width: 768px) {
  .section2 .sec2addr {
    font-size: 14px;
  }
  .section2 .sec2contactform h3 {
    font-size: 16px;
  }
  .section2 .sec2contactform input[type="text"], .section2 .sec2contactform input[type="email"], .section2 .sec2contactform textarea {
    padding: 10px;
    margin:3px 0;
  }
  .section2 .sec2contactform input[type="submit"] {
    padding: 10px 30px;
    font-size: 14px;
  }
  .carousel-caption h5{
  color: #0f5132; 
  background: #fff; 
  font-size: 30px;
}
}
@media only screen and (max-width: 420px) {
  .section1 h1 {
    font-size: 28px;
  } 
  .home-a {
    width: 30% !important;
    margin-left: 36%;
}
.imgGallery img {
   height: 120px;
}
.pleft li{
  margin: 12px 0;
    float: center !important;
}
.header-top a{
  font-size: 12px;
}
.menu{
  min-height: 45px;
}
.carousel-caption h5{
  color: #0f5132; 
  background: #fff; 
  font-size: 10px;
}

}

/*integrity*/
.sub-foot {
    width: 100%;
    float: left;
    background: #000;
    text-align: center;
    padding: 6px 0;
}







/*.section-header h3 {
    font-size: 36px;
    color: #283d50;
    text-align: center;
    font-weight: 500;
    position: relative;
}
*/
.section-header p {
    text-align: center;
    margin: auto;
    font-size: 15px;
    padding-bottom: 60px;
    color: #556877;
    width: 50%;
}

#clients {
    /*padding: 60px 0;*/
    
}
#clients .clients-wrap {
    /*border-top: 1px solid #d6eaff;*/
    /*border-left: 1px solid #d6eaff;*/
    margin-bottom: 30px;
}

#clients .client-logo {
    padding: 64px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-right: 1px solid #d6eaff;
    border-bottom: 1px solid #d6eaff;
    overflow: hidden;
    background: #fff;
    height: 160px;
}

#clients img {
    transition: all 0.4s ease-in-out;
}