/* Froms */
div.msg-info, div.msg-error {
    font-family: 'Rubik', sans-serif;
    font-weight: 400;
    line-height: 2.4rem;
    color: green;
    font-size: 1.6rem;
    margin-bottom: 2.9rem;
}

div.msg-error {
    color: #BF252B;
}

.error-section {
    background: #BF252B !important;
    padding: 2px 0px;
}

.error-section p {
    color: #fff !important;
}

form div.info {
    width: 100%;
    background: #BF252B;
    color: #fff;
    padding: 10px 20px !important;
    font-size: 14px;
    margin: 10px 0;
    text-align: center;
}

form div.error {
    color: #BF252B !important;
    padding: 10px 20px !important;
    font-size: 14px;
}

div.error p, div.msg-error p, div.error-msg p{
    color: #BF252B !important;
}

/**** Loading Panel ***/
._system_loading{
    width: 300px;
    height: 300px;
    position: fixed;
    z-index: 10000;
    top: 50%;
    left: 50%;
    display: none;
    transform: translate(-50%, -50%);

}

._system_loading img{
    width: 100%;
}

.grecaptcha-badge { 
    visibility: hidden !important;
}

/* Documents */
.content-box h2, .content-box h3{
    font-size: 22px;
    padding-top: 5px;
}

.documents-box {
    line-height: 28px;
}

.content-box.documents-list a.pdficon, 
.content-box.documents-list a.docicon,
.content-box.documents-list a.xslicon,
.content-box.documents-list a.zip, 
.content-box.documents-list a.folder {
    display: inline-block;
    width: 100%;
    padding: 14px 40px 10px 40px;
    font-size: 1.7rem;
    font-weight: 600;
    color: #474747;
    background: url("../img/patterns/pdf.svg") no-repeat 0px 15px;
    line-height: 24px;
    border-bottom: .3rem solid #F1F1F1;
    padding-bottom: 1.9rem;
    margin-bottom: 1.9rem;
}

.content-box.documents-list a.pdficon:hover, 
.content-box.documents-list a.docicon:hover,
.content-box.documents-list a.xslicon:hover,
.content-box.documents-list a.zip:hover,
.content-box.documents-list a.folder:hover {
    color: #000;
}

.content-box.documents-list a.zip {
    background: url("../img/patterns/zip.svg") no-repeat 0px 15px;
}

.content-box.documents-list a.folder {
    background: url("../img/patterns/folder.svg") no-repeat 0px 15px;
}

.content-box.documents-list a.docicon {
    background: url("../img/patterns/doc.svg") no-repeat 0px 15px;
    background-size: 30px 30px;
}

.content-box.documents-list a.xslicon {
    background: url("../img/patterns/xls.svg") no-repeat 0px 15px;
    background-size: 30px 30px;
}

.content-box ul li {
    list-style: disc !important;
}

.content-box ol li {
    list-style: decimal !important;
}



/* File upload */
.label-file {
    background-color: #001935;
    font-weight: 500;
    color: #FFFFFF !important;
    font-size: 1.4rem;
    text-transform: none;
    letter-spacing: normal;
    height: 4.8rem;
    padding: 1.0rem 2.5rem;
    margin-bottom: 20px !important;
}

.label-file:before {
    border: 0px !important;
    background-color: #001935 !important;
}

.label-file input.file-upload{
    visibility: hidden !important;
    width: 1px !important;
    height: 1px !important;
    border: 1px solid #fff !important;
}

.label-file-info {
    margin-top: 30px;
}

div.custom-checkbox a{
    text-decoration: underline;
}

div.custom-checkbox a:hover{
    text-decoration: none;
}

.form-group.upload-file img {
    margin-left: 10px;
}

/* Employee Workexperience */
.work-experience h3 {
    width: 320px;
    font-weight: bold;
}
.work-experience h3 {
    width: 320px;
    font-weight: bold;
}

/* Create job */
a.delete-tag {
    background: #cccc;
    color: #fff;
    border-radius: 10px;
    display: inline-block;
    width: 20px;
    text-align: center;
}

a.delete-tag:hover {
    background: #f2f2f2;
}

div.language-knowlage span {
    margin-right: 20px;
    display: inline-block;
}

.single-job:hover {
    cursor: pointer;
}

.job-save.yes-wishlist span{
    color: green !important;
}

.job-sign-in.applied {
    background: green !important;
}

a.back-step {
    padding-bottom: 15px;
    display: inline-block;
    color: #ccc;
    font-size: 16px;
}

.select2-container--default .select2-selection--multiple {
    height: 55px !important;
    border: 1px solid #C7C7C7 !important;
}

.select2-container .select2-selection--multiple {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    height: 5.3rem;
    user-select: none;
    -webkit-user-select: none;
}

.employee-preview-box {
    display: none;
}

.employee-preview-box a.back-to-results {
    float: right;
    color: #000;
    font-size: 18px;
}

.employee-preview-box a.back-to-results:hover {
    color: #ccc;
}

.employee-preview-box a.save-profile{
    margin-left: 10px;
    margin-top: -10px;
    display: inline-block;
}

.employee-preview-box a.print-profile {
    margin-left: 10px;
    margin-top: 5px;
    display: inline-block;
}

.employee-login-list {
    list-style: none;
    line-height: 28px;
}

.employee-login-list {
    margin: 20px 0px;
}

/* Print profile */
@media print {
    .grecaptcha-badge{
        display: none !important;
    }

    .first-notice-container{
        display: none !important;
    }

    main {
        padding-top: 0rem;
    }

    .biography-preview .biography-info h2 {
        padding-bottom: 1.5rem !important;
        margin-bottom: 1.5rem !important;
    }

    .biography-preview .biography-info > div {
        padding-bottom: 1rem;
        margin-bottom: 1rem;
    }

    .employee-preview-box a.save-profile{
        display: none !important;
    }

    .employee-preview-box a.back-to-results{
        display: none !important;
    }

    .employee-preview-box a.print-profile{
        display: none !important;
    }

    .employee-list {
        display: none !important;
    }

    .sidebar-box {
        display: none !important;
    }

    .our-partners {
        display: none !important;
    }

    header {
        display: none !important;
    }

    footer {
        display: none !important;
    }


}

@media (min-width: 992px){
    header .navbar .main-nav li {
        margin: 0 1.5rem 0 0;
    }

    header .navbar .main-nav li .nav-links {
        font-size: 14.5px;
    }

    header .navbar .main-nav li .nav-links:hover {
        color: #ccc;
    }

    span.my-profile-width {
        display: inline-block;
        max-width: 120px;
        white-space: nowrap;
        line-height: 12px;
        overflow: hidden;
    }

    header .navbar .main-nav li.lang-links {
        margin: 0 0.8rem 0 0;
    }

    header .navbar .main-nav li.lang-links1 {
        margin-left: 40px;
    }

    header .navbar .main-nav li.lang-links a.active{
        color: #BF252B;
    }
}

@media (min-width: 768px){
    .welcome article ul li a {
        padding-bottom: 10px;
        display: inline-block;
    }
}


.lead-title h1 {
    font-size: 26px !important;
    line-height: 24px;
}
@media(min-width: 992px){
	.lead-title h1 {
    font-size: 20px !important;
    line-height: 24px !important;
}
}


@media(min-width: 1200px){
	.lead-title h1 {
    font-size: 30px !important;
    line-height: 35px !important;
}
}

/*a.add-tag {
    display: inline-block;
    font-size: 14px;
}

a.add-tag span {
    background: #BF252B;
    color: #fff;
    border-radius: 10px;
    display: inline-block;
    width: 20px;
    text-align: center;
}

a.add-tag:hover{
    color: #ccc;
}*/

.highlight { background-color: yellow; color: #000; }

.job-statistic p.statistic-label {
    font-size: 20px !important;
    height: 50px;
}

.job-statistic p.statistic-number {
    margin-top: 30px !important;
    font-size: 24px !important;
    display: inline-block;
}

.icon-holder img {
    max-width: 65%;
    max-height: 70%;
    margin-top: 15px;
}

/* Directorate */
a.city-link:hover {
    color: #BF252B !important;
}

a.city-link.active {
    color: #BF252B !important;
    font-weight: bold;
}


.directorate-page.active {
    background: linear-gradient(136.81deg, #053264 0%, #001935 100%) !important;
}

.directorate-page a{
    color: #fff;
}

.directorate-page a.active, .directorate-page a:hover{
    text-decoration: underline;
}

.directorate-content p{
    color: #474747;
    width: 100%;
    line-height: 22px;
}

.directorate-content ul{
    color: #474747;
    width: 100%;
}

.directorate-content ul li{
    line-height: 28px;
}

.directorate-content h3{
    color: #474747;
    width: 100%;
    padding-bottom: 20px;
    padding-top: 20px;
}

.content-box.live h3 {
    color: #474747;
    line-height: 26px;
    padding-top: 20px;
    padding-bottom: 10px;
}

.content-box.live p {
    color: #474747;
    line-height: 26px;
}

.content-box.live ul, .content-box.live ol, .content-box ul, .content-box ol{
    margin: 10px 0px !important;
}

.content-box.live ul li, .content-box.live ol li, .content-box ul li, .content-box ol li {
    color: #474747;
    line-height: 26px;
    padding-bottom: 5px;
    list-style: none;
}

.content-box.live table th,
.content-box.live table td,
.content-box table th,
.content-box table td {
    border: 1px solid #474747;
    color: #474747;
    padding: 5px 10px;
}


.content-box.live a,
.content-box a{
    text-decoration: underline;
}

.document-folder-link {
    display: inline-block;
    height: 40px;
}

.document-folder-link:hover {
    text-decoration: underline;
}
.recommended-posts{
    position: relative;
}
.recommended-posts .owl-stage{
    display: flex;
}
.recommended-posts div.item {
    list-style: none !important;
    width: 270px;
    border: 1px solid #f2f2f2;
    box-shadow: 0 0 5px #f2f2f2;
    padding: 0px !important;
    position: static;
    height: 100%;
}

.recommended-posts .owl-nav{
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    z-index: 2;
    margin: 0;
}
.recommended-posts .owl-nav button{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: rgba(0,0,0,0.5) !important;
    margin: 0 !important;
}
.recommended-posts .owl-nav button:hover{
    background-color: rgba(0,0,0,0.9) !important;
}
.recommended-posts .owl-nav button.owl-prev{
    left: 0;
}
.recommended-posts .owl-nav button.owl-next{
    right: 3px;
}
.recommended-posts .owl-nav button span{
    font-size: 2.5rem;
    width: 30px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    color:#fff;
}
@media(min-width: 768px){
    .recommended-posts div.item {
    width: 100%;
}
}

.recommended-posts div.item h2 {
    font-size: 14px;
    color: #000;
}

.recommended-posts div.item h2 {
    font-size: 2.0rem;
    line-height: 2.6rem;
    color: #474747;
}

.recommended-posts div.item h2 a {
    color: #474747 !important ;
    text-decoration: none !important ;
    display: inline-block;
    padding: 10px !important;
}

.recommended-posts div.item h2 a:hover {
    text-decoration: underline !important ;
}

.recommended-posts div.item p {
    font-size: 1.6rem;
    line-height: 2.6rem;
    color: #474747;
}

.competitions-boxes a.active {
    text-decoration: underline !important;
}


@media (max-width: 768px){
    .mobile-hide-menu {
        display: none;
    }

    .hidden-popup-menu a.close{
        display: none;
    }

    .hidden-popup-menu {
        display: block;
    }

    .show-hidden-popup-menu {
        display: none;
    }
}

@media (min-width: 768px){
    .tab-box article {
        position: relative;
    }

    .hidden-popup-menu {
        display: none;
        position: absolute;
        z-index: 100000000 !important;
        top: -30px;
        left: 0px;
        background: #96050a;
        padding: 20px 0;
        border-radius: 10px;
        min-height: 500px !important;
        width: 400px !important;
    }

    .hidden-popup-menu ul li {
        list-style: none !important;
    }

    .hidden-popup-menu ul li a {
        color: #fff !important;
        padding-left: 10px;
        padding-right: 10px;
    }

    .hidden-popup-menu ul li a:hover {
        color: #ccc !important;
    }
    
    .hidden-popup-menu a.close {
        font-size: 18px;
        padding-bottom: 20px;
        display: inline-block;
        text-decoration: underline;
        color: #fff;
    }

    .hidden-popup-menu a.close:hover {
        color: #474747 !important;
        text-decoration: none;
    }

}

@media(min-width: 768px){
	.competitions-list .news-item .news-item-data {
	    padding-left: 0rem;
	}
}

.welcome article ul li::before{
	display: none;
}


.welcome article ul li{
	margin-bottom: 10px;
}

.welcome article ul li a{
	display: block;
	margin-bottom: 15px !important;
	padding-bottom: 0 !important;
}

.footer-nav{
	position: relative;
	z-index: 101;
}
footer ul li a{
	position: relative;
	z-index: 100;
}

.new-password-form label {
    font-size: 1.8rem !important;
    padding: 10px 0px;
    display: inline-block;
}

.new-password-form .form-group {
    margin-bottom: 15px;
}

a.send-verification-link {
    text-decoration: underline !important;
}

/* Upload files */
.upload-document, .add-document{
    width: 100%;
    margin-top: 20px;
}

.upload-document table.employee-files{
    width: 100%;
}

.upload-document table.employee-files td{
    padding: 10px 20px;
    border-top: 1px solid #f2f2f2;
    border-bottom: 1px solid #f2f2f2;
}

.upload-document a.delete-employee-resume {
    display: inline-block;
    background-color: #BF252B;
    border-radius: 5px;
    padding: 10px 20px;
    color: #fff;
}

.add-document .label-file input[type='file']{
    width: 1px;
    height: 1px;

}

.add-document .upload-file-box {
    display: inline-block;
    width: 100%;
    padding: 10px 0px;
}


.upload-document .files, .upload-document .delete-file {
    width: 100%;
    margin-top: 20px;
}

.download-pdf {
    margin-bottom: 10px;
}

.new-site-notification {
    background-color: #BF252B;
    font-size: 1.6rem;
    color: #FFFFFF;
    line-height: 28px;
    padding: 20px 20px;
}

.new-site-notification a {
    text-decoration: underline;
    color: #fff;
    font-weight: bold;
}

.new-site-notification a:hover {
    color: #ccc;
}

.newsletter-box {
    display: none;
}

.table-row .table-col.first-cell {
    max-width: 400px;
    inline-size: 400px;
    overflow-wrap: break-word;
}

.table-row .table-col.second-cell {
    overflow-wrap: break-word;
}

div.admin-front-dashboard {
    display: block;
    text-align: center;
    background: transparent;
    position: absolute;
    padding: 10px 0;
    top: 0;
    left: 0;
    z-index: 100000;
}

div.admin-front-dashboard a{
    color: #fff;
    text-decoration: underline;
    display: inline-block;
    background-color: #BF252B;
    padding: 10px 20px;
    border-radius: 5px;
}

div.admin-front-dashboard a:hover{
    background-color: #ccc;
    color: #393939;
}

ul.social-links {
 margin-top: 20px;
}

ul.social-links li {
    display: inline-block;
}
ul.social-links li a {
    display: inline-block;
    width: 28px;
    height: 28px;
    margin-right: 5px;
    text-indent: -200000px;
}

ul.social-links li a.fa-linkedin {
    background:url("../img/linkedin.svg") no-repeat center center ;
}
ul.social-links li a.fa-youtube {
    background:url("../img/youtube.svg") no-repeat center center ;
}
ul.social-links li a.fa-facebook {
    background:url("../img/facebook.svg") no-repeat center center ;
}
ul.social-links li a.fa-instagram {
    background:url("../img/instagram.svg") no-repeat center center ;
}

.lead-directorate .all-cities .show-cities{
    display: block;
    height: 2.9rem;
    padding: 2.5rem;
}
@media(min-width:992px){
    .lead-directorate .all-cities .show-cities{
        display: none !important;
    }
}



.radio-label, .checkbox-label{
    font-size: 16px !important;
    padding-left: 20px;
    position: relative;
}

.project-form input[type=radio],
.project-form input[type=checkbox]{
    opacity: 0;
    width: 0;
    height: 0;
    visibility: hidden;
}

.fake-radio, 
.fake-checkbox{
    display: inline-block;
    position: absolute;
    left: 0;
    top:0;
}

.other_participation_reason{
    display: none;
}


.fancybox-caption {
    padding: 15px 5px;
    opacity: 1 !important;
    visibility: visible !important;
    font-style: italic;
}

@media (min-width: 768px) {
    .fancybox-caption {
        padding: 15px;
    }
    .fancybox-caption:after {
        left: 15px;
        right: 15px;
    }
}
.fancybox-caption .description {
    max-width: 350px;
}
.fancybox-caption .signature {
    text-align: right;
    max-width: 350px;
    margin-left: auto;
}
.fancybox-caption:after {
    left: 5px;
    right: 5px;
}
.gallery-slider {
    overflow: hidden;
    position: relative;
    width: 100%;
    margin-bottom: 1.5rem;
}
@media (min-width: 768px) {
    .gallery-slider {
        margin-bottom: 2rem;
    }
}
@media (min-width: 992px) {
    .gallery-slider {
        margin-bottom: 2.5rem;
    }
}
.gallery-slider .swiper-button-next,
.gallery-slider .swiper-button-prev {
    width: auto;
    height: auto;
    background: #be1b1b;
    top: calc(55vw / 2);
    margin-top: 0;
    transform: translateY(-50%);
    border-radius: 50%;
    overflow: hidden;
}

@media (min-width: 768px) {
   
  .gallery-slider .swiper-button-next,
  .gallery-slider .swiper-button-prev {
        top: calc(410px / 2);
    }
}
@media (min-width: 992px) {
    
    .gallery-slider .swiper-button-next,
    .gallery-slider .swiper-button-prev {
        top: calc(403px / 2);
    }
}

@media (min-width: 1265px) {
   .gallery-slider .swiper-button-next,
    .gallery-slider .swiper-button-prev {
        top: calc(526px / 2);
    }
}

.gallery-slider .swiper-button-prev {
    left: 10px;
}

.gallery-slider .swiper-button-prev:after {
    width: 30px;
    height: 30px;
    line-height: 30px;
    display: block;
    color: #fff;
    font-size: 2rem;
    text-align: center;
    content: "\f104";
    font-family: "FontAwesome", 'Font Awesome 5 Free';
}

.gallery-slider .swiper-button-next {
    right: 10px;
}
.gallery-slider .swiper-button-next:after {
    width: 30px;
    height: 30px;
    line-height: 30px;
    display: block;
    color: #fff;
    font-size: 2rem;
    text-align: center;
    content: "\f105";
    font-family: "FontAwesome", 'Font Awesome 5 Free';
}

.gallery-slider img {
    display: block;
    max-width: 100%;
    max-height: 100%;
}
.gallery-slider .news-detail {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    z-index: 2;
    height: 100%;
    padding-left: 15px;
    padding-right: 15px;
    background: linear-gradient(180deg, rgba(97, 97, 99, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
}
.gallery-slider .gallery-top {
    overflow: hidden;
}
.gallery-slider .gallery-top .swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #eee;
}
.gallery-slider .gallery-top .swiper-slide:after {
    padding-top: 56.65%;
}
.gallery-slider .gallery-top .swiper-slide img {
    width: auto;
    height: auto;
    right: 0;
    bottom: 0;
    margin: auto;
}
.gallery-slider .gallery-top .swiper-slide p {
    position: absolute;
    bottom: 0;
    right: 0;
    color: #fff;
    background: rgba(0, 0, 0, 0.42);
    margin-bottom: 0 !important;
    padding: 0px 8px !important;
    line-height: 2rem !important;
    font-size: 1.1rem !important;
}
.gallery-slider .gallery-thumbs {
    padding: 8px 0;
    background: #fff;
    overflow: hidden;
    position: relative;
}
.single-news .gallery-slider .gallery-thumbs {
    padding: 0 !important;
    background-color: #000;
    border: 4px solid #000;
}
@media (min-width: 992px) {
    .gallery-slider .gallery-thumbs {
        padding: 13px 0;
    }
}
.gallery-slider .gallery-thumbs .swiper-slide {
    border-top: 3px solid transparent;
    background-color: #fff !important;
    cursor: pointer;
    width: calc(100% / 3 - 16px / 3);
    margin-right: 4px;
}
.gallery-slider .gallery-thumbs .swiper-slide.swiper-slide-active {
    border-top: 3px solid #be1b1b;
}
.single-news .gallery-slider .gallery-thumbs .swiper-slide {
    width: calc(100% / 3 - 8px / 3);
    margin-right: 4px !important;
    border-top: none;
    opacity: 0.5;
}
.single-news .gallery-slider .gallery-thumbs .swiper-slide.swiper-slide-active {
    border-top: none;
    opacity: 1;
}
@media (min-width: 576px) {
    .gallery-slider .gallery-thumbs .swiper-slide {
        width: calc(25% - 24px / 4);
    }
    .single-news .gallery-slider .gallery-thumbs .swiper-slide {
        width: calc(100% / 4 - 12px / 4);
    }
}
@media (min-width: 992px) {
    .gallery-slider .gallery-thumbs .swiper-slide {
        width: calc(20% - 52px / 5);
        margin-right: 13px;
    }
    .single-news .gallery-slider .gallery-thumbs .swiper-slide {
        width: calc(100% / 4 - 12px / 4);
    }
}
.gallery-slider .gallery-thumbs .swiper-slide .news-item-image {
    overflow: hidden;
}
.gallery-slider .gallery-thumbs .swiper-slide .news-item-image:after {
    padding-top: 75%;
}
.gallery-slider .gallery-thumbs .swiper-slide .news-item-image img {
    max-width: none !important;
    min-width: none !important;
    height: 100% !important;
    max-height: none;
}
.gallery-slider .gallery-thumbs figure {
    margin-bottom: 0px;
    float: none !important;
    margin-right: 0 !important;
}
.image-data {
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 10px;
    color: #fff;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000 100%);
}
.gallery-slider .image-data {
    position: absolute;
    padding: 30px 10px 10px;
}
@media (min-width: 768px) {
    .gallery-slider .image-data {
        padding: 30px 15px 15px;
    }
}

.job-list-wrapper{
    width: 100%;
    max-width: 850px;
    margin: 0 auto 90px;
    padding: 50px 10px;
    background-image: url('assets/slika.png');
    border-radius: 20px;
    background-size: cover;
}
@media(min-width: 768px){
    .job-list-wrapper{
    padding: 50px 20px;
    }
}
@media(min-width: 992px){
    .job-list-wrapper{
    padding: 50px;
    }
}
.job-list-item{
    border: 2px solid #f3f6f6;
    padding: 10px;
    margin-bottom: 15px;
    transition: 0.2s linear;
    cursor: pointer;
    align-items: center;
    background-color: #fff;
}
.job-list-item:hover{
    background-color:#f3f6f6;
    box-shadow: 0 0 5px #ccc;
}

.job-list-item .job-list-item-logo{
    flex: 0 0 60px;
    width: 60px;
}

.job-list-number{
    color:#8d8d8d;
    font-weight: 400;
    font-size: 16px;
    margin-bottom: 30px;
}
.job-list-item .job-list-item-data{
    flex: 0 0 calc(100% - 60px);
    width: calc(100% - 60px);
    padding-left: 10px;
}

.job-list-item .job-list-item-data h3{
    font-size: 16px;
    line-height: 20px;
}
.job-list-item .job-list-item-data p{
    font-size: 13px;
    line-height: 17px;
    color:#8d8d8d;
    margin-bottom: 0;
    font-weight: 400;
}

.job-list-item-status{
    padding-top: 15px;
    flex: 0 0 100%;
    width: 100%;
    align-items: center;
    justify-content: center;
    display: flex;
}
.job-list-item-status p{
    color:#8d8d8d;
    margin-bottom: 0;
    font-weight: 400;
    margin-left: 1rem;
    font-size: 12px;
}
.job-list-item-status .btn{
    padding: 5px 10px;
    background-color: #bf262b;

}
.all-job-list{
    margin-top: 50px;
}
.all-job-list a{
    font-size: 1.4rem;
    color:#fff;
    text-decoration: underline;
    font-weight: 700;
}

@media(min-width: 576px){
    .job-list-item .job-list-item-logo{
        flex: 0 0 70px;
        width: 70px;
    }
    .job-list-item .job-list-item-data{
        flex: 0 0 calc(100% - 140px);
        width: calc(100% - 140px);
        padding-left: 10px;
        padding-right: 10px;
    }
    .job-list-item-status{
        padding-top: 0px;
        flex: 0 0 70px;
        width: 70px;
        flex-direction: column;
    }
    .job-list-item-status p{
        margin-left: 0;
    }
    .job-list-item-status .btn{
        margin-bottom: 10px;
    }
}
@media(min-width: 768px){
    .job-list-item{
        padding: 30px 15px;
    }
    .job-list-item .job-list-item-logo{
        flex: 0 0 80px;
        width: 80px;
    }
    .job-list-item .job-list-item-data{
        flex: 0 0 calc(100% - 160px);
        width: calc(100% - 160px);
        padding-inline: 15px ;
    }
    .job-list-item .job-list-item-data h3{
        font-size: 18px;
        line-height: 22px;
    }
    .job-list-item .job-list-item-data p{
        font-size: 14px;
        line-height: 17px;
    }
    .job-list-item-status{
        flex: 0 0 80px;
        width: 80px;
    }
    
    .job-list-item-status .btn{
       padding: 5px 18px;
    }
    .job-list-item-status p{
        font-size: 14px;
     }
}

@media(min-width: 768px){
    .single-content .gallery-slider .swiper-button-next, .gallery-slider .swiper-button-prev {
        top: calc(302px / 2);
  }
 }

 @media(min-width: 992px){
    .single-content .gallery-slider .swiper-button-next, .gallery-slider .swiper-button-prev {
        top: calc(274px / 2);
  }
 }

 @media(min-width: 1265px){
    .single-content .gallery-slider .swiper-button-next, .gallery-slider .swiper-button-prev {
        top: calc(365px / 2);
  }
 }

 @media (min-width: 992px){
    .lead-single-wrapper .lead-single .lead-title {
        width: 49%;
    }
}

a.sign-link{
    text-decoration: underline;
    color: #BF252B;
}

@media(min-width: 992px){
    .biography-preview .biography-info .table > .table-row > .table-col p{
        white-space: initial !important;
    }
}

/* News SLider */
.news .news-slider{
    position: relative;
    overflow: visible !important;
}
.news .news-slider .news-item{
    margin-bottom: 0 !important;
        width: 270px;
}
@media(min-width: 992px){
    .news .news-slider .news-item{
        
            width: 100%;
    }
}

.news .news-slider  .owl-nav{
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
}
    .news .news-slider .owl-next,
    .news .news-slider .owl-prev{
        position: absolute;
        transform: translateY(-50%);
        font-size: 3rem;
        color:#000;
        background: none !important;
    }
    .news .news-slider .owl-next.disabled,
    .news .news-slider .owl-prev.disabled{
        display: none;
    }

        .news .news-slider .owl-nav  span{
            font-size: 3rem;
            width: 4rem;
            height: 4rem;
            line-height: 4rem;
            border-radius: 50%;
            background: rgba(255,255,255, 0.7);
            color:#000 !important;
        }
.news .news-slider .owl-prev{
    left: 0;
}
.news .news-slider .owl-next{
    right: 0;
}

@media(min-width:1500px ){
    .news .news-slider .owl-prev{
        left: -50px;
    }
    .news .news-slider .owl-next{
        right: -50px;
    }
}