*,
*::before,
*::after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.container-fluid{
    padding: 0px 76px;
}
body {
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #199918;
    text-align: left;
}

a {
    text-decoration: none!important;
}

.nav-pills .nav-link.active {
    color: #f2f2f2;
    border-bottom: 2px solid #acc42e;
    background-color: #acc42e!important;
    border-radius: 0px;
}

.nav-item .nav-link {
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
}

.tab-pane p {
    font-size: 14px;
    text-align: justify;
}


/* banner */

.bg-banner {
    background-image: url('../images/banner/b1.jpg');
    background-position: center;
    background-size: cover;
    height: 450px;
    width: 100%;
}

.brc>h2 {
    font-size: 45px;
    text-transform: uppercase;
    color: #fff;
    padding-top: 150px;
}

.brc>span {
    color: #fff;
    font-size: 35px;
    text-transform: lowercase;
    padding-top: 150px;
}

.brc>a {
    color: #acc42e;
    font-size: 35px;
    text-decoration: none;
    text-transform: lowercase;
    padding-top: 150px;
}

.brc div {
    text-align: center;
}

.product-details img {
    width: 100%;
    border: 1px solid #ccc;
}


/* banner end */

.navbar-brand {
    color: #acc42e!important;
    font-size: 25px!important;
    font-weight: 600!important;
}

.nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

.nav-link {
    display: block;
    padding: 0.5rem 1rem;
}

.nav-link:hover,
.nav-link:focus {
    text-decoration: none;
}

.nav-link.disabled {
    color: #6c757d;
    pointer-events: none;
    cursor: default;
}

.nav-tabs {
    border-bottom: 1px solid #f1ecec;
}

.nav-tabs .nav-item {
    margin-bottom: -1px;
}

.nav-tabs .nav-link {
    border: 1px solid transparent;
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
}

.nav-tabs .nav-link:hover,
.nav-tabs .nav-link:focus {
    border-color: #e9ecef #e9ecef #dee2e6;
}

.nav-tabs .nav-link.disabled {
    color: #6c757d;
    background-color: transparent;
    border-color: transparent;
}

.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
    color: #495057;
    background-color: #f1ecec;
    border-color: #dee2e6 #dee2e6 #f1ecec;
}

.nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.nav-pills .nav-link {
    border-radius: 0.25rem;
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    color: #f1ecec;
    background-color: #007bff;
}

.nav-fill .nav-item {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    text-align: center;
}

.nav-justified .nav-item {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    text-align: center;
}

.tab-content>.tab-pane {
    display: none;
}

.tab-content>.active {
    display: block;
}

.navbar ul {
    margin: 0;
    padding: 0;
    display: flex;
    list-style: none;
    /* align-items: center; */
}

.navbar li {
    position: relative;
}

.navbar>ul>li {
    white-space: nowrap;
    padding: 10px 0 10px 28px;
}

.navbar>ul>li>a {
    padding: 0px 10px;
    color: #212529;
}
.bg-red{
    background-color: #ed1b23;
    padding: 10px;
    border-radius: 100px 100px 100px 100px;
    margin-left: 20px;
}
.search-icon a i{
    font-size: 20px!important;
    margin-top: 10px;
}
.navbar-nav li .nav-hov:hover:after {
    height: 3px;
    width:50%!important;
}
.navbar-nav li .nav-hov:after {
    content: " ";
    position: absolute;
    top: 40px;
    left: 50%;
    width: 0%;
    height: 3px;
    background-color: #df4f00;
    transition: 0.2s linear;
}
.navbar-nav li .nav-hov:hover:before {
    height: 3px;
    width:50%;
}
.navbar-nav li .nav-hov:before {
    content: " ";
    position: absolute;
    top: 40px;
    right: 50%;
    width: 0%;
    height: 3px;
    background-color: #df4f00;
    transition: 0.2s linear;
}

.navbar a,
.navbar a:focus {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 15px;
    font-size: 15px;
    font-weight: 800;
    color: #028134;
    /* white-space: nowrap; */
    text-transform: uppercase;
    transition: 0.3s;
    position: relative;
    font-family: 'Raleway', sans-serif;
}

.navbar a i,
.navbar a:focus i {
    font-size: 12px;
    line-height: 5px;
    margin-left: 5px;
}

.navbar>ul>li>a:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    bottom: -6px;
    left: 0;
    background-color: #f1ecec;
    visibility: hidden;
    width: 0px;
    transition: all 0.3s ease-in-out 0s;
}

.navbar a:hover:after,
.navbar li:hover>a:after,
.navbar .active:after {
    visibility: visible;
    width: 100%;
}

.navbar a:hover,
.navbar .active,
.navbar .active:focus,
.navbar li:hover>a {
    color: #df4f00;
}

.navbar .dropdown ul {
    display: block;
    position: absolute;
    left: 0px;
    top: calc(100% + 30px);
    margin: 0px;
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    background: #028a44;
    box-shadow: 0px 0px 1px 0px #f9f7ea;
    transition: 0.3s;
}

.navbar .dropdown ul li {
    min-width: 275px;
    padding: 5px 0px;
    border-bottom: 1px solid rgb(149, 217, 180);
}

.navbar .dropdown ul a {
    padding: 5px 12px;
    font-weight: 400;
    text-transform: capitalize;
    font-family: 'Raleway', sans-serif;
    color: #fff!important;
}
.navbar .dropdown ul li a i{
    padding-right: 10px;
}

.navbar .dropdown ul a i {
    font-size: 12px;
}
.navbar .dropdown ul li:hover{
    background-color: #028134;
}
.navbar .dropdown ul a:hover,
.navbar .dropdown ul .active:hover,
.navbar .dropdown ul li:hover>a {
    color: #f2f2f2;
}

.navbar .dropdown:hover>ul {
    opacity: 1;
    top: 100%;
    visibility: visible;
}

.navbar .dropdown .dropdown ul {
    top: 0;
    left: calc(100% - 30px);
    visibility: hidden;
}

.navbar .dropdown .dropdown:hover>ul {
    opacity: 1;
    top: 0;
    left: 100%;
    visibility: visible;
}

@media (max-width: 1366px) {
    .navbar .dropdown .dropdown ul {
        /* left: -90%; */
    }
    .navbar .dropdown .dropdown:hover>ul {
        /* left: -100%; */
    }
}
/* strip 1 */
.strip1{
    background-color: #028134;
    padding: 10px 0px 5px 0px;
    text-align: left;
}
.new-gap .col-lg-6{
    padding: 0px 6px!important;
}
.strip1 h1{
    color: #fff;
    font-size: 28px;
    font-weight: 500;
    margin-left: 15px;
    font-family: 'Roboto', sans-serif;
}
.strip2{
    margin-top: 20px;
}
.strip2 p{
    color: #5f5f5f;
    font-size: 17px;
    font-weight: 500;
    word-spacing: 0px;  
    margin: 15px 15px 0px 15px;
    padding: 0px;
    font-family: 'Roboto', sans-serif;
}
/* strip1 end */
/* business */
.embed-responsive-4by3::before {
    padding-top: 69%;
}
.box1 img{
    width: 100%;
    transition: all 0.7s ease 0s;
    display: block;
}

.box-arrival{
    margin-bottom: 18px;
    text-align: center;
    display: inline-block;
    overflow: hidden;
    z-index: -1; 
}
.box-arrival img{
    width: 100%;
    height: 100%;
    transition: all 0.7s ease 0s;
    display: block;
    /* padding:0px 15px; */
}

.box1:hover img{
    transform: scale(1.3);
    transform-origin: 50% 50%;
    width: 100%;
overflow:hidden;
}
.box-arrival img:hover{
    transform: scale(1.3);
    transform-origin: 50% 50%;
    width: 100%;
}
/* 
@media (min-width: 1067px) {
    .box1 img{
     height: 147px;
    }
 } */
 
.box1{
    margin-bottom: 18px;
    margin-left: 8px;
    text-align: center;
    /*display: inline-block;*/
    overflow: hidden;
    z-index: 1;
}
.ext{
    font-size: 45px!important;
    font-weight: 800!important;
}
.about-imgs{
    display: inline-block;
    overflow: hidden;
    z-index: 1; 
    margin-bottom: 20px;
}
.about-imgs img{
    width: 100%;
    transition: all 0.7s ease 0s;
    display: block;
}
.about-imgs:hover img{
    transform: scale(1.3);
    transform-origin: 50% 50%;
    width: 100%;
}
.read-more{
    background: #028134;
    border-radius: 4px;
    display: inline;
    padding: 10px 20px;
    text-decoration: none;
}
.read-more a{
    color: #fff;
    text-decoration: none;

}
.about-txt h3{
    font-size: 30px;
    font-weight: 700;
    line-height: 30px;
    margin: 0 0 10px;
    padding: 0px;
    text-align: left;
    text-transform: capitalize;
}
.about-txt p{
    font-size: 15px;
    font-family: Roboto, sans-serif;
    text-align: justify;
    color: #5f5f5f;
    margin-bottom: 20px;
}
.box1 a{
    padding: 10px;
    color: #fff;
    text-decoration: none;
    font-size: 20px;
}
.box-arrival a{
    padding: 10px;
    color: #fff;
    text-decoration: none;
    font-size: 20px;
}
.box2 img{
    width: 100%;
    padding: 5px;
}
.link{
    background-color: #028134;
    padding: 6px 0px;
    text-align: center;
    position: relative;
    z-index: 9999;
}
.link a{
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
}
.link a:hover{
    color: #f3cd01;
}

.box-arrival .link2{
    background-color: #028134;
    padding: 15px 0px;
    text-align: center;
    position: relative;
    z-index: 9999;
}
.box-arrival .link2 a{
    color: #fff;
    text-transform: capitalize;
    font-size: 16px;
    font-weight: 600;
    font-family: 'Roboto', sans-serif;
}
.carousel-control-next, .carousel-control-prev {
    width: 14%!important;
}
.carousel-control-prev-icon 
{
    width: 40px;
    height: 50px;
}
    
.carousel-control-next-icon
{
    width: 40px;
    height: 50px;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  height: 100px;
  width: 100px;
  /* outline: black; */
  background-size: 100%, 100%;
  /* border-radius: 50%; */
  /* border: 1px solid black; */
  background-image: none;
}

.carousel-control-next-icon:after
{
  content: '>';
  font-size: 55px;
  font-weight: 800;
  color: #fff;
}

.carousel-control-prev-icon:after {
  content: '<';
  font-size: 55px;
  font-weight: 800;
  color: #fff;
}
.enq-link{
    text-align: center;
	padding-bottom: 0px;
}
.enq-link a{
    color: #f00;
    font-size: 15px;
}
.enq-link1{
    text-align: center;
}
.enq-link1 a{
    color: rgb(0, 0, 0);
    font-size: 15px;
    font-weight: bold;
}
/* business end*/
.facts-bg{
    background-image: url('../images/product/facts-bg.jpg');
    background-position: top;
    background-size: cover;
padding:50px 0px;
}
/* mp-product */
.mp-product{
    background-image: url('../images/product/bg-1.jpg');
    background-position: center top;
    background-size: cover;
    background-repeat: no-repeat;
    padding-bottom: 75px;
}
/* mp-product end */
.bg-primary {
    background: #f1ecec !important;
}

.heading-section {
    font-size: 28px;
    color: #000;
}

.img {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.topbar .col:last-child {
    display: flex;
    justify-content: end;
}

.topbar {
    background: #028134;
    border-bottom: 1px solid #ccc;
}

.topbar .row {
    justify-content: center;
}

.topbar .message {
    margin-bottom: 0px;
}

.topbar .message a {
    color: #f1ecec;
    font-size: 16px;
    line-height: 34px;
}

.social-media {
    display: inline-block;
}

.social-media p {
    margin-bottom: 0px;
    display: flex;
}

.social-media p a {
    width: 34px;
    height: 34px;
    background: #f1ecec;
    margin-right: 1px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.social-media p a {
    color: #acc42e;
}

.social-media p a:hover {
    background: #000000;
    border-color: #f1ecec;
}

.social-media p a:hover span {
    color: #f1ecec;
}

.searchform {
    height: 46px;
    border: 1px solid rgba(0, 0, 0, 0.05);
    overflow: hidden;
    border-radius: 5px;
}

.searchform .form-control {
    width: calc(100% - 46px);
    border: none;
    background: #f1ecec !important;
    color: rgba(0, 0, 0, 0.7) !important;
    font-size: 14px;
}

.searchform .form-control::-webkit-input-placeholder {
    color: rgba(0, 0, 0, 0.7) !important;
}

.searchform .search {
    width: 46px;
    height: 46px;
}

.searchform .search span {
    font-size: 18px;
}

.form-control {
    height: 46px !important;
    background: transparent !important;
    color: #fff !important;
    font-size: 14px;
    box-shadow: none !important;
    background: #474747;
    border: 1px solid #474747;
    border-radius: 4px;
}
input:focus::placeholder {
    color: transparent!important;
  }
  ::placeholder {
    color: #fff!important;
  }
  textarea:focus::placeholder {
    color: transparent!important;
  }
.form-control:focus,
.form-control:active {
    border-color: #fff;
}

.row-space {
    margin: 50px;
}

.navbar-brand img {
    width: 235px;
}
.bg-g{
    background-color:#ffffff;
    border-bottom: 2px solid #409730;
}
.navbar-brand>span {
    color: #2B343B;
    margin-left: 3px;
}
.shaddow{
    background-image: linear-gradient(to right, #000000cf, transparent);
    height: 440px;
    position: relative;
    top: -440px;
    z-index: 9999;
}
.section-title {
    font-size: 26px;
    font-weight: 600;
    color: #028134;
    text-transform: uppercase;
    text-shadow: 1px 1px 1px #000;
}

.section-title>span {
    color: #2B343B;
}

.section-title::before {
    content: '';
    position: absolute;
    left: 43%;
    top: 70%;
    background-color: #2B343B;
    height: 3px;
    width: 14%;
}

.section-title::after {
    content: '';
    position: absolute;
    left: 43%;
    top: 70%;
    background-color: #028134;
    height: 3px;
    width: 7%;
}

.section-title-about {
    font-size: 26px;
    font-weight: 600;
    color: #028134;
    text-transform: uppercase;
}

.section-title-about>span {
    color: #2B343B;
}

.section-title-about::before {
    content: '';
    position: absolute;
    left: 32px;
    top: 13%;
    background-color: #2B343B;
    height: 3px;
    width: 10%;
}

.section-title-about::after {
    content: '';
    position: absolute;
    left: 32px;
    top: 13%;
    background-color: #acc42e;
    height: 3px;
    width: 5%;
}


.section-title1 {
    font-size: 26px;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
    text-shadow: 1px 2px 3px #000;
}

.section-title1>span {
    color: #fff;
}

.section-title1::before {
    content: '';
    position: absolute;
    left: 43%;
    top: 76%;
    background-color: #fff;
    height: 3px;
    width: 14%;
}
.circularMenu{
display:none !important;
}
.section-title1::after {
    content: '';
    position: absolute;
    left: 43%;
    top: 76%;
    background-color: #1afb87;
    height: 3px;
    width: 7%;
}
.f-head{
    text-transform: uppercase;
    font-weight: 500;
    font-size: 24px;
    margin-bottom: 35px;
}
.f-head::after{
    content: '';
    position: absolute;
    left: 15px;
    top: 15%;
    background-color: #ffffff;
    height: 3px;
    width: 50px;
}
input{
    background-color: #000;
}
.f-details{
    margin: 10px 0px;
}
.f-details li{
    list-style: none;
    margin: 5px 0px;
    color: #B9B9B9;
    /* display: inline-table; */

}
.f-details li h6{
    display: inline-flex;
    font-size: 14px;

}
.f-details li i{
    font-size: 17px;
    padding-right: 0px;
}
.f-details li img{
    padding-right: 2px;
}
.f-none{
    visibility: hidden;
}
/* .c-link li a img{
    width: 5%;
} */
.c-link li{
    list-style: none;
}
.c-link li a{
    text-decoration: none;
    color: #fff;
    margin-right: 10px;
    border-right: 1px solid #000;
    padding-right: 5px;
    font-size: 12px;
}
.v-none{
    visibility: hidden;
}
.c-link li a:hover{
    color: #f5d10c;
}
.about-texts {
    padding: 0px 10px;
}

.about-texts::before {
    content: '';
    position: absolute;
    left: 24px;
    top: 41%;
    background-color: #acc42e;
    height: 100px;
    width: 3px;
}

.ul-list {
    margin: 10px 0px;
}

.ul-list li {
    list-style: none;
    display: flex;
    padding: 10px 0px;
}

.ul-list li i {
    height: 30px;
    width: 30px;
    padding: 7px;
    margin: 10px 7px;
    color: #acc42e;
    border-radius: 50%;
    border: 1px solid #acc42e;
}

.section-title-rev {
    font-size: 26px;
    font-weight: 600;
    color: #acc42e;
    text-transform: uppercase;
}

.section-title-rev>span {
    color: #2B343B;
}

.section-title-rev::before {
    content: '';
    position: absolute;
    left: 43%;
    top: 75%;
    background-color: #2B343B;
    height: 3px;
    width: 14%;
}

.section-title-rev::after {
    content: '';
    position: absolute;
    left: 43%;
    top: 75%;
    background-color: #acc42e;
    height: 3px;
    width: 7%;
}

.section-paragraph {
    font-size: 16px;
    color: #333;
    padding: 15px 0px;
}

.section-btn {
    padding: 10px 20px;
    background-color: #acc42e;
    color: #f1ecec;
    border-radius: 20px;
}

.about-btn {
    padding: 10px 20px;
    background-color: #acc42e;
    color: #f1ecec;
    position: relative;
    top: 35px;
}

.about-btn:hover {
    color: #333;
    transition: .5s ease-in-out;
}

.section-btn:hover {
    color: #333;
    transition: .5s ease-in-out;
}

.section-list {
    padding: 0px;
    margin: 0px;
}

.section-list li {
    list-style: none;
}

.section-list li i {
    background-color: #333;
    padding: 5px;
    color: #f5f1e7;
}

.second-img {
    position: absolute;
    top: 20%;
    left: -20%;
}

.owl-client>img {
    display: flex;
    margin: auto;
    width: 100px!important;
}

.bg-custome {
    background-color: #acc42e;
}

.carousel-btn>i {
    vertical-align: middle!important;
}

.card-titles {
    color: #2B343B;
    font-weight: 600;
}

.card-links {
    color: #acc42e;
    font-size: 14px;
}

.cards {
    border-bottom: 1px solid #0c5460;
}

.card-bodys {
    padding: 10px;
}

.card-news-titles {
    font-size: 18px;
    font-weight: 600;
    color: #acc42e;
}


/* slider */
.carousel-caption h3{
    font-size: 38px;
    color: #fff;
}
.carousel-caption h1{
    font-size: 42px;
    color: #028134;
    text-transform: uppercase;
}
.carousel-caption {
    position: absolute;
    top: 15%;
    right: 45%;
    left: 10%;
    bottom: 20px;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #f5f5f5;
    text-align: left;
}

.carousel-captions {
    font-size: 55px;
    color: #2B343B!important;
}

.carousel-captionp {
    font-size: 15px;
    color: #fff!important;
    padding: 20px 0px;
}

.squair {
    background-color: #0f1c3052;
    position: absolute;
    left: 155px;
    top: 85px;
    height: 350px;
    width: 350px;
    transform: rotateZ( 45deg);
}
.bv-text h4{
    font-size: 30px;
    font-weight: 700;
    color: #028134;
    text-align: center; 
}
.bv-text p{
    font-size: 17px;
    text-align: justify; 
}
/*Footer*/

#footer {
    /* padding: 0 0 30px 0; */
    color: #444444;
    font-size: 14px;
    background: #323232;
    /* background-image: url('../images/footer-img.jpg'); */
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

#footer .footer-top {
    padding: 60px 0 30px 0;
    /* background: #0c5460; */
}

#footer .footer-top .footer-contact {
    margin-bottom: 30px;
}

.footer-links h3 {
    font-size: 20px;
    margin: 0 0 15px 0;
    padding: 2px 0 2px 0;
    text-transform: uppercase;
    line-height: 1;
    font-weight: 700;
}

#footer .footer-top .footer-contact h3 span {
    color: #106eea;
}

#footer .footer-top .footer-contact p {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 0;
    font-family: "Roboto", sans-serif;
    color: #cdc9c9;
}
.f-bottom .f-left{
float: left;
}
.f-bottom .f-left img{
    width: 60%;
}
.f-bottom .f-right{
    float: right;
}
.f-bottom .f-right h4{
    font-size: 12px;
    text-align: end;
}
.post-title {
    font-size: 13px;
    color: #acc42e;
}

.post-para {
    font-size: 12px;
}

.post-date {
    font-size: 10px;
}

#footer .footer-top h4 {
    font-size: 16px;
    font-weight: bold;
    color: #f1ecec;
    position: relative;
    padding-bottom: 12px;
}

#footer .footer-top .footer-links {
    margin-bottom: 30px;
}

#footer .footer-top .footer-links ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

#footer .footer-top .footer-links ul i {
    padding-right: 2px;
    color: #fff;
    font-size: 18px;
    line-height: 1;
}

#footer .footer-top .footer-links ul li {
    padding: 10px 0;
    display: flex;
    align-items: center;
}

#footer .footer-top .footer-links ul li:first-child {
    padding-top: 0;
}

#footer .footer-top .footer-links ul a {
    color: #cdc9c9;
    transition: 0.3s;
    display: inline-block;
    line-height: 1;
}

#footer .footer-top .footer-links ul a:hover {
    text-decoration: none;
    color: #106eea;
}

.copyright {
    text-align: right;
    color: #323232;
    font-size: 10px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
}

.design img {
   width: 20%;
}

.footer-links li {
    list-style: none;
    margin: 12px 0px;
}

.footer-links li a {
    text-decoration: none!important;
    color: #f1ecec;
}

.footer-links li a i {
    /* background-color: #028134; */
    padding: 7px;
    margin-right: 5px;
    text-align: center;
    font-size: 17px;
}

.footer-links li a i:hover {
    /* background-color: #f1ecec; */
    color: #028134;
}

.bg-arrival{
   /* background-color: #028134;*/
    padding-bottom: 37px;
	background: url(../images/na-bg.png) repeat-x;
}
/*  */
.counter {
    /* background-color: ; */
    padding: 20px 0;
    color: #028134;
    border-radius: 5px;
    margin: 10px 0px;
  }
  .count-title {
    font-size: 40px;
    font-weight: 900;
    margin-top: 10px;
    margin-bottom: 0;
    text-align: center;
  }
  .sec-p{
    font-size: 18px;
    font-weight: 700;
  }
  .count-text {
    font-size: 22px;
    font-weight: 700;
    margin-top: 10px;
    color: #000;
    margin-bottom: 0;
    text-align: center;
  }
  
  .fa-2x {
    margin: 0 auto;
    float: none;
    display: table;
    color: #4ad1e5;
  }
  .plush{
    position: absolute;
    top: 16px;
    right: 40px;
    font-size: 45px;
  }
  .btn-cost{
    padding: 3px 20px;
    background: #028134;
    line-height: 35px;
    border: 0px;
    border-radius: 25px;
    color: #fff;
    font-size: 24px;
    font-weight: 600;
  }
.btn-cost:hover{
    color: #000;
    background-color: #fff;
    font-weight: 700;
}
.extra-links {
    text-align: center;
    padding: 5px 0px;
    margin-bottom: 10px;
}
.extra-links ul{
    margin-left: 0px!important;
}
.extra-links li{
    list-style: none;
    display: inline;
    padding: 0px 20px;
    border-right: 1px solid #323232;
}
.extra-links li a{
    color: #323232;
    text-decoration: none;
    font-size: 14px;
    text-transform: capitalize;
}
.extra-links li:last-child{
    border-right: 0px;
}
.greenhouse-full-image {
    width: 100%;
    background: linear-gradient(180deg, #edf4ee 0%, #f8fbf8 100%);
    overflow: hidden;
    line-height: 0;
    position: relative;
    box-shadow: inset 0 -20px 30px rgba(12, 58, 29, 0.06);
}

.greenhouse-full-image img {
    display: block;
    width: 100%;
    height: 100%;
    min-height: 420px;
    max-height: 760px;
    object-fit: cover;
    background: #edf2ee;
    filter: saturate(1.08) contrast(1.04);
}

.greenhouse-hero {
    position: relative;
    background-image: linear-gradient(90deg, rgba(8, 30, 18, 0.82), rgba(8, 30, 18, 0.48)),
        url('images/catalog/catalog_private_categories/ver2/134584/1907004.jpg');
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: center top;
    color: #fff;
    padding: 110px 0 80px;
    overflow: hidden;
    min-height: 620px;
}

.greenhouse-hero:before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(255, 145, 43, 0.12), transparent 45%);
}

.greenhouse-hero .container {
    position: relative;
    z-index: 1;
}

.hero-panel {
    max-width: 760px;
}

.eyebrow {
    display: inline-block;
    background: rgba(255, 255, 255, 0.12);
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 999px;
    padding: 8px 16px;
    font-size: 12px;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 18px;
    color: #fff;
}

.greenhouse-hero h1 {
    font-size: 3.2rem;
    line-height: 1.12;
    font-weight: 800;
    margin-bottom: 20px;
    color: #fff;
    max-width: 680px;
}

.greenhouse-hero p {
    font-size: 1.08rem;
    line-height: 1.85;
    color: rgba(255, 255, 255, 0.9);
    max-width: 680px;
    margin-bottom: 26px;
}

.hero-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 28px;
}

.hero-tags span {
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 999px;
    padding: 8px 14px;
    font-size: 0.78rem;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #effaf2;
}

.hero-metrics {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
}

.metric-box {
    min-width: 150px;
    background: rgba(255, 255, 255, 0.07);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 18px;
    padding: 16px 18px;
    backdrop-filter: blur(4px);
}

.metric-box strong {
    display: block;
    font-size: 1.5rem;
    color: #fff;
    line-height: 1.2;
}

.metric-box span {
    display: block;
    font-size: 0.8rem;
    color: rgba(255, 255, 255, 0.8);
    margin-top: 6px;
}

.greenhouse-benefits {
    background: #f5faf6;
    padding: 50px 0 10px;
}

.section-heading,
.section-head {
    margin-bottom: 28px;
}

.section-head h2,
.section-heading h2 {
    font-size: 2.5rem;
    font-weight: 800;
    color: #123b2c;
    margin: 0;
}

.mini-label {
    display: inline-block;
    color: #0f7c42;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    font-size: 12px;
    font-weight: 700;
    margin-bottom: 12px;
}

.benefit-card {
    background: #fff;
    border: 1px solid rgba(15, 99, 52, 0.08);
    border-radius: 22px;
    overflow: hidden;
    box-shadow: 0 18px 32px rgba(15, 99, 52, 0.08);
    height: 100%;
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.benefit-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 22px 38px rgba(15, 99, 52, 0.12);
}

.benefit-card img {
    width: 100%;
    height: 220px;
    object-fit: cover;
    display: block;
    background: #edf6ef;
}

.benefit-content {
    padding: 22px 20px 24px;
}

.icon-wrap {
    width: 54px;
    height: 54px;
    border-radius: 16px;
    background: linear-gradient(135deg, #0f7c42, #7ccf87);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 16px;
    color: #fff;
    font-size: 1.3rem;
}

.benefit-card h3 {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 10px;
    color: #133d2d;
}

.benefit-card p {
    font-size: 0.96rem;
    line-height: 1.7;
    color: #526d62;
    margin: 0;
}

.team-showcase {
    background: #f7faf7;
    padding: 42px 0 18px;
}

.team-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 28px;
    margin-top: 12px;
}

.team-card {
    background: #fff;
    border-radius: 26px;
    overflow: hidden;
    box-shadow: 0 18px 36px rgba(17, 53, 38, 0.08);
    border: 1px solid rgba(17, 53, 38, 0.07);
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.team-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 22px 40px rgba(17, 53, 38, 0.12);
}

.team-figure {
    position: relative;
    height: 420px;
    overflow: hidden;
    background: #eaf5ec;
}

.team-figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.team-arrow {
    position: absolute;
    right: 20px;
    bottom: 18px;
    width: 46px;
    height: 46px;
    border: none;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.92);
    color: #123b2c;
    font-size: 1.5rem;
    font-weight: 700;
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.12);
    cursor: pointer;
}

.team-meta {
    background: linear-gradient(180deg, rgba(11, 57, 34, 0.98), rgba(12, 76, 44, 0.98));
    color: #fff;
    padding: 18px 22px 20px;
}

.team-role {
    display: block;
    color: rgba(255, 255, 255, 0.7);
    font-size: 11px;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.team-meta h3 {
    margin: 0;
    font-size: 1.7rem;
    font-weight: 700;
    line-height: 1.3;
    color: #fff;
}

@media (max-width: 991px) {
    .greenhouse-hero {
        padding-top: 80px;
    }
    .greenhouse-hero h1 {
        font-size: 2.5rem;
    }
    .section-heading h2 {
        font-size: 2rem;
    }
}

@media (max-width: 575px) {
    .greenhouse-hero h1 {
        font-size: 2.1rem;
    }
    .hero-metrics {
        gap: 10px;
    }
    .metric-box {
        flex: 1 1 100%;
    }
    .section-heading h2 {
        font-size: 1.7rem;
    }
}

/* p-box */
.product-showcase-head {
    padding: 12px 0 8px;
    background: linear-gradient(180deg, rgba(239,247,241,0.9), rgba(255,255,255,0.7));
}
.product-showcase-head h3 {
    margin: 0;
    font-size: clamp(26px, 3vw, 42px);
    font-weight: 800;
    letter-spacing: -0.04em;
    color: #123b2c;
}
.product-box{
    margin: 0 0 48px;
    background: transparent;
    padding: 0;
}
.product-box > .container:first-of-type {
    display: none !important;
}
.product-box h3{
    font-weight: 800;
    text-align: center;
    margin-bottom: 30px;
    text-transform: capitalize;
    color: #123b2c;
    font-size: 2.2rem;
    letter-spacing: -0.04em;
}
.p-box{
    border: 1px solid rgba(19, 84, 52, 0.08);
    border-radius: 28px;
    background: linear-gradient(180deg, rgba(255,255,255,0.92), rgba(250,253,250,0.96));
    box-shadow: 0 18px 40px rgba(12, 58, 29, 0.06);
    padding: 18px;
    margin-bottom: 24px;
    transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
    overflow: hidden;
}
.p-box:hover{
    transform: translateY(-5px);
    box-shadow: 0 26px 48px rgba(12, 58, 29, 0.10);
    border-color: rgba(224,165,38,0.38);
}
.p-box-img {
    position: relative;
}
.p-box-img img{
    width: 100%;
    height: 240px;
    object-fit: cover;
    padding: 0;
    background-color: #edf5ef;
    border-radius: 20px;
    border: 1px solid rgba(17,84,49,0.08);
    box-shadow: inset 0 0 0 1px rgba(255,255,255,0.6);
    transition: transform 0.35s ease, box-shadow 0.35s ease;
}
.p-box:hover .p-box-img img {
    transform: scale(1.02);
    box-shadow: 0 18px 30px rgba(22,91,51,0.12);
}
.p-box-text{
    padding-left: 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.p-box-text h4{
    border-bottom: 1px solid rgba(15, 99, 52, 0.12);
    padding: 0 0 12px 0;
    margin-bottom: 14px;
}
.p-box-text h4 a{
    font-size: 1.55rem;
    color: #0d5b2d;
    font-weight: 700;
    transition: color 0.25s ease;
}
.p-box-text h4 a:hover {
    color: #0f7c42;
}
.p-box-text p{
    color: #3f554b;
    margin: 0px;
    padding: 0px 10px 6px 0px;
    text-align: justify;
    font-size: 0.96rem;
    line-height: 1.7;
}
.p-box-othoerlinks{
    margin: 25px 0px;
}
.p-box-othoerlinks li{
    list-style: none;
    border-bottom: 1px dotted;
    margin: 2px 0px;
}

.p-box-othoerlinks li i{
    font-size: 5px;
    padding-right: 5px;
}
.p-box-othoerlinks li a{
    text-decoration: none;
    color: #000;
    font-size: 14px;
}
.p-box-othoerlinks li a:hover{
    color: #028134;
}
.p-box-text-more-link{
    text-align: end;
    margin-top: 16px;
    margin-bottom: 6px;
}
.p-box-text-more-link a{
    background: rgba(15, 99, 52, 0.06);
    color: #0d5b2d;
    border: 1px solid rgba(15, 99, 52, 0.12);
    padding: 10px 18px;
    border-radius: 999px;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    text-decoration: none;
    transition: all 0.25s ease;
}
.p-box-text-more-link a::after {
    content: "→";
    font-size: 1.1rem;
    transition: transform 0.25s ease;
}
.p-box-text-more-link a:hover{
    background: linear-gradient(135deg, rgba(224,165,38,0.12), rgba(15,99,52,0.08));
    border-color: rgba(224,165,38,0.5);
    color: #0d5b2d;
    text-decoration: none;
}
.p-box-text-more-link a:hover::after {
    transform: translateX(3px);
}

@media (max-width: 991px) {
    .greenhouse-hero {
        padding-top: 60px;
    }
    .greenhouse-hero h1 {
        font-size: 2.4rem;
    }
    .hero-visual img {
        height: 340px;
    }
    .p-box-text {
        padding-left: 12px;
        margin-top: 14px;
    }
}

@media (max-width: 575px) {
    .greenhouse-hero h1 {
        font-size: 2rem;
    }
    .hero-metrics {
        gap: 10px;
    }
    .metric-box {
        flex: 1 1 100%;
    }
    .floating-card {
        position: static;
        margin-top: 16px;
        max-width: 100%;
    }
    .product-box h3 {
        font-size: 1.8rem;
    }
}
/* company profile */
.company-profile{
    margin: 50px 0px;
}
.company-profile h3{
    font-weight: 700;
    text-align: center;
    margin-bottom: 15px;
    text-transform: capitalize;
}
.cp-text{
    margin: 15px 0px;
}
.cp-text h4{
    display: inline-block;
    width: 200px;
    background: linear-gradient(#5a6bac, #12378a) 0% 0% repeat scroll transparent;
    box-sizing: border-box;
    text-align: center;
    border-radius: 5px 5px 0px 0px;
    color: #ffffff;
    font-size: 18px;
    padding: 10px 50px;
    margin-bottom: 0px;
}
.cp-text span{
    width: 100%;
    display: block;
    border-bottom: 1px solid #cfcfcf;
}
.cp-text p{
    line-height: 18px;
    margin: 6px 0;
    padding: 0px;
    text-align: justify;
    font-size: 14px;
}
.cp-text ul li{
    margin: 10px 0px;
    line-height: 18px;
    margin: 6px 0;
    padding: 0px;
    text-align: justify;
    font-size: 14px;
}
.cp-img{
    text-align: center;
}
.cp-img li{
    display: inline;
    overflow: hidden;
    margin: 0 auto;
    margin: 10px;
}
.cp-img h4{
    
    font-size: 18px;
}
.cp-img img{
    width: 75%;
    padding: 0px 25px;
    box-shadow: 0px 1px 2px 0px;
    padding: 10px;
    transition: 0.5s all ease-in-out;
    margin-bottom: 20px;
}
.cp-img img:hover {
    transform: scale(1.1);
}
.plant-profit img{
    width: 100%;
   /* margin: 30px 0px 45px 0px;*/
	/*padding: 0% 5% 15% 0%;*/
	margin:45px auto;
}
/* The side navigation menu */
.sidebar {
    margin: 0;
    padding: 0;
    width: 200px;
    background-color: #000;
    position: fixed!important;
    right: 0px;
    top: 0px;
    z-index: 99999;
    height: 100%;
    overflow: scroll;
    display: none;
  }
  .cross{
    color: #fff;
    font-size: 20px;
    border: none;
    padding: 0px 10px;
    font-weight: 700;
    position: sticky;
    top: 0px;
    background-color: transparent;
  }
  
  /* Sidebar links */
  .sidebar ul{
    margin-left: 0px!important;
  }
  .sidebar ul li ul{
    /* background-color: #07c77f; */
  }
  .sidebar ul li li{
    background-color: #07c77f;
  }
  .sidebar ul li li a{
    border-bottom: 1px solid #fff;
    font-size: 15px;
  }
  .sidebar ul li li a:last-child{
    border-bottom: none;
  }
  .sidebar ul li{
    list-style: none;
  }
  .sidebar ul li a {
    display: block;
    color: #fff;
    padding: 5px;
    text-decoration: none;
  }
  .sidebar ul li{
    background-color: #05b574;
    margin-bottom: 1px;
  }
  
  /* Active/current link */
  .sidebar ul li a.active {
    background-color: #04AA6D;
    color: white;
  }
  
  /* Links on mouse-over */
  .sidebar ul li a:hover:not(.active) {
    background-color: #555;
    color: white;
  }
  
  /* Page content. The value of the margin-left property should match the value of the sidebar's width property */
  div.content {
    margin-left: 200px;
    padding: 1px 16px;
    height: 1000px;
  }
  .modal-header{
    padding: 0.2rem 1rem!important;
  }
  @media (min-width: 992px){
    .modal-lg{
    max-width: 650px!important;
}
}
  /* On screens that are less than 700px wide, make the sidebar into a topbar */
  @media screen and (max-width: 700px) {
    .sidebar {
      width: 75%;
      height: 500px;
      position: relative;
    }
    .sidebar a {float: left;}
    div.content {margin-left: 0;}
  }
  
  /* On screens that are less than 400px, display the bar vertically, instead of horizontally */
  @media screen and (max-width: 400px) {
    .sidebar a {
      text-align: left;
      float: none;
    }
	.slide_viewer {
  height: 283px !important; 

}  
	  
	  
	  
  }
@media (max-width: 768px) {
    .bv-text h4 {
        font-size: 25px;
        font-weight: 700;
        color: #028134;
        text-align: center;
    }.larg-view{
display:none;
}.small-view{
display:block;
}
    .owl-2-style .owl-dots {
        text-align: center;
        position: relative;
        /* bottom: -30px; */
        top: -30px;
    }
    .bv-text p {
        font-size: 16px;
        text-align: justify;
    }   
.cp-img li{
    display: block;
}
.cp-img img{
    width: 100%;
    padding: 0px;
    margin: 10px 0px;
}
    .navbar-brand img {
        width: 150px;
    }
    .embed-responsive {
        position: relative;
        display: block;
        width: 100%;
        padding: 0;
        overflow: hidden;
        height: 200px;
    }
    .f-bottom .f-left{
        float: none;
        text-align: center;
        }.f-bottom .f-left img {
            width: 25%;
        }
        .f-bottom .f-right{
            float: none;
            }
            .f-bottom .f-right h4{
                text-align: center;
                font-size: 11px;
            }
    .copyright {
        text-align: center;
    }
    .box-arrival img {
        height: 100%;
        padding: 0px;
    }
    .v-none{
        display: none;
    }
        .design {
            text-align: center;
        }
    .c-link li a{
        display: block;
        margin: 10px 0px;
        padding: 0px;
        border-right: 0px;
    }
    .f-details img, .lists{
        padding: 15px 0px;
        width: 5%;
    }
    .about-imgs{
        margin-top: 20px;
    }
    .count-title{
        font-size: 32px!important;
    }
    .count-text{
        font-size: 20px!important;
    }
    .strip1 h1 {
        font-size: 18px;
        color: #fff;
        margin-left: 0px;
    }
    
.navbar-nav li .nav-hov:hover:before {
    height: 0px;
    width:0px;
    display: none;
}.navbar-nav li .nav-hov:hover:after {
    height: 0px;
    width:0px;
    display: none;
}
}
.small-view{
display:none;
}
@media (max-width: 568px) {
	.media-box{
	margin-bottom: 20px;
}
	
	.mb{
		display: none;
	}

	
	.line{
	
	width: 50px !important;
	
}
	.line2{
		
		width: 25px !important;
		
	}
	
	
	.plant-profit img {
 
  margin:0px auto 30px auto !important;
}
	
	
	
    .navbar-brand img {
        width: 150px;
    } .container-fluid{
        padding: 0px 15px;
    }
    .strip1{
        padding: 5px 10px;
    }
    .navbar-collapse{
        height: auto!important;
    }
    .bg-red{
        margin: 0px;
    } 
.carousel-caption h3{
    font-size: 20px;
    color: #fff;
}

.carousel-caption h1{
    font-size: 20px;
    color: #028134;
    text-transform: uppercase;
}
    .searchform .form-control {
        display: none;
    }
    .carousel-captions {
        font-size: 22px;
        color: #2B343B!important;
    }
    .carousel-captionp {
        font-size: 12px;
        color: #acc42e!important;
        padding: 20px 0px;
        display: none;
    }
    .carousel-caption {
        position: absolute;
        top: -5%;
        right: 15%;
        left: 8%;
        bottom: 20px;
        z-index: 10;
        padding-top: 20px;
        padding-bottom: 20px;
        color: #f5f5f5;
        text-align: left;
    }
    .about-btn {
        position: relative;
        top: 10px;
    }
    .navbar-nav li {
        text-align: left!important;
    }
    .navbar .dropdown ul {
        position: absolute!important;
        left:15px!important;
        
    }
    .mob-view{
        position: absolute!important;
        left:95px!important;
    }
    .navbar .dropdown .dropdown:hover>ul {
        left: -60%;
        top: 50px!important;
    }
    .topbar {
        display: none;
    }
    .search-icon{
        display: none;
    }
    .strip2 p{
        color: #5f5f5f;
        font-size: 15px;
        font-weight: 500;
        line-height: 20px;
        margin: 0 0 0px;
        padding: 0px 10px;
        font-family: 'Roboto', sans-serif;
    }
    .box1 {
        margin-left: 0px;
		padding: 0px 10px;
    }
}



.embed-responsive iframe{
	width: 100% !important;
height: 95.5% !important;
	
}  
/* owl */
.owl-carousel .owl-video-tn {
    background-size: cover;
    padding-bottom: 56.25%;
    /* 16:9 */
    padding-top: 25px;
  }
  
  .owl-video-frame {
    position: relative;
    padding-bottom: 56.25%;
    /* 16:9 */
    padding-top: 25px;
    height: 0;
  }
  
  .owl-video-frame iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  
  .owl-dots {
    text-align: center;
    margin-top: 20px;
    position: relative;
    top: -45px;
}
  
  .owl-dot {
    display: inline-block;
  }
  
  .owl-dot span {
    width: 11px;
    height: 11px;
    background-color: #ccc;
    border-radius: 50%;
    display: block;
    margin: 5px 3px;
  }
  
  .owl-dot.active span {
    background-color: #028a44;
  }

  .owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover!important;
    transition: opacity .4s ease;
}


.pd_name{
font-size:28px;
font-weight:bold;
margin-bottom: 34px;
}


.pd_h{
font-size:22px;
font-weight:bold;

}


.p_desp{
font-size:15px;
margin: 20px 0px;
text-align:justify;
}


.en_quiry{
margin: 20px 0px;
}


.en_quiry a{
color:#fff !important;
Padding:10px 20px;
background:#288217;
display:inline-block;
}


.rel_heading{
font-size:30px;
margin:0 0 3% 0;
font-weight:600;
color:#444;
}



.related {
  float: left;
  margin-bottom: 10%;
  height: 100%;
  max-height: 350px;
  overflow: hidden;
  transform: translate3d(0, 0, 0);
  position: relative;
  border-radius: 10px;
  text-align: center;
}


.related a{
  font-size:14px;
  color: #444;
}


.related h2 a{
  font-size: 11px;
  color: #444;
font-weight:600;
}


.related h3 {
  margin-top: 0px;
}


.related h3 a {
  font-size: 12px;
  color: #3f942f;
}



.en_quiry_h{
margin: 0px 0px;
float:right;
}


.en_quiry_h a{
color:#fff !important;
Padding:6px 14px;
background:#288217;
display:inline-block;
font-size:14px;
}


.links_add{
background: rgba(255,255,255,0.92);
color: #1c2d22;
padding: 16px 0px;
font-size:12px;
margin-bottom: 0;
border-bottom: 1px solid rgba(19,31,23,0.08);
box-shadow: 0 8px 20px rgba(12,58,29,0.04);
}

.links_add a{
font-size:12px;
color: #1c2d22;
margin-right:8px;
margin-left:8px;
font-weight:600;
}


.gallery{
margin-top:5%;
}

ul.pdc{
	padding-left: 40px;
}

.gal_box{
	border: 2px solid #e5e5e5;
    margin: 10px 0px;
height:360px;
}


.gal_box h3{
	font-weight: 400;
color: #555;
text-transform: uppercase;
	font-size: 15px;
margin: 10px 0px;
}


.gal_box:hover h3{
	color: #419e30;
}
.gal_box p{
	color: #555;
	font-size: 14px;
margin:0px 0px 10px 0px;
	text-align: center;
}

.gal_box:hover p{
	color: #419e30;
	
}


.gal_box:hover img{
	 background: rgba(0,0,0,0.7);
	
}


.gal_box .overlay-outer {
  position: relative;
  /*width: 90%;*/
  /*max-width: 400px;*/
  margin: auto;
  overflow: hidden;
}

.gal_box .overlay {
  background: rgba(4,125,67,0.7);
  position: absolute;
 /* height: 99%;*/
  width: 100%;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  opacity: 0;
  transition: all 0.4s ease-in-out 0s;
}

.gal_box a:hover .overlay {
  opacity: 1;
}

.gal_box a:hover .overlay {
  opacity: 1;
}


.gal_box .content-details {
  position: absolute;
  text-align: center;
  padding-left: 1em;
  padding-right: 1em;
  width: 100%;
  top: 50%;
  left: 50%;
  opacity: 0;
  transform: translate(-50%, -50%);
  transition: all 0.3s ease-in-out 0s;
}

.gal_box .overlay-outer:hover .content-details {
  top: 50%;
  left: 50%;
  opacity: 1;
}

.gal_box .content-details h3 {
  color: #fff;
  font-weight: 500;
  letter-spacing: 0.15em;
  margin-bottom: 0.5em;
  text-transform: uppercase;
}

.gal_box .content-details p {
  color: #fff;
  font-size: 0.8em;
}

.fadeIn_bottom {
  top: 80%;
}
/*  */

/* OPTION 2 */
.gal_box .hover_color {
  position: relative;
  margin: 0;
  display: inline-block;
}

.gal_box .hover_color::before {
  position: absolute;
  content: '';
  left: 0;
  top: 100%;
  right: 0;
  bottom: 0;
  background: rgba(246,227,75,.8);
  transition: all 350ms;
  /*this. this is stupid. to get rid of that empty space. I don't know what causes it*/
/*   margin-bottom: 3px;  */
}

/* top or bottom, to choose where it starts */
.gal_box .hover_color:hover::before {
  top: 0;
}

.gal_box .hover_color img {
  margin-bottom: 0;
  width: 100%;
  height: 100%;
  /*alternate solution for that stupid space at the bottom*/
  margin-bottom: -3px;
/*  if the title is always there and you need to darken the background:
 filter: brightness(40%); */
}

.gal_box .hover_color .hover_color-inner {
  position: absolute;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.gal_box .hover_title {
    transform: translateY(-4px);
    opacity: 0; /*or 1, if the title is always visible*/
    transition: all 350ms;
}

.gal_box .hover_color a {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
}

/* don't need this if the title is always visible */
.gal_box .hover_color:hover .hover_title {
  transform: translateY(0);
  opacity: 1;
}





.line{
	margin: auto;
	width: 140px;
	background: #2B343B;
	margin-bottom: 8%;
    margin-top: 2%;
}
.line2{
	height: 3px;
	width: 70px;
	background: #028134;
}

.media-box{
	background:rgba(255,255,255, 0.7);
}

.media-box h3 {
  padding: 5px 0px;
  margin: 0;
}



.bg-arrival .media-box{
	-webkit-box-shadow: 0 0 10px 0 #BFBFBF;
box-shadow: 0 0 10px 0 #BFBFBF;
	margin-bottom: 10px;
}














.space-area h1 {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    text-align: center;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    color: #fff;
  }
  .count-area {
      position: relative;
      padding:0;
      text-align: center;
      color: #fff;
  }
  .count-area i {
      font-size: 48px;
  }
  .count-digit {
    font-size: 40px;
    font-weight: 900;
    margin-top: 10px;
    margin-bottom: 0;
    text-align: center;
    color:#028134;
  }  
   .count-title-plush1 {
    font-size: 40px;
    font-weight: 900;
    margin-top: 10px;
    margin-bottom: 0;
    text-align: center;
    color: #028134;
    position: absolute;
    top: -3px;
    right: 85px;
}
   .count-title-plush2 {
    font-size: 40px;
    font-weight: 900;
    margin-top: 10px;
    margin-bottom: 0;
    text-align: center;
    color: #028134;
    position: absolute;
    top: -3px;
    right: 75px;
}
  .count-title-plush3 {
    font-size: 40px;
    font-weight: 900;
    margin-top: 10px;
    margin-bottom: 0;
    text-align: center;
    color: #028134;
    position: absolute;
    top: -3px;
    right: 50px;
}
  .count-title-plush4 {
    font-size: 40px;
    font-weight: 900;
    margin-top: 10px;
    margin-bottom: 0;
    text-align: center;
    color: #028134;
    position: absolute;
    top: -3px;
    right: 40px;
}
@media (max-width: 568px){

.count-digit {
    font-size: 85px !important;
   
}

.link{
padding:3px 0px;
}

.link a{
font-size:17px;
}

    .count-title-plush1 {
        font-size: 60px;
        font-weight: 900;
        margin-top: 10px;
        margin-bottom: 0;
        text-align: center;
        color: #028134;
        position: absolute;
        top: 16px;
        right: 90px;
    }
       .count-title-plush2 {
        font-size: 60px;
        font-weight: 900;
        margin-top: 10px;
        margin-bottom: 0;
        text-align: center;
        color: #028134;
        position: absolute;
        top: 16px;
        right: 65px;
    }
      .count-title-plush3 {
        font-size: 60px;
        font-weight: 900;
        margin-top: 10px;
        margin-bottom: 0;
        text-align: center;
        color: #028134;
        position: absolute;
        top: 16px;
        right: 15px;
    }
      .count-title-plush4 {
        font-size: 60px;
        font-weight: 900;
        margin-top: 10px;
        margin-bottom: 0;
        text-align: center;
        color: #028134;
        position: absolute;
        top: 16px;
        right: -15px;
    }
}
  .count-title {
    font-size: 18px;
    font-weight: 700;
    margin-top: 10px;
    color: #7a7777;
    margin-bottom: 0;
    text-align: center;
  }
  .mb-6{
    margin-bottom: 4rem;
  }





















#search {
  align-items: center;
  background: rgba(0, 0, 0, 0.975);
  height: 0;
  display: flex;
  justify-content: center;
  opacity: 0;
  position: fixed;
  transition: all 0.5s;
  width: 100vw;
  will-change: transform, opacity;
  z-index: -1;
}
#search:target {
  height: 100vh !important;
  opacity: 1;
  width: 100vw !important;
  z-index: 2;
}
#search:target .close-btn {
  display: block;
}
#searchbox {
  background: transparent;
  border: solid #fff;
  border-width: 0 0 1px 0;
  color: #fff;
  flex: 1 0 auto;
  font-size: 2rem;
  height: 2rem;
  max-width: 50%;
  outline: 0;
  padding: 2rem 1rem;
}
.close-btn {
  display: none;
  color: #fff;
  font-size: 2rem;
  position: absolute;
  top: 0.5rem;
  right: 2rem;
}


#search form {
  width: 80%;
margin: auto;
text-align: center;
}


#search.left {
  left: 0;
  height: 100vh;
  width: 0;
}
#search.right {
  height: 100vh;
  width: 0;
  right: 0;
  left: auto !important;
}
#search.bottom.left

#search.bottom.right

#search.top.left

#search.top.right
 {
  height: 0;
}
#search.bottom{
  bottom: 0;
  top: auto !important;
}
#search.fade{
  height: 100vh;
  width: 100vw;
  transition: opacity 0.5s;
}

.enq_f{
border:1px #ccc solid;
padding:10px;
margin-bottom:20px;
}
.enq_f input{
background-color:#fff;
}

.enq_f h1{
display:none;
}


.addre{
text-align:center;
}

.addre img{
    margin: auto;
    background: #000;
    border: 2px solid #000;
    padding: 10px;
    height: 60px;
    width: 60px;
    border-radius: 50%;
}
.addre:hover img{

    background:#409730;
    border: 2px solid #444;
}

/* lightboxes */
* {
    box-sizing: border-box;
}
.gallery-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    background-color: #fff;
    box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.3);
    width: 100%;
    margin: 0 auto;
    padding: 10px;
    position: relative;
}
.gallery-img::after{
    position: absolute;
    content: ' ';
    left: 10px;
    top: 10px;
    width: 356px;
    height: 200px;
    background-color: #016c2b94;
}
.gallery-item {
    flex-basis: 32.7%;
    margin-bottom: 10px;
    opacity: .85;
    cursor: pointer;
    box-shadow: 0px 1px 2px 0px;
}
.gallery-item .text{
    text-align: center;
    font-size: 14px;
    padding: 10px;
}
.gallery-item:hover {
    opacity: 1;
}
.gallery-item img {
    width: 100%;
    height: auto;
    object-fit: cover;
}
.gallery-item:hover p{
   color: #028134;
}
.gallery-content {
    font-size: .8em;
}

.lightbox {
    position: fixed;
    display: none;
    background-color: rgba(0, 0, 0, 0.8);
    width: 100%;
    height: 100%;              
    overflow: auto;
    top: 0;
    left: 0;
}
.lightbox-content {
    position: relative;
    width: 70%;
    height: 70%;
    margin: 5% auto;
}
.lightbox-content img {
    border-radius: 7px;
    box-shadow: 0 0 3px 0 rgba(225, 225, 225, .25);
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.lightbox-prev,
.lightbox-next {
    position: absolute;
    background-color: rgba(0, 0, 0, 0.8);
    color: #fff;
    padding: 7px;
    top: 45%;
    cursor: pointer;
}
.lightbox-prev {
    left: 0;
}
.lightbox-next {
    right: 0;
}
.lightbox-prev:hover,
.lightbox-next:hover {
    opacity: .8;
}

@media (max-width: 767px) {
    .gallery-container {
        width: 100%;
    }
    .gallery-item {
        flex-basis: 49.80%;
        margin-bottom: 3px;
    }
    .lightbox-content {
        width: 80%;
        height: 60%;
        margin: 15% auto;
    }
}
@media (max-width: 480px) {
    .gallery-item {
        flex-basis: 100%;
        margin-bottom: 1px;
    }
    .lightbox-content {
        width: 90%;
        margin: 20% auto;
    }
}
  .small-view{
        display: none;
    }
@media (max-width: 768px){
    .small-view{
        display: block;
    }
.large-view{
display:none;
}
}






.header {
  transition: all 0.5s;
  z-index: 997;
  padding: 10px 0;
}

@media (max-width: 1200px) {
  .header {
    padding: 12px 0;
  }
}

.header.sticked {
  background: rgba(27, 47, 69, 0.9);
  padding: 12px 0;
}

.header .logo img {
  /*max-height: 40px;
  margin-right: 6px;*/
}

.header .logo h1 {
  font-size: 30px;
  font-weight: 700;
  color: #444;
 
  margin: 0;
}

.navbarn .download ul {
    text-align: left;
}

/*--------------------------------------------------------------
# Desktop Navigation
--------------------------------------------------------------*/
@media (min-width: 1280px) {
  .navbarn {
    padding: 23px;
	  margin-top: 18px;
  }

  .navbarn ul {
    margin: 0;
    padding: 0;
    /*display: flex;*/
    list-style: none;
    align-items: center;
	  text-align: right;
  }

  .navbarn li {
    position: relative;
	  display: inline-block;
  }

  .navbarn a,
  .navbarn a:focus {
    /*display: flex;*/
    align-items: center;
    justify-content: space-between;
    padding: 0px 0 0px 18px;
    text-decoration: none;
    font-size: 15px;
    font-weight: 500;
    color: #028134;
    white-space: nowrap;
    transition: 0.3s;
	text-transform: uppercase;
    font-weight: 800;
  }

  .navbarn a i,
  .navbarn a:focus i {
    font-size: 12px;
    line-height: 0;
    margin-left: 5px;
  }

  /*.navbar a:hover,
  .navbar .active,
  .navbar .active:focus,
  .navbar li:hover>a {
    color: #df4f00;
  }*/
	
	.navbarn a:hover {
    color: #df4f00;
  }
	
	
	

  .navbarn .dropdown ul {
    display: block;
    position: absolute;
    left: 14px;
    top: calc(100% + 30px);
    margin: 0;
    /*padding: 10px 0;*/
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    background: #028134;
    box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
    transition: 0.2s;
	width: 270px;
  }

  .navbarn .dropdown ul li {
    /*min-width: 200px;*/
	  border-bottom: 1px #ccc solid;
	  width: 100%;
  }

  .navbarn .dropdown ul a {
    padding: 10px 10px;
    font-size: 15px;
    text-transform: none;
   color: #fff;
	  display: block;
	  text-align: left;
	  font-weight: 600;
  }

  .navbarn .dropdown ul a i {
    font-size: 12px;
	  float: right;
	  margin-top: 6px;
  }

  .navbarn .dropdown ul a:hover,
  .navbarn .dropdown ul .active:hover,
  .navbarn .dropdown ul li:hover>a {
    
  }

  .navbarn .dropdown:hover>ul {
    opacity: 1;
    top: 100%;
    visibility: visible;
  }

  .navbarn .dropdown .dropdown ul {
    top: 0;
    left: calc(100% - 30px);
    visibility: hidden;
  }

  .navbarn .dropdown .dropdown:hover>ul {
    opacity: 1;
    top: 0;
    left: 100%;
    visibility: visible;
  }
}

@media (min-width: 1280px) and (max-width: 1366px) {
  .navbarn .dropdown .dropdown ul {
    /*left: -90%;*/
  }

  .navbarn .dropdown .dropdown:hover>ul {
    /*left: -100%;*/
  }
}

@media (min-width: 1280px) {

  .mobile-nav-show,
  .mobile-nav-hide {
    display: none;
  }
}

/*--------------------------------------------------------------
# Mobile Navigation
--------------------------------------------------------------*/
@media (max-width: 1279px) {
  .navbarn {
    position: fixed;
    top: 0;
    right: -100%;
    width: 100%;
    max-width: 400px;
    bottom: 0;
    transition: 0.3s;
    z-index: 9997;
  }

  .navbarn ul {
    position: absolute;
    inset: 0;
    padding: 50px 0 10px 0;
    margin: 0;
    background: #028134;
    overflow-y: auto;
    transition: 0.3s;
    z-index: 9998;
  }

  .navbarn a,
  .navbarn a:focus {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 20px;
    text-decoration: none;
    font-size: 15px;
    /*font-weight: 600;*/
    color: rgba(255, 255, 255, 0.7);
    white-space: nowrap;
    transition: 0.3s;
  }

  .navbarn a i,
  .navbarn a:focus i {
    font-size: 12px;
    line-height: 0;
    margin-left: 5px;
  }

  .navbarn a:hover,
  .navbarn .active,
  .navbarn .active:focus,
  .navbarn li:hover>a {
    color: #fff;
  }

  .navbarn .dropdown ul,
  .navbarn .dropdown .dropdown ul {
    position: static;
    display: none;
    padding: 10px 0;
    margin: 10px 20px;
    background-color:#016c2b;
  }
	

  .navbarn .dropdown .dropdown ul {
    
    background-color:#006427;
  }
	

  .navbarn .dropdown>.dropdown-active,
  .navbarn .dropdown .dropdown>.dropdown-active {
    display: block;
  }

  .mobile-nav-show {
    color: #000;
    font-size: 28px;
    cursor: pointer;
    line-height: 0;
    transition: 0.5s;
	  float: right;
top: 14px;
position: relative;
  }

  .mobile-nav-hide {
    color: rgba(255, 255, 255, 0.9);
    font-size: 32px;
    cursor: pointer;
    line-height: 0;
    transition: 0.5s;
    position: fixed;
    right: 15px;
    top: 15px;
    z-index: 9999;
  }

  .mobile-nav-active {
    overflow: hidden;
  }

  .mobile-nav-active .navbarn {
    right: 0;
  }

  .mobile-nav-active .navbarn:before {
    content: "";
    position: fixed;
    inset: 0;
    background: rgba(27, 47, 69, 0.7);
    z-index: 9996;
  }
}


