body .pb40 {
    padding-bottom: 45px !important;
}

.slide-photo-1 {
    background-image: url(../images/gallery/bgfront2.jpeg);
}

.slide-bg {
    /*background-color: rgba(0,0,0, 0.9) !important;*/
}

.txt-shadow {
    text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.5)
}

.white-txt98 {
    color: rgba(255, 255, 255, 0.98);
}

body .page-title {
    position: relative;
    height: 18.75rem;
    text-align: center;
}

body .page-title .page-title-img {
    position: absolute;
    z-index: -1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

body .page-title .page-title-img img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

body .page-title .page-title-inner {
    background-color: rgba(14, 176, 238, 0.27);
    height: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

body .page-title .page-title-inner .page-title-text {
    color: white;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    margin-top: 0;
    margin-bottom: 0;
    line-height: 1.125;
    word-wrap: break-word;
}

body .split-section .split {
    display: table;
    background: #fff;
    border-radius: 5px;
    overflow: hidden;
}

body .split-section .split .col {
    display: table-cell;
    width: 50%;
    padding: 30px;
}

body .split-section .split .imgbg {
    background: url(../images/gallery/gallery8.jpg) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

@media only screen and (max-width: 768px) {
    body .split-section .split {
        display: block;
    }

    body .split-section .split .col {
        display: block;
        width: auto;
    }

    body .split-section .split .imgbg {
        display: none;
    }
}

body #float {
    position: fixed;
    top: 3em;
    right: 2em;
    z-index: 100;
}

body .photo-about-us {
    background: url(../images/gallery/gallery3.jpg) bottom;
    background-color: rgba(51, 83, 134, 0.5);
    width: 100%;
    max-height: 400px;
    background-size: cover;
    background-repeat: no-repeat;
    content: ' ';
    display: block;
    min-height: 400px;
}

body .photo-about-us-2 {
    background: url(../images/gallery/gallery8.jpg) center;
    background-color: rgba(51, 83, 134, 0.5);
    width: 100%;
    max-height: 400px;
    background-size: cover;
    background-repeat: no-repeat;
    content: ' ';
    display: block;
    min-height: 400px;
}

body .hover-black {
    transition: all .2s ease;
}

body .hover-black:hover {
    background-color: rgba(0, 0, 0, 0.2) !important;
}

body .numbers-wrapper {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    border-top: 1px solid;
    padding-top: 35px;
    margin-top: 15px;
}

body .numbers-wrapper .number-single {
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #021A47;
}

body .numbers-wrapper .number-single .number-big {
    display: flex;
    align-self: flex-start;
    font-size: 4.3rem;
    margin-bottom: 25px;
    font-weight: bold;
}

body .numbers-wrapper .number-single .number-small {
    display: flex;
    align-self: flex-start;
    font-size: 2.3rem;
    font-weight: bold;
}

body .numbers-wrapper .middle-bordered {
    border-left: 1px solid;
    border-right: 1px solid;
}

body .txt-white {
    color: rgba(255, 255, 255, 0.8);
}

body .background-aboutus {
    position: relative;
    box-sizing: border-box;
    background: url("https://images.unsplash.com/photo-1513828583688-c52646db42da?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&auto=format&fit=crop&w=3300&q=80") center center;
}

body .background-aboutus .container-photo {
    position: relative;
    z-index: 20 !important;
}

body .background-aboutus .container-photo .photo-container-padding {
    padding-top: 150px;
    padding-bottom: 160px;
    padding-left: 60px;
    padding-right: 60px;
}

body .background-aboutus .blue-overlay {
    z-index: 5;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    background: rgba(39, 50, 114, 0.8) !important;
}

body .ptb40 {
    padding-top: 40px;
    padding-bottom: 40px;
}

body .mtb0 {
    margin-top: 0;
    margin-bottom: 0;
}

body .bordered {
    border-left: 1px solid black;
    border-right: 1px solid black;
}

body .txt-blue {
    color: #0eb0ee;
}

body .underline-blue:hover {
    border: none;
    color: white !important;
}

body .underline-blue {
    transition: all 0.2s ease;
    border-bottom: 1px solid #0eb0ee;
}

body .pointer {
    cursor: pointer;
}

body .fs30 {
    font-size: 30px;
}

body .mb25 {
    margin-bottom: 25px;
}

body .mb5 {
    margin-bottom: 5px !important;
}

body .mt20 {
    margin-top: 20px;
}

body .mt40 {
    margin-top: 40px;
}

body .mt55 {
    margin-top: 55px;
}

body .pl70 {
    padding-left: 70px;
}

body .dark-blue {
    color: #30355d !important;
}

body .fs20 {
    font-size: 20px;
}

body .fs50 {
    font-size: 50px;
}

body .photo-wrapper .photo {
    display: block;
    content: "";
    width: 100%;
    min-height: 360px;
    background: url("/images/workers02_square.jpg");
    background-size: cover;
    border-radius: 4px;
    position: relative;
    box-sizing: border-box;
}

body .photo-wrapper .photo .photo-icon {
    color: white;
    position: absolute;
    top: -11%;
    left: 52%;
    background-color: #0eb0ee;
    padding: 55px 30px 25px 30px;
}

body .txt-black {
    color: black;
}

body .bg-white {
    background-color: white !important;
}

body .txt-lightblue {
    color: #0eb0ee;
}

body .pb65 {
    padding-bottom: 65px;
}

body .toggle_menu {
    right: 20px !important;
    top: 10px !important;
}

body .shadow-box:hover {
    transform: scale(1.02);
    background-color: #0eb0ee;
}

body .shadow-box:hover p {
    color: #30355d;
}

body .shadow-box:hover .divider_2_30 {
    background-color: #30355d;
}

body .shadow-box {
    transition: 0.3s all ease;
    box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.1);
    padding: 20px;
}

.no-footer.dataTables_wrapper div.dataTables_length {
    display: none;
}

.no-footer.dataTables_wrapper div.dataTables_paginate {
    display: none;
}

@media only screen and (max-width: 480px) {
    .pl70 {
        padding-left: 0 !important;
    }
}

.rzetfirma{
    display: block !important;
    margin: 0 auto;
}