@font-face {
    font-family: 'Gotham-Bold';
    src: url('../fonts/Gotham-Bold.otf');
}

@font-face {
    font-family: 'Gotham-Book';
    src: url('../fonts/Gotham-Book.otf');
}

@font-face {
    font-family: 'Gotham-Light';
    src: url('../fonts/Gotham-Light.otf');
}

@font-face {
    font-family: 'Gotham-Black';
    src: url('../fonts/Gotham-Black.otf');
}

@font-face {
    font-family: 'Gotham-Thin';
    src: url('../fonts/Gotham-Thin.otf');
}

/*@media (min-width: 1400px) {*/
/*    .container {*/
/*        max-width: 1320px;*/
/*    }*/
/*}*/

input,
select,
button {
    outline: none;
}

body {
    margin: 0;
    padding: 0;
}

button,
img:focus {
    outline: none;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-tap-highlight-color: transparent;
}

a {
    text-decoration: none;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

h1,
h2,
h3,
h4,
h5,
p {
    margin: 0;
    padding: 0;
}

p {
    line-height: 1.5;
    font-size: 16px;
}

img {
    max-width: 100%;
    height: auto;
    vertical-align: bottom;
}

ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

header {
    position: fixed;
    width: 100%;
    z-index: 100;
    top: 0;
    left: 0;
}

.bg-light {
    background-color: transparent !important;
}

header .container-fluid {
    padding: 0;
}

header.fixed {
    position: fixed;
    top: 0;
    left: 0;
    animation: smoothScroll 1s forwards;
    /* background-color: #021524; */
    background-color: #021524eb;
    z-index: 100;
}

@keyframes smoothScroll {
    0% {
        transform: translateY(-40px);
    }
    100% {
        transform: translateY(0px);
    }
}

nav {
    padding-left: 10%;
    padding-right: 2%;
}

.navbar-brand {
    margin-right: 22%;
}

.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .show > .nav-link {
    color: #f05405;
    font-family: 'Gotham-Bold';
}

.navbar-light .navbar-nav .nav-link.test,
.navbar-light .navbar-nav .show > .nav-link {
    color: #f05405;
    font-family: 'Gotham-Bold';
}

.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
    color: #f05405;
    font-family: 'Gotham-Bold';
}

.navbar-light .navbar-nav .nav-link {
    font-family: 'Gotham-Book';
    color: #FFF;
    text-transform: uppercase;
    font-size: 16px;
    padding: 0px 45px;
}

.home-slider-position {
    position: absolute;
    left: 10%;
    right: 0%;
    top: 40%;
    bottom: 0%;
    z-index: 99;
    width: min-content;
}

.home-slider-content h1 {
    font-family: 'Gotham-Bold';
    font-size: 80px;
    text-transform: uppercase;
    color: #f3f5f6;
}

.home-slider-content p {
    font-family: 'Gotham-Book';
    color: #f3f5f6;
}

.home-slider-content a {
    border: 1px solid #f05003;
    color: #fff;
    font-family: 'Gotham-Book';
    text-transform: uppercase;
    padding: 10px 45px;
    display: inline-block;
    margin-top: 30px;
    font-size: 16px;
    cursor: pointer;
    background-color: #f05003;
    text-decoration: none;
}

.home-slider-content a:hover {
    border: 1px solid #FFF;
    color: #FFF;
    background: transparent;
}

.uk-overlay-panel a:not([class]) {
    color: inherit;
    text-decoration: none !important;
}

.send-message {
    position: absolute;
    width: 100%;
    margin-top: -50px;
}

.send-message .send-message-box {
    padding: 25px;
    width: 75%;
    background: #f5a124;
    display: grid;
    grid-template-columns: 65% 35%;
    align-items: center;
    justify-content: center;
    background: url(../img/rectangle.jpg);
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.send-message .send-message-box h2 {
    font-family: 'Gotham-Bold';
    color: #021524;
    font-size: 30px;
}

.send-message .send-message-box p {
    font-family: 'Gotham-Light';
    color: #000;
    font-size: 16px;
}

.send-message .send-message-box a {
    border: 1px solid #FFF;
    color: #fff;
    font-family: 'Gotham-Book';
    text-transform: uppercase;
    padding: 10px 35px;
    display: inline-block;
    font-size: 16px;
    cursor: pointer;
    background-color: transparent;
    text-decoration: none;
}

.send-message .send-message-box a:hover {
    border: 1px solid #FFF;
    color: #FFF;
    background: transparent;
}

.about-us-home {
    margin-top: 150px;
}

.about-us-home h2 {
    font-family: 'Gotham-Black';
    border-left: 7px solid #f05003;
    padding-left: 50px;
    font-size: 46px;
    color: #021524;
    margin-bottom: 60px;
}

.services-wrapper {
    margin: 5% 10%;
    margin-top: 30%;
}

.services-wrapper .grid {
    display: grid;
    grid-template-columns: repeat(6, 15%);
    column-gap: 25px;
    /* justify-content: center; */
    justify-content: space-between;
    align-items: center;
    margin-bottom: 25px;
}

.services-wrapper .reference-item {
    padding: 20px 15px;
    border: 1px solid #ebebeb;
    border-radius: 15px;
    text-align: center;
    height: 250px;
}

.services-wrapper div img {
    height: 125px;
    width: 125px !important;
    object-fit: contain;
    margin: 0 auto;
}

.services-wrapper h3 {
    font-family: 'Gotham-Bold';
    color: #7c7c7b;
    font-size: 14px;
    text-transform: uppercase;
    min-height: 35px;
}


/* BACK TO TOP BUTTON */
.scrollToTop {
    position: fixed;
    cursor: pointer;
    background: #f05003;
    color: #fff;
    width: 35px;
    height: 35px;
    text-align: center;
    font-size: 30px;
    line-height: 35px;
    border-radius: 0;
    -webkit-transition: all .5s;
    transition: all .5s;
    bottom: 15px;
    right: 15px;
    z-index: 99;
    display: none;
}

.scrollToTop .fa-angle-up:hover {
    line-height: 20px;
}

.scrollToTop .fa-angle-up {
    font-size: 30px;
    color: #fff;
    line-height: 27px;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.footer-content p {
    font-family: 'Gotham-Bold';
    color: #021524;
    font-size: 18px;
    margin-top: 20px;
    margin-bottom: 20px;
}

.footer-content .flex {
    display: flex;
    justify-content: center;
    margin: 30px 0;
}

footer ul {
    width: 55%;
}

.footer-flex {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

footer ul li {
    padding: 0;
    /*width: 20%;*/
    width: 16.666%;
    text-align: center;
}

footer ul li a {
    font-family: 'Gotham-Book';
    color: #021524;
    text-transform: uppercase;
    font-size: 16px;
}

footer ul li a:hover {
    color: #f05405;
    font-family: 'Gotham-Bold';
}

footer ul li .active {
    color: #f05405;
    font-family: 'Gotham-Bold';
}

.footer-content .grid {
    display: grid;
    grid-template-columns: repeat(3, auto);
    column-gap: 25px;
    justify-content: center;
    align-items: center;
    border-top: 1px solid #ebebeb;
    border-bottom: 1px solid #ebebeb;
}

.footer-content .grid span {
    text-align: center;
    float: left;
    width: 36px;
    height: 36px;
    border-radius: 100%;
    background-color: #FFF;
    border: 2px solid #021524;
    margin-right: 10px;
}

.footer-content .grid span i {
    font-size: 18px;
    line-height: 32px;
    color: #021524;
}

/*.footer-content .grid span i {*/
/*    padding: 8px 10px;*/
/*    height: 100%;*/
/*    border: 2px solid #021524;*/
/*    border-radius: 50%;*/
/*    font-size: 18px;*/
/*    display: inline-block;*/
/*}*/
.footer-content .social-icon-grid {
    display: grid;
    grid-template-columns: repeat(3, auto);
    column-gap: 25px;
    justify-content: center;
    align-items: center;
    margin: 25px 0;
}

.footer-content .social-icon-grid a {
    text-align: center;
    float: left;
    width: 36px;
    height: 36px;
    border-radius: 100%;
    background-color: #021524;
}

.footer-content .social-icon-grid a i {
    font-size: 20px;
    line-height: 38px;
    color: #FFF;
}

header .social-icon-grid {
    display: grid;
    grid-template-columns: repeat(1, auto);
    column-gap: 15px;
    justify-content: center;
    align-items: center;
    margin-left: 70px;
}

/*header .social-icon-grid a {*/
/*    text-align: center;*/
/*    float: left;*/
/*    width: 36px;*/
/*    height: 36px;*/
/*    border-radius: 100%;*/
/*    background-color: #b6bdc1;*/
/*}*/

/*header .social-icon-grid a i {*/
/*    font-size: 20px;*/
/*    line-height: 38px;*/
/*    color: #051a2b;*/
/*}*/

.under-footer {
    text-align: center;
    background-color: #021524;
    padding: 15px;
}

.under-footer p {
    color: #ffffff;
    font-family: 'Gotham-Thin';
    font-size: 14px;
}

.under-footer p a {
    color: #f05405;
}

.under-footer p a:hover {
    color: #ffffff;
}

.single-reference-work {
    margin: 25px 0;
}

.single-reference-work span {
    font-family: 'Gotham-Bold';
    font-size: 22px;
    color: #f05003;
}

.single-reference-work p {
    font-family: 'Gotham-Book';
    font-size: 22px;
    color: #000;
}

#reference-slider-grid {
    background: url(../img/reference-slider-backg.jpg);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    margin-bottom: 50px;
    padding: 0 100px;
}

#reference-slider-grid .owl-item img {
    height: 200px;
    width: 200px;
    object-fit: contain;
    margin: 0 auto;
}

.our-projects {
    background-color: #021524;
    padding-top: 100px;
    padding-bottom: 60px;
}

.our-projects h2 {
    font-family: 'Gotham-Black';
    border-left: 7px solid #f05003;
    padding-left: 50px;
    font-size: 46px;
    color: #FFF;
}

.our-projects h3 {
    font-family: 'Gotham-Bold';
    font-size: 22px;
    color: #f05003;
    margin-bottom: 30px;
}

.our-projects span {
    font-family: 'Gotham-Bold';
    font-size: 16px;
    color: #f05003;
}

.our-projects p {
    font-family: 'Gotham-Book';
    font-size: 16px;
    color: #FFF;
    margin-bottom: 10px;
}

.our-projects .grid a {
    border: 1px solid #f05003;
    color: #fff;
    font-family: 'Gotham-Book';
    text-transform: uppercase;
    padding: 10px 35px;
    display: inline-block;
    font-size: 16px;
    cursor: pointer;
    background-color: #f05003;
    text-decoration: none;
    margin-top: 15px;
}

.our-projects .grid a:hover {
    border: 1px solid #FFF;
    color: #FFF;
    background: transparent;
}

.our-projects a {
    border: 1px solid #f05003;
    color: #fff;
    font-family: 'Gotham-Book';
    text-transform: uppercase;
    padding: 10px 35px;
    display: inline-block;
    font-size: 16px;
    cursor: pointer;
    background-color: transparent;
    text-decoration: none;
    margin-top: 75px;
}

.our-projects a:hover {
    border: 1px solid #FFF;
    color: #FFF;
    background: transparent;
}

.no-gutters {
    padding-left: 0 !important;
    padding-right: 0 !important;
}


/* END BACK TO TOP BUTTON */
.contact-us-form {
    margin-bottom: 100px;
    margin-top: 50px;
}

.contact-us-form .col-md-4 {
    background-color: #ebebeb;
}

.contact-us-form .box-content {
    border-bottom: 1px solid black;
    padding-bottom: 15px;
    margin-bottom: 20px;
}

.contact-us-form .box-content p {
    color: #021524;
    font-size: 18px;
    font-family: 'Gotham-Bold';
}

.contact-us-form .box-content a {
    color: #021524;
    font-size: 16px;
    font-family: 'Gotham-Light';
}

.contact-us-form .col-md-2 {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
}

.contact-map {
    position: absolute;
    width: 100%;
    margin-top: -330px;
}

.contact-us {
    margin-top: 150px;
}

.contact-us h2 {
    font-family: 'Gotham-Black';
    border-left: 7px solid #f05003;
    padding-left: 50px;
    font-size: 46px;
    color: #021524;
}

.contact-us p {
    font-family: 'Gotham-Light';
    color: #021524;
    font-size: 16px;
    padding-left: 60px;
    margin-top: 15px;
}

.object-non-visible {
    opacity: 0;
    filter: alpha(opacity=0);
}

.contact-slider-position {
    position: absolute;
    left: 0%;
    right: 0%;
    top: 17%;
    z-index: 99;
}

.contact-slider-content h1 {
    font-family: 'Gotham-Black';
    border-left: 7px solid #f05003;
    padding-left: 50px;
    font-size: 46px;
    color: #fdfffd;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.form-box {
    padding: 20px 20px;
    height: 100%;
}

#gform_wrapper_1 #gform_submit_button_1 {
    float: right;
    margin-top: -65px;
    border: 1px solid #f05003;
    color: #fff;
    font-family: 'Gotham-Book';
    text-transform: uppercase;
    padding: 10px 45px;
    display: inline-block;
    font-size: 16px;
    cursor: pointer;
    background-color: #f05003;
    text-decoration: none;
}

#gform_wrapper_1 #gform_submit_button_1 a:hover {
    border: 1px solid #FFF;
    color: #FFF;
    background: transparent;
}

.gform_wrapper .gform_footer {
    padding: 0 !important;
    margin: 0 !important;
    clear: both;
    width: 100%;
}

.reference-slider-position,
.usluge-slider-position,
.about-us-slider-position {
    position: absolute;
    left: 0%;
    right: 0%;
    top: 17%;
    z-index: 99;
}

.reference-slider-content h1,
.usluge-slider-content h1,
.about-us-slider-position h1 {
    font-family: 'Gotham-Black';
    border-left: 7px solid #f05003;
    padding-left: 50px;
    font-size: 46px;
    color: #fdfffd;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.all-reference-box-content a {
    border: 1px solid #f05405;
    color: #f05405;
    font-family: 'Gotham-Book';
    text-transform: uppercase;
    padding: 10px 35px;
    display: inline-block;
    font-size: 16px;
    cursor: pointer;
    background-color: transparent;
    text-decoration: none;
}

.all-reference-box-content {
    padding: 20px;
}

.all-reference-box-content h3 {
    color: #011627;
    font-size: 18px;
    text-transform: uppercase;
    font-family: 'Gotham-Bold';
    margin-bottom: 15px;
    min-height: 45px;
}

.all-reference-box-content p {
    color: #011627;
    font-size: 16px;
    font-family: 'Gotham-Light';
    margin-bottom: 10px;
}

.all-box-reference {
    border: 1px solid #ebebeb;
    margin-bottom: 50px;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.all-box-reference:hover {
    transform: scale(1.02);
    box-shadow: 1px 1px 15px rgb(0 0 0 / 30%);
}

.all-box-reference:hover .backg-hover {
    background-color: #f16623;
    cursor: pointer;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.all-box-reference:hover .hover-btn {
    color: #FFF;
    border: 1px solid #FFF;
}

.all-box-reference:hover .hover-color {
    color: #FFF;
}

/*.hid-box {*/
/*    top: 100%;*/
/*    position: relative;*/
/*    transition: all .3s ease-out;*/
/*    background: #428bca;*/
/*    height: 100%;*/
/*}*/
/*.box:hover > .hid-box{*/
/*    top: 0;*/
/*}*/
.usluge-content {
    margin-top: 50px;
}

.usluge-content-image {
    margin-bottom: 25px
}

.usluge-galerija {
    margin-top: 75px;
}

.usluge-galerija {
    margin-bottom: 20px;
}

.listanje {
    padding-left: 50px;
}

.listanje ul {
    display: block;
}

.listanje ul li {
    display: flex;
    align-items: center;
    color: #021524;
    font-family: 'Gotham-Bold';
}

.listanje ul li:before {
    content: "";
    display: inline-flex;
    margin-right: 5px;
    width: 8px;
    height: 8px;
    color: #a1a6ba;
    background-color: #f05003;
}

.ostale-usluge-box {
    background-color: #ebebeb;
    padding: 15px;
}

.ostale-usluge-box h3 {
    color: #021524;
    font-size: 30px;
    font-family: 'Gotham-Bold';
    margin-bottom: 15px;
}

.ostale-usluge-all {
    background-color: #FFF;
    padding: 15px;
}

.ostale-usluge-all ul li {
    border-bottom: 1px solid #ebebeb;
    margin-bottom: 10px;
}

.ostale-usluge-all ul li:hover {
    background-color: #f16623;
}

.ostale-usluge-all ul li:hover .hover-link {
    color: #FFF;
    padding-left: 10px;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.ostale-usluge-all ul li a {
    color: #021524;
    font-size: 16px;
    font-family: 'Gotham-Book';
    padding: 10px 0;
    display: inline-block;
}

.ostale-usluge-all ul li a span {
    padding-right: 10px;
}

.ostale-usluge-msg {
    padding: 25px;
    background: #f5a124;
    text-align: center;
    background: url(../img/rectangle.jpg);
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.ostale-usluge-msg h3 {
    font-family: 'Gotham-Bold';
    color: #021524;
    font-size: 30px;
    margin-bottom: 15px;
}

.ostale-usluge-msg p {
    font-family: 'Gotham-Light';
    color: #000 !important;
    font-size: 16px;
    margin-bottom: 25px;
    padding-left: 0 !important;
}

.ostale-usluge-msg a {
    border: 1px solid #FFF;
    color: #fff;
    font-family: 'Gotham-Book';
    text-transform: uppercase;
    padding: 10px 35px;
    display: inline-block;
    font-size: 16px;
    cursor: pointer;
    background-color: transparent;
    text-decoration: none;
}

.ostale-usluge-msg a:hover {
    border: 1px solid #FFF;
    color: #FFF;
    background: transparent;
}

.slider-counter {
    text-align: center;
    color: #021524;
    font-size: 18px;
    font-family: 'Gotham-Black';
    bottom: 1%;
    left: 49.3%;
    position: absolute;
}

.slider {
    position: relative;
    margin-bottom: 50px;
}

.usluge-content h2,
.usluge-galerija h2 {
    font-family: 'Gotham-Black';
    border-left: 7px solid #f05003;
    padding-left: 50px;
    font-size: 46px;
    color: #021524;
    margin-bottom: 30px;
    text-transform: uppercase;
}

.usluge-content p {
    font-family: 'Gotham-Light';
    color: #021524;
    font-size: 16px;
    margin-bottom: 25px;
    padding-left: 50px;
}

.usluge-content b, strong {
    font-family: 'Gotham-Bold';
    font-weight: normal;
}

.dropdown-content a {
    font-family: 'Gotham-Book';
    color: #FFF;
    font-size: 16px;
}

.dropdown-content a:hover {
    font-family: 'Gotham-Book';
    color: #000;
    font-size: 16px;
}

.dropdown-content ul {
    display: flex;
    /*justify-content: space-between;*/
    justify-content: space-around;
    align-items: center;
}

.dropdown-content ul li {
    padding: 0 20px;
}

.testimonials {
    position: relative;
}

.inner-testimonials .owl-dots {
    display: none !important;
}

.inner-testimonials .owl-nav {
    display: block !important;
}

.custome_slide.owl-carousel .owl-item.active.center .main-reviewimage {
    border: unset;
}

.main-reviewimage {
    border-radius: 0;
    height: 400px;
    width: 100%;
    background: unset;
}

.main-reviewimage img {
    opacity: 0.5;
}


.box:hover > .hid-box {
    top: 0;
}

#slide-testimonal .active.center .main-reviewimage img {
    opacity: 1;
}

#about-us-slider .active.center .main-reviewimage img {
    opacity: 1;
}

.test_img {
    position: relative;
    opacity: 1;
    -webkit-transition: .4s ease all;
    transition: .4s ease all;
    margin: 0;
    margin-top: 0;
}

#slide-testimonal .center .test_img:before {
    content: none;
    transition: 0.7s ease-in-out;
}

#about-us-slider .center .test_img:before {
    content: none;
    transition: 0.7s ease-in-out;
}

.test_img img {
    border-radius: 0;
    overflow: hidden;
    margin: 0 auto;
    height: 100%;
    object-fit: cover;
}

.custome_slide.owl-carousel .owl-item.active.center {
    margin-top: 0 !important;
    position: relative;
    z-index: 999;
}

.custome_slide.owl-carousel .owl-item {
    transition: all 0.5s;
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
    background: 0 0;
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit;
    color: #f16623;
    font-size: 24px;
    margin: 0px 50px;
}

.about-us-content {
    margin: 50px 0;
}

.about-us-content h2 {
    font-family: 'Gotham-Black';
    border-left: 7px solid #f05003;
    padding-left: 50px;
    font-size: 46px;
    color: #021524;
    margin-bottom: 45px;
    text-transform: uppercase;
}

.about-us-content h3 {
    font-family: 'Gotham-Black';
    font-size: 18px;
    color: #021524;
    margin-bottom: 10px;
    text-transform: uppercase;
    font-style: italic;
}

.about-us-content p {
    font-family: 'Gotham-Light';
    color: #021524;
    font-size: 16px;
    margin-bottom: 15px;
}

#test1 .grid {
    display: grid;
    grid-template-columns: 35% 65%;
    margin-left: 16%;
    align-items: center;
}

#test1 .grid div:first-child {
    border-left: 1px solid #FFF;
    border-bottom: 1px solid #FFF;
    border-top: 1px solid #FFF;
    margin: 50px 0;
    padding-top: 50px;
    padding-bottom: 20px;
    padding-left: 50px;
    padding-right: 25px;
    text-align: left;
    height: 80%;
}

#test2 .grid {
    display: grid;
    grid-template-columns: 65% 35%;
    margin-right: 16%;
    align-items: center;
}

#test2 .grid div:last-child {
    border-right: 1px solid #FFF;
    border-bottom: 1px solid #FFF;
    border-top: 1px solid #FFF;
    margin: 50px 0;
    padding-top: 50px;
    padding-bottom: 20px;
    padding-right: 50px;
    padding-left: 25px;
    text-align: right;
    height: 80%;
}

.about-us-home .grid {
    position: absolute;
    width: 100%;
    margin-top: -180px;
    display: grid;
    grid-template-columns: 45% 55%;
    align-items: center;
}

.about-us-home .grid .first-div {
    padding-top: 50px;
    padding-bottom: 20px;
    padding-left: 43%;
    text-align: left;
    background: #021524;
    color: #FFF;
    margin-top: 10%;
    height: 65%;
}

.about-us-home .grid .first-div h3 {
    font-family: 'Gotham-Bold';
    font-size: 22px;
    color: #f05003;
    margin-bottom: 20px;
}

.about-us-home .grid .first-div p {
    font-family: 'Gotham-Book';
    font-size: 16px;
    color: #FFF;
    margin-bottom: 10px;
}

.about-us-home .grid .first-div a {
    border: 1px solid #f05003;
    color: #fff;
    font-family: 'Gotham-Book';
    text-transform: uppercase;
    padding: 10px 35px;
    display: inline-block;
    font-size: 16px;
    cursor: pointer;
    background-color: #f05003;
    text-decoration: none;
    margin-top: 15px;
}

.about-us-home .grid .first-div a:hover {
    border: 1px solid #FFF;
    color: #FFF;
    background: transparent;
}


.about-us-home img {
    height: 650px;
    width: 100%;
    object-fit: cover;
}

.navbar-light .navbar-nav .nav-link {
    padding: 25px 45px;
}

.dropdown-content {
    display: none;
    position: fixed;
    top: 85px;
    background-color: transparent;
    width: 90%;
    left: 0;
    z-index: 1;
    text-decoration: none;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

.dropdown-content .header {
    background: url(../img/reference-slider-backg.jpg);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    /*background: #f05405;*/
    /*background: #FFF;*/
    /*border-top: 5px solid #f05405;*/
    border-top: 1px solid #FFF;
    padding: 35px 15px;
    color: #FFF;
    text-decoration: none;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    text-align: center;
    margin-left: 35%;
}

.dropdown:hover .dropdown-content {
    display: block;
    text-decoration: none;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

#test1 .owl-item img {
    height: 500px;
    object-fit: cover;
}

#test2 .owl-item img {
    height: 500px;
    object-fit: cover;
}

.panel {
    margin-top: 25px;
}

#sync1 .item {
    /*background: #0c83e7;*/
    background: transparent;
    margin: 5px;
    color: #fff;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    text-align: center;
    height: 600px;
    width: 1000px;
    margin: 0 auto;
}

#sync2 .item {
    background: #c9c9c9;
    margin: 5px;
    color: #fff;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    text-align: center;
    cursor: pointer;
    width: 160px !important;
    height: 130px !important;
    border: 1px solid transparent;
}

#sync2 .item img {
    width: 100% !important;
    height: 100%;
    overflow: hidden;
}

#sync2 .item h1 {
    font-size: 18px;
}

#sync2 .current .item {
    /*background: transparent;*/
    /*border: 2px solid #f05405;*/
    /*opacity: 0.5;*/
}

.owl-theme .owl-nav {
    /*default owl-theme theme reset .disabled:hover links */
}

.owl-theme .owl-nav [class*=owl-] {
    transition: all 0.3s ease;
}

.owl-theme .owl-nav [class*=owl-].disabled:hover {
    background-color: #d6d6d6;
}

#sync1.owl-theme {
    position: relative;
}

#sync1.owl-theme .owl-next,
#sync1.owl-theme .owl-prev {
    width: 22px;
    height: 40px;
    margin-top: -20px;
    position: absolute;
    top: 50%;
    margin-left: 0;
    margin-right: 0;
}

#sync1.owl-theme .owl-prev {
    left: 10px;
}

#sync1.owl-theme .owl-next {
    right: 10px;
}


.overview {
    background-color: #fff;
    text-align: center;
    position: relative;
    margin-bottom: 50px;
    margin-top: 0px;
}

.ref_desc {
    padding: 50px 0px 70px;
    position: relative;
    text-align: center;
}

.ref_table {
    width: 100%;
    position: relative;
    padding: 50px 0px;
    border: 1px solid #cfcfcf;
    margin-top: 50px;
}

.ref_table .table_box {
    width: 25%;
    float: left;
    text-align: center;
    border-right: 1px solid #cfcfcf;
    padding: 20px 20px;
}

.ref_table .table_box i {
    margin-bottom: 20px;
    color: #bababa;
    font-size: 30px;
    display: block;
}

.ref_table .table_box span, .ref_table .table_box p {
    font-family: 'Gotham-Book';
    font-size: 18px;
    color: #252525;
    margin-bottom: 5px;
    text-transform: unset;
}

.ref_table .table_box p {
    font-family: 'Gotham-Bold';
}

.politika {
    margin: 50px 0;
}

.politika p {
    font-family: 'Gotham-Light';
    color: #021524;
    font-size: 16px;
    margin-bottom: 15px;
}

.politika p span {
    font-family: 'Gotham-Bold';
    color: #021524;
    font-size: 16px;
}

.politika ul {
    list-style: disc;
    padding-left: 60px;
}


.reference-item {
    position: relative;
}

.reference-item hr {
    background-color: #ebebeb;
    opacity: 1;
}

.reference-more {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    background-color: #ebebeb;
    overflow: hidden;
    /*height: 20%;*/
    height: 0;
    transition: .5s ease;
    padding: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9;
}

.reference-item:hover .reference-hover {
    bottom: 0%;
    height: 100%;
    box-shadow: 5px 5px 25px rgb(0 0 0 / 30%);
    border-radius: 15px;
    padding: 0 15px;
}

.reference-hover {
    position: absolute;
    bottom: 0px;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    background-color: #FFF;
    overflow: hidden;
    height: 0;
    transition: .5s ease;
    background: url(../img/ikonica-opsta.png);
    background-repeat: no-repeat;
    background-size: auto;
    border-radius: 15px;
}

.reference-hover h4 {
    color: #0b0b0b;
    font-size: 16px;
    font-family: 'Gotham-Black';
    padding: 15px 0;
    text-transform: uppercase;
}

.reference-hover p {
    color: #0b0b0b;
    font-size: 14px;
    font-family: 'Gotham-Book';
}

.reference-hover a {
    position: absolute;
    bottom: 0;
    transform: translateX(-50%);
    width: 100%;
    background: #f05003;
    padding: 10px 0;
    color: #fff;
    font-family: 'Gotham-Book';
    text-transform: uppercase;
    font-size: 14px;
}

.mobile-slider {
    display: none;
}

.home-slider {
    display: block;
}


.desk-nav {
    display: block;
}

.mobile-nav {
    display: none;
}

.all-box-reference .img-thumb {
    height: 250px;
}

.all-box-reference .img-thumb img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

#gform_wrapper_1 .top_label .gfield_label {
    display: none !important;
}


#gform_wrapper_1 input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
    font-size: inherit;
    font-family: inherit;
    padding: 5px 4px;
    letter-spacing: normal;
    border: 0;
    border-bottom: 1px solid #ebebeb;
}

#gform_wrapper_1 .top_label li.gfield.gf_left_half textarea, .gform_wrapper .top_label li.gfield.gf_right_half textarea {
    width: 120%;
    border: 0;
    border-bottom: 1px solid #ebebeb;
    height: 100px !important;
}


#test1 .owl-nav {
    position: absolute;
    bottom: 5.5%;
    left: 38%;
    text-align: right;
    z-index: 5;
}

#about-us-home .owl-nav {
    position: absolute;
    bottom: 50px;
    left: -12%;
    text-align: right;
    z-index: 5;
}

#test2 .owl-nav {
    position: absolute;
    bottom: 5.5%;
    right: 38%;
    text-align: right;
    z-index: 5;
}

#test1 .owl-nav button {
    width: 50px;
    height: 50px;
    border-radius: 0;
    margin: 0;
    cursor: pointer;
}

#about-us-home .owl-nav button {
    width: 50px;
    height: 50px;
    border-radius: 0;
    margin: 0;
    cursor: pointer;
}

#test2 .owl-nav button {
    width: 50px;
    height: 50px;
    border-radius: 0;
    margin: 0;
    cursor: pointer;
}

#test1 .owl-nav button.owl-prev {
    background: #011627;
    border: 1px solid #f36e2f;
}

#test1 .owl-nav button.owl-prev i {
    font-size: inherit;
    color: #FFF;
}

#about-us-home .owl-nav button.owl-prev {
    background: #011627;
    border: 1px solid #f36e2f;
}

#about-us-home .owl-nav button.owl-prev i {
    font-size: inherit;
    color: #FFF;
}

#test2 .owl-nav button.owl-prev {
    background: #011627;
    border: 1px solid #f36e2f;
}

#test2 .owl-nav button.owl-prev i {
    font-size: inherit;
    color: #FFF;
}

#test1 .owl-nav button.owl-next {
    background: #011627;
    border-left: 0px solid transparent;
    border-top: 1px solid #f36e2f;
    border-bottom: 1px solid #f36e2f;
    border-right: 1px solid #f36e2f;
}

#about-us-home .owl-nav button.owl-next {
    background: #011627;
    border-left: 0px solid transparent;
    border-top: 1px solid #f36e2f;
    border-bottom: 1px solid #f36e2f;
    border-right: 1px solid #f36e2f;
}

#test2 .owl-nav button.owl-next {
    background: #011627;
    border-left: 0px solid transparent;
    border-top: 1px solid #f36e2f;
    border-bottom: 1px solid #f36e2f;
    border-right: 1px solid #f36e2f;
}

#test1 .owl-nav button.owl-next i {
    font-size: inherit;
    color: #FFF;
}

#about-us-home .owl-nav button.owl-next i {
    font-size: inherit;
    color: #FFF;
}

#test2 .owl-nav button.owl-next i {
    font-size: inherit;
    color: #FFF;
}

#usluge-slider-grid .owl-nav {
    display: none;
}

#usluge-slider-grid .owl-dots {
    margin-top: 30px;
}

#usluge-slider-grid .owl-dots button {
    margin: 0;
}

#usluge-slider-grid .owl-dots .owl-dot:hover span {
    background: #f36e2f;
}

#usluge-slider-grid .owl-dots .owl-dot.active span {
    background: #f36e2f;
    width: 20px;
}

#about-us-home .owl-dots {
    display: none;
}

#sync1 .owl-item img {
    /*height: 500px;*/
    /*object-fit: cover;*/
    height: 100%;
    width: 100%;
    object-fit: contain;
}

.about-us-home .slider-counter {
    text-align: center;
    color: #021524;
    font-size: 18px;
    font-family: 'Gotham-Black';
    bottom: -7%;
    left: 72.3%;
    position: absolute;
}

/* Icon 1 */

#nav-icon3 {
    /*position: absolute;*/
    left: 0;
    transform: translateX(-50%);
    z-index: 5;
    top: 26px;
    width: 30px;
    height: 20px;
    position: relative;
    margin: 0px auto;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
}

#nav-icon3 span {
    display: block;
    position: absolute;
    height: 2px;
    width: 100%;
    background: #fff;
    border-radius: 9px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}

#nav-icon3 span:nth-child(1) {
    top: 0px;
}

#nav-icon3 span:nth-child(2), #nav-icon3 span:nth-child(3) {
    top: 7px;
}

#nav-icon3 span:nth-child(4) {
    top: 14px;
}

#nav-icon3.open span:nth-child(1) {
    top: 18px;
    width: 0%;
    left: 50%;
}

#nav-icon3.open span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

#nav-icon3.open span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

#nav-icon3.open span:nth-child(4) {
    top: 18px;
    width: 0%;
    left: 50%;
}

.postid-128 .usluge-galerija,
.postid-130 .usluge-galerija,
.postid-570 .usluge-galerija {
    display: none;
}


.postid-128 .slider-counter,
.postid-130 .slider-counter,
.postid-570 .slider-counter {
    display: none;
}

.postid-128 .owl-nav,
.postid-130 .owl-nav,
.postid-570 .owl-nav {
    display: none !important;
}


.form-box .box-content .col-md-2 span {
    text-align: center;
    float: left;
    width: 36px;
    height: 36px;
    border-radius: 100%;
    background-color: transparent;
    border: 2px solid #021524;
}

.form-box .box-content .col-md-2 span i {
    font-size: 18px;
    line-height: 32px;
    color: #021524;
}

.type-apartment {
    margin-top: 50px;
}

#sync2 {
    width: 1012px;
    margin: 0 auto;
    overflow: hidden;
}

.error404 .error404-content {
    padding-bottom: 50px;
}

.error404 h2 {
    font-family: 'Gotham-Black';
    font-size: 20px;
    color: #021524;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 20px;
    padding: 0 15px;
}

.error404 .intro-text {
    text-align: center;
}

.error404 .intro-text a {
    border: 1px solid #f05003;
    color: #fff;
    font-family: 'Gotham-Book';
    text-transform: uppercase;
    padding: 10px 45px;
    display: inline-block;
    font-size: 16px;
    cursor: pointer;
    background-color: #f05003;
    text-decoration: none;
}

.iso-sert {
    width: 12.5%;
    margin-bottom: 25px;
}

@media (max-width: 1855.98px) {
    .navbar-brand {
        margin-right: 18%;
    }

    nav {
        padding-left: 5%;
    }
}

@media (max-width: 1770.98px) {
    .navbar-brand {
        margin-right: 15%;
    }

    .services-wrapper {
        margin-top: 33%;
    }
}

@media (max-width: 1610.98px) {
    .navbar-brand {
        margin-right: 7%;
    }

    .services-wrapper {
        margin-top: 36%;
    }

    .contact-map {
        margin-top: -300px;
    }

    .contact-us {
        margin-top: 190px;
    }

    .dropdown-content .header {
        margin-left: 25%;
    }
}

@media (max-width: 1490.98px) {
    .type-apartment {
        margin-top: 0;
    }

    .home-slider-position {
        width: 45%;
    }

    .form-box {
        padding: 20px 10px;
    }

    .contact-us-form .box-content a {
        font-size: 14px;
    }

    .dropdown-content ul li {
        padding: 0 10px;
    }

    nav {
        padding-left: 5%;
        padding-right: 1%;
    }

    .navbar-brand {
        margin-right: 10%;
    }

    .navbar-light .navbar-nav .nav-link {
        padding: 25px 25px;
    }

    .home-slider-content h1 {
        font-size: 48px;
    }

    .send-message .send-message-box h2 {
        font-size: 24px;
    }

    .services-wrapper {
        margin: 100px 15px;
        margin-top: 42%;
    }

    .services-wrapper .grid div {
        padding: 20px 20px;
        border: 1px solid #ebebeb;
    }

    #reference-slider-grid {
        padding: 0 15px;
    }

    .contact-map {
        margin-top: -220px;
    }

    .contact-us {
        margin-top: 270px;
    }

    .contact-slider-position {
        top: 17%;
    }

    .about-us-home .grid .first-div {
        padding-left: 25%;
    }

    .font-20-mobile {
        font-size: 20px;
    }

    .our-projects {
        padding-top: 50px;
        padding-bottom: 40px;
    }

    .ostale-usluge-msg h3 {
        font-size: 24px;
        margin-bottom: 10px;
    }

    footer ul {
        width: 85%;
    }

    .dropdown-content {
        width: 100%;
    }

    .dropdown-content .header {
        margin-left: 0%;
    }

}

@media (max-width: 1400.98px) {

    .home-slider-position {
        top: 35%;
    }

    .reference-hover h4 {
        font-size: 14px;
    }

    .services-wrapper .reference-item {
        height: 255px;
    }

    .about-us-home h2,
    .our-projects h2,
    .about-us-content h2,
    .usluge-content h2,
    .usluge-galerija h2,
    .contact-us h2 {
        font-size: 36px;
    }

    .all-reference-box-content h3 {
        font-size: 16px;
        min-height: 40px;
        overflow: hidden;
    }

    .reference-slider-content h1,
    .usluge-slider-content h1,
    .about-us-slider-position h1,
    .contact-slider-content h1 {
        font-size: 36px;
    }

    #test1 .grid {
        grid-template-columns: 40% 60%;
        margin-left: 7%;
    }

    #test2 .grid {
        grid-template-columns: 60% 40%;
        margin-right: 7%;
    }

    #test1 .owl-nav {
        left: 34%;
    }

    #test2 .owl-nav {
        right: 34%;
    }

    #about-us-home .owl-nav {
        bottom: 60px;
        left: -17%;
    }

    @media (max-width: 1279.98px) {
        nav {
            padding-left: 1%;
            padding-right: 1%;
        }

        .navbar-brand {
            margin-right: 5%;
        }

        .about-us-home h2,
        .our-projects h2,
        .about-us-content h2,
        .usluge-content h2,
        .usluge-galerija h2,
        .contact-us h2 {
            font-size: 30px;
        }

        .reference-slider-content h1,
        .usluge-slider-content h1,
        .about-us-slider-position h1,
        .contact-slider-content h1 {
            font-size: 30px;
        }
    }


    /* Large devices (desktops, less than 1200px) */
    @media (max-width: 1199.98px) {
        .navbar-light .navbar-nav .nav-link {
            padding: 25px 20px;
        }

        .navbar-light .navbar-nav .nav-link {
            font-size: 14px;
        }

        header .social-icon-grid {
            margin-left: 40px;
        }

        .navbar-brand {
            margin-right: 3%;
        }

        .services-wrapper {
            margin: 40px 15px;
            margin-top: 47%;
        }

        .about-us-home .grid .first-div p {
            font-size: 14px;
        }

        .send-message {
            margin-top: -50px;
        }

        .about-us-home {
            margin-top: 200px;
        }

        .home-slider-position {
            top: 25%;
        }

        .send-message .send-message-box {
            width: 100%;
        }

        .services-wrapper h3 {
            font-size: 12px;
        }

        .services-wrapper .reference-item {
            padding: 20px 5px;
        }
    }

    /* Medium devices (tablets, less than 992px) */
    @media (max-width: 991.98px) {
        .iso-sert {
            width: 50%;
        }
        .send-message {
            position: relative;
            width: 100%;
            margin-top: 0;
        }

        .about-us-home {
            margin-top: 50px;
        }

        .send-message .send-message-box {
            grid-template-columns: 60% 40%;
        }

        .about-us-home .grid {
            position: relative;
            grid-template-columns: none;
            margin-top: 0;
            align-items: normal;
            grid-template-columns: 100%;
        }

        .about-us-home .grid .first-div {
            padding-top: 25px;
            padding-bottom: 20px;
            text-align: left;
            margin-top: 0%;
            height: 100%;
            padding-left: 15px;
        }

        .about-us-home img {
            height: 100%;
            width: 100%;
            object-fit: cover;
        }

        .services-wrapper {
            margin: 40px 15px;
            margin-top: 10%;
        }

        .about-us-home .slider-counter {
            left: 50%;
        }

        #test1 .grid {
            margin-left: 2%;
        }

        #test2 .grid {
            margin-right: 2%;
        }
    }

    /* Small devices (landscape phones, less than 768px) */
    @media (max-width: 767.98px) {

        .iso-sert {
            width: 50%;
        }


        .footer-content .flex {
            display: flex;
            justify-content: center;
            margin: 0;
            margin-bottom: 30px;
        }

        .error404 h2 {
            font-size: 18px;
            margin-bottom: 10px;
            padding: 0 15px;
        }

        #sync2 {
            width: 100%;
            overflow: hidden;
        }

        #about-us-home {
            display: none;
        }

        .about-us-home .slider-counter {
            display: none;
        }

        .navigation ul .parent:after {
            display: block;
            font-family: "font awesome 5 Pro";
            content: '\f054';
            font-size: 14px;
            position: absolute;
            right: 15px;
            top: 11px;
            font-weight: 300;
            color: #FFF;
            transition: .2s all ease;
        }

        .navigation ul {
            text-align: center;
        }

        .navigation ul li a {
            color: #FFF;
            font-size: 18px;
            text-transform: uppercase;
            font-family: 'Gotham-Light';
            margin-bottom: 20px;
        }

        .navigation {
            display: block;
            position: fixed;
            height: 100vh;
            top: 65px;
            left: -100%;
            width: 100%;
            transition: .3s all ease;
            -webkit-box-shadow: 0px 9px 5px -8px rgba(158, 156, 158, 1);
            -moz-box-shadow: 0px 9px 5px -8px rgba(158, 156, 158, 1);
            box-shadow: 0px 9px 5px -8px rgba(158, 156, 158, 1);
            /*padding-top: 75px;*/
            background-image: url(../img/sidebar-nav-backg.jpg);
            background-size: cover;
            background-repeat: no-repeat;
            background-position: center right;
        }

        .navigation {
            background-color: #001746;
            padding-left: 0;
            padding-right: 0;
        }

        .navigation.open-nav .nav-1 > a {
            animation: navAnimate 0.7s forwards;
        }

        .navigation.open-nav .nav-2 > a {
            animation: navAnimate 0.7s forwards;
        }

        .navigation.open-nav .nav-3 > a {
            animation: navAnimate 0.9s forwards;
        }

        .navigation.open-nav .nav-4 > a {
            animation: navAnimate 1.1s forwards;
        }

        .navigation.open-nav .nav-5 > a {
            animation: navAnimate 1.3s forwards;
        }

        /*.navigation.open-nav .active-mob-nav li:first-child > a {*/
        /*    animation: navAnimate 0.9s forwards !important;*/
        /*}*/
        /*.navigation.open-nav .active-mob-nav li:nth-child(2) > a {*/
        /*    animation: navAnimate 0.9s forwards !important;*/
        /*}*/
        /*.navigation.open-nav .active-mob-nav li:nth-child(3) > a {*/
        /*    animation: navAnimate 1.1s forwards !important;*/
        /*}*/
        /*.navigation.open-nav .active-mob-nav li:nth-child(4) > a {*/
        /*    animation: navAnimate 1.3s forwards !important;*/
        /*}*/
        /*.navigation.open-nav .active-mob-nav li:nth-child(5) > a {*/
        /*    animation: navAnimate 1.5s forwards !important;*/
        /*}*/
        @keyframes navAnimate {
            0% {
                transform: translateX(-100%);
            }
            100% {
                transform: translateX(0px);
            }
        }

        .open-nav {
            left: 0 !important;
        }

        .navigation ul li {
            position: relative;
        }

        .navigation li.level0 {
            display: inline-block;
            /* position: relative; */
            width: 100%;
        }

        .navigation li.level0.nav-1 > a,
        .navigation li.level0.nav-2 > a {
            pointer-events: none;
        }

        .navigation ul li ul.submenu {
            position: absolute;
            width: 100%;
            z-index: 5;
            transform: translateX(0%);
            height: auto;
            padding: 0 !important;
            /*display: flex;*/
            /*flex-wrap: wrap;*/
            display: block;
            right: -250%;
            -webkit-transition: all .5s;
            -o-transition: all .5s;
            transition: all .5s;
            /*top: 41px;*/
            top: -72px;
            justify-content: center;
            /*background: #021524;*/
            height: 100vh;
            background-image: url(../img/sidebar-nav-backg.jpg);
            background-size: cover;
            background-repeat: no-repeat;
            background-position: center right;
            padding-top: 25px !important;
        }

        .navigation ul li {
            position: relative;
        }

        .active-mob-nav {
            right: 0 !important;
        }

        .nav-toggle {
            left: 10px;
        }

        .back-nav::before {
            font-family: "font awesome 5 Pro";
            content: '\f053';
            font-size: 14px;
            position: absolute;
            right: 30px;
            top: -42px;
            z-index: 5;
            font-weight: 300;
            font-size: 13px;
            color: #FFF;
            height: 42px;
            display: flex;
            align-items: center;
        }

        .back-nav::after {
            content: '';
            display: inline-block;
            position: absolute;
            left: 0;
            width: 100%;
            background: #021524;
            text-align: right;
            padding: 0 10px;
            top: -41px;
            font-size: 12px;
            color: #001746;
            font-family: 'Gotham-Light';
            height: 41px;
            display: flex;
            align-items: center;
            justify-content: flex-end;
            color: #FFF;
        }


        .single-reference-work p {
            font-size: 18px;
        }

        .single-reference-work span {
            font-size: 18px;
        }

        #test1 .owl-dots {
            top: 32%;
            left: 42%;
            position: absolute;
        }

        .our-projects h3 {
            margin-bottom: 10px;
            margin-top: 55px;
        }

        #test1 .grid {
            margin-bottom: 240px;
        }

        .order-1-mobile {
            order: 1;
        }

        .order-2-mobile {
            order: 2;
        }

        .our-projects .row {
            margin-top: -265px;
        }

        .our-projects {
            margin-top: 230px;
        }

        .our-projects h2 {
            color: #000
        }

        .reference-hover h4 {
            font-size: 14px;
        }

        .ref_table .table_box {
            width: 50%;
            padding: 20px 20px;
        }

        .slider-counter {
            left: 47.3%;
        }

        .home-slider-position {
            width: 75%;
        }

        #sync1 .item {
            height: 100%;
            width: 100%;
            margin: 0 auto;
        }

        #gform_wrapper_1 .top_label li.gfield.gf_left_half textarea, .gform_wrapper .top_label li.gfield.gf_right_half textarea {
            width: 100%;
        }

        #gform_wrapper_1 #gform_submit_button_1 {
            width: 60%;
            margin: 0 auto;
            display: block;
            float: none;
            margin-top: 10px;
        }

        .contact-us-form {
            margin-bottom: 50px;
            margin-top: 0;
        }

        #about-us-home .owl-dots,
        #test1 .owl-dots,
        #test2 .owl-dots {
            margin-top: 0;
        }

        #about-us-home .owl-dots button,
        #test1 .owl-dots button,
        #test2 .owl-dots button {
            margin: 0;
        }

        #about-us-home .owl-dots .owl-dot:hover span,
        #test1 .owl-dots .owl-dot:hover span,
        #test2 .owl-dots .owl-dot:hover span {
            background: #f36e2f;
        }

        #about-us-home .owl-dots .owl-dot.active span,
        #test1 .owl-dots .owl-dot.active span,
        #test2 .owl-dots .owl-dot.active span {
            background: #f36e2f;
            width: 20px;
        }

        #about-us-home .owl-nav,
        #test1 .owl-nav,
        #test2 .owl-nav {
            display: none;
        }

        #about-us-home .owl-dots,
        #test1 .owl-dots,
        #test2 .owl-dots {
            display: block;
        }

        .about-us-home .slider-counter {
            bottom: -5%;
            left: 48%;
        }

        .home-slider-content h1 {
            font-size: 30px;
        }

        .home-slider-content p {
            font-size: 12px;
        }

        .send-message {
            position: relative;
            margin-top: 0;
        }

        .send-message .send-message-box {
            width: 100%;
            grid-template-columns: none;
            text-align: center;
        }

        .send-message .send-message-box a {
            margin-top: 15px;
        }

        .send-message .send-message-box h2 {
            font-size: 20px;
        }

        .send-message .send-message-box p {
            font-size: 14px;
            display: none;
        }

        .send-message .send-message-box a {
            font-size: 14px;
        }

        .about-us-home {
            margin-top: 25px;
        }

        .about-us-home h2 {
            padding-left: 20px;
            font-size: 30px;
            margin-bottom: 0px;
        }

        .about-us-home .grid {
            position: relative;
            grid-template-columns: none;
            margin-top: 0;
            align-items: normal;
            grid-template-columns: 100% !important;
        }

        .about-us-home .grid .first-div {
            padding-top: 25px;
            padding-bottom: 20px;
            text-align: left;
            margin-top: 0%;
            height: 100%;
            padding-left: 15px;
            padding-right: 15px;
            background: #FFF;
        }

        .about-us-home .grid .first-div p {
            color: #000;
        }

        .about-us-home img {
            height: 100%;
            width: 100%;
            object-fit: cover;
        }

        .services-wrapper {
            margin: 50px 15px;
            margin-top: 50px;
        }

        .services-wrapper .grid {
            grid-template-columns: repeat(2, 50%);
            column-gap: 10px;
            margin-bottom: 25px;
        }

        .our-projects h2 {
            padding-left: 20px;
            font-size: 30px;
            margin-bottom: 0;
        }

        .our-projects a {
            margin-top: 5px;
            z-index: 99;
        }

        #test1 .grid {
            display: grid;
            grid-template-columns: none;
            margin-left: 15px;
            align-items: center;
            margin-right: 15px;
        }

        #test1 .owl-item img {
            /*height: 100%;*/
            object-fit: fill;
            height: 250px;
            width: 100%;
        }

        #test1 .grid div:first-child {
            border-left: 0;
            border-bottom: 0;
            border-top: 0;
            margin: 0 0;
            padding-top: 0;
            padding-bottom: 15px;
            padding-left: 0;
            text-align: left;
        }

        #test2 .grid {
            display: grid;
            grid-template-columns: none;
            margin-left: 15px;
            align-items: center;
            margin-right: 15px;
        }

        #test2 .owl-item img {
            height: 100%;
            object-fit: cover;
        }

        #test2 .grid div:last-child {
            border-left: 0;
            border-bottom: 0;
            border-top: 0;
            margin: 0 0;
            padding-top: 0;
            padding-bottom: 15px;
            padding-left: 0;
            text-align: left;
        }

        .footer-content p {
            font-size: 18px;
            width: 60%;
            margin: 0 auto;
            margin-top: 20px;
            margin-bottom: 50px;
            display: none;
        }

        .footer-content .text-center img {
            margin-bottom: 50px;
        }

        footer ul {
            width: 100%;
        }

        footer ul li {
            width: 100%;
            margin-bottom: 20px;
        }

        .footer-content .grid {
            display: none;
        }

        .footer-content .social-icon-grid {
            border-top: 2px solid #ebebeb;
            padding-top: 25px;
            margin-top: 5px;
        }

        .footer-content .social-icon-grid a {
            width: 56px;
            height: 56px;
        }

        .footer-content .social-icon-grid a i {
            font-size: 26px;
            line-height: 56px;
            color: #FFF;
        }

        .mobile-slider {
            display: block;
            padding-top: 65px;
        }

        .home-slider {
            display: none;
        }

        .desk-nav {
            display: none;
        }

        .mobile-nav {
            display: block;
        }

        header {
            background-color: #021524;
            height: 65px;
        }

        .about-us-header,
        .usluge-header,
        .reference-header,
        .contant-header {
            padding-top: 65px;
        }

        .about-us-header img,
        .usluge-header img,
        .reference-header img,
        .contant-header img {
            height: 110px;
            object-fit: cover;
        }


        .usluge-slider-content h1, .about-us-slider-position h1,
        .contact-slider-content h1 {
            padding-left: 10px;
            font-size: 26px;
            margin-bottom: 30px;
            text-transform: uppercase;
        }

        #test1 .grid div:first-child {
            height: 100%;
            margin-bottom: 4%;
        }

        #test2 .grid div:last-child {
            height: 100%;
            border-right: 0;
        }

        .reference-slider-content h1 {
            padding-left: 10px;
            font-size: 26px;
        }

        .reference-slider-content-second h1 {
            padding-left: 10px;
            font-size: 20px;
        }

        /*.reference-slider-position, .usluge-slider-position, .about-us-slider-position {*/
        /*    top: 10%;*/
        /*}*/
        .reference-slider-position, .usluge-slider-position, .about-us-slider-position {
            top: 16%;
        }

        .contact-slider-position {
            top: 16%;
        }

        .about-us-content h2 {
            padding-left: 20px;
            font-size: 30px;
            margin-bottom: 30px;
            text-transform: uppercase;
        }

        .usluge-content h2, .usluge-galerija h2 {
            padding-left: 20px;
            font-size: 30px;
            margin-bottom: 30px;
            text-transform: uppercase;
        }

        nav {
            padding-left: 15px;
            padding-right: 15px;
        }

        .navbar-brand img {
            width: 75%;
        }

        .navbar {
            padding-top: 0;
            padding-bottom: 0
        }

        .no-scroll {
            overflow: hidden !important;
        }

        .sidebar-nav {
            height: 100vh;
            position: absolute;
            top: 65px;
            z-index: 99999;
            bottom: 0;
            left: -100%;
            right: 0;
            width: 100%;
            padding: 50px;
            background: #021524;
            padding-top: 75px;
            background-image: url(../img/sidebar-nav-backg.jpg);
            background-size: cover;
            background-repeat: no-repeat;
            background-position: center right;
        }

        .sidebar-nav ul {
            text-align: center;
        }

        .sidebar-nav ul li a {
            color: #FFF;
            font-size: 18px;
            text-transform: uppercase;
            font-family: 'Gotham-Light';
            margin-bottom: 20px;
        }

        .menu-click-close {
            position: absolute;
            left: 44px;
            -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
            z-index: 5;
            top: 12px;
        }

        .menu-click-close i {
            color: #FFF;
            font-size: 28px;
            padding: 9px 7px;
            height: 50px;
            border: none;
            border-radius: 0;
            background-color: transparent;
            width: 50px;
            display: flex;
            align-items: center;
            justify-content: center;
            display: none;
        }

        .navbar-toggler {
            padding: 0;
        }


        header .fas {
            color: #FFF;
        }

        .navbar-light .navbar-toggler {
            color: transparent !important;
            border-color: transparent !important;
        }

        .navbar-brand {
            margin-right: 0;
            text-align: center;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
            z-index: 5;
            top: 5%;
        }

        .navbar-toggler i {
            position: absolute;
            left: 35px;
            transform: translateX(-50%);
            z-index: 5;
            top: 25px;
        }

        .navigation .social-icon-grid-mobile {
            display: grid;
            grid-template-columns: repeat(3, auto);
            column-gap: 10px;
            justify-content: center;
            align-items: center;
            margin: 25px 0;
        }

        .navigation .social-icon-grid-mobile {
            border-top: 0;
            padding-top: 10px;
            margin-top: 5px;
        }

        .navigation .social-icon-grid-mobile a i {
            font-size: 26px;
            line-height: 42px;
            color: #021524;
        }

        .navigation .social-icon-grid-mobile a {
            text-align: center;
            float: left;
            width: 42px;
            height: 42px;
            border-radius: 100%;
            background-color: #FFF;
        }

        .contact-us h2 {
            padding-left: 20px;
            font-size: 30px;
            margin-bottom: 30px;
            text-transform: uppercase;
        }

        .contact-map {
            margin-top: 0;
        }

        .contact-map {
            position: relative;
            width: 100%;
        }

        .contact-map img {
            height: 300px;
            object-fit: cover;
        }

        .contact-us {
            margin-top: 30px;
        }

        .listanje {
            padding-left: 15px;
        }

        .usluge-content p {
            padding-left: 15px;
        }

        .ref_table .table_box span, .ref_table .table_box p {
            font-size: 12px;
        }

        #sync2 .item {
            width: 60px !important;
            height: 60px !important;
        }

        #sync2 .item img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }

    }
}

/* Extra small devices (portrait phones, less than 576px) */
/*@media (max-width: 575.98px) {*/

/*}*/


/* WPML SWITCHER */


.wpml-ls-legacy-dropdown-click {
    width: auto !important;
    border: none !important;
}

.wpml-ls-legacy-dropdown-click a {
    background-color: transparent !important;
    border: none !important;
}

.wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu {
    border-top: none !important;
}

.wpml-ls-legacy-dropdown-click .wpml-ls-flag {
    width: 30px !important;
    height: 30px !important;
}

.wpml-ls-legacy-dropdown-click a.wpml-ls-item-toggle:after {
    content: '\f0dd' !important;
    font-family: "font awesome 5 pro";
    font-size: 20px;
    font-weight: 300;
    top: 7px !important;
    border-top: 0 !important;
    border: none !important;
    color: #fff;
}


/**/

/* kontakt forma */

.kontakt-img {
    height: 100%;
    object-fit: cover;
}
