/* Minification failed. Returning unminified contents.
(255,38): run-time error CSS1039: Token not allowed after unary operator: '-color-white-rgb'
(411,26): run-time error CSS1039: Token not allowed after unary operator: '-color-white-rgb'
 */

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
    font-family: "Open Sans", sans-serif;
    color: #444444;
}

a {
    text-decoration: none;
    color: #67b0d1;
}

    a:hover {
        color: #8ec4dd;
        text-decoration: none;
    }

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Raleway", sans-serif;
}

#main {
    margin-top: 90px;
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
    position: fixed;
    visibility: hidden;
    opacity: 0;
    right: 15px;
    bottom: 15px;
    z-index: 998;
    background: #67b0d1;
    width: 40px;
    height: 40px;
    border-radius: 50px;
    transition: all 0.4s;
}

    .back-to-top i {
        font-size: 24px;
        color: #fff;
        line-height: 0;
    }

    .back-to-top:hover {
        background: #86c0da;
        color: #fff;
    }

    .back-to-top.active {
        visibility: visible;
        opacity: 1;
    }

/*--------------------------------------------------------------
# Disable aos animation delay on mobile devices
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
    [data-aos-delay] {
        transition-delay: 0 !important;
    }
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
    transition: all 0.5s;
    z-index: 997;
    transition: all 0.5s;
    padding: 24px 0;
    background: rgba(103, 176, 209, 0.8);
}

    #header.header-transparent {
        background: transparent;
    }

    #header.header-scrolled {
        background: rgba(55, 142, 181, 0.9);
        padding: 12px;
    }

    #header .logo h1 {
        font-size: 28px;
        margin: 0;
        line-height: 1;
        font-weight: 700;
        letter-spacing: 1px;
        font-family: "Poppins", sans-serif;
        text-transform: uppercase;
    }

        #header .logo h1 a,
        #header .logo h1 a:hover {
            color: #fff;
            text-decoration: none;
        }

    #header .logo img {
        padding: 0;
        margin: 0;
        margin-right: 5px;
        height: 40px;
        position:relative; top: -4px;
    }

@media (max-width: 768px) {
    #header.header-scrolled {
        padding: 15px 0;
    }
        #header.header-scrolled .logo img {
            height: 32px;
        }

}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation 
*/
.navbar {
    padding: 0;
    position: static;
}

    .navbar ul {
        margin: 0;
        padding: 0;
        display: flex;
        list-style: none;
        align-items: center;
    }

    .navbar li {
        position: relative;
    }

    .navbar a,
    .navbar a:focus {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 8px 16px;
        margin-left: 10px;
        font-family: "Raleway", sans-serif;
        font-size: 16px;
        font-weight: 700;
        color: #fff;
        white-space: nowrap;
        transition: 0.3s;
    }

        .navbar a i,
        .navbar a:focus i {
            font-size: 12px;
            line-height: 0;
            margin-left: 5px;
        }

        .navbar a:hover,
        .navbar .active,
        .navbar .active:focus,
        .navbar li:hover > a {
            background: rgba(255, 255, 255, 0.2);
        }

    .navbar .dropdown ul {
        display: block;
        position: absolute;
        left: 10px;
        top: calc(100% + 30px);
        margin: 0;
        padding: 10px 0;
        z-index: 99;
        opacity: 0;
        visibility: hidden;
        background: #fff;
        box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
        transition: 0.3s;
    }

        .navbar .dropdown ul li {
            min-width: 200px;
        }

        .navbar .dropdown ul a {
            padding: 10px 20px;
            font-size: 15px;
            text-transform: none;
            font-weight: 600;
            color: #2f4d5a;
        }

            .navbar .dropdown ul a i {
                font-size: 12px;
            }

            .navbar .dropdown ul a:hover,
            .navbar .dropdown ul .active:hover,
            .navbar .dropdown ul li:hover > a {
                color: #67b0d1;
            }

    .navbar .dropdown:hover > ul {
        opacity: 1;
        top: 100%;
        visibility: visible;
    }

    .navbar .megamenu {
        position: static;
    }

        .navbar .megamenu ul {
            margin: 0;
            padding: 10px;
            display: block;
            position: absolute;
            top: 130%;
            left: 0;
            right: 0;
            visibility: hidden;
            opacity: 0;
            display: flex;
            transition: 0.3s;
            border-radius: 4px;
            z-index: 99;
        }

            .navbar .megamenu ul li {
                flex: 1;
            }

                .navbar .megamenu ul li strong {
                    padding: 10px 0 10px 20px;
                    display: block;
                }

                .navbar .megamenu ul li a,
                .navbar .megamenu ul li:hover > a {
                    color: rgba(var(--color-white-rgb), 0.5);
                    background: none;
                    padding: 8px 10px;
                }

                    .navbar .megamenu ul li a:hover,
                    .navbar .megamenu ul li .active,
                    .navbar .megamenu ul li .active:hover {
                        color: #67b0d1;
                    }

        .navbar .megamenu:hover > ul {
            opacity: 1;
            top: 100%;
            visibility: visible;
        }

    .navbar .dropdown .dropdown ul {
        top: 0;
        left: calc(100% - 30px);
        visibility: hidden;
    }

    .navbar .dropdown .dropdown:hover > ul {
        opacity: 1;
        top: 0;
        left: 100%;
        visibility: visible;
    }

@media (max-width: 1366px) {
    .navbar .dropdown .dropdown ul {
        left: -90%;
    }

    .navbar .dropdown .dropdown:hover > ul {
        left: -100%;
    }
}

.navbar li {
    position: relative;
}
.navbar li.nav-ico { margin:0; padding:0; }
.navbar li.nav-ico a { margin:0; margin-left:5px; padding:0; border:solid 0px pink; width:40px; height:40px; text-align:center; border-radius:50%; position:relative; }
.navbar li.nav-ico a:hover { border:solid 0px pink;   background:rgba(255,255,255,0.2); }
.navbar li.nav-ico a i { font-size: 18pt !important; position: relative; top:1px; left:0px; margin:0 auto; }

.cbadge { position:absolute; right:0px; top:5px; font-size:8px; padding:1px; background-color:red; color:#fff; width:12px; height:12px; text-align:center; border-radius:50%; }
.loader { text-align:center; margin-top:40%; color: #8ec4dd; }
/**
* Mobile Navigation 
*/
.mobile-nav-toggle {
    color: #fff;
    font-size: 28px;
    cursor: pointer;
    display: none !important;
    line-height: 0;
    transition: 0.5s;
}

@media (max-width: 991px) {
    .mobile-nav-toggle {
        display: block !important;
    }

    .navbar ul {
        display: none;
    }
}

.navbar-mobile {
    position: fixed;
    overflow: hidden;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: rgba(43, 111, 142, 0.9);
    transition: 0.3s;
}

    .navbar-mobile .mobile-nav-toggle {
        position: absolute;
        top: 15px;
        right: 15px;
    }

    .navbar-mobile ul {
        display: block;
        position: absolute;
        top: 55px;
        right: 15px;
        bottom: 15px;
        left: 15px;
        padding: 10px 0;
        background-color: #fff;
        overflow-y: auto;
        transition: 0.3s;
    }

    .navbar-mobile a,
    .navbar-mobile a:focus {
        padding: 10px 20px;
        font-size: 15px;
        color: #2f4d5a;
    }

        .navbar-mobile a:hover,
        .navbar-mobile .active,
        .navbar-mobile li:hover > a {
            color: #67b0d1;
        }

    .navbar-mobile .getstarted,
    .navbar-mobile .getstarted:focus {
        margin: 15px;
    }

    .navbar-mobile .dropdown ul {
        position: static;
        display: none;
        margin: 10px 20px;
        padding: 10px 0;
        z-index: 99;
        opacity: 1;
        visibility: visible;
        background: #fff;
        box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
    }

        .navbar-mobile .dropdown ul li {
            min-width: 200px;
        }

        .navbar-mobile .dropdown ul a {
            padding: 10px 20px;
        }

            .navbar-mobile .dropdown ul a i {
                font-size: 12px;
            }

            .navbar-mobile .dropdown ul a:hover,
            .navbar-mobile .dropdown ul .active:hover,
            .navbar-mobile .dropdown ul li:hover > a {
                color: #67b0d1;
            }

    .navbar-mobile .dropdown > .dropdown-active {
        display: block;
    }

    .navbar-mobile .megamenu ul li a,
    .navbar-mobile .megamenu ul li:hover > a {
        color: rgba(var(--color-white-rgb), 0.5);
        background: none;
    }

        .navbar-mobile .megamenu ul li a:hover,
        .navbar-mobile .megamenu ul li .active,
        .navbar-mobile .megamenu ul li .active:hover {
            color: #67b0d1;
        }

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
    width: 100%;
    height: 100vh;
    background: linear-gradient(rgba(55, 142, 181, 0.5), rgba(55, 142, 181, 0.2)), url("/images/hero/hero-bg3.jpg") top center;
    background-size: cover;
    position: relative;
    margin-bottom: -90px;
}

    #hero .hero-container {
        position: absolute;
        bottom: 0;
        top: 0;
        left: 0;
        right: 0;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        text-align: center;
    }

    #hero h1 {
        margin: 0 0 10px 0;
        font-size: 64px;
        font-weight: 700;
        line-height: 56px;
        /*text-transform: uppercase;*/
        color: #fff;
        text-shadow: -1px 0 2px #2f4d5a;
    }

    #hero h2 {
        color: #fff;
        margin-bottom: 50px;
        font-size: 24px;
        text-transform: uppercase;
        font-weight: 700;
        text-shadow: -1px 0 2px #2f4d5a;
    }
    #hero p { color:#fff; font-size:14pt; max-width:700px; text-shadow: -1px 0 2px #2f4d5a; }
    #hero .btn-get-started {
        font-size: 36px;
        display: inline-block;
        padding: 4px 0;
        border-radius: 50px;
        transition: 0.3s ease-in-out;
        margin: 10px;
        width: 64px;
        height: 64px;
        text-align: center;
        border: 2px solid #fff;
        color: #fff;
    }

        #hero .btn-get-started:hover {
            padding-top: 8px;
            background: rgba(255, 255, 255, 0.15);
        }
        #hero .btn-get-started i {
            position:relative; top:6px;
        }

@media (min-width: 1024px) {
    #hero {
        background-attachment: fixed;
    }
}

@media (max-width: 768px) {
    #hero h1 {
        font-size: 28px;
        line-height: 36px;
    }

    #hero h2 {
        font-size: 18px;
        line-height: 24px;
        margin-bottom: 30px;
    }
}

/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
    padding: 60px 0;
    overflow: hidden;
}

.section-bg {
    background-color: #f4f9fc;
}

.section-title {
    text-align: center;
    padding-bottom: 30px;
}

    .section-title h2 {
        font-size: 32px;
        font-weight: bold;
        position: relative;
        margin-bottom: 30px;
        color: #2f4d5a;
        z-index: 2;
    }

        .section-title h2::after {
            content: "";
            position: absolute;
            left: 50%;
            top: 50%;
            transform: translate(-50%, -50%);
            width: 122px;
            height: 66px;
            background: url(/images/section-title-bg.png) no-repeat;
            z-index: -1;
        }

    .section-title p {
        margin-bottom: 0;
    }

/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
    padding: 15px 0;
    background-color: #f8fbfd;
    min-height: 40px;
}

    .breadcrumbs h2 {
        font-size: 24px;
        font-weight: 300;
    }

    .breadcrumbs ol {
        display: flex;
        flex-wrap: wrap;
        list-style: none;
        padding: 0;
        margin: 0;
        font-size: 14px;
    }

        .breadcrumbs ol li + li {
            padding-left: 10px;
        }

            .breadcrumbs ol li + li::before {
                display: inline-block;
                padding-right: 10px;
                color: #6c757d;
                content: "/";
            }

@media (max-width: 768px) {
    .breadcrumbs .d-flex {
        display: block !important;
    }

    .breadcrumbs ol {
        display: block;
    }

        .breadcrumbs ol li {
            display: inline-block;
        }
}

/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/
.about {
    background: url("../images/about-bg.jpg") center center no-repeat;
    background-size: cover;
    padding: 60px 0;
    position: relative;
}

    .about::before {
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        background: rgba(255, 255, 255, 0.75);
        z-index: 9;
    }

    .about .container {
        position: relative;
        z-index: 10;
    }

    .about .content {
        padding: 30px 30px 30px 0;
    }

        .about .content h3 {
            font-weight: 700;
            font-size: 34px;
            color: #2f4d5a;
            margin-bottom: 30px;
        }

        .about .content p {
            margin-bottom: 30px;
        }

        .about .content .about-btn {
            display: inline-block;
            background: #67b0d1;
            padding: 6px 44px 8px 30px;
            color: #fff;
            border-radius: 50px;
            transition: 0.3s;
            position: relative;
        }

            .about .content .about-btn i {
                font-size: 18px;
                position: absolute;
                right: 18px;
                top: 9px;
            }

            .about .content .about-btn:hover {
                background: #7bbad7;
            }

    .about .icon-boxes .icon-box {
        margin-top: 30px;
    }

        .about .icon-boxes .icon-box i {
            font-size: 40px;
            color: #67b0d1;
            margin-bottom: 10px;
        }

        .about .icon-boxes .icon-box h4 {
            font-size: 20px;
            font-weight: 700;
            margin: 0 0 10px 0;
        }

        .about .icon-boxes .icon-box p {
            font-size: 15px;
            color: #848484;
        }

@media (max-width: 1200px) {
    .about .content {
        padding-right: 0;
    }
}

@media (max-width: 768px) {
    .about {
        text-align: center;
    }
}

/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/
.services .icon-box {
    padding: 30px;
    position: relative;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 0 29px 0 rgba(68, 88, 144, 0.12);
    transition: all 0.3s ease-in-out;
    border-radius: 8px;
    z-index: 1;
}

    .services .icon-box::before {
        content: "";
        position: absolute;
        background: white;
        right: 0;
        left: 0;
        bottom: 0;
        top: 100%;
        transition: all 0.3s;
        z-index: -1;
    }

    .services .icon-box:hover::before {
        background: #67b0d1;
        top: 0;
        border-radius: 0px;
    }

.services .icon {
    margin-bottom: 15px;
}

    .services .icon i {
        font-size: 48px;
        line-height: 1;
        color: #67b0d1;
        transition: all 0.3s ease-in-out;
    }

.services .title {
    font-weight: 700;
    margin-bottom: 15px;
    font-size: 18px;
}

    .services .title a {
        color: #111;
    }

.services .description {
    font-size: 15px;
    line-height: 28px;
    margin-bottom: 0;
}

.services .icon-box:hover .title a,
.services .icon-box:hover .description {
    color: #fff;
}

.services .icon-box:hover .icon i {
    color: #fff;
}

/*--------------------------------------------------------------
# Counts
--------------------------------------------------------------*/
.counts {
    padding-bottom: 30px;
}

    .counts .count-box {
        padding: 30px;
        width: 100%;
    }

        .counts .count-box i {
            display: block;
            font-size: 44px;
            color: #67b0d1;
            float: left;
            line-height: 0;
        }

        .counts .count-box span {
            font-size: 48px;
            line-height: 40px;
            display: block;
            font-weight: 700;
            color: #2f4d5a;
            margin-left: 60px;
        }

        .counts .count-box p {
            padding: 15px 0 0 0;
            margin: 0 0 0 60px;
            font-family: "Raleway", sans-serif;
            font-size: 14px;
            color: #49788c;
        }

        .counts .count-box a {
            font-weight: 600;
            display: block;
            margin-top: 20px;
            color: #49788c;
            font-size: 15px;
            font-family: "Poppins", sans-serif;
            transition: ease-in-out 0.3s;
        }

            .counts .count-box a:hover {
                color: #6e9fb4;
            }

/*--------------------------------------------------------------
# Cta
--------------------------------------------------------------*/
.cta {
    background: linear-gradient(rgba(103, 176, 209, 0.8), rgba(103, 176, 209, 0.8)), url("/images/call-to-action-bg.jpg") fixed center center;
    background-size: cover;
    padding: 60px 0;
}

    .cta h3 {
        color: #fff;
        font-size: 28px;
        font-weight: 700;
    }

    .cta p {
        color: #fff;
    }

    .cta .cta-btn {
        font-family: "Raleway", sans-serif;
        text-transform: uppercase;
        font-weight: 500;
        font-size: 16px;
        letter-spacing: 1px;
        display: inline-block;
        padding: 8px 28px;
        border-radius: 25px;
        transition: 0.5s;
        margin-top: 10px;
        border: 2px solid rgba(255, 255, 255, 0.5);
        color: #fff;
    }

        .cta .cta-btn:hover {
            border-color: #fff;
        }

/*--------------------------------------------------------------
# Portfolio
--------------------------------------------------------------*/
.portfolio .portfolio-item {
    margin-bottom: 30px;
}

.portfolio #portfolio-flters {
    padding: 0;
    margin: 0 auto 35px auto;
    list-style: none;
    text-align: center;
    background: #ecf5f9;
    border-radius: 50px;
    padding: 2px 15px;
}

    .portfolio #portfolio-flters li {
        cursor: pointer;
        display: inline-block;
        padding: 10px 15px 8px 15px;
        font-size: 14px;
        font-weight: 600;
        line-height: 1;
        text-transform: uppercase;
        color: #2f4d5a;
        margin-bottom: 5px;
        transition: all 0.3s ease-in-out;
    }

        .portfolio #portfolio-flters li:hover,
        .portfolio #portfolio-flters li.filter-active {
            color: #67b0d1;
        }

        .portfolio #portfolio-flters li:last-child {
            margin-right: 0;
        }

.portfolio .portfolio-wrap {
    transition: 0.3s;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

    .portfolio .portfolio-wrap::before {
        content: "";
        background: rgba(255, 255, 255, 0.5);
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        transition: all ease-in-out 0.3s;
        z-index: 2;
        opacity: 0;
    }

    .portfolio .portfolio-wrap .portfolio-links {
        opacity: 1;
        left: 0;
        right: 0;
        bottom: -60px;
        z-index: 3;
        position: absolute;
        transition: all ease-in-out 0.3s;
        display: flex;
        justify-content: center;
    }

        .portfolio .portfolio-wrap .portfolio-links a {
            color: #fff;
            font-size: 28px;
            text-align: center;
            background: rgba(103, 176, 209, 0.75);
            transition: 0.3s;
            width: 50%;
        }

            .portfolio .portfolio-wrap .portfolio-links a:hover {
                background: rgba(103, 176, 209, 0.95);
            }

            .portfolio .portfolio-wrap .portfolio-links a + a {
                border-left: 1px solid #8ec4dd;
            }

    .portfolio .portfolio-wrap:hover::before {
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        opacity: 1;
    }

    .portfolio .portfolio-wrap:hover .portfolio-links {
        opacity: 1;
        bottom: 0;
    }

/*--------------------------------------------------------------
# Portfolio Details
--------------------------------------------------------------*/
.portfolio-details {
    padding-top: 40px;
}

    .portfolio-details .portfolio-details-slider img {
        width: 100%;
    }

    .portfolio-details .portfolio-details-slider .swiper-pagination {
        margin-top: 20px;
        position: relative;
    }

        .portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet {
            width: 12px;
            height: 12px;
            background-color: #fff;
            opacity: 1;
            border: 1px solid #67b0d1;
        }

        .portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet-active {
            background-color: #67b0d1;
        }

    .portfolio-details .portfolio-info {
        padding: 30px;
        box-shadow: 0px 0 30px rgba(47, 77, 90, 0.08);
    }

        .portfolio-details .portfolio-info h3 {
            font-size: 22px;
            font-weight: 700;
            margin-bottom: 20px;
            padding-bottom: 20px;
            border-bottom: 1px solid #eee;
        }

        .portfolio-details .portfolio-info ul {
            list-style: none;
            padding: 0;
            font-size: 15px;
        }

            .portfolio-details .portfolio-info ul li + li {
                margin-top: 10px;
            }

    .portfolio-details .portfolio-description {
        padding-top: 30px;
    }

        .portfolio-details .portfolio-description h2 {
            font-size: 26px;
            font-weight: 700;
            margin-bottom: 20px;
        }

        .portfolio-details .portfolio-description p {
            padding: 0;
        }

/*--------------------------------------------------------------
# Testimonials
--------------------------------------------------------------*/
.testimonials .testimonials-carousel,
.testimonials .testimonials-slider {
    overflow: hidden;
}

.testimonials .testimonials-carousel,
.testimonials .testimonials-slider {
    overflow: hidden;
}

.testimonials .testimonial-item {
    box-sizing: content-box;
    text-align: center;
    min-height: 320px;
}

    .testimonials .testimonial-item .testimonial-img {
        width: 90px;
        border-radius: 50%;
        margin: 0 auto;
    }

    .testimonials .testimonial-item h3 {
        font-size: 18px;
        font-weight: bold;
        margin: 10px 0 5px 0;
        color: #111;
    }

    .testimonials .testimonial-item h4 {
        font-size: 14px;
        color: #999;
        margin: 0;
    }

    .testimonials .testimonial-item .quote-icon-left,
    .testimonials .testimonial-item .quote-icon-right {
        color: #d5e9f2;
        font-size: 26px;
    }

    .testimonials .testimonial-item .quote-icon-left {
        display: inline-block;
        left: -5px;
        position: relative;
    }

    .testimonials .testimonial-item .quote-icon-right {
        display: inline-block;
        right: -5px;
        position: relative;
        top: 10px;
    }

    .testimonials .testimonial-item p {
        font-style: italic;
        margin: 0 15px 15px 15px;
        padding: 20px;
        background: #fff;
        position: relative;
        margin-bottom: 35px;
        border-radius: 6px;
        box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
    }

        .testimonials .testimonial-item p::after {
            content: "";
            width: 0;
            height: 0;
            border-top: 20px solid #fff;
            border-right: 20px solid transparent;
            border-left: 20px solid transparent;
            position: absolute;
            bottom: -20px;
            left: calc(50% - 20px);
        }

.testimonials .swiper-pagination {
    margin-top: 20px;
    position: relative;
}

    .testimonials .swiper-pagination .swiper-pagination-bullet {
        width: 12px;
        height: 12px;
        background-color: #fff;
        opacity: 1;
        border: 1px solid #67b0d1;
    }

    .testimonials .swiper-pagination .swiper-pagination-bullet-active {
        background-color: #67b0d1;
    }

/*--------------------------------------------------------------
# Team
--------------------------------------------------------------*/
.team .member {
    text-align: center;
    margin-bottom: 80px;
    position: relative;
}

    .team .member .pic {
        overflow: hidden;
    }

    .team .member .member-info {
        position: absolute;
        top: 85%;
        left: 20px;
        right: 20px;
        background: #fff;
        padding: 20px 0;
        color: #2f4d5a;
        box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
        max-height: 95px;
        overflow: hidden;
        transition: max-height 0.5s ease-in-out;
    }

    .team .member:hover .member-info {
        max-height: 300px;
    }

    .team .member h4 {
        font-weight: 700;
        margin-bottom: 10px;
        font-size: 16px;
        color: #2f4d5a;
        position: relative;
        padding-bottom: 10px;
    }

        .team .member h4::after {
            content: "";
            position: absolute;
            display: block;
            width: 50px;
            height: 1px;
            background: #b1cbd7;
            bottom: 0;
            left: calc(50% - 25px);
        }

    .team .member span {
        font-style: italic;
        display: block;
        font-size: 13px;
    }

    .team .member .social {
        margin-top: 15px;
    }

        .team .member .social a {
            transition: color 0.3s;
            color: #52869d;
        }

            .team .member .social a:hover {
                color: #67b0d1;
            }

        .team .member .social i {
            font-size: 16px;
            margin: 0 2px;
        }

@media (max-width: 992px) {
    .team .member {
        margin-bottom: 110px;
    }
}

/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.contact {
    padding-bottom: 80px;
}

    .contact .info-box {
        color: #444444;
        background: #fff;
        text-align: center;
        box-shadow: 0 0 30px rgba(214, 215, 216, 0.6);
        padding: 20px 0 30px 0;
    }

        .contact .info-box i {
            font-size: 32px;
            color: #67b0d1;
            border-radius: 50%;
            padding: 8px;
            border: 2px dotted #f0f7fa;
        }

        .contact .info-box h3 {
            font-size: 20px;
            color: #777777;
            font-weight: 700;
            margin: 10px 0;
        }

        .contact .info-box p {
            padding: 0;
            line-height: 24px;
            font-size: 14px;
            margin-bottom: 0;
        }

    .contact .php-email-form {
        box-shadow: 0 0 30px rgba(214, 215, 216, 0.6);
        padding: 30px;
        background: #fff;
    }

        .contact .php-email-form .error-message {
            display: none;
            color: #fff;
            background: #ed3c0d;
            text-align: left;
            padding: 15px;
            font-weight: 600;
        }

            .contact .php-email-form .error-message br + br {
                margin-top: 25px;
            }

        .contact .php-email-form .sent-message {
            display: none;
            color: #fff;
            background: #18d26e;
            text-align: center;
            padding: 15px;
            font-weight: 600;
        }

        .contact .php-email-form .loading {
            display: none;
            background: #fff;
            text-align: center;
            padding: 15px;
        }

            .contact .php-email-form .loading:before {
                content: "";
                display: inline-block;
                border-radius: 50%;
                width: 24px;
                height: 24px;
                margin: 0 10px -6px 0;
                border: 3px solid #18d26e;
                border-top-color: #eee;
                animation: animate-loading 1s linear infinite;
            }

        .contact .php-email-form input,
        .contact .php-email-form textarea {
            border-radius: 0;
            box-shadow: none;
            font-size: 14px;
        }

            .contact .php-email-form input::focus,
            .contact .php-email-form textarea::focus {
                background-color: #67b0d1;
            }

        .contact .php-email-form input {
            padding: 10px 15px;
        }

        .contact .php-email-form textarea {
            padding: 12px 15px;
        }

        .contact .php-email-form button[type=submit] {
            background: #67b0d1;
            border: 0;
            padding: 10px 24px;
            color: #fff;
            transition: 0.4s;
        }

            .contact .php-email-form button[type=submit]:hover {
                background: #8ec4dd;
            }

@keyframes animate-loading {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
    background: #263f49;
    padding: 0 0 30px 0;
    color: #fff;
    font-size: 14px;
}

    #footer .footer-top {
        padding: 60px 0 30px 0;
    }

        #footer .footer-top .footer-info {
            margin-top: -90px;
            margin-bottom: 15px;
            background: white;
            color: #2f4d5a;
            border-top: 4px solid #67b0d1;
            text-align: center;
            padding: 30px 20px;
        }

            #footer .footer-top .footer-info h3 {
                font-size: 24px;
                margin: 0 0 20px 0;
                padding: 2px 0 2px 0;
                line-height: 1;
                font-weight: 700;
            }

            #footer .footer-top .footer-info p {
                font-size: 14px;
                line-height: 24px;
                margin-bottom: 0;
                font-family: "Raleway", sans-serif;
            }

        #footer .footer-top .social-links a {
            font-size: 18px;
            display: inline-block;
            background: #2f4d5a;
            color: #fff;
            line-height: 1;
            padding: 8px 0;
            margin-right: 4px;
            border-radius: 50%;
            text-align: center;
            width: 36px;
            height: 36px;
            transition: 0.3s;
        }

            #footer .footer-top .social-links a:hover {
                background: #67b0d1;
                color: #fff;
                text-decoration: none;
            }

        #footer .footer-top h4 {
            font-size: 16px;
            font-weight: 600;
            color: #fff;
            position: relative;
            padding-bottom: 12px;
        }

        #footer .footer-top .footer-links {
            margin-bottom: 30px;
        }

            #footer .footer-top .footer-links ul {
                list-style: none;
                padding: 0;
                margin: 0;
            }

                #footer .footer-top .footer-links ul i {
                    padding-right: 2px;
                    color: #b5d9e9;
                    font-size: 18px;
                    line-height: 1;
                }

                #footer .footer-top .footer-links ul li {
                    padding: 10px 0;
                    display: flex;
                    align-items: center;
                }

                    #footer .footer-top .footer-links ul li:first-child {
                        padding-top: 0;
                    }

                #footer .footer-top .footer-links ul a {
                    color: #fff;
                    transition: 0.3s;
                    display: inline-block;
                    line-height: 1;
                }

                    #footer .footer-top .footer-links ul a:hover {
                        color: #a2cfe3;
                    }

        #footer .footer-top .footer-newsletter form {
            margin-top: 30px;
            background: #fff;
            padding: 6px 10px;
            position: relative;
            border-radius: 4;
        }

            #footer .footer-top .footer-newsletter form input[type=email] {
                border: 0;
                padding: 4px;
                width: calc(100% - 110px);
            }

            #footer .footer-top .footer-newsletter form input[type=submit] {
                position: absolute;
                top: 0;
                right: 0;
                bottom: 0;
                border: 0;
                background: none;
                font-size: 16px;
                padding: 0 20px;
                background: #67b0d1;
                color: #fff;
                transition: 0.3s;
                border-radius: 4;
            }

                #footer .footer-top .footer-newsletter form input[type=submit]:hover {
                    background: #409cc5;
                }

    #footer .copyright {
        border-top: 1px solid #385b6b;
        text-align: center;
        padding-top: 30px;
    }

    #footer .credits {
        padding-top: 10px;
        text-align: center;
        font-size: 13px;
        color: #fff;
    }

@media (max-width: 575px) {
    #footer .footer-top .footer-info {
        margin: -20px 0 30px 0;
    }
}

.radvreme {
    border: solid 5px yellow;
    background-color: black !important;
    display: block;
    color: #fff;
    height: 200px;
    width: 200px;
    opacity: 1;
    border-radius: 50%;
    padding-top: 35px;
    z-index: 100000;
    margin-bottom: 20px;
    margin-top: 50px;
}

.aboutpage {
    background: url("/images/scout-izlog2.jpg") no-repeat center center;
    background-size: cover;
    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
}

.short-popular-category-list { }
.short-popular-category-list ul { }
.short-popular-category-list ul li { padding:5px; background-color:#333; color:#fff; font-size:8pt; border-radius:3px; }
.short-popular-category-list ul li a { color:#fff; }
.short-popular-category-list ul li a:hover { color:#8ec4dd; }


.pull-right { float: right; }
.pull-left { float:left; }


.pthumb { border-bottom:solid 0px #eee; padding-bottom:20px; margin-bottom:20px; }

.th-prod { position:relative; }
.th-prod .th-badge { position:absolute; right:0; top:30px; }
.th-img,.th-img-noshop { margin-top:20px; margin-bottom:20px; }
.th-img img,.th-img-noshop img { margin:0 auto; }

.pt-link img { transition:all 0.7s; opacity:1; width:90%;}
.pt-link:hover img { transform:scale(1.1); opacity:0.8; }
/*.th-img-noshop .pt-link img { transition:all 0.7s; opacity:0.4;}
*/
.oof { padding:7px 14px; font-size:10pt; background-color:red; color:#fff; border-radius:50px; opacity:0.7; }

.th-code { z-index:1000;}
.th-code .pull-left { background-color:#eee; color:#2f4d5a; font-size:9pt; padding:4px; border-radius:4px; }
.th-code .pull-right { font-size:9pt; margin-right:30px; }

.prc-col { }
.prc-out { margin-right:20px; border:dotted 1px silver; border-radius:50%; width:38px; height:38px; position:relative; top:5px; text-align:center; }
.prc-out a i { font-size:22px; position:relative; top:8px; }

.extrasmall { font-size:12px; }
.priceorg2 { font-size:14pt; }
.priceorg2 i { position:relative; top:2px; }

.cmenu_item { padding:0px; border-bottom:solid 1px white; margin-bottom:0px; position:relative;}
.cmenu_item.active { background-color: #007ba2; color:#fff;}
.cmenu_item a { padding:7px 10px; display:block; text-decoration:none; border:solid 0px #e7e7e7; font-size:11pt; color:#007ba2; transition:all 0.2s;}
.cmenu_item:hover > a { background-color:#d7e9fd; color:#333; text-decoration:none; font-weight:bold;}
/*.cmenu_item:before  {
    content: " ";
    display: block;
    position: absolute;
    left:0;
    top: 0px;
    bottom:0px;
    width: 0px;
    background-color: #5672f9;
}
.cmenu_item:hover:before  {
    content: " ";
    display: block;
    position: absolute;
    left:-10px;
    top: 0px;
    bottom:0px;
    width: 10px;
    background-color: #5672f9;
}
.cmenu_item.active:before { content:""; width:0px;}*/

.cmenu_item a.active { padding:5px; display:block; text-decoration:none; border:solid 0px #e7e7e7; font-size:11pt; background-color:#007ba2; color:#fff; transition:all 0.1s;}
.subcats_target { padding:10px; border-bottom:solid 1px #eee; margin-bottom:0px; padding-left:20px;}
.subcats_target .cmenu_item { padding:0px; border-bottom:solid 1px #eee; margin-bottom:0px; }
.subcats_target .cmenu_item .subcats_target { padding:10px; padding-left:40px; border-bottom:solid 1px #eee; margin-bottom:0px; }

    .rez { font-size:10pt; display:block; height:24px; margin-top:10px; }
    .rez div { margin-right:20px; }
    .paging {margin-bottom:5px;margin-top:5px;}
    .paging a {padding:3px; width:30px; height:30px; display:inline-block; text-align:center; border-radius:50%; font-size:11pt; }
    .paging a:hover {background-color:#d7e9fd; text-decoration:none; }
    .paging a.sel {background-color:#67b0d1; color:#fff;  width:30px; height:30px; display:inline-block;}


    .paging-pub {margin-bottom:20px;margin-top:10px;}
    .paging-pub a {padding:3px; width:30px; height:30px; display:inline-block; text-align:center; border-radius:50%; color:#007ba2;}
    .paging-pub a:hover {background-color:#d7e9fd; text-decoration:none; }
    .paging-pub a.sel {background-color:#007ba2; color:#fff;  width:30px; height:30px; display:inline-block;}

.scoutbtn, .btn-red {
    background: none;
    font-size: 14px;
    padding: 8px 20px;
    background: #8ec4dd;
    color: #fff;
    transition: all 0.5s;
    border-radius: 50px;
    box-shadow: 2px 2px 15px rgba(0, 0, 0, 0.2);
    margin-bottom:10px;
    border:solid 1px #eee;
    display:inline-block;
}
.btn-red {
    background: #ea3b3b;
}
.btn-quit {
    display: inline-block;
    margin-right: 20px;
    font-size: 14px;
}
    .scoutbtn:hover {
        background: #67b0d1;
        color: #fff;
        box-shadow: 2px 2px 15px rgba(0, 0, 0, 0.4);
    }
    .btn-red:hover {
        background: #fa3b3b;
        color: #fff;
        box-shadow: 2px 2px 15px rgba(0, 0, 0, 0.4);
    }
.scoutbtn-sm {
    font-size: 13px;
    padding: 4px 10px;
}

.bx-fw { width:24px; height:24px !important; text-align:center; display:inline-block; padding:0; padding-top:2px; }
.bx-fw-lg {
    width: 32px !important;
    height: 32px !important;
    text-align: center;
    display: inline-block;
    padding: 0;
    margin: 0;
    margin-right: 5px;
    border: solid 1px red;
}

.form-control:focus {
    border-color: #eee;
    box-shadow: inset 0 1px 1px #385b6b, 0 0 8px #409cc5;
}
.xhid { display:none; }

.lout {
    padding: 30px 50px;
    border: solid 1px #e7e7e7;
    border-radius: 10px;
    height: 100%;
}

    .lout .profile-img-card {
        border: solid 0px red;
        text-align: center;
        color: #007ba2
    }

        .lout .profile-img-card i {
            font-size: 84px;
            margin: 30px auto;
        }

    .lout .profile-name-card {
        font-size: 14px;
        text-align: center;
    }

.form-row {
    margin-top: 20px;
    font-size: 11pt;
}
.form-row input {
    font-size: 11pt;
}

    .form-row label {
        position: relative;
        top: -5px;
    }
    .form-row .small {
        display:block;
        margin-top:5px;
        font-size:10pt;
        font-style:italic;
    }

#inputEmail, #inputPassword, #forgEmail, #inputPassword2 {
    font-weight: bold !important;
    font-size: 11pt !important;
}

.linfo-box {
    margin: 30px;
    border: solid 0px red;
    font-size: 11pt;
}
.price-info {
    margin-top: 10px;
    font-size: 11pt;
    padding: 10px;
    border: solid 1px #67b0d1;
    border-radius:10px;
    padding-top: 10px;
    background-color: #fff;
    color:#007ba2;
    text-align:center;
}

/*==== kth thumb =======*/
.kth {
    margin-bottom: 40px;
}

    .kth a .kth-title {
        font-size: 11pt;
    }

    .kth a .kth-img img {
        width: 80%; transition:all 0.5s;
    }
    .kth a .kth-img {
        overflow:hidden;
    }

    .kth a:hover .kth-img img {
        transform:scale(1.1); opacity:0.9;
    }


.inner-page { border:solid 0px red; padding-top:10px; font-size:11pt; }





/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

    /*hp - act*/
    .syncitem { color:#333; font-size:9pt;}
    #tbl_orders td {vertical-align:middle;}
    .ac_item { list-style:none; font-size:9pt; color:#333; padding-bottom:7px;border-bottom:dashed 1px silver; margin-bottom:10px;}
    .ac_itemdiv { font-size:9pt; color:#333; padding-bottom:7px; border-bottom:dashed 1px silver; margin-bottom:10px;}
    .rectype_Login, .rectype_B2B_Prijava, .rectype_B2B_Order, .ac_ip { padding:2px 4px; background-color:#40bf28; color:#fff; border-radius:2px; margin-right:10px;margin-left:10px;font-size:8pt; }
    .rectype_B2B_Prijava { background-color:purple;  }
    .rectype_B2B_Order { background-color:#dd4f10;  }
    .ac_ip { background-color:#eee; color:#333; margin:0; }

    .discspan { font-size:10pt; font-weight:normal; color:#333; margin-left:7px; margin-right:7px;}
    .discspan i { color:green;}




/* Bordered Tabs */
.nav-tabs-bordered {
    border-bottom: 2px solid #ebeef4;
}

    .nav-tabs-bordered .nav-link {
        margin-bottom: -2px;
        border: none;
        color: #2c384e;
    }

        .nav-tabs-bordered .nav-link:hover,
        .nav-tabs-bordered .nav-link:focus {
            color: #67b0d1;
        }

        .nav-tabs-bordered .nav-link.active {
            background-color: #fff;
            color: #333;
            border-bottom: 2px solid #67b0d1;
        }

        /* custom checkbox*/
.custom-control-input {
    transform: scale(1.3);
    margin: 10px;
    cursor: pointer;
    filter: hue-rotate(335deg);
}
.custom-control-input-sm {
    transform: scale(1.2);
    margin: 10px;
    cursor: pointer;
    filter: hue-rotate(335deg);
}

.custom-control-label {
    cursor: pointer;
    font-size:11pt;
}
.custom-control-label-sm {
    cursor: pointer;
    font-size:10pt;
}
.card {
    font-size: 11pt;
}


.pge-info { font-size:10pt; color:gray; padding:4px; margin-top:7px; display:block; }
.pge-info i { font-size:11pt; color:orangered;  }


/*
    SRCH
*/
.page-search { padding: 20px; background-color: #eee !important; text-align:center; }
.search-box { }
.search-box a { margin-left: 5px; position: relative; top:2px; }
.search-box .srch-box { padding: 5px 10px !important; border: solid 1px rgba(103, 176, 209, 0.8); border-radius: 50px; width: 200px; font-size: 11pt; }
.search-box .srch-box:focus { outline: none; }

@media (max-width: 768px) {
.search-box .srch-box { width: 150px;  }

}

.page-search .searchbox .srch-results {
    position: absolute;
    left: 0px;
    top: 40px;
    padding: 10px;
    border: solid 1px #eee;
    ;
    width: 1200px;
    height: 600px;
    /*    border-bottom-left-radius: 20px;
    border-top-left-radius: 20px;*/
    background: rgba(77,129,188,0.9);
    text-align: left;
    overflow-x: hidden;
    overflow-y: scroll;
}

.sr-ht {
    color: gray;
    font-weight: bold;
    padding-top: 15px;
}

.page-search .search-box .srch-results a {
    color: #2f4d5a !important;
    padding: 3px;
    text-align: left;
    border: solid 1px #bde3ed;
    display:block;
    padding-left: 90px;
    position:relative;
    background-color: #fff;
    border-radius: 50px;
}

    .page-search .search-box .srch-results a:hover {
        color: #007ba2 !important;
        background-color: #eee;
    }
.page-search .search-box .srch-results a span {
    display: inline-block;
    padding: 0;
    text-align: left;
    margin-left: 0;
    font-size: 11pt;
    color:gray;
}
.page-search .search-box .srch-results a img {
    position:absolute; left: 0; top: 0; width:80px;
}

/**/
.hero-service, .nero-rent, .hero-rent2 {
    background: url("/images/service-back.jpg") no-repeat center center;
    background-size: cover;
    padding: 10px;
    color: #fff;
    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 10;
    min-height: 300px;
    padding-top: 80px;
    border: solid 0px red;
    position:relative;
}
.hero-rent {
    background: url("/images/hero/hero-nis-centar.jpg") no-repeat center center;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
}
.hero-rent2 {
    background: url("/images/hero/hero-nis-panorama-hd.jpg") no-repeat center center;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
}
.hero-rent3 {
    background: url("/images/hero/scout-hd.jpg") no-repeat center center;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
}
.hero-ski {
    background: url("/images/hero/hero-ski.jpg") no-repeat center center;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
}


.hero-text { margin-top: 10px; z-index: 100000; text-shadow: 1px 1px 2px #333; color: #fff; }


/*.hero-service:before{ content: ""; position:absolute; left:0; top: 0; right:0; left: 0; background: rgba(0,0,0,0.8);}*/

.overly {
    position: relative;
}

    .overly:before {
        content: '';
        background: rgba(103, 176, 209, 0.3);
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
    }    

.sec-card { text-align: center; }
.sec-card i { display: block; text-align: center; font-size: 50px; color: rgba(103, 176, 209, 0.8); margin-bottom: 10px; }
.sec-card .ser-time { font-size: 16px; color: #007ba2; letter-spacing: 2px; text-align: center; margin-bottom: 10px; }


    /**/
.out-of-stock-out { position: relative; top: 20px; text-align: center; }
.out-of-stock { padding: 4px 8px; font-size: 11pt; background-color: red; color: #fff; margin-top: 10px; display:inline-block; }
.out-of-stock i { font-size: 14px; color: #fff; }


.iban { margin-bottom: 20px; padding: 5px; position:relative; text-shadow: 2px 3px 3px #333; }
.iban a { }
.iban a img { width: 100%; border-radius: 10px; display:block; }
.iban a h4 { position: absolute; top:20px; left: 0; right:0; text-align:center; color: #fff; letter-spacing: 2px; }
.iban a .ser-time { position: absolute; top:100px; left: 0; right:0; text-align:center; color:#fff; font-size: 40px; }

.ser-lbl { padding:10px; border-top: solid 2px silver; border-bottom: solid 2px silver; font-style: italic; }








/**/
