@import 'roboto.css';


:root{

    --primary-color:#12a19a;
    --primary-color-rgb:8, 161, 154;

    --primary-color-d:#3a4295;
    --primary-color-l:#598EE1;

    --secondary-color:#84be38;
    --secondary-color-rgb:132, 190, 56;

    --secondary-color-d:#007c0f;
    --secondary-color-l: #60DE71;

    /* #a4421e */


    --main-bg:#ffffff;
    /* --second-bg: #f4f7f9; */
    --second-bg:#fff1f6;

    --border-silver:#e5e5e5;
    --border-silver-rgb:229,229,229;

    --main-silver:#6e6e6e;
    --main-silver-l:#6e6e6e;

    --hover-bg:#fcf2ea;
    --hover-bg-rgb:252,242,234;

    --main-blue:#1E34A4;
    --main-blue-l:#032C8C;

    /*--text-color:rgb(51,51,51);*/
    --text-color:rgb(102,102,102);
    --text-second-color:#444444;

    --main-green:#03A668;
    --main-green-d:#028553;

}


/* -webkit-transition : all .25s cubic-bezier(.215,.61,.355,1);
-moz-transition: all .25s cubic-bezier(.215,.61,.355,1);
-o-transition:all .25s cubic-bezier(.215,.61,.355,1);
transition:all .25s cubic-bezier(.215,.61,.355,1); */


*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    hyphens: auto;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -moz-tap-highlight-color: rgba(0, 0, 0, 0);
}


@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: smooth;
  }
}

html{
    height: 100%;
}
body {
    width: 100%;
    height: 100%;
    min-height: 100vh;
    margin:0px 0px 0px 0px;
    font-size: 15px;
    line-height: 1.5;
    font-family:'ji-Regular';
    color: var(--text-color);
    background-color:var(--main-bg);
    /*background-color: silver;*/
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-font-smoothing:antialiased;

    /*background-size: 100%;
    background: url('images/bg.jpg') no-repeat center center;*/
    /*background:  no-repeat;*/
    /*background-attachment: fixed;
    background-size: cover;*/

    /*background-image: url(images/background-circles.png), linear-gradient(140deg, #070070, #002754);*/
    /*background-image: url(images/background-circles.svg), linear-gradient(140deg, #070070, #030129), radial-gradient(circle at center center,rgba(0,0,0,0) , rgba(0,0,0,0.3), rgba(0,0,0,0.7));*/
    /**/
    /*background-image: url(images/slider-bg.jpg);*/
    /*background-repeat: no-repeat;
    background-position: bottom center;
    background-size: cover;
    background-blend-mode: soft-light;
    background-attachment: fixed;*/

}



hr {
  margin: 1rem 0;
  color: #EEEEEE;
  background-color: currentColor;
  border: 0;
  opacity: 1;
}

hr:not([size]) {
  height: 1px;
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-family: 'ji-Bold';
  line-height: 1.2;
  color: #212121;
}

h1, .h1 {
  font-size: calc(1.37383rem + 1.48598vw);
}

@media (min-width: 1200px) {
  h1, .h1 {
    font-size: 2.48832rem;
  }
}

h2, .h2 {
  font-size: calc(1.33236rem + 0.98832vw);
}

@media (min-width: 1200px) {
  h2, .h2 {
    font-size: 2.0736rem;
  }
}

h3, .h3 {
  font-size: calc(1.2978rem + 0.5736vw);
}

@media (min-width: 1200px) {
  h3, .h3 {
    font-size: 1.728rem;
  }
}

h4, .h4 {
  font-size: calc(1.269rem + 0.228vw);
}

@media (min-width: 1200px) {
  h4, .h4 {
    font-size: 1.44rem;
  }
}

h5, .h5 {
  font-size: 1.2rem;
}

h6, .h6 {
  font-size: 0.83333rem;
}

p {
  margin-top: 0;
  /*margin-bottom: 1rem;*/
}


.certificateBand{
    /*background-color: #E6E6E6;
    padding:20px 0px;*/
}

.bgBlueSilver{
    position:relative;
    /*background-image:url('images/box_pattern.png'),  linear-gradient(180deg, #CCE8FF 30%, #ffffff 87%); padding:0px 0px 80px 0px;*/
    background-image:linear-gradient(275deg, #CCE8FF 30%, #ffffff 87%); padding:0px 0px 80px 0px;
    /*background-repeat: no-repeat;
    background-position: bottom center;
    background-size: contain;
    background-repeat: no-repeat;
    background-blend-mode: overlay;*/
}
.bgGreenSilver{
    background-image:url('images/works-bg-btm.png.html'), linear-gradient(180deg, #ffffff 30%, #D1FADD  87%); padding:60px 0px 140px 0px;
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: contain;
    background-repeat: no-repeat;
    background-blend-mode: hard-light;
}

.secondBgBand{
    padding: 30px 0px 70px 0px;
    background-color: rgb(132 190 156 / 10%);
}



.jfrmAjaxContainer{
    opacity:1;
    /* margin-top:0px; */
}
.jfrmAjaxContainer.loading{
    opacity:0;
    /* margin-top:100px; */
}

.jiSiteWidthMax{width: 96%;max-width: 1600px;}
.jiSiteWidthBig{width: 96%;max-width: 1400px;}
.jiSiteWidth{width: 90%;max-width: 1200px;}
.jiSiteWidthMedium {width: 90%;max-width: 800px;}
.jiSiteWidthHalf {width: 90%;max-width: 600px;}
.jiSiteWidthSmall {width: 90%;max-width: 400px;}


.secondBG{background: var(--second-bg);}

.footerSvgLogo{width:200px;}
    .footerSvgLogo .logoRed{fill:var(--primary-color);}
    .footerSvgLogo .logoBlack{fill:#DCDDDE;}

    .preeloader {
        background: rgba(255,255,255,0.8);
        height: 100%;
        position: fixed;
        width: 100%;
        z-index: 999999;
        -webkit-backdrop-filter: blur(5px);
        backdrop-filter: blur(5px);
    }

    .preloader-spinner {
        -webkit-animation: 1s ease-out 0s normal none infinite running pulsate;
        animation: 1s ease-out 0s normal none infinite running pulsate;
        border: 10px solid var(--primary-color);
        border-radius: 40px;
        display: block;
        height: 40px;
        left: 50%;
        margin: -20px 0 0 -20px;
        opacity: 0;
        position: fixed;
        top: 50%;
        width: 40px;
        z-index: 10;
    }
    @-webkit-keyframes pulsate {
        0% {
            opacity: 0;
            -webkit-transform: scale(0.1);
            transform: scale(0.1);
        }

        50% {
            opacity: 1;
        }

        100% {
            opacity: 0;
            -webkit-transform: scale(1.2);
            transform: scale(1.2);
        }
    }
    @keyframes pulsate {
        0% {
            opacity: 0;
            -webkit-transform: scale(0.1);
            transform: scale(0.1);
        }

        50% {
            opacity: 1;
        }

        100% {
            opacity: 0;
            -webkit-transform: scale(1.2);
            transform: scale(1.2);
        }
    }

    .jiOverlay{
        position: fixed;
        display: none;
        top: 90px;
        left: 0;
        width: 100%;
        height: 100%;
        /* background-image: linear-gradient(135deg, var(--primary-color) 0%, var(--secondary-color) 100%); */
        background:rgba(255,255,255,1);
        z-index: -90;
        opacity: 0;
        -webkit-backdrop-filter: blur(0px);
        backdrop-filter: blur(0px);
    }

    .jiOverlay.active{
        display: none;
        z-index: 99;
        opacity:1;
        /* animation: changeColor 0.2s forwards cubic-bezier(0.455, 0.03, 0.515, 0.955); */
    }

    .jiOverlay .overlay-pulse{
        position: absolute;
        left:50%;
        top:50%;
        margin-top:-20px;
        margin-left:-20px;
        width:40px;
        height: 40px;
        background-color: var(--secondary-color);
        border-radius: 100%;
        animation: overlay-pulse-22 1.2s infinite cubic-bezier(0.455, 0.03, 0.515, 0.955);
    }

    @keyframes overlay-pulse-22 {
        0% {
            transform: scale(0);
        } 100% {
            transform: scale(2);
            opacity: 0;
        }
    }
    @-webkit-keyframes overlay-pulse-22 {
        0% {
            transform: scale(0);
        } 100% {
            transform: scale(2);
            opacity: 0;
        }
    }

.primaryColor{
    color:var(--primary-color);
}

.jiPageBandBigger{
    margin-top:110px;
}
.jiPageBandBig{
    margin-top:80px;
}
.jiPageBand{
    margin-top:50px;
}
.jiPageBandMedium{
    margin-top:40px;
}

.jiPageBandSmall{
    margin-top:30px;
}


.colorfulBand{
    padding: 30px 0px 60px 0px;
}

.addCartButton{display:inline-block;
    /* background: var(--primary-color); */
    border:1px solid var(--primary-color-d);
    color:var(--primary-color-d);
    width:100%; border-radius:4px; line-height: 45px; font-family: 'ji-Medium';
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
    .addCartButton:hover{ background: var(--primary-color-d); color:white;}
.prodCarousel{position:relative;}

.dueToneOne{fill :#292d32;}
.dueToneTwo{fill :#292d32; opacity: 0.4;}

.furLinker.modelBox{background-color: var(--primary-color) !important; }
.furLinker.modelBox:hover{background-color: var(--main-blue) !important; color: white!important;}

.furLinker.modelBox.secColor{background-color: var(--primary-color-d) !important;}
.furLinker.modelBox.secColor:hover{background-color: var(--primary-color) !important;}

.footerPadding{padding-bottom:60px;}

.pageSecondTitle {
    position: relative;
    font-size: 1.1rem;
    color: rgb(85,85,85);
    font-family: 'ji-Regular';
    padding-bottom: 4px;
    margin-bottom: 10px;
    margin-top: 15px;
    border-bottom: 0px solid rgba(108,108,108,0.4);
}
.pageSecondTitle::before {
    content: '';
    display: inline-block;
    height: 1px;
    width: 20%;
    position: absolute;
    left: 0;
    bottom: -1px;
    background-color: var(--primary-color);
}

.pageNavButtons {
    position: absolute;
    right: 0px;
    top: 10px;
}

.pageNavLinks {
    position: relative;
    display: inline-block;
    background: var(--primary-color-d);
    color: white;
    text-align: center;
    font-family: ji-SemiBold;
    font-size: 1rem;
    line-height: 40px;
    padding: 00px 40px;
    border-radius: 6px;
}

.lineToAll{
    margin-top:20px;
    text-align:center;
}
    .lineToAll a{display:inline-block; line-height: 35px; padding:0px 25px; background-color: var(--primary-color); border-radius:4px; color: white;}
    .lineToAll a:hover{background-color: var(--secondary-color); color: black;}


.langLinks{
        float:right;
        width: 80px;
        border:0px solid red;
        position:relative;
        height: 62px ;
        padding: 15px 0px;
    }

.langChanges{
    display:inline-block;
    width:100%;
    height: 100%;
    position: relative;
    /*right:00px;
    top:0px;*/
    border:0px solid red;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
    .langChanges a{
        display:inline-block;
        width: 45%;
        /*padding:3px 5px;*/
        line-height:30px;
        font-family: ji-Medium;
        border:0px solid green;
        /* background:silver; */
        margin-left:1px;
        text-align: center;
        -webkit-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
        text-transform: uppercase;
        color: #6d6d6d;
    }
    /*.langChanges a:first-child{margin-right:0px; margin-left:0px; padding:3px 6px}*/
    .langChanges a.activelang{color: #ffffff;}
    .langChanges a:hover{background-color: rgba(var(--primary-color-rgb),0.4);}

.headerIconMenu{
        position:absolute;
        right:0px;
        top:30px;
    }
        .headerIconMenu a{display:inline-block; width:30px; height:30px; font-size:20px; color:var(--text-color); stroke:var(--text-color);  border:0px solid red; padding:2px 0px 0px 4px;}
            .headerIconMenu a svg{width:20px; height:20px;}
            .headerIconMenu a:hover svg{stroke:white;}


.showcaseTitle{
    text-align:center;
    font-size:2.4rem;
    margin-bottom:20px;
    /* color:#ff186e; */
}


.popUpContainer{
    position:fixed;
    width:100%;
    height: 100%;
    left:0px; top:0px; right:0px;bottom:0px;
    display:flex;
    justify-content: center;
    align-items: center;
    background:rgba(0,0,0,.5);
    z-index: 80;
    transform: scale(1,0);
    transform-origin: 0 0;
    -webkit-transition: all 0.15s ease-in-out;
    -o-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
}

    .popUpContainer.active{
        transform: scale(1);
    }


.popUpBox{
    position:relative;
    z-index:80;
    width:40%;
    height:auto;
    max-height: 80%;
    background:red;
    border:1px solid red;
}
    .popUpBox .closeBtn{position:absolute; right:-20px; top:-20px; width:40px;height:40px; text-align:center;line-height:40px;border-radius:5px;background:#ae1b22; color:white;
        font-size:22px;
    }
    .popUpBox .image{display: inline-block; width:100%;}
    .popUpBox .image img{max-width: 100%; display:inline-block;}
    .popUpBox .popupTitle,.popupSubTitle,.popupBtn{
        position:absolute; z-index:30;width:100%;
        /* background-color: #FF0000; */
        color: white;left:0px;
        text-align: center;
    }
    .popUpBox .popupTitle{bottom:200px;}
        .popUpBox .popupTitle span{display: inline-block; font-size:1.4rem; background: rgba(0,0,0,.7);padding:5px 20px; border-radius: 5px;}
    .popUpBox .popupSubTitle{bottom:150px;}
        .popUpBox .popupSubTitle span{display: inline-block; font-size:1.1rem; background: rgba(0,0,0,.7);padding:5px 20px; border-radius: 5px;}
    .popUpBox .popupBtn{bottom:80px;}
        .popUpBox .popupBtn span{display: inline-block; font-size:1.15rem; font-family:ji-SemiBold; background: var(--primary-color);padding:5px 20px; border-radius: 5px;}



.bandTitle{
    color: #f95181;
     font-family:'ji-Bold';
    font-size:2.2rem;
    text-align: center;
    margin-bottom:30px;
    /* margin-top:00px;
     */
}

.bgColorOne{background-color: rgb(204 232 255 / 50%); }
.bgColorTwo{background-color: rgb(209 250 221 / 50%); }

.bandPadding{padding:50px 0px;}

.globButton{
      display:inline-block; line-height: 40px; padding: 0px 20px; background-color: var(--secondary-color); color: white; border-radius: 5px;
}
.globButton:hover{
    background-color:var(--primary-color);
}

.block-span{display:block; width:100%;}

.jiBold{font-family: ji-Bold;}


.w3-btn,
.w3-button{
    background-color: var(--primary-color) !important;
}
.w3-btn:hover,
.w3-button:hover{
    background-color:var(--primary-color-d) !important;;
    /*color: black;*/
}


.tempindex{
    /*background:url(images/slider-bg.jpg) no-repeat center center;*/

}


.footer-distance{padding-bottom: 80px;}

/* .headerDesktop.modeRoof .langChanges{
    right:-70px;
} */

/***
**********
********************

                        PAGE SIDES

********************
**********
**/

.header-band{height: 20px; background-color: var(--primary-color);}

header.headerDesktop{
    position:fixed;
    /*position: relative;*/
    top:0px; left:0px;
    height:100px;
    z-index: 70 !important;
    /* background-image: linear-gradient(180deg, rgba(255,255,255,.6) 20%, rgba(255,255,255,0) 100%);     */
    /*background:rgba(0,0,0,0.7);*/
    /*background-color: white;*/
    /*background: transparent;*/
    -webkit-transition: all 1.5s ease;
    -o-transition: all 1.5s ease;
    transition: all 1.5s ease;
    border-bottom:1px solid rgba(0,0,0,0.07);
    padding:00px 0px 0px 0px;
    /*background-color: #010101;
    border-bottom:1px solid #f114f4;*/

}

/*header::before{position:absolute; content: ''; width: 100%; height: 1px; background-color: #c3a755; bottom: 10px; left:0px; }*/


.headerDesktop.stickyHeader{
    background-color: #ffffff;
    /*background-image: linear-gradient(180deg, rgba(255,255,255,1) 20%, rgba(255,255,255,1) 100%);*/
    /*height: 80px;*/
    /*background: url(images/header-bg.png);*/
    /*background-size: cover;
    background-color:rgba(0,0,0,0.8);
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);*/
    /* background-image: linear-gradient(180deg, rgba(0,0,0,.9) 20%, rgba(0,0,0,0) 100%);
    border-bottom:0px solid var(--secondary-color); */
}

header.readyStick{
    /* background-color:rgba(0,0,0,0.8); */

}

.headerCover{position:relative; padding-top:0px;
-webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.headerDesktop.stickyHeader .headerCover{
    /*padding-top:10px*/
}

main{position:relative; z-index: 60;
    padding:100px 0px 00px 0px;
    width:100%; min-height: 100%;
/* min-height: 600px; */
    /* -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; */
}
/* main.modeRoof{padding-top:50px!important;} */

.footer-zone{
    position:relative;
    width:100%; min-height: 600px;
    /*background-image: url(images/bit.png), linear-gradient(140deg, #070070, #030129), radial-gradient(circle at center center,rgba(0,0,0,0) , rgba(0,0,0,0.3), rgba(0,0,0,0.7));*/
    /*background:  no-repeat;*/
    /*background-image: url(images/slider-bg.jpg);*/
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: contain;
    background-blend-mode: color-dodge;
    background-attachment: fixed;
}


/***
**********
********************

                      HEADER

********************
**********
**/


/* header{} */
   .headerDesktop .brandLogo{ float:left;  width:200px; height: 100px; }
        .headerDesktop .brandLogo a{
            display: inline-flex;
            width: 100%;
            height: 100%;
            align-items: center;
            border:0px solid silver;
            padding-top:0px;
        }
        .headerDesktop .brandLogo svg,
        .headerDesktop .brandLogo img{width: 160px; height: auto;
            -webkit-transition: all 0.5s ease;
            -o-transition: all 0.5s ease;
            transition: all 0.5s ease;
        }
        .headerDesktop.stickyHeader .brandLogo svg,
        .headerDesktop.stickyHeader .brandLogo img{
            /*width:220px;*/
            position:relative;
        }
        .logoSvgPath{fill:#020202;}
       /*
       .headerDesktop .brandLogo .logoStd{max-height: 60px; position: absolute; opacity:1;
       -webkit-transition: all 0.3s ease-in-out;
       -o-transition: all 0.3s ease-in-out;
       transition: all 0.3s ease-in-out;
       max-width:220px;
       } */
        /* .headerDesktop .brandLogo .logoSticky{max-width: 160px;position: absolute; opacity: 0; top:13px;
        -webkit-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
        } */

        /* .headerDesktop.modeRoof .brandLogo .logoStd{opacity:0 !important;}
        .headerDesktop.modeRoof .brandLogo .logoSticky{opacity:1;}

           .brandLogo .headerSvgLogo .logoRed{fill:var(--primary-color);}
           .brandLogo .headerSvgLogo .logoBlack{fill:#040404;} */
    /* .headerDesktop.modeRoof .brandLogo{height: 50px;}
        .headerDesktop.modeRoof .brandLogo .headerSvgLogo{width:180px;} */

    .headerAu{position:relative;float:right; width: 140px; text-align: right; padding-top:8px;}
   .headerNavBar{
        position: relative;
        display: flex;
        align-items: center;
        justify-content: flex-end;
        float: left;
        width: calc(100% - 500px);
        margin-top:0px;
        /* border:1px solid red; */
        margin-top:8px;
        height: 90px;
       }
    /* .headerDesktop.modeRoof .headerNavBar{ margin-top:0px  } */

    .headerNavBar a{
        display: block;
        /*font-size:1.2rem;*/
        /*width: 100%; */
        height: 100%; line-height: 30px;
        /*color:white; */
        font-family:'ji-Medium';
        /*text-transform: uppercase;*/
        border-bottom:0px solid transparent;
        padding:0px 15px;
    }
    .readyStick .headerNavBar > ul > li >a{
        /*color:white !important;*/
    }
    .headerNavBar a:hover,
    .headerNavBar a.active{
        color: #12a19a;
        /*color:rgb(220,220,220);*/
        /*color: #c3a755;*/
        /*border-bottom:2px solid var(--secondary-color);*/
        /*color: white;*/
    }
        ul.headerMenu{
            -webkit-transition: all 0.2s ease-in-out;
            -o-transition: all 0.2s ease-in-out;
            transition: all 0.2s ease-in-out;
            transform-origin: left center;
            /*width:calc(100% - 300px);*/
            margin-right:0px;
        }
            ul.headerMenu > li{float:left;position:relative; font-size: 1.1rem;line-height: 1.15rem; border:0px solid red;
                padding:0px 10px;
            }
                /* ul.headerMenu  li a:hover{color:var(--primary-color-d);} */

        /* .dropDownMenu{} */
            /* .dropDownMenu .drop-down{} */
                .dropDownMenu .drop-down a{display: inline-block;width:100%;}
                .dropDownMenu .drop-down > a::after{
                    display: inline-block;
                    /*position:absolute;
                    right: 2px;*/
                    margin-left:6px;
                    font-size: 0.88rem;
                    font-family: 'Font Awesome';
                    font-weight: 900;
                    content: "\f107";
                    -webkit-transition: all 0.3s ease-in-out;
                    -o-transition: all 0.3s ease-in-out;
                    transition: all 0.3s ease-in-out;
                }
                .dropDownMenu .drop-down > a:hover::after{
                    transform: rotate(-180deg);
                }
                /* .header.stickyHeader .dropDownMenu .drop-down a{color:var(--secondary-color);} */
                .dropDownMenu .drop-down:hover > a{color:var(--primary-color);}
                .dropDownMenu .drop-down ul{
                    display: block; padding:10px 0px;
                    font-size:1.05rem;
                    width:100%;
                    min-width: 250px;
                    position: absolute; left:0;
                    top:100%;
                    border-radius: 5px;
                    z-index: 99;
                    opacity: 1;
                    transform: scale(1,0);
                    transform-origin: 0 0;
                    /* visibility: hidden; */
                    background: white;
                    box-shadow: 0px 0px 30px rgba(var(--third-color-rgb), 0.25);
                    transition: ease all 0.3s;
                    border-bottom: 2px solid var(--primary-color);
                }
                .dropDownMenu .drop-down ul.cover-drop-down{width:140%; margin-left:-20%;}

                .dropDownMenu .drop-down.downRight ul{right:-10px;}
                .dropDownMenu .drop-down:hover > ul{opacity: 1;top: 100%;visibility: visible; width:250px;transform: scale(1,1);}
                /* .dropDownMenu > .drop-down > ul:before{content: '';border-bottom: 8px solid #fff;border-left: 8px solid transparent;border-right: 8px solid transparent;position: absolute;left: 25px;bottom: 100%;} */
                .dropDownMenu > .drop-down > ul.cover-drop-down:before{left:20%;}
                .dropDownMenu > .drop-down.downRight > ul:before{left: auto; right:25px;}

                    .dropDownMenu .drop-down ul li{float:left; position: relative;min-width: 200px; width:49%; line-height: 1.1rem;padding:5px 0px;}
                    .dropDownMenu .drop-down ul.cover-drop-down li{width:50%; float:left;}
                        .dropDownMenu .drop-down ul li a{color:black;}
                        .dropDownMenu .drop-down ul li a:hover{color:var(--primary-color);}
                        .dropDownMenu .drop-down > ul >li >a{padding:5px 25px 5px 20px; line-height: 1}
                            .dropDownMenu .drop-down .drop-down:after{position: absolute;right:5px;top:8px;content: "\f105";font-family: 'Font Awesome'; font-weight: 900;}
                            .dropDownMenu .drop-down ul.cover-drop-down .drop-down:after{display: none;}
                            .dropDownMenu .drop-down .drop-down ul {top: 0;left: calc(100% - 30px);}
                            .dropDownMenu .drop-down .drop-down:hover > ul {opacity: 1;top: 0;left: 100%;}
                            .dropDownMenu .drop-down ul.cover-drop-down .drop-down ul{display:none;}

                            .dropDownMenu .drop-down ul li.catImage{
                                position: relative;
                                top: 0px;
                                text-align: right;
                                padding-right: 20px;
                                float:right;
                                width:49%!important;
                            }
                            /* .dropDownMenu .drop-down ul li:not(.catImage){ } */
                            .dropDownMenu .drop-down ul li.catImage img{
                                width:auto;
                                height: 200px;
                            }

       .headerUserNav{
           float:right;
           position: relative;
           width: 220px;
           /*height: 75px;*/
           border:0px solid silver;
           /*padding-top:35px;*/
           height: 100px;
           /*margin-top:5px;*/
           display:inline-flex;
           align-items: center;
           justify-content: flex-end;
       }
       .headerUserNav .header-search{
            display:inline-block;width: 40px; height:40px; border:0px solid red;
            font-size:1.2rem;line-height: 40px;;
       }
       .headerUserNav .header-search:hover{cursor:pointer; color: var(--primary-color)}

        .headerUserNav  .login-link{display:inline-block; color: white;font-family: 'ji-Medium';line-height: 30px;padding: 0px 15px;}
        .headerUserNav  .login-link:hover{color:#c3a755}
       .headerPhoneIcon{
            position:absolute;
            width:46px;
            height: 46px;
            background-color: red;
            top:5px;
            left:50%;
            margin-left:-23px;
            display: inline-flex;
            justify-content: center;
            padding-top:6px;
            /* align-items: center; */
            background-color: #1E34A4;
            border-radius: 50%;
            z-index: 10;
       }
       .headerPhoneIcon  svg{
           width:24px; height: 24px;
       }
       .headerPhoneIcon  svg path{
           fill: white;
       }
       .headerPhone{
           z-index: 20;
           display:inline-block;
           position:relative;
           width:100%;
           border:0px solid red;
           font-size:1.3rem; font-family:ji-SemiBold;
           line-height: 40px;
           text-align: center;
           background-color: #1E34A4;
           border-radius:25px;
           color:white;
        }

       /* .headerDesktop.modeRoof .headerUserNav{padding-top:5px;} */
           .userMenuIcons{display: inline-flex;align-items: center; justify-content: flex-end; position:relative;width:40px;height: 40px; border:0px solid var(--primary-color);border-radius:5px; float:right; margin-left:5px; padding:0px 0px 0px 0px;}
           .hddBasketCounter{position:absolute;right:0px;top:-4px;color:var(--secondary-color);font-family:'ji-SemiBold'; background: transparent;}
               .userMenuIcons .jiSvgIcon{
                   fill:var(--text-color);
                   width: 24px;height: 24px;float:right;padding:0px 0px 0px 0px;
                   -webkit-transition: all 0.3s ease-in-out;
                   -o-transition: all 0.3s ease-in-out;
                   transition: all 0.3s ease-in-out;
               }
               .userMenuIcons:hover .jiSvgIcon{fill:var(--primary-color) ;}

            .userMenuIcons ul{
                left:auto!important;
                right:0px!important;
                min-width: 200px;
            }
            .userMenuIcons ul li{
                width: 100% !important;
                max-width: 100% !important
            }
            .userMenuIcons ul.fastBasket{
                min-width: 350px !important;
            }
               .duoToneLight{fill:rgba(185,82,159,0.15);}
               .userMenuIcons .jiSvgIcon:hover .duoToneLight {fill:rgba(185,82,159,0.15);}
               .duoToneDark{fill:rgba(185,82,159,1);}
               .userMenuIcons .jiSvgIcon:hover .duoToneDark {fill:rgba(181,161,108,1);}
               .duoToneDarkStroke{stroke:rgba(185,82,159,1);}
                   .userMenuIcons .jiSvgIcon:hover .duoToneDarkStroke{stroke:rgba(181,161,108,1);}

                   .fastBasket{
                       font-family: ji-Regular;
                       font-size:1rem;
                       width:300px;
                       max-height: 450px;
                       overflow-y: scroll;
                       overflow-x: hidden;
                   }
                   .fastBasket,.fastBasket li, .fastBasket a {
                       font-size:0.9rem; line-height: 1.1rem;
                   }
                   .userMenuIcons ul.fastBasket li{
                       float:left;
                       width: 100%;
                       padding:10px 10px !important;
                   }
                       .userMenuIcons ul.fastBasket li h3{
                           width: 100%;
                           padding:15px 15px;
                           font-family:ji-Regular;
                           font-size: 1rem;
                           line-height: 1.4rem;
                           text-align: center;
                       }
                       .userMenuIcons ul.fastBasket li .listMainDiv{
                           margin:0px 0px !important;
                       }
                           .userMenuIcons ul.fastBasket li .listMainDiv .listLoopMain{
                               border-bottom: 1px solid rgba(var(--d-primary-color-rgb),0.3);
                           }
                           .listLoopMain:hover {
                               background: transparent;
                           }

               .userMenuIcons .personalMenu{font-family: 'ji-Medium';}
               .userMenuIcons .clsSrc{position: absolute;top:12px;right:7px; color:#B33D68; opacity:0; }

                .userMenuIcons.activeSrc .jiSvgIcon{fill:#B33D68;}
                .userMenuIcons.activeSrc .clsSrc{opacity: 1;}

    .headerMenu.activeSrc{
        transform:scale(0,1);
    }

.headerSearch{}


   .headerSrcFormCover{
        position: fixed; top:0px; left:0px;width: 100%; height:100%; background-color: rgba(255,255,255,0.9); display:inline-flex;justify-content: center; align-items: center;
        /*display: none;*/
       /*position:relative;
       height: 40px; z-index: 20;*/
        /*border-bottom:1px solid black;
         background-color: #e8e8e8; */
       -webkit-transition: all 0.2s ease-in-out;
       -o-transition: all 0.2s ease-in-out;
       transition: all 0.2s ease-in-out;
       /*background: rgba(100,100,100,0.2);*/
       /*width:300px;*/
       /*right:0px;bottom:25px;*/
       transform:scale(1,0);
       transform-origin: right top;
   }
       .srcInLogo{float:left;width: 180px;height:60px;display: flex; align-items: center; text-align: center;margin-left:50px; display: none;}
           .srcInLogo img{max-width: 90%;max-height: 56px;margin-top: 7px;}

        .headerSrcFormCover form{}

       .srcInHeaderForm{display:inline-block; width: 60%;position:relative;}

           .srcInInput{float:left;width:calc(100% - 40px);height: 40px;margin-left:0%;
            border:1px solid rgba(var(--primary-color-rgb),0.4);
            padding:10px 5px; border-radius: 20px;
            background:transparent;
            color: #b1b1b1;
            -webkit-transition: all 0.3s ease-in-out;
            -o-transition: all 0.3s ease-in-out;
            transition: all 0.3s ease-in-out;
           }
           .srcInInput:focus{
                border:1px solid rgba(var(--primary-color-rgb),0.8);
           }
           .srcInButton{position: absolute; top:0px; right: 0px;
               width:10%;height: 40px;
               /*width: 40px;*/
               margin-left:0px;
               background-color: transparent;
               border:none;color:black;
               -webkit-transition: all 0.3s ease-in-out;
               -o-transition: all 0.3s ease-in-out;
               transition: all 0.3s ease-in-out;
               /*border-top-right-radius:5px;
               border-bottom-right-radius: 5px;*/
               color:white;
               /*font-size: 24px;*/
               padding:0px 0px;
               }
           .srcInButton:hover{
                background-color: var(--secondary-color)!important;
                color: white;
            }

            .srcGlobReTrigger{position:absolute; top: 50px; right:50px; width:40px; height: 40px; font-size:1.3rem; display:inline-flex; align-items: center; justify-content: center; background-color: #b40000; color: white; border-radius: 50%; }
            .srcGlobReTrigger:hover{cursor: pointer; background-color: #590000;}

           .closeSrcCover{display:none; float:left;width: 10%;height: 50px;text-align: center;background-color: rgba(0,0,0,0.0);margin-top:0px;}
               .closeSrcCover  .jfrmIcon{ color:var(--main-red);display: inline-block;font-size:2.2rem;
                   -webkit-transition: all 0.2s ease-in-out;
                   -o-transition: all 0.2s ease-in-out;
                   transition: all 0.2s ease-in-out;
               }
                   .closeSrcCover  .jfrmIcon:hover{cursor:pointer; color:var(--h-main-red)}

   .headerSrcFormCover.active{
       /* transform:translateY(100px); */
       transform:scale(1,1);
   }








   .headerMobile {
        position: fixed; top:0px;left:0px; width:100%;z-index: 99;
        /*background:#010101;*/
        padding:0px 10px;
        transition: .2s;-moz-transition: .2s;-webkit-transition: .2s;-o-transition: .2s;
        height: 60px;
        border-bottom:0px solid rgba(var(--primary-color-rgb),0.4);
        border-top:0px solid var(--primary-color-d);
        border-bottom-left-radius: 0px;
        border-bottom-right-radius: 0px;
        background-color: #ffffff;
        /*background: url(images/header-bg.png);
        background-size: cover;*/
        /* box-shadow:0px 0px 15px 1px rgba(var(--secondary-color-rgb),0.3);
        -webkit-box-shadow:0px 0px 15px 1px rgba(var(--secondary-color-rgb),0.3);
        -moz-box-shadow:0px 0px 15px 1px rgba(var(--secondary-color-rgb),0.3); */
    }
    .headerMobile.stickyHeader{
        background-color: #ffffff;
        /*background: url(images/header-bg.png);*/
        background-size: cover;
        /* background-color:rgba(255, 255, 255, 0.408); */
        -webkit-backdrop-filter: blur(5px);
        backdrop-filter: blur(5px);
    }
    .headerMobile.scrollHider:not(.menuOn){
        transform: translateY(-60px);
    }
    .headerMobile.menuOn{
        top:0px;
    }
    .headerMobile .brandLogo {position: absolute; width:100%; top:0px; left:0px; text-align: left; padding-left:8px;}
    .headerMobile .brandLogo img{width:auto; max-height:50px; max-width:400px; margin-top:5px;}
    .headerMobile .headerSvgLogo{ float:left; position: relative; width:auto; max-width:170px; height: 60px; display: flex; align-items: center; border:0px solid silver;}
        .headerMobile .headerSvgLogo .headerSvgLogo{height:44px;}


        .mobHeadIcons{ position: absolute; width:40px; height: 40px; border:0px solid red;top:10px; right:10px;}
        .siteBurger{
            display: inline-block;
            position: relative;
            width:50px; height: 50px;
            margin-top:-8px;
            margin-left:-5px;
        }
            .siteBurger svg{
                width:100%;
                height: 100%;
            }
            .siteBurger .ham {
              cursor: pointer;
              -webkit-tap-highlight-color: transparent;
              transition: transform 400ms;
              -moz-user-select: none;
              -webkit-user-select: none;
              -ms-user-select: none;
              user-select: none;
            }
            .siteBurger .hamRotate.active {
              transform: rotate(45deg);
            }
            .siteBurger .hamRotate180.active {
              transform: rotate(180deg);
            }
            .siteBurger .line {
              fill:none;
              transition: stroke-dasharray 400ms, stroke-dashoffset 400ms;
              stroke:rgb(0,0,0);
              stroke-width:5.5;
              stroke-linecap:round;
            }
            .siteBurger .hamRotate.active .line{
                /*stroke:#ffffff;*/
            }

            .siteBurger .ham8 .top {
              stroke-dasharray: 40 160;
            }
            .siteBurger .ham8 .middle {
              stroke-dasharray: 40 142;
              transform-origin: 50%;
              transition: transform 400ms;
            }
            .siteBurger .ham8 .bottom {
              stroke-dasharray: 40 85;
              transform-origin: 50%;
              transition: transform 400ms, stroke-dashoffset 400ms;
            }
            .siteBurger .ham8.active .top {
              stroke-dashoffset: -64px;
            }
            .siteBurger .ham8.active .middle {
              /* //stroke-dashoffset: -20px; */
              transform: rotate(90deg);
            }
            .siteBurger .ham8.active .bottom {
              stroke-dashoffset: -64px;
            }



    .jiTemp_HeaderThree{height: 90px!important; border-bottom:1px solid rgba(var(--primary-color-rgb),0.4);}
        .jiTemp_HeaderThree .brandLogo{width:350px; height: 60px;}
            .jiTemp_HeaderThree .brandLogo a{padding-top:0px!important;margin-top:15px;}
            .jiTemp_HeaderThree .brandLogo img{max-height: 60px; position: absolute; opacity:1;
                -webkit-transition: all 0.3s ease-in-out;
                -o-transition: all 0.3s ease-in-out;
                transition: all 0.3s ease-in-out;
                max-width:320px;
            }


.ui-autocomplete-category{
    border-bottom:1px solid var(--main-bg)!important;
    background: var(--main-bg)!important;
    padding:8px 10px;
}

.ui-autocomplete .ui-autocomplete-row.acProdList{
    border-left:4px solid var(--main-bg)!important;
}
.ui-widget.ui-widget-content{
    border:1px solid var(--border-silver)!important;
    border-radius: 5px;
}
.acProdList .ui-state-active{
    background: var(--second-bg) !important;
    border:1px solid var(--second-bg) !important;
    color:black;
}
.ui-autocomplete .ui-autocomplete-row{height: auto; border-bottom:1px solid var(--second-bg);}
.ui-autocomplete .ui-autocomplete-row.acProdList{
    border-left:4px solid var(--second-bg);
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
    background: var(--secondary-color-l) !important;
    color:black;
}



/***************
** HEAER END ***************/

/*****
******INDEX
**/

.homeSecondBg{
    background-color:rgb(209 209 209 / 0%);
    /*padding:30px 0px 50px 0px2*/
}

.nivo-directionNav a, .slick-arrow{
    color: var(--secondary-color);

}
.nivo-directionNav a:hover, .slick-arrow:hover{
    color: var(--primary-color);
}
.nivo-directionNav a i, .slick-arrow i{
    font-size:2rem;
}
.nivo-directionNav a.nivo-prevNav, .slick-arrow.slick-prev{
    left:0px;
}
.nivo-directionNav a.nivo-nextNav, .slick-arrow.slick-next{
    right:0px;
}

.slick-arrow.colorPrimary{background-color:var(--primary-color); color:#D1D1D1; opacity: 1;}
.slick-arrow.colorPrimary:hover{background-color: var(--primary-color-d) ;}
.prodCarousel .slick-arrow.slick-prev{
    left:-40px;
}
.prodCarousel .slick-arrow.slick-next{
    right:-40px;
}

.ghost-list-carousel.prodCarousel .slick-arrow.slick-prev{
    left:-10px;
}
.ghost-list-carousel.prodCarousel .slick-arrow.slick-next{
    right:-10px;
}


.nullTab{
    position:relative;
    padding: 50px 50px;
    text-align: center;
    font-size: 2rem;
    font-family: ji-Medium;
    color: #f95181;
}

/*
# -> SLIDER
*/
.welcomeSliderCover{
    position: relative;float:left; display: block; border-bottom:0px solid white; margin-top:0px;
    height: calc(100vh - 100px);
    /*background-image: url(images/background-circles.png), linear-gradient(140deg, #070070, #4F067D);*/
    /*background-image: url(images/slider-bg.jpg);
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: cover;
    background-blend-mode: soft-light;*/
    border:0px solid red;
}
.welcomeSliderCover::before{content: ''; position:absolute;z-index:1;width:100%;left:px; bottom:0px;right:0px; height: calc(100% + 100px); background-color: rgba(132,190,56,0.17);}

    .welcomeSliderCover .welcomeSlider{position: relative;float:left; width: 100%; height: 100%;z-index:2;}
        .welcomeSliderCover .welcomeSlider .sliderBox{
            position: relative;
            height: 100%;
        }
        .slick-list{height: 100%;}
        .slick-track{height: 100%;}
        .welcomeSliderCover .welcomeSlider .sliderBox::before{
            position: absolute;
            content:'';
            width:100%;
            height:100%;
            left:0px; top:0px;
            background: rgba(255,255,255,0.7);
            z-index:2;
            display:none;
        }
            .welcomeSliderCover .welcomeSlider .sliderBox img{
                    width:auto; width: 100%; height: 100%;
                    z-index:1; opacity: 1;
                    object-fit: cover;
                    /*position:absolute; bottom:0px; left:50%; transform: translateX(-50%);*/
            }
            .welcomeSliderCover .welcomeSlider .sliderBox .slider-caption{
                z-index:10;
                display: inline-flex;
                justify-content: flex-end;
                align-items: center;
                position:absolute; opacity: 1;top:0px;left:0px;bottom:0px;
                width:100%; height: 100%;
                background-color: transparent;
                -webkit-transition: all 0.5s ease-out;-o-transition: all 0.5s ease-out;-moz-transition: all 0.5s ease-out;-ms-transition: all 0.5s ease-out;transition: all 0.5s ease-out;
                opacity: 1 !important;
                border:0px solid red;

            }
                .welcomeSliderCover .welcomeSlider .sliderBox .slider-caption .mainMotto{
                    display:inline-block; width:100%; text-align:left; font-size:3rem !important;
                    position: relative;
                    top:0px;
                    font-family:'ji-Bold';
                    color: rgb(56, 61, 65);
                    opacity: 0;
                    line-height: 1;
                    transform:translateX(300px);
                    min-width: 300px;
                }
                .welcomeSliderCover .welcomeSlider .sliderBox .slider-caption .subMotto{display:inline-block; width:100%; text-align:left; font-size:1.2rem;
                    color: rgb(80, 85, 92);
                    font-family:ji-Regular;
                    position:relative;
                    top: 0px;
                    opacity: 0;
                    transform:translateX(-300px);
                    min-width: 300px;
                    margin-top:10px;
                }
                .welcomeSliderCover .welcomeSlider .sliderBox .slider-caption .captionButton{display:inline-block; width:100%; text-align:left; margin-top:40px;
                    transform:translateY(250px);
                    opacity: 0;
                }
                    .welcomeSliderCover .welcomeSlider .sliderBox .slider-caption .captionButton a{ display:inline-block;padding:0px 40px; line-height: 34px; font-size:1.1rem; font-family:ji-Medium; border-radius: 20px; background-color: var(--secondary-color); color:white;}
                    .welcomeSliderCover .welcomeSlider .sliderBox .slider-caption .captionButton a:hover{ background-color: var(--primary-color);}

            .sliderBox.darkText .slider-caption{color: var(--text-color);}
            .sliderBox.lightText .slider-caption{color: white;}
            .sliderBox.textPosition_a .slider-caption{padding-left:60%; padding-left:5%;}
            .sliderBox.textPosition_p .slider-caption{padding-left:10%;padding-right:10%;}
            .sliderBox.textPosition_s .slider-caption{padding-right:60%; padding-left:5%;}

            .sliderBox.active-slide .slider-caption .mainMotto{transform:translateX(0px)!important;opacity: 1!important;}
            .sliderBox.active-slide .slider-caption .subMotto{transform:translateX(0px)!important;opacity: 1!important;}
            .sliderBox.active-slide .slider-caption .captionButton{transform:translateY(0px)!important;opacity: 1!important;}

.welcomeSliderCover.videoBoxSliderCover{position:absolute; top:0px; left:0px;width:100%; height:calc(100% - 0px);z-index: 10;}
    .welcomeSliderCover.videoBoxSliderCover .welcomeSlider{height: 100%; background-color: rgba(0,0,0,0.3);}
        .welcomeSliderCover.videoBoxSliderCover .welcomeSlider .sliderBox{}

        .welcomeSliderCover.videoBoxSliderCover .welcomeSlider .slick-list,
        .welcomeSliderCover.videoBoxSliderCover .welcomeSlider .slick-track,
        .welcomeSliderCover.videoBoxSliderCover .welcomeSlider .sliderBox{
            position:relative; width:100%; height:100%;
        }




.homeSliderCover {
    position: relative;
    width: 100%;
    height: auto;
    padding-top:00px;
    overflow: hidden;
    background: rgba(0, 0, 0, 0.6);
}

.videoBox{
    position: relative;
    z-index: 10;
    width:100%;
    /* max-height: 100%; */
    overflow: hidden;
}
.videoBox::before{
    content:'';
    display: inline-block;
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.2);
    z-index: 20;
}
    .videoBox video{
        position: relative;
        object-fit: cover;
        width:100% !important;
        height: auto!important;
        z-index: 10;
    }


.videoBoxSliderCover{
        position: absolute;
        top:0px;
        width:100%;
        height: 100%;
        color: white;
        z-index: 30;
        display: flex;
        align-items: flex-end;
        padding-bottom: 00px;
    }

                    .videoBoxSlider{
                        width:40%;
                    }


                    .videoBoxSliderLoop{height: auto; border:0px solid red;}
                        .videoBoxSliderLoop .mainMotto{
                            color: white;  opacity:0; display:inline-block; width:100%;
                            font-size: 5rem;
                            line-height: 5.2rem!important;
                            font-family: ji-Bold;
                            color:var(--primary-color);
                            padding:0px 0px;
                            -webkit-transform: translateX(300px);
                            transform: translateX(300px);
                            -webkit-transition: all 0.6s ease;
                            -moz-transition: all 0.6s ease;
                            transition: all 0.6s ease;
                        }
                        .videoBoxSliderLoop.active-slide .mainMotto{
                            opacity: 1;
                            -webkit-transform: translateX(0px);
                            transform: translateX(0px);
                        }
                        .videoBoxSliderLoop.active-slide.active-slide-closing .mainMotto{
                            opacity: 1;
                            -webkit-transform: translateX(-300px);
                            transform: translateX(-300px);
                        }

                        .videoBoxSliderLoop .subMotto{
                            display:inline-block; opacity: 0; width:100%;
                            font-size:1.25rem;
                            margin-top:30px; padding: 0px 0px; line-height: 1.2;
                            opacity: 0;
                            -webkit-transform: translateX(-200px);
                            transform: translateX(-200px);
                            -webkit-transition: all 0.6s ease;
                            -moz-transition: all 0.6s ease;
                            transition: all 0.6s ease;
                        }


                    .videoBoxSliderLoop.active-slide .subMotto{
                        opacity: 1;
                        -webkit-transform: translateX(0px);
                        transform: translateX(0px);
                        /* animation-name: subMottoAnim;
                        animation-duration: 1s;
                        opacity: 1;
                        width: 100%;
                        padding: 10px 20px 30px 0; */
                    }
                    .videoBoxSliderLoop.active-slide.active-slide-closing .subMotto{
                        opacity: 0;
                        -webkit-transform: translateX(200px);
                        transform: translateX(200px);
                    }


                    .videoBoxSliderLoop .sliderButtonBox{
                        display: inline-block;
                        padding-top:30px;
                        width:100%;
                        font-family: ji-SemiBold;
                        opacity: 0px;
                        -webkit-transform: translateY(300px);
                        transform: translateY(300px);
                        -webkit-transition: all 0.6s ease;
                        -moz-transition: all 0.6s ease;
                        transition: all 0.6s ease;
                    }
                        .videoBoxSliderLoop .sliderButtonBox a{
                            opacity:0;
                            display: inline-block;padding:10px 40px;
                            background: var(--primary-color);
                            color: white;
                            border-radius: 4px;
                            -webkit-transition: all 0.8s ease;
                            -moz-transition: all 0.8s ease;
                            transition: all 0.8s ease;
                        }
                    .videoBoxSliderLoop.active-slide .sliderButtonBox{
                        opacity: 1;
                        -webkit-transform: translateY(0px);
                        transform: translateY(0px);
                    }
                        .videoBoxSliderLoop.active-slide .sliderButtonBox a{
                            opacity: 1;
                        }
                    .videoBoxSliderLoop.active-slide.active-slide-closing .sliderButtonBox{
                        opacity: 0px;
                        -webkit-transform: translateY(-100px);
                        transform: translateY(-100px);
                    }
                    .videoBoxSliderLoop.active-slide .sliderButton:hover{
                        background: #646f79;
                    }



                .iframeVideo iframe{height: auto;}



.unitContentBox{position:relative; color: var(--primary-color); padding:100px 0px; overflow:hidden; background-color: white; box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.16); }
.unitContentBox:first-child{margin-top:20px;}
    .versSecond{background-color: #F8F8F8; filter:drop-shadow(0px 3px 6px rgba(0,0,0,0.16));}
    .unitContentBox div{position:relative;}
        .unitContentBox .unitTitle{font-size:3.2rem; font-family:ji-Bold; line-height: 1.1; text-transform: uppercase; }
        .unitContentBox .unitSubTitle{font-size:1.6rem;line-height: 1;}
        .unitContentBox .infoBox{display:flex; justify-content: space-between; margin-top:30px;}
            .unitContentBox .infoBox .details{display: flex; align-items: center;padding:0px 20px 0px 20px}
                .unitContentBox .infoBox .details article{margin-top:20px}
                .unitContentBox .infoBox .details article:first-child{margin-top:0px;}
            .unitContentBox .infoBox .image{padding:0px 20px 0px 0px}
                .unitContentBox .infoBox .image img{border-radius:4px;}

    .unitContentBox.versSecond .unitTitle,
    .unitContentBox.versSecond .unitSubTitle{text-align: right;}
    .unitContentBox.versSecond .infoBox{flex-direction: row-reverse;}

    .unitContentBox.versSecond .numberella{right:auto; left:-12%;}

    .numberella{
        position:absolute;
        top:-100px;
        right:-40px;
        font-size:40rem;
        -webkit-text-stroke-width: 2px;
        -webkit-text-stroke-color: var(--primary-color);
        color:transparent;
        font-family: ji-Bold;
        opacity: 0.3;
        line-height: 1;

    }


    .image:hover img{transform:scale(1.05,1.05);}

/* .bannerShowcaseFullPage{background-color: var(--main-bg);    }
.bannerShowcaseSiteWidth{background-color: var(--second-bg);    } */

.bannerShowcase{display: grid;}
.bannerShowcase.varBannerTemp_two{grid-template-columns: 1fr 1fr;}
.bannerShowcase.varBannerTemp_three{grid-template-columns: 1fr 1fr 1fr;}
.bannerShowcase.varBannerTemp_onetwo{grid-template-columns: 3fr 3fr;}
.bannerShowcase.varBannerTemp_onetwo .itemCls_1{grid-row-start: 1;grid-row-end: 3;}
.bannerShowcase.gridGaps{grid-gap: 10px;}

    .bannerShowcase .bannerShowcaseLoop{position: relative;}
        .bannerShowcaseBox{position:relative; overflow:hidden; padding-left:0px; height: 100%;}
            .bannerShowcaseBox .bannerOverlay{
                content:'';
                position: absolute;
                left:0px;
                top:0px;
                width:100%;
                height: 100%;
                background: rgba(0,0,0,0.1);
                z-index:10;
            }
            .bannerShowcaseBox:hover .bannerOverlay{
                background: rgba(0,0,0,0.4);
            }
        .bannerShowcaseBox .bannerFootage{
            position:absolute;
            bottom:-120px;
            left:0px;
            width:100%;
            height: 225px;
        }

        .bannerShowcaseBox .image{position: relative;height: 100%;}
            .bannerShowcaseBox .image img{-webkit-transition: all 0.3s;-moz-transition: all 0.3s;-o-transition: all 0.3s;transition: all 0.3s;
                object-fit: cover;width:100%; height: 100%; transform:scale(1.08);
            }
    .bannerShowcase.gridGaps .bannerShowcaseBox,
    .bannerShowcase.gridGaps .image,
    .bannerShowcase.gridGaps .image img{
        border-radius: 0px;
    }
        .bannerShowcaseBox:hover .image img{
            transform:scale(1);
        }
        .bannerShowcaseBox .details{
            /* display:in; */
            position:absolute;
            bottom:0px;
            left:0px;
            width:100%;
            height: 100%;
            padding:0px 0px;
            border:0px solid red;
            -webkit-transition: all 0.2s;-moz-transition: all 0.2s;-o-transition: all 0.2s;transition: all 0.2s;
            z-index:15;
            display: inline-flex; align-items: center;
        }
        .bannerShowcaseBox .details.lightText{color: white;}
        .bannerShowcaseBox .details.darkText{color: var(--text-color);}
        .bannerShowcaseBox .details.textPosition_a{justify-content: flex-end}
        .bannerShowcaseBox .details.textPosition_p{justify-content: center;}
        .bannerShowcaseBox .details.textPosition_s{justify-content: flex-start;}

            .bannerShowcaseBox .details .caption{width:40%;}
                .bannerShowcaseBox .details .caption span{
                    display:inline-block; width:100%; position:relative;
                    text-align:center;
                    border:0px solid red;
                    opacity: 0;
                }
                .bannerShowcaseBox .linkName{padding:5px  0px 5px 0px; font-family: ji-SemiBold; font-size:1.8rem;transform:translateX(-80px);}
                .bannerShowcaseBox .title{padding:5px  0px; font-family: ji-SemiBold; font-size:1.2rem;transform:translateX(80px);}
                .bannerShowcaseBox .buttonParent{ padding:10px  5px;transform:translateY(80px);}
                    .bannerShowcaseBox .button{opacity: 1!important; width:auto!important; line-height: 40px; font-size:1rem; font-family:ji-SemiBold; padding:0px 20px; background:var(--primary-color); color: white; border-radius:5px;}
                    .bannerShowcaseBox .button:hover{background:var(--primary-color-d); }
                        .bannerShowcaseBox .button i{ position: relative; top:1.5px;}

    .activeStage .bannerShowcaseBox .linkName,
    .activeStage .bannerShowcaseBox .title{transform:translateX(0px); opacity:1!important; }
    .activeStage .bannerShowcaseBox .buttonParent{transform:translateY(0px); opacity:1!important; }

    .stageMove{
        transform:translateY(70px);
        opacity:0;
        -webkit-transition: all 0.30s;-moz-transition: all 0.30s;-o-transition: all 0.30s;transition: all 0.30s;
    }
    .stageMove.active{
        transform:translateY(0px);
        opacity:1;
    }

    .stageMove .stage-from-left{transform: translate(-200px, 100px);-webkit-transition: all 0.30s;-moz-transition: all 0.30s;-o-transition: all 0.30s;transition: all 0.30s;}
    .stageMove .stage-from-right{transform: translate(200px, 100px);-webkit-transition: all 0.30s;-moz-transition: all 0.30s;-o-transition: all 0.30s;transition: all 0.30s;}

    .activeStage .stage-from-left{transform: translate(0px, 0px);}
    .activeStage .stage-from-right{transform: translate(0px, 0px);}


.ads{
    background-color:rgba(var(--primary-color-rgb),0.2); padding:20px 20px 50px 20px;
}
    .adListBox{display:grid; grid-template-columns: 1fr 1fr 1fr 1fr; grid-gap: 30px ; }
        .adBoxCover{position:relative;}
            .adBoxCover .adBox{background-color: white; border-radius:5px; padding: 15px 15px;}
            .adBoxCover .adBox.secondColor{background-color:rgba(var(--primary-colangLinkslor-rgb),0.1);}
                .adBoxCover .adBox span{display:inline-block; width:100%; text-align:center }
                .adBoxCover .adBox .adDate{ font-size:1.05rem; font-family:ji-SemiBold;color: var(--primary-color); }
                .adBoxCover .adBox .adLocs{margin-top:15px; }
                    .adBoxCover .adBox .adLocs i{display:inline-block; position:relative; margin:0px 15px }
                .adBoxCover .adBox .adTitle{font-size:1.1rem; font-family:ji-SemiBold; margin-top:15px;  text-align:left;}
                .adBoxCover .adBox .adSubTitle{font-size:0.9rem; font-family:ji-SemiBold; margin-top:0px;  text-align:left;}
                .adBoxCover .adBox .detailLink{text-align:right!important;}
                    .adBoxCover .adBox .detailLink a{display:inline-block; }

.adsDetailInfo{}
    .adsDetailInfo article{padding:3px 0px;}
   .adsDetailInfo span.subTitle{display:inline-block; width:150px; text-align:left; }
   .adsDetailInfo span i{display:inline-block; margin:0px 20px;}


.unitCatBannerBand{margin-top:-10rem;}
.unitCatBanner{position:relative; }
    .unitCatBanner img{width:100%;}
    .unitCatBanner .boxNov{position:absolute;width:100%; height:100%; left:0px; top:0px; display:inline-flex; justify-content: center; align-items: center;}
    .unitCatBanner .boxNov a{display:inline-block;width:155px; text-align:center;
        background-color:#F9FAFD;
        border:1px  solid #F9FAFD;
        color:#616161;
        font-family:'ji-Bold';
        line-height: 40px;
        border-radius:4px;
        }



.contentShowcaseBox{padding:0px 20px; position:relative;}
.gridCarousel .contentShowcaseBox{margin-bottom: 0px;}
    .contentShowcaseBox .showcaseBox{position:relative; height:100%;  display: flex; justify-content: space-between; }
    .contentShowcaseBox .showcaseImage{
        width: 40%;
        position:relative;
        /*float:right;*/
        text-align: center;
        /*height: 0px;*/
        /*padding: 100% 0 0 0;
        overflow: hidden;        */
        border-radius: 5px;
        border:0px solid red;
        /*height: 100%;*/
    }
        .contentShowcaseBox .showcaseImage img{
                /*position: absolute;*/
                /*display: block;*/
                width: 100%;
                /*height: 100%;*/
                /*object-fit: cover;
                object-position: center center;
                left: 0;
                right: 0;
                top: 0;
                bottom: 0;
                margin: auto;*/
                border-radius: 5px;
                -webkit-transition : all 0.3s ease;
                -moz-transition: all 0.3s ease;
                -o-transition:all 0.3s ease;
                transition:all 0.3s ease;
            }
            .contentShowcaseBox:hover .showcaseImage img{
                /*transform: scale(1.05, 1.05);
                -ms-transform: scale(1.05,1.05);*/
            }
    .contentShowcaseBox .showcaseText{
        /*position:absolute; */
        /*background:rgb(255 255 255 / 70%);
        left:0px; right:0px; bottom:10px;*/
        /*float:left;*/
        position:relative;
        display: flex;
        align-items: center;
        width:40%;
        /*height: 100%;*/
        padding:10px 10px;
        line-height:1.2;
        -webkit-transition : all 0.1s ease;
        -moz-transition: all 0.1s ease;
        -o-transition:all 0.1s ease;
        transition:all 0.1s ease;
        /*height:45px;*/
        border:0px solid red;
        /*color: var(--primary-color);*/
    }
    .contentShowcaseBox:hover .showcaseText{
        /*height:50%;*/
    }
    .contentShowcaseBox .showcaseTitle{
        font-family:'ji-Bold'; font-size:1.4rem; text-align:left;margin-bottom:0px;
        color: #585e61;
    }
    .contentShowcaseBox .showcaseInfo{
        font-size:1.1rem;
        margin-top:20px;
        -webkit-transition : all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -o-transition:all 0.3s ease;
        transition:all 0.3s ease;
        transform:scale(1,1);
        transform-origin:0 0;
        /*height:0px;*/
        /*font-family:ji-SemiBold;*/
        opacity:1;
        color: #808891;
        /* font-size:1.05rem; */
    }
    .contentShowcaseBox:hover .showcaseInfo{
        /*transform:scale(1,1);
        height:auto;
        opacity:1;*/
    }
    .contentShowcaseBox .buttonCover{
        margin-top:35px;
    }
    .contentShowcaseBox .buttonCover a{
        /*display:inline-block; line-height: 40px; padding: 0px 20px; background-color: var(--primary-color); color: white; border-radius: 5px;*/
    }
    .contentShowcaseBox .buttonCover a:hover{
        /*background-color:#004075;*/
        }


.campaignOneBanner{
    padding:00px 0px;
    /* background-color:#f0f0f2; */
    display:flex;
}
    .campaignOneBanner .image img{width:100%; border-top-right-radius: 10px; border-bottom-right-radius: 10px;}
    .campaignInfo{padding:0px 60px; display: flex; align-items: center;}
        .campaignInfo .linkName{display: inline-block; width:100%; color:#ff186e; font-size:2.5rem; font-family: ji-SemiBold;}
        .campaignInfo .title{display: inline-block; width:100%; color: var(--primary-color-d); font-size:1.5rem; font-family: ji-SemiBold;}
        .campaignInfo .brief{display: inline-block; width:100%;}
        .campaignInfo .buttonCover{display: inline-block; width:100%; margin-top:40px}
            .campaignInfo .buttonCover a{display: inline-block; line-height: 40px; padding:0px 30px; background:var(--secondary-color); color:white; border-radius: 5px;}
            .campaignInfo .buttonCover a:hover{background: var(--secondary-color-d);}




.ozc-main-list{position:relative}
    .ozc-main-list span{display:inline-block; position:relative; font-family: ji-Bold; font-size:2rem; text-align: center; padding: 0px 14px;
         background: -webkit-linear-gradient(#3a4295 40%, #000000 90%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
    }
    .ozc-main-list span::before{
        content: '';
        position: absolute;
        left: 0px;
        top: 12px;
        width: 0;
        height: 0;
        border-top: 10px solid transparent;
        border-bottom: 10px solid transparent;
        border-left:10px solid #b0d24e;
    }
    .in-list{text-align: center; margin-top: 20px;}
    .in-list-motto{text-align: center; font-family:ji-Black; font-size: 5.2rem; letter-spacing: 12px;
        background: -webkit-linear-gradient(#b0d24e 60%, #000000 90%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
    }


    .content-move-up{margin-top:-300px; position:relative;}
        .content-aligner{position:relative; padding: 10px 10px; border-radius: 5px; background-color: white;;}


/*
# -> Cat Box
*/

.slick-prev.slick-arrow.typeTwo{position: absolute; opacity: 1; height: 40px; width: 40px; right:-150px ; bottom:20px;}
.slick-next.slick-arrow.typeTwo{opacity: 1; height: 40px; width: 40px;}


.slick-prev.slick-arrow.colorPrimary,
.slick-next.slick-arrow.colorPrimary{
    font-size:40px;
}


/* Referaslar sayfasoı */
 .referansLister{
     display:inline-grid;
     grid-template-columns: 1fr 1fr 1fr;  /* ya da grid-template-columns: repeat(4 , 1fr); */
     grid-auto-rows: 250px;
     grid-gap:30px;
     margin-bottom:80px;
 }
     .referansLister .referansLoop{overflow:hidden; position:relative; z-index:10;border-radius:5px;}
     .referansLister .referansLoop a{display:inline-block;position: relative; z-index:20; width:100%;height: 100%;}
     .referansLister .referansLoop a::before{content:''; position: absolute; width:100%; height: 100%; left:0px; top:0px; background:rgba(0,0,0,0.4); z-index:15;}
     .referansLister .referansLoop a::after{
         position: absolute;
         top: 0;
         left: 0;
         width: 100%;
         height: 100%;
         background: -webkit-linear-gradient(top, rgba(72,76,97,0) 0%, rgba(72,76,97,0.8) 75%);
         background: linear-gradient(to bottom, rgba(72,76,97,0) 0%, rgba(72,76,97,0.8) 75%);
         content: '';
         opacity: 0;
         -webkit-transform: translate3d(0,50%,0);
         transform: translate3d(0,50%,0);
         transition: opacity 0.3s, transform 0.3s;
     }
         .referansLister .referansLoop:hover a::after{
             opacity: 1;
             -webkit-transform: translate3d(0,0,0);
             transform: translate3d(0,0,0);
         }

         .referansLister .referansLoop .image{
            display: block;width: 100%;position: relative;text-align: center;height: 0px;padding: 100% 0 0 0;overflow: hidden;
         }
             .referansLister .referansLoop img{
                position: absolute;display: block;
                width: 100%; height: 100%;
                object-fit: cover;
                object-position: center center;
                left: 0;right: 0;top: 0;bottom: 0;margin: auto;
                  transform:scale(1.1,1.1);
                  -webkit-transition: all 0.3s ease-out;
                   -o-transition: all 0.3s ease-out;
                   -moz-transition: all 0.3s ease-out;
                   -ms-transition: all 0.3s ease-out;
                  transition: all 0.3s ease-out;
             }
     .referansLister .referansLoop:hover img{
         transform:scale(1,1);
     }
     .referansLister .referansLoop .linkName{position: absolute; display:inline-block; top:50%; left:50%; z-index:20;
         color: white; font-size:1.2rem; font-family:ji-SemiBold;
         transform: translate(-50%,-50%);
         -webkit-transform: translate(-50%,-50%);
     }
     .referansLister .referansLoop:hover .linkName{
         transform: translate(-50%,-30px);
         -webkit-transform: translate(-50%,-30px);
     }
     .referansLister .referansLoop .title{
         position: absolute;
         bottom: 0;
         left: 0;
         padding: 2em;
         width: 100%;
         opacity: 0;
         z-index: 20;
         -webkit-transform: translate3d(0,10px,0);
         transform: translate3d(0,10px,0);
         color:white;
         text-align: center;
     }
     .referansLister .referansLoop:hover .title{
         opacity: 1;
         -webkit-transform: translate3d(0,0,0);
         transform: translate3d(0,0,0);
     }

.portfolioBtn{display:inline-block;margin-left:20px; font-family:ji-SemiBold;}
 .portfolioBtn:hover{cursor:pointer;color: var(--primary-color)}


.projectImage{}
    .projectImage img{width:100%;}
.projectCart{position:relative; padding-left:40px;}
    .projectCart span{display:inline-block; width:100%;}
    .projectCart span.cartLinkName{position:relative;font-family:ji-SemiBold;font-size:1.3rem; margin-bottom:30px;}
        .projectCart span.cartLinkName:before{content:'';position:absolute; bottom:0px; left:0px; width:80px;height:2px; background:var(--primary-color);}
    .projectCart span.cartTitle{ font-family:ji-SemiBold;font-size:1.1rem;}
    .projectCart span.cartInfo{margin-bottom:30px;}
 /***
 **********
 ********************

                       PAGES

 ********************
 **********
 **/

.formBox{ background: rgba(255,255,255,0.9); border-radius: 10px; padding:20px 20px;}
    .formBox .jiSvgIcon{width:100px; height: 100px;}


    .contactBand{position: relative; display: flex;}
        .contactBand .contactInfoSide h1,
        .contactBand .contactFormSide h1{padding:0px 0px 0px 0px; margin:0px 0px 0px 0px; font-family: 'ji-SemiBold';font-size:1.88rem; line-height: 2.31rem;}
        .contactBand .contactInfoSide{ border-right:1px solid #eaebed;padding:0px 0px 0px 0px;}
            .contactDetails{padding:0px 0px;}
                .contactBox{margin-top:20px;}
                    .contactBox .boxIcon{float:left; width:45px; font-size:25px;}
                    .contactBox .boxInfo{float:left; width:calc(100% - 50px); border:0px solid red;line-height: 1;}
                        .contactBox .boxInfo .title{display: inline-block; width:100%;font-size:0.88rem; color:#626262;line-height: 1;}
                        .contactBox .boxInfo .phoneNumber{display: inline-block; width:100%;font-size:1.31rem; margin-top:5px;line-height: 1.3}
                        .contactBox .boxInfo .info{display: inline-block; width:100%;font-size:1rem;margin-top:5px; line-height: 1.3;}
            .contactMap{margin-top:20px; border-bottom-left-radius:10px;}
                .contactMap img{width:100%;border-bottom-left-radius:10px;}
                .contactMap iframe{width:100%!important;height: 300px;}

        .contactBand .contactFormSide{padding:0px 80px;}




.prodListHeader a:hover,
.breadCrumb a:hover,
.toCatLister a:hover{ color: var(--primary-color)};




/*
    CONTENT
 */

 .widgetHeader{
     display: inline-block;
     width:100%;
     font-size:1.2rem;
     font-family: 'ji-SemiBold';
     margin:5px 0px 10px 0px;
     text-align: center;
     border-bottom:1px solid #363637;

 }

 .pageBlockLeft{position: relative;padding-right:20px;}
 .pageBlockRight{position: relative;padding-left:20px;}
.pageBlockRight.borderStyle{border-left:1px solid silver;}
     .rightBlockTasks{margin-top:20px;}

 .contentLeftMenu{position: relative;background-color:var(--bg-inputs);margin-top:5px;padding:0px 10px;}
     .contentLeftMenu .title{font-size:1.3rem; line-height: 2.6rem; font-family: 'ji-SemiBold';}
     /* .contentLeftMenu .menuItem{} */
     .contentLeftMenu .menuItem.active{color:var(--primary-color);}

.widgetHeader {
    display: inline-block;
    position: relative;
    width: 100%;
    /*background: var(--secondary-color);*/
    font-size: 1.2rem;
    font-family: ji-Medium;
    /*border-left: 5px solid var(--secondary-color);*/
    padding-left: 10px;
    margin-bottom: 15px;
    margin-top:0px;
    /*color: white;*/
    line-height: 40px;
    border-radius:4px;
    color: #8c8787;
    text-transform: uppercase;
    text-align: center;
}
.pageBlockRight.subPanel .widgetHeader{
    /*background: transparent;*/
    background: -webkit-linear-gradient(273deg, #CCE8FF  30%, #D1FADD  87%);
    /*-webkit-background-clip: text;
    -webkit-text-fill-color: transparent;   */
    font-size: 1.2rem;
    font-family: ji-Medium;
    color: var(--text-color);

}

.contentBoxCover {position:relative;padding: 0px 0px 0px 30px; margin-bottom: 40px;}
.contentBoxCover.paddingStyle{padding: 0px 20px 0px 10px !important;border-left:0px solid silver;}
.contentBoxCover:nth-child(2n-1) {position:relative;padding: 0px 30px 0px 00px;}
.pageBlockRight .contentBoxCover{position:relative;padding: 10px 10px 10px 10px; margin-bottom:30px;  background-color: white;
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.2);
}
.campInBoxCover {position:relative;padding: 0px 0px 0px 10px;}
.campInBoxCover:nth-child(2n-1) {padding: 0px 10px 0px 0px;}

.userSpec .campInBoxCover {padding:0px 0px 0px 0px !important; margin-bottom:20px;}
    .contentBoxCover .contentLoop, .campInBoxCover .campLoop {position:relative;border-bottom:0px solid silver;}
    .campInBoxCover .campLoop{border-bottom: 1px solid rgba(var(--primary-color-rgb),0.4);}
        .contentBoxCover .contentLoop .image{
                display: block;
                width: 100%;
                position:relative;
                text-align: center;
                height: 0px;
                padding: 56.25% 0 0 0;
                overflow: hidden;
        }
        .campInBoxCover .campLoop .image{
            display: block;
            width: 100%;
            position:relative;
            text-align: center;
            height: 0px;
            padding: 33.33% 0 0 0;
            overflow: hidden;
        }
            .campInBoxCover .campLoop .image img,
            .contentBoxCover .contentLoop .image img{
                position: absolute;
                display: block;
                width: 100%;
                height: 100%;
                object-fit: cover;
                left: 0;
                right: 0;
                top: 0;
                bottom: 0;
                margin: auto;
                -webkit-transition : all 0.3s;
                -moz-transition: all 0.3s;
                -o-transition:all 0.3s;
                transition:all 0.3s;
                /*border-radius:5px;*/
            }
                /*.contentBoxCover .contentLoop:hover .image img,
                .campInBoxCover .campLoop:hover .image img{
                    transform: scale(1.03, 1.03);
                    -ms-transform: scale(1.03,1.03);
                }*/
            .contentBoxCover .contentLoop .image:after{
            position: absolute;
            bottom:50%;
            margin-bottom: -20px;
            left: 50%;
            margin-left: -20px;
            content:'';
            width: 40px;
            height: 40px;
            background-color: rgba(255,255,255,0.06);
            border-radius: 100%;
            opacity: 0;
        }
            .contentBoxCover .contentLoop:hover .image:after{
                animation: sk-pulse 0.3s 1 cubic-bezier(0.455, 0.03, 0.515, 0.955);
            }
                @keyframes sk-pulse {
                    0% {
                        transform: scale(0);
                        opacity: 0;
                    } 60% {
                        transform: scale(15,15);
                        opacity: 1;
                    }100% {
                        transform: scale(20,20);
                        opacity: 0;
                    }
                }

        .contentBoxCover .contentLoop .name{
            /*position: absolute; */
            bottom:20px; font-size:1.3rem; font-family:'ji-SemiBold';padding: 10px 20px;
            /*background: rgba(255,255,255,0.8);*/
            -webkit-transition : all 0.3s ease;
            -moz-transition: all 0.3s ease;
            -o-transition:all 0.3s ease;
            transition:all 0.3s ease;

        }
        .dater{
            position: absolute;
            padding: 10px 20px;
            bottom: 10px;
            left: 0px;
        }

        .read-more-box{
            position: absolute;
                text-align: right;
                padding: 10px 20px;
                bottom: 10px;
                right: 0px;
            }
            .read-more-box a{display: inline-block; background: var(--secondary-color); color: white; line-height: 30px; padding: 0px 10px; border-radius:3px;}
            .read-more-box a:hover{background: var(--primary-color);}

        .campInBoxCover .campLoop .name{
            position: relative; font-size:1.3rem; font-family:'ji-SemiBold';padding: 8px 10px 8px 10px;background: rgba(255,255,255,0.8);
            -webkit-transition : all 0.3s ease;
            -moz-transition: all 0.3s ease;
            -o-transition:all 0.3s ease;
            transition:all 0.3s ease;
            border-left:5px solid var(--primary-color);
        }
        .campInBoxCover .campLoop .subTitle{
            position: absolute;
            left: 10px;
            top: 10px;
            background: rgba(255,255,255,0.5);
            font-family: 'ji-SemiBold'!important;
            font-size: 1.1rem;
            line-height: 1.1rem;
            padding: 0.4rem 0.8rem;
            color: var(--primary-color);
            border: 1px solid var(--primary-color);
        }
        .campInBoxCover .campLoop .info{
            height: 60px;
            overflow: hidden;
        }
        .campInBoxCover .campLoop .couponShow{
            /* display: inline-block; */
            float:right;
            border:1px solid #d7ddd9;
            padding:5px 10px;
            margin:5px 5px;
            font-family: 'ji-SemiBold';
            background: #f5f5f5;
        }
            .campInBoxCover .campLoop .couponShow .code{
                display: inline-block;
                border:1px solid #d7ddd9;
                padding:0px 5px;
                background: rgba(235,235,235,1);
                font-family: 'ji-Bold';
                letter-spacing: 1px;
            }

        /*.contentBoxCover .contentLoop:hover .name{padding:10px 20px 10px 30px ;}*/
        .pageBlockRight .contentBoxCover .name{bottom:10px; font-size:1.1rem; font-family:'ji-SemiBold';padding: 10px 15px;}
        .pageBlockRight .contentBoxCover .name::before{position:absolute; left:-10px;width:10px;  bottom:15px; height: 2px; background-color: silver; content:''; display:none;}
                /*.pageBlockRight .contentLoop:hover .name{padding:5px 10px 5px 10px ;}*/


        .view-bg-color{background-color: #e2e7ef; padding:0px 20px;}


/* .listWebContent{} */

    .listWebContent .contentBoxCover{margin-top:10px;}
    .listWebContent .contentBoxCover:nth-child(1),
    .listWebContent .contentBoxCover:nth-child(2){margin-top:0;}
    .listWebContent .contentBoxCover .contentLoop{border-bottom:0px solid rgba(158,175,202,1);
        box-shadow: 0px 1px 3px 1px rgba(158,175,202,.4);
        padding-bottom: 50px;
        position:relative; width: 100%; height:100%;
        /*background: var(--bg-prodbox); */
    }
    .listBlog .listLoopCoverMain{display: flex; flex-flow: wrap; }
        .listBlog .listLoopCoverMain .content
.referansLister .referansLoop .image{
            display: block;width: 100%;position: relative;text-align: center;height: 0px;padding: 100% 0 0 0;overflow: hidden;
         }
             .referansLister .referansLoop img{
                position: absolute;display: block;
                width: 100%; height: 100%;
                object-fit: cover;
                object-position: center center;
                left: 0;right: 0;top: 0;bottom: 0;margin: auto;
                  transform:scale(1.1,1.1);
                  -webkit-transition: all 0.3s ease-out;
                   -o-transition: all 0.3s ease-out;
                   -moz-transition: all 0.3s ease-out;
                   -ms-transition: all 0.3s ease-out;
                  transition: all 0.3s ease-out;
             }


.opBoxes{position:relative; display:grid; grid-template-columns: 1fr 1fr 1fr 1fr; grid-gap:20px;}
    .opBoxes .opBox{position:relative; padding:20px 20px 250px 20px; background-color: var(--primary-color); border-radius: 50px;}
    .opBoxes .opBox:first-child{transform:translateY(120px);}
    .opBoxes .opBox:nth-child(2){transform:translateY(80px);}
    .opBoxes .opBox:nth-child(3){transform:translateY(40px);}
        .opBoxes .opBox .image{
            display: block;width: 100%;position: relative;text-align: center;height: 0px;padding: 56.6% 0 0 0;overflow: hidden;
        }
            .opBoxes .opBox .image img{
                border-radius: 40px; border:3px solid white;
                position: absolute;display: block;
                width: 100%; height: 100%;
                object-fit: cover;
                object-position: center center;
                left: 0;right: 0;top: 0;bottom: 0;margin: auto;
            }
            .opBoxes .opBox .info{color:white; font-size:1.7rem; margin-top:20px; text-align:center; line-height: 1.1;}


.contentImageFullPage{position:relative;}
    .contentImageFullPage img{width:100%;position:relative; top:-300px}

 .contentData{position: relative; padding-bottom:60px;}
     .contentData .image{position: relative;}
     .contentData  .contentImage{border-radius: 5px;}
        .contentData  .contentImage img{border-radius: 5px; width:100%;}
         /* .contentData .image img{} */
     .contentData .contentTitle{position: relative;padding:00px 0px; text-align: left;
         color: #585e61;
         margin-top:30px;
    }
    .contentData .contentTitle.to-top{margin-top: 0px;}

         .contentData .contentTitle h1{ font-size:1.6rem; line-height: 3.2rem; }
     .contentData .contentInfo{position: relative;padding: 0px 0px;font-size: 1.05rem;font-style: italic; text-align: left; margin-top:20px;}
     .contentData .contentDetails{position: relative; text-align: left; margin-top:10px;  padding:0px 0px!important;}
     .contentData .smlNote{position: relative; display: none;}
.contentData .pageBlockLeft{padding-right:40px;}

.content-loop-box{border-bottom: 1px solid var(--primary-color); margin-top: 40px; padding-bottom:30px;}
.content-loop-box:last-child{border-bottom:0px;}


.contentPhotos{max-height: 200px; border:0px solid red;}
     .contentPhotos .prodPhotoGalery{float:left; position:relative; width: 100%; height: 220px; margin-top:0px; margin-left:0px; padding-left:0px;}
         .contentPhotos .prodPhotoGalery .prodGalLoop{float:left;width:200px; height: 200px; margin:8px 0px 5px 0px; border:0px solid rgb(221, 221, 221); border-radius: 4px; padding:5px 5px; background:rgba(255,255,255,0.5)}
         .contentPhotos .prodPhotoGalery .prodGalLoop a{display: inline-block; width:100%; height: 100%;display: flex; justify-content: center; align-items: center;}
             .contentPhotos .prodPhotoGalery .prodGalLoop img{width:auto; width: 100%; height: 100%;  object-fit: cover; border-radius: 5px;}

         .contentPhotos .prodPhotoGalery .sliderArrow{display:inline-block; width:40px; height: 40px; background: #CCE8FF; text-align: center; line-height: 50px; border-radius: 3px; color: black;}
         .contentPhotos .prodPhotoGalery .sliderArrow:hover{cursor:pointer; background-color: var(--primary-color); color:white;}
         .contentPhotos .prodPhotoGalery .sliderArrow.slick-prev{margin-left:-40px;}
         .contentPhotos .prodPhotoGalery .sliderArrow.slick-next{margin-right:-40px;}

        .contentPhotos .slick-prev.slick-v-arrow i {transform:rotate(-90deg)}
        .contentPhotos .slick-next.slick-v-arrow i{transform:rotate(-90deg)}

         /* .contentPhotos .slick-prev.slick-v-arrow{position: absolute; top:50; left:0px!important; border:0px solid red; width:100%!important; height: 25px;background: #ccc;}
         .contentPhotos .slick-next.slick-v-arrow{position: absolute; bottom:-23px; top:auto !important; left:0px!important; border:0px solid red; width:100%!important; height: 25px; background: #ccc;} */
         /* .contentPhotos .slick-prev.slick-v-arrow:hover,
         .contentPhotos .slick-next.slick-v-arrow:hover{background: rgba(var(--primary-color-rgb),0.7)} */

.contentPhotosVertical{float:left;width:100%; position:relative;float:left;height:auto; border:0px solid red;}
     .contentPhotosVertical .prodPhotoGalery{float:left; position:relative; width: 100%; height: 100%; margin-top:0px; margin-left:0px; padding:0px 35px; border:0px solid  yellow;}
         .contentPhotosVertical .prodPhotoGalery .prodGalLoop{float:left;max-width:400px; aspect-ratio: 1/1;  margin:0px 0px 0px 0px; border:0px solid rgb(221, 221, 221); border-radius: 4px; padding:0px 10px; background:rgba(255,255,255,0);}
         .contentPhotosVertical .prodPhotoGalery .prodGalLoop a{display: inline-block; width:100%; height: 100%;display: flex; justify-content: center; align-items: center;}
             /*.contentPhotosVertical .prodPhotoGalery .prodGalLoop img{width:auto; width: 100%; height: 100%;  object-fit: cover; border-radius: 5px;}*/
             .contentPhotosVertical .prodPhotoGalery .prodGalLoop img{width:100%; height: 100%; object-fit: cover; border-radius:10px;
                /*filter: grayscale(100%);*/
            }
             .contentPhotosVertical .prodPhotoGalery .prodGalLoop img:hover{filter: grayscale(10%);}

         .contentPhotosVertical .prodPhotoGalery .sliderArrow{display:inline-block; width:30px; height: 100%; background: var(--main-bg); text-align: center; line-height: 25px; border-radius: 3px;}
         .contentPhotosVertical .prodPhotoGalery .sliderArrow:hover{cursor:pointer; background-color: var(--primary-color); color:white;}

        .contentPhotosVertical .slick-prev.slick-v-arrow{position: absolute; top:50%; margin-top:-20px; left:0px!important; border:0px solid red; width:40px!important; height: 40; color:var(--text-color);}
        .contentPhotosVertical .slick-next.slick-v-arrow{position: absolute; top:50%; margin-top:-20px;  right:0px!important; border:0px solid red; width:40px!important; height: 40px;  color:var(--text-color);}
            .contentPhotosVertical .slick-prev.slick-v-arrow i {transform:rotate(-90deg)}
            .contentPhotosVertical .slick-next.slick-v-arrow i{transform:rotate(-90deg)}

    .certificateBand .slick-prev.slick-v-arrow{width:40px!important; height: 40px!important; color: var(--primary-color);}

    .certificateBand .nivo-directionNav a i, .slick-arrow i{line-height: 40px!important;}
     .sssLoop{border-bottom:1px solid #ebebeb; padding:15px 10px 15px 40px; position:relative; }
       .sssLoop .title{position:relative; float:left; width:100%;font-size:1.10rem;  color: #444444; font-family: ji-SemiBold;}
           .sssLoop.active .title,
           .sssLoop .title:hover{color:var(--primary-color); cursor:pointer;}
           .sssLoop .title .sssIcon{position: absolute; left:-25px; top:2px;}
           .sssLoop .title .sssIcon.active{
               transform:rotate(-180deg);
           }

       .sssLoop .info{position:relative;float:left; display: none;width:100%; margin-top:20px;color: #444444;font-size: 1.1rem;line-height: 1.6;}

     .contentSliderBox{position:relative;padding: 0px 0px;}
         .contentSliderBox .sliderLoop{position:relative;border-bottom:1px solid silver;}
             .contentSliderBox .sliderLoop .image{display: block;
             width: 100%;
             position:relative;
             text-align: center;
             height: 0px;
             padding: 56.25% 0 0 0;
             overflow: hidden;
         }
             .contentSliderBox .sliderLoop .image img{
                 position: absolute;
                display: block;
                max-width: 100%;
                max-height: 100%;
                left: 0;
                right: 0;
                top: 0;
                bottom: 0;
                margin: auto;
                -webkit-transition : all 0.3s;
                -moz-transition: all 0.3s;
                -o-transition:all 0.3s;
                transition:all 0.3s;
             }
         .contentSliderBox .sliderLoop .linkName{position: absolute;width:60%; bottom:120px;padding: 10px 20px;background: rgba(255,255,255,0.8);font-size:1.3rem;
             opacity: 1;
             -webkit-transition : all 0.5s;
             -moz-transition: all 0.5s;
             -o-transition:all 0.5s;
             transition:all 0.5s;
            }
         .contentSliderBox .sliderLoop .linkName.passive{
             /*transform: translateX(-102%);*/
             opacity: 0;
            }

         .contentSliderBox .sliderLoop .brief{position: absolute; bottom:0px;padding: 10px 20px;background: rgba(255,255,255,0.8);font-size:1.1rem;
             opacity: 1;
             -webkit-transition : all 0.5s;
             -moz-transition: all 0.5s;
             -o-transition:all 0.5s;
             transition:all 0.5s;
         }
         .contentSliderBox .sliderLoop .brief.passive{/*transform:translateY(102%);*/ opacity: 0;}


     .newSupportBtnParent{position: absolute; right: 0px; top:20px;}
     .supportBoxCover{margin:0px 0px 20px 0px; padding:10px 0px; border: 1px solid #ddd;}
     /* .supportBoxCover .supportLoop{} */
         .supportBoxCover .supportLoop .title{padding:0px 5px;font-size:1rem; font-family: 'ji-SemiBold';border-bottom: 1px solid rgba(238,238,238,1);}
         .supportBoxCover .supportLoop .msg{padding:5px 10px;font-size:1rem; line-height:1.4rem;}
         .supportBoxCover .supportLoop .info{padding:3px 0px;font-size:1rem;line-height: 1.8rem;}
             .supportBoxCover .supportLoop .info .when{text-align: center; border-right:1px solid rgba(238,238,238,1);}
             .supportBoxCover .supportLoop .info .status{text-align: center; border-right:1px solid rgba(238,238,238,1);}
             .supportBoxCover .supportLoop .info .link{text-align: right;}
                 .supportBoxCover .supportLoop .info .link .jfrmSvgIcon{float:right; width:1.2rem;height: 1.2rem;margin:4px 5px 0px 5px;}



.ld-boxes{position:relative; display: grid; grid-gap: 30px;  grid-template-columns: repeat(4, 1fr); }
    .ld-boxes .ld-box{position:relative;}
    .ld-boxes .ld-box.double-size{grid-column: auto / span 2;}
        .ld-boxes .ld-box .image{display: block;width: 100%;position: relative;text-align: center;height: 0px;padding: 56.6% 0 0 0;overflow: hidden;  }
            .ld-boxes .ld-box .image img{
                position: absolute;display: block;
                width: 100%; height: 100%;
                object-fit: cover;
                object-position: center center;
                left: 0;right: 0;top: 0;bottom: 0;margin: auto;
                border-radius:10px;
            }
    .ld-boxes .ld-box .title{
        position:absolute; display:inline-block; right:0px; bottom:20px; background-color: var(--primary-color); color: white;
        line-height: 1; padding:5px 25px; font-family: ji-Regular; font-size: 1.05rem;
        border-top-left-radius: 5px; border-bottom-left-radius: 5px ;
    }
    .ld-boxes .ld-box.double-size .title{
        padding:7px 25px; font-family: ji-Medium; font-size: 1.1rem;
    }
    .ld-gallery-box{position:relative;display: block;width: 100%;position: relative;text-align: center;height: 0px;padding: 56.6% 0 0 0;overflow: hidden;  }
    .ld-boxes .ld-gallery-box img{
                position: absolute;display: block;
                width: 100%; height: 100%;
                object-fit: cover;
                object-position: center center;
                left: 0;right: 0;top: 0;bottom: 0;margin: auto;
                border-radius:10px;
            }



.blue-boxes{position:relative; display: grid; grid-gap: 40px;  grid-template-columns: repeat(4, 1fr); }
    .blue-boxes .blue-box{position:relative; background-color: var(--primary-color); color: white; padding: 80px 20px 70px 20px; text-align: center; border-radius:30px; margin-top:50px;}
    .blue-boxes .blue-box:hover{background-color: var(--primary-color-d);}
    .blue-boxes .blue-box.double-size{grid-column: auto / span 2;}
        .blue-boxes .blue-box .image{display: block;width: 100%;position: relative;text-align: center;height: 0px;padding: 56.6% 0 0 0;overflow: hidden;  }
            .blue-boxes .blue-box .image img{
                position: absolute;display: block;
                width: 100%; height: 100%;
                object-fit: cover;
                object-position: center center;
                left: 0;right: 0;top: 0;bottom: 0;margin: auto;
                border-radius:10px;
            }
         .blue-boxes .blue-box .icon{position:absolute;top:-55px;left:50%; margin-left:-55px; border:2px solid white; width:110px; height:110px; border-radius:50%;
            background-color: var(--primary-color); padding:10px 10px;
         }
         .blue-boxes .blue-box:hover .icon{background-color: var(--primary-color-d);}
        .blue-boxes .blue-box .info{padding:00px 0px 0px 0px;}
            .blue-boxes .blue-box .info .title{font-family: ji-SemiBold; font-size:1.3rem;}
            .blue-boxes .blue-box .info .text{margin-top:20px;}
        .blue-boxes .blue-box .direction-arrow{
            display: none;
            border:0px solid #dcdcdc;
            /*background-color: var(--primary-color-d);*/
            border-radius:50%;line-height:40px; text-align: center;
            position:absolute; width:40px; height:40px; bottom:20px; right:20px; color: #dcdcdc; font-size:1.1rem;
        }

.homeMottos{position:relative;}
    .mainTitle{text-align: center; font-size:1.8rem; color: var(--primary-color); line-height: 1.2;}
    .motto-boxes{position:relative; display: grid; grid-template-columns: repeat(3,1fr); grid-gap:10px; margin-top:20px;}
        .motto-boxes .motto-box{position:relative;height:100px; border:0px solid red;}
            .motto-boxes .motto-box .icon{position:relative;width:100%;}
                .motto-boxes .motto-box .icon  img{position:absolute;top:0px; left:50%;  transform: translateX(-50%); width:50%; max-width:80px; }
            .motto-boxes .motto-box:hover .icon img{transform: translateX(-50%) scale(1.35); }
            .motto-boxes .motto-box .brief{position: absolute; top:125%; width: 200%; transform: translateX(-25%); text-align: center;  font-size:1.4rem; color: var(--primary-color);
            opacity: 0;
            }
            .motto-boxes .motto-box:hover .brief{opacity: 1;}


/**
 * FORMS
 *
 */

.webForm .w3-input,
 .w3-select,
 .w3-input {
     border: 1px solid #927027 !important;
     background-color: #f8f8f8;
     border-radius: 3px;
     height: 40px;
 }

/***
**********
********************

                      BLOG

********************
**********
**/
.blogBlock{
    display:grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 30px;
}
    .blogBlock .blogLoop{background-color: white; padding-bottom:80px;}
        .blogBlock .blogLoop .image{}
            .blogBlock .blogLoop .image img{}
        .blogBlock .blogLoop .title{
            color:#212121;
            font-family: ji-Bold;
            font-size:1.9rem;
            padding:20px 30px 0px 30px;
        }
        .blogBlock .blogLoop .info{
            padding:10px 30px 0px 30px;
        }




.subContentGallery{position:relative; display:inline-grid; grid-template-columns: 1fr 1fr 1fr; grid-gap:30px; }
    .subContentGallery .subContentGalleryBox{position:relative; border-radius: 10px; padding:15px 15px; border:1px solid #D1FADD;
        background: -webkit-linear-gradient(270deg, rgba(209,250,211,0.3) 0%, #ffffff 87%);
    }
        .subContentGallery .subContentGalleryBox .image{position:relative;border-radius:10px; overflow:hidden;}
            .subContentGallery .subContentGalleryBox .image img{border-radius:10px;}
        .subContentGallery .subContentGalleryBox .dataSide{position:relative; margin-top:10px;}
            .subContentGallery .subContentGalleryBox .dataSide .title{font-size:1.1rem; font-family:ji-Medium;}
                .subContentGallery .subContentGalleryBox .dataSide .title i{color: var(--primary-color); margin-right:5px;}





.listWebProducts .listLoopCoverMain{width:100%;display: inline-grid; grid-template-columns: 1fr 1fr; grid-gap:30px;}
.listWebProducts .listLoopCoverMain.noRecordCover{display:inline-flex; justify-content: center; padding-top: 20px;}
    .listWebProducts .listLoopCoverMain.noRecordCover img{width:50%;}

.prodScBox{padding: 10px 10px;}
.prodScBox .prodListLoop{
            border-radius: 10px;
            position: relative;
            border:0px solid rgba(132, 190, 56,.5);
            padding:00px 00px 00px 00px;
            -webkit-transition : all 0.2s ease;
            -moz-transition: all 0.2s ease;
            -o-transition:all 0.2s ease;
            transition:all 0.2s ease;
            overflow: hidden;
        }
        .prodScBox .prodListLoop:hover{
            /*box-shadow: 0 0 6px 0 rgba(169,143,230,0.3);*/
        }
        /* .prodScBox .prodListLoop .discountBalloon{position: absolute; z-index: 10;font-family:ji-SemiBold; top:0px; left:0px; background: #dd0004; color:white; padding:4px 10px; border-top-left-radius: 10px;} */
         .prodScBox .prodListLoop .image{
             border:0px solid red;
             display: block;width: 100%;position: relative;text-align: center;height: 0px; padding: 56% 0 0 0;overflow: hidden;
            }
             .prodScBox .prodListLoop .image img{
                 position: absolute;display: block;
                 width: 100%; height: 100%;
                 object-fit: cover;
                 object-position: center center;
                 left: 0;right: 0;top: 0;bottom: 0;margin: auto;
                 -webkit-transition: all 0.3s;-moz-transition: all 0.3s;-o-transition: all 0.3s;transition: all 0.3s;
                }
            .prodScBox .prodListLoop .image:hover img{
                transform:scale(1.05);
            }

            .image .imageTurnerElem.imageTurner_1{
                z-index: 15;
                -webkit-transition : all .65s cubic-bezier(.215,.61,.355,1);
                -moz-transition: all .65s cubic-bezier(.215,.61,.355,1);
                -o-transition:all .65s cubic-bezier(.215,.61,.355,1);
                transition:all .65s cubic-bezier(.215,.61,.355,1);
                opacity:1;
            }
            .prodScBox .prodListLoop .image.imageTurner:hover .imageTurnerElem.imageTurner_1{
                opacity:0;
            }
            .image .imageTurnerElem.imageTurner_2{
                z-index: 10;
                -webkit-transition : all 0.2s ease;
                -moz-transition: all 0.2s ease;
                -o-transition:all 0.2s ease;
                transition:all 0.2s ease;
                opacity:0.4;
            }
            .prodScBox .prodListLoop .image.imageTurner:hover .imageTurnerElem.imageTurner_2{
                opacity: 1;
            }
            .image .imageTurnerElem.onBehind{z-index:20!important;opacity:1;}
            .image .imageTurnerElem.onBack{opacity:0;}

            .details-btn{display:inline-block;position:absolute;z-index:50; left: 50%; top: 50%; transform: translate(-50%,-50%); opacity:0;
                display:none;
            }
            .box-overlay{position:absolute;width:100%;height: 100%; top:0px; left:0px; z-index:-1; opacity:0; display:none;}

            .prodScBox .prodListLoop:hover .details-btn{opacity: 1; display:none;}
            /*.prodScBox .prodListLoop:hover .box-overlay{z-index:30; opacity:1;}*/

            .prodScBox .prodListLoop .info-box{
                border:1px solid #ececec;
                border-top:0px;
                border-bottom-left-radius: 10px;
                border-bottom-right-radius: 10px;
                padding-bottom: 0px;
            }

            .prodScBox .prodListLoop .name{position:relative; margin-top: 10px; font-family: ji-Medium; color: #585e61;  font-size:1.8rem; position:relative; padding-left: 13px;}
                .prodScBox .prodListLoop .name::before{content: ''; position:absolute; top:0px; left:0px; height: 100%; width: 6px; background-color: #84be38;}
                /*.prodScBox .prodListLoop .name span{position:absolute; width: 100%; font-size: 2rem; color:rgba(246, 250, 242,0.3); }*/
            .prodScBox .prodListLoop .filetext{position:relative;font-family:ji-Medium; position:relative; padding-left: 30px;}
                .prodScBox .prodListLoop .filetext span{display:inline-block; position:relative; padding-left: 15px;  border:0px solid red; line-height: 31px;}
                    .prodScBox .prodListLoop .filetext span::before{
                        position: absolute;
                        content: '';
                        left: 0px;
                        top: 8px;
                        width: 0;
                        height: 0;
                        border-top: 8px solid transparent;
                        border-bottom: 8px solid transparent;
                        border-left: 8px solid #12a19a;
                    }
            .prodScBox .prodListLoop .button-box{position:relative; text-align: right; }
            .prodScBox .prodListLoop .button-box a{display:inline-block; font-family:ji-Medium; background-color: #ececec; padding: 5px 15px; border-top-left-radius:5px; }
            .prodScBox .prodListLoop:hover .button-box a{color:#007c0f }
            .prodScBox .prodListLoop .button-box a i{color: #12a19a}
            .prodScBox .prodListLoop:hover .button-box a i{color: #007c0f}


/***
**********
********************

                      FOOTER

********************
**********
**/

footer{
    position: relative;
    z-index: 80 !important;
    border-top: 1px solid #E1E8EE;
    /*
    background-color: var(--primary-color);*/
    padding: 40px 0px 40px 0px;
    /*color: white;*/
    background-color: #f8f8f8;

   }

    .footer-flex-end{display:flex; justify-content: flex-end;}

        /* .footerSvgLogo{width:90%;}
            .footerSvgLogo .logoRed{fill:var(--primary-color);}
            .footerSvgLogo .logoBlack{fill:#DCDDDE;} */

    .footerCorp{}
        .footerCorp .footerLogo {margin-bottom:25px;}
            .footerCorp .footerLogo img{ max-width: 180px;}
        .footerCorp .corpName{font-size:1rem;  margin-bottom:20px; font-size:1.1rem; }
        .footerCorp ul{padding-right:20px; padding-top:0px; color: #808891; }
            .footerCorp ul.contact li{position: relative;height:40px;margin-bottom:0px;  font-size:1rem;}
                .footerCorp ul.contact li a{ display: inline-block;line-height: 40px;  width:calc(100% -  50px);text-align: left; }
                .footerCorp ul.contact li::before{
                    position:relative;
                    float:left;
                    left: 0;top: 0px;
                    /* display: inline-block; */
                    width: 40px;
                    height: 40px;
                    margin-right:5px;
                    line-height: 40px;
                    text-align: center;
                    font-size:1.2rem;
                    font-family: 'Font Awesome';
                    font-weight: 900;
                    color:var(--primary-color);
                    border-radius: 50%;-moz-border-radius: 50%;-webkit-border-radius: 50%;
                    /* background-color:  rgba(var(--primary-color-rgb),0.5; */
                }
                 .footerCorp ul.contact li.address-icon{line-height: 18px;}
                     .footerCorp ul.contact li.address-icon::before{content: "\f3c5";}
                     .footerCorp ul.contact li.address-icon span{display: inline-block; width:calc(100% -  50px); padding-top:3px;}
                     .footerCorp ul.contact li.email-icon::before{content: "\f0e0";}
                     .footerCorp ul.contact li.phones-icon::before{content: "\f095";}

         .footerBoxes{color:#646f79;}
              .footerBoxes article{float:left; width:20%; padding:10px 10px; text-align:center; font-size:1.1rem;}
                  .footerBoxes article i{color:var(--primary-color); font-size:2rem;}
                  .footerBoxes span{display:inline-block; width:100%; margin-bottom:5px;}

.footerMenuCover{display:inline-flex; justify-content:flex-end}
    .footerMenu{padding:10px 0px 10px 10px;}
        .footerMenu .footerMenuHeader{ margin-top:0px; font-size:1.1rem;  font-family: ji-Medium; color: #666d73;}
        /* .footerMenu ul.linker{} */
        /* .footerMenu ul.linker li{} */
        .footerMenu ul.linker li a{display: inline-block;padding: 3px 0px; font-size:0.95rem; color: #808891;}
        .footerMenu ul.linker li a:hover{color:#84BE38;}

.footerIcons{
    display: inline-block;
    position: relative;
    width:100%;
    text-align: center;
}
.footerIcons a{
    display:inline-flex;
    align-items: center;
    justify-content: center;
    width:40px;
    height: 40px;
    margin:0px 5px;
    border-radius: 50%;
    color:var(--primary-color);
    background:#ececec;
    -webkit-transition: all 0.2s ease-out;
     -o-transition: all 0.2s ease-out;
     -moz-transition: all 0.2s ease-out;
     -ms-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}
.footerIcons a:hover{
    background:var(--primary-color);
    color:rgba(var(--primary-color-rgb),0.1);
}
.footerIcons a i{
    font-size:20px;
    /* color:#706ca3; */
    /* color: #0ca4f2; */
    -webkit-transition: all 0.2s ease-out;
     -o-transition: all 0.2s ease-out;
     -moz-transition: all 0.2s ease-out;
     -ms-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

.footerIcons a:hover i{
    color:#ebe9ff;
}




.mobileBottomNav{
     position: fixed;
     bottom:0px;
     left:0px;
     width:100%;
     height: 50px;
     border-top:0px solid black;
     z-index: 99;
     background-color: var(--second-bg);
     text-align: center;
     box-shadow: 0 0 15px rgba(0,0,0,.3);
     -moz-box-shadow: 0 0 15px rgba(0,0,0,.3);
     -webkit-box-shadow: 0 0 15px rgba(0,0,0,.3);
     -o-box-shadow: 0 0 15px rgba(0,0,0,.3);
     font-size:0.8rem;
     border-top-left-radius: 0px;
     border-top-right-radius: 0px;
     overflow: hidden;
     line-height: 1;
}

.mobileBottomNav .navBottomLoop{float:left; width:25%; color:#222222; padding:0px 0px 0px 0px;}
     .mobileBottomNav .navBottomLoop a{display: inline-block; width:100%; height: 50px; padding-top:6px;color:var(--text-color);}
     .mobileBottomNav .navBottomLoop a.active.subActive{background: var(--primary-color-l); opacity:0.7;}

     .mobileBottomNav .jiTwoTone{width:24px; height: 24px; fill: var(--primary-color)}
     .mobileBottomNav .jiTwoTone.hamburger{width:40px; height: 40px; position: relative; margin-top:-8px}

.mobileBottomNav .navBottomLoop.active{background: var(--primary-color-l);}
.mobileBottomNav .navBottomLoop.active.semiStatus{background: rgba(255,155,192,0.4);}

    .mobileBottomNav .navBottomLoop.active a{color:var(--primary-color-d);}
    .mobileBottomNav .navBottomLoop.active .jiSvgIcon{fill: var(--primary-color-d);}

    .mobileBottomNav .navBottomLoop.active .line{stroke: var(--primary-color-d)}


         .mobileBottomNav .navBottomLoop .centerIcon{display: inline-block; font-size:18px;}
          .mobileBottomNav .navBottomLoop .title{ display: inline-block; width:100%; font-size:0.8rem; padding-top:3px; font-family: 'ji-SemiBold';}
         /* .mobileBottomNav .navBottomLoop a.active .centerIcon{} */
         .mobileBottomNav .navBottomLoop a.active .title{
             color:var(--text-color);
         }

.mobileBottomNav.scrollHider:not(.menuOn){
    transform: translateY(50px);
}
/* .mobileBottomNav.scrollHider.menuOn{
    transform: translateY(0px)!important;
} */
.mobileBottomNav.menuOn{
    bottom:0px!important;
}



.mobileMenu {
  position: fixed;
  z-index: 91;
  top: 0px;
  left: 0px;
  bottom:0px;
  width: 100%;
  padding:20px 20px;
  background-color: rgba(0,0,0,0.94);

  -webkit-transition: all 0.08s ease;
   -o-transition: all 0.08s ease;
   -moz-transition: all 0.08s ease;
  transition: all 0.08s ease;
  -webkit-transform: translateY(-120%);
  -ms-transform: translateY(-120%);
  -o-transform: translateY(-120%);
  transform: translateY(-120%);
  z-index: 91;
  border-top:0px solid var(--third-color);
  overflow: auto;

  display: flex;
  align-items: center;

}
.mobileMenu.open {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}


.mobileMenu .closeIcon{position: absolute; top:20px; right:20px; color:var(--primary-color);font-size:25px; display: none;}

.mobMenuBox{border:0px solid red;float:left; transform:translateY(100px); opacity:0;
    -webkit-transition: all 0.35s ease;
   -o-transition: all 0.35s ease;
   -moz-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.mobileMenu.fullMenu .mobMenuBox{width:100%; border:0px solid red; padding:0px 20px;}

.mobileMenu.open .mobMenuBox{
    opacity: 1;
     transform:translateY(0px);
}



  /* .mobileMenu .closeIcon{position: absolute; top:20px; right:10px; font-size:17px;}
  .mobileMenu .closeIcon:hover{cursor:pointer; color: red;} */

  .mobileMenuBlock{ border-bottom:1px solid rgba(var(--primary-color-rgb),0); padding:0px 0px 10px 0px; margin:0px 0px 0px 0px}
  .mobileMenuBlock.srcGlobCover{
      margin-top:30px;
      padding:0px 10px;
      position:relative;
      display: none;
  }
      .mobileMenuBlock.srcGlobCover .w3-input{
          border:1px solid var(--primary-color) !important;
      }
      .mobileMenuBlock.srcGlobCover .w3-btn{
          position:absolute;
          top:0px;
          right:10px;
          height: 40px;
          width:40px;
          line-height: 40px;
          background-color: var(--primary-color);
          padding:0px 0px;
      }
  .mobileMenuBlock.srcGlobCover
  .mobileMenuBlock ul.levelOne,
  .mobileMenuBlock > ul{
      float:left;
      width:100%;
      padding:0px 10px 0px 10px;
      margin:0px 0px 0px 0px;
  }

.mobileMenu.fullMenu .mobileMenuBlock > ul{
    /*display: inline-flex;
    justify-content: space-around;*/
}

      .mobileMenuBlock ul.levelOne li.levelOneLi,
      .mobileMenuBlock > ul > li{
          float:left;
          width: 100%;
          padding:0px 0px 0px 0px;
          border-bottom:1px solid #dddddd;
      }


      .mobileMenuBlock ul.levelOne li.levelOneLi a,
      .mobileMenuBlock > ul > li a {
          color:#212121;
          font-size: 1.8rem;
          /* font-family: ji-Bold; */
          position: relative;
          display: block;
          width:100%;
          text-align: left;
          padding: 8px 10px;
          text-transform: uppercase;
          color: white;
          margin-top:5px;
      }
      .mobileMenuBlock ul.levelOne li.levelOneLi a::before,
      .mobileMenuBlock > ul > li a::before{
          font-family: 'Font Awesome';
          font-weight: 900;
          content: "\f105";
          width: 1.3rem;
          height: 1.3rem;
          display: inline-block;
          font-size: 1.1rem;
          display:none;

      }
      .mobileMenuBlock ul.levelOne li.levelOneLi.drop-down ul,
      .mobileMenuBlock > ul > li.drop-down ul
      {
          display:none;
          padding-left:20px;
      }
      .mobileMenuBlock > ul > li.drop-down > a::after{
        display: inline-block;
        position: absolute;
        right: 2px;
        font-size: 0.88rem;
        font-family: 'Font Awesome';
        font-weight: 900;
        content: "\f107";
        -webkit-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
      }
      .mobileMenuBlock > ul > li.drop-down > a.active::after{
        transform: rotate(-180deg);
      }


    .mobileMenu .langLinks{position:absolute; bottom:100px; left:50%; transform: translateX(-50%);  line-height: 1; color: black; font-size:1.3rem;}
        .mobileMenu .langLinks .langChanges{position: relative;}
            .mobileMenu .langLinks .langChanges a.activelang{color: white;}



      .menuIcons{
          margin-top:50px;
          text-align: center;
      }

      .menuIcons a{
          display:inline-block;
          width:40px;
          height: 40px;
          line-height: 45px;
          text-align: center;
          background: #0282c9;
          color:white;
          border-radius: 3px;
          font-size:20px;
          margin-left:10px;
      }
      .menuIcons a:first-child{
          margin-left:0px;
      }


         .navOpenHalfPage{
             position: fixed;
             z-index: 91;
             /* top: 60px; */
             left: 0px;
             bottom:50px;
             width: 100%;
             height: 60%;
             padding:20px 20px 60px 20px;
             background-color: var(--primary-color-l);

             -webkit-transition: all 0.15s ease;
              -o-transition: all 0.15s ease;
              -moz-transition: all 0.15s ease;
             transition: all 0.15s ease;

             -webkit-transform: translateY(120%);
             -ms-transform: translateY(120%);
             -o-transform: translateY(120%);
             transform: translateY(120%);

             border-top:2px solid var(--primary-color-l);
             overflow: auto;
             border-top-left-radius: 20px;
             border-top-right-radius: 20px;

             /* display: flex; */
             align-items: center;
         }
             .navOpenHalfPage.open{
                 -webkit-transform: translateX(0);
                 -ms-transform: translateX(0);
                 -o-transform: translateX(0);
                 transform: translateX(0);
             }

             #navSrcProds.open{
                 max-height: calc(100% - 70px);
             }

             .navOpenHalfPage .navTitle{width:100%; float:left; width:100%;  font-size:1.15rem; line-height: 24px;color: #1e2723; font-family: ji-Bold;border-bottom:1px solid rgb(221,221,221); padding:0px 0px}
             .navOpenHalfPage .navTitle .closeIcon{ float:right; color:#666666; font-size:18px; color: #1e2723}
              .navOpenHalfPage a{display: inline-block; width:100%; padding:4px 20px;  font-size:1rem; font-family: ji-SemiBold; color: #1e2723}



              .formHalfSide{
                  float:left;
                  width:45%;
                  margin-top:15px;
              }
              .formHalfSide:nth-child(2n+1){
                  float:right;
                  margin-top:15px;
              }



.bankLoop{border-bottom: 1px solid #dbdbdb; padding:10px 0px 5px 0px;}
  .bankLoop .bankLogo{
      height: 130px;
      display: inline-flex;
      align-items: center;
      justify-content: flex-start;
  }
      .bankLoop .bankLogo img{
          width:auto;
          max-width: 85%;
          max-height:  130px;
      }

  .bankLoop .bankDetail{
      padding:0px 0px 0px 20px;
  }
      .bankLoop .bankDetail .bankName{font-family: ji-SemiBold; font-size: 1.1rem;}
      .bankLoop .bankDetail .detLoop{padding:2px 0px;}
      .bankLoop .bankDetail .detTitle{ display:inline-block; width:120px; font-family: ji-SemiBold;}

  .popUpAfterCart{
        width:100%;
        /* max-width: 400px; */
        min-height:200px;
        padding:30px 0px;
    }
    .popUpAfterCart .afterAlert{color:#2E9C77; text-align: center; padding:15px 15px; font-family:ji-SemiBold; font-size:1.2rem;}
    .popUpAfterCart .afterButtonLeft{padding-top:10px;margin-top:30px;}
    .popUpAfterCart .afterButtonRight{padding-top:10px;margin-top:30px; text-align:right;}

    .popUpAfterCart .buttonLinker{
        width:95%; text-align: center; border-radius: 4px; color: white;
        display: inline-block; padding:12px 0px; color:white; margin:0px 0px; background: var(--primary-color);
    }
    .popUpAfterCart .buttonLinker:hover{background: var(--primary-color-d)}




/**===== square5 =====*/
#square5 {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  height: 50px;
  width: 54px;
  margin: -27px 0 0 -25px;
}

#square5 span {
  width: 26px;
  height: 26px;
  background-color: #000;
  display: inline-block;
  -webkit-animation: square5 1.7s infinite ease-in-out both;
          animation: square5 1.7s infinite ease-in-out both;
}

#square5 span:nth-child(1) {
  left: 11px;
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
  background: #d62d20;
}

#square5 span:nth-child(2) {
  left: 22px;
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
  background: #008744;
}

#square5 span:nth-child(3) {
  left: 33px;
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
  background: #0057e7;
}

#square5 span:nth-child(4) {
  left: 44px;
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
  background: #ffa700;
}

@keyframes square5 {
  0% {
    -webkit-transform: rotateY(0deg);
            transform: rotateY(0deg);
    -webkit-transform: rotateY(0deg);
            transform: rotateY(0deg);
  }
  50% {
    -webkit-transform: rotateY(180deg);
            transform: rotateY(180deg);
    -webkit-transform: rotateY(180deg);
            transform: rotateY(180deg);
  }
  100% {
    -webkit-transform: rotateX(180deg);
            transform: rotateX(180deg);
    -webkit-transform: rotateX(180deg);
            transform: rotateX(180deg);
  }
}
@-webkit-keyframes square5 {
  0% {
    -webkit-transform: rotateY(0deg);
            transform: rotateY(0deg);
  }
  50% {
    -webkit-transform: rotateY(180deg);
            transform: rotateY(180deg);
  }
  100% {
    -webkit-transform: rotateX(180deg);
            transform: rotateX(180deg);
  }
}
/** END of square5 */






.contentBoxParent {
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-between;
}

.contentSss {
    margin-top: 30px;
}

.contentBox_withIcons {
    max-width: calc(33% - 30px);
    position: relative;
    margin-bottom: 30px;
}
.contentBox_withIcons.twoSize{
    max-width: calc(50% - 30px);
}

.contentBox_withIcons.threeSize{
    max-width: calc(33% - 30px);
}

.contentBox_withIcons .boxLoop {
    position: relative;
    height: 100%;
    text-align: center;
    margin-top: 30px;
    padding: 30px 15px 10px 15px !important;
    -webkit-box-shadow: 0 5px 20px rgb(0 0 0 / 10%);
    -moz-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
    box-shadow: 0 5px 20px rgb(0 0 0 / 10%);
    background: #fff;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    border-top: 3px solid transparent;
    transition: all 0.4s ease;
    border-top-color: var(--primary-color-d);
    border-bottom:1px solid var(--secondary-color);
    border-radius:4px;
}

.contentBox_withIcons .boxLoop .iconParent {
    display: block;
    width: 100%;
    position: relative;
    text-align: center;
    height: 0px;
    padding: 100% 0 0 0;
    overflow: hidden;
}
.contentBox_withIcons .boxLoop .iconParent img {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    border-radius: 5px;
}

.contentBox_withIcons .boxLoop .iconParent i {
    color: var(--third-color);
    width: 90px;
    height: 90px;
    line-height: 90px;
    background: #fff;
    border: 1px solid #ebebeb;
    border-radius: 100%;
    font-size: 34px;
    position: relative;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    /* background-color: var(--primary-color-d); */
    color:var(--primary-color-d);
}

.contentBox_withIcons .boxLoop .title {}

.contentBox_withIcons .boxLoop .title h4 {
    margin: 15px 0 !important;
    line-height: inherit;
    font-size: 1.5rem;
    font-family: ji-Bold;
    /* color: var(--primary-color); */
}

.contentBox_withIcons .boxLoop .info {
    font-size: 0.92rem;
    color: #595959;
}

.contentBox_withIcons .boxLoop .buttonParent {
    padding: 30px 20px 00px 30px !important;
}

.contentBox_withIcons .boxLoop .buttonParent a {
    color:#595959;
}

.contentBox_withIcons .boxLoop .buttonParent a i {
    margin-right: 10px;
    background: var(--primary-color);
    color: #fff;
    width: 25px;
    border-radius: 100%;
    height: 25px;
    line-height: 25px;
    text-align: center;
    padding: 0;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.contentBox_withIcons .boxLoop:hover {
    /* transform: scale(1.03); */
    -webkit-box-shadow: 0 5px 25px rgb(0 0 0 / 20%);
    -moz-box-shadow: 0 5px 25px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 25px rgb(0 0 0 / 20%);
    border-top-color: var(--primary-color-d);
}

.contentBox_withIcons .boxLoop:hover .iconParent i {
    background: var(--primary-color-d);
    color: #fff;
    border-color: transparent;
}

.contentBox_withIcons .boxLoop .buttonParent a i {
    color: #fff;
    background: var(--primary-color-d);
}

.contentBox_withImages {
    display: flex;
    justify-content: space-between;
    position: relative;
    width: calc(33.33% - 30px) !important;
    margin-bottom: 30px;
}

.contentBox_withImages.twoSize {
    width: calc(50% - 30px) !important;
}

.contentBox_withImages .boxLoop {
    position: relative;
    height: 100%;
    margin-top: 30px;
    /* padding: 30px 15px; */
    -webkit-box-shadow: 0 5px 20px rgb(0 0 0 / 10%);
    -moz-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
    box-shadow: 0 5px 20px rgb(0 0 0 / 10%);
    background: #fff;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    border-top: 0px solid transparent;
    transition: all 0.4s ease;
}

.contentBox_withImages .boxLoop .imageParent {
    position: relative;
    z-index: 5;
    display: block;
    width: 100%;
    position: relative;
    text-align: center;
    height: 0px;
    padding: 100% 0 0 0;
    overflow: hidden;
    border: 0px solid red;
}

.contentBox_withImages .boxLoop .imageParent img {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    border-radius: 5px;
}

.contentBox_withImages .boxLoop .iconParent {
    color: #179E66;
    text-align: center;
    background-size: cover;
    background-repeat: no-repeat;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
    border-radius: 100%;
    display: inline-block;
    position: absolute;
    z-index: 2;
    bottom: -33px;
    right: 10px;
    background: #fff;
    width: 66px;
    height: 66px;
    line-height: 66px;
    font-size: 25px;
    -webkit-box-shadow: 0px 0px 10px rgb(0 0 0 / 13%);
    -moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.13);
    box-shadow: 0px 0px 10px rgb(0 0 0 / 13%);
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    opacity: 1;
    visibility: visible;
    display:none;
}

.contentBox_withImages .boxLoop .iconParent i {
    color: var(--primary-color);
    width: 66px;
    height: 66px;
    line-height: 66px;
    background: #fff;
    border-radius: 100%;
    font-size: 25px;
    position: relative;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.contentBox_withImages .boxLoop .title {
    padding: 30px 20px 10px 30px;
}

.contentBox_withImages .boxLoop .title h4 {
    margin: 0px 0 !important;
    line-height: inherit;
    font-size: 1.5rem;
    font-family: ji-Bold;
    color: var(--primary-color);
}

.contentBox_withImages .boxLoop .info {
    font-size: 0.92rem;
    color: #595959;
    text-align: left;
    padding: 0px 10px 10px 30px;
}

.contentBox_withImages .boxLoop .buttonParent {
    padding: 10px 20px 0px 30px !important;
}

.contentBox_withImages .boxLoop .buttonParent a {
    color:#595959;
}

.contentBox_withImages .boxLoop .buttonParent a i {
    margin-right: 10px;
    background: var(--primary-color);
    color: #fff;
    width: 25px;
    border-radius: 100%;
    height: 25px;
    line-height: 25px;
    text-align: center;
    padding: 0;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.contentBox_withImages .boxLoop:hover {
    /* transform: scale(1.03); */
    -webkit-box-shadow: 0 5px 25px rgb(0 0 0 / 20%);
    -moz-box-shadow: 0 5px 25px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 25px rgb(0 0 0 / 20%);
    border-top-color: var(--primary-color-d);
}

.contentBox_withImages .boxLoop:hover .iconParent i {
    background: var(--primary-color);
    color: #fff;
    border-color: transparent;
}

.contentBox_withImages .boxLoop .buttonParent a i {
    color: #fff;
    background: var(--primary-color-d);
}

.contentBox_withImages.corporateBox {
    max-width: 90% !important;
}

.contentBox_advBox {
    display: flex;
    justify-content: space-between;
    position: relative;
    width: calc(33.33% - 30px) !important;
    padding-bottom: 30px;
    margin-top:30px;
    border:0px solid silver;
}

.contentBox_advBox.twoSize{
    width: calc(50% - 30px) !important;
}

.contentBox_advBox .boxLoop{position:relative; width:100%; height:100%;}
    .contentBox_advBox .imageParent{position:relative;height:90%; border:0px solid red;}
        .contentBox_advBox .imageParent img{width:100%; height: 100%; object-fit: cover; object-position: center; }

    .contentBox_advBox .boxLoop .title {
        position: relative;
        top: -30px;
        text-align: left;
        width: 78%;
        padding: 18px 20px;
        border-left: 3px solid var(--secondary-color);
        background: #fff;
        left: 15px;
        display: inline-block;
        z-index: 68;
        margin-bottom: -30px;
        -webkit-box-shadow: -2px 2px 6px #0000002e;
        -moz-box-shadow: -2px 2px 6px #0000002e;
        box-shadow: -2px 2px 6px #0000002e;
    }

        .contentBox_advBox .boxLoop .title h4 {
            font-size: 1.1rem;
            font-family: ji-SemiBold;
            color: var(--primary-color);
        }



.contentBox_advBox .boxLoop_overlay {
    position: relative;
    overflow: hidden;
    margin-top: 30px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.contentBox_advBox .boxLoop_overlay .boxLoopOverlay {
    position: relative;
    z-index: 60;
}

.contentBox_advBox .boxLoop_overlay .boxLoopOverlay::before {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #2e2751;
    content: "";
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
    z-index: 1;
}

.contentBox_advBox .boxLoop_overlay .imageParent img {
    display: block;
    width: 100%;
    z-index: 3;
    transition: all 0.8s ease;
}

.contentBox_advBox .boxLoop_overlay .boxLoopOverlay .more {
    height: 50px;
    width: 50px;
    opacity: 0;
    line-height: 55px;
    text-align: center;
    color: #fff;
    background: #F3A712;
    display: block;
    position: absolute;
    top: 50%;
    right: 20px;
    bottom: 0;
    font-size: 1.2rem;
    box-shadow: 0px 5px 5px #00000024;
    z-index: 333;
    left: 50%;
    margin-left: -25px;
    margin-top: -25px;
    visibility: hidden;
}



.contentBox_advBox .boxLoop_overlay:hover .boxLoopOverlay::before {
    opacity: 0.8;
    visibility: visible;
}

.contentBox_advBox .boxLoop_overlay:hover .boxLoopOverlay .more {
    opacity: 1;
    visibility: visible;
}



.contentBox_verticalImg {
    display: flex;
    justify-content: space-between;
    position: relative;
    max-width: calc(50% - 30px) !important;
}

.contentBox_verticalImg .boxLoop {
    position: relative;
    /* height: 100%; */
    margin-top: 30px;
    /* padding: 30px 15px; */
    -webkit-box-shadow: 0 5px 20px rgb(0 0 0 / 10%);
    -moz-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
    box-shadow: 0 5px 20px rgb(0 0 0 / 10%);
    background: #fff;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    border-top: 0px solid transparent;
    transition: all 0.4s ease;
}

.contentBox_verticalImg .boxLoop .boxImgOverlay {
    width: 100%;
    height: 100%;
    display: table-cell;
    vertical-align: text-top;
    background: #fff;
    overflow: hidden;
    position: relative;
}

.contentBox_verticalImg .boxLoop .boxContent {
    padding: 25px 25px;
    position: relative;
    height: 100%;
}

.contentBox_verticalImg .boxLoop .title {}

.contentBox_verticalImg .boxLoop .title h4 {
    font-size: 1.3rem;
    font-family: ji-Bold;
    color: var(--primary-color);
}

.contentBox_verticalImg .boxLoop .info {
    margin-top: 18px;
    font-size: 0.9rem;
}

.contentBox_verticalImg .boxLoop .buttonParent {
    position: absolute;
    bottom: 30px;
}


.sectionTop h1 {font-size: 36px;position: relative;display: inline-block;text-transform: capitalize;color: var(--primary-color);width: 100%;text-align: center; letter-spacing:1px; font-family:ji-SemiBold!important;}


.logisticLine{position:relative; padding-bottom:30px;}
    .logisticLine .contentBox_withIcons .boxLoop .buttonParent a{
        border:1px solid var(--border-silver);
        border-radius:4px;
    }

.furLinker.toArrow:after{
    content: "\f101";
    /* color:var(--primary-color); */
}
.furLinker.toArrow:before{
    content: "\f101";
    /* color:var(--primary-color); */
}

.furLinker.toArrow:hover{
    color: var(--primary-color)!important;
    /* border-color:var(--primary-color-l)!important; */

}

.unitBannerFullPage{
    position:relative;
    height: 100%;
    min-height: 100vh;
    max-height: 100vh ;
    display:inline-flex;
    border-bottom:1px solid #E6E6E6;
}
    .unitBannerFullPage .unitInfo{width:61.8%;display:inline-flex;align-items:center;z-index:10;}
        .unitBannerFullPage .unitInfo .infoBox{border:0px solid red;position:absolute;width:100%;}
            .unitBannerFullPage .unitInfo .infoBox span{display:block; width:45%;}
            .unitBannerFullPage .unitInfo .infoBox .title{position:relative;font-size:2.5rem; font-family:ji-SemiBold;  padding-left:0px; line-height:1.4; }
                .unitBannerFullPage .unitInfo .infoBox .title::before{content: ''; display:none; position:absolute; left:0px;top:0px;height:100%; width:5px; background-color: var(--primary-color);}
            .unitBannerFullPage .unitInfo .infoBox .info{margin-top:30px;}
    .unitBannerFullPage .unitImage{position:relative;width:38.2%; max-height: 100%;z-index:5;}
        .unitBannerFullPage .unitImage img{width:100%; height: 100%;object-fit: cover; }



.letsDownArrow{position:fixed;right:50px;bottom:50px;width:46px;height:46px;border:0px solid red; z-index: 30; text-align:center; line-height:46px; font-size:28px;
    border-radius:4px; background-color: var(--secondary-color); color: white;
    -moz-animation: bounce 2s infinite;
    -webkit-animation: bounce 2s infinite;
    animation: bounce 2s infinite;
}
.letsDownArrow.disappear{opacity:0;}
@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-30px);
  }
  60% {
    transform: translateY(-15px);
  }
}

.unitBanner {
    /*position:fixed!important;*/
    position:relative;
    background-color: var(--primary-color);
    padding: 0px 0px 0px 0px;
    /*height: 300px;*/
    height:160px;
}

    .unitBanner .overlay{position:absolute;width:100%; height: 100%;left:0px;top:0px;background-color: rgba(0, 0, 0, 0.4); z-index: -1;  }
    .unitBanner .bannerDetail{height: 160px;}
    .unitBanner .bannerDetail.propFlex{
        display: flex;
        align-items:  center;
        justify-content: center;
        position: relative;
        z-index: 30;
    }

.unitBanner .linker {
    position: absolute;
    padding: 0px 0px 0px 00px;
    color: white;
    font-size: 18px;
    top:0px;
    left:0px;
    text-align: left;
    background-color: var(--primary-color);
    color: #D6D6D6;
    line-height: 50px;
    display: none;
}

.unitBanner .linker:before {
    content: "";
    position: absolute;
    top: 50%;
    width: 32px;
    height: 5px;
    left: 0;
    background: var(--secondary-color);
    margin-top: -2.5px;
    display: none;
}

.unitBanner .linker a {
    color: D6D6D6;
}

.unitBanner .pageName {
    color: white;
    font-size: 2.66rem;
    font-family: ji-SemiBold;
    line-height: 40px;
    margin-top: 10px;
    text-align: left;
    letter-spacing:1.5px;
}



    .pageBanner::before{
        content:'';
        position:absolute; width:100%; height:20px; background:rgba(0,0,0,0.05);
        box-shadow: 0 4px 10px rgba(0,0,0,.11) inset;
        left:0px; top:0px;
    }
    .unitBanner.pageBanner{
        background-image: url('images/green-background.png');
        background-position: right center;
        background-size: auto auto;
        background-color: #84BE38;
        /* padding-top:140px; */
    }

    .bannerBody{
        /*margin-top:80px;*/
        position: relative;
        z-index: -1;
        /* margin-top:300px; */
        /*background-color:  var(--main-bg);*/
        padding-bottom:0px;
        /*min-height: 500px;;*/
    }
    .notBannerBody{
        padding-top:80px;
    }
    .bannerBody.toWhite{
        background-color: white;
    }
    .pageBannerBody{
        position:relative;
        margin-top:340px;
        z-index: 30;
    }
    .pageBannerBody .pageSection{
        position: relative;
        top:-120px;
        background:var(--main-bg);
        padding:10px 10px;
        border-radius: 5px;

    }
    .bannerContentImg{
        position: relative;
        top:-300px;
    }
    .catBanner{
    border-radius: 10px;
    padding:20px 20px;
    margin-bottom:20px;
    position: relative;
    z-index: 30;
    }


.product-main{position:relative; padding-top: 10px;}
        .product-main .product-image{position:relative;}
        .product-main .product-data{position:relative;  margin-top:10px;}
            .product-main .product-data h1.contentLinkName{margin-bottom:0px;}
            .product-main .product-data .contentTitle{}
            .product-main .product-data .contentContainInfo{
                display:inline-block;
                width: 100%;
                margin-top:10px;
                font-family:ji-Medium;
            }
            .product-main .product-data  .contentGeneralInfo{
                position:relative;
                display:inline-block;
                width: 100%;
                font-family:ji-Medium;
            }

            .content-tags{position:relative;}

                .content-tags .title{font-size:1.1rem; display:inline-block; width: 100%; text-align:center; font-family: ji-Medium;
                    border-bottom:1px dashed #84be38;
                }
                .content-tags .tags-loop{position:relative; margin-top: 10px;}
                    .content-tags .tags-loop .tags-title{text-align: right;padding-right:5px;}
                        .content-tags .tags-loop .tags-title span{
                            background-color: white;
                            /*color: #CB2525;*/
                            border-top-left-radius: 10px;
                            border-bottom-left-radius: 10px;
                            padding: 5px 15px;
                            font-family:ji-Medium;
                            display:inline-block; width:100%;
                        }
                    .content-tags .tags-loop .tags-info span{
                        /*background-color: #CB2525;
                        color: #ffffff;*/
                        border-top-right-radius: 10px;
                        border-bottom-right-radius: 10px;
                        padding: 5px 15px;
                        display:inline-block; width:100%;
                    }




.textEditorGlobal table{width: 100%!important;position:relative; border:1px solid #e6e6e6; border-spacing:0px; border-collapse: collapse; }
    /*.textEditorGlobal table tr{display: block;}*/
    .textEditorGlobal table  th{font-family:ji-SemiBold;}
    .textEditorGlobal table tr:nth-child(2n){background-color: #f8f8f8;}
        .textEditorGlobal table tr td{vertical-align: middle;  line-height: 2;  padding: 0px 5px;}


.inbox-contents{display:inline-grid; grid-template-columns: 1fr 1fr 1fr; grid-gap: 40px; }
        .inbox-content-box{box-shadow:0px 0px 10px 0px rgb(0 0 0 / 12%); padding: 20px 20px;}
            .inbox-content-box .icon{text-align: center;}
                .inbox-content-box .icon .icon-cover{display:inline-block; width: 134px; height:134px; border-radius: 50%; background-color: rgb(132 190 56 / 10%);border:1px solid #84BE5D; padding: 10px 10px; }
                    .inbox-content-box .icon .icon-cover .icon-box{display:inline-block;  width:100%; height: 100%; border:1px dashed rgba(132,190,56,0.5); border-radius: 50%; background-color: white; padding: 15px 15px;}
                        .inbox-content-box .icon .icon-cover .icon-box svg{ fill: #84BE38;}
            .inbox-content-box .title{margin-top: 30px; text-align: center; font-family: ji-SemiBold; color: #585e61}
            .inbox-content-box .info{ margin-top:15px;  color: #808891; text-align: center;}



.stdWhatsApp{
        position:fixed;
        width: 70px; height:70px;
        bottom:15px; right:50px;
        z-index: 80;color: #23D366;
    }
    .stdWhatsApp::before{
        position:absolute; z-index:1; width:50px; height:50px; content: ''; background-color: white; top: 10px; left:10px;
        /*animation: 4s ease-in-out 0s normal none infinite running waanim;*/
        }
    .stdWhatsApp svg{fill:#23D366; position:relative; z-index:3;}
    .stdWhatsApp .number{display:none;}


    @-webkit-keyframes wanim {
        0%,50%,100% {
            background-color: white;
        }

        25%,75% {
            background-color: black;
        }
    }
    @keyframes waanim {
        0%,50%,100% {
            background-color: white;
        }

        25%,75% {
            background-color: black;
        }
    }

/***
**********
********************

                      MEDIA QUERIES

********************
**********
**/


@media (min-width: 1651px) {
    .jiSiteWidthBig{width: 96%;max-width: 1640px!important;}
    .jiSiteWidth{width: 90%;max-width: 1480px!important;}
    .jiSiteWidthMedium {width: 100%;max-width: 1200px!important;}
    .jiSiteWidthHalf {width: 100%;max-width: 800px!important;}
    .jiSiteWidthSmall {width: 100%;max-width: 400px!important;}


    .brandLogo{width:120px; }
        .brandLogo .headerSvgLogo{width:250px;}

    .unitCatBannerBand{margin-top:-15rem;}

    .addBasketButton{height: 55px!important; line-height: 55px!important; }
    .prodPlusMinusCover .minus,
    .prodPlusMinusCover .plus{height:55px;line-height:55px;width: 55px;        }
    .prodPlusMinusCover .inputCover {
        width: 80px;
        height: 55px;
    }
    .prodPlusMinusCover .inputCover .w3-input{height: 55px !important; width:100%;}

    .productMainLister .prodScBox{
        max-width: 23%;
    }

} /* @media (min-width: 1651px) */

@media  only screen and (min-width: 1271px) and (max-width: 1650px) {
    .productMainLister .prodScBox {width: 30% !important;}
    /*.headerNavBar a{padding:4px 18px!important;}*/
} /* @media  only screen and (min-width: 1201px) and (max-width: 1650px) */

@media  only screen and (min-width: 993px) and (max-width: 1270px) {

    .brandLogo{width:180px!important; }
        .brandLogo .headerSvgLogo{width:200px;}
    .jiTemp_HeaderThree .brandLogo img{max-width: 190px!important;}
    .productMainLister .prodScBox {width: 30% !important;}
    .headerNavBar {width: calc(100% - 270px)!important;}
    .headerSrcFormCover{width:210px;}
    ul.headerMenu{margin-right: 10px;}
    .headerNavBar a{
        /*padding:4px 10px;!important*/
    }
    .headerUserNav{width:140px;}
} /* @media  only screen and (min-width: 993px) and (max-width: 1200px) */

@media (min-width: 602px) and (max-width: 992px) {
    .welcomeSliderCover{margin-top:0px;}
    .prodShowcaseBand{padding:0px 0px;}
    .productMainLister .prodScBox {width: 45% !important;}
    .productData .imageSide{width:100%;}
    .productData .infoSide{width:100%;}
    .footerLogo{text-align: center;}
    .footerCorp{margin-bottom:40px;}
        .footerCorp ul.contact li{float:left; width: 33%;}

    .cartFormRadioBox{margin:10px 0px 0px 10px!important;}
    main{position:relative; padding:60px 0px 0px 0px; }
}/* @media (min-width: 602px) and (max-width: 992px) */



    /************************
********
******** MOBILE MAX 601
*
*/
@media (max-width: 601px) {

    .jiSiteWidth{width: 94%!important;max-width: 1200px;}
    .jiPageBand{margin-top:30px!important;}

    .mobile_jiPageBand{ margin-top:15px!important;}
    main{position:relative; padding:60px 0px 50px 0px;}

    .sliderBox.textPosition_p .slider-caption{
        padding-left:1%!important;
        padding-right:1%!important;
    }
    .welcomeSliderCover{
        margin-top:0px;
        /*height: 85vh;*/
    }
    .welcomeSliderCover .welcomeSlider .sliderBox .slider-caption{
        /* display:none; */
        margin-top:0px;
        /*max-width: 80%!important ;*/
    }

    .bannerShowcase.varBannerTemp_one,
    .bannerShowcase.varBannerTemp_two,
    .bannerShowcase.varBannerTemp_three{
        grid-template-columns:1fr;
    }

    .welcomeSliderCover .welcomeSlider .sliderBox .slider-caption .mainMotto{
        font-size:1.1rem !important;
        line-height: 1.4;
        font-family:'ji-Medium';
        max-width: 80%;
        min-width: 220px!important;
    }
    .welcomeSliderCover .welcomeSlider .sliderBox .slider-caption .subMotto{
        font-size:1.02rem;
        max-width: 80%;
        min-width: 220px!important;
    }
    .welcomeSliderCover .welcomeSlider .sliderBox .slider-caption .captionButton{
        /*display:none;*/
    }
        .welcomeSliderCover .welcomeSlider .sliderBox .slider-caption .captionButton a{
            font-size:1rem;
            padding: 5px 15px;
            line-height: 1.4;
    }

    .nivo-directionNav a.nivo-nextNav, .slick-arrow.slick-prev{left:0px!important;
        /*background-color: rgba(var(--primary-color-rgb),0.8) ;*/
    }
    .nivo-directionNav a.nivo-nextNav, .slick-arrow.slick-next{right:0px!important;
        /*background-color: rgba(var(--primary-color-rgb),0.8) */
    }
    .slick-arrow:hover,
    .slick-arrow{color:white!important;}

    .bannerShowcaseLoop{float:left;width:100%; margin-top:40px;}
    .bannerShowcaseLoop:first-child{margin-top:0px;}
        .bannerShowcaseBox .details .caption{width: 50%;}
    .catBoxCover:nth-child(2n-1) .catBoxCoverMotto{bottom:auto; top:0px;}
    .catBoxCover:nth-child(2n) .catBoxCoverMotto{top:0px;}
    .catBoxCover:nth-child(2n){padding-top:0px;}
        .catBoxCover .catLoop{position:relative;border-bottom:0px solid silver; margin-top:60px;}

    .campaignOneBanner{display:inline-block;}
        .campaignOneBanner .image img{border-top-right-radius: 0px; border-bottom-right-radius: 0px;}
        .campaignInfo{display: inline-block;padding:20px 20px 40px 20px ;}
            .campaignInfo .title{margin-top:10px;}
            .campaignInfo .brief{margin-top:10px;}


    .unitCatBannerBand{margin-top:-8rem;}
    .blogBlock{
        display:inline-block;
    }
        .blogLoop{margin-top:20px;}
        .blogLoop:first-child{margin-top:0px;}

    .catSliderBand{
        display: inline-flex;
        flex-wrap: nowrap;
        flex-direction: column;
    }

    .catSliderMenu.leftSide{padding-right:0px;height: 50px; border:0px solid silver;}
        .catSliderMenu .image{display: none;
        }
        .catSliderMenu .name{
            position: relative; color: var(--text-color);text-align:left;
            padding-right: 0px;
            bottom:0px; height: auto;
            background-image: none;
        }
            .catSliderMenu .name span{
                display: inline-block; margin-top:0px; line-height: 50px;
                font-size:1.7rem;
                padding-left:10px;
            }

        .catSliderBoxCover{padding-right: 0px;}

    .paymentContainer{ padding:0px 5px;}
        .paymentContainer .addressList .addressBoxCover{width:100%!important;}

    .contentData{
        padding:0px 10px;
    }

    .contactBand{
        display: inline-block;
    }
    .contactBox{padding-left:20px;}
    .contactBand .contactFormSide{ margin-top:40px; padding:0px 10px;}
    .contactFormSide .jiPageBand{margin-top:20px;}

    .personalDetailMenu{margin-bottom:10px;}
    .costDetailCover,
    .costDetailCover{width:100%!important; max-width: 100%!important;}
    .costDetailCover{margin-top:0px; margin-bottom:60px;}

    .contentBoxParent{
        display:inline-block;
    }
    .contentBox_withImages,
    .contentBox_withIcons,
    .contentBox_withImages.twoSize{
        width:100%!important;
        max-width:100% !important;
    }
    .homeLocationList{
        display:inline-block;
    }

    .stdWhatsApp{
        bottom:20px; left:20px;
    }

    .unitBanner .pageBanner{
        padding-top:90px;
    }
    .unitBanner .linker{
        top:90px;
    }
    .unitBanner .pageName{
        font-size:1.8rem!important;
    }
    .unitBanner.pageBanner .linker{
        top:0px;
    }

    .footerMenu:first-child{
      margin-top:40px;
    }


.contentPhotos{width:90%!important; position:relative!important;float:left;}
     .contentPhotos .prodPhotoGalery{height: 230px;}
         .contentPhotos .prodPhotoGalery .prodGalLoop{float:left;width:100%; height: 220px; margin:0px 0px 0px 0px;}
         .contentPhotos .prodPhotoGalery .prodGalLoop a{display: inline-block; width:100%; height: 100%;display: flex; justify-content: center; align-items: center;}
             .contentPhotos .prodPhotoGalery .prodGalLoop img{width:auto; width: 100%; height: 100%;  object-fit: cover; border-radius: 5px;}

         .contentPhotos .prodPhotoGalery .sliderArrow{display:inline-block; width:30px; height: 100%; background: var(--main-bg); text-align: center; line-height: 25px; border-radius: 3px;}
         .contentPhotos .prodPhotoGalery .sliderArrow:hover{cursor:pointer; background-color: var(--primary-color); color:white;}

         .contentPhotos .slick-prev.slick-v-arrow{position: absolute; top:50%; left:-30px!important; border:0px solid red; width:40px!important; height: 40px!important;background: #ccc;transform:rotate(-90deg)}
         .contentPhotos .slick-next.slick-v-arrow{position: absolute; top:50% !important; left:auto!important; right:-30px!important;  border:0px solid red; width:40px!important; height: 40px; background: #ccc; transform:rotate(-90deg)}
         .contentPhotos .slick-prev.slick-v-arrow:hover,
         .contentPhotos .slick-next.slick-v-arrow:hover{background: rgba(var(--primary-color-rgb),0.7)}


    .referansLister{
        display: inline-grid;
        grid-template-columns: 1fr;
        grid-auto-rows: auto;
        grid-gap: 30px;
        margin-bottom: 80px;
    }

    .footerMenuCover{
        display:inline-block;
    }

    .contentShowcaseBox .showcaseBox{
        flex-direction : column-reverse;
    }
        .contentShowcaseBox .showcaseText,
        .contentShowcaseBox .showcaseImage{width: 100%; margin-top: 10px;}


    .unitContentBox .infoBox,
    .unitContentBox.versSecond .infoBox{flex-direction: column;}
        .unitContentBox .infoBox .image,
        .unitContentBox .infoBox .details{padding:0px 0px;}
        .unitContentBox .infoBox .details{margin-top:20px;}

    .bannerBody{margin-top:00px;}

    .opBoxes{grid-template-columns:1fr;}
        .opBoxes .opBox{padding:5px 5px;}
        .opBoxes .opBox .image {width: 40%; padding:23% 0px 0px 0px;}
        .opBoxes .opBox .info{padding:0px 5px; font-size:1.4rem;}

    .opBoxes .opBox:first-child,
    .opBoxes .opBox:nth-child(2),
    .opBoxes .opBox:nth-child(3){transform: translateY(0px);}

    .contentImageFullPage img{top:0px;}

    .ld-boxes{grid-template-columns:repeat(1,1fr); margin-top:40px;}
    .ld-boxes .ld-box.double-size{grid-column: auto / span 1;}

    .blue-boxes{grid-template-columns:repeat(1,1fr);}

    .footerMenu .linker li{padding-left:20px;}

    .homeMottos{padding-bottom:40px;}
    .motto-boxes{height: 80px;}
    .motto-box .brief{top:85%!important;}
    .motto-box:first-child .brief{width:300%; left:0px; transform: translateX(0%); }
    .motto-box:nth-child(2) .brief{width:300%; left:0px; transform: translateX(-35%); }
    .motto-box:nth-child(3) .brief{width:300%; left:0px; transform: translateX(-70%); }


    .listWebContent .contentBoxCover{
        padding:0px 0px 0px 0px!important;
    }

    .unitBanner{
        height: 100px;
        padding:0px 0px!important;
    }
    .unitBanner .bannerDetail{
        height: 90px;
        /*display: none!important;*/
    }
        .unitBanner .pageName{padding-left:8px;}

    .listBlog{margin-top:0px!important;}
    .contentBoxCover{margin-bottom:30px; margin-top:0px!important;}

    .footerIcons{margin-top:50px;}

    footer{
        padding:00px 0px 0px 0px;
    }
    .langChanges{color: white;}

    .contentData .pageBlockLeft{padding:0px 0px!important; }

    .content-loop-box{margin-top:0px;}

    .in-list-motto{font-size: 2.5rem; letter-spacing: 1px;
    }

    .content-move-up{margin-top:-20px; position:relative;}
        .content-aligner{ padding: 10px 0px; border-radius: 5px; background-color: white;;}


    /*.footer-contact-box{position:relative; background-color: #bdbdc6; padding: 20px 0px;}*/
    .footer-contact-cover{ flex-direction: column!important; padding-bottom: 20px; }
        /*.footer-contact-box span{display:inline-block;}*/
        /*.footer-contact-box span.button-cover{width: 200px; float:left;}
            .footer-contact-box span.button-cover a{
                display:inline-block; width: 100%;line-height:40px; background-color: #e52939; color: white; text-transform: uppercase;
                text-align: center; border-radius: 20px; font-family: ji-Medium; font-size:1.2rem;
            }
            .footer-contact-box span.button-cover a:hover{background-color: #A5000F;}*/
        .footer-contact-box span.text{width: 100%!important; margin-left: 00px!important; margin-top:10px; }

        .footer-cities{position:relative; padding-top:5px;  padding-bottom: 40px;}
            .footer-cities ul{
                flex-wrap: wrap;
                /*position:relative; width: 100%; display:inline-grid!important; grid-template-columns: 1fr 1fr 1fr 1fr; grid-gap: 15px; justify-content: space-between;*/
            }
            .footer-cities ul li{
                /*text-transform: uppercase; font-size:0.8rem; font-family: ji-Medium; color: #5e5e5f;*/
            }

        .headerAu{position:relative;float:right; width: 90px; text-align: right; margin: 10px 50px 0px 0px;}


        .home-tabs-box{height: 40px; overflow: scroll; }
            .home-tabs-box .home-tabs{width: auto;}
        .home-tabs-box::-webkit-scrollbar-track,
        .home-tabs-box::-webkit-scrollbar,
        .home-tabs-box::-webkit-scrollbar-thumb{
            display: none;
        }

        .home-tabs-box .home-tabs li{
            width:160px;
        }

        .home-tabs-box.in-list-page{
            justify-content: flex-start;
        }
        .footer-flex-end{display:inline-block;}

        .listWebProducts .listLoopCoverMain{grid-template-columns: 1fr;}

        .tags-loop{margin-top: 25px!important;}
        .tags-title{float:left}
        .tags-info{float:right;}
        .contentContainInfo{margin-left:0px!important; margin-top:10px;}

        .inbox-contents{grid-template-columns: 1fr;}

        .pageBlockLeft{padding-right:0px;}
        .pageBlockRight{padding-left:0px;}

        .footerCorp{margin-top:30px;}
}/* @media (max-width: 601px) */
