.home-about-area{
    position: relative;
    display: flex;
    /* background: #d4d9d3; */
    flex-direction: row-reverse;
    flex-wrap: nowrap;
    /* overflow-x: hidden; */
    /* align-items: center; */
    /* width: 100%; */
}
.home-about-area:before{
    content:"";
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 147%;
    background-size: cover;
}
.home-about-ellipse .ellipse-inner-text:before{
    content:"";
    /* background: #fff; */
    float: left;
    height: calc(100% + 50px);
    width: 50%;
    clip-path: polygon(        
        0 0,
        2% 0,
        3.4% 17.3%,
        8.4% 35.6%,
        19.2% 55.5%,
        37.9% 75.6%,
        58.6% 89.7%,
        80% 100%,
        0 100%
    );
    shape-outside: polygon(
        0 0,
        2% 0,
        3.4% 17.3%,
        8.4% 35.6%,
        19.2% 55.5%,
        37.9% 75.6%,
        58.6% 89.7%,
        80% 100%,
        0 100%
    );
    shape-margin: 25px;
}

.home-about-ellipse .home-about-logo{position: relative;/* top: 20px; */margin-top: 50px;/* height: 130px; *//* width: 60%; */} 
.home-about-ellipse .home-about-title{font-weight: bold;color: #000;font-size: 23px;margin-top: 35px;margin-bottom: 20px;} 
.home-about-ellipse .home-about-text{
} 
.home-about-social{
    list-style: none;
    margin: 0;
    padding: 0;
    margin-top: 10px;
    padding-bottom: 20px;
    /* display: flex; */
    /* width: 100%; */
    /* float: left; */
    text-align: center;
    /* display: none; */
} 

.home-about-social li{
    margin: 0 3px;
    list-style: none;
    padding: 0;
    display: inline-block;
} 
.home-about-social li a{
    position: relative;
    color: #000;
    display: block;
    transition: all ease-in-out 0.25s;
} 
.home-about-social li a:hover{
    color: #fca700;
    transform: scale(1.2);
} 
.home-about-social li a i{
    font-size: 28px;
    /* color: #000; */
    /* transition: all ease-in-out 0.25s; */
} 
.home-about-social li a i:before{} 


/****************************
** Home Features
****************************/




/****************************
** Home Products Menu
****************************/
.home-products-menu{position: relative;background: #d4d9d3;padding: 50px 15px;padding-bottom: 0px;margin-bottom: 40px;}
.home-products-menu:before{
    content: "";
    width: 100%;
    height: 100%;
    background: #fff;
    position: absolute;
    bottom: -1px;
    margin: 0;
    left: 0;
    -webkit-mask-image:url("../images/svg/row-border-bg-2-down.svg");
    -webkit-mask-position: left bottom;
    -webkit-mask-repeat: repeat-x;
    -webkit-mask-size: 100%;
    z-index: 0;
}
.home-products-menu-container {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    flex-direction: row;
    flex-wrap: wrap;
}
@media screen and (min-width: 768px){
    .home-products-menu-item {
        width: 20%;
        position: relative;
        margin-bottom: 20px;
    }
    .home-products-menu-item:nth-child(5n-2),
    .home-products-menu-item:nth-child(5n-2),
    .home-products-menu-item:nth-child(5n+2){
        top:0px !important;
    }
    .home-products-menu-item:nth-child(5n-1),
    .home-products-menu-item:nth-child(5n-3){
        top:-25px !important;
    }

    .home-products-menu-item:nth-child(5n),
    .home-products-menu-item:nth-child(5n-4),
    .home-products-menu-item:nth-child(5n+1){
        top: -100px !important;
    }
}

@media screen and (max-width: 768px){
    .home-products-menu{
    padding-top: 0;
}
    .home-products-menu-container{
    justify-content: center;
}
    .home-products-menu-item {}
}

@media screen and (min-width:767px) and (max-width:768px){
    .home-products-menu{
    padding-top: 20px;
}
    .home-products-menu-container{}
    .home-products-menu-item {}
    .home-products-menu-item:nth-child(5n-2),
    .home-products-menu-item:nth-child(5n-2),
    .home-products-menu-item:nth-child(5n+2){
        top:0px !important;
    }
    .home-products-menu-item:nth-child(5n-1),
    .home-products-menu-item:nth-child(5n-3){
        top:-7px !important;
    }

    .home-products-menu-item:nth-child(5n),
    .home-products-menu-item:nth-child(5n-4),
    .home-products-menu-item:nth-child(5n+1){
        top: -30px !important;
    }
}

.home-products-menu-item .cat-menu-link{
    display: block;
    top:0px;
    margin: 15px;
    background: #C98F08;
    position: relative;
    border: 3px #C98F08 solid;
    border-radius: 50%;
    /* overflow: hidden; */
    color: #000;
}
.home-products-menu-item .cat-menu-link:hover{
    /* box-shadow: 0px 5px 5px 1px #000; */
}
.home-products-menu-item .cat-menu-link:before{
    content:"";
    background: #C98F08;
    /* background: #c98f0852; */
    position:absolute;
    width: 100%;
    height: 100%;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    clip-path: circle(30% at 50% calc(50% - 27px));
    z-index: 0;
    transition: all ease-in-out 0.2s;
}
.home-products-menu-item .cat-menu-link:hover:before{
    background: #C98F08;
    width: calc(150% + 70px);
    height: calc(150% + 30px);
    transform: translate(-50%,-50%) rotate(-360deg);
    clip-path: circle( 37%  at 50% calc(50% - 27px));
}
.cat-menu-link .cat-thumb{
    position: relative;
    border-radius: 50%;
    overflow: hidden;
    transition: all ease-in-out 0.2s;
}
.cat-menu-link:hover .cat-thumb{
    box-shadow: 0px -3px 18px 3px #00000057;
}
.cat-menu-link .cat-thumb-size{
    width: 100%;
}
.cat-menu-link .cat-thumb-photo{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
}
.cat-menu-link .cat-menu-title{
    position: absolute;
    width: 50%;
    /* background: #00000040; */
    text-align: center;
    bottom: 10px;
    left: 50%;
    font-weight: bold;
    transform: translateX(-50%);
}


/****************************
** Home Suppliers
****************************/

.home-suppliers-row{
}
.home-suppliers-container{}
.home-suppliers-title{
    text-align: center;
    color: #c98f08;
    font-weight: bold;
}

.home-suppliers-slider{
    direction: ltr;
    display: block;
    margin-top: 50px;
    margin-bottom: 50px;
    position: relative;
    height: 130px;
    overflow: hidden;
}

.home-suppliers-slider .owl-stage-outer{
    z-index: +2;
}
.home-suppliers-slider .owl-stage{
    height: 150px;
}
.home-suppliers-slider .owl-controls{
    position: absolute;
    width: 100%;
    height: 100%;
    margin: 0;
    top: 0;
    left: 0;
}
.home-suppliers-slider .owl-nav{
    position: absolute;
    width: 100%;
    height: 100%;
}
.home-suppliers-slider .owl-nav:before,
.home-suppliers-slider .owl-nav:after{
    content: "";
    position: absolute;
    width: 77px;
    height: 100%;
    background: #ffffff;
    z-index: +3;
}
.home-suppliers-slider .owl-nav:before{
    left: 0;
    background: rgb(255,255,255);
    background: -moz-linear-gradient(270deg, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 43%);
    background: -webkit-linear-gradient(270deg, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 43%);
    background: linear-gradient(270deg, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 43%);
}
.home-suppliers-slider .owl-nav:after{
    right: 0;
    background: rgb(255,255,255);
    background: -moz-linear-gradient(90deg, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 43%);
    background: -webkit-linear-gradient(90deg, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 43%);
    background: linear-gradient(90deg, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 43%);
}
.owl-theme .owl-controls .owl-nav [class*=owl-],
.home-suppliers-slider .owl-nav .owl-prev,
.home-suppliers-slider .owl-nav .owl-next{
    position: absolute;
    z-index: +5;
    top: 50%;
    transform: translateY(-50%);
    margin: 0;
    padding: 0;
    background: transparent !important;
}
.home-suppliers-slider .owl-nav .owl-prev{left: 10px;}
.home-suppliers-slider .owl-nav .owl-next{
    right: 10px;
}
.home-suppliers-slider .owl-nav i{
    /* background: #1000ff4a; */
    color: #00000082;
    font-size: 38px;
    padding: 0 8px;
    display: flex;
    align-items: center;
}
.home-suppliers-slider .owl-nav i:before{
    position: relative;
    top: -2px;
}
.home-suppliers-slider .owl-nav i:hover{
    background: transparent;
    color: #000;
}

.home-suppliers-slider .supplier-container{
    background: #ff000017;
    margin: 15px 0;
}
.home-suppliers-slider .owl-item{}
.home-suppliers-slider .supplier-item{
    position: relative;
    background: #c98f08;
    border-radius: 7px;
    padding: 3px;
    box-shadow: 0px 0px 0px 0px #0000007d;
    transition: all ease-in-out 0.25s;
}
.home-suppliers-slider .image-thumb{
    position: relative;
    /* max-width: 200px; */
    height: 93px;
    background: #fff;
    border-radius: 5px;
}
.home-suppliers-slider .image-thumb .supplier-photo{
    position: relative;
    border-radius: 5px;
    display: block;
    height: 100% !important;
    max-height: 100%;
    width: auto;
    max-width: 100% !important;
}
.home-suppliers-slider .image-thumb .transparent-pic{
    display: none;
}
.home-suppliers-slider .supplier-name{
    position: absolute;
    bottom: 5px;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    text-align: center;
    font-weight: bold;
    font-size: 11px;
}


.home-suppliers-slider .supplier-item:hover,
.home-suppliers-slider .supplier-item:active {
    transform: scale(1.1);
    box-shadow: 0px 0px 4px 0px #0000007d;
}
.home-suppliers-slider .supplier-item:hover .image-thumb{}
.home-suppliers-slider .supplier-item:hover .supplier-photo{}
.home-suppliers-slider .supplier-item:hover .transparent-pic{}
.home-suppliers-slider .supplier-item:hover .supplier-name{}
/****************************
** Home 
****************************/


