/* custom  */
/* #searchForm .form-control::placeholder{
    color: white !important;
} */
.menu-bottom{
    display: none;
}
:root {
    --j-border : 5px;
    --px-sm :54px;
    --j-white : #fff;
    --j-color-primary : #26A826;
    --j-font-color : #3C4043;

    --j-primary-color10 : #1F4C23; 
    --j-primary-color20 : #317938;
    --j-primary-color30 : #3D9746;
    --j-primary-color40 : #64AC6B;
    --j-primary-color50 : #8BC190;
    --j-primary-color60 : #B1D5B5;
    --j-primary-color70 : #D8EADA;
    --j-primary-color80 : #ECF5ED;

    --j-color-secondary : #EEFFEE;
    --j-secondary-color10 : #004D5C;
    --j-secondary-color20 : #00667A;
    --j-secondary-color30 : #008099;
    --j-secondary-color40 : #3399AD;
    --j-secondary-color50 : #66B3C2;
    --j-secondary-color60 : #99CCD6;
    --j-secondary-color70 : #CCE6EB;
    --j-secondary-color80 : #E6F2F5;
    --j-secondary-color140 : #DDF5E7;
    
    --j-color-primary-dark : #2c4c2f;
    --j-color-dark : #1D271D;
    --j-whitesmoke : #ededed;
    --j-semiwhite : #F8F8F8;
    --j-lightgreen : #abc9ab;
    --j-lightgrey : #bdbdbd;
    --j-line : #e3e3e3;
    --j-bg-product : #2e2e2e;
    --j-color-warning : #fbcf00;
    --j-dark : #3c4043;
    --aww-header : #383838;
    --aww-header-mega : #222;
    --aww-header-hover : #c3c3c3;
    --color-primary: #222;
    --color-primary-rgb: 34, 34, 34;
    --color-link: #222;
    --color-white: #fff;
    --color-white-rgb: 255, 255, 255;
    --color-orange: #FA5D29;
    --color-errors: #FA5D29;
    --color-featured: #f8f0ee;
    --color-underlined: var(--color-primary-rgb);
    --color-connect: #FF602C;
    --color-connect-2: #FFAE94;
    --color-connect-3: #FFC5B1;
    --color-inspire: #AAEEC4;
    --color-inspire-2: #C8E4D3;
    --color-inspire-3: #E2F4E9;
    --color-awards: #502bd8;
    --color-awards-2: #6749d1;
    --color-awards-3: #917eda;
    --color-read: #c0ab3c;
    --color-read-2: #CDC38B;
    --color-read-3: #DBD6C0;
    --color-learn: #FFF083;
    --color-learn-2: #FFF9D0;
    --color-learn-3: #fffbe2;
    --color-jobs: #74bcff;
    --color-jobs-2: #99ccfc;
    --color-jobs-3: #b4d7f8;
    --text-size-small: 12px;
    --text-size-primary: 16px;
    --text-size-medium: 18px;
    --text-size-large: 24px;
    --border-gray: #e9e9e9;
    --bg-primary: #F8F8F8;
    --bg-primary-rgb: 248, 248, 248;
    --bg-secondary: #222;
    --bg-3rd: #e9e9e9;
    --bg-4rd: #f3f3f3;
    --bg-white: white;
    --header-height: 71px;
    --gutter: 20px;
    --pad-inner: 52px;
    --color-odd-rows: #f3f3f3;
    --avatar-bg: #F8F8F8;
    --rounded-small: 4px;
    --rounded-normal: 8px;
    --rounded-large: 1rem;
    --img-resizing-site: 16 / 12;
    --img-resizing-paronamic: 2 / 1;
    --img-resizing-desktop: 19 / 10;
}
html{
    scroll-behavior: smooth;
}

a{
    color:var(--j-color-dark) ;
}
.object-fit-contain {
    object-fit: contain;
    -o-object-fit: contain;
}

#about .flickity-button.next, #about .flickity-button.previous{
    opacity: 1;
    z-index: 999999;
}
/* #about .flickity-button.next{
    right:45%;
}
#about .flickity-button.previous{
    left:45%;
} */
#about .flickity-button.previous:hover, 
#about .flickity-button.next:hover{
    background-color: white;
}
#about .carousel{
    margin-bottom:2rem;
}


.absolute-sm{
    position: unset;
}

.ac-title{
    text-transform: uppercase;
}
.bg-navbar-toggle{
    background-color: var(--j-color-primary-dark) !important;
}
.bg-grey{
    background: #f7f7f7;
}
.bg-green-200{
    background:#dfe7e2 !important
}
.bg-lightblue{
    background: #d8e5df;
}
.bg-lg, .bg-lightgreen{
    background-color: var(--j-primary-color80);
}
.btn-fade{
    background-color: transparent !important;
    border:1pt solid white !important;
}

.button-rounded-large{
    border: 1px solid;
    border-radius: 72pt;
    padding: 5pt 10pt;
    transition: .2s;
    white-space: nowrap;
    /* position: relative; */
}
.border-sm{
    border-radius: var(--j-border);
}



.col-lg-8 .heading-font, .col-lg-7 .heading-font, .col-lg-6 .heading-font, .col-lg-5 .heading-font, .col-lg-4 .heading-font{
    /* line-height: calc(5vw * 1.87) !important; */
}
.row-reverse{
    flex-direction: row-reverse;
}
.company{
    transition: .5s;
    border-radius: 5px;
}
.company:hover{
    background-color: #dde3df !important;
}
.carousel .flickity-button:hover{
    background-color: #fff !important;
}
.captions-banner{
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    position: absolute;
    right: 0;
    top: 0;
}
.captions-banner .links{
    display: flex !important;
    justify-content: space-between;
    align-items: center;
    width: 14rem;
    height: 7rem !important;
}
@media screen and (min-width: 1843px) {
    .captions-banner {
        right: -25%;
    }
}



.fill-light{
    fill: #fff !important;
}
.fs-sm{
    font-size: 16px !important;
}
.font-bold{
    font-weight: 800 !important;
}
.font-normal{
    font-weight: 200 !important;
}
.font-italic{
    font-style: italic;
}
.flickity-button.next{
    right: 10px;
}


.grids{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    max-width: 100%;
    margin: 0 auto;
    grid-auto-rows: 0fr;
    grid-column-gap: 8px;
    grid-row-gap: 8px;
}
.grid-item {
    cursor: unset;
}
.green-banner .banner-button a:hover{
    background-color: var(--j-white) !important;
}

.green-banner .banner-button p:hover{
    color: var(--j-color-primary) !important;
}




.h-auto{
    height: auto !important;
}
.banner{
    font-size: 44px;
}
.h5{
    font-size: 14px;
}
.header-text{
    font-size: 34px !important;
}
.heading-font{
    font-size: 8.1vw !important;
    line-height: calc(5vw * 2.270) !important;
}
.x-heading-color{
    color:#3C4043 !important;
}
.hidden-md{
    display: contents;
}
.hidden-lg{
    display: contents;   
}
.hide{
    /*display: none;*/
    opacity: 0;
    visibility: hidden;
    transition: .3s;
}

.img-small{
    width: 15%;
    height: auto;
}
.icon-size{
    width: 60%;
}
.inner{
    max-width: 1920px;
    margin: 0 auto;
}
.inspiro-slider .slide .slide-captions .strong{
    text-transform: inherit;
    font-size: 20px !important;
}



.j-px-sm{
    padding: 0 var(--px-sm);
}
.j-mx{
    margin: auto 32px;
}
.j-bg-secondary{
    background-color: var(--j-color-secondary);
}
.j-primary{
    color: var(--j-color-primary);
}
.joe-nav-image{
    max-width: 80px !important;
}
.joe-slider .flickity-page-dots {
    bottom: 60px !important;
    
}
.joe-slider .dot{
    width: 40px !important;
    height: 40px !important;
    background-image: url('../logo2/earthLeaf.png');
    background-size: cover;
    box-shadow: unset !important;
}
.joe-slider .dot:after{
    background-image: url('../logo2/earthLeaf2.png');
    background-size: cover;
    box-shadow: unset !important;
    background-color:transparent !important;
}



.list-icon p, .list-icon span{
    font-size: 14px !important;
}
.list-icon li{
    list-style: none;
}



.margin-clamp{
    margin: clamp(50px,11vw,200px) 0;
}
.market .bg-lightblue:hover{
    background-color: #c8dfd4;
    transition: all .5s;
}
.mt-4-lg{
    margin-top: 0;
}
.mt-2-sm{
    margin-top: 0 !important;
}



.nav-search-mobile{
    display: none;
}


.partners .partnersonscroll{
    transform: rotate(0deg);
}
.pad-inner{
    padding: 0 52px;
    max-width: 1920px;
    margin: 0 auto;
}
.p-card{
    padding: 24px;
}
.product .product-description{
    padding: 20px 0;
}
.product {
    margin-bottom: 20px;
}
.portfolio-item .portfolio-description{
    padding: 0;
}

.px-100{
    padding-left: 100px;
    padding-right: 100px;
}
.py-100{
    padding-top: 100px;
    padding-bottom: 100px;
}
.portfolio-item, .grid-item{
    padding:0;
}
.portfolio-item .portfolio-description span, .portfolio-item .portfolio-description p, .portfolio-item .grid-description span, .portfolio-item .grid-description p, .portfolio-item .portfolio-links span, .portfolio-item .portfolio-links p, .grid-item .portfolio-description span, .grid-item .portfolio-description p, .grid-item .grid-description span, .grid-item .grid-description p, .grid-item .portfolio-links span, .grid-item .portfolio-links p{
    transition:.5s;
}


.search-color .form-control::placeholder{
    color: white !important;
}
.show-sm{
    display: none;
}
.show{
    /*display: block;*/
    opacity: 1;
    visibility: visible;
}
.shrink-w-50{
    width: 50%;
    margin: auto;
}
.shrink-w-80{
    width: 80%;
    margin: auto;
}

.search-icon, .bi-globe, .hidden-lg{
    fill: var(--j-font-color);
    color: var(--j-font-color) !important;
    transition: all .5s;
}
.sticky-bottom{
    display: none;
}



.testimonial-item{
    padding: 0 10vh !important;
}
.text-black{
    color:var(--j-dark) !important;
}

.text-left{
    text-align: left !important;
}

.text-right{
    text-align: right !important;
}
.text-underline{
    text-decoration: underline;
}
.text-justify{
    text-align: justify;
}


.w-70{
    width: 70%;
}
.w-80{
    width: 80%;
}
.w-90{
    width: 80%;
}



.view-more:hover{
    color: var(--j-primary-color30);
}
.view-more:before{
    content: "";
    position: absolute;
    bottom: -0.2em;
    left: 0;
    width: 100%;
    height: 1px;
    background-repeat: no-repeat;
    background-image: linear-gradient(to right, rgb(var(--color-underlined)) 45%, rgba(var(--color-underlined), 0.3) 55%);
    background-size: 220% 100%;
    background-position: 100% 50%;
    transition: .3s ease-out;
}


.x-section-competitive .x-competitive:hover{
    background: #dfe7e2 !important;
}

.yellow-banner .banner-button a:hover{
    background-color: var(--j-color-dark) !important;
    border-color: transparent;
}

.yellow-banner .banner-button p:hover{
    color: var(--j-color-warning) !important;
}



/* navbar  */
header{
    width: 100%;
    position: absolute;
}

.header-search{
    position: relative;
    flex: 1;
    z-index: 3;
    transition: .2s;
}
.header-search .content-left .content-project a{
    font-size: 16px;
}
.header-search .content-left .usefull-links a,
.header-search .content-left .content-product a{
    font-weight: 200;
}
.header-search .content-right .product-title h3 a{
    color: var(--j-white);
    padding-top: 15px;
}
.navbar-expand-lg .navbar-nav{
    align-items: center;
}


#header a:not(.btn):not(.badge):hover, 
#header a:not(.btn):not(.badge):focus, 
#header a:not(.btn):not(.badge):active,
#header .dropdown-content li:hover{
    color: var(--aww-header-hover);
}


#header .button-rounded-large:hover{
    background: var(--j-semiwhite);
    color: var(--aww-header-mega) !important;
    /* border-color: var(--j-color-primary-dark); */
}

#header .brand img{
    max-width: 100px;
}
#header .carousel{
    visibility: hidden;
    opacity: 0;
}

#header .drop-content span{
    display: inline-block;
}

#header .drop-content{
    display: flex;
    align-items: center;
    /* color: white; */
    line-height: 20pt;
    min-height: 40px;
}
#header .dropdown-toggle:after{
    content:unset;
}
#header .dropdown-toggle{
    display: flex;
    flex-direction: row-reverse;
    background: transparent;
    box-shadow: none;
    padding: 0px 20px;
    align-items: center;
    cursor: pointer;
}
#header .dropdown-content{
      position: absolute;
      min-width: 250px;
      overflow: auto;
      box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
      z-index: 1;
      right: 0;
      top: 25px;
      transition: .2s;
      padding: 14px 20px;
      margin-top: 1px;
      border-radius: 5px;
      width: calc(100% + 28px);
      white-space: normal;
}

#header .dropdown-content a{
    /* color: var(--j-lightgreen); */
    color:var(--j-semiwhite);
    text-decoration: none;
    display: block;
    padding: 2px 8px;
}
#header .dropdown-content a:hover{
    color: var(--j-primary);
}

#header .dropdown-content ul{
    list-style: none;
}

#header .dropdown-content li{
    padding :2px 8px;
}

#header .ekstras{
    display: flex;
    line-height: 20pt;
    min-height: 40px;
    margin: 0;
    align-items: center;
    padding: 0;
}
#header .ekstras li{
    list-style: none;
    width: 70px;
    text-align: center;
}
#header .ekstras a{
    color: var(--j-color-primary-dark);
    font-weight: bold;
}

#header .ekstras a:hover{
    color: var(--j-color-primary-dark) !important;
}

#header .header-fade{
    transition: opacity .15s linear;
}
#header .header-result{
        color: white;
        position: absolute;
        /* background: var(--aww-header-mega); */
        /* background: #2c4c2f; */
        width: 100%;
        top: 0;
        z-index: -3;
        padding: 100px 20px 50px;;
        border-radius: var(--rounded-normal);
        opacity: 0;
        transition: all .3s;
        visibility: hidden;
    }
#header .header-result-show{
        visibility: visible;
        opacity: 1;
    }
#header .header-result-content{
    display: flex;
    gap:1.5rem;
}
#header .header-project {
    line-height: 1rem;
}
#header .header-content-right{
    flex: 1;
}
#header .header-content-right .polo-carousel-item img{
    width: auto;
}

#header .header-result p, #header .dropdown-content a,
#header .p-dropdown .p-dropdown-content ul > li a, 
.p-dropdown .p-dropdown-content > li a, 
.p-dropdown ul.p-dropdown-content ul > li a, 
.p-dropdown ul.p-dropdown-content > li a{
    /* color: var(--j-lightgreen); */
    color: var(--j-semiwhite);
}

#header .search-form-input,
#header .drop-content{
    color: black;
}

#header .header-search{
    display: flex;
    align-items: center;
    height: 71px;
    /* padding: 10px 0; */
}

#header .header-content-right figure{
    width: 100%;
    height: 35vh;
}

#header .header-content-right .product-description{
    padding: 0;
}

#header .header-content-right .carousel-item{
    width: 350px;
}

#header .header-content-right img{
    object-fit: cover;
    max-width: 100%;
}

#header .header-content-left .header-tags .list-project{
    gap:12px;
    /* height: 0px; */
}

#header .input-group{
    width: auto;
    flex: 1;
}




#header .list-project{
    display: flex;
    list-style: none;
    padding: 0;
    flex-wrap: wrap;
}
#header .header-project .list-project li{
    width: 24%;
    margin-right: 2px;
}
#header .list-project figure{
    width: 150px;
    /* width: 100%;  */
    height: 14vh;
    padding-right: 10px;
}
#header .list-project img{
    height: 100%;
    object-fit: contain;
}

#header .list-project a p:hover{
    /* color: var(--j-lightgreen); */
    color: var(--j-white)
}


#header .p-dropdown span{
    /* color: var(--j-white); */
    color: var(--j-semiwhite);
}
#header .p-dropdown a:hover{
    /*color: inherit;*/
}

#header .p-dropdown .p-dropdown-content, .p-dropdown ul.p-dropdown-content, 
#header .dropdown-content, #header .header-result{
    border: none;
    background: var(--j-color-primary-dark);
    /* background: var(--aww-header-mega); */
    background:#1c341f !important;
}
#header .p-dropdown .p-dropdown-content ul > li a, .p-dropdown .p-dropdown-content > li a, .p-dropdown ul.p-dropdown-content ul > li a, .p-dropdown ul.p-dropdown-content > li a{
    /* color: var(--j-lightgreen); */
    font-size: 14px;
}

/* #header .search-form-field{
        position: relative;
        display: flex;
        align-items: center;
        gap: 20px;
        height: 45px;
        border-radius: var(--rounded-normal);
        font-size: 14px;
        transition: all .3s;
    } */
#header .search-form-button{
        display: flex;
        padding: 0;
        background: transparent;
        border: none;
        cursor: pointer;
        padding-left: 20px;
        color:var(--j-color-secondary);   
    }
#header .search-form-button svg{
        width: 20px;
        height: 20px;
    }
#header .search-form-input{
        position: relative;
        flex: 1;
        height: 100%;
        background: transparent;
        border: none;
        padding-left: 10px;
        font-size: var(--text-header);
        /* color:var(--j-color-secondary); */
        color:var(--j-dark);
        transition: all .3s;
    }
#header .search-form-input::-webkit-input-placeholder, .search-form-input::-webkit-input-value{
        /* color:var(--j-color-secondary); */
        color: black;
        transition: all .4s;
    }

#header input:focus::placeholder {
    color: #fff;
    /* color:var(--j-color-secondary); */
}


/* welcome  */
#welcome .information .text-moves h4{
    font-weight: 200;
}
#welcome .information .display-3{
    margin: -10px 0;
}
#welcome .inspiro-slider .slide{
    background-size: contain;
    background-color: black;
}
#welcome .marquee{
    white-space: nowrap;
    display: flex;
    overflow: hidden;
}
#welcome .marquee div{
    padding-right: 1rem;
    animation: animasi 20s linear infinite;
    display: inline-block;
    padding-left: 100%;
    font-weight: lighter;
    font-size: 14px;
    color: var(--j-dark);
    display:flex;
    gap:1rem;
    text-transform: capitalize;
}

@keyframes animasi{
    100%{
        /*transform:translate(-100%, 0);*/
        transform: translate(-100%, 0%) translate3d(0px, 0px, 0px);
        /*transform:translate3d(0px, 0px, 0px);*/
    }
}
/* end welcome  */




/* banner */
.green-banner p{
    margin: 0;
    padding: 0 20px;
}
.green-banner .btn{
    background-color: transparent !important;
    border: 1px solid #fff !important;
    border-radius: none !important;
    transition: 3s;
}
.green-banner .btn:hover{
    background-color: var(--j-color-primary);
    color: #fff;
    border: none;
}

.yellow-banner p{
    margin: 0;
    padding: 0 20px;
}
.yellow-banner .btn{
    background-color: transparent !important;
    border: 1px solid #1e2022 !important;
    border-radius: none !important;
    transition: 3s;
}
.yellow-banner .btn:hover{
    background-color: yellow;
    color: #1e2022;
    border: none;
}
.yellow-banner h1{
    color: unset !important;
}
/* end banner  */





/* joe competitive  */
.card-horizontal .text-flex{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.text-flex p{
    margin:0;
    padding:0;
}
.competitive .logo{
    display: flex;
    justify-content: flex-start;
    gap: 1rem;
    align-items: center;
}

.competitive .logo img{
    width: 100%;
    height: 0%;
}

.competitive .logo p{
    width: 25%;
    height: 0%;
    display: flex;
    align-items: center;
}

.competitive .card-horizontal{
    border-radius: 0px;
    box-shadow: none;
    border:none;
    padding: 20px !important;
    transition: 0.5s;
    border-bottom: 1pt solid var(--j-line);
}
.competitive .card-horizontal:hover{
    background-color: var(--j-whitesmoke);
}
.competitive .img-fluid{
    max-width: 120%;
}

.competitive .image{
    min-height: 100%;
    overflow: hidden;
    border-radius: var(--j-border);
}

.pad-left-sm{
    padding-left:1rem;
}
.p-50-sm{
    padding: 50px;
}
.pe-50-sm{
    padding-right: 50px;
}
.ps-2-sm{
    padding-left: 1.5rem;
} 
.pe-2-sm{
    padding-right: 1.5rem;
}
/* end joe competitive  */





/* market */
.market .card{
    margin-bottom: 0;
}
.market .gap{
    margin: 0;
    padding: 5px;
}
/* end market  */



/* joe product */
.advantages .card{
    border-radius: 5px;
}
.advantages .post-image{
    padding: 20px;
    background: var(--j-color-dark);

}
.advantages .post-item-description {
    padding: 24px 0 !important;
}
.advantages .post-item-description h2{
    color: var(--j-white);
}
.advantages{
    /* padding: 0 10px 0 10px; */
}
.advantages .card{
    background-color: var(--j-color-dark);
}
.advantages h4, .advantages p{
    color: var(--avatar-bg);
}
.advantages .card-content{
    padding: 20px 0;
}

.card-home .card-body, .card-home .card{
    padding: 0;
    margin: 0;
    overflow: hidden;
    border-radius: 5px;
    /* border: 1px solid #e4e6ef; */
}

.card-home .card-content{
    padding: 20px;
    background-color: var(--j-semiwhite);
}

.competitive .grid, .competitive .card{
    margin: 0;
    gap: 0;
    grid-template-columns: repeat(2, 1fr);
}
.products .card .full-width{
    width: 75%;
    margin: auto;
}
.products .background-card{
    background: var(--j-lightgrey);
    height: 40vh;
    overflow: hidden;
    display: flex;
}
.products .card{
    border: none;
    box-shadow: none;
    /* padding: 0 10px 0 10px; */
}
.products .grid{
    grid-column-gap: 18px;
}

/* .product .grid-layout{
    height: 805.281px !important;
} */


.products .grid-item .portfolio-item.img-zoom .portfolio-image img, .portfolio-item.img-zoom .grid-image img, .grid-item.img-zoom .portfolio-image img, .grid-item.img-zoom .grid-image img{
    width: 100%;
    height: 620px;
    object-fit: contain;
}
.products .full-width{
    background-color:#2e2e2e;
}
.products .portfolio-item .portfolio-item-wrap, .portfolio-item .grid-item-wrap, .grid-item .portfolio-item-wrap, .grid-item .grid-item-wrap{
    border-radius: 5px;
}
.products .portfolio-item-wrap h4{
    color: var(--j-white)
}
.products .product-description{
    display: flex;
    align-items: center;
    justify-content: space-between;
}

/* end joe product  */






/* project  */
.project .carousel .polo-carousel-item img{
    width: 120%;
    /* position: absolute; */
}

.project .product .product-image{
    min-height: 45vh;
    background-color: var(--j-semiwhite);
    display: flex;
    align-items: center;
    border-radius: 5px;
}
.project .product .grid-images img{
    width: auto;
    position: absolute;
    top: 0;
}
.project .product{
    /* padding: 0 10px 0 10px; */
}
/* end project  */






/* footer */
.background-footer{
    position: absolute;
    width: 100%;
    height: 100%;
    background: url(/logo2/Background.png);
    z-index: -1;
    background-repeat: no-repeat;
    background-size: contain;
    background-position-x: 50%;
    opacity: 1.5;
    border-top:1pt solid var(--j-primary-color80);
}
.background-footer::before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background:#f4f5f4;
    opacity: .7;
    mix-blend-mode: hue;
}
.copyright-contents ul{
    display: flex;
    justify-content: center;
    gap: 12px;
    align-items: center;
    padding-left: 0;
}
.copyright-contents .social-media ul{
    display: flex;
    justify-content: flex-end;
    gap: 12px;
}
.copyright-contents .social-media i{
    font-size: 24px;
}
.copyright-contents{
    padding-bottom: 50px;
}
.footer, .position-relative{
    position: relative;
    z-index: 0;
}
.footer .footer-logos img{
    width: 100%;
    height: 70px;
    object-fit: contain;
}
.footer .navbar-brand img{
    height: auto;
}
/* end footer  */







/* slider  */
.inspiro-slider, .b-radius-5{
    border-radius: 5px;
}
/* end slider  */


.line-custom{
    clear: both;
    position: relative;
    width: 100%;
    margin: 20px 0;
    border-top: 1px solid #e3e3e3;
}

.project .product-image{
    position: absolutes;
}



/* MEDIA SCREEN  */
/* END HOME  */

.project-page .product .product-image img{
    width: 160%;
    transform: translate(-60px, 0px);
}


/* PRODUCT PAGE  */
.products-page .product .product-image{
    background-color: var(--j-bg-product);
    /* display: flex;
    height: 40vh;
    align-items: center;
    justify-content: center; */
    border-radius: 5px;
}
.products-page .product .product-image img{
    width: 100%;
    margin: auto;
    height: 550px;
    object-fit: contain;
}
.products-page .product .product-image img {
    /* height: auto; */
}
.products-page .product .product-category{
    opacity: 1;
}
.products-page .product .product-category a:hover{
    /* opacity: 1; */
}
.pd-button-rounded-large{
    border: 1px solid grey;
    border-radius: 72pt;
    padding: 5pt 10pt;
    transition: .2s;
    white-space: nowrap;
    margin-right: 5px;
}
.pd-button-rounded-large:hover{
    border: 1px solid var(--j-color-primary);
}

/* END PRODUCT PAGE  */




/* PROJECT PAGE */
.projects-page .product .product-image{
    /* background-color: var(--j-lightgrey);
    display: flex;
    height: 35vh;
    align-items: center; */
}
.projects-page .product .product-title{
    max-width: 100%;
}
.projects-page .product .product-description{
    overflow: hidden;
    min-height: 100px;
}
.projects-page .grid-images img{
    display: block;
    width: 100%;
    height: 380px;
    object-fit: cover;
    border-radius: 5px;
}
.projects-page .cat-tag{

}
.projects-page .project-tag{
    font-size: 12px;
    color: var(--j-primary);
    text-transform: uppercase;
}
.projects-page .project-tag:hover{

}
/* END PROJECT PAGE  */


/* PROJECT DETAIL  */

.projects-detail .cortana-title{
    font-size: 24px;
    font-weight: 600;
}

/* END PROJECT DETAIL  */

/* CONTACT-US  */

.contact-us .maps iframe{
    width: 100%;
    position: absolute;
    top: 0;
    height:-webkit-fill-available;
}
.contact-us .maps{
    position: relative;
    min-height: 450px;
}

.contact-us ul {
    padding: 0;
    margin: 0;
}

.contact-us ul li{
    list-style:none;
}

/* END CONTACT-US  */

.x-sub-heading-1 {
    font-size: 10vw !important;
    padding: 2rem 0;
    line-height: calc(10vh * 1.618) !important;
}

@media only screen and (max-width: 480px) {
    /* .x-heading {
        font-size: 10vw !important;
        padding: 1rem 0;
        line-height: calc(5vh * 1.618) !important;
    } */
}

@media only screen and (max-width: 2560px){
    #header .list-project figure{
        height: 12vh;
        width: 150px;
    }
    #header .polo-carousel-item .brand figure{
        height: 25vh;
    }
    /* .product .grid-layout{
        height: 1005.281px !important;
    }
    
    .products .grid-item .portfolio-item.img-zoom .portfolio-image img, .portfolio-item.img-zoom .grid-image img, .grid-item.img-zoom .portfolio-image img, .grid-item.img-zoom .grid-image img{
        width: 100%;
        height: 50vh;
        object-fit: contain;
    } */
}

@media only screen and (max-width: 1680px){
    #header .header-content-right{
        display: none;
    }
}

@media only screen and (max-width: 1440px){
    #header .list-project figure{
        height: 10.5vh;
    }
    /* #header .header-content-left{
        width: 70%;
    } */
    
    #header .polo-carousel-item .brand figure{
        height: 25vh;
    }

    .products-page .product .product-image img{
        height: 350px;
    }
    .projects-page .grid-images img{
        height: 280px;
    }
    #header .list-project figure{
        width: 100px;
    }
}

@media only screen and (max-width: 1400px){
    #header .header-result-content{
        /*display: block;*/
    }

}


@media only screen and (max-width: 1250px){
    .heading-font{
        font-size: 8.6vw !important;
    }
}

@media only screen and (max-width: 1210px){
    .pd-button-rounded-large{
        line-height: 3.5rem;
    }
}

@media only screen and (max-width: 1170px){
    #header .header-content-right{
        display: none;
    }
    #header .list-project figure{
        width: 130px;
    }
    /* .products .grid-item .portfolio-item.img-zoom .portfolio-image img, .portfolio-item.img-zoom .grid-image img, .grid-item.img-zoom .portfolio-image img, .grid-item.img-zoom .grid-image img{
        height: 55vh;
    }
    .product .grid-layout{
        height: 605.281px !important;
    } */
    .products-page .product .product-image img{
        height: 350px;
    }
}
@media only screen and (max-width: 1024px) {
    .heading-font{
        font-size: 8.4vw !important;
    }
    /* #about .flickity-button.next{
        right:35%;
    }
    #about .flickity-button.previous{
        left:35%;
    } */
    .competitive .col-lg-6{
        width: 100%;
    }
    #header .list-project figure{
        height: 16vh;
    }
    .hidden-lg{
        display: none !important;
    }
    .product .product-title h3, .product .product-title h3 a{
        font-size: 14px;
        margin-bottom: 0;
    }
    .projects-page .grid-images img{
        height: 180px;
    }
    .projects-page .project-tag{
        font-size: 14px;
    }
    .project .product .product-image{
        min-height: 35vh;
    }
    .competitive .img-fluid{
        max-width: 120% !important;
    }
    .h3-sm{
        font-size: 1.1em !important;
    }

    
}


@media only screen and (max-width: 1400px){
#header .header-result-content {
    /* display: block; */
}
#header .header-result-content {
        padding: 0 10px;
    }
    .competitive .grid{
        grid-template-columns: repeat(1,1fr) !important;
    }
    .competitive .col-lg-6{
        width: 50%;
    }
    .competitive .card-horizontal{
        padding: 0 !important;
    }
    .competitive .img-fluid{
        max-width: 80%;
    }
    .footer .copyright-contents .agreement ul{
        display: block;
    }
    .footer .social-media ul{
        justify-content: flex-start;
    }
    .information .short-text{
        width: auto !important;
    }
    .hidden-md{
        display: none;
    }
}

@media only screen and (max-width: 992px) {
    .projects-detail .col-md-3, .product-detail .col-md-3{
        width: 100%;
        margin-bottom: 2rem;
    }
    .shrink-w-50{
        width: 100%;
    }
    .shrink-w-80{
        width: 100%;
    }
    .banner .row, .yellow-banner .row{
        padding: 50px !important;
    }
    .mt-4-lg{
        margin-top:1.5rem !important;
    }
    .p-50-sm, .pe-50-sm, .ps-2-sm, .pe-2-sm{
        padding: 0 !important;
    }
    .mt-2-sm{
        margin-top: 2rem !important;  
    }
    .row-reverse{
        flex-direction: column-reverse !important;
    }
    
}

@media only screen and (max-width: 768px) {
    .about-home .fs-36{
        font-size: 24px !important;
    }
    .testimonial-item{
        padding: 0 5vh !important;
    }
    .heading-font{
        font-size: 9.2vw !important;
    }
    #header[data-fullwidth="true"] .header-inner .container, .pad-inner{
        padding: 0 15px;
    }
    .products .grid-item .portfolio-item.img-zoom .portfolio-image img, .portfolio-item.img-zoom .grid-image img, .grid-item.img-zoom .portfolio-image img, .grid-item.img-zoom .grid-image img{
        width: 100%;
        height: 420px;
        object-fit: contain;
    }
    .product .product-title h3, .product .product-title h3 a {
        font-size: 14px;
        margin-bottom: 0;
    } 
    .projects-page .grid-images img{
        height: auto;
    }
    .mobile-pad {
        padding: 0;
    }
    .quotes .px-4{
        padding: 0 !important;
    }
    .h3-sm{
        font-size: .9em !important;
    }
    small{
        font-size: .7em !important;
    }
    #header .x-grid-4{
        grid-template-columns: repeat(2, 1fr);    
    }

    .x-heading-about{
        font-size:24px;
    }

}

@media only screen and (max-width: 480px){
    .heading-font{
        margin: 1rem 0 1rem 0;
    }
}

@media only screen and (max-width: 570px){
    
    #header .header-result{
        padding: 70px 5px 30px;
    }
    #header .show-sm{
        display: block;
    }
    .products .grid{
        grid-template-columns: repeat(1,1fr) !important;
    }
    .absolute-sm{
        position: absolute;
    }
    .footer-last{
        padding-bottom:5rem; 
    }
    .footer-last .py-4{
        padding: 15px 0 !important;
    }
    #header .search-form{
        right:0px !important;
    }
    #header .search-form {
        top: 0;
        z-index: 1;
    }
    #header .header-result {
        height: 100vh;
        position:absolute;
        top: 50rem;
        transition: .5s;
    }
    #header .header-result-visible{
        top:0;
        transition: .5s ease-in-out;
    }
    /*header*/
    #header .header-content-left{
        width: 100%;
    }
    #header .list-project{
        flex-wrap: nowrap;
    }
    #header .header-search .brand img{
        max-width: 75px;
    }
    #header .header-search a:nth-child(3){
        margin: 0;
    }
    #header .header-search{
        padding: 0; 
        display: inline-flex;  
    }
    /* #header .search-form-field{
        height:48px;
        position:fixed;
        top: -5rem;
        right: 0;
        width: 100%;
        transition: .5s ease-in-out;
    } */
    #header .search-form-field-visible{
        top: 0;
        transition: .5s;
    }
    
    #header.header-sticky.sticky-active .header-inner, #header.header-sticky.sticky-active #header-wrap{}
    .header-search .search-form{
        display: nones;
    }
    .header-search{
        justify-content: center;
        align-items: center;
    }
    .joe-nav-image{
        max-width: 75px !important;
    }
    .menu-bottom{
        display: block;
        position: fixed ;
        bottom: -50rem ;
        height: 80vh ;
        left: 0px ;
        right: 0px ;
        padding-bottom: 60px ;
        background: #1c341f ;
        z-index: 8888 ;
        border-radius: 5px;
        transition: .5s ease-in-out;
    }
    .menu-bottom a, .menu-bottom a ul li{
        color:white
    }
    .menu-bottom-visible{
        bottom: -20rem;
        transition: .5s ease-in-out;
    }

    .mobile-pad{
        display:table;
    }
    .products-page .product .product-image img{
        height: 350px;
    }
    .inspiro-slider .slide .slide-captions img {
        width: inherit !important;
        height: 75px;
    }
    .inspiro-slider .slide .slide-captions h1, .inspiro-slider .slide .slide-captions h2{
        font-size:27px;
    }
    .inspiro-slider .slide .slide-captions .strong{
        font-size:12px !important;
    }
    .ligra_panel{
        display:block !important;
    }
    .ligra_panel img{
        max-width: 100px !important;
    }
    .nav-search-mobile{
        display: block;
    }
    .sticky-bottom{
        display: block;
        -webkit-box-align: center !important;
        display: flex !important;
        align-items: center !important;
        position: fixed !important;
        bottom: 10px;
        left: 0px !important;
        right: 0px !important;
        contain: paint !important;
        background: #4c6e51;
        border: 5px solid #9b9b9bc9;
        transition: -ms-transform 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955) 0s, -webkit-transform 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955) 0s, transform 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955) 0s, visibility 0.2s ease 0s !important;
        z-index: 9999 !important;
        justify-content: center;
        width: 50%;
        margin: auto;
        border-radius: 1rem;
    }
    .bottom-flex{
        -webkit-box-pack: center !important;
        -webkit-box-align: start !important;
        flex: 1 0 auto !important;
        padding: 1rem 0;
        align-items: flex-start !important;
        display: flex !important;
        justify-content: space-between !important;
        margin: 0px auto !important;
        // max-width: 50% !important;
    }
    .icon-bottom{
        -webkit-box-align: center !important;
        -webkit-box-direction: normal !important;
        -webkit-box-orient: vertical !important;
        display: flex !important;
        flex: 1 1 0px !important;
        flex-direction: column !important;
        align-items: center !important;
        cursor: pointer !important;
        background-color: transparent !important;
        text-align: center !important;
        text-decoration: none !important;
        border: 0px !important;
        -webkit-tap-highlight-color: rgba(0, 0, 0, 0) !important;
        overflow-wrap: break-word !important;
        hyphens: auto !important;
        padding: 0px 2px !important;
    }
    .icon-bottom, .icon-bottom p{
        color: #fff !important;
    }
    .joe-slider .dot{
        width: 20px !important;
        height: 20px !important;
    }
    .joe-slider .flickity-page-dots{
        bottom: 40px !important;
    }
    #header.header-sticky.sticky-active .header-inner, #header.header-sticky.sticky-active #header-wrap { 
        position: relative;
    }
    .nav-mobile-slide-in {
        animation: navMobileSlideIn 1s forwards;
    }
    .nav-mobile-slide-out {
        animation: navMobileSlideOut 1s forwards;
    }
}
@keyframes navMobileSlideIn {
    0% {
        bottom: 10px;
    }
    100%{
        bottom: -60px;
    }
}
@keyframes navMobileSlideOut {
    0% {
        bottom: -60px;
    }
    100%{
        bottom: 10px;
    }
}
@media only screen and (max-width: 425px){
    .certificates .px-6{
        padding: 0 !important;
    }
    
    
    .competitive .col-lg-6{
        width: 100%;
    }
    .footer .footer-logos{
        display: none;
    }
    .heading-font{
        font-size: 8.8vw !important;
        margin: 2rem 0 1rem 0;
        padding: 0.5rem 0;
    }
    .market .col-sm-6{
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 50%;
    }
    .market h5{
        font-size: 10px;
    }
    .banner .row, .yellow-banner .row{
        padding: 50px 25px !important;
        text-align: center;
    }
    .banner .row span, .yellow-banner .row span{
        font-size: 2.5rem;
    }
    .banner .row a, .yellow-banner .row a{
        height: unset !important;
    }
    .switch-flex-sm .row{
        flex-direction: column-reverse;
    }
    .sm-flex-column{
        flex-direction: column;
    }

    .pt-7{
        padding-top: 4.5rem !important;
    }
    .product-home .x-container{
        padding:0 !important;
    }
}

.bg-primary-dark, .bg-color-green-dark{
    background-color: #1D271D;
}

 /** about-style-four **/

.about-style-four{
    position: relative;
}
.about-style-four .row{
    align-items:center;
}
.about-style-four .image-layer{
    position: absolute;
    left: 0px;
    top: 80px;
}

.image_block_4 .image-box{
    position: relative;
    display: block;
    margin-right: 30px;
    padding: 118px 240px 118px 0px;                                                               
}
@media screen and (max-width: 480px) {
    .image_block_4 .image-box {
        margin-right: unset;
    }
    .image_block_4 .image-box .image-1 img {
        width: 200px;
    }
    .image_block_4 .image-box .image-2 img, .image_block_4 .image-box .image-3 img {
        width: 190px;
        height: 280px;
    }
}

.image_block_4 .image-box .images{
    border-radius: 5px;
}
.about-style-four .image-layer img {
    width: 100%;
}
.image_block_4 .image-box .image-2 img,
.image_block_4 .image-box .image-3 img {
    width: 313px;
    height: 250px;
}

.image_block_4 .image-box .image-1 img {
    /* height: 420px; */
    height: 350px;
    width: 300px;
    object-fit: cover;
}

.image_block_4 .image-box img{
    border-radius: 5px;
    object-fit: cover;
}

.image_block_4 .image-box .image-1{
    text-align: right;
    position: relative;
    z-index: 1;
}

.image_block_4 .image-box .image-2{
    position: absolute;
    top: 0px;
    right: 0px;
}

.image_block_4 .image-box .image-3{
    position: absolute;
    right: 0px;
    bottom: 0px;
}

.content_block_9 .content-box .text{
    position: relative;
    margin-bottom: 32px;
}

.content_block_9 .content-box .inner-box .single-item{
    position: relative;
    display: block;
    background: #ffffff;
    padding: 34px 30px 22px 30px;
    box-shadow: 0px 0px 20px 0px rgb(0 0 0 / 15%);
    border-radius: 5px;
}

.content_block_9 .content-box .inner-box .single-item .icon-box{
    position: relative;
    min-height: 62px;
    margin-bottom: 22px;
}

.content_block_9 .content-box .inner-box .single-item h4{
    display: block;
    font-size: 20px;
    line-height: 28px;
    font-weight: 600;
    margin-bottom: 6px;
}

.content_block_9 .content-box .inner-box{
    position: relative;
    margin-bottom: 41px;
}

.content_block_9 .content-box .author-box{
    position: relative;
    padding: 0px 0px 0px 120px;
}

.content_block_9 .content-box .author-box .author-thumb{
    position: absolute;
    left: 0px;
    top: -1px;
    width: 90px;
    height: 90px;
    border-radius: 5px;
}

.content_block_9 .content-box .author-box .author-thumb img{
    width: 100%;
    border-radius: 5px;
}

.content_block_9 .content-box .author-box .signature{
    position: relative;
    margin-bottom: 19px;
}

.content_block_9 .content-box .author-box h5{
    display: block;
    font-size: 18px;
    font-weight: 600;
}

.content_block_9 .content-box .author-box h5 span{
    font-weight: 400;
    font-family: 'Nunito', sans-serif;
}

.content_block_9 .content-box .sec-title-two{
    margin-bottom: 33px;
}

.content_block_9 .content-box{
    position: relative;
    margin-top: -8px;
}