.specific_scroll.up_scroll .header{
    position: fixed;
}
.header{
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    width: 100%;
    height: auto;
    background: transparent;
    margin: auto;
    opacity: 1;
    z-index: 9;}
.header .header-inner{
    margin-top: 10px;
    padding:5px 30px;
    background: #435538;
    border-radius: 20px;
    border: 1px solid #FFFFFF03;}

.header .logo{
    max-width: 115px;
    height: auto;}
@media(max-width:567px){
 .header .logo{
    height:80px;}   
}
.header .main-menu{
    display: flex;
    padding: 0px;
    list-style: none;
    margin: 0px ;
    justify-content: end;}
.header .main-menu li{
    transition: all .5s ease;}
.header .main-menu li a {
    position: relative;
    list-style: none;
    text-decoration: none;
    margin: 10px 15px;
    color: #fff;
    font-weight: 500;
    text-transform: uppercase;
    font-size:17px;
    transition: all .5s;}
.header .main-menu li a.active{
    font-family: 'poppinsbold';
}
.header .main-menu li a.active:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 1.5px;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    background: #fff;
}
.header .main-menu li:hover a{
    color: #fff;
    transform: scale(1.02);
    font-weight: 600;}
.header .main-menu li.login a{
    color: #435538;
    background-color: #fff;
    padding: 20px 35px;
    border-radius: 20px;}
@media (max-width: 991px) {
.header .nav-menu {
    position: fixed;
    z-index: 101;
    top: 0;
    background-color: #fff;
    width: 300px;
    height: 100%;
    overflow-y: auto;
    overflow-x: hidden;
    right: -300px;
    -webkit-transition: right 0.3s ease-in-out;
    -moz-transition: right 0.3s ease-in-out;
    -ms-transition: right 0.3s ease-in-out;
    -o-transition: right 0.3s ease-in-out;
    transition: right 0.3s ease-in-out;}
.open-menu .header .nav-menu{
    right: 0;
    -webkit-transition: right 0.3s ease-in-out;
    -moz-transition: right 0.3s ease-in-out;
    -ms-transition: right 0.3s ease-in-out;
    -o-transition: right 0.3s ease-in-out;
    transition: right 0.3s ease-in-out;}
 .header .nav-menu .main-menu {
    padding-top: 60px;
    min-height: 100vh;
    width: 100%;}
.header .main-menu{
    display: inline-block !important;}
.header .close-btn {
    left: 10px !important;
    top: 30px !important;}
.header .toggle-main-menu {
    position: absolute;
    z-index: 10;
    top: 0px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 35px;
    background-color: transparent;
    border: none;
    padding: 0;
    width: 32px;
    height: 22px;}
.header .toggle-main-menu span{
    background-color: #ffffff;
    display: block;
    position: relative;
    width: 100%;
    height: 3px;
    float: right;
    border-radius: 25px;}
.header .toggle-main-menu span:nth-of-type(3) {
    width: 85%;
    top: 5px;}
.header .toggle-main-menu span:nth-of-type(1) {
    width: 65%;
    top: -6px;}
.header .main-menu li{
    margin: 20px 0px;}
.header .main-menu li.login{
    margin-top: 35px;
}
.header .main-menu li a{
    color: #111111;
}
.header .main-menu li:hover a{
    color: #000 !important;
}
.header .main-menu li.login a{
    background: #435538;
    color: #fff;
    padding: 20px 45px;
    margin-left: 20px !important;}
.close-btn:before, .close-btn:after {
    position: absolute;
    right: 12px;
    top: 5px;
    content: ' ';
    height: 100%;
    width: 2px;
    background-color: #6b6b6b;}
.close-btn:after {
    transform: rotate(-45deg);}
.close-btn:before {
    transform: rotate(45deg);}
}
@media(min-width:992px){
.menu-toggle.toggle-main-menu{
    display: none !important;}
}


/* login  */
.whatsapp_fixed{
    z-index: 99;
    position: fixed;
    width: 60px;
    height: 60px;
    border-radius: 100%;
    background: #04AA6D;
    text-align: center;
    color: #fff;
    right: 24px;
    bottom: 90px;
    display: inline-block;
    padding: 15px;
}
.login_page {
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;}
.login_page .login-card {
    position:relative;
    width:100%;}
.login_page .signin-form {
    max-width: 100%;
    background: #1f392f;
    padding:0;
    border-radius: 10px;
    box-shadow: 0 .4rem 0.8rem rgba(0,0,0,.15)!important;
    animation: fadeIn 1s ease-in-out;
    width:100%;}
.login_page .form{
    background:#fff;
    padding:25px 30px;}
.login_page .logo{
    background:transparent;
    padding:15px 20px;}
.login_page .logo img{
    width:180px;
    height:auto;}
@media(max-width:767px){
.login_page .logo{
    padding:50px 0px;}
}
.login_page h2 {
    text-align: center;
    margin-bottom: 1.5rem;
    font-size: 1.8rem;
    color: #e7cca1;
    font-weight: bold;}
.login_page .input-group {
    margin-bottom: 1rem;}
.login_page .input-group label {
    display: block;
    font-size: 1rem;
    color: #e7cca1 !important;
    margin-bottom: 0.5rem;}
.login_page label{
    color: #e7cca1 !important;
}
.login_page .input-group input {
    width: 100%;
    padding: 0.5rem;
    border: 1px solid #ddd;
    border-radius: 5px;
    color: #e7cca1;
    font-size: 1rem;
    transition: border 0.3s;}
.login_page .input-group input::placeholder{
    color:#e7cca1 !important ;
}
.login_page .input-group input:focus {
    border: 1px solid #333;
    outline: none;}
.login_page button {
    padding: 0.75rem 2.75rem;
    border: none;
    border-radius: 25px;
    background: #435538;
    color: white;
    font-size: 1rem;
    cursor: pointer;}
@keyframes fadeIn {
from {
    opacity: 0;
    transform: translateY(-10px);}
to {
    opacity: 1;
    transform: translateY(0);}
}
@media(max-width:567px){
.login_page .form{
    padding: 15px 20px;}
}
  
/* / login */


/*banner */
/* Base styles */
.home_banner_sec .caption-content {
    opacity: 0;
    transform: translateY(30px);
    transition: all 0.8s ease-out;}
.home_banner_sec .caption-content.animate {
    opacity: 1;
    transform: translateY(0);}
.home_banner_sec{
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;}
.home_banner_sec .slick-grid .slick-slide{
    padding: 0px;}
.home_banner_sec .caption{
    width: 100%;
    position: absolute;
    left: 10px;
    top: 60%;
    transform: translateY(-50%);}
.home_banner_sec .banner-card::after{
    position: absolute;
    width: 100%;
    height: 100%;
    inset: 0;
    content: "";
    background-color: #00000041;}
.home_banner_sec .banner-card .caption{
    z-index: 99;}
.home_banner_sec .banner-card .caption h3{
    color: #fff;
    font-size: 32px;}
.home_banner_sec .banner-card .caption .btn{
    padding: 10px 20px;
    border-radius: 25px;
    color: #000;
    margin-top: 20px;
    background-color:#fff;}
.home_banner_sec .banner-img{
    height: 100vh;
    min-height: 500px;
    width: 100%;
    max-width: 100%;
    object-fit: cover;}
/*/ banner */

/* discover sec */
.discover_sec .discover-card{
    position: relative;
    color: #fff;
    padding-top: 15px;
    background:linear-gradient(180deg, #435538 0%, #394930 100%);
    border-radius: 10px;}
.discover_sec .discover-card img{
    height: 200px;
}
.discover_sec .btn{
    background-color: transparent;
    color: #fff;
    border: none;
    font-weight: 600;}
/* product sect */
.product_sec .slick_product{
    margin-left: -15px;
    margin-right: -15px;
}
.product_sec .product-img{
    max-height: 320px;
    height: auto;
    width: 100%;
    max-width: 100%;
    object-fit: cover;}
.product_sec.sub-pro .product-img, .product_sec .product-hover-img{
    max-height: 280px;
    height: auto;
    width: 100%;
    max-width: 100%;
    object-fit: cover;}
.product_sec .product-card .img-card:hover .product-hover-img,
.product_sec .product-view-card .img-card:hover .product-hover-img{
    display: block;
    transition: all 0.3s ;}
.product_sec .product-card .img-card:hover .product-img,
.product_sec .product-view-card .img-card:hover .product-img{

    display: none;
    transition: all 0.3s;}
.product_sec .product-card{
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;}
.product_sec .product-hover-img{
    max-height: 320px;
    height: auto;
    width: 100%;
    max-width: 100%;
    display: none;
    object-fit: cover;
    transition: all 0.3s;}
.product_sec .product-card .btn{
    color: #ffffff;
    background-color: #435538;
    border-radius: 20px;
    padding: 5px 20px;
    border: 1.2px solid #435538;}
.product_sec .btn-all{
    padding: 5px 30px;
    border-radius: 30px;
    color: #fff;
    border: 1px solid #435538;
    background-color: #435538;}
.product_sec .product-view-card .pro-act-price{
    color: #e00d0d; 
    font-size: 13px;
    text-decoration: line-through;}
.product_sec .product-view-card .pro-off-price{
    color: #333;
    font-size: 13px;}
 

/* blog */
.blog_banner_sec img{
    width: 100%;
    height: 600px;
    object-fit: cover;}
.blog_banner_sec .banner-cover::after{
    position: absolute;
    content: '';
    inset: 0;
    background-color: #0000005e;}
.blog_banner_sec .banner-cover .caption{
    z-index: 1;}
.blog_sec .blog-card {
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.blog_sec .blog-card .blog-img{
    width: 100%;}
.blog_sec .blog-card .cont{
    background: linear-gradient(180deg, rgb(67 81 67) 0%, rgb(67 81 67) 100%);
    backdrop-filter: blur(5px);
    position: relative;
    width: 100%;}
/* blog */
/* client */
.client_sec{
    background-color: #d9c7b3;}
.client_sec .client-card{
    height: 100px;
    overflow: hidden;
    background-color: #fff;
    position: relative;
    border:  1px solid #dfd8d8;}
.client_sec .client-card img{
    width: 100%;
    height: auto;
    padding: 10px;
    object-fit: contain;
    max-height: 99px !important;}
/* get in touch */
.get_in_touch_sec{
    background:linear-gradient(180deg, #ffffff 50%, #435538 50%);}
.get_in_touch_sec .contact-card{
    background-color: #fff !important;
    box-shadow: 0px 0px 25px 0px #00000026;
    border-radius: 20px;
    padding: 30px 20px;}
.get_in_touch_sec .contact-card img{
    height: 350px;
    object-fit: cover;}
.get_in_touch_sec .contact-card .form-control{
    padding: 0.8rem;
    font-size: 16px;}
.get_in_touch_sec .contact-card input:focus{
    outline: none !important;
    box-shadow: none !important;
    border: 1px solid #9b9797;}
.get_in_touch_sec .contact-card textarea{
    min-height: 80px;}
.get_in_touch_sec .contact-card .btn-send{
    background-color: #000;
    color: #fff;
    border-radius: 30px;
    padding: 5px 30px;}
@media (max-width:992px){
.get_in_touch_sec .contact-card img{
    height: 300px;
    width: 100%;
    object-fit: cover;}
.get_in_touch_sec .contact-card .form-control{
    padding: 0.6rem;
    font-size: 13px;}
.get_in_touch_sec .contact-card textarea{
    min-height: 70px;}
}

/* about */
.about_sub_sec .sm-card .img-card{
    align-content: center;
    width: 80px;
    height: 80px;
    text-align: center;
    border-radius: 50%;
    background-color:#4C6040;}
.about_sub_sec .sm-card .img-card img{
    width:auto;
    height: 40px;}
.about_sub_sec .bottom-border{
    border-bottom: 1px solid #000;}
.about-section{
	position:relative;
	padding:120px 0px;}
.about-section .content-column{
	position:relative;
	margin-bottom:40px;}
.about-section .content-column .inner-column{
	position:relative;
	padding-top:50px;
	padding-right:40px;}
.about-section .content-column .text{
	position:relative;
	color:#777777;
	font-size:15px;
	line-height:2em;
	margin-bottom:40px;}
.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%;
    max-height: 400px;
    object-fit: cover;
	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:#ffffff;
	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: 40px;}
.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;}
/* mission vission */
.mission_vision_sec{
    position: relative;
    overflow: hidden;}
.half-fluid {
.left-half,
.right-half {
    left: 50%;
      margin-left: -50vw;
      max-width: 100vw;
      position: relative;
      right: 50%;
      width: 100vw;
    padding: 0px;
}
.image {
  background-size: cover;
  background-position: center;
  height: 100%;}
}
@media (min-width: 991px) {
.half-fluid {
  .left-half {
    padding-left:0 !important;
    position: absolute;
    left: 0;
    right: 50%;
    margin-left: auto;
    width: auto;}
  .right-half {
    padding-right:0 !important;
    position: absolute;
    right: 0;
    left: 50%;
    margin-left: auto;
    width: auto;}}
}
@media (min-width:1400px) {
.mission-img {
    height: 450px;
    width: 100%;}
.height-set{
    display: grid;
    height: 402px;
    align-items: center;}
}
@media (min-width:1200px) and (max-width:1399px) {
.mission-img{
    width: 100%;
    height: 280px;}
.height-set {
    display: grid;
    height: 231px;
    align-items: center;}
}
@media (min-width:992px) and (max-width:1199px){
.mission-img{
    width: 100%;
    height: 357px;}
.height-set{
    display: grid;
    height: 308px;
    align-items: center;}
}
@media (max-width:991px){
.mission_vision_sec .image{
    display: flex;
    justify-content: center;}
}
.mission-img{
    object-fit: cover !important;}
.team_sec .team-card{
    position: relative;
    height: auto;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;}
.team_sec .team-card h4{
    color: #222121;
    font-family: "poppinsmedium"}
.team_sec .team-card a{
    color: #222121;
    text-decoration: none;}
.team_sec .team-card .img-card img{
    width: 100%;
    height: 350px;
    object-fit: cover;}
.team_sec .team-card .social-link{
    bottom: 0;
    background-color: #435143a3;
    left: 0;
    width: 100%;
    position: absolute;
    padding: 10px 15px;
    gap: 10px;
    display: inline-flex;
    align-content: center;
    opacity: 0;
    transition: opacity 0.5s ease-in-out;}
.team_sec .team-card:hover .social-link{
    opacity: 1;
    transition: opacity 0.5s ease-in-out;}
.team_sec .team-card .social-link a img{
    height: 25px;
    width: 25px;}
.prev-btn,
.next-btn{
    background-color: #435538;
    padding: 7px 14px;
    border-radius: 50%;
    margin: 0px 10px;}
.prev-btn img{
    transform: rotate(225deg);}
.next-btn img{
    transform: rotate(44deg);}
.page-banner .banner-cover {
    position: relative;
    overflow: hidden;}
.page-banner .banner-cover .caption {
    color: #fff;
    width: 100%;
    position: absolute;
    left: 0;
    top:60%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);}
.page-banner .banner-cover img{
    height: 400px;
    object-fit: cover;
    width: 100%;
    max-width: 100%;
}

    /*  */
.catagory-listing .product-card .card-cont {
    background: linear-gradient(to right, #000 50%, #fff 50%);
    background-size: 200% 100%;
    background-position: right bottom;
    transition: background-position 0.3s ease-out;}
.catagory-listing .product-card:hover .card-cont {
    background-position: left bottom;
    transition: all 0.6s;
    color: #fff ;}
.catagory-listing .product-card .card-cont .right-arrow{
    opacity: 0;
    transform: rotate(45deg);}
.catagory-listing .product-card{
    box-shadow: rgb(32 32 33 / 20%) 0px 8px 24px;}
.catagory-listing .product-card .card-cont .right-arrow{
    opacity: 1;
    transition: opacity 0.5s ease-in-out;}
/* blog */
.blog_card_sec .blog-card {
    border-radius: 10px;
    position: relative;
    overflow: hidden;
    box-shadow: 2.41px 3.22px 33.77px 0px #00000026;}
.blog_card_sec .blog-card .blog-img{
    width: 100%;
    max-height: 300px;
    object-fit: cover;
    max-width: 100%;
    height: auto;}
.blog_card_sec .blog-card .cont{
    padding: 20px 20px;}
.blog_card_sec  .date{
    color: #464646;
    font-size: 15px;}
.related_blog_sec .slick_product .blog-card{
    border-radius: 10px;
    box-shadow: 2.31px 3.12px 31.67px 0px #00000026;}
.related_blog_sec .slick_product .blog-card .blog-img{
    max-width: 100%;
    width: 100%;
    height: auto;
    object-fit: cover;
    border-radius: 10px 10px 0px 0px;
    max-height: 250px;}
.related_blog_sec .blog-card .card-cont{
    padding: 15px 20px;}

/* Gallery */

.gallery_card_sec .gallery-card{
    box-shadow: 5.41px 6.22px 33.77px 2px #00000026;
    background-color: #fff;}
.gallery_card_sec .gallery-card .img-card::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    height: 40%;
    bottom: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
}
.gallery_card_sec .gallery-card .gallery-img{
    max-width: 100%;
    width: 100%;
    max-height: 350px;
    object-fit: cover;
    height: auto;}
.gallery_card_sec .gallery-card .cont{
    position: absolute;
    width: 100%;
    bottom: 0px;
    color: #fff;
    padding: 20px 15px;}

/* video card */
.gallery_card_sec .gallery-card .video-card::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    height: 70%;
    bottom: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);}

.gallery_card_sec .gallery-card .video-card .video-icon{
    position: absolute;
    height: 60px;
    z-index: 1;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);}

/* latest gallety update */
.latest_gallery_updates .slick_product .gallery-card{
    position: relative;
    box-shadow: 5.41px 6.22px 33.77px 2px #00000026;
    background-color: #fff;}
.latest_gallery_updates .slick_product .gallery-card .gallery-img{
    max-width: 100%;
    width: 100%;
    height: auto;}
.latest_gallery_updates .slick_product .gallery-card .card-cont{
    padding: 10px 15px;
}


/* / Gallery */


/* contact page */
.contact-sec .main-img{
    max-height: 280px;
    object-fit: cover;
    width: 100%;
    object-position: top;;
}
.contact-form-sec .contact-info{
    background-color: #435538;
    border-radius: 0px 0px 0px 0px;
    padding: 20px 25px;}
.contact-form-sec .contact-info .cont{
    display: flex;
    padding: 20px;
    margin-bottom: 10px;
    color: #fff;}
.contact-form-sec .contact-info .cont .icons{
    max-width: 100%;
    height: 35px;
    width: auto;}
/*.contact-form-sec .contact-info .cont:not(:last-child){*/
/*    border-bottom: 2px solid #d4d4d4;}*/

.contact-form-sec .contact-info .cont label{
    color: #d3d0d0;
    margin-bottom: 10px;}
.contact-form-sec .form-card{
    background-color: #fff;
    box-shadow: 2.41px 3.22px 33.77px 0px #00000026;
    border-radius: 0px 0px 0px 0px;
    padding: 35px 30px;}
.contact-form-sec .form-card label{
    color: #222121;
    font-weight: 400;
    margin-bottom: 5px;
    display: block;}
.contact-form-sec .form-card input,
.contact-form-sec .form-card textarea{
    color: #222121;
    border-radius: 5px;
    padding: .6rem  .6rem;}
.contact-form-sec .form-card textarea.form-control{
    min-height: 195px;}
.contact-form-sec .form-card input:focus,
.contact-form-sec .form-card textarea:focus{
    box-shadow: none;
    outline: none;
    border: 1px solid #444;}
.contact-form-sec .form-card .btn-send{
    background-color: #435538;
    color: #fff;
    border-radius: 10px;
    padding: 10px 35px;}
.map-sec {
    position: relative;
    overflow: hidden;
}
.map-sec iframe{
    border-radius: 20px;
    width: 100%;
    max-width: 100%;
    position: relative;
    overflow: hidden;
}
@media(max-width:992px){
.contact-form-sec .form-card{
    padding: 0px !important;
}
.contact-form-sec .form-card textarea.form-control{
    min-height: 96px;}
.contact-form-sec .contact-info{
    border-radius: 20px;}
.contact-form-sec .contact-info .cont{
    padding: 10px;}
.contact-form-sec .form-card{
    padding: 20px 18px;}
}
/* footer */
footer{
    background-color: #435538;
    padding-bottom: 20px !important;
    font-weight: 400 !important;
    color: #fff;}
.footer .logo{
    height: 120px;}
@media(max-width:567px){
.footer .logo{
    height: 100px;}
}
footer .link-menu{
    list-style:circle ;}
footer .link-item{
    margin: 20px 10px;}
footer .link-item .link{
 color: #fff;
 text-decoration: none;}
 .footer .copyright{
    border-top: 1px solid #ffffff73;
    padding-top: 20px;
    color: #f8f8f8 !important;
 }
.footer .copyright a{
    color: #fff;}