body{
    overflow-x: hidden !important;
    padding: 0 !important;
}
A, A:link, A:visited, A:hover, A:active {
    color: #87654E;
    text-decoration: none;
    font-weight: bold;
    outline: none;
}
a {
    margin: 0;
    padding: 0;
    border: 0;
    vertical-align: baseline;
    background: 0 0;
    outline: 0;
}

.head{
    background-color: #000;
}

.head a{
    color: #fff;
}
.head a i{
    font-size: 18px;
}
.info-right {
    text-align: left;
    /*display: flex;*/
    align-items: center;
    justify-content: end;
    padding: 6px 0;
}
.main-menu-header{
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 100;
}
.main-menu-header:before{
    position: absolute;
    background-image: url(/static/common/images/menu-bg.png);
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    content: "";
    height: 75%;
    width: 50%;
    background-repeat: no-repeat !important;
    background-size: 100% 100% !important;
}

.btn:focus,
.btn:active:focus,
.btn.active:focus {
    outline: none;
    box-shadow: none;
}

.main-menu-header ul li a{
    padding: 5px 0 !important;
    color: #000;
    border-radius: 0;
    font-family: NanumBrushScript !important;
    margin: 0 18px;
    font-size: 18px;
    font-weight: 600;
    text-transform: capitalize;
    transition: .5s;
}
.main-menu-header ul li a:hover{
    color:#fff ;
}
.header-logo{
    position: relative;
    text-align: end;
    /*padding: 10px;*/
    z-index: 9;
}
.main-menu-header .header-logo:before {
    left: 0;
    border-radius: 0 100px 100px 0;
}
.main-menu-header .header-btn:before, .main-menu-header .header-logo:before {
    background-color: #ffffff87;
    height: 100%;
    width: 100%;
    z-index: -1;
    position: absolute;
    top: 0;
    content: "";
}
.carousel-button span{
    border-radius: 50px;
    background: #0050449e;
    font-family: Poppins !important;
    font-size: 15px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    color: #fff;
    transition: .5s;
    text-transform: uppercase;
    padding: 15px;
}
.btn-primary{
    background-color:#FFB000 ;
    border:1px solid #FFB000 ;
}

.carousel-button span:hover{
    background-color:#FFB000 ;
}
.main-menu-header li.active.list-inline-item:before {
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: 100%;
    width: 100%;
    /*background-image: linear-gradient(#009c85, #00362e);*/
    transition: .5s;
    transform: rotate(-10deg);
    border-radius: 50px;
}
/* 3D旋转效果 */
.img-3d {
    transition: transform 1s;
    transform-style: preserve-3d;
}
.img-3d:hover {
    transform: rotateY(180deg);
}

.defalt-heading{
    display: block;
    position: relative;
    /*margin-bottom: 60px;*/
}

.defalt-heading:before {
    left: 0;
    right: auto;
}
.defalt-heading:after {
    left: auto;
    right: 0;
}
.main-menu-header .header-btn:before {
    border-radius: 100px 0 0 100px;
    right: 0;
}
.defalt-heading:after, .defalt-heading:before {
    position: absolute;
    background-color: #f4f4f4;
    height: 10px;
    width: 28%;
    margin: auto;
    top: 0;
    bottom: 0;
    content: "";
}

.defalt-heading h3 {
    color: #009C85;
    font-size: 45px;
    text-shadow: 1px 1px 1px #009C85;
}

.portfolio-section,section.bannr-btm-prod,section.featured-product,section.map-section,section.product-section.feature-productt {
    padding: 60px 0;
    position: relative;
}

section.category-section {
    padding: 60px 0;
    position: relative;
    z-index: 1;
    text-align: center;
}
section.category-section:before {
    background-image: url(/static/common/images/category-before.png);
    height: 60%;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    right: auto;
}
section.category-section:after {
    background-image: url(/static/common/images/category-after.png);
    height: 40%;
    left: auto;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 0;
}
section.featured-product:before {
    background-image:url(/static/common/images/category-before.png);
    height: 60%;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    right: auto;
    opacity: .4;
}
section.featured-product:after {
    background-image: url(/static/common/images/category-after.png);
    height: 40%;
    left: auto;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 0;
    opacity: .4;
}
section.category-section:after, section.category-section:before, section.featured-product:after, section.featured-product:before {
    content: "";
    width: 10%;
    background-repeat: no-repeat !important;
    z-index: -1;
    position: absolute;
    background-size: 100% 100% !important;
}

.product-cat{
    border: 0px;
}
section.category-section .product-cat img {
    margin: auto;
    /*height: 280px;*/
    object-fit: cover;
    background: #ededed;
    border-radius: 100%;
    padding: 20px;
}

section.category-section .product-cat:hover{
    background-color:#FFB000 ;
}

section.category-section .product-cat:hover a{
    color:#fff;
}

.product-new{
    background-color: #009c85;
    margin: 10px;
    transition: .5s;
    border-radius: 20px;
}
.product-new h5{
    font-size: 16px;
    font-weight: 600;
    line-height: normal;
    -webkit-line-clamp: 1;
    text-transform: capitalize;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    color: #fff;
}
.fea-btn{
    display: block !important;
    position: absolute;
    bottom: -3%;
    right: 0;
    left: 0;
    margin: auto;
}
section.featured-product .fea-btn span{
    color: #005044;
    font-size: 16px;
    font-weight: 700;
    font-family: Manrope !important;
    transition: .5s;
    background-color: #ffb000;
    display: inline-block !important;
    padding: 10px;
    border-radius: 50px;
}
section.featured-product .product-new:hover{
    background-color: #ffb000;
}

section.featured-product .product-new:hover span{
    background-color: #009c85;
    color:#fff;
}
section.featured-product .product-new:hover img{
    transform: scale(1.05);
}

section.blog-section{
    background-image: url(/static/common/images/about-bg.jpg);
}

section.blog-section-div:hover
{
    transform: scale(1.05);
}
.footer-auto{
    background-color: #009c85;
    color: #fff;
}
.footer-auto a{
    color: #fff;
}
.footer-auto a:hover{
    color: #ffb000;
}
