body {
    font-family: 'Poppins', sans-serif;
}
h1,h2,h3,h4,h5,h6 {
    font-family: 'Poppins', sans-serif;
}
h1,h2,h3,h4,h5,h6 {
    color: #054905;
    font-weight: 600;
    font-size: 40px;
}
span{
    color:#e39810;
    font-size: 20px;
    font-weight: 100;
}
p{
    color: gray;
    margin: 0px;
}
a{
    text-decoration: none !important;
}
.gbr-nav {
    background: white;
}
.about-video-box.aos-init video {
    width: 100%;
    height: 100%;
    margin: 0px;
    padding: 0px;
}
.about-video-box {
    outline: solid;
    outline-width: 10px;
    outline-color: #61860A;
    padding: 1em;
}
/* Loader */
.loading{position: fixed; width: 100%; height: 100%; left: 0; top: 0; display: -webkit-flex;display: -moz-flex;display: -ms-flex;display: -o-flex;display: flex; justify-content: center; align-items: center; z-index: 9999999;}
.loading:after{
    position: absolute; 
    content: '';
    width: var(--width);
    height: 100%;
    left: 0;
    background-color:rgb(45 103 36);
    z-index: -1;
}
.loading.reverce:after{
    right: 0;
    left: auto;
    transition: 0.6s ease all;
    width: 0;
}

.loading .logo-section{width: 250px; height: 250px; position: relative; margin-top: -200px;
-webkit-animation-name: bounce; 
            -webkit-animation-duration: 0.5s; 
            -webkit-animation-direction: alternate; 
            -webkit-animation-timing-function: cubic-bezier( 
            .5, 0.05, 1, .5); 
            -webkit-animation-iteration-count: infinite; }
.loading .logo-section img{width: 100%;}
.pace {
    -webkit-pointer-events: none;
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

.bounce-5 {
    animation-name: bounce-5;
    animation-timing-function: ease;
}
@keyframes bounce {
    from { 
        -webkit-transform: translate3d(0, 0, 0); 
        transform: translate3d(0, 0, 0); 
    } 
    to { 
        -webkit-transform: translate3d(0, 200px, 0); 
        transform: translate3d(0, 200px, 0); 
    } 
}
/* End */

/* Navigation */
.gbr-brand img {
    max-width: 120px;
    margin-top: 3em;
}
.gbr-nav li.nav-item .nav-link.active {
    color: #167203;
    position: relative;
}
.gbr-nav li.nav-item a {
    color: #61860A;
}
.gbr-nav li.nav-item .nav-link.active:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 4px;
    background: #F0A003;
    bottom: -8px;
    right: 0;
}
.service-product-grid {
    margin: 15px;
    padding: 1.5em;
    margin-right: 0px;
    border-radius: 0px 10px 0px 10px;
    text-align: center;
}
.g-color-1 {
    background: #61860A;
}
.g-color-2 {
    background: #0C3C02;
}
.g-color-3 {
    background: #258b25;
}
.service-product-grid h5 {
    color: white;
    font-size: 50px;
}
.service-product-grid p {
    color: white;
    padding: 0px;
    font-size: 13px;
}
.service-product-grid p:nth-child(2) {
    color: white;
    padding: 0px;
    font-size: 16px;
    font-weight: 600;
}
.company-icon img {
    max-width: 200px;
    margin: 0px auto;
}
/* End */

/* Slider Layout */
.hero-slider-layout {
    background-image: url(../img/main-bg.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    overflow: hidden;
    padding-top: 1em;
}
.bg-ring-img {
    position: relative;
}
.bg-ring-img img {
    position: absolute;
    right: 9em;
    top: 6em;
    opacity: 0.5;
}
.slide-image video {
    height: 520px;
    margin-bottom: -1em;
}
.hero-slider .slick-track {
    margin-top: 4em;
}
.slide-image {
    -webkit-mask-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAIAAACQd1PeAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAA5JREFUeNpiYGBgAAgwAAAEAAGbA+oJAAAAAElFTkSuQmCC);
    border-radius: 85px 0 85px 0;
    position: relative;
}
.hero-slider-layout .slick-dots li.slick-active button:before {
    opacity: .75;
    color: #0C3C02;
    font-size: 15px;
}
.hero-slider-layout .slick-dots li button:before {
    font-family: 'slick';
    font-size: 16px;
    color: #1f6811;
}
.hero-slider {
    z-index: 2;
}
.main-slide.slick-slide.slick-current:focus {
    border: none;
    outline: none;
}
.slide-caption-box p {
    color: white;
    margin-bottom: 2em;
    margin-top: 1em;
}
.slide-btn-grp a {
    background: transparent;
    margin-right: 1em;
    padding: 7px 20px;
    border-radius: 0px 40px 40px 40px;
    color: white;
    cursor: pointer;
    border: 3px solid #F0A003;
}
.slide-caption-box {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.slide-image img {
    border-radius: 70px 0px 70px 0px;
    height: 600px;
    object-fit: cover;
    width: 100%;
    position: relative;
}
.slide-caption-box h1 {
    color: white;
    font-size: 60px;
}
.slide-caption-box span {
    color: white;
    font-size: 60px;
    font-weight: 400;
}
.hero-slider-layout:before {
    content: '';
    position: absolute;
    background: #0a5b0acf;
    width: 100%;
    height: 100%;
    top: 0;
}
/* End */

/* Header css */
.navbar-expand-md .navbar-collapse {
    position: relative;
    z-index: 2;
}
.dropdown-item:focus {
    background: #61860A;
    outline: none;
    color: white !important;
}
/* End */

/* Product Page Css */
.product-img-box .home-product-img {
    width: 100%;
    height: 240px;
    object-fit: contain;
}
/* End */

/* Product details page */
.product-details-caption-img {
    padding: 0px;
    background: white;
    text-align: center;
    border: 0.5em solid #054905;
}
.product-details-caption-img img {
    height: 300px;
    object-fit: cover;
    width: 100%;
    margin: 0px auto;
    text-align: center;
}
.product-details-info ul li:first-child {
    font-size: 18px !important;
}
.product-details-info ul li:nth-child(2) {
    font-size: 16px !important;
}
/* End */

/* Gallery Page */
.img-box-gallery img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    margin-bottom: 2em;
    background: white;
    padding: 10px;
    border-radius: 7px;
    transition: cubic-bezier(0.075, 0.82, 0.165, 1);
    box-shadow: 1px 1px 3px 1px #80808042;
}
.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    color: #fff;
    background-color: #054905;
    border-bottom: 3px solid #6ad168;
    transition: 0.5s;
}
.nav-pills .nav-link {
    color: #015501;
}
.img-box-gallery img:hover {
    background: #014301;
    transition: 0.5s;
}
/* End */

/* About Us */
.goal-info-box img {
    width: 100%;
}
.goal-layout-capton-box {
    background: white;
    margin-bottom: 2em;
    padding: 1.5em;
    border-radius: 9px;
    box-shadow: 0px 1px 5px 0px #80808036;
    height: 275px;
}
/* End */

/* About Us Layout */
.hero-slider-layout:after {
    content: "";
    position: absolute;
    bottom: -100px;
    left: -50px;
    height: 220px;
    width: 130%;
    background-color:#ebffe7;
    -webkit-transform: rotate(-4deg);
    -ms-transform: rotate(-4deg);
    transform: rotate(-4deg);
}
.ab-seed-info1 {
    max-width: 180px;
    position: absolute;
    left: 0;
    bottom: 0;
}
.ab-seed-info2 {
    max-width: 285px;
    position: absolute;
    right: 0;
    top: 1em;
}
.about-text-caption {
    margin-bottom: 2em;
}
.about-caption-box a {
    background: #61860A;
    padding: 10px 25px;
    border-radius: 0px 10px 10px 10px;
    color: white;
    font-size: 15px;
}
.about-us-layout {
    background: #ebffe7;
    z-index: 0;
    position: relative;
    padding-top: 8em;
    padding-bottom: 4em;
}

.about-video-box {
    position: relative;
    margin-bottom: 2.5em;
}
.about-video-box img {
    width: 100%;
    height: 340px;
    object-fit: cover;
}
.video-ply-icon {
    position: absolute;
    top: 50%;
    right: 0;
    display: flex;
    left: 0;
    bottom: 0;
    transform: translateY(-50%);
    align-items: center;
    z-index: 1;
}

.video-ply-icon img {
    width: 60px;
    height: 60px;
    text-align: center;
    margin: 0px auto;
}
/* End */

/* Our Portfolio */
.portfolio-layout .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: white;
    background-color: #036103;
    border-radius: 30px;
    transition: 0.5s;
    border: 3px solid #e39810;
}
.anim-round {
    position: relative;
}
.anim-round img {
    position: absolute;
    left: 15px;
    top: -3em;
}
.anim-leaf-bg img{
    position: absolute;
    right: 22px;
    bottom: -33px;
}
.portfolio-layout {
    margin-bottom: 2em;
    position: relative;
}
.nav-tabs {
    border-bottom: 1px solid #dee2e600;
    margin-bottom: 1.5em;
}
.portfolio-layout .content-details div img {
    max-width: 50px;
    background: white;
    border-radius: 100%;
    border: 3px solid #acacac6b;
    padding: 8px;
}
.nav-link {
    display: block;
    padding: 0.5rem 2rem;
    margin-right: 1.5em;
    margin-left: 1.5em;
    font-weight: 500;
    font-size: 18px;
}
.nav-tabs .nav-link {
    color: #054905;
    background-color: #dee2e6;
    border-radius: 30px;
    transition: 0.5s;
    border: 3px solid #e39810;
}
.product-img-box {
    margin: 0.8em;
}
/* Animation image */
.portfolio-layout .content {
    position: relative;
    overflow: hidden;
  }
  
  .portfolio-layout .content .content-overlay {
    background: #036103a6;
    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;
  }
  
  .portfolio-layout .content:hover .content-overlay {
    opacity: 1;
  }
  
  .portfolio-layout .content-image {
    width: 100%;
  }
  
  .portfolio-layout .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;
  }
  
  .portfolio-layout .content:hover .content-details {
    top: 50%;
    left: 50%;
    opacity: 1;
  }
  
  .portfolio-layout .content-details h3 {
    color: #fff;
    font-weight: 500 !important;
    margin-bottom: 0.5em;
    margin-top: 0.5em;
    font-size: 22px;
  }
  
  .portfolio-layout .content-details p {
    color: #fff;
    font-size: 0.8em;
  }
  
  .portfolio-layout .fadeIn-bottom {
    top: 80%;
  }
/* End */


/* Our Services */
.service-grid-box {
    display: flex;
}
.group-grid-sr2 {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.our-services-layout {
    background: #ebffe7;
}
.service-text-box a {
    background: #61860A;
    padding: 10px 25px;
    border-radius: 0px 10px 10px 10px;
    color: white;
    font-size: 15px;
}
/* End */

/* Product Page */
.common-main-heading-ng {
    height: 300px;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(../img/main-bg.jpg);
    position: relative;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}
.info-caption-product h2 {
    font-size: 23px;
    margin-bottom: 15px;
    text-align: center;
    border-bottom: 1px solid #8080803d;
    padding-bottom: 10px;
}
.info-caption-product ul li:first-child {
    color: green;
    width: 50%;
    font-weight: 600;
    font-size: 14px;
}

.info-caption-product ul li:nth-child(2) {
    width: 70%;
    font-size: 12px;
}
.info-caption-product ul {
    list-style: none;
    padding: 0;
    display: flex;
}
.product-link-caption a {
    background: darkgreen;
    color: white;
    padding: 7px 18px;
    border-radius: 10px;
    font-size: 12px;
}

.product-link-caption {
    text-align: center;
}
.info-caption-product {
    background: white;
    padding: 1em;
}
.product-point-css ul li {
    line-height: 38px;
    font-size: 19px;
}
.product-point-css {
    display: flex;
    margin-top: 1em;
    margin-bottom: 1em;
}
.product-point-css ul {
    list-style: none;
    margin: 0;
    padding: 0;
    margin-right: 2em;
}
.common-main-heading-ng:after {
    content: "";
    position: absolute;
    background: #0c3c02b3;
    width: 100%;
    height: 100%;
    z-index: 1;
}
.product-caption-heading {
    z-index: 2;
    position: relative;
}
.product-caption-heading h2 {
    color: white;
}
.product-releted-logo .slick-slide {
    padding: 3em;
    text-align: center;
}
.product-releted-logo .slick-prev:before, .slick-next:before {
    font-family: 'slick';
    font-size: 25px;
    line-height: 1;
    opacity: .75;
    color: #F0A003;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.product-releted-logo .slick-slide img {
    border-radius: 5px;
    border: 3px solid #054905;
}
.product-releted-logo .slick-slide:focus {
    outline: none;
}
.product-details-layout {
    position: relative;
}
.product-layout-bg {
    position: relative;
}
.common-bg-layout {
    background: #ebffe7;
}
.details-caption-img {
    padding: 0.8em;
    background: white;
    border: 0.5em solid #054905;
    margin: 0px auto;
    text-align: center;
}
.details-caption-img img {
    height: 215px;
    object-fit: cover;
    width: 100%;
}
.product-prize {
    margin-top: 0.5em;
    font-size: 33px;
    margin-bottom: 0.5em;
}
.product-cart-btn-grp a {
    background: #61860A;
    padding: 10px 25px;
    border-radius: 0px 10px 10px 10px;
    color: white;
    font-size: 15px;
}
.product-layout-bg:after {
    content: "";
    clip-path: polygon(0 90%, 100% 20%, 100% 100%, 0% 100%);
    background: #ebffe7;
    position: absolute;
    width: 100%;
    height: 100px;
    bottom: -8px;
    z-index: 1;
}
.caption-heading-product {
    font-size: 23px;
    margin-top: 0.5em;
}
.product-releted-logo .slick-next:before, .slick-prev:before {
    font-family: 'slick';
    font-size: 25px;
    line-height: 1;
    opacity: .75;
    color: #F0A003;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
/* End */

/* Contact Page */
.contact-us-layout .contact-wrap {background: rgb(12,60,2);background: linear-gradient(35deg, rgba(12,60,2,1) 0%, rgba(39,113,24,1) 75%);}
.contact-us-layout .contact-wrap h3 {
    color: #fff;
    font-size: 33px;
    font-weight: 500;
}
.contact-us-layout #contactForm .form-control {
    font-size: 16px;
}
.contact-us-layout .btn.btn-primary {
    background: white;
    border: none;
    color: rgb(12,60,2);
    padding: 8px 18px;
    box-shadow: 0px 0px 9px 0px rgb(10 52 2);
}
.contact-us-layout .contact-us-card {
    width: 100%;
    -webkit-box-shadow: 0px 21px 41px -13px rgb(0 0 0 / 18%);
    -moz-box-shadow: 0px 21px 41px -13px rgba(0, 0, 0, 0.18);
    box-shadow: 0px 21px 41px -13px rgb(0 0 0 / 18%);
    background: white;
}
.contact-us-layout .info-wrap h3 {
    color: rgb(12,60,2);
    font-size: 33px;
    position: relative;
    font-weight: 500;
}
.contact-us-layout .info-wrap h3:after {
    position: absolute;
    bottom: -3px;
    left: 0;
    width: 60px;
    height: 3px;
    background: rgb(12,60,2);
    content: '';
}
.contact-us-layout .info-wrap .dbox {
    width: 100%;
    margin-bottom: 25px;
}
.contact-us-layout .info-wrap .dbox .icon {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 1px solid rgba(0, 0, 0, 0.05);
}
.contact-us-layout .info-wrap .dbox .icon span {
    font-size: 20px;
    color: rgb(12,60,2);
}
.contact-us-layout .info-wrap .dbox .text {
    width: calc(100% - 50px);
}
.contact-us-layout .info-wrap .dbox p {
    margin-bottom: 0;
    font-size: 16px;
}
.contact-us-layout .info-wrap .dbox p span {
    font-weight: 400;
    color: rgb(12,60,2);
    font-size: 18px;
}
.contact-us-layout .info-wrap .dbox p a {
    color: gray;
}
.contact-us-layout .contactForm .form-control::placeholder {
    color: #ffffff63;
}
.contact-us-layout .contactForm .form-control {
    border: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    padding: 0;
}
.form-control {
    height: 52px;
    background: transparent;
    color: rgba(255, 255, 255, 0.8);
    font-size: 14px;
    border-radius: 0px;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 1px solid rgba(255, 255, 255, 0.2);
}
.contact-us-layout .form-control:focus {
    color: white;
    background-color: transparent;
    outline: 0;
    box-shadow: none;
}
/* End */

/* Blog Css */
.meta-inner img {
    max-width: 20px;
    margin-right: 11px;
}
/* End */

/* Our Global Partner */
.partner-box-layout {
    border: 2px solid #e7e7e7;
    padding: 1em;
    padding-top: 3em;
    padding-bottom: 3em;
}
.slick-dots li.slick-active button:before {
    opacity: .75;
    color: #b02323;
}
.partner-layout .slick-dots li.slick-active button:before {
    opacity: .75;
    color: #323232;
}
.partner-layout {
    position: relative;
}
.pot-bg {
    position: absolute;
    top: 4px;
    left: 204px;
    z-index: 1;
}
.ftu-leaf-bg {
    position: absolute;
    top: 0;
    left: 0;
    max-width: 158px;
    opacity: 0.2;
}
.ftu-logo-bg {
    position: absolute;
    top: 0;
    right: 0;
    max-width: 158px;
    opacity: 0.2;
}
.pot-bg img {
    max-width: 190px;
}
.service-product-grid:hover {
    transition: 0.5s;
    transform: translateY(-5px) !important;
}
.partner-layout .slick-dots li button:before {
    font-family: 'slick';
    font-size: 16px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    content: '•';
    text-align: center;
    opacity: .25;
    color: black;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
/* End */

/* Footer Layout */
.footer-bg-layout {
    background: #0C3C02;
    color: white;
    margin-top: 3em;
    position: relative;
}
.copy-right-caption {
    background: #61860A;
    padding: 0.7em;
}
.copy-right-caption p {
    font-size: 17px;
    font-weight: 100;
}
.footer-caption-info img {max-width: 165px;}
.footer-caption-info {
    text-align: center;
    color: white;
}
.footer-caption-info ul {
    padding: 0;
}
.footer-caption-info h4 {
    color: white;
    font-size: 22px;
    margin-bottom: 25px;
    position: relative;
}
.footer-caption-info p {
    color: white;
    font-size: 15px;
}
.footer-caption-info a {
   color: white;
}
.footer-caption-info .news-btn-ftu {
    background: #61860A;
    color: white;
    padding: 8px 20px;
    border-radius: 0px 13px 13px 13px;
    font-size: 14px;
}
.footer-caption-info h4:before {
    content: '';
    position: absolute;
    width: 25%;
    height: 4px;
    background: #61860A;
    bottom: -10px;
    margin: 0px auto;
    left: 0;
    right: 0;
}
.footer-caption-info ul li {
    margin: 0px;
    list-style: none;
    padding-left: 5px;
    text-align: center;
    line-height: 35px;
}
.top-scroll {
    position: absolute;
    top: -25px;
    background: #F0A003;
    width: 50px;
    height: 50px;
    right: 0;
    left: 0;
    text-align: center;
    margin: 0px auto;
    border-radius: 50%;
}
.top-scroll span img {
    transform: rotate(-90deg);
    max-width: 22px;
    position: relative;
    top: 7px;
}
/* End */

/* Animation Css */
.anim-2 {
    animation: bounce-slide 1s infinite alternate;
    -webkit-animation: bounce-slide 0.8s infinite alternate;
    width: 120px;
}
.anim-3 {
    animation: bounce-slide 1s infinite alternate;
    -webkit-animation: bounce-slide 1.2s infinite alternate;
}
.anim-4 {
    animation: bounce-slide 1s infinite alternate;
    -webkit-animation: bounce-slide 1.8s infinite alternate;
}
.ab-seed-info1 {
    animation: bounce-slide 1s infinite alternate;
    -webkit-animation: bounce-slide 1.2s infinite alternate;
}
.ab-seed-info2 {
    animation: bounce-slide 1s infinite alternate;
    -webkit-animation: bounce-slide 1s infinite alternate;
}
.slide-image {
    animation: bounce-slide 1s infinite alternate;
    -webkit-animation: bounce-slide 1.6s infinite alternate;
}
@-webkit-keyframes bounce-slide {
    from {
      transform: translateY(0px);
    }
    to {
      transform: translateY(-15px);
    }
  }
/* End */

/* End */

/* Responsive Media Query */

@media (min-width: 768px) {
.navbar-brand.gbr-brand
    {
        position: absolute;
        width: 100%;
        left: 0;
        text-align: center;
        z-index: 2;
    }
}

/* End */