.footer__content--copyright ul {
    display: block;
}
.footer__content--copyright li {
    margin-bottom: 15px;
}
.footer__content--copyright .center-text i {
    padding-top: 0rem;
}
.cookiemodal.wrapper{
    position: fixed;
    bottom: 20px;
    left: 20px;
    z-index: 6000000;
    max-width: 365px;
    background: #fff;
    padding: 25px 25px 30px 25px;
    border-radius: 15px;
    box-shadow: 1px 7px 14px -5px rgba(0,0,0,0.15);
    text-align: center;
  }
  .cookiemodal.wrapper.hide{
    opacity: 0;
    pointer-events: none;
    transform: scale(0.8);
    transition: all 0.3s ease;
  }
  .cookiemodal .content header{
    font-size: 25px;
    font-weight: 600;
  }
  .cookiemodal.content{
    margin-top: 10px;
  }
  .cookiemodal .content p{
    color: black;
    margin: 5px 0 20px 0;
    font-size: 15px;
  }
  .cookiemodal header{    color: black;}
  .cookiemodal .content .buttons{
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .cookiemodal .buttons button{
    padding: 10px 20px;
    border: none;
    outline: none;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    border-radius: 5px;
    background: #0094d7;
    cursor: pointer;
    transition: all 0.3s ease;
  }
  .cookiemodal .buttons button:hover{
    transform: scale(0.97);
  }
  .cookiemodal .buttons .item{
    margin: 0 10px;
  }
  .cookiemodal .buttons a{
    font-size: initial;
  }
  .cookiewrapper.hide{display:none}
  .petra__content--body iframe{
    width: 100%;
}
.pt-10{padding-top: 5.5rem;}
.career_page{padding-top: 5rem;}
.career_page div.text-xxl{padding: 0px 4rem 0px 4rem;}

.posao__content--body-box .skills-section{padding-top: 2rem;}
.posao__content--body-box .skills-section span{background: aliceblue;
    color: black;
    padding: 8px 10px;
    border-radius: 15px;
    font-weight: bold;    font-size: larger;}
.posao__content--body-box{
    justify-content: space-between;
    flex-direction: column;
    display: flex;
}
.tags {
    list-style: none;
    margin: 0;
    overflow: hidden; 
    padding: 0;
  }
  .tags li {
    float: left; 
    background: aliceblue;
    color: black;
    padding: 8px 10px;
    border-radius: 15px;
    font-weight: bold;
    font-size: larger;
    margin-right: 6px;
    margin-bottom: 10px;
  }
  .tag {
    background: aliceblue;
    color: black;
    display: inline-block;
    padding: 8px 10px;
    text-decoration: none;
    border-radius: 15px;
    font-weight: bold;
    font-size: larger;
  }
  .tag::before {
    background: #fff;
    border-radius: 10px;
    box-shadow: inset 0 1px rgba(0, 0, 0, 0.25);
    content: '';
    height: 6px;
    left: 10px;
    position: absolute;
    width: 6px;
    top: 10px;
  }
  .tag:hover {
    color: white;
    background-color: #0094d7;
  }
  .tag:hover::after {
     border-left-color: crimson; 
  }
@media screen and (min-width: 1840px){
    .header-slider-item {
        height: calc(100vh - 100px);
    }
    .header__content--box{
        height: calc(100vh - 50px);
    }
    .header__content--box-bg{   height: calc(100vh - 250px);}
}
@media screen and (min-width: 1140px) {
    .footer__content--copyright{
        max-width: 94rem;
        margin: auto;
        text-align: center;
    }
    .footer__content--copyright .col-md-3{
        flex: 0 0 25%;
        max-width: 25%;
    }
    .footer__content--copyright .col-md-6{
        flex: 0 0 50%;
        max-width: 50%;
    }
    .dropdown .sub-dropdown,.dropdown{
        padding-top: 22px;
        padding-bottom: 22px;
    }
    .contact__body--form{padding-bottom: 0px;}
    .header__content--box .heading-xxl {
        font-size: 6rem;
        line-height: 6rem;
    }
    .header__content--box-bg{margin-bottom: 15px;    margin-bottom: 15px;
        border-radius: 10px;}
}
@media screen and (min-width: 1140px) and (max-width: 1840px){
    
    /* Hero Main Home css */
    .header-slider-item {
        width:100%;
        /* height:500px !important; */
        height: calc(100vh - 100px);
    }
    .header__content--box-bg{
        /* height: 38rem; */
        height: calc(100vh - 250px);
        width: 100%;
    }
    .header__content--box{
        width: 100%;
        /* height: 52rem; */
        height: calc(100vh - 50px);
    }
}
@media screen and (min-width: 1024px){
    .rjes .pod__right,.pod .pod__left{padding-left: 4rem;}
    .rjes .pod__left,.pod .pod__right{padding-right: 4rem;}
    .sap__content--body-box h2 {
        margin-bottom: 5rem;
        height: 17%;
    }
    .sap__content--heading{    margin: 4rem auto;}
    .white-box.careers{    margin-top: 10rem;
        margin-bottom: 20rem;}
    .careers .footer{padding-top: 9rem;}
}
@media screen and (max-width: 900px) {
    .white-box {
        margin-top: 5rem;
        margin-bottom: 15rem;
    }
    .careers .footer{padding-top: 10rem;}
    .footer__content--copyright{
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-orient: vertical;
        -moz-box-orient: vertical;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        text-align: left;
        row-gap: 1rem;
    }
    /* .footer__content--copyright .col-md-3:first{order:1}
    .footer__content--copyright .col-md-6{order:3;text-align: left;}
    .footer__content--copyright .col-md-3:last{order:2;    margin-bottom: 15px;}
    .footer__content--copyright .center-text i{text-align: left;}
    .footer__content--copyright .center-text{    align-items: start;} */
    .footer__content--copyright{text-align:center;}
    .footer__content--copyright .col-md-3,.footer__content--copyright .col-md-6{
        width: 100%;
    }
      /* Hero Main Home css */
    .header-slider-item{
        height: 363px !important;
    }
    .header__content--box-bg {
        height: 26rem;
    }
    .header__content--box-text p{
        margin-bottom: 2rem;
        font-size: medium;
        line-height: 2rem;
    }
    .header-slider-item .heading-xxl{
        font-size: 3rem;
        line-height: normal;
        margin-top: 0rem;
    }
    .header__content--box{
        height: 46rem;
    }
    .header__content--box-text h1{    margin-bottom: 1rem;}
    .sap__content--body-box i{
        font-size: 6em;
    }
    .sap__content--body-box .heading-sm{   height: 50px;}
    .zain .zain__content{
        height: fit-content;
    }
    /* .sap__content--heading{    margin-bottom: 2rem;} */
}
@media screen and (max-width: 767px) {
    .navbar__container .navbar__container--menu .nav-target>li
    {
        padding-bottom: 2rem;
        padding-top: 2rem;
    }
    .navbar__container a.contact-us-btn{
        text-align: center;
        width: 100%;
        padding-top: 3rem;
    }
    .sap__content--body-box i{
        font-size: 5em;
    }
    .sap__content--body-box .heading-sm{    font-size: 1.7rem;    max-height: 80px;line-height: 2.3rem;}
    .sap__content--body-box .text-medium p{font-size: 1.5rem;line-height: 2.3rem;}
    .zelti__content--box a{margin: 0 auto;}
    header .arrow-button,.slick-list.draggable .arrow-button{display: none !important;}
    .slick-dots {
        display: flex;
        justify-content: center;
        margin: 0;
        padding: 1rem 0;
        list-style-type: none !important;
    }	
    .slick-dots  li {
        margin: 0 0.25rem;
    }
    
    .slick-dots button {
        display: block;
        width: 1rem;
        height: 1rem;
        padding: 0;
        border: none;
        border-radius: 100%;
        background-color: white;
        text-indent: -9999px;
        width: 1.7rem;
        height: 1.7rem;
    }
    
    .slick-dots  li.slick-active button {
        background-color: #0094d7;
    }
    .header__content--box-bg{    border-bottom-right-radius: 0px;
        border-bottom-left-radius: 0px;}
}
@media screen and (max-width: 650px){
.header__content--box {
    height: 45rem;
}
}
@media screen and (max-width: 500px) {
    .header-slider-item {
        height: 330px !important;
    }
    .header__content--box {
        /* height: 37rem; */
        height: -webkit-fill-available;
    }
    .header__content--box-text {
        margin-top: 0px;
    }
    .header-slider-item .heading-xxl {
        font-size: 1.8rem;
        line-height: normal;
        padding-top: 13px;
    }
    header .arrow-button,.slick-list.draggable .arrow-button{display: none !important;}
    .sap__content--body-box i{
        font-size: 4em;
    }
    .sap__content--body-box .heading-sm{    font-size: 1.6rem;    height: 90px;    line-height: inherit !important;}
    .sap__content--body-box .text-medium p{line-height: 1.9rem;}
    .slick-dots button {  width: 1.2rem;height: 1.2rem;}
    .header__content--box-text p{display: -webkit-box;-webkit-line-clamp: 4;-webkit-box-orient: vertical;overflow: hidden;text-overflow: ellipsis;}
    .vasih__content{margin-top: 0rem;}
    .zelti,.zelti::after{height: 30rem !important;}
}
@media screen and (max-width: 430px) {
    .header-slider-item {
        height: 278px !important;
    }
    .header__content--box-bg,.header__content--box {
        /* height: 26rem; */
        height: -webkit-fill-available;
        margin-top: 2rem;
    }
    /* .header-slider-item .heading-xxl {
        font-size: 3rem;
        line-height: 1rem;
    } */
    .header__content--box-text p,.header__content--box-text .btn-tertiory {
        margin-bottom: 1rem;
        font-size: medium;
    }
    .header__content--box-text .btn-tertiory{    height: 4.5rem;}
    .header__content--box-text {
        margin-top: 3rem;
    }
    .header__content--box-text h1 {
        margin-bottom: 1rem;
        padding-top: 20px;
    }
    .erp__content--heading-bar ul.slick-dots li{
        width: -webkit-fill-available;
        border-bottom: 0px;
    }
    
}
@media screen and (max-width: 350px) {
    .header__content--box-text p, .header__content--box-text .btn-tertiory {    
        font-size: small;margin-bottom: 10px;
        line-height: normal;
    }
}

	