
.parallax {
    /* The image used */
    background-image: url(../img/grafika2.jpg);
    min-height: 320px; 
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .container_kariera {
    background-image: url(../../img/08.png);
    opacity: 0.8;
    background-attachment: scroll;
    background-color: rgba(9, 89, 56, .5);
    padding-top: 80px;
    padding-bottom: 0px;
    height: 320px;
}
.sec-title.centered {
    margin-bottom: 20px;
    margin-top: 8em!important;
    left: -10%;
}
.line_hr{
    background-color: rgba(9, 89, 56, 1);
    height: 2px;
    width: 90px;
}
.line_hr_container{
    width:100%;
    display: flex;
    justify-content: center;
    padding-top: 15px;
    padding-bottom: 15px;
    margin-left: 4px;
}
.line_hr_i{
    width: 40px;
}
.title_my,
.title_my_f{
    position: relative;
    padding-left: 15px;
    text-transform: uppercase;
    color: #095937;
    font-weight: bold;
    padding-bottom: 15px;
    margin-top: -15px;
}

.title_my::after{
    width: 30px;
    margin-left: 5px;
}
.title_my::after{
    content: '';
    position: absolute;
    left: 30px;
    bottom: -5px;
    width: 25px;
    border-bottom: 2px solid #333333;
}
.title_my::before{
    width: 30px;
}
.title_my::before{
    content: '';
    position: absolute;
    left: 15px;
    bottom: 0px;
    width: 32px;
    border-bottom: 2px solid #095937;
}
.title_my_f::after{
    width: 30px;
    margin-left: 5px;
}
.title_my_f::after{
    content: '';
    position: absolute;
    left: -30px;
    bottom: -5px;
    width: 25px;
    border-bottom: 2px solid #333333;
}
.title_my_f::before{
    width: 30px;
}
.title_my_f::before{
    content: '';
    position: absolute;
    left:  -45px;
    bottom: 0px;
    width: 32px;
    border-bottom: 2px solid #095937;
}
.cont_style{
    background-color: #fbfbfb;
    padding-top: 50px;
    padding-bottom: 15px;
    box-shadow: 0px 0px 6px -5px rgba(0,0,0,0.5);
    transition: all .3s;
}
.cont_style:hover{
    box-shadow: 5px 0px 15px -5px rgba(0,0,0,0.5);
}

a:hover{
    text-decoration: none;
}
#menu_s{
    position: inherit;
    display: flex;
    justify-content: center;
    background-color: #095937;
    box-shadow: -5px 0px 5px 0px rgba(0,0,0,0.75);
}
#menu_s > li > a{
    color: #fff;
    height: 70px;
    line-height: 70px;
}
.fa-arrow-right,
.fa-arrow-down{
    padding-left: 15px;
    
}
.sub_menu_n{
    top: 60px;
}


.section-number {
    color: #d7d7d7;
    font-size: 60px;
    font-weight: 700;
    line-height: 55px;
    letter-spacing: 2px;
    margin-bottom: 20px;
    text-align: center;
}
.text_header{
    color: #d7d7d7;
    font-size: 20px;
    letter-spacing: 2px;
    text-transform: uppercase;
    white-space: nowrap;
    position: absolute;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    bottom: -55px;
    -webkit-transform-origin: bottom left;
    transform-origin: bottom left;
    left: 43%;
    -webkit-transition: all 1s ease-out;
    transition: all 1s ease-out;
    font-weight: 700;
}

.line {
    height: 100px;
    position: relative;
    margin-left: 50%;
    width: 2px;
    background-color: #242424;
}
.line::after {
    display: block;
    content: " ";
    width: 2px;
    background-color: #242424;
}
.line::after {
    left: 0;
    bottom: -15px;
    height: 8px;
    position: absolute;
    -webkit-transition: all 1.2s ease-out;
    transition: all 1.2s ease-out;
}
.line_container{
    display: flex;
    justify-content: center;
}
.sub_menu{
	left: 238px;
    top: 200px;
    width: 104%;
}
@media only screen and (max-width: 600px) {
    .sec-title.centered {
            left: 0;
            margin-top: 4em !important;
    }
    .title_my_f {
        margin-top: -65px;
    }
    .menu_hide_mob{
        display:none;
    }
}