img {
    width: 100%;
}


/*/ ======== home page css starts ======== /*/

.navbar {
    padding: 1% 5%;
    background-color: #fff;
    position: fixed;
    width: 100%;
    z-index: 999999999;
}

.navbar .active {
    color: #81bb31 !important;
}

.navbar-brand {
    width: 230px;
}

.navbar-fixed-top.scrolled {
  -webkit-box-shadow: 0px 10px 16px -14px rgba(0,0,0,0.36);
  -moz-box-shadow: 0px 10px 16px -14px rgba(0,0,0,0.36);
  box-shadow: 0px 10px 20px -16px rgb(0 0 0 / 18%);
  transition: background-color 200ms linear;
}

.navbar .nav-link {
    font-family: Poppins-Regular;
    color: #000;
    text-transform: uppercase;
    font-size: 14px;
    padding: 8px 25px !important;
}

.navbar .navbar-nav {
    margin-left: auto;
}

.navbar-toggler .b-one {
    display: block;
    width: 15px;
    height: 2.5px;
    background-color: #737373;
    margin-bottom: 5px;
}

.navbar-toggler .b-two {
    display: block;
    width: 20px;
    height: 2.5px;
    background-color: #737373;
    margin-bottom: 5px;
}

.navbar-toggler .b-three {
    display: block;
    width: 25px;
    height: 2.5px;
    background-color: #737373;
}

.marquee-full-sec h1 {
    font-size: 16px;
    margin-bottom: 0px;
}

/*/ --- slider css starts --- /*/

.carousel {
    position: relative;
}

.carousel .slider-content {
    position: absolute;
    top: 34%;
    left: 10%;
    width: 35%;
}

.carousel .slider-content h1 {
    font-family: Poppins-SemiBold;
    color: #000;
    font-size: 3.5vw;
}

.carousel .slider-content p {
    font-family: Poppins-Light;
    font-size: 14px;
    text-align: justify;
    color: #8e8e8e;
}

.carousel .c-leaf-img {
    width: 225px;
    position: absolute;
    bottom: -15%;
}

.quantity{
	width: 12%;
	border: 1px solid #cecece;
    border-radius: 7px;
}


/*/ --- slider css ends --- /*/


/*/ --- about section css starts --- /*/

.about-home {
    padding: 70px 10px;
}

.about-home .about-c-img {
    width: 200px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.about-home .about-content {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
}

.about-home .about-content h1 {
    font-family: Poppins-SemiBold;
    text-align: center;
    color: #000;
    margin-top: 20px;
    margin-bottom: 30px;
    font-size: 3.5vw;
}

.about-home .about-content p {
    font-family: Poppins-Light;
    font-size: 18px;
    line-height: 30px;
    text-align: center;
    margin-bottom: 20px;
}

.about-home .about-content a {
    font-family: Poppins-Medium;
    background-color: #81bb31;
    color: #fff;
    text-decoration: none;
    padding: 13px 15px;
    width: 130px;
    border-radius: 40px;
    text-align: center;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.col-md-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    padding: 10px;
}

/*/ --- about section css ends --- /*/
/*/ --- research section css start --- /*/
  .experiment-content-sec p{
     font-size: 22px;
     color: #fff;
  }
  .full-research{
    background-image: url('../img/bgresearch.png');
    background-size: cover;
    background-repeat: no-repeat;
  }
/*/ --- research section css end --- /*/

/*/ --- product section css starts --- /*/

.products-home {
    padding: 30px 5px 50px;
}

.products-home a {
    text-decoration: none;
}

.products-home h1 {
    font-family: Poppins-SemiBold;
    color: #000;
    text-align: center;
    margin-bottom: 30px;
    font-size: 3.5vw;
}

.products-home .products-container {
    padding: 0% 7%;
}

.products-home .pr-box {
    margin-bottom: 40px;
}

.products-home .pr-box h4 {
    font-family: Poppins-Light;
    color: #000;
    font-size: 16px;
    text-align: center;
    margin-top: 10px;
}

/*.products-home .product-box-one {
    background-color: #afdb84;
    padding: 0px 0px;
}

.products-home .product-box-two {
    background-color: #ec9f01;
    padding: 0px 0px;
}

.products-home .product-box-three {
    background-color: #f75c00;
    padding: 0px 0px;
}

.products-home .product-box-four {
    background-color: #ffde00;
    padding: 0px 0px;
}*/

.products-home .product-box h4 {
    font-family: Poppins-Regular;
    color: #000;
    padding: 5px;
    font-size: 16px;
    text-align: center;
}

.products-home .all-pr-btn a {
    font-family: Poppins-Medium;
    background-color: #fff;
    border: 2px solid #81bb31;
    color: #81bb31;
    text-decoration: none;
    padding: 13px 15px;
    width: 150px;
    border-radius: 40px;
    text-align: center;
    display: block;
    margin-left: auto;
    margin-right: auto;
    transition: 0.2s ease-in;
}

.products-home .all-pr-btn a:hover {
    background-color: #81bb31;
    color: #fff;
}

.products-home .product-box {
    background-color: #d3c860;
    min-height: 400px;
    border-radius: 15px;
    overflow: hidden;
    -webkit-box-shadow: 0px 0px 15px 0px rgb(0 0 0 / 15%);
    -moz-box-shadow: 0px 0px 15px 0px rgb(0 0 0 / 15%);
    box-shadow: 0px 0px 15px 0px rgb(0 0 0 / 15%);
}

.products-home .product-box img {
    height: 340px;
    border-radius: 15px;
    -webkit-box-shadow: 2px 0px 7px 7px rgb(0 0 0 / 8%);
    -moz-box-shadow: 2px 0px 7px 7px rgb(0 0 0 / 8%);
    box-shadow: 2px 0px 7px 7px rgb(0 0 0 / 8%);
    object-fit: cover;
}

/*/ --- product section css ends --- /*/


/*/ --- blog section css starts --- /*/

.blog-home {
    padding: 45px 5px;
    background: #56ab2f;
    background: -webkit-linear-gradient(to right, #e3db8b, #dfd574);
    background: linear-gradient(to right, #e3db8b, #dfd574); 
}

.blog-home .blog-container {
    padding: 0% 10%;
}

.blog-home a {
    text-decoration: none;
}

.blog-home h1 {
    font-family: Poppins-SemiBold;
    text-align: center;
    color: #000;
    margin-top: 20px;
    margin-bottom: 40px;
    font-size: 3.5vw;
}

.blog-home .blog-box {
    background-color: #fff;
    min-height: 220px;
    border-radius: 4px;
    margin-bottom: 25px;
    -webkit-box-shadow: 0px 0px 12px -1px rgba(0,0,0,0.15);
    -moz-box-shadow: 0px 0px 12px -1px rgba(0,0,0,0.15);
    box-shadow: 0px 0px 12px -1px rgba(0,0,0,0.15);
}

.blog-home .blog-box .blog-box-content {
    padding: 15px;
}

.blog-home .blog-box h4 {
    font-family: Poppins-SemiBold;
    color: #000;
    font-size: 20px;
}

.blog-home .blog-box p {
    font-family: Poppins-Light;
    font-size: 13px;
}

.blog-home .blog-box img {
    height: 220px;
    object-fit: cover;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

.blog-home .blog-box a {
    font-family: Poppins-Medium;
    background-color: #fff;
    border: 2px solid #81bb31;
    color: #81bb31;
    text-decoration: none;
    padding: 4px 11px;
    font-size: 14px;
    border-radius: 40px;
    text-align: center;
    transition: 0.2s ease-in;
}

.blog-home .blog-box  a:hover {
    background-color: #81bb31;
    color: #fff;
}

.blog-home .view-more-btn a {
    font-family: Poppins-Medium;
    background: transparent;
    border: 2px solid #fff;
    color: #fff;
    text-decoration: none;
    padding: 13px 15px;
    width: 150px;
    border-radius: 40px;
    text-align: center;
    display: block;
    margin-left: auto;
    margin-right: auto;
    transition: 0.2s ease-in;
}

.blog-home .view-more-btn a:hover {
    background-color: #fff;
    color: #81bb31;
}

.news-events-home h1 {
    font-family: Poppins-SemiBold;
    text-align: center;
    color: #000;
    margin-top: 20px;
    margin-bottom: 40px;
    font-size: 3.5vw;
}

.skill-img img{
   height: 250px;
   margin-bottom: 30px;
}

.skill-training-sec h1{
    font-family: Poppins-SemiBold;
    text-align: center;
    color: #000;
    margin-top: 30px;
    margin-bottom: 40px;
    font-size: 3.5vw;
}
/*/ --- blog section css ends --- /*/


/*/ --- testimonial section css starts --- /*/

.testimonials-home {
    background-image: url('../img/testimonials-bg.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
    padding: 40px 5px;
}

.testimonials-home .single-item {
    width: 30%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
}

.testimonials-home .testimonial-box img {
    width: 220px;
    height: 220px;
    margin-left: auto;
    margin-right: auto;
    border-radius: 120px;
    object-fit: cover;
}

.testimonials-home h1 {
    font-family: PlayfairDisplay-Bold;
    text-align: center;
    color: #000;
    margin-top: 20px;
    margin-bottom: 40px;
    font-size: 3.5vw;
}

.testimonials-home .testimonial-box h4 {
    font-family: PlayfairDisplay-Bold;
    text-align: center;
    margin: 15px 0px;
    color: #864a00;
}

.testimonials-home .testimonial-box p {
    font-family: Poppins-Regular;
    text-align: center;
    font-size: 14px;
}

.testimonials-home .view-more-btn a {
    font-family: Poppins-Medium;
    background: transparent;
    border: 2px solid #000;
    color: #000;
    text-decoration: none;
    padding: 13px 15px;
    width: 150px;
    border-radius: 40px;
    text-align: center;
    display: block;
    margin-left: auto;
    margin-right: auto;
    transition: 0.2s ease-in;
}

.testimonials-home .view-more-btn a:hover {
    background-color: #000;
    color: #fff;
}

/*/ --- testimonial section css ends --- /*/
.cou__content__digit span{
  font-size: 14px;
}


/*/ --- footer css starts --- /*/

footer a {
    text-decoration: none;
}

footer a:hover {
    text-decoration: none;
}

footer .footer-container {
    padding: 20px 5%;
}

footer .footer-top ul {
    padding-left: 0px;
    margin-bottom: 0px;
}

footer .footer-top ul li {
    display: inline;
    padding-right: 20px;
}

footer .footer-top ul li a {
    font-family: Poppins-Regular;
    color: #000;
    text-transform: uppercase;
    font-size: 13px;
    text-decoration: none;
}

footer .footer-top {
    padding: 25px 0px 30px;
    border-bottom: 2px dashed #b9b9b9;
}

footer .footer-soc {
    text-align: right;
}

footer .footer-soc svg {
    font-size: 16px;
    color: #535353;
}

footer .footer-bottom {
    padding: 20px 0px 4px;
}

footer .footer-bottom p {
    font-family: Poppins-Regular;
    color: #000;
    font-size: 14px;
    margin-bottom: 0px;
}

footer .footer-bottom p a {
    color: #000;
}

footer img {
    width: 70%;
    margin-left: auto;
    display: block;
}

/*/ --- footer css ends --- /*/




/*/ --- news and events section css starts --- /*/

.news-events-home {
    background-color: #f7f6f6;
}

.news-events-home .news-events-container {
    padding: 30px 5%;
}

.news-events-home .news-events-box {
    margin-bottom: 20px;
}

.news-events-home .news-events-box .news-date {
    background: #e6e6e6;
    color: #229519;
    padding: 10px;
}

.news-events-home .news-events-box .news-date h4 {
    font-family: Poppins-Bold;
    text-align: center;
    margin-bottom: 0px;
    font-size: 38px;
}

.news-events-home .news-events-box .news-date h6 {
    font-family: Poppins-Light;
    text-align: center;
    text-transform: uppercase;
}

.news-events-home .news-events-box .news-img img {
    height: 250px;
    object-fit: cover;
}

.news-events-home .news-events-box .news-content h4 {
    font-family: Poppins-SemiBold;
    color: #000;
    font-size: 22px;
}

.news-events-home .news-events-box .news-content p {
    font-family: Poppins-Light;
    color: #444444;
    text-align: justify;
    font-size: 14px;
}

.news-events-home .news-events-box .news-content img {
    width: 20px;
}

.news-events-home .news-events-box .news-content a {
    font-family: Poppins-SemiBold;
    color: #444444;
    font-size: 16px;
    text-decoration: none;
}

.news-events-home .notification-main-box {
    background-color: #c9d8ca;
}

.news-events-home .notification-main-box .not-date h4 {
    font-family: Poppins-SemiBold;
    font-size: 24px;
    color: #444444;
    text-align: center;
}

.news-events-home .notification-main-box .not-date h6 {
    font-family: Poppins-Light;
    font-size: 14px;
    color: #444444;
    text-align: center;
}

.news-events-home .notification-main-box .not-content h4 {
    color: #444444;
    font-size: 16px;
    font-family: Poppins-Medium;
}

.news-events-home .notification-main-box .notification-box {
    border-bottom: 1px solid #a3b3a8;
}

/*/ --- news and events section css ends --- /*/



/*/ ======== home page css ends ======== /*/




/*/ ======== about page css start ======== /*/

.banner-sec{
    background-image: url('../img/aboutnew.png');
    background-size: cover;
    background-repeat: no-repeat;
    padding: 240px 0;
    position: relative;
}

.banner-sec img{
    width: 30%;
    position: absolute;
    top: 50px;
    left: -10px;
}
.banner-sec h3{
    position: absolute;
    width: 100%;
    font-family: Poppins-SemiBold;
    font-size: 35px;
    text-align: center;
}

.swing {
    animation: swing ease-in-out 1s infinite alternate;
    transform-origin: center -20px;
    float:left;
    
}
 
@keyframes swing {
    0% { transform: rotate(.5deg); }
    100% { transform: rotate(-.5deg); }
}


.about-section{
  position:relative;
  padding:70px 0px;
}

.about-section .content-column{
  position:relative;
  margin-bottom:40px;
}

.about-section .content-column .inner-column{
  position:relative;
  padding-top:50px;
  padding-right:100px;
}

.about-section .content-column .text{
  position:relative;
  color:#777777;
  font-size:15px;
  line-height:2em;
  margin-bottom:40px;
  font-family: Poppins-Light;
}

.about-section .content-column .email{
  position:relative;
  color:#252525;
  font-weight:700;
  margin-bottom:50px;
}

.about-section .image-column{
  position:relative;
  margin-bottom:50px;
}

.about-section .image-column .inner-column{
  position:relative;
  padding:40px 40px 0px 0px;
  margin-left:50px;
}

.about-section .image-column .inner-column:after{
  position:absolute;
  content:'';
  right:0px;
  top:0px;
  left:40px;
  bottom:100px;
  z-index:-1;
  border:2px solid #d7a449;
}

.about-section .image-column .inner-column .image{
  position:relative;
}

.about-section .image-column .inner-column .image:before{
  position:absolute;
  content:'';
  left:-50px;
  bottom:-50px;
  width:299px;
  height:299px;
  background:url('img/pattern-2.png') no-repeat;
}

.about-section .image-column .inner-column .image img{
  position:relative;
  width:100%;
  display:block;
}

.about-section .image-column .inner-column .image .overlay-box{
  position:absolute;
  left:40px;
  bottom:48px;
}

.about-section .image-column .inner-column .image .overlay-box .year-box{
  position:relative;
  color:#252525;
  font-size:24px;
  font-weight:700;
  line-height:1.4em;
  padding-left:125px;
}

.about-section .image-column .inner-column .image .overlay-box .year-box .number{
  position:absolute;
  left:0px;
  top:0px;
  width:110px;
  height:110px;
  color:#d7a449;
  font-size:68px;
  font-weight:700;
  line-height:105px;
  text-align:center;
  background-color:#ffffff;
  border:1px solid #000000;
}



.sec-title2{
  color:#fff;
}
.sec-title {
    position: relative;
    padding-bottom: 20px;
}
.sec-title h2{
    font-family: Poppins-SemiBold;
    font-size: 35px; 
}
.sec-title .title {
    position: relative;
    color: #d7a449;
    font-size: 18px;
    font-weight: 700;
    padding-right: 50px;
    margin-bottom: 15px;
    display: inline-block;
    text-transform: capitalize;
}
.sec-title .title:before {
    position: absolute;
    content: '';
    right: 0px;
    bottom: 7px;
    width: 40px;
    height: 1px;
    background-color: #bbbbbb;
}

#about-sec{
  background-image: url("../img/mission.png");
  background-repeat: no-repeat;
  background-position: left center;
}

.grd-overlay{
padding: 5em 0;
background: #fff;
background: -moz-linear-gradient(right,  rgba(255,255,255,1) 50%, rgba(255,255,255,0) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(right,  rgba(255,255,255,1) 50%,rgba(255,255,255,0) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to left,  rgba(255,255,255,1) 37%,rgba(255,255,255,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=1 ); /* IE6-9 */
}
.mission-sec h2{
   font-family: Poppins-SemiBold;
   font-size: 25px; 
   margin-bottom: 30px;
}
.mission-sec p{
   font-family: Poppins-Light;
   font-size: 20px; 
}

/*/ ======== about page css ends ======== /*/

/*/ ======== product page css start ======== /*/

   
.snip1411 {
  font-family: Poppins-SemiBold;
  position: relative;
  overflow: hidden;
  margin: 10px;
  min-width: 230px;
  max-width: 315px;
  width: 100%;
  color: #ffffff;
  font-size: 16px;
  background-color: #b06f09;
  transform: translateZ(0);
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5) 0%, transparent 100%);
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5) 0%, transparent 100%);
}
.snip1411 * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.35s ease-in;
  transition: all 0.35s ease-in;
}
.snip1411 img {
  max-width: 100%;
  vertical-align: top;
  box-shadow: 0 0 40px rgba(0, 0, 0, 0.5);
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
}
.snip1411 figcaption {
  position: absolute;
  top: -25px;
  bottom: 0;
  left: 25px;
  right: 0;
  z-index: -1;
}
.snip1411 h3 {
  -webkit-transform-origin: 0 100%;
  -ms-transform-origin: 0 100%;
  transform-origin: 0 100%;
  font-size: 1.8em;
  padding: 0px 0 40px 0px;
  margin: 0 0 0 20px;
  font-weight: 900;
  -webkit-transform: rotate(57deg);
  transform: rotate(57deg);
}
.snip1411 a {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
}
.snip1411:hover img,
.snip1411.hover img {
  -webkit-animation: snip1411 1s linear;
  animation: snip1411 1s linear;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
@-webkit-keyframes snip1411 {
  32% {
    -webkit-transform: rotate(72deg);
    transform: rotate(72deg);
  }
  50% {
    -webkit-transform: rotate(50deg);
    transform: rotate(50deg);
  }
  70% {
    -webkit-transform: rotate(58deg);
    transform: rotate(58deg);
  }
  85% {
    -webkit-transform: rotate(56deg);
    transform: rotate(56deg);
  }
  100% {
    -webkit-transform: rotate(57deg);
    transform: rotate(57deg);
  }
}
@keyframes snip1411 {
  32% {
    -webkit-transform: rotate(72deg);
    transform: rotate(72deg);
  }
  50% {
    -webkit-transform: rotate(50deg);
    transform: rotate(50deg);
  }
  70% {
    -webkit-transform: rotate(58deg);
    transform: rotate(58deg);
  }
  85% {
    -webkit-transform: rotate(56deg);
    transform: rotate(56deg);
  }
  100% {
    -webkit-transform: rotate(57deg);
    transform: rotate(57deg);
  }
}

.single-pro-category .price{
     font-size: 18px;
     margin-left: 15px;
   }
.pro-banner-sec{
    background-image: url('../img/productbanner.png');
    background-size: cover;
    background-repeat: no-repeat;
    padding: 240px 0;
    position: relative;
}
.shop-banner{
   background-image: url('../img/shopbanner.png');
    background-size: cover;
    background-repeat: no-repeat;
    padding: 240px 0;
    position: relative;
}
.pro-banner-sec img{
    width: 30%;
    position: absolute;
    top: 50px;
    left: -10px;
}
.pro-banner-sec h3{
    position: absolute;
    width: 100%;
    font-family: Poppins-SemiBold;
    font-size: 35px;
    text-align: center;
}
.pro-banner-sec-1{
    background-image: url('../img/producthead.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    padding: 140px 0;
    position: relative;
}
.pro-banner-sec-1 img{
    width: 30%;
    position: absolute;
    top: 50px;
    left: -10px;
}
.pro-banner-sec-1 h3{
    position: absolute;
    width: 100%;
    font-family: Poppins-SemiBold;
    font-size: 35px;
    text-align: center;
}
.product-slider .item img{
  width: 80%;
}
/*/ ======== product page css ends ======== /*/


/*/ ======== gallery page css start ======== /*/

 #gallery-section {
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 10px;
        z-index: -1;
      }

      #thumbnail-gallery-container {
        display: flex;
        flex-flow: row wrap;
        justify-content: space-between;
        padding: 15px 50px 10px 50px;
      }

      .thumbnail {
        width: 32%;
        margin-bottom: 2%; 
        position: relative;
        }

      img.thumbnail-image {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center center;
        }

    @media only screen and (max-width: 800px){
        #gallery-section {
            padding: 10px 10px 0px 10px;
        }
        #thumbnail-gallery-container {
            padding: 0px;
        }
    }

    /* Lightbox Styles */ 

    .lightbox-overlay {
        display: flex;
        transform: scale(0,1);
        transition: transform 400ms ease-out;
        transform-origin: center;
        justify-content: center;
      align-items: center;
      background-color: rgb(80,80,80,0.95);
        width: 100vw;
        height: 100vh;
        position: fixed;
        top: 0;
        left: 0;
    }

    .lightbox-overlay:target {
        display: flex;
        transform: scale(1,1);
        z-index: 9999999999999999;
    };

    .lightbox-content {
        color: rgb(250,250,250);
        padding: 1.5em;
        width: 75vw;
        text-align: center;
    }

    .lightbox-image-title {
        position: relative;
        text-align: center;
    }

    .lightbox-navigation {
        display: flex;
        flex-flow: row wrap;
        justify-content: space-evenly;
    }

    .close {
        position: absolute;
        background-color: none;
        top: 5px;    /* Top Right Corner Placement */
        right: 20px; 
        display: flex;
        justify-content: center;
        align-items: center;
    }

    a.close {
        text-decoration: none;
        font-weight: bold;
        font-size :2em;
        font-family: sans-serif;
    }

    .close::after {
        content: 'X';
        color: rgb(250,250,250);
    }

 

    .back, .next {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 24%;
        height: 2em;
        color: rgb(255,255,255);
        margin: 1%;
    } 

    img.lightbox-image {
        width: 65vw;
        max-height: 65vh;
        object-fit: contain;
    }

/*/ ======== gallery page css ends ======== /*/
/*/ ======== blog page css start ======== /*/

     .blog-sec{
        border-top: 1px solid #ded7d7;
        padding: 40px 0;
     }
     .info-link{
      padding: 15px 10px;
      border-bottom: 1px solid #0000001f;
     }
    .info-link-full .info-link a{
      font-size: 20px;
      text-decoration: none;
    }
    .info-link-full h3{
      font-size: 22px;
    }
/*/ ======== blog page css ends ======== /*/
/*/ ======== contact page css start ======== /*/

     .con-address-sec{
      background-image: url('../img/contactbg.jpg');
      background-size: cover;
      background-repeat: no-repeat;
      height: auto;
     }
     .address-sec{
      padding: 50px 70px 0px 70px;
     }
     .address-sec h4{
      color: #fff;
     }
     .address-sec p{
      color: #fff;
     }
     .address-sec-map{
       padding: 40px 50px 40px 50px;
     }
     .contact-full-sec{
      padding: 100px 0;
     }
     .address-sec a{
       text-decoration: none;
     }

form {
 /*  min-width: 25rem; */
}
form .title {
  font-family: Poppins-Regular;
  color: #212529;
  font-size: 2.5rem;
}
form .form-control {
  background-color: #f2f6f8;
  border-radius: 2rem;
  border: none;
  box-shadow: 0px 7px 5px rgba(0, 0, 0, 0.11);
}
form .form-control.thick {
  height: 3.3rem;
  padding: 0.5rem 3.5rem;
}
form .form-control:focus {
  background-color: #f2f6f8;
  border: none;
  box-shadow: 0px 7px 5px rgba(0, 0, 0, 0.11);
}
form .message .form-control {
  padding: 0.5rem 3.5rem;
}
form ::placeholder {
  font-family: "Quicksand", sans-serif;
  font-weight: 600;
  font-size: 1.1rem;
  color: #838788;
  position: relative;
  left: 0;
}
form input,
form textarea {
  font-family: "Quicksand", sans-serif;
  color: #212529;
  font-size: 1.1rem;
}
form .icon {
  color: #57565c;
  height: 1.3rem;
  position: absolute;
  left: 1.5rem;
  top: 1.1rem;
}

.btn.btn-primary {
  font-family: "Quicksand", sans-serif;
  font-weight: bold;
  height: 2.5rem;
  line-height: 2.5rem;
  padding: 0 3rem;
  border: 0;
  border-radius: 3rem;
  background-image: linear-gradient(131deg, #81bb31, #8dec0a, #7d75eb, #0044cc);
  background-size: 300% 100%;
  transition: all 0.3s ease-in-out;
}

.btn.btn-primary:hover:enabled {
  box-shadow: 0 0.5em 0.5em -0.4em #ff923cba;
  background-size: 100% 100%;
  transform: translateY(-0.15em);
}

.form-sec{
  display: block;
  margin: auto;
}
/*/ ======== contact page css ends ======== /*/

/*/ ======== product inner middle page css start ======== /*/

   figure.snip1436 {
  font-family: 'Raleway', Arial, sans-serif;
  position: relative;
  float: left;
  overflow: hidden;
  margin: 10px 1%;
  min-width: 230px;
  max-width: 315px;
  max-height: 325px;
  width: 100%;
  color: #ffffff;
  text-align: right;
  font-size: 16px;
  background-color: #000000;
  text-transform: uppercase;
}
figure.snip1436:after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: -30%;
  right: 70%;
  content: '';
  background-color: rgba(0, 0, 0, 0.7);
  -webkit-transform: skew(20deg) translateX(-75%);
  transform: skew(20deg) translateX(-75%);
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
figure.snip1436 * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
figure.snip1436 img {
  max-width: 100%;
}
figure.snip1436 figcaption {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  padding: 20px;
}
figure.snip1436 h3,
figure.snip1436 .links {
  width: 100%;
  margin: 0;
  padding: 0;
}
figure.snip1436 h3 {
  line-height: 1.3em;
  font-weight: 900;
  font-size: 1.3em;
}
figure.snip1436 h6,
figure.snip1436 .links {
  width: 100%;
  margin: 0;
  padding: 0;
}
figure.snip1436 h6 {
  line-height: 1.3em;
  
  font-size: 16px;
}
figure.snip1436 .links {
  font-size: 0.8em;
  letter-spacing: 3px;
  font-weight: 300;
  margin: 0;
  padding: 0;
}
figure.snip1436 h3 {
  -webkit-transform: translateX(40px);
  transform: translateX(40px);
  opacity: 0;
  list-style: none;
}
figure.snip1436 h6 {
  -webkit-transform: translateX(40px);
  transform: translateX(40px);
  opacity: 0;
  list-style: none;
}
figure.snip1436 a {
  padding: 2px 0;
  display: block;
  color: #ffffff;
  text-decoration: none;
}
figure.snip1436 a:hover {
  color: #f39c12;
}
figure.snip1436:hover:after,
figure.snip1436.hover:after {
  -webkit-transform: skew(20deg) translateX(0%);
  transform: skew(20deg) translateX(0%);
}
figure.snip1436:hover img,
figure.snip1436.hover img {
  zoom: 1;
  filter: alpha(opacity=50);
  -webkit-opacity: 0.5;
  opacity: 0.5;
}
figure.snip1436:hover h3,
figure.snip1436.hover h3 {
  opacity: 1;
  -webkit-transform: translateX(0px);
  transform: translateX(0px);
}
figure.snip1436:hover h6,
figure.snip1436.hover h6 {
  opacity: 1;
  -webkit-transform: translateX(0px);
  transform: translateX(0px);
}

.view-button-sec{
  position: absolute;
  z-index: 999999;
  bottom: 0;
  padding: 12px;
}
.view-button-sec a{
  background-color: #000000b8;
  padding: 12px !important;
}

/*/ ======== product inner middle page css end ======== /*/



/*/ ======== shop page css starts ======== /*/

.shop-container {
    width: 55%;
    margin: auto;
    margin-top: 60px;
    margin-bottom: 60px;
}

/*/ ======== shop page css ends ======== /*/ 



@media only screen and (min-width: 1201px) {
    .carousel .carousel-item img {
        height: 100vh;
        object-fit: cover;
    }
}

@media only screen and (max-width: 1200px) {
    .carousel .c-leaf-img {
        width: 120px;
    }
    .blog-home .blog-container {
        padding: 0% 3%;
    }
    .blog-home .blog-box img {
        height: 260px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
    .testimonials-home .single-item {
        width: 60%;
    }
    .testimonials-home {
        background-image: url('../img/testimonials-bg-tab.jpg');
    }
    footer img {
        width: 60%;
    }
    .blog-home .blog-box img {
        height: 270px;
    }
    .blog-home .blog-container {
        padding: 0% 3%;
    }
    .blog-home .blog-box .blog-box-content {
        padding: 10px;
    }
    .blog-home .blog-box h4 {
        font-size: 18px;
    }
}

@media only screen and (max-width: 767px) {
    .carousel .carousel-item img {
        height: 420px;
        object-fit: cover;
    }
    .carousel .slider-content {
        width: 40%;
        top: 25%;
        left: 7%;
    }
    .carousel .c-leaf-img {
        width: 120px;
    }
    .quantity{
	width: 20%;
}
    .carousel .slider-content p {
        font-size: 12px;
    }
    .carousel .slider-content h1 {
        font-size: 22px;
    }
    .about-home .about-content h1 {
        font-size: 30px;
    }
    .blog-home h1 {
        font-size: 30px;
    }
    .products-home h1 {
        font-size: 30px;
    }
    .testimonials-home h1 {
        font-size: 30px;
        margin-top: 5px;
        margin-bottom: 10px;
    }
    .products-home .product-box-one {
        padding: 20px 3px;
    }

    .products-home .product-box-two {
        padding: 20px 3px;
    }

    .products-home .product-box-three {
        padding: 20px 3px;
    }

    .products-home .product-box-four {
        padding: 20px 3px;
    }
    .testimonials-home .single-item {
        width: 70%;
    }
    .testimonials-home {
        background-image: url('../img/testimonials-bg-tab.jpg');
    }
    footer ul {
        text-align: left;
    }
    footer .footer-soc {
        margin-top: 10px;
    }
    footer img {
        margin-top: 10px;
    }
    footer img {
        width: 60%;
        margin-left: auto;
        margin-right: auto;
    }
    .marquee-full-sec .marquee-sec span{
        font-size: 12px;
    }
    #about-sec{
  background-image: unset;
  
}
  .experiment-content-sec p{
     font-size: 16px;
     color: #000;
  }
  .full-research{
    background-image: unset;
  }
  .news-events-home h1{
      font-size:30px;
  }
  .news-events-home .news-events-box .news-content h4 {
      margin-top:30px;
  }
  .impress img {
    margin-left: auto!important;}
}


@media only screen and (max-width: 499px) {
    .navbar-brand {
        width: 200px;
    }
    .carousel .carousel-item img {
        height: 340px;
        object-fit: cover;
    }
    .carousel .c-leaf-img {
        width: 90px;
    }
    .carousel .slider-content {
        top: 27%;
        left: 6%;
        width: 45%;
    }
    .carousel .slider-content h1 {
        font-size: 20px;
    }
    .carousel .slider-content p {
        font-size: 9px;
    }
    .about-home .about-c-img {
        width: 120px;
    }
    .about-home .about-content {
        width: 100%;
    }
    .about-home {
        padding: 20px 10px;
    }
    .about-home .about-content h1 {
        margin-bottom: 15px;
    }
    .about-home .about-content p {
        font-size: 14px;
        line-height: 20px;
    }
    .products-home {
        padding: 10px 5px 17px;
    }
    .blog-home {
        padding: 20px 5px;
    }
    .blog-home h1 {
        margin-bottom: 15px;
    }
    .products-home .pr-box {
        margin-bottom: 20px;
    }
    .testimonials-home .testimonial-box img {
        width: 150px;
        height: 150px;
    }
    .testimonials-home .single-item {
        width: 70%;
    }
    .testimonials-home {
        padding: 20px 5px;
    }
    .testimonials-home .single-item {
        margin-bottom: 5px;
    }
    .testimonials-home {
        background-image: url('../img/testimonials-bg-mob.jpg');
    }
    footer img {
        width: 80%;
        margin-left: auto;
        margin-right: auto;
    }
    .blog-home .blog-box h4 {
        font-size: 15px;
    }
    .blog-home .blog-box .blog-box-content {
        padding: 8px;
    }
    .blog-home .blog-box p {
        font-size: 12px;
    }
    .blog-home .blog-box img {
        height: 230px;
    }
    .marquee-full-sec{
        margin-top: 65px !important;
    }
}

@media only screen and (max-width: 350px) {
    .testimonials-home .single-item {
        width: 70%;
    }
}


.sub-heading {
  font-family: 'Poppins', sans-serif;
    font-size: 12px;
    display: block;
    font-weight: 600;
    color: #2e9ca1;
    text-transform: uppercase;
    letter-spacing: 2px;
}
.heading-section h2 {
  font-size: 32px;
    font-weight: 500;
    padding-top: 10px;
    padding-bottom: 15px;
  font-family: 'Poppins', sans-serif;
}
.user-img {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    position: relative;
  min-width: 80px;
  background-size: 100%;
}
.carousel-testimonial .item {
  padding: 30px 10px;
}
.quote {
  position: absolute;
    top: -23px;
    color: #2e9da1;
    font-size: 27px;
}
.name {
  margin-bottom: 0;
    line-height: 14px;
    font-size: 17px;
    font-weight: 500;
}
.position {
  color: #adadad;
  font-size: 14px;
}
.owl-nav button {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  outline: none;
  height: 25px;
}
.owl-nav button svg {
  width: 25px;
  height: 25px;
}
.owl-nav button.owl-prev {
  left: 25px;
}
.owl-nav button.owl-next {
  right: 25px;
}
.owl-nav button span {
  font-size: 45px;
}
.product-thumb .item img {
  height: 100px;
}
.product-name {
  font-size: 22px;
  font-weight: 500;
  line-height: 22px;
  margin-bottom: 4px;
}
.product-price-discount {
  font-size: 22px;
    font-weight: 400;
    padding: 10px 0;
    clear: both;
}
.product-price-discount span.line-through {
  text-decoration: line-through;
    margin-left: 10px;
    font-size: 14px;
    vertical-align: middle;
    color: #a5a5a5;
}
.pro-im img{
  width: 100%;
  display: block;
  margin: auto;
}
.display-flex {
  display: flex;
}
.align-center {
  align-items: center;
}
.product-info {
  width: 100%;
}
.reviews-counter {
    font-size: 13px;
}
.reviews-counter span {
  vertical-align: -2px;
}
.rate {
    float: left;
    padding: 0 10px 0 0;
}
.rate:not(:checked) > input {
    position:absolute;
    top:-9999px;
}
.rate:not(:checked) > label {
    float: right;
    width: 15px;
    overflow: hidden;
    white-space: nowrap;
    cursor: pointer;
    font-size: 21px;
    color:#ccc;
  margin-bottom: 0;
  line-height: 21px;
}
.rate:not(:checked) > label:before {
    content: '\2605';
}
.rate > input:checked ~ label {
    color: #ffc700;    
}
.rate:not(:checked) > label:hover,
.rate:not(:checked) > label:hover ~ label {
    color: #deb217;  
}
.rate > input:checked + label:hover,
.rate > input:checked + label:hover ~ label,
.rate > input:checked ~ label:hover,
.rate > input:checked ~ label:hover ~ label,
.rate > label:hover ~ input:checked ~ label {
    color: #c59b08;
}
.product-dtl p {
  font-size: 14px;
  line-height: 24px;
  color: #7a7a7a;
}
.product-dtl .form-control {
  font-size: 15px;
}
.product-dtl label {
  line-height: 16px;
  font-size: 15px;
}
.form-control:focus {
  outline: none;
  box-shadow: none;
}
.product-count {
  margin-top: 15px; 
}
.product-count .qtyminus,
.product-count .qtyplus {
  width: 34px;
    height: 34px;
    background: #212529;
    text-align: center;
    font-size: 19px;
    line-height: 36px;
    color: #fff;
    cursor: pointer;
}
.product-count .qtyminus {
  border-radius: 3px 0 0 3px; 
}
.product-count .qtyplus {
  border-radius: 0 3px 3px 0; 
}
.product-count .qty {
  width: 60px;
  text-align: center;
}
.round-black-btn {
  border-radius: 4px;
    background: #212529;
    color: #fff;
    padding: 7px 45px;
    display: inline-block;
    margin-top: 20px;
    border: solid 2px #212529; 
    transition: all 0.5s ease-in-out 0s;
}
.round-black-btn:hover,
.round-black-btn:focus {
  background: transparent;
  color: #212529;
  text-decoration: none;
}

.product-info-tabs {
  margin-top: 25px; 
}
.product-info-tabs .nav-tabs {
  border-bottom: 2px solid #d8d8d8;
}
.product-info-tabs .nav-tabs .nav-item {
  margin-bottom: 0;
}
.product-info-tabs .nav-tabs .nav-link {
  border: none; 
  border-bottom: 2px solid transparent;
  color: #323232;
}
.product-info-tabs .nav-tabs .nav-item .nav-link:hover {
  border: none; 
}
.product-info-tabs .nav-tabs .nav-item.show .nav-link, 
.product-info-tabs .nav-tabs .nav-link.active, 
.product-info-tabs .nav-tabs .nav-link.active:hover {
  border: none; 
  border-bottom: 2px solid #d8d8d8;
  font-weight: bold;
}
.product-info-tabs .tab-content .tab-pane {
  padding: 30px 20px;
  font-size: 15px;
  line-height: 24px;
  color: #7a7a7a;
}
.review-form .form-group {
  clear: both;
}
.mb-20 {
  margin-bottom: 20px;
}

.review-form .rate {
  float: none;
  display: inline-block;
}
.review-heading {
  font-size: 24px;
    font-weight: 600;
    line-height: 24px;
    margin-bottom: 6px;
    text-transform: uppercase;
    color: #000;
}
.review-form .form-control {
  font-size: 14px;
}
.review-form input.form-control {
  height: 40px;
}
.review-form textarea.form-control {
  resize: none;
}
.review-form .round-black-btn {
  text-transform: uppercase;
  cursor: pointer;
}


.table{
  margin-bottom: 0;
}

.pro-full h4{
  font-family: Poppins-SemiBold;
  font-size: 20px;
}
.pro-full p{
  font-family: roboto;
  font-weight: 400;
  margin-bottom: 10px;
}

.signup-box {
  display: block;
  margin: 0 auto;
  width: 40em;
  height: auto;
  background: #fff;
  padding: 3em 0em 0em;
}
.signup-box .signup-form {
  display: block;
  margin: 0 auto;
}
.signup-form label,
.signup-form input {
  display: block;
  padding: 0;
  width: 100%;
}
.signup-form input:-webkit-autofill,
.signup-form input:-webkit-autofill:hover,
.signup-form input:-webkit-autofill:focus,
.signup-form textarea:-webkit-autofill,
.signup-form textarea:-webkit-autofill:hover,
.signup-form textarea:-webkit-autofill:focus,
.signup-form select:-webkit-autofill,
.signup-form select:-webkit-autofill:hover,
.signup-form select:-webkit-autofill:focus {
  border: 0;
  border-bottom: 2px solid black;
  -webkit-text-fill-color: black;
  -webkit-box-shadow: 0 0 0px 1000px #fff inset;
}
.signup-form label {
  font-size: 0.8em;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #000;
}
.signup-form .signup-input {
  border: 0;
  border-bottom: 2px solid #000;
  margin-bottom: 2em;
  font-size: 1em;
  padding: 0.5em 0.25rem;
}
.signup-form .signup-input:focus {
  border: 0;
  outline: 0;
  border-bottom: 1px solid #000;
}
.signup-form input[type="submit"] {
  font-size: 0.9em;
  display: block;
  margin: 0 auto;
  width: max-content;
  background: #000;
  padding: 1.25em 2em;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #fff;
  border: 0;
  outline: 0;
  transition: 0.3s all ease-in-out;
}
.signup-form input[type="submit"]:hover {
  background: #333;
  padding: 1.25em 4em;
  cursor: pointer;
}

.signup-terms {
  display: block;
  margin: 2em 0;
}

.signup-terms input {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none;
  cursor: pointer;
}

.signup-terms label {
  position: relative;
  cursor: pointer;
  text-transform: initial;
}

.signup-terms label a {
  color: #333;
  text-decoration: underline;
}
.signup-terms label a:hover {
  text-decoration: none;
}

.signup-terms label:before {
  content: "";
  -webkit-appearance: none;
  background-color: transparent;
  border: 3px solid #000;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05),
    inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
  padding: 7px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 1em;
}

.signup-terms input:checked + label:after {
  content: "";
  display: block;
  position: absolute;
  top: 3px;
  left: 7px;
  width: 4px;
  height: 8px;
  border: solid #fff;
  border-width: 0 3px 3px 0;
  transform: rotate(45deg);
}
.signup-terms input:checked ~ label:before {
  background: #000;
}

@media only screen and (max-width: 48em) {
  .signup-box {
    width: 30em;
  }
}
@media only screen and (max-width: 40em) {
  .signup-box {
    width: 100%;
  }
}





.faq-sec h2{
    position: relative;
    width: 23rem;
    color: hotpink;
    margin: 20px 0;
}

.faq-sec h2::after{
    position: absolute;
    content: '';
    width: 67px;
    height: 2px;
    right: 5px;
    background-color: hotpink;
    bottom: 0;
}

.accordion{
    width: 100%;
    padding: 0 5px;
    border: 2px solid #81bb31;
    cursor: pointer;
    display: flex;
    margin: 10px 0;
    justify-content: space-between;
    align-items: center;
    padding: 10px;
    padding-left: 25px;
    padding-right: 25px;
    border-radius: 30px;
    
}
.delay{
	position: relative;
}
.delay-1 h6{
	position: absolute;
    bottom: -10px;
    text-align: center;
    width: 100%;
    background-color: #fff;
    color: #232323;
    padding: 10px;
    font-size: 17px;
    font-family: Poppins-SemiBold;
}
.accordion i {
    color: #6db5ff;
    transition: all .5s ease-in;
}
.accordion .fa-minus{
    display: none;
}
.hover, .accordion:hover{
    background-color: #229519;
    color: white767px;
    transition: all .5s ease-in;
    border: 2px solid #dddddd;
}
.hover, .accordion:hover h5{
   color: white;
}
.active .fa-minus{
    display: block;
}
.active .fa-plus{
    display: none;
}
.accordion h5{
    font-size: 20px;
    margin: 0;
    color: #001733;
    padding-left: 5px;
}
.active i, .active h5 , .accordion:hover i , .accordion:hover h5{
    color: black;
}
.panal{
    padding: 0 15px;
    border-left: 1px solid #81bb31;
    margin-left: 25px;
    font-size: 14px;
    text-align: justify;
    overflow: hidden;
    transition: all .5s ease-in;
    max-height: 0;
}



.cou {
  display: inline-block;
  box-sizing: border-box;
  overflow: hidden;
  color: rgba(255, 255, 255, 0.9);
  text-align: center;
}

.cou__header,
.cou.cou--small .cou__header,
.cou--no-header .cou__content {
  display: inline-block;
}

.cou__header,
.cou.cou--small .cou__header {
  margin: 0;
  color: rgba(255, 255, 255, 0.9);
}

.cou__header {
  padding: 0 0.75em 0.25em;
  font-size: 24px;
  font-weight: 400;
  letter-spacing: 6px;
  line-height: 1;
  background: transparent;
}

.cou__content {
  position: relative;
  box-sizing: border-box;
  min-width: 5.417em;
  min-height: 1.208em;
  margin: 0;
  padding: 0.375em;
  overflow: hidden;
  border-radius: 3px 3px 3px 3px;
  font-size: 1.5rem;
  text-align: center;
  background: #229519;
}

.cou__item {
  position: relative;
  float: right;
}

.cou__item--digit.cou__item--0:before,
.cou__item--decimal.cou__item--0:before {
  content: "0\a 0\a 1\a 2\a 3\a 4\a 5\a 6\a 7\a 8\a 9\a 0\a 1\a 2";
}

.cou__item--digit.cou__item--1:before,
.cou__item--decimal.cou__item--1:before {
  content: "0\a 1\a 2\a 3\a 4\a 5\a 6\a 7\a 8\a 9\a 0\a 1\a 2\a 3";
}

.cou__item--digit.cou__item--2:before,
.cou__item--decimal.cou__item--2:before {
  content: "0\a 2\a 3\a 4\a 5\a 6\a 7\a 8\a 9\a 0\a 1\a 2\a 3\a 4";
}

.cou__item--digit.cou__item--3:before,
.cou__item--decimal.cou__item--3:before {
  content: "0\a 3\a 4\a 5\a 6\a 7\a 8\a 9\a 0\a 1\a 2\a 3\a 4\a 5";
}

.cou__item--digit.cou__item--4:before,
.cou__item--decimal.cou__item--4:before {
  content: "0\a 4\a 5\a 6\a 7\a 8\a 9\a 0\a 1\a 2\a 3\a 4\a 5\a 6";
}

.cou__item--digit.cou__item--5:before,
.cou__item--decimal.cou__item--5:before {
  content: "0\a 5\a 6\a 7\a 8\a 9\a 0\a 1\a 2\a 3\a 4\a 5\a 6\a 7";
}

.cou__item--digit.cou__item--6:before,
.cou__item--decimal.cou__item--6:before {
  content: "0\a 6\a 7\a 8\a 9\a 0\a 1\a 2\a 3\a 4\a 5\a 6\a 7\a 8";
}

.cou__item--digit.cou__item--7:before,
.cou__item--decimal.cou__item--7:before {
  content: "0\a 7\a 8\a 9\a 0\a 1\a 2\a 3\a 4\a 5\a 6\a 7\a 8\a 9";
}

.cou__item--digit.cou__item--8:before,
.cou__item--decimal.cou__item--8:before {
  content: "0\a 8\a 9\a 0\a 1\a 2\a 3\a 4\a 5\a 6\a 7\a 8\a 9\a 0";
}

.cou__item--digit.cou__item--9:before,
.cou__item--decimal.cou__item--9:before {
  content: "0\a 9\a 0\a 1\a 2\a 3\a 4\a 5\a 6\a 7\a 8\a 9\a 0\a 1";
}

.cou__content__digit {
  margin: 0 !important;
  float: right;
  line-height: 1;
  list-style: none !important;
}

.cou__item--digit,
.cou__item--decimal:not(:first-child) {
  position: relative;
  overflow: hidden;
  color: transparent;
  border-right: 1px solid rgba(255, 255, 255, 0.5);
}

.cou__item--digit:before,
.cou__item--decimal:before {
  position: absolute;
  top: 0;
  padding: 0 0.125em;
  color: rgba(255, 255, 255, 0.9);
  white-space: pre;
  transition: top 2s ease-in-out;
  transform: translateY(0);
}

.cou__item--digit {
  display: block;
  width: 0.65em;
  height: 1em;
}

.cou__item--digit:before {
  left: 0;
}

.cou__content__decimals {
  position: relative;
  width: 1.375em;
  margin: 0 !important;
  float: right;
  line-height: 1;
  list-style: none !important;
}

.cou__item--decimal {
  position: relative;
  left: -0.6em;
  display: block;
  width: 0.3em;
  height: 0.5em;
  overflow: hidden;
}

.cou__item--decimal:before {
  left: 0;
  font-size: 0.45em;
}

.cou.cou--single-line .cou__content.cou__content--animate .cou__content__decimals .cou__item--decimal:nth-child(2):before {
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}

.cou .cou__content.cou__content--animate .cou__content__decimals .cou__item--decimal:nth-child(2):before,
.cou.cou--single-line .cou__content.cou__content--animate .cou__content__decimals .cou__item--decimal:nth-child(3):before {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}

.cou .cou__content.cou__content--animate .cou__content__digit:nth-child(1) .cou__item--digit:before {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}

.cou .cou__content.cou__content--animate .cou__content__digit:nth-child(2) .cou__item--digit:before {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}

.cou .cou__content.cou__content--animate .cou__content__digit:nth-child(3) .cou__item--digit:before {
  -webkit-animation-delay: 0.7s;
          animation-delay: 0.7s;
}

.cou .cou__content.cou__content--animate .cou__content__digit:nth-child(4) .cou__item--digit:before {
  -webkit-animation-delay: 0.9s;
          animation-delay: 0.9s;
}

.cou .cou__content.cou__content--animate .cou__content__digit:nth-child(5) .cou__item--digit:before {
  -webkit-animation-delay: 1.1s;
          animation-delay: 1.1s;
}

.cou .cou__content.cou__content--animate .cou__content__digit:nth-child(6) .cou__item--digit:before {
  -webkit-animation-delay: 1.3s;
          animation-delay: 1.3s;
}

.cou .cou__content.cou__content--animate .cou__content__digit:nth-child(7) .cou__item--digit:before {
  -webkit-animation-delay: 1.5s;
          animation-delay: 1.5s;
}

.cou .cou__content.cou__content--animate .cou__content__digit:nth-child(8) .cou__item--digit:before {
  -webkit-animation-delay: 1.7s;
          animation-delay: 1.7s;
}

.cou .cou__content.cou__content--animate .cou__content__digit:nth-child(9) .cou__item--digit:before {
  -webkit-animation-delay: 1.9s;
          animation-delay: 1.9s;
}

.cou .cou__content.cou__content--animate .cou__content__digit:nth-child(10) .cou__item--digit:before {
  -webkit-animation-delay: 2.1s;
          animation-delay: 2.1s;
}

.cou .cou__content.cou__content--animate .cou__content__digit:nth-child(11) .cou__item--digit:before {
  -webkit-animation-delay: 2.3s;
          animation-delay: 2.3s;
}

.cou .cou__content.cou__content--animate .cou__content__digit:nth-child(12) .cou__item--digit:before {
  -webkit-animation-delay: 2.5s;
          animation-delay: 2.5s;
}

.cou .cou__content.cou__content--animate .cou__content__digit:nth-child(13) .cou__item--digit:before {
  -webkit-animation-delay: 2.7s;
          animation-delay: 2.7s;
}

.cou__content.cou__content--animate .cou__item--digit:before,
.cou__content.cou__content--animate .cou__item--decimal:before,
.cou.cou--small .cou__content.cou__content--animate .cou__item--digit:before,
.cou.cou--small .cou__content.cou__content--animate .cou__item--decimal:before {
  -webkit-animation: cou-bounce 1s forwards;
          animation: cou-bounce 1s forwards;
}

.cou__content__digit:last-child,
.cou__item--decimal:nth-child(2) {
  border-left: 1px solid #7a9e73;
  border-left: 1px solid rgba(4, 81, 127, 0.2);
}

.cou__item--commapoint {
  border-right: 1px solid #7a9e73;
  border-right: 1px solid rgba(4, 81, 127, 0.2);
  padding: 0 0.208em;
}

.cou__item--decimalpoint {
  padding-left: 0.125em;
}

.cou__item--currency {
  margin-left: 0.4em;
  float: left;
  font-size: 0.5em;
}

.cou__footnote {
  margin-top: 0.333em;
  color: rgba(255, 255, 255, 0.6);
  font-family: Tahoma, sans-serif;
  font-size: 9px;
}

/*------------------------------------*\
  #COU--BLUE
\*------------------------------------*/
.cou.cou--blue,
.cou.cou--blue .cou__header,
.cou.cou--blue .cou__item--digit:before,
.cou.cou--blue .cou__item--decimal:before {
  color: #fff;
}

.cou.cou--blue .cou__header {
  background: #002554;
  background: linear-gradient(to bottom, white 0%, #04517f 36%);
  /* W3C */
  border: 1px solid #002554;
}

.cou.cou--blue .cou__content {
  background: #002554;
  background: linear-gradient(to bottom, white 0%, #04517f 30%);
  /* W3C */
  border: 2px solid #002554;
}

.cou.cou--blue .cou__content__digit:first-child {
  border-right: none;
}

.cou.cou--blue .cou__item--digit,
.cou.cou--blue .cou__item--decimal,
.cou.cou--blue .cou__item--commapoint {
  border-right: 1px solid #fff;
  border-right: 1px solid rgba(240, 240, 240, 0.2);
}

.cou.cou--blue .cou__content__digit:last-child,
.cou.cou--blue .cou__item--decimal:nth-child(2) {
  border-left: 1px solid #fff;
  border-left: 1px solid rgba(240, 240, 240, 0.2);
}

.cou.cou--blue.cou--no-hyphens .cou__content__digit:last-child,
.cou.cou--blue.cou--no-hyphens .cou__item--decimal:nth-child(2) {
  border: none;
}

/*------------------------------------*\
  #COU--NO-BOXES
\*------------------------------------*/
.cou.cou--no-boxes .cou__content,
.cou.cou--no-boxes.cou--small .cou__content {
  padding: 0;
}

.cou.cou--no-boxes,
.cou.cou--no-boxes .cou__item,
.cou.cou--no-boxes .cou__item:before {
  color: #404350;
}

.cou.cou--no-boxes .cou__header,
.cou.cou--no-boxes .cou__content,
.cou.cou--no-boxes .cou__content__digit,
.cou.cou--no-boxes .cou__content__decimals,
.cou.cou--no-boxes .cou__item--digit,
.cou.cou--no-boxes .cou__item--decimal,
.cou.cou--no-boxes .cou__item--commapoint {
  background: none;
  border: none;
}

.cou.cou--no-boxes .cou__item--decimalpoint {
  padding-left: 0;
}

.cou.cou--no-boxes .cou__content__decimals {
  width: 1em;
}

.cou.cou--no-boxes .cou__item--currency {
  margin-left: 0.2em;
}

.cou.cou--no-boxes .cou__item--digit {
  width: 0.67em;
}

.cou.cou--no-boxes .cou__item--decimal,
.cou.cou--no-boxes .cou__item--commapoint {
  width: 0.4em;
}

.cou.cou--no-boxes .cou__item--digit:before,
.cou.cou--no-boxes .cou__item--decimal:before,
.cou.cou--no-boxes .cou__item--commapoint {
  padding: 0;
}

.cou.cou--no-boxes.cou--small .cou__item--decimal:before {
  font-size: 0.62em;
  font-size: 50%;
}

/*------------------------------------*\
  #COU--NO-HYPHENS
\*------------------------------------*/
.cou.cou--no-hyphens .cou__content__decimals {
  width: 1.042em;
}

.cou.cou--no-hyphens .cou__item--decimal {
  width: 0.35em;
}

.cou.cou--no-hyphens .cou__item--digit,
.cou.cou--no-hyphens .cou__item--decimal {
  border: none;
}

.cou.cou--no-hyphens .cou__item--digit {
  width: 0.792em;
}

.cou.cou--no-hyphens .cou__content__digit,
.cou.cou--no-hyphens .cou__item--digit:last-child,
.cou.cou--no-hyphens .cou__content__decimals,
.cou.cou--no-hyphens .cou__item--decimal:last-child,
.cou.cou--no-hyphens .cou__item--commapoint {
  border: none;
}

.cou.cou--no-hyphens .cou__item--decimalpoint {
  padding: 0;
}

.cou.cou--no-hyphens .cou__item--commapoint {
  padding: 0;
  border: none;
}

.cou.cou--no-hyphens .cou__item--currency {
  margin-left: 0.3em;
  padding-top: 0;
}

/*------------------------------------*\
  #HIDE
\*------------------------------------*/
.cou.cou--gold .cou__header,
.cou.cou--gold .cou__footnote {
  display: none;
}

/*------------------------------------*\
  #ANIMATION
\*------------------------------------*/
@-webkit-keyframes cou-bounce {
  0% {
    transform: translateY(0);
  }
  35% {
    transform: translateY(-11.25em);
  }
  65% {
    transform: translateY(-10.9em);
  }
  90% {
    transform: translateY(-11.08em);
  }
  100% {
    transform: translateY(-11em);
  }
}
@keyframes cou-bounce {
  0% {
    transform: translateY(0);
  }
  35% {
    transform: translateY(-11.25em);
  }
  65% {
    transform: translateY(-10.9em);
  }
  90% {
    transform: translateY(-11.08em);
  }
  100% {
    transform: translateY(-11em);
  }
}



@media only screen and (min-width: 1208px){
  .marquee-full-sec{
    margin-top: 96px !important; 
  }
  .marquee-sec .text-bg-sec{
        padding-top: 23px !important;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1208px){
  .marquee-full-sec{
    margin-top: 80px !important;

  }
}





#gallery {
  padding-top: 40px;
}
@media screen and (min-width: 991px) {
  #gallery {
    padding: 60px 30px 0 30px;
  }
}

.img-wrapper {
  position: relative;
  margin-top: 15px;
}
.img-wrapper img {
  width: 100%;
  height: 170px;
  object-fit: cover;
}

.img-overlay {
  background: #81b73466;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
}
.img-overlay i {
  color: #fff;
  font-size: 3em;
}

#overlay {
  background: rgba(0, 0, 0, 0.7);
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 999;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
#overlay img {
  margin: 0;
  width: 80%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  padding: 5%;
}
@media screen and (min-width: 768px) {
  #overlay img {
    width: 60%;
  }
}
@media screen and (min-width: 1200px) {
  #overlay img {
    width: 50%;
  }
}

#nextButton {
  color: #fff;
  font-size: 2em;
  transition: opacity 0.8s;
}
#nextButton:hover {
  opacity: 0.7;
}
@media screen and (min-width: 768px) {
  #nextButton {
    font-size: 3em;
  }
}

#prevButton {
  color: #fff;
  font-size: 2em;
  transition: opacity 0.8s;
}
#prevButton:hover {
  opacity: 0.7;
}
@media screen and (min-width: 768px) {
  #prevButton {
    font-size: 3em;
  }
}

#exitButton {
  color: #fff;
  font-size: 2em;
  transition: opacity 0.8s;
  position: absolute;
  top: 15px;
  right: 15px;
}
#exitButton:hover {
  opacity: 0.7;
}
@media screen and (min-width: 768px) {
  #exitButton {
    font-size: 3em;
  }
}
.dropdown-menu li{
  margin-left: 15px;
}
.dropdown-menu li a{
  color:#000;
  text-decoration: none;
}
.dropdown-menu .divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5;
    }



    .video-sec video{
     height: 300px;
     object-fit: cover;
    }

.fancybox-container{
  top: 77px!important;
}
  .btn-success{
    border: 1px solid #81bb31 !important;
    border-radius: 5px !important;
    font-family: Poppins-Medium;
    background-color: #81bb31;
  }
  .btn-success:hover{
     color: #fff;
  }
   .btn-success:active{
     color: #fff;
  }
.gallery-section {
  padding: 60px 0;
}

.gallery-section .gallery-box {
  background: #fff;
  padding: 15px;
  display: grid;
  grid-template-columns: repeat(5, auto);
  /*grid-template-rows: repeat(1, 18vw);*/
  grid-auto-rows: 16vw;
  grid-gap: 1rem;
    grid-auto-flow: dense;
}

.gallery-section .gallery-box .box {
  display: inline-block;
  max-width: 100%;
  overflow: hidden;
    box-shadow: 0px 8px 24px 1px #00000020;
  transition: all .5s ease;
}

.gallery-section .gallery-box .box:hover {
    box-shadow: 0px 8px 24px 1px #00000040;
}

.gallery-section .gallery-box .box.big {
  grid-row: span 2;
  grid-column: span 2;
}

.gallery-section .gallery-box .box.horizontal {
  grid-column: span 2;
}

.gallery-section .gallery-box .box.vertical {
  grid-row: span 2;
}

.gallery-section .gallery-box .box img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  transition: all .5s ease;
}

.gallery-section .gallery-box .box:hover img {
  transform: scale(1.2);
}

/**** MEDIA QUERIES ****/
@media (max-width: 1000px) {

    .gallery-section .gallery-box {
        grid-template-columns: repeat(4, auto);
        grid-auto-rows: 18vw;
    }
}

@media (max-width: 767px) {
    .gallery-section .gallery-box {
        grid-template-columns: repeat(3, auto);
    }
    .col-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
}

@media (max-width: 575px) {
    .gallery-section .gallery-box {
        grid-template-columns: repeat(1, auto);
        grid-auto-rows: 35vw;
    }
}



.dropbtn {
  
  color: #000;
  padding: 15px 300px;
  font-size: 16px;
  border: 1px solid #000;
  cursor: pointer;
}

.dropbtn:hover, .dropbtn:focus {
  background-color: #fff;
}

.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f1f1f1;
  min-width: 160px;
  overflow: auto;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

.dropdown a:hover {background-color: #ddd;}

.show { 
  display: block; 
  width: 100%;     
}


@media screen and (max-width: 767px) {

   .dropbtn{
    padding: 5px 149px;
   }
   .pro-im{
     width: unset;
   }
   .single-pro-category h4{
     font-size: 16px;
     margin-top: 20px;
   }
   .single-pro-category p{
     font-size: 14px;
   }
   
   .btn-success{

    border: unset !important;
    border-radius: unset !important;
    /* color: #81bb31; */
    font-size: 11px;
   }
   .table-hover tbody tr:hover{
    background-color: unset;
   }

}
@media screen and (max-width: 438px){
    .dropbtn{
    padding: 5px 100px;
   }
}

.orderpage {
  padding: 45px;
  margin-top: 8%; }
  .orderpage .orderpage-conta {
    background: #fafafa; }
    .orderpage .orderpage-conta .container {
      width: 100%;
      padding-right: 15px;
      padding-left: 15px;
      margin-right: auto;
      margin-left: auto; }
    .orderpage .orderpage-conta .d-flex {
      display: flex;
      flex-direction: row;
      background: #fafafa;
      border-radius: 0 0 5px 5px;
      padding: 25px; }
    .orderpage .orderpage-conta form {
      flex: 4; }
    .orderpage .orderpage-conta .Yorder {
      flex: 2; }
    .orderpage .orderpage-conta h2 {
      margin: 0;
      padding-left: 15px; }
    .orderpage .orderpage-conta .required {
      color: red; }
    .orderpage .orderpage-conta label, .orderpage .orderpage-conta table {
      display: block;
      margin: 15px; }
    .orderpage .orderpage-conta label > span {
      float: left;
      width: 25%;
      margin-top: 12px;
      padding-right: 10px; }
      @media only screen and (max-width: 767px) {
        .orderpage .orderpage-conta label > span {
          width: 100%; } }
    .orderpage .orderpage-conta input[type="text"], .orderpage .orderpage-conta input[type="tel"], .orderpage .orderpage-conta input[type="email"], .orderpage .orderpage-conta select {
      width: 70%;
      /*  height: 30px; */
      padding: 5px 10px;
      margin-bottom: 10px;
      border: 1px solid #dadada;
      color: #888; }
      @media only screen and (max-width: 767px) {
        .orderpage .orderpage-conta input[type="text"], .orderpage .orderpage-conta input[type="tel"], .orderpage .orderpage-conta input[type="email"], .orderpage .orderpage-conta select {
          width: 100%; } }
    .orderpage .orderpage-conta select {
      width: 72%;
      height: 60px;
      padding: 5px 10px;
      margin-bottom: 10px; }
    .orderpage .orderpage-conta .Yorder {
      margin-top: 15px;
      height: 500px;
      padding: 20px;
      border: 1px solid #dadada; }
      @media only screen and (max-width: 767px) {
        .orderpage .orderpage-conta .Yorder {
          height: auto; } }
    .orderpage .orderpage-conta table {
      margin: 0;
      padding: 0; }
    .orderpage .orderpage-conta th {
      border-bottom: 1px solid #dadada;
      padding: 10px 0;
      font-size: 22px; }
    .orderpage .orderpage-conta tr > td:nth-child(1) {
      text-align: left;
      color: #2d2d2a; }
    .orderpage .orderpage-conta tr > td:nth-child(2) {
      text-align: right;
      color: #292929; }
    .orderpage .orderpage-conta td {
      border-bottom: 1px solid #dadada;
      padding: 25px 25px 25px 0; }
    .orderpage .orderpage-conta p {
      display: block;
      color: #888;
      margin: 0;
      padding-left: 25px; }
    .orderpage .orderpage-conta .Yorder > div {
      padding: 15px 0; }
    .orderpage .orderpage-conta button {
      width: 100%;
      margin-top: 10px;
      padding: 10px;
      border: none;
      border-radius: 30px;
      background: yellowgreen;
      color: #fff;
      font-size: 15px;
      font-weight: bold; }
       .orderpage .orderpage-conta button a{
       	color: #fff;
       	font-size: 18px;
       }
      .orderpage .orderpage-conta button:hover {
    color: #fff;
    background-color: #218838;
    
}
      .orderpage .orderpage-conta button:focus {
        outline: none; }
    .orderpage .orderpage-conta button:hover {
      cursor: pointer;
      background: #218838; }
    .orderpage .orderpage-conta .title {
      background: yellowgreen;
      text-align: center;
      text-transform: uppercase;

      padding: 20px;
      color: #f6f6f6; }
      .orderpage .orderpage-conta .title h2 {
         font-family: Poppins-SemiBold;
    font-size: 25px; }
        @media only screen and (max-width: 767px) {
          .orderpage .orderpage-conta .title h2 {
            font-size: 20px; } 
    .orderpage .orderpage-conta .form-sect {
      padding-left: 20px;
      padding-right: 20px; }
      .orderpage .orderpage-conta .form-sect label {
        font-family: 'Montserrat-Regular';
        font-size: 15px; }
    .orderpage .orderpage-conta .Yorder th {
      font-family: 'Montserrat-Medium'; }
    .orderpage .orderpage-conta .Yorder td {
Success!
      font-family: 'Montserrat-Regular';
      font-size: 15px; }
    .orderpage .orderpage-conta .Yorder button a {
      color: #fff;
      font-family: 'Montserrat-Medium';
      text-decoration: none; }
      .orderpage .orderpage-conta .Yorder button a:focus {
        outline: none; }}
.form-sect{
	padding: 25px;
	box-shadow: 
8px 0 5px -8px rgba(0,0,0,0.4),
-8px 0 5px -8px rgba(0,0,0,0.4); 
background: #fafafa;
}
.logo-foot ul{
    list-style-type:none;
}
.logo-foot ul li{
    display:inline-flex;
}
.logo-foot ul li img{
    display:inline;
}
.foot-count{
    display:inline-flex;
    align-items: baseline;
    justify-content: center;
}
.foot-count h6{
    font-family: Poppins-Regular;
    color: #000;
    text-transform: uppercase;
    font-size: 13px;
}
.foot-count img{
    width: 100%;
    /* margin-left: auto; */
    display: inline;
    vertical-align: bottom;
    margin-left:5px;

}
.impress img{
    margin-left: 0;
    width: 90%;
}