/*!
Theme Name: christ-autopraonice
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: christ-autopraonice
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

christ-autopraonice is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */
body {
    background: #fff;
    font-family: 'Lato', sans-serif;
    overflow-x: hidden;
    color: #777;
    font-weight: 400;
    font-size: 16px
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #000;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    padding-bottom: 8px;
    margin: 0;
    letter-spacing: -1px
}

p {
    font-size: 16px;
    color: #777;
    line-height: 25px;
    font-weight: 400;
    font-family: Lato, sans-serif;
    letter-spacing: .4px
}

b,
strong {
    font-weight: 700
}

a {
    color: #333
}

a:hover {
    color: #0c3c60
}

a,
a:focus,
a:hover,
button,
button:hover {
    outline: 0;
    text-decoration: none;
    transition: .4s
}

li,
ol,
ul {
    margin: 0;
    padding: 0;
}

.site-main {
    padding: 30px 15px;
}

.wp-theme-christ-autopraonice {
    padding: 0;
    margin: 0;
}

#page {
    margin-top: 100px;
}

#primary {
    max-width: 1450px;
    margin: 0 auto;
}

.space10 {
    margin-bottom: 10px
}

.space20 {
    margin-bottom: 20px
}

.space30 {
    margin-bottom: 30px
}

.space40 {
    margin-bottom: 40px
}

.space50 {
    margin-bottom: 50px
}

.space60 {
    margin-bottom: 60px
}

.space70 {
    margin-bottom: 70px
}

.space80 {
    margin-bottom: 80px
}

.space90 {
    margin-bottom: 90px
}

.no-padding {
    padding: 0 !important
}

.ml-3 {
    margin-left: 3px;
}

.ml-4 {
    margin-left: 4px;
}

.ml-5 {
    margin-left: 5px;
}

.ml-6 {
    margin-left: 6px;
}

.ml-7 {
    margin-left: 7px;
}

.ml-8 {
    margin-left: 8px;
}

.ml-9 {
    margin-left: 9px;
}

.ml-10 {
    margin-left: 10px;
}

.slick-slide,
button:focus,
input:focus {
    outline: 0;
    box-shadow: none
}

.video {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden
}

.video embed,
.video iframe,
.video object {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none
}

.container {
    max-width: 1450px;
    width: 100%;
    margin: 0 auto;
}

.btn {
    font-weight: 700;
    font-size: 11px;
    letter-spacing: 1px;
    padding: 15px 17px;
    border: none;
    text-transform: uppercase;
    font-family: 'Poppins', sans-serif;
    border-radius: 0
}

.btn.btn-default {
    color: #000;
    background-color: #fff;
    border: 1px solid #e6e6e6
}

.btn.btn-default.btn-border {
    border-color: #fff;
    color: #fff
}

.btn.btn-default:hover {
    background-color: #e6e6e6;
    color: #000
}

.btn.btn-primary {
    background-color: #0c3c60;
    border: 2px solid #0c3c60;
    border-radius: 24px
}

.btn.btn-primary.btn-border {
    border-color: #0c3c60;
    color: #0c3c60
}

.btn.btn-primary:hover {
    background-color: #75c5f0;
    border-color: #75c5f0;
    color: #fff
}

.btn.btn-success {
    background-color: #2ecc71
}

.btn.btn-success.btn-border {
    border-color: #2ecc71;
    color: #2ecc71
}

.btn.btn-success:hover {
    background-color: #25a25a;
    color: #fff
}

.btn.btn-info {
    background-color: #81cfe0
}

.btn.btn-info.btn-border {
    border-color: #81cfe0;
    color: #81cfe0
}

.btn.btn-info:hover {
    background-color: #58bfd6;
    color: #fff
}

.btn.btn-warning {
    background-color: #f39c12
}

.btn.btn-warning.btn-border {
    border-color: #f39c12;
    color: #f39c12
}

.btn.btn-warning:hover {
    background-color: #c87f0a;
    color: #fff
}

.btn.btn-danger {
    background-color: #c0392b
}

.btn.btn-danger.btn-border {
    border-color: #c0392b;
    color: #c0392b
}

.btn.btn-danger:hover {
    background-color: #962d22;
    color: #fff
}

.btn.btn-border {
    border: 2px solid;
    background: 0 0
}

.btn.btn-black {
    background: #09142f;
    border: 2px solid #09142f;
    color: #fff
}

.btn.btn-black:hover {
    background: #0c3c60;
    border: 2px solid #0c3c60;
    color: #fff
}

.btn.btn-md {
    padding: 15px 25px
}

.btn.btn-lg {
    font-size: 12px;
    padding: 14px 35px;
    border-radius: 24px
}

.btn.btn-sm {
    padding: 9px 20px
}

.btn.btn-xs {
    font-size: 11px;
    padding: 7px 15px
}

.btn i {
    margin-left: 15px
}

.navbar-default {
    background: 0 0;
    border: none;
    padding: 25px 0;
    transition: .4s;
    -moz-transition: .4s;
    -webkit-transition: .4s
}

.navbar-brand {
    font-family: 'Poppins', sans-serif;
    color: #fff !important;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 5px
}

.navbar-default .navbar-nav {
    display: flex;
    gap: 15px;
    margin: 0;
}

.navbar-default .navbar-nav>li>a {
    color: #fff;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: bold;
    font-family: 'Poppins', sans-serif;
    position: relative;
    padding: 15px 0 0;
    letter-spacing: 1px
}

#bs-example-navbar-collapse-1>ul>li:nth-child(6)>a,
#bs-example-navbar-collapse-1>ul>li:nth-child(5)>a {
    color: #ffee00 !important;
}

.navbar-nav>li a:focus,
.navbar-nav>li a:hover,
.navbar-nav>li.active a {
    float: left;
    color: #75c5f0 !important;
    background: 0 0 !important
}

#bs-example-navbar-collapse-1>ul>li:nth-child(6)>a:hover,
#bs-example-navbar-collapse-1>ul>li:nth-child(5)>a:hover {
    color: #75c5f0 !important;
}

.navbar-nav>li>a:after {
    content: "";
    height: 5px;
    width: 5px;
    background: #75c5f0;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0;
    transition: .4s;
    -moz-transition: .4s;
    -webkit-transition: .4s;
    margin: 0 auto;
    border-radius: 50%
}

.navbar-nav>li a:focus:after,
.navbar-nav>li a:hover:after,
.navbar-nav>li.active a:after {
    content: "";
    height: 5px;
    width: 5px;
    background: #fff;
    position: absolute;
    bottom: -20px;
    left: 0;
    right: 0 margin 0 auto;
    opacity: 1;
    transition: .4s;
    -moz-transition: .4s;
    -webkit-transition: .4s
}

.subpage .navbar-default {
    background: #111 !important;
    padding: 15px 0 !important
}

.dropdown-menu {
    display: block !important;
    padding: 0;
    margin: 0;
    border-radius: 0;
    background: #111;
    top: 65px;
    left: 0 !important;
    right: auto !important;
    opacity: 0;
    visibility: hidden;
    transition: .4s
}

.dropdown-menu li a:after {
    display: none
}

.navbar-nav>li:hover .dropdown-menu {
    opacity: 1;
    visibility: visible;
    transition: .4s
}

.dropdown-menu>li>a {
    padding: 12px 20px;
    color: #fff;
    border-bottom: 1px solid #222;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1px;
    width: 100%
}

.navfix {
    display: flex;
    justify-content: space-between;
}

.navfix>div {
    max-width: 1450px;
}

.intro {
    position: relative
}

.overlay-gradiant {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: #16bffd;
    background: -webkit-linear-gradient(to left, #16bffd, #cb3066);
    background: linear-gradient(to left, #16bffd, #cb3066);
    opacity: .95
}

.intro .container {
    position: relative;
    z-index: 77
}

/*Intro Style start*/
/*Intro Style*/
/*Intro Style*/

.intro-style11 {
    background: #222 url(../images/bg-mobile/samouslužna-autopraonica1.jpg) no-repeat top center;
    background-size: cover;
    display: none;
}

.intro-style12 {
    background: #222 url(../images/bg-mobile/portalna-praonica1.jpg) no-repeat top center;
    background-size: cover;
    display: none;
}

.intro-style13 {
    background: #222 url(../images/bg-mobile/Tunel1.jpg) no-repeat top center;
    background-size: cover;
    display: none;
}

.intro-style14 {
    background: #222 url(../images/bg-mobile/truck-bus1.jpg) no-repeat top center;
    background-size: cover;
    display: none;
}

.intro-style15 {
    background: #222 url(../images/bg-mobile/Train1.jpg) no-repeat top center;
    background-size: cover;
    display: none;
}

.intro-style11 h1,
.intro-style12 h1,
.intro-style13 h1,
.intro-style14 h1,
.intro-style15 h1 {
    padding-top: 240px;
    padding-bottom: 240px;
}

@keyframes buzzEffect {
    0% {
        transform: translateX(0) rotate(0);
    }

    25% {
        transform: translateX(-1px) rotate(-1deg);
    }

    50% {
        transform: translateX(1px) rotate(0deg);
    }

    75% {
        transform: translateX(-1px) rotate(1deg);
    }

    100% {
        transform: translateX(0) rotate(0);
    }
}

#fiksniCallButton {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background-color: #0c3c60;
    color: white;
    border-radius: 50px;
    box-shadow: 0px 0px 5px 2px rgba(255, 255, 255, 0.5);
    z-index: 1000;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    height: 50px;
    width: 50px;
    overflow: hidden;
    text-decoration: none;
    transition: width 0.4s ease-in-out, background-color 0.3s ease, padding 0.4s ease-in-out;
}

#fiksniCallButton:hover {
    background-color: #0c3c60;
    width: 190px;
    justify-content: flex-start;
    padding: 0 15px 0 12px;
}

#fiksniCallButton:hover .call-icon i {
    animation: buzzEffect 0.7s linear infinite;
}

.call-icon {
    font-size: 20px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 50px;
    height: 50px;
}

.call-text {
    margin-left: 0;
    font-size: 16px;
    font-weight: bold;
    white-space: nowrap;
    opacity: 0;
    max-width: 0;
    overflow: hidden;
    transition: opacity 0.3s ease-in-out 0.1s, max-width 0.3s ease-in-out 0.1s, margin-left 0.3s ease-in-out 0.1s;
}

#fiksniCallButton:hover .call-text {
    opacity: 1;
    max-width: 110px;
    margin-left: 8px;
}

/* Wobble efekat za ikonicu upitnika */
@keyframes wobbleEffect {

    0%,
    100% {
        transform: rotate(0deg) translateX(0) translateY(0);
    }

    15% {
        transform: rotate(-6deg) translateX(-2px) translateY(-1px);
    }

    30% {
        transform: rotate(4deg) translateX(2px) translateY(1px);
    }

    45% {
        transform: rotate(-3deg) translateX(-2px) translateY(-1px);
    }

    60% {
        transform: rotate(2deg) translateX(1px) translateY(1px);
    }

    75% {
        transform: rotate(-1deg) translateX(-1px) translateY(0);
    }
}

/* Stil za novo fiksno "Pošalji upit" dugme */
#fixedQueryButton {
    position: fixed;
    bottom: 80px;
    /* Pozicija iznad call dugmeta (20px + 50px visina + 10px razmak) */
    right: 20px;
    background-color: #17a2b8;
    /* Info plava boja (primer) */
    color: white;
    border-radius: 50px;
    box-shadow: 0px 0px 5px 2px rgba(255, 255, 255, 0.5);
    z-index: 1000;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    height: 50px;
    width: 50px;
    overflow: hidden;
    text-decoration: none;
    transition: width 0.4s ease-in-out, background-color 0.3s ease, padding 0.4s ease-in-out;
}

#fixedQueryButton:hover {
    background-color: #117a8b;
    /* Tamnija info plava */
    width: 205px;
    /* Prilagodite širinu za tekst "Pošalji upit" */
    justify-content: flex-start;
    padding: 0 15px 0 12px;
}

#fixedQueryButton:hover .query-icon i {
    animation: wobbleEffect 1s ease-in-out infinite;
}

.query-icon {
    font-size: 20px;
    /* Veličina ikonice */
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 50px;
    height: 50px;
}

.query-text {
    margin-left: 0;
    font-size: 16px;
    font-weight: bold;
    white-space: nowrap;
    opacity: 0;
    max-width: 0;
    overflow: hidden;
    transition: opacity 0.3s ease-in-out 0.1s, max-width 0.3s ease-in-out 0.1s, margin-left 0.3s ease-in-out 0.1s;
}

#fixedQueryButton:hover .query-text {
    opacity: 1;
    max-width: 135px;
    /* Prilagodite za "Pošalji upit" */
    margin-left: 8px;
}

/*Intro style end*/
.intro-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    /* Maintains aspect ratio, covers container */
    z-index: 1;
    /* Video behind overlay */
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    /* Adjust opacity/color as needed */
    z-index: 2;
    /* Overlay above video */
}

.overlay.home-hero {
    height: 900px;
}

.intro-style3 .container {
    position: relative;
    z-index: 3;
    /* Content above video and overlay */
    display: flex;
    align-items: center;
    height: 100%;
}

.intro-style1 {
    background: #222 url(../images/bg/1.jpg) no-repeat top center;
    background-size: cover;
    padding-top: 135px
}

.intro-style1 h2 {
    color: #fff;
    font-size: 68px;
    line-height: 60px;
    margin: -20px 0 30px;
    font-weight: 500
}

.intro-style1 p {
    color: #fff;
    font-size: 15px;
    line-height: 26px;
    margin: 0 0 30px
}

.intro-style1 a {
    margin-right: 5px
}

.intro-style2 {
    background: #2a2a2a url(../images/bg/2.jpg) no-repeat center;
    background-size: cover;
    padding-top: 150px
}

.intro-style2 .overlay {
    opacity: .5
}

.intro-style2 h2 {
    color: #fff;
    font-size: 50px;
    line-height: 45px;
    margin: 0 0 20px
}

.intro-style2 p {
    color: #fff;
    font-size: 14px;
    line-height: 24px;
    margin: 0 0 30px;
    padding: 0 5%
}

.intro-style2 a {
    margin: 0 3px
}

.intro-style3 {
    position: relative;
    width: 100%;
    height: 1000px;
    /* Full viewport height */
    overflow: hidden;
}

.intro-style3 .overlay {
    opacity: 1;
}

.intro-style3 h2 {
    color: #fff;
    font-size: 40px;
    font-weight: 700
}

.intro-style3 h3 {
    color: #fff;
    font-size: 1.4em;
    padding-bottom: 5vh
}

.intro-style3 p {
    color: #fff;
    font-size: 15px;
    line-height: 25px;
    margin: 0 0 30px
}

.intro-style3 a {
    margin: 0 5px;
    min-width: 180px
}

.intro-style4 {
    background: #2a2a2a url(../images/bg/hero.webp) no-repeat center top;
    background-size: cover;
    padding: 230px 0 190px
}

.intro-style4 .col-md-4 {
    padding: 0 5px
}

.intro-style4 h2 {
    color: #fff;
    font-size: 90px;
    line-height: 80px;
    margin: 0 0 40px;
    font-weight: 700
}

.intro-style4 p {
    color: #fff;
    font-size: 14px;
    line-height: 24px;
    margin: 0 0 40px
}

.intro-form input {
    width: 100%;
    height: 45px;
    border-radius: 3px;
    background: #fff;
    border: none;
    padding: 0 20px
}

.intro-form .btn.btn-primary {
    background-color: #0c3c60;
    border: 2px solid #0c3c60;
    padding: 0 20px;
    height: 45px;
    line-height: 45px;
    border-radius: 3px
}

.intro-form-features {
    padding-top: 30px
}

.intro-form-features li {
    margin: 0 15px;
    color: #fff;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 1px
}

.intro-form-features li i {
    color: #2ecc71;
    border: 1px solid #2ecc71;
    width: 23px;
    height: 23px;
    line-height: 20px;
    border-radius: 50%;
    margin-right: 8px;
    font-size: 10px;
    position: relative;
    top: -1px
}

.intro-style5 {
    background: #2a2a2a url(../images/bg/5.jpg) no-repeat center top;
    background-size: cover;
    padding: 200px 0 160px
}

.intro-style5 h2 {
    color: #fff;
    font-size: 67px;
    line-height: 61px;
    margin: 0 0 40px;
    font-weight: 600
}

.intro-style5 p {
    color: #fff;
    font-size: 14px;
    line-height: 24px;
    margin: 0;
    padding-right: 25%
}

.intro-style5 .intro-form {
    background: #fff;
    padding: 0 40px 40px;
    border-radius: 5px;
    overflow: hidden
}

.intro-style5 .intro-form input {
    height: 50px;
    margin-bottom: 15px;
    box-shadow: none;
    border: 1px solid #e5e5e5
}

.intro-style5 .intro-form h5 {
    color: #fff;
    font-size: 26px;
    letter-spacing: 3px;
    text-transform: uppercase;
    background: #2a2a2a;
    padding: 25px 40px 25px;
    margin: 0 -40px 50px;
    font-weight: 700
}

.intro-style5 .intro-form h5 span {
    display: block;
    text-transform: none;
    font-size: 14px;
    letter-spacing: 0;
    font-family: Lato;
    opacity: .5;
    margin-top: 6px
}

.intro-style5 .intro-form p {
    color: #999;
    padding: 17px 30px 0;
    font-size: 12px;
    text-align: center;
    line-height: 18px;
    margin: 0
}

.intro-style6 {
    background: #222 url(../images/bg/6.jpg) no-repeat top center;
    background-size: cover;
    padding: 280px 0 210px
}

.intro-style6 h2 {
    color: #fff;
    font-size: 55px;
    line-height: 55px;
    margin: 0 0 20px;
    font-weight: 600;
    text-transform: uppercase
}

.intro-style6 p {
    color: #fff;
    font-size: 19px;
    line-height: 26px;
    margin: 0 0 30px;
    font-weight: 300
}

.intro-style7 {
    background: #111 url(../images/bg/7.jpg) no-repeat center left;
    background-size: cover;
    padding: 200px 0 150px
}

.intro-style7 .overlay {
    opacity: .65
}

.intro-style7 input {
    margin-bottom: 25px;
    border: 2px solid #fff;
    background: 0 0;
    color: #fff;
    font-size: 16px;
    height: 50px;
    padding: 0 30px;
    border-radius: 25px
}

.intro-style7 .btn.btn-primary {
    padding: 0 30px !important;
    line-height: 50px !important;
    border-radius: 25px;
    height: 50px
}

.intro-style7 h2 {
    color: #fff;
    font-size: 62px;
    line-height: 80px;
    margin: 0 0 10px;
    font-weight: 500
}

.intro-style7 h4 {
    color: #fff;
    font-size: 17px;
    line-height: 24px;
    margin: 0 0 40px;
    letter-spacing: 0
}


.countdown.styled {
    width: 100%;
    max-width: 900px;
    margin: -25px auto 0;
    padding: 0 15px
}

.countdown.styled div {
    width: 25%;
    float: left;
    color: #fff;
    font-size: 85px;
    font-weight: 700;
    text-align: center
}

.countdown.styled div span {
    display: block;
    font-size: 16px;
    letter-spacing: 5px;
    text-transform: uppercase;
    font-weight: 700;
    color: #0c3c60;
    display: table;
    margin: -15px auto 50px;
    padding: 0 10px
}

.intro-style8 {
    background: 0 0;
    padding: 270px 0 210px
}

.intro-style8 .overlay {
    opacity: .5
}

.intro-style8 h2 {
    color: #fff;
    font-size: 60px;
    line-height: 65px;
    margin: 0 15% 20px;
    text-transform: uppercase;
    font-weight: 700
}

.intro-style8 p {
    color: #fff;
    font-size: 17px;
    line-height: 27px;
    margin: 0 0 30px;
    padding: 0 5%
}

.intro-style8 .btn {
    width: 100%;
    max-width: 350px;
    font-size: 17px;
    padding: 16px 30px
}

.intro-style9 {
    background: #222 url(../images/bg/9.jpg) no-repeat top center;
    background-size: cover;
    padding: 280px 0 210px
}

.intro-style9 h2 {
    color: #000;
    font-size: 55px;
    line-height: 55px;
    margin: 0 0 20px;
    font-weight: 600;
    text-transform: uppercase
}

.intro-style9 p {
    color: #000;
    font-size: 16px;
    line-height: 26px;
    margin: 0 0 30px;
    font-weight: 400;
    opacity: .5
}

.intro-style10 {
    background: #222 url(../images/bg/10.jpg) no-repeat top center;
    background-size: cover;
    padding-top: 170px
}

.services {
    padding: 120px 0 70px
}

.service-box span {
    float: left;
    font-size: 50px;
    color: #0c3c60;
    line-height: 0;
    margin-top: -4px
}

.service-box div {
    margin-left: 65px
}

.service-box {
    margin-bottom: 50px
}

.service-box div h4 {
    margin-bottom: 20px;
    font-weight: 600;
    font-size: 14px;
    letter-spacing: .5px;
    text-transform: uppercase
}

.service-box2 span {
    font-size: 70px;
    color: #0c3c60;
    line-height: 0
}

.service-box2 {
    margin-bottom: 50px
}

.service-box2 div h4 {
    margin: 20px 0 10px;
    font-weight: 600;
    font-size: 18px;
    letter-spacing: 0
}

.section-head h1 {
    font-weight: 600;
    font-size: 45px;
    letter-spacing: -1px;
    margin: 0 0 10px
}

.section-head p {
    font-size: 15px;
    color: #999
}

.section-head-dark h1 {
    color: #fff
}

.testimonial-wrap {
    background: #2a2a2a;
    position: relative
}

.testimonial-wrap .col-md-6 {
    padding: 110px 0 120px 80px
}

.testimonial .quote {
    font-size: 29px;
    font-style: normal;
    color: #fff;
    line-height: 43px;
    position: relative;
    font-weight: 300;
    margin: 0 0 25px;
    font-style: italic
}

.author img {
    width: 50px;
    float: left;
    margin: 0 20px 0 0;
    border-radius: 50%;
    height: 50px
}

.author cite {
    font-style: normal;
    font-family: 'Poppins', sans-serif;
    color: #fff;
    font-size: 12px;
    font-weight: 400 !important;
    line-height: 14px;
    position: relative;
    top: 9px
}

.author cite b {
    display: block;
    font-size: 14px;
    text-transform: uppercase
}

.slick-dots {
    margin-top: 15px;
    position: relative;
    left: 8px
}

.slick-dots li {
    float: left;
    margin-right: 7px
}

.slick-dots li button {
    border: none;
    width: 8px;
    height: 8px;
    font-size: 0;
    padding: 0;
    border-radius: 50%;
    opacity: .2
}

.slick-dots li.slick-active button {
    opacity: 1
}

.video-box {
    position: absolute;
    width: 50%;
    height: 100%;
    top: 0;
    left: 0;
    background: url(../images/4.jpg) no-repeat center;
    background-size: cover
}

.video-box a {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 77
}

.video-box span {
    width: 90px;
    height: 90px;
    background: #0c3c60;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    line-height: 90px;
    text-align: center;
    font-size: 22px;
    color: #fff;
    left: 50%;
    box-shadow: 0 0 15px rgba(0, 0, 0, .1);
    transform: translate(-50%, -50%);
    transition: .4s;
    -moz-transition: .4s;
    -webkit-transition: .4s;
    z-index: -1
}

.video-box:hover span {
    width: 100px;
    height: 100px;
    line-height: 100px;
    font-size: 30px;
    transition: .4s;
    -moz-transition: .4s;
    -webkit-transition: .4s;
    box-shadow: 0 0 15px rgba(0, 0, 0, .25)
}

.accordion-wrap {
    padding: 100px 0 0;
    border-bottom: 1px solid #eee
}

#accordion .panel-title>a {
    display: block;
    padding: 18px 30px 18px 18px;
    outline: 0;
    font-weight: 600;
    text-decoration: none;
    position: relative;
    text-transform: uppercase;
    font-size: 13px;
    letter-spacing: 1px;
    color: #000
}

#accordion .panel-title>a i {
    margin-right: 10px;
    color: #0c3c60
}

#accordion .panel-heading {
    color: #000;
    background-color: transparent;
    border: none;
    padding: 0;
    border-radius: 0
}

#accordion .panel-title>a.accordion-toggle::before,
#accordion a[data-toggle=collapse]::before {
    content: "\f077";
    float: right;
    font-family: FontAwesome;
    margin-left: 25px;
    font-size: 10px;
    position: absolute;
    right: 15px;
    top: 50%;
    margin-top: -6px
}

#accordion .panel-title>a.accordion-toggle.collapsed::before,
#accordion a.collapsed[data-toggle=collapse]::before {
    content: "\f078"
}

#accordion .panel {
    margin: -1px 0 0;
    border-radius: 0;
    border: 1px solid #eee
}

#accordion .panel-group .panel-heading+.panel-collapse>.list-group,
#accordion .panel-group .panel-heading+.panel-collapse>.panel-body {
    border-top: none
}

#accordion .panel-body {
    padding: 5px 25px 25px;
    letter-spacing: .4px;
    line-height: 24px;
    color: #707070;
    font-weight: 400;
    font-size: 13px;
    border: none
}

.info-content {
    padding: 100px 0
}

.info-content h4 {
    font-size: 45px;
    font-weight: 500;
    margin: 0 0 20px
}

.facts-wrap {
    background: #0c3c60;
    padding: 90px 0
}

.facts-full {
    padding: 0;
    text-align: center
}

.facts-full .fact {
    padding: 100px 15px
}

.facts-full .fact:nth-child(even) {
    background: rgba(0, 0, 0, .04)
}

.fact h3 {
    font-size: 50px;
    font-weight: 700;
    color: #fff
}

.fact h4 {
    font-size: 13px;
    color: #fff;
    font-weight: 400;
    text-transform: uppercase;
    margin: 12px 0 0;
    letter-spacing: 2px
}

.counter {
    font-family: Lato;
    font-weight: 800;
    font-size: 55px;
    letter-spacing: 1px
}

.team {
    padding: 20px 0;
    background: #f5f5f5
}

.team-box h4 {
    margin: 5px 0 5px;
    font-weight: 700
}

.team-box img {
    width: 100%
}

.team-box small {
    margin: 0 0 15px;
    display: table;
    width: 100%
}

.team-box div {
    padding: 15px 15px 0
}

.team-box div p {
    margin: 0 0 20px
}

.team-box .social-icons {
    margin-left: 1px
}

.social-icons .fa {
    width: 30px;
    height: 30px;
    padding-top: 9px;
    text-align: center;
    color: #fff;
    font-size: 14px;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.social-icons.icon-circle .fa {
    border-radius: 50%
}

.social-icons.icon-rounded .fa {
    border-radius: 5px
}

.social-icons.icon-flat .fa {
    border-radius: 0
}

.social-icons .fa-adn {
    background-color: #504e54
}

.social-icons .fa-apple {
    background-color: #aeb5c5
}

.social-icons .fa-android {
    background-color: #a5c63b
}

.social-icons .fa-bitbucket,
.social-icons .fa-bitbucket-square {
    background-color: #036
}

.social-icons .fa-bitcoin,
.social-icons .fa-btc {
    background-color: #f7931a
}

.social-icons .fa-css3 {
    background-color: #1572b7
}

.social-icons .fa-dribbble {
    background-color: #f46899
}

.social-icons .fa-dropbox {
    background-color: #018bd3
}

.social-icons .fa-facebook,
.social-icons .fa-facebook-square {
    background-color: #3c599f
}

.social-icons .fa-flickr {
    background-color: #ff0084
}

.social-icons .fa-foursquare {
    background-color: #0086be
}

.social-icons .fa-github,
.social-icons .fa-github-alt,
.social-icons .fa-github-square {
    background-color: #070709
}

.social-icons .fa-google-plus,
.social-icons .fa-google-plus-square {
    background-color: #cf3d2e
}

.social-icons .fa-html5 {
    background-color: #e54d26
}

.social-icons .fa-instagram {
    background-color: #a1755c
}

.social-icons .fa-linkedin,
.social-icons .fa-linkedin-square {
    background-color: #0085ae
}

.social-icons .fa-linux {
    background-color: #fbc002;
    color: #333
}

.social-icons .fa-maxcdn {
    background-color: #f6ae1c
}

.social-icons .fa-pagelines {
    background-color: #241e20;
    color: #3984ea
}

.social-icons .fa-pinterest,
.social-icons .fa-pinterest-square {
    background-color: #cc2127
}

.social-icons .fa-renren {
    background-color: #025dac
}

.social-icons .fa-skype {
    background-color: #01aef2
}

.social-icons .fa-stack-exchange {
    background-color: #245590
}

.social-icons .fa-stack-overflow {
    background-color: #ff7300
}

.social-icons .fa-trello {
    background-color: #265a7f
}

.social-icons .fa-tumblr,
.social-icons .fa-tumblr-square {
    background-color: #314e6c
}

.social-icons .fa-twitter,
.social-icons .fa-twitter-square {
    background-color: #32ccfe
}

.social-icons .fa-vimeo-square {
    background-color: #229acc
}

.social-icons .fa-vk {
    background-color: #375474
}

.social-icons .fa-weibo {
    background-color: #d72b2b
}

.social-icons .fa-windows {
    background-color: #12b6f3
}

.social-icons .fa-xing,
.social-icons .fa-xing-square {
    background-color: #00555c
}

.social-icons .fa-youtube,
.social-icons .fa-youtube-play,
.social-icons .fa-youtube-square {
    background-color: #c52f30
}

.pricing-table {
    padding: 100px 0
}

.pricing-table .col-md-3 {
    margin-right: -1px
}

.plan {
    border: 1px solid #000
}

.plan {
    padding: 20px 25px;
    text-align: center;
    background: #fff;
    background-clip: padding-box;
    border: 1px solid #e5e5e5;
    overflow: hidden
}

.plan-title {
    margin: 15px 0 20px;
    font-size: 19px;
    color: #000;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 1px
}

.plan-price {
    margin-bottom: 30px;
    line-height: 1;
    font-size: 59px;
    font-weight: 700;
    color: #0c3c60;
    font-family: Lato
}

.plan-unit {
    display: block;
    margin-top: 5px;
    font-size: 13px;
    font-weight: 400;
    color: #aaa
}

.plan-features {
    width: 130%;
    margin: 20px -15% 15px;
    padding: 15px 15% 5px;
    border-top: 1px solid #e5e5e5;
    text-align: left
}

.plan-features li {
    line-height: 20px;
    font-size: 14px;
    font-weight: 300;
    color: #555;
    text-align: center;
    padding: 10px;
    letter-spacing: 1.3px
}

.plan-feature b {
    text-transform: uppercase
}

.plan-feature-unit {
    margin-left: 2px;
    font-size: 14px
}

.plan-feature-name {
    font-size: 13px;
    font-weight: 400;
    color: #aaa
}

.plan-highlight {
    position: relative;
    top: -12px
}

.plan-recommended {
    width: 150%;
    margin: -20px -25% 25px;
    padding-bottom: 2px;
    line-height: 35px;
    font-size: 12px;
    font-weight: 700;
    color: #fff;
    background: #222;
    border-radius: 0;
    text-transform: uppercase;
    letter-spacing: 1px
}

.blog-mason-container {
    box-shadow: 0 0 15px rgba(0, 0, 0, .25);
    padding: 15px;
    border-radius: 10px;
}

.blog-mason-item {
    position: relative;
    overflow: hidden
}

.blog-item {
    padding-bottom: 30px;
    border-radius: 10px;
    overflow: hidden;
}

.blog-item-desc ul li {
    font-weight: bold;
    font-size: 14px;
    margin-bottom: 5px;
}

.blog-mason-item img {
    width: 100%;
    transform: scale(1);
    transition: .4s;
    max-height: 260px
}

.blog-mason-item:hover img {
    width: 100%;
    transform: scale(1.1);
    transition: .4s;
    filter: grayscale(0)
}

.blog-mason-item .blog-meta {
    font-size: 15px;
    margin-bottom: 15px;
    position: relative;
    left: -11px;
    font-size: 11px;
    text-transform: uppercase
}

.blog-mason-item .blog-meta i {
    color: #fff;
    position: relative;
    top: 1px;
    margin-left: 11px;
    font-size: 11px;
    margin-right: 4px
}

.blog-mason-item a.rmore {
    display: none
}

.blog-mason-item h2 {
    font-size: 25px;
    letter-spacing: 0;
    margin: 0 0 15px;
    line-height: 32px;
    text-transform: none;
    font-weight: 600
}

.blog-mason-excerpt {
    position: absolute;
    bottom: 0;
    padding: 75px 25px 15px;
    color: #fff;
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .85) 100%);
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .85) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .85) 100%);
    width: 100%
}

.blog-mason-excerpt h2 {
    color: #fff
}

.blog-mason-item h2 a {
    color: #fff !important
}

.contact {
    padding: 10px 0
}

.contact h3 {
    font-weight: 600;
    font-size: 34px;
    margin: 0 0 15px
}

.contact .form-group {
    position: relative
}

.contact .form-group i {
    position: absolute;
    top: 40px !important;
    font-size: 12px !important;
    color: #999 !important
}

.contact .form-group input {
    border: 1px solid #ddd;
    height: 45px
}

.contact .form-group textarea {
    border: 1px solid #ddd
}

.contact .submit-button {
    padding: 15px 40px
}

.contact label {
    font-size: 16px
}

.error-info {
    padding: 180px 0
}

.error-info h1 {
    font-size: 200px
}

.error-info p {
    padding: 0 25%
}

.errormessage,
.statusMessage,
.successmessage {
    display: none;
    width: 100%;
    background: #fff;
    border: 1px solid #e5e5e5;
    margin: 0 auto 15px;
    padding: 20px;
    border-radius: 0
}

.errormessage p,
.statusMessage p,
.successmessage p {
    margin: 0 !important;
    color: #999;
    font-size: 14px;
    margin: 0 !important
}

.success-ico {
    background: url(../images/success.png);
    width: 25px;
    height: 25px;
    float: left;
    margin-right: 15px;
    position: relative;
    top: 0;
    background-size: 25px
}

.error-ico {
    background: url(../images/error.png);
    width: 25px;
    height: 25px;
    float: left;
    margin-right: 15px;
    position: relative;
    top: 0;
    background-size: 25px
}

#sendingMessage i {
    color: #00bcd4;
    font-size: 18px;
    margin-right: 10px
}

#incompleteMessage i {
    color: #fff000;
    font-size: 18px;
    margin-right: 10px
}

.ketchup-error {
    display: none !important
}

#result {
    width: 100%;
    display: table;
    text-align: center;
    font-size: 12px;
    padding: 5px 15px;
    margin-top: 5px
}

.list-inline>li {
    display: inline-block;
    padding-right: 0;
    padding-left: 2px
}

.cta-wrap {
    padding: 100px 0;
    background: #2a2a2a
}

.cta-wrap2 {
    padding: 50px 0;
    background: #0c3c60
}

.cta-wrap h2 {
    margin: 0 0 15px;
    color: #fff;
    font-size: 38px;
    font-weight: 600
}

.cta-wrap p {
    margin: 0;
    color: #fff;
    opacity: .7
}

.fas {
    margin-right: 5px;
}

footer {
    padding: 40px 0 40px;
    background-color: #0c3c60;
    color: #fff
}

footer a {
    color: #fff
}

footer .navbar-brand {
    display: block;
    height: 100%;
    float: left;
    width: 58%;
    padding: 0
}

.footer-links li {
    display: inline-block;
    margin: 0 15px
}

.nav-previous a,
.nav-next a {
    border-radius: 10px;
    background-color: #0c3c60;
    color: #ffffff;
    padding: 10px 20px;
    transition: 0.25s all;
}

.nav-previous a:hover,
.nav-next a:hover {
    background-color: #5aaad4;
}

.footer-links li a {
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 500
}

.footer li i {
    font-size: 20px
}

footer a:hover {
    color: #75c5f0
}

footer p {
    font-size: 16px;
    color: #fff
}

.copy {
    margin: 0;
    padding-top: 20px;
    font-size: 14px;
    letter-spacing: 1px
}

footer .social-icons .fa {
    width: 40px;
    height: 40px;
    padding-top: 14px;
    text-align: center;
    color: #fff;
    font-size: 14px
}

.page-head {
    background: #222 no-repeat;
    background-size: cover;
    padding: 130px 0 130px;
    position: relative
}

.page-head .overlay {
    opacity: .3;
    background-image: url(../images/bg/Autowaschstrasse-Hauptwaschzone-1.jpg);
    background-size: cover;
    background-position: center
}

.page-head h1 {
    padding-bottom: 0;
    margin: 0;
    border: medium none;
    font-size: 60px;
    color: #fff;
    font-weight: 600;
    letter-spacing: 5px;
    text-transform: uppercase
}

.breadcrumb {
    background: 0 0
}

.breadcrumb li {
    color: #fff
}

.breadcrumb li a {
    color: #fff
}

.breadcrumb>.active {
    color: #fff
}

.about-info {
    padding-top: 70px
}

.about-info h2 {
    font-size: 50px;
    margin: 0 0 28px;
    font-weight: 500
}

.about-info p {
    font-size: 14px;
    color: #777
}

.team-dark {
    background: #2a2a2a
}

.team-dark .team-box {
    background: #fff
}

.team-dark .team-box div {
    padding: 25px 25px
}

.timeline-wrap {
    padding: 100px 0
}

.timeline {
    position: relative;
    padding: 0;
    list-style: none;
    display: table;
    width: 100%
}

.timeline:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 40px;
    width: 2px;
    margin-left: -1.5px;
    background-color: #f1f1f1
}

.timeline>li {
    position: relative;
    margin-bottom: 50px;
    min-height: 50px
}

.timeline>li:after,
.timeline>li:before {
    content: " ";
    display: table
}

.timeline>li:after {
    clear: both
}

.timeline>li .timeline-panel {
    float: right;
    position: relative;
    width: 100%;
    padding: 0 20px 0 100px;
    text-align: left
}

.timeline>li .timeline-panel:before {
    right: auto;
    left: -15px;
    border-right-width: 15px;
    border-left-width: 0
}

.timeline>li .timeline-panel:after {
    right: auto;
    left: -14px;
    border-right-width: 14px;
    border-left-width: 0
}

.timeline>li .timeline-image {
    z-index: 100;
    position: absolute;
    left: 0;
    width: 80px;
    height: 80px;
    margin-left: 0;
    border: 7px solid #f1f1f1;
    border-radius: 100%;
    text-align: center;
    color: #fff;
    background-color: #0c3c60
}

.timeline li:first-child .timeline-image {
    background-color: #00bcd4
}

.timeline li:nth-child(2) .timeline-image {
    background-color: #8bc34a
}

.timeline li:nth-child(3) .timeline-image {
    background-color: #ff5722
}

.timeline li:last-child .timeline-image {
    background-color: #2a2a2a
}

.timeline li:first-child .timeline-heading h4 {
    color: #00bcd4
}

.timeline li:nth-child(2) .timeline-heading h4 {
    color: #8bc34a
}

.timeline li:nth-child(3) .timeline-heading h4 {
    color: #ff5722
}

.timeline>li .timeline-image h4 {
    margin-top: 12px;
    font-size: 10px;
    line-height: 14px
}

.timeline>li.timeline-inverted>.timeline-panel {
    float: right;
    padding: 0 20px 0 100px;
    text-align: left
}

.timeline>li.timeline-inverted>.timeline-panel:before {
    right: auto;
    left: -15px;
    border-right-width: 15px;
    border-left-width: 0
}

.timeline>li.timeline-inverted>.timeline-panel:after {
    right: auto;
    left: -14px;
    border-right-width: 14px;
    border-left-width: 0
}

.timeline>li:last-child {
    margin-bottom: 0
}

.timeline .timeline-heading h4 {
    margin-top: 0;
    color: #0c3c60;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 2px
}

.timeline .timeline-heading h4.subheading {
    text-transform: none;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 2px;
    color: #111 !important;
    padding: 12px 0 15px
}

.timeline .timeline-body>p,
.timeline .timeline-body>ul {
    margin-bottom: 0;
    font-size: 14px
}

.timeline>li .timeline-image h4 {
    margin-top: 40px;
    font-weight: 700;
    color: #fff
}

.timeline>li .timeline-image i {
    font-size: 57px;
    line-height: 160px
}

.timeline>li {
    margin-bottom: 20px !important;
    min-height: 100px
}

.timeline:before {
    left: 50%
}

.timeline>li {
    margin-bottom: 100px;
    min-height: 100px
}

.timeline>li .timeline-panel {
    float: left;
    width: 41%;
    padding: 0 20px 20px 30px;
    text-align: right
}

.timeline>li .timeline-image {
    left: 50%;
    width: 100px;
    height: 100px;
    margin-left: -50px
}

.timeline>li .timeline-image h4 {
    margin-top: 16px;
    font-size: 13px;
    line-height: 18px
}

.timeline>li.timeline-inverted>.timeline-panel {
    float: right;
    padding: 0 30px 20px 20px;
    text-align: left
}

.timeline>li {
    min-height: 150px
}

.timeline>li .timeline-panel {
    padding: 0 20px 20px
}

.timeline>li .timeline-image {
    width: 150px;
    height: 150px;
    margin-left: -75px
}

.timeline>li .timeline-image h4 {
    margin-top: 30px;
    font-size: 18px;
    line-height: 26px
}

.timeline>li.timeline-inverted>.timeline-panel {
    padding: 0 20px 20px
}


/* #region CUSTOM NAVBAR */

.no-scroll {
    overflow: hidden;
}

.custom-navbar {
    background-color: #333;
    color: #fff;
    padding: 15px 0;
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 1000;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    transition: background-color 0.3s ease, padding 0.3s ease;
}

.custom-navbar.scrolled {
    background-color: #0C3C60;
    padding: 10px 0;
}

.custom-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.custom-navbar-header {
    display: flex;
    align-items: center;
}

.custom-navbar-brand {
    color: #fff;
    font-size: 24px;
    text-decoration: none;
    font-weight: bold;
    white-space: nowrap;
}

.custom-navbar-brand .brand-highlight {
    color: #75c5f0;
}

.custom-nav {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
}

.custom-nav li {
    position: relative;
    margin-left: 25px;
    font-size: 14px;
}

.custom-nav a {
    color: #fff;
    text-decoration: none;
    padding: 10px 0;
    display: block;
    transition: color 0.3s ease;
    white-space: nowrap;
}

.custom-nav a:hover {
    color: #75c5f0;
}

.custom-nav a i {
    margin-right: 8px;
}

.custom-nav-cta-button a {
    background-color: #75c5f0;
    color: #333;
    font-weight: bold;
    padding: 8px 15px;
    border-radius: 5px;
    transition: background-color 0.3s ease, color 0.3s ease;
}

.custom-nav-cta-button a:hover {
    background-color: #5aaad4;
    color: #fff;
}

.custom-dropdown {
    position: relative;
}

.custom-dropdown>a {
    display: flex;
    align-items: center;
}

.custom-dropdown .dropdown-arrow {
    margin-left: 5px;
    font-size: 0.7em;
    transition: transform 0.3s ease;
}

.dropdown-header-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.dropdown-toggle-button {
    background-color: transparent;
    border: none;
    outline: none;
    box-shadow: none;
    padding: 5px;
    color: #fff;
}

.custom-dropdown-menu {
    list-style: none;
    margin: 0;
    background-color: #444;
    position: absolute;
    top: 100%;
    left: 0;
    min-width: 220px;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.3);
    z-index: 1001;
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition: opacity 0.3s ease, transform 0.3s ease, visibility 0.3s;
    border-radius: 5px;
}

.custom-dropdown:hover .custom-dropdown-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.custom-dropdown-menu li {
    margin: 0;
    font-size: 14px;
}

.custom-dropdown-menu a {
    padding: 8px 20px;
    color: #fff;
    transition: background-color 0.3s ease, color 0.3s ease;
}

.custom-dropdown-menu li a {
    padding-left: 30px;
}

.custom-dropdown-menu a:hover {
    background-color: #555;
    color: #75c5f0;
}

.custom-navbar-toggle {
    display: none !important;
    background: none;
    border: none;
    cursor: pointer;
    padding: 10px;
    position: relative;
    z-index: 1002;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.custom-navbar-toggle .icon-bar {
    display: block;
    width: 25px;
    height: 3px;
    background-color: #fff;
    margin: 5px 0;
    transition: all 0.3s ease;
}

.custom-navbar-collapse {
    display: flex;
}

/* ==========================================================================
   STILOVI ZA BLOG STRANICU
   ========================================================================== */

.page-header {
    margin-bottom: 20px;
}

/* --- Kontejner za listu blogova (kartice) --- */
.blog-lista-container {
    display: grid;
    /* Na desktopu prikazujemo 2 kolone */
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
    /* Razmak između kartica */
}

/* --- Stil za pojedinačnu blog karticu --- */
.blog-kartica {
    background-color: #ffffff;
    border: 1px solid #e9e9e9;
    border-radius: 8px;
    overflow: hidden;
    /* Osigurava da slika ne izlazi van zaobljenih ivica */
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    display: flex;
    flex-direction: column;
    /* Važno da bi se sadržaj pravilno rasporedio vertikalno */
}

.blog-kartica:hover {
    transform: translateY(-5px);
    /* Blago podizanje kartice na hover */
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}

/* --- Slika unutar kartice --- */
.kartica-slika a {
    display: block;
    /* Da link zauzme ceo prostor */
}

.kartica-slika img {
    width: 100%;
    height: 220px;
    object-fit: cover;
    /* Slika će prekriti prostor bez deformisanja */
    display: block;
    border-bottom: 1px solid #e9e9e9;
}

/* --- Sadržaj unutar kartice (tekstualni deo) --- */
.kartica-sadrzaj {
    padding: 25px;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    /* Omogućava da ovaj deo raste i popuni prostor, gurajući dugme na dno */
}

.kartica-naslov {
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 22px;
    line-height: 1.3;
}

.kartica-naslov a {
    text-decoration: none;
    color: #2c3e50;
    transition: color 0.2s ease;
}

.kartica-naslov a:hover {
    color: ##5aaad4;
}

/* --- Meta podaci (datum, autor) --- */
.kartica-meta {
    font-size: 14px;
    font-weight: bold;
    color: #888;
    margin-bottom: 15px;
    font-family: sans-serif;
}

/* --- Isečak teksta --- */
.kartica-isecak {
    color: #555;
    flex-grow: 1;
    /* Gura dugme na dno ako je tekst kratak */
    font-size: 16px;
    line-height: 1.6;
}

.kartica-isecak p {
    margin: 0;
}


/* --- Dugme "Pročitaj više" --- */
.kartica-dugme {
    display: inline-block;
    margin-top: 20px;
    /* Razmak od teksta iznad */
    padding: 10px 20px;
    background-color: #3c599f;
    /* Plava boja, prilagodite */
    color: #ffffff;
    text-decoration: none;
    border-radius: 5px;
    font-weight: bold;
    align-self: flex-start;
    /* Da dugme ne bude preko cele širine */
    transition: background-color 0.2s ease;
}

.kartica-dugme:hover {
    background-color: #5aaad4;
    color: #fff;
    /* Tamnija plava na hover */
}

/* --- Paginacija ispod liste blogova --- */
.blog-paginacija {
    text-align: center;
    margin-top: 40px;
    width: 100%;
    grid-column: 1 / -1;
    /* Da paginacija zauzme celu širinu grida */
}

.blog-paginacija a {
    padding: 10px 15px;
    border: 1px solid #ddd;
    margin: 0 5px;
    text-decoration: none;
    color: #333;
    border-radius: 4px;
}

/* ==========================================================================
   STILOVI ZA POJEDINAČNI POST (SINGLE.PHP)
   ========================================================================== */

.single-post-clanak {
    background-color: #fff;
    padding: 30px 40px;
    /* Više prostora za lakše čitanje */
    border-radius: 5px;
}

.single-post-clanak .entry-header {
    text-align: center;
    margin-bottom: 30px;
    border-bottom: 1px solid #eee;
    padding-bottom: 25px;
}

.single-post-clanak .entry-title {
    font-size: 42px;
    margin-bottom: 15px;
    line-height: 1.2;
    color: #2c3e50;
}

.single-post-clanak .entry-meta {
    color: #888;
    font-size: 14px;
}

.single-post-clanak .single-post-slika {
    margin-bottom: 30px;
}

.single-post-clanak .single-post-slika img {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
}

/* --- Stil za glavni sadržaj posta (tekst, slike...) --- */
.entry-content {
    font-size: 18px;
    line-height: 1.75;
    color: #34495e;
}

.entry-footer {
    padding: 0;
}

.post-navigation {
    margin: 30px auto;
}

.entry-content p {
    margin-bottom: 1.5em;
    /* Razmak između paragrafa */
}

.entry-content h2,
.entry-content h3,
.entry-content h4 {
    margin-top: 2em;
    margin-bottom: 1em;
    color: #2c3e50;
    line-height: 1.3;
}

.entry-content ul,
.entry-content ol {
    margin-bottom: 1.5em;
    padding-left: 1.5em;
}

.entry-content blockquote {
    border-left: 4px solid #007bff;
    padding-left: 20px;
    margin: 2em 0;
    font-style: italic;
    color: #555;
}

.entry-content img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 2em auto;
    /* Centriranje slika unutar teksta */
    border-radius: 5px;
}

/* ==========================================================================
   RESPONZIVNI STILOVI
   ========================================================================== */

/* Za tablete i manje uređaje */
@media (max-width: 991px) {
    .blog-lista-container {
        /* Prikazujemo samo jednu kolonu */
        grid-template-columns: 1fr;
    }

    .site-main {
        padding: 15px;
    }
}

/* Za mobilne telefone */
@media (max-width: 767px) {
    .single-post-clanak {
        padding: 20px 15px;
    }

    .single-post-clanak .entry-title {
        font-size: 28px;
    }

    .entry-content {
        font-size: 17px;
    }
}

@media (max-width: 1220px) {
    .custom-navbar-toggle {
        display: flex !important;
    }

    .custom-navbar-collapse {
        position: fixed;
        top: 0;
        left: -100%;
        width: 80%;
        max-width: 300px;
        height: 100%;
        background-color: #222;
        flex-direction: column;
        justify-content: flex-start;
        padding-top: 80px;
        box-shadow: 2px 0 10px rgba(0, 0, 0, 0.4);
        transition: left 0.4s ease-in-out;
        overflow-y: auto;
    }

    .custom-navbar-collapse.active {
        left: 0;
    }

    .custom-nav {
        flex-direction: column;
        align-items: flex-start;
        width: 100%;
    }

    .custom-nav li {
        margin: 0;
        width: 100%;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    }

    .custom-nav li:last-child {
        border-bottom: none;
    }

    .custom-nav a {
        padding: 15px 20px;
        box-sizing: border-box;
    }

    .custom-dropdown-menu {
        position: static;
        width: 100%;
        font-size: 14px;
        box-shadow: none;
        background-color: #333;
        transform: translateY(0);
        opacity: 1;
        visibility: visible;
        max-height: 0;
        overflow: hidden;
        transition: max-height 0.4s ease-out;
    }

    .custom-dropdown.active .custom-dropdown-menu {
        max-height: 500px;
    }

    .custom-dropdown .dropdown-arrow {
        transform: rotate(0deg);
    }

    .custom-dropdown.active .dropdown-arrow {
        transform: rotate(180deg);
    }

    .custom-nav-cta-button {
        display: none;
    }
}

.mobile-menu-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 999;
    display: none;
}

.mobile-menu-overlay.active {
    display: block;
}

.custom-navbar-toggle .icon-bar {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

.custom-navbar-toggle .icon-bar:nth-child(1) {
    top: calc(50% - 8px);
}

.custom-navbar-toggle .icon-bar:nth-child(2) {
    top: calc(50% - 1.5px);
}

.custom-navbar-toggle .icon-bar:nth-child(3) {
    top: calc(50% + 5px);
}

.custom-navbar-toggle.active .icon-bar:nth-child(1) {
    top: calc(50% - 1.5px);
    transform: translateX(-50%) rotate(45deg);
}

.custom-navbar-toggle.active .icon-bar:nth-child(2) {
    opacity: 0;
}

.custom-navbar-toggle.active .icon-bar:nth-child(3) {
    top: calc(50% - 1.5px);
    transform: translateX(-50%) rotate(-45deg);
}

/* #endregion */

@media (min-width: 1780px) {
    .overlay.home-hero {
        height: 1000px;
    }
}

@media (max-width: 1220px) {}

@media (min-width:1200px) {
    .timeline>li {
        min-height: 170px
    }

    .timeline>li .timeline-panel {
        padding: 0 20px 20px 100px
    }

    .timeline>li .timeline-image {
        width: 170px;
        height: 170px;
        margin-left: -85px
    }

    .timeline>li .timeline-image h4 {
        margin-top: 40px
    }

    .timeline>li.timeline-inverted>.timeline-panel {
        padding: 0 100px 20px 20px
    }
}

.dual-img {
    background: #111 url(../images/6.jpg) no-repeat right bottom;
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 100%
}

.portfolio-item {
    float: left;
    padding: 0;
    position: relative;
    overflow: hidden
}

.portfolio-2col .portfolio-item {
    width: 50%
}

.portfolio-3col .portfolio-item {
    width: 33.27%
}

.portfolio-4col .portfolio-item {
    width: 25%
}

.portfolio-5col .portfolio-item {
    width: 19.7%
}

.portfolio-item-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, .8);
    text-align: center;
    opacity: 0;
    visibility: hidden;
    transition: .4s
}

.portfolio-item:hover .portfolio-item-overlay {
    opacity: 1;
    visibility: visible;
    transition: .4s
}

.portfolio-item-overlay-inner {
    position: absolute;
    width: 100%;
    left: 0;
    top: 55%;
    transform: translateY(-50%);
    opacity: 0;
    visibility: hidden;
    transition: .4s
}

.portfolio-item:hover .portfolio-item-overlay-inner {
    top: 50%;
    opacity: 1;
    visibility: visible;
    transition: .4s
}

.portfolio-item img {
    transform: scale(1);
    transition: .25s;
    width: 100%
}

.portfolio-item:hover img {
    transform: scale(1.1);
    transition: .25s
}

.portfolio-item-overlay-inner h3 {
    color: #fff;
    margin: 0;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: .3em
}

.portfolio-item-overlay-inner p {
    color: #fff;
    font-size: 15px;
    padding-top: 3px;
    margin: 0
}

.portfolio-wrap {
    padding: 80px 0
}

.portfolio-filter {
    display: table;
    margin: 0 auto 30px
}

.portfolio-filter {
    position: relative
}

.portfolio-filter:before {
    content: "Sort:";
    font-weight: 700;
    color: #000;
    float: left;
    margin-right: 20px
}

.portfolio-filter li {
    float: left;
    margin: 0 20px
}

.portfolio-filter li a {
    color: #999;
    border-bottom: 1px solid transparent
}

.portfolio-filter li a.active {
    color: #0c3c60;
    border-bottom: 1px solid #0c3c60
}

.blog-standard {
    padding: 100px 0
}

.blog-standard article {
    margin-bottom: 50px
}

.blog-excerpt {
    padding: 30px 15px 0
}

.blog-standard article h4 {
    font-size: 25px;
    margin: 0 0 8px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px
}

.post-meta {
    margin-bottom: 15px
}

.post-meta span {
    margin-right: 8px;
    font-size: 14px
}

.blog-excerpt p {
    font-size: 14px;
    line-height: 25px;
    margin: 0 0 25px
}

.post-meta span {
    text-transform: uppercase;
    font-size: 11px;
    margin-right: 12px;
    letter-spacing: .5px
}

.post-meta span i {
    margin-right: 5px
}

.blog-fullpage {
    max-width: 80%;
    margin: 0 auto;
    float: none
}

.side-widget {
    margin-bottom: 50px;
    border: 1px solid #eee;
    padding: 30px;
    display: table;
    width: 100%
}

.side-search input {
    width: 80%;
    font-size: 11px;
    float: left;
    height: 45px;
    border: none
}

.side-search button {
    width: 20%;
    font-size: 11px;
    padding: 0;
    height: 45px;
    line-height: 45px;
    text-align: center;
    border-radius: 3px
}

.side-search button i {
    margin: 0
}

.lposts-thumb {
    width: 70px;
    float: left
}

.lposts li {
    display: table;
    width: 100%;
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid #eee
}

.lposts li:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: none
}

.lposts-info {
    margin-left: 80px
}

.lposts-info h4 {
    text-transform: none;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 19px;
    margin: 0 0 3px
}

.lposts-info span,
.lposts-info span+a {
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: .5px;
    margin-right: 8px
}

.lposts-info span i,
.lposts-info span+a i {
    margin-right: 4px
}

.cat li::before {
    content: "\f00c";
    position: relative;
    top: 2px;
    display: inline-block;
    margin-right: 10px;
    font-family: FontAwesome;
    color: #0c3c60
}

.cat li {
    padding: 12px 0;
    border-bottom: 1px solid #eee
}

.cat li:last-child {
    padding-bottom: 0;
    border-bottom: none
}

.cat li span {
    float: right
}

.tags a {
    display: block;
    float: left;
    margin-right: 6px;
    margin-bottom: 6px;
    padding: 8px 12px;
    background: #eee;
    color: #616161;
    font-size: 11px;
    text-transform: uppercase
}

.tags a:hover {
    background: #0c3c60;
    color: #fff
}

.side-widget h5 {
    font-family: Lato;
    text-transform: uppercase;
    font-weight: 800;
    margin: 0 0 25px;
    font-size: 14px;
    letter-spacing: 0
}

.blog-thumb {
    padding: 300px 0 50px;
    background-size: cover
}

.blog-thumb h1 {
    color: #fff;
    font-size: 50px;
    letter-spacing: 1px;
    margin: 0 0 22px;
    font-weight: 100
}

.blog-thumb .blog-meta {
    color: #eee
}

.blog-thumb .blog-meta i {
    color: #0c3c60
}

.blog-single-excerpt {
    padding: 50px 15px 80px
}

.blog-single-excerpt p {
    font-size: 14px;
    margin-bottom: 25px;
    line-height: 26px
}

blockquote {
    padding: 11px 20px;
    margin: 8px 5% 23px;
    border-left: 5px solid #eee;
    line-height: 31px;
    font-style: italic;
    color: #333;
    font-size: 16px
}

.comments h2 {
    margin: 40px 0 30px;
    letter-spacing: 4px;
    font-size: 21px;
    text-transform: uppercase;
    font-weight: 500
}

.comments .media {
    margin: 0 0 20px;
    padding: 25px 0;
    border-bottom: 1px solid #e5e5e5
}

.media-sub {
    width: 95%;
    margin-left: 5% !important
}

.media-object {
    display: block;
    border-radius: 50%;
    max-width: 80px
}

.media-heading {
    margin: 0 0 12px;
    font-size: 15px;
    letter-spacing: 0;
    text-transform: uppercase
}

.media-heading small {
    letter-spacing: 0
}

.media-body {
    font-size: 13px;
    line-height: 22px
}

.blog-comment h2 {
    margin: 70px 0 30px;
    letter-spacing: 4px;
    font-size: 21px;
    text-transform: uppercase;
    font-weight: 500
}

.comment-form input {
    border: 1px solid #e5e5e5;
    height: 50px;
    margin-bottom: 15px;
    padding: 0 25px;
    border-radius: 0;
    width: 100%
}

.comment-form textarea {
    border: 1px solid #e5e5e5;
    height: 120px;
    margin-bottom: 15px;
    padding: 25px 25px;
    border-radius: 0;
    width: 100%
}

.faq-content {
    padding: 50px 0 100px
}

.faq-content h2 {
    font-size: 18px;
    letter-spacing: 5px;
    margin: 50px 0 15px;
    text-transform: uppercase;
    font-weight: 600;
    color: #000
}

.faq-content p {
    margin-bottom: 30px
}

.faq-content #accordion .panel-title>a {
    text-transform: none;
    letter-spacing: 0;
    font-weight: 500
}

.faq-anchor {
    margin: 0 -1% 30px;
    display: table;
    width: 100%
}

.faq-anchor a {
    border: 2px solid #bbb;
    width: 31.33333%;
    margin: 0 1%;
    float: left;
    padding: 50px 50px 41px;
    text-align: center;
    text-transform: uppercase;
    font-size: 14px;
    font-family: 'Poppins', sans-serif;
    line-height: 50px;
    font-weight: 700;
    letter-spacing: 1px;
    color: #bbb
}

.faq-anchor a:hover {
    border-color: #2a2a2a;
    color: #2a2a2a
}

.faq-anchor a.active {
    border-color: #0c3c60;
    color: #0c3c60
}

.faq-anchor a i {
    font-size: 50px;
    display: block
}

.faq-inner {
    padding: 0 40px 0;
    border: 1px solid #eee;
    margin-top: 30px
}

.service2 {
    background: #0c3c60;
    padding: 0
}

.service2 p {
    margin: 0;
    padding: 0
}

.service-box3 {
    padding: 60px 30px;
    border-right: 1px solid rgba(255, 255, 255, .2)
}

.service2 .col-md-4:last-child .service-box3 {
    border-right: none
}

.service-box3 i {
    font-size: 69px;
    color: #fff;
    margin: 0 0 31px;
    display: table
}

.service-box3 h4 {
    color: #fff;
    text-transform: uppercase;
    margin: 0 0 15px;
    letter-spacing: 0
}

.service-box3 p {
    color: #fff
}

.shots-wrap {
    padding: 100px 0 0
}

.shots {
    position: relative
}

.shots div img {
    transform: scale(.8);
    transition: .4s
}

.shots div.slick-current img {
    transform: scale(1);
    transition: .4s
}

.slick-prev {
    position: absolute;
    width: 50px;
    height: 50px;
    color: #fff;
    line-height: 50px;
    text-align: center;
    font-size: 35px;
    left: 50%;
    top: 50%;
    z-index: 7777;
    margin-left: -140px;
    margin-top: -20px;
    cursor: pointer
}

.slick-next {
    position: absolute;
    width: 50px;
    height: 50px;
    color: #fff;
    line-height: 50px;
    text-align: center;
    font-size: 35px;
    right: 50%;
    top: 50%;
    z-index: 7777;
    margin-right: -140px;
    margin-top: -20px;
    cursor: pointer
}

.features {
    padding: 70px 0
}

.features .features-left {
    text-align: right;
    margin-top: 112px
}

.features .features-left .icon-container {
    float: right;
    margin-left: 30px
}

.features .features-right {
    text-align: left;
    margin-top: 112px
}

.features .features-right .icon-container {
    float: left;
    margin-right: 30px
}

.features .feature {
    margin-bottom: 23px
}

.features .feature h4 {
    margin-bottom: 20px;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 16px;
    letter-spacing: 0
}

.features .feature h5 {
    margin-bottom: 14px;
    font-weight: 600;
    text-transform: none;
    font-size: 20px;
    color: #0c3c60
}

.features .feature p {
    margin-bottom: 50px
}

.features .feature .icon-container {
    display: block;
    min-height: 120px
}

.features .feature .icon-container .icon {
    width: 75px;
    height: 75px;
    border-radius: 50%;
    line-height: 73px;
    font-size: 28px;
    text-align: center;
    -webkit-transition: all .15s linear;
    -moz-transition: all .15s linear;
    -ms-transition: all .15s linear;
    -o-transition: all .15s linear;
    transition: all .15s linear
}

.features figure img {
    margin: 0 auto;
    display: block
}

.features .feature .icon-container .icon {
    color: #0c3c60;
    border: 1px solid #0c3c60
}

.info-content-border {
    padding: 60px 0 0
}

.info-three {
    padding: 100px 0;
    position: relative
}

.info-three h3 {
    font-size: 16px;
    font-weight: 600;
    line-height: 1.325em;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    margin: 30px 0 10px
}

.info-three p {
    padding: 0 20px
}

#intro6-slider {
    position: relative;
    top: 0
}

#intro6-slider .is-prev {
    position: absolute;
    height: 80px;
    width: 80px;
    top: 50%;
    left: 20px;
    z-index: 999;
    margin-top: -50px;
    color: #fff;
    line-height: 93px;
    text-align: center;
    font-size: 50px;
    cursor: pointer;
    opacity: .4;
    transition: .4s
}

#intro6-slider .is-next {
    position: absolute;
    height: 80px;
    width: 80px;
    top: 50%;
    right: 20px;
    z-index: 999;
    margin-top: -50px;
    color: #fff;
    line-height: 93px;
    text-align: center;
    font-size: 50px;
    cursor: pointer;
    opacity: .4;
    transition: .4s
}

#intro6-slider .is-next:hover,
#intro6-slider .is-prev:hover {
    opacity: 1;
    transition: .4s
}

#intro6-slider .flex-direction-nav {
    display: none
}

.tabs-section {
    padding: 110px 0 130px;
    background: #f1f1f1
}

.board .nav-tabs {
    position: relative;
    margin: 0 auto;
    margin-bottom: 0;
    box-sizing: border-box;
    border: none
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:focus,
.nav-tabs>li.active>a:hover {
    color: #0c3c60;
    cursor: default;
    border: 0;
    opacity: 1
}

.nav-tabs li a span i {
    float: left
}

.nav-tabs>li {
    width: 20%
}

.nav-tabs>li a {
    padding: 0 15px;
    font-size: 20px;
    font-weight: 500;
    color: #000;
    text-align: center;
    opacity: .5
}

.nav-tabs>li a span {
    display: table;
    margin: 0 auto
}

.nav-tabs>li>a {
    margin-right: 0;
    line-height: 1.42857143;
    border: none !important;
    border-radius: 0;
    background: 0 0 !important;
    box-shadow: none !important
}

.nav-tabs>li a i {
    margin-right: 15px;
    font-size: 29px
}

.nav-tabs>li a:hover {
    background: 0 0
}

.tab-pane {
    position: relative;
    padding-top: 50px
}

.tab-content h3 {
    font-size: 35px;
    margin: 35px 0 35px
}

.tab-content p {
    font-size: 16px;
    margin: 0;
    line-height: 29px
}

@media screen and (max-width: 992px) {
    .blog-item-desc {
        margin-top: 15px;
        padding: 0;
    }

    .blog-item-desc ul li {
        line-height: 25px;
        font-size: 16px;
    }
}

@media (max-width:585px) {
    .tab-content .head {
        font-size: 20px
    }

    .nav-tabs>li a {
        width: 50px;
        height: 50px;
        line-height: 50px
    }

    li.active:after {
        content: " ";
        position: absolute;
        left: 35%
    }
}

.sf-box {
    background: #6d8a9f;
    padding: 100px 50px;
    position: relative;
    transition: .4s
}

.sf-box:hover {
    padding: 100px 60px;
    transition: .4s
}

.sf-box:hover p {
    transition: .4s;
    padding-right: 80px
}

.sf-box2 {
    background: #54768f
}

.sf-box3 {
    background: #3c627f
}

.sf-box i {
    position: absolute;
    top: 30px;
    right: -50px;
    color: #fff;
    font-size: 170px;
    opacity: .2;
    transition: .4s
}

.sf-box:hover i {
    transition: .4s;
    right: -70px
}

.sf-box h4 {
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 21px;
    letter-spacing: 0;
    margin: 0 0 15px
}

.sf-box p {
    color: #fff;
    opacity: .7;
    padding-right: 100px;
    margin: 0 0 30px;
    transition: .4s
}

.sf-box:hover p {
    transition: .4s;
    padding-right: 80px
}

.sf-box .btn.btn-border {
    color: #0c3c60;
    border: 2px solid #0c3c60;
    text-align: center;
    min-width: 150px
}

.parallax-content {
    background: url(../images/bg/6.jpg) no-repeat center fixed;
    background-size: cover;
    padding: 200px 0
}

.parallax-content h4 {
    color: #fff;
    font-size: 65px;
    font-weight: 700
}

.info-three.parallax-content {
    padding: 100px 0
}

.info-three.parallax-content h3 {
    color: #fff
}

.info-three.parallax-content p {
    color: #fff;
    opacity: .6
}

.wrapper {
    background: #fff;
    position: relative;
    z-index: 11
}

#okplayer {
    left: -15% !important;
    top: -15% !important;
    height: 130% !important;
    width: 130% !important
}

.about-simple {
    padding: 100px 0
}

.about-simple h3 {
    font-size: 45px;
    font-weight: 700
}

.about-simple p {
    font-size: 17px;
    line-height: 28px;
    font-weight: 300;
    color: #555
}

.parallax-content.info-content {
    padding: 100px 0;
    background: url(../images/bg/8.jpg) no-repeat center fixed;
    background-size: cover
}

.parallax-content.info-content p,
.parallax-content.info-content ul li {
    color: #fff;
    opacity: .7
}

.bg-gray {
    background: #f1f1f1 !important
}

.testimonial-p {
    background: url(../images/bg/pattern.png) no-repeat center fixed;
    background-size: cover;
    padding: 110px 0
}

.testimonial-p .author {
    margin: 0 auto;
    display: table
}

.testimonial-p .author cite,
.testimonial-p .author img {
    float: left
}

.testimonial-p .slick-dots {
    margin-top: 15px;
    position: relative;
    left: 0;
    margin: 20px auto 0;
    display: table !important
}

.blog-masonry article {
    border: 1px solid #eee;
    padding: 5px 5px 26px;
    margin-bottom: 20px
}

.blog-masonry article h4 {
    font-size: 23px;
    margin: 0 0 8px;
    font-weight: 600;
    text-transform: none;
    letter-spacing: 0
}

.blog-masonry.blog-masonry-3col .item {
    width: 33.33333%;
    padding: 0 10px
}

.blog-masonry.blog-masonry-2col .item {
    width: 50%;
    padding: 0 10px
}

@media only screen and (min-width:993px) and (max-width:4000px) {
    .center-content {
        display: flex;
        align-items: center;
        flex-direction: row
    }
}

@media only screen and (min-width:1051px) {
    .intro .col-sm-offset-2 {
        margin-left: 0
    }

    .f-s-20 {
        font-size: 16px !important
    }

    footer p {
        font-size: 16px
    }
}

@media only screen and (min-width:768px) and (max-width:1050px) {
    .service-box3 {
        padding: 50px 20px
    }

    .intro-style1 .btn {
        margin-bottom: 50px
    }

    .portfolio-2col .portfolio-item,
    .portfolio-3col .portfolio-item,
    .portfolio-4col .portfolio-item {
        width: 49.4%
    }

    .navbar-default .navbar-nav>li {
        margin-left: 12px
    }

    .navbar-default .navbar-nav>li>a {
        font-size: 11px
    }

    .navbar-right {
        margin-right: 0
    }

    .dropdown-menu {
        top: 65px;
        left: auto !important;
        right: 0 !important
    }

    .team {
        padding: 100px 0 70px
    }

    .team-dark .team-box {
        margin-bottom: 30px
    }

    .timeline>li .timeline-image i {
        font-size: 32px;
        line-height: 94px
    }

    .timeline>li {
        margin-bottom: 20px;
        min-height: 100px
    }

    .timeline:before {
        left: 50%
    }

    .timeline>li .timeline-panel {
        float: left;
        width: 41%;
        padding: 0 20px 20px 30px;
        text-align: right
    }

    .timeline>li .timeline-image {
        left: 50%;
        width: 100px;
        height: 100px;
        margin-left: -50px
    }

    .timeline>li .timeline-image h4 {
        margin-top: 16px;
        font-size: 13px;
        line-height: 18px
    }

    .timeline>li.timeline-inverted>.timeline-panel {
        float: right;
        padding: 0 30px 20px 20px;
        text-align: left
    }

    .contact .sidebar {
        margin-bottom: 30px
    }

    .faq-anchor a {
        padding: 50px 0 41px
    }

    .testimonial-wrap .col-md-6 {
        padding: 45px
    }

    .testimonial .quote {
        font-size: 24px;
        line-height: 35px
    }

    .intro-style1 h2 {
        color: #fff;
        font-size: 47px;
        line-height: 53px;
        margin: -20px 0 30px;
        font-weight: 500
    }

    .fact h3,
    .fact h3 span {
        font-size: 35px !important
    }

    .facts-full .fact {
        padding: 50px 15px
    }

    .team-box {
        margin-bottom: 30px
    }

    .pricing-table .no-padding {
        padding: 0 15px !important
    }

    .slick-prev {
        margin-left: -100px
    }

    .slick-next {
        margin-right: -100px
    }

    .info-content-border {
        padding: 60px 0 60px;
        border-bottom: 1px solid #eee
    }

    .intro-style5 .intro-form {
        margin-top: 30px
    }

    .tab-pane {
        position: relative;
        padding: 50px 25px 0
    }

    .blog-masonry.blog-masonry-3col .item {
        width: 50%;
        padding: 0 10px
    }

    .blog-masonry.blog-masonry-2col .item {
        width: 50%;
        padding: 0 10px
    }
}

@media only screen and (min-width:250px) and (max-width:767px) {
    .blog-masonry.blog-masonry-3col .item {
        width: 100%;
        padding: 0 10px
    }

    .blog-masonry.blog-masonry-2col .item {
        width: 100%;
        padding: 0 10px
    }

    #okplayer {
        left: -150% !important;
        top: -150% !important;
        height: 400% !important;
        width: 400% !important
    }

    .intro-style8 {
        background: 0 0;
        padding: 170px 0 110px
    }

    .intro-style8 h2 {
        margin: 0 0 20px;
        font-size: 35px;
        line-height: 40px
    }

    .intro-style9 {
        padding: 180px 0 110px
    }

    .parallax-content h4 {
        font-size: 43px
    }

    .intro-style6 {
        padding: 160px 0 110px
    }

    .nav-tabs>li a span {
        font-size: 0
    }

    .sf-box {
        padding: 100px 30px !important
    }

    .sf-box p {
        padding-right: 0 !important
    }

    .parallax-content {
        background-size: 400% !important
    }

    .tab-pane {
        position: relative;
        padding: 50px 25px 0
    }

    .intro-style6 h2 {
        font-size: 39px;
        line-height: 40px
    }

    .intro-style6 h2 br {
        display: none
    }

    .info-content {
        text-align: center
    }

    .intro-style6 p {
        font-size: 15px;
        line-height: 26px
    }

    .intro-style5 h2 {
        font-size: 45px;
        line-height: 48px
    }

    .intro-style5 .intro-form {
        margin-top: 30px
    }

    .intro-style4 h2 {
        font-size: 45px;
        line-height: 53px
    }

    .intro-form input {
        margin-bottom: 4px
    }

    .intro-style4 .list-inline>li {
        display: table;
        margin-bottom: 10px
    }

    .info-three p {
        padding: 0
    }

    .slick-prev {
        margin-left: -100px
    }

    .slick-next {
        margin-right: -100px
    }

    .pricing-table .col-md-3 {
        margin-right: 0;
        padding: 0 15px
    }

    .features .features-left {
        margin-top: 0
    }

    .features .features-right {
        margin-top: 60px
    }

    .info-content h4 {
        margin: 70px 0 20px
    }

    .intro-style3 h2 {
        font-size: 35px;
        line-height: 60px
    }

    .btn.btn-lg {
        font-size: 12px;
        padding: 14px 20px;
        min-width: auto
    }

    .service2 {
        background: #0c3c60;
        padding: 40px 0
    }

    .service-box3 {
        padding: 20px 15px;
        border-right: none
    }

    .intro-style3 {
        padding: 150px 0 80px
    }

    .team-box {
        margin-bottom: 30px
    }

    .plan {
        margin-bottom: 30px
    }

    .video-box {
        position: relative;
        width: 100%;
        height: 400px;
        top: 0;
        left: 0;
        background: url(../images/4.jpg) no-repeat center;
        background-size: cover
    }

    .intro-style1 .btn.btn-lg {
        padding: 14px 23px;
        margin-bottom: 50px
    }

    .intro-style1 h2 {
        color: #fff;
        font-size: 37px;
        line-height: 43px;
        margin: -20px 0 30px;
        font-weight: 500
    }

    .dual-img {
        background: #111 url(../images/6.jpg) no-repeat right bottom;
        background-size: cover;
        position: relative;
        top: 0;
        left: 0;
        width: 100%;
        height: 400px
    }

    .testimonial-wrap .col-md-6 {
        padding: 50px
    }

    .testimonial .quote {
        font-size: 22px;
        line-height: 33px
    }

    .page-head h1 {
        font-size: 45px;
        letter-spacing: 4px
    }

    .portfolio-filter li {
        float: left;
        margin: 0 4px;
        font-size: 12px;
        position: relative;
        top: 2px
    }

    .portfolio-2col .portfolio-item,
    .portfolio-3col .portfolio-item,
    .portfolio-4col .portfolio-item {
        width: 100%
    }

    .faq-anchor a {
        width: 100%;
        margin: 0 1% 15px
    }

    .faq-content #accordion .panel-title>a {
        line-height: 24px
    }

    .container {
        width: 100%;
        margin: 0 auto
    }

    .navbar-toggle {
        position: absolute;
        float: right;
        padding: 0;
        margin-bottom: 8px;
        background: 0 0 !important;
        background-image: none;
        border: none !important;
        border-radius: 4px;
        top: 36px;
        right: 5px
    }

    .navbar-toggle .icon-bar {
        display: block;
        width: 20px;
        height: 1px;
        margin-bottom: 4px;
        border-radius: 0 !important;
        background: #fff !important;
        transition: .4s
    }

    .navbar-toggle .icon-bar:nth-child(3) {
        display: block;
        width: 16px;
        height: 1px;
        border-radius: 0 !important;
        background: #fff !important
    }

    .navbar-toggle:hover .icon-bar:nth-child(3) {
        width: 20px
    }

    .navbar-collapse {
        padding-right: 15px;
        padding-left: 15px;
        overflow-x: hidden;
        -webkit-overflow-scrolling: touch;
        border-top: none;
        box-shadow: none;
        position: absolute;
        background: #111;
        top: 80px;
        width: 100%;
        right: 0;
        margin: 0 auto !important;
        left: 0
    }

    .navbar-default .navbar-nav {
        flex-direction: column;
    }

    .navbar-nav>li>a::after {
        display: none
    }

    .navbar-default .navbar-nav>li {
        margin-left: 0;
        width: 100%;
        float: none !important;
        display: table
    }

    .navbar-default .navbar-nav>li a {
        padding: 7px 30px
    }

    .dropdown-menu {
        display: table !important;
        padding: 0;
        margin: 0;
        border-radius: 0;
        background: 0 0;
        top: 0 !important;
        left: 0 !important;
        right: auto !important;
        opacity: 1;
        position: relative !important;
        visibility: visible;
        transition: .4s;
        margin-left: 15px;
        border: none;
        box-shadow: none;
        width: 100%
    }

    .navbar-default .navbar-nav>li a {
        padding: 7px 30px;
        border: none !important
    }

    .about-info h2 {
        font-size: 40px
    }

    .section-head h1 {
        font-size: 32px
    }

    .team {
        padding: 100px 0 70px
    }

    .team-dark .team-box {
        margin-bottom: 30px
    }

    .timeline>li .timeline-image i {
        font-size: 57px;
        line-height: 143px
    }

    .timeline>li.timeline-inverted>.timeline-panel,
    .timeline>li>.timeline-panel {
        padding: 0 20px 20px;
        float: none !important;
        width: 100%;
        margin-top: 170px;
        text-align: center
    }

    .cta-wrap h2 {
        font-size: 32px
    }

    .footer-links li a {
        font-size: 11px
    }

    .footer-links li {
        display: inline-block;
        margin: 0 5px
    }

    .blog-fullpage {
        max-width: 100%;
        margin: 0 auto;
        float: none
    }

    .contact .sidebar {
        margin-bottom: 30px
    }
}

.services-image {
    padding: 10% !important;
    border-radius: 100px
}

.padding-t-3 {
    margin-top: 3vh
}

.hero {
    position: relative;
    background-color: #111;
    height: 75vh;
    min-height: 25rem;
    width: 100%;
    overflow: hidden
}

.hero video {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: 0;
    -ms-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%)
}

.hero .container {
    position: relative;
    z-index: 2
}

.hero .overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: #111;
    opacity: .5;
    z-index: 1
}

.h-100 {
    height: 100% !important
}

.align-items-center {
    -ms-flex-align: center !important;
    align-items: center !important
}

.d-flex {
    display: -ms-flexbox !important;
    display: flex !important
}

.w-100 {
    width: 100% !important
}

.h-100 {
    height: 100% !important
}

.display-3 {
    font-size: 6rem;
    font-weight: 600;
    line-height: 1.2;
    color: #fff
}

@media (pointer:coarse) and (hover:none) {
    .hero {
        background: #111 no-repeat center center scroll
    }

    .hero video {
        display: none
    }
}

.bg-1 {
    background-image: url(../images/samousluzne/5.webp);
    min-height: 500px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center
}

.gallery-image {
    min-height: 300px;
    background-position: center !important;
    background-size: cover !important;
    background-repeat: no-repeat !important
}

.gallery-container {
    padding: 2vh 0
}

.navbar.solid {
    background-color: #0c3c60
}

.three-part img {
    max-height: 100% !important
}

@media only screen and (max-width:767px) and (min-width:250px) {
    h2 {
        font-size: 1.5rem !important;
    }

    .services-image {
        padding: 4% !important;
        border-radius: 0
    }

    .display-3 {
        font-size: 3rem
    }

    .footer-row {
        flex-direction: column;
        align-items: center !important;
        text-align: center
    }

    .navbar-brand {
        width: 100% !important
    }

    .contact-row {
        flex-direction: column
    }

    .navbar-brand {
        letter-spacing: 0
    }

    .contact-info-margin {
        margin: 5vh 0
    }

    footer p {
        margin-top: 2vh
    }

    /*Hero bg image start*/

    .hero-1 {
        background: url(../images/bg-mobile/portalna-praonica1.jpg) no-repeat center top;
        background-size: cover;
    }


    /*Hero bg image end*/
}

.page-head h2 {
    color: #fff;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    margin: 0;
    font-size: 60px
}

.footer-row {
    justify-content: space-evenly;
    display: flex;
    align-items: flex-start
}

.contact-row {
    justify-content: center;
    display: flex;
    width: 100%;
    float: right;
    color: #111;
    text-align: center;
    padding-bottom: 5vh
}

.contact-row a:hover {
    color: #75c5f0
}

.f-s-20 {
    font-size: 16px;
    list-style: none;
}

.contact-form {
    padding-bottom: 2vh
}

.m-b-5 {
    margin-bottom: 5vh;
}

.m-b-2 {
    margin-bottom: 20px;
}

.clear {
    clear: both
}


@media (max-width: 576px) {

    .hero {
        display: none;
    }

    .intro-style11,
    .intro-style12,
    .intro-style13,
    .intro-style14,
    .intro-style15 {
        display: block;
    }

}