/* Minification failed. Returning unminified contents.
(706,31): run-time error CSS1030: Expected identifier, found '.'
(706,38): run-time error CSS1031: Expected selector, found ')'
(706,38): run-time error CSS1025: Expected comma or open brace, found ')'
(710,48): run-time error CSS1030: Expected identifier, found '.'
(710,55): run-time error CSS1031: Expected selector, found ')'
(710,55): run-time error CSS1025: Expected comma or open brace, found ')'
 */
body.wide .header .top-bar {
    background-color: #575759;
    color: #fff;
    font-size: 14px;
    height: initial;
    transition: all 0.5s ease-in-out;
    opacity: 1;
    height: 33px;
}

body.wide .top-bar a.nav-link {
    color: #fff;
    padding: 6px 12px;
}

    body.wide .top-bar a.nav-link.active {
        background-color: #0073BC;
    }

body.wide .header.scrolled .top-bar {
    height: 0;
    opacity: 0;
}

body.wide .header .navbar a.navbar-brand {
    padding: 15px 0;
    transition: all 0.5s ease-in-out;
    display: flex;
    flex-flow: column;
    justify-content: center;
}

    body.wide .header .navbar a.navbar-brand img {
        max-width: 100%;
        transition: all 0.5s ease-in-out;
    }

body.wide .header.scrolled .navbar a.navbar-brand {
    width: 150px;
    height: initial;
    padding: 5px 0;
}

body.wide ol.breadcrumb {
    border-bottom: none;
}

body.wide .header .navbar li.nav-item:last-child a {
    border-radius: 0;
}

body.wide .header .navbar .navbar-collapse {
    margin-top: inherit;
}

body.wide .header .navbar .nav-item:hover .nav-link {
    color: #0073BC;
    border-bottom-color: #0073BC;
}

body.wide .header .navbar .dropdown-menu {
    border-color: transparent;
    border-radius: 0;
}

body.wide .dropdown-item.active, body.wide .dropdown-item:hover {
    background-color: #0073BC;
    color: #fff;
}

body.wide .header .navbar .nav-item .nav-link {
    border: 1px solid transparent;
    transition: all 0.5s ease-in-out;
}

body.wide .header .nav-link {
    padding: 0.8rem 1rem;
}

body.wide .header .navbar .nav-item a.nav-link.active {
    color: #0073BC;
    border-bottom-color: #0073BC;
}

body.wide .header .navbar .nav-item:hover a.nav-link.active {
    color: #0073BC;
}

body.wide .detail-container {
    border-radius: 0;
    box-shadow: none;
}

body.wide section.page-header {
    position: relative;
    padding: 100px 0;
    background-size: cover;
    background-position: center center;
    color: #fff;
}
    body.wide section.page-header .container {
        position: relative;
        z-index: 2;
    }
    body.wide section.page-header h2 {
        font-size: 2.5rem;
        line-height: 1.2;
        font-weight: 400;
        font-family: "Poppins", sans-serif;
        padding: .75rem 1rem;
    }
body.wide .breadcrumb li a {
    color: inherit;
}
body.wide .breadcrumb-item::before{
    color:inherit;
}
body.wide section.page-header .overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    background-color: #0072bc;
    background-image: linear-gradient(90deg, #0072bc 0%, #5f893e 100%);
    opacity: 0.8;
}
body.wide .fullpage-slider {
    position: relative;
    overflow: hidden;
}

    body.wide .fullpage-slider .home-slider {
        position: relative;
        width: 100vw;
        height: 100vh;
    }

    body.wide .bg-overlay {
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        width: 100%;
        height: 100%;
        content: ' ';
        z-index: 0;
        background: rgba(0, 0, 0, .59);
        opacity: .5;
    }

body.wide .fullpage-slider .container {
    z-index: 2;
}

body.wide .home-slider .owl-slide {
    padding-bottom: 0;
    justify-content: center;
    text-align: center;
}

body.wide .home-slider .info h2 {
    font-family: inherit;
    background: none;
    padding: 0;
    font-size: 3rem;
    margin: 0 160px;
}
body.wide .home-slider .info .text {
    background: none;
    margin: 0;
}

    body.wide.home .home-widget .quick-form.up-90 {
        margin-top: 0;
    }
   
body.wide .home-widget h2 {
    color: #2c3a59;
    font-size: 1.5rem;
    font-weight: 600;
    margin-bottom: 30px;
}
body.boxed .home-slider .info {
    text-align:center;
}
body.boxed .home-slider .info a {
    margin:20px 0;
}
body {
    font-family: "Open Sans", Arial, Helvetica, sans-serif;
}
    body.home {
        margin-top: 0;
    }
    body.detail {
        margin-top: 130px;
        background-color: #f8f8f8;
    }

a:hover {
    text-decoration: none;
}

.no-radius {
    border-radius: 0 !important;
}

.btn-primary {
    background-color: #0d6298;
    border-color: #0d6298;
}

.box-shadow {
    box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.18);
}

.header.boxed .navbar a.navbar-brand {
    box-shadow: -4px 4px 6px 0px rgba(0,0,0,0.18);
}

.header.boxed .navbar-nav {
    box-shadow: 4px 4px 6px 0px rgba(0,0,0,0.18);
}

.header.boxed .navbar .dropdown-menu {
    box-shadow: 0 6px 12px rgba(0,0,0,0.18);
}

.cookie-popup {
    box-shadow: 0 8px 16px 0 rgba(0,0,0,0.16);
}

body.detail .up-100,
body.detail .up-90 {
    margin-top: inherit;
}

.page-not-found .content {
    padding: 20px;
}

    .page-not-found .content h1 {
        font-size: 16rem;
        font-weight: 700;
    }

    .page-not-found .content h2 {
        font-size: 1.5rem;
        font-weight: 300;
    }

.header .lang-bar,
.header .navbar {
    padding-right: 0;
    padding-left: 0;
}

    .header .navbar a.navbar-brand {
        border-top-left-radius: 8px;
        border-bottom-left-radius: 8px;
        padding: 22px 0;
        margin-top: 1px;
        margin-right: -1px;
        width: 200px;
        height: 79px;
        text-align: center;
    }

    .header .navbar a.home-link {
        background: url(/assets/img/header-menu.png) no-repeat center center;
        color: #fff;
        display: inline-block;
        width: 66px;
        height: 49px;
        padding: 0.8rem 1.3rem;
    }

.header .navbar-nav {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

.header .navbar .nav-link {
    padding: 0.8rem 1rem;
    background-color: #fff;
    border-bottom: 3px solid transparent;
    font-weight: 600;
    font-size: 0.875rem;
}

.header .navbar li.nav-item:last-child a {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

.header .navbar .nav-item:hover .nav-link {
    color: #0d6298;
    border-color: #0d6298;
}

.header .navbar .seperator {
    float: right;
    width: 52px;
    height: 80px;
    background: url(/assets/img/header-logo.png) no-repeat center right;
}

.header .navbar .navbar-collapse {
    margin-top: 15px;
}

.header .navbar .dropdown-menu li a::before {
    content: "\f101";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 10px;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.header .navbar .dropdown-menu {
    border: none;
    border-top: 3px solid #0d6298;
    margin-top: 0px;
    border-radius: 0;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

    .header .navbar .dropdown-menu li a {
        font-size: 0.9rem;
        padding: 0.25rem 1rem;
    }

        .header .navbar .dropdown-menu li a:hover {
            color: #0d6298;
        }

        .header .navbar .dropdown-menu li a:focus {
            color: #fff;
            background-color: #0d6298;
        }

.header .lang-bar {
    min-height: 25px;
}

    .header .lang-bar .nav-link {
        font-size: 0.75rem;
        font-weight: 600;
        padding: 0.25rem 0.5rem;
        border-radius: 0;
        background-color: #fff;
    }

    .header .lang-bar li:first-child a {
        border-bottom-left-radius: 8px;
    }

    .header .lang-bar li:last-child a {
        border-bottom-right-radius: 8px;
    }

    .header .lang-bar .nav-link.active, .header .lang-bar .nav-link:hover {
        background-color: #0d6298;
        color: #fff !important;
    }

.header .menu-extra {
    position: absolute;
    bottom: -31px;
    right: 10px;
    z-index: 1;
}

    .header .menu-extra a {
        font-size: 0.875rem;
        display: inline-block;
        color: #fff;
        padding: 5px 15px;
        background-color: #747474;
        border-bottom-right-radius: 5px;
        border-bottom-left-radius: 5px;
        margin-right: 5px;
    }

        .header .menu-extra a:hover {
            background-color: #526f8c;
            border-color: #526f8c;
        }

.assan-line {
    border-bottom: 8px solid #eaedeb !important;
}

.footer {
    background-color: #fff;
}

    .footer .widget ul.list {
        margin: 0;
        padding: 0;
        list-style: none;
    }

        .footer .widget ul.list li a {
            color: #858c94;
            font-size: 0.875rem;
        }

            .footer .widget ul.list li a:hover {
                color: #0056b3;
            }
    .footer .heritage-logo {
        display: none;
    }
.fullpage-slider {
    position: relative;
    padding: 0;
}

    .fullpage-slider .home-slider-nav-wrap {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 2;
        display: flex;
        flex-flow: wrap;
        align-items: center;
        pointer-events: none;
    }

    .fullpage-slider .slider-nav {
        display: flex;
        flex-flow: wrap;
        justify-content: space-between;
    }

        .fullpage-slider .slider-nav .owl-prev,
        .fullpage-slider .slider-nav .owl-next {
            font-size: 50px;
            color: #fff;
            opacity: 0.6;
            border: none;
            padding: 0;
            background-color: transparent;
            transition: ease all 0.2s;
            pointer-events: all;
        }

            .fullpage-slider .slider-nav .owl-prev:hover,
            .fullpage-slider .slider-nav .owl-next:hover {
                opacity: 1;
            }

            .fullpage-slider .slider-nav .owl-prev:focus,
            .fullpage-slider .slider-nav .owl-next:focus {
                outline: none;
            }
        .fullpage-slider .slider-nav.disabled {
            display: none;
        }
.home-slider {
    position: relative;
    height: 600px;
}

    .home-slider .owl-stage-outer {
        height: 100%;
    }

        .home-slider .owl-stage-outer .owl-stage {
            height: 100%;
        }

    .home-slider .owl-item {
        height: 100%;
    }

    .home-slider .owl-slide {
        display: flex;
        flex-flow: column;
        justify-content: flex-end;
        height: 100%;
        padding-bottom: 100px;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
        position: relative;
    }

    .home-slider .info {
        font-family: "Century Gothic", Arial, Helvetica, sans-serif;
        color: #fff;
        margin: 0px 32px;
    }

        .home-slider .info h2 {
            display: inline-block;
            background: rgba(175, 47, 32, 0.7);
            font-weight: 600;
            padding: 5px 25px 30px 20px;
        }

    .home-slider .text {
        background: rgba(175, 47, 32, 0.9);
        margin-top: -30px;
        margin-left: 20px;
        padding: 20px;
    }

        .home-slider .text p:last-child {
            margin-bottom: 0;
        }

.widget {
    position: relative;
    z-index: 2;
    padding: 20px;
    margin-bottom: 30px;
}

    .widget h2 {
        color: #2c3a59;
        font-size: 1.5rem;
        font-weight: 600;
        margin-bottom: 30px;
    }

    .widget h3 {
        color: #2c3a59;
        font-size: 1rem;
        font-weight: 600;
        margin-bottom: 30px;
    }


.solutions-widget h3 {
    color: #2c3a59;
    font-size: 1rem;
    font-weight: bold;
    display: block;
    margin-top: 20px;
}

.solutions-widget p {
    font-size: 0.9rem;
}

.solutions-slider-nav-wrap {
    position: absolute;
    bottom: -20px;
    left: 15px;
    pointer-events: none;
}

    .solutions-slider-nav-wrap i.fa {
        font-size: 1.3rem;
        color: #0d6298;
    }

    .solutions-slider-nav-wrap .slider-nav .owl-prev,
    .solutions-slider-nav-wrap .slider-nav .owl-next {
        background-color: #fff;
        border: none;
        width: 30px;
        height: 30px;
        pointer-events: all;
    }

.solutions-widget.owl-carousel img.img-fluid {
    max-width: 100%;
    width: initial;
}

.solutions-slider-nav-wrap .slider-nav .owl-prev:focus,
.solutions-slider-nav-wrap .slider-nav .owl-next:focus {
    outline: none;
}

.solutions-slider-nav-wrap .slider-nav .owl-prev.disabled i.fa,
.solutions-slider-nav-wrap .slider-nav .owl-next.disabled i.fa {
    color: #eaedeb;
}

.widget.quick-form {
    z-index: 2;
    background-color: #fff;
    border: 1px solid #eaedeb;
}

    .widget.quick-form input,
    .widget.quick-form textarea,
    .widget.quick-form select {
        border-radius: 0;
        background-color: #f8f8f8;
        border: 1px solid #ededed;
    }

.widget h4 {
    font-size: 0.875rem;
    color: #0d6298;
    font-weight: 600;
}

.partners-widget .item img {
    height: 50px;
    width: inherit;
    margin: 0 auto;
    filter: grayscale(100%);
}

    .partners-widget .item img:hover {
        filter: grayscale(0);
        cursor: pointer;
    }

.detail-container {
    background: #fff;
    min-height: 500px;
    border-radius: 5px;
    box-shadow: 0 0 6px 1px rgba(0,0,0,0.18);
    margin: 30px 0;
}

section.content-area {
    padding: 20px 25px;
    color: #4b4b4b;
}

    section.content-area .page-image img {
        margin: 20px;
    }

    section.content-area h1 {
        color: #336699;
        font-size: 1.5rem;
        border-bottom: 1px solid #0d6298;
        padding-bottom: 5px;
        margin: 20px 0;
        font-weight: 600;
    }

    .detail-container h2, section.content-area h2 {
        font-size: 14px;
        font-weight: 600;
        margin: 20px 0px;
        padding-bottom: 10px;
        color: #0073bc;
        border-bottom: 1px solid #0073bc;
    }

    section.content-area .desc {
        font-size: 0.875rem;
    }

.sidebar {
    min-height: 500px;
    background: url(/assets/img/detailnav_shadow.png) no-repeat right center;
    padding-bottom: 30px;
}

    .sidebar h2.page-title {
        font-size: 1.25rem;
        font-weight: 600;
        line-height: 20px;
        margin: 30px 10px 0px 20px;
        padding-bottom: 10px;
    }

    .sidebar .list-group .list-group-item {
        background-color: transparent;
    }

        .sidebar .list-group .list-group-item a {
            color: #808080;
            font-size: 0.875rem;
        }

        .sidebar .list-group .list-group-item.active {
            border: 1px solid rgba(0, 0, 0, 0.125);
            border-width: 0 0 1px;
            background-color: #0d6298;
        }

    .sidebar .list-group li.active a {
        color: #fff;
        font-weight: 600;
    }

    .sidebar .list-group .list-group {
        margin-left: -20px;
        margin-right: -20px;
    }

    .sidebar .sidebar-dropdown {
        display: none;
    }

    .sidebar .list-group:has(a.active) {
        display: block;
    }

    .sidebar .list-group .list-group-item:has(a.active) > a {
        font-weight: 600;
        color: #0d6298;
    }

    .sidebar .list-group .list-group > .list-group-item {
        margin-left: 10px;
        padding-bottom: 0;
        padding-top: 5px;
    }

    .sidebar .list-group .list-group-item.active i.fa {
        display: block;
    }

    .sidebar .list-group .list-group-item a:hover i.fa {
        display: block;
    }

    .sidebar .list-group .list-group-item a:hover {
        color: #0d6298;
    }

    .sidebar .list-group .list-group-item.active a:hover {
        color: #fff;
    }

    .sidebar .list-group .list-group-item a.active {
        font-weight: 600;
        color: #0d6298;
    }

        .sidebar .list-group .list-group-item a.active i.fa {
            display: block;
        }

.customers-widget img {
    max-height: 50px;
}

.contact-form .form-group {
    margin-bottom: 24px;
    margin-left: -3px;
    margin-right: -2px;
    position: relative;
}

    .contact-form .form-group label.error {
        display: none !important;
        margin: 0;
    }

    .contact-form .form-group .field-desc {
        margin-bottom: 0;
        padding: 1px 8px;
        font-weight: 500;
        color: rgba(0, 29, 65, 0.5);
        transition: ease all 0.6s;
        position: absolute;
        top: 50%;
        margin-top: -12px;
        left: 1px;
        font-size: 14px;
        z-index: 2;
    }

        .contact-form .form-group .field-desc.active {
            font-size: 12px;
            top: -5px;
            background-color: #e0f0ff;
            color: #001d41;
        }

        .contact-form .form-group .field-desc.error {
            font-size: 10px;
            background-color: #a80000;
            color: #ffffff;
        }

        .contact-form .form-group .field-desc.written {
            font-size: 10px;
            background-color: #0d6298;
            color: #ffffff;
        }

    .contact-form .form-group.has-error .field-desc:not(.active) {
        top: 50%;
        margin-top: -12px;
    }

    .contact-form .form-group.has-error .field-desc.active {
        background-color: #a80000;
        color: #ffffff;
    }

    .contact-form .form-group.has-error .form-control {
        border-color: #a80000;
    }

    .contact-form .form-group.has-error .field-desc.active {
        top: -10px;
    }

    .contact-form .form-group .form-control:focus {
        outline: none;
        box-shadow: none;
    }

.breadcrumb {
    background-color: transparent;
    margin: 0;
    border-bottom: 1px solid #efefef;
}

    .breadcrumb li a {
        font-size: 0.8rem;
        color: #808080;
    }

        .breadcrumb li a:hover {
            color: #0d6298;
        }

.services-widget a {
    display: block;
}

    .services-widget a h3 {
        color: #fff;
        background-color: #336699;
        padding: 10px 20px;
        font-size: 1rem;
    }

    .services-widget a:hover h3 {
        background-color: #345186;
    }

.quick-call {
    background-color: #fff;
    position: relative;
    z-index: 2;
    border-radius: 5px;
    color: #526f8c;
}

    .quick-call a {
        color: inherit;
        font-size: 1.5rem;
        font-weight: 700;
    }

    .quick-call i.fa {
        border: 2px solid #526f8c;
        padding: 10px;
        border-radius: 100px;
        font-size: 1.5rem;
        margin-left: 20px;
    }

.news-widget {
    border-radius: 5px;
    background-color: #fff;
}

    .news-widget h3 {
        font-size: 0.875rem;
    }

.rq-form-list {
    margin: 0;
    padding: 0;
}

    .rq-form-list li {
        margin: 0 0 5px 0 !important;
        background: #f8f8f8;
        border: 1px solid #dbdbdb;
        list-style: none !important;
        display: table;
        width: 100%;
        transition: all 0.3s ease-in;
    }

        .rq-form-list li:first-child {
            margin: 5px 0 !important;
        }

        .rq-form-list li:hover {
            background: #ededed;
            border: 1px solid #cacaca;
            box-shadow: 0px 1px 3px rgba(142, 142, 142, 0.2);
        }

        .rq-form-list li > div {
            display: table-cell;
            border-left: 1px solid #dbdbdb;
            padding: 10px;
            vertical-align: middle;
        }

            .rq-form-list li > div:first-child {
                border-left: none;
            }

    .rq-form-list .rq-form-icon {
        width: 20px;
    }

    .rq-form-list .rq-form-links {
        width: 120px;
        text-align: center;
    }

        .rq-form-list .rq-form-links .btn {
            padding: 2px 5px;
        }

    .rq-form-list .rq-form-title {
        font-weight: 600;
        color: #464646;
    }

.gallery-widget .img-item {
    height: 120px;
    width: 100%;
    display: block;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    margin-bottom: 30px;
}

.copyright-content {
    background-color: #f3f3f3;
    padding: 10px 0;
}

    .copyright-content .social-icons ul {
        margin: 0;
        padding: 0;
        list-style: none;
    }

        .copyright-content .social-icons ul li {
            float: left;
            margin-left: 10px;
        }

            .copyright-content .social-icons ul li a {
                display: inline-block;
                color: #888;
            }

                .copyright-content .social-icons ul li a:hover {
                    color: #006fe0;
                }

            .copyright-content .social-icons ul li {
                border-right: 1px solid #888;
                padding-right: 10px;
            }
                .copyright-content .social-icons ul li:last-child{
                    border-right:none;
                }

                .copyright-content .social-icons ul li a img {
                    filter: grayscale(100%);
                }

            .copyright-content .social-icons ul li a:hover img {
                filter: grayscale(0);
            }

.history-list {
    border: 1px solid #efefef;
    margin-bottom: 20px;
    padding: 10px;
    border-left-width: 10px;
}

    .history-list:hover {
        border-left-color: #0d6298;
    }

        .history-list:hover a {
            color: #0d6298;
        }

    .history-list a {
        color: inherit;
    }

    .history-list div.date {
        font-size: 0.875rem;
        font-weight: 500;
    }

    .history-list div.info {
        padding-left: 10px;
    }

.cookie-popup {
    display: none;
    align-items: center;
    justify-content: space-between;
    position: fixed;
    bottom: 20px;
    left: 20px;
    right: 20px;
    z-index: 10000000001;
    background-color: #ffffff;
    padding: 8px 8px 8px 15px;
    background-color: #fff;
    border: 1px solid #e8e8e8;
    max-width: 544px;
}

    .cookie-popup.active {
        display: flex;
    }

    .cookie-popup p {
        font-size: 12px;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.33;
        letter-spacing: normal;
        text-align: left;
        color: #000;
        margin: 0;
        max-width: 500px;
    }

        .cookie-popup p a {
            color: #000;
            font-weight: 600;
            text-decoration: underline;
        }

    .cookie-popup span {
        display: flex;
        align-items: center;
        justify-content: center;
        margin-left: 9px;
        padding: 8px;
        background-color: #0d6298;
        width: 35px;
        height: 35px;
        min-width: 35px;
    }

        .cookie-popup span i {
            font-size: 20px;
            color: #fff;
            cursor: pointer;
        }

@media only screen and (min-width: 768px) {
    .cookie-popup {
        bottom: 20px;
        left: 20px;
        padding: 20px;
    }

        .cookie-popup p {
            font-size: 14px;
            line-height: 1.36;
            padding-right: 28px;
        }

        .cookie-popup span i {
            font-size: 22px;
            color: #fff;
        }
}

.container-widget {
    position: relative;
    z-index: 2;
    border-radius: 5px;
}

    .container-widget .up-90 {
        margin: 0;
    }

    .container-widget .align-items-end {
        align-items: inherit !important;
    }


        .container-widget .align-items-end div[class*="col-"] {
            align-self: center;
        }


.products-widget img {
    margin-bottom: 10px;
}

.products-widget {
    text-align: center;
}

.products-slider-nav-wrap {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
    display: flex;
    flex-flow: wrap;
    align-items: center;
    pointer-events: none;
}

    .products-slider-nav-wrap .slider-nav {
        display: flex;
        flex-flow: wrap;
        justify-content: space-between;
        margin-left: -25px;
        margin-right: -25px;
    }

        .products-slider-nav-wrap .slider-nav .owl-prev,
        .products-slider-nav-wrap .slider-nav .owl-next {
            font-size: 50px;
            color: #2c3a59;
            opacity: .6;
            border: none;
            padding: 0;
            background-color: transparent;
            transition: ease all .2s;
            pointer-events: all;
        }

            .products-slider-nav-wrap .slider-nav .owl-prev:hover,
            .products-slider-nav-wrap .slider-nav .owl-next:hover {
                opacity: 1;
            }

.slider-nav .owl-prev.disabled i.fa,
.slider-nav .owl-next.disabled i.fa {
    cursor: grabbing;
    opacity: .5;
}

.services2-widget {
    background-color: #f8f8f8;
    border: 1px solid #e8e8e8;
    border-radius: 5px;
    overflow: hidden;
}

    .services2-widget h2 {
        margin-bottom: 20px;
    }

    .services2-widget .item-img {
        height: 180px;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
    }

    .services2-widget .info {
        padding: 16px;
    }

.services2-slider-nav-wrap {
    position: absolute;
    bottom: 0px;
    right: 20px;
    z-index: 2;
}

    .services2-slider-nav-wrap [type=button] {
        border: none;
        background-color: #369;
        color: #fff;
        padding: 5px 15px;
    }

    .services2-slider-nav-wrap .owl-next {
        border-top-right-radius: 5px;
        border-left: 1px solid #fff;
    }

    .services2-slider-nav-wrap .owl-prev {
        border-top-left-radius: 5px;
    }

.services2-widget p {
    font-size: 0.875rem;
}

.tracking-logistic-widget {
    background-color: #f8f8f8;
    border: 1px solid #e8e8e8;
    border-radius: 5px;
    overflow: hidden;
}

    .tracking-logistic-widget .item-header {
        padding: 20px;
        background-color: #369;
        color: #fff;
    }

        .tracking-logistic-widget .item-header h2 {
            margin: 0;
            color: #fff;
        }

    .tracking-logistic-widget .item-info {
        padding: 20px;
        height: 300px;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
    }

        .tracking-logistic-widget .item-info a {
            background-color: #369;
            width: 100%;
            padding: 5px 15px;
            color: #fff;
            font-size: 0.875rem;
            border-radius: 5px;
            transition: ease all .3s;
        }

    .tracking-logistic-widget i.fa {
        font-size: 2rem;
    }

    .tracking-logistic-widget .item-info a:hover {
        background-color: #fff;
        color: #369;
    }
/* Branches */
.branches-widget {
    position: relative;
    padding: 20px;
    background: #f8f8f8;
    margin: 20px 0;
    border: 1px solid #e8e8e8;
    border-radius: 5px;
}

span.line {
    position: absolute;
    height: 5px;
    width: 100%;
    background-color: #369;
    top: 50%;
    left: 0;
    margin-top: 10.5px;
}

.branches-widget a {
    position: relative;
    z-index: 2;
    color: #369;
    font-weight: 600;
    transition: ease all .3s;
}

    .branches-widget a i.fa {
        color: #fff;
        border: 3px solid #369;
        border-radius: 100%;
    }

    .branches-widget a:hover,
    .branches-widget a:hover i.fa {
        color: #860c0c;
    }
/* end Branches*/

/* Search Results */
.search-results a h3 {
    margin-bottom: 0px;
    font-size: 16px;
    font-weight: 700;
    color: #42586f;
}

.search-results a:hover h3 {
    color: #005cb9;
}

.search-results a p {
    color: #000;
    padding-top: 5px;
}

.search-results ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

    .search-results ul li {
        border-bottom: 1px solid #ccc;
        margin-bottom: 15px;
    }

.search-results .search-count {
    font-size: 45px;
    color: #ededed;
    display: inline-block;
    padding-right: 10px;
}

.search-results ul li:hover .search-count {
    color: #d5d5d5;
}

/* end Search Results*/

/* Widget Boxes */
.widget-box-item .item-img {
    height: 150px;
    background-size: cover;
    background-repeat: no-repeat;
}
/* end Widget Boxes */

/* file list */
.file-list-item {
    border: 1px solid #eaedeb;
    background-color: #f8f8f8;
    margin-bottom: 5px;
}

    .file-list-item:hover {
        background-color: #fdfdfd;
    }

.file-icon {
    border-right: 1px solid #eaedeb;
}

.file-list-item div {
    padding: 10px;
}

    /* end file list*/

/* Widget Backgroun Content */
.section-item.widget-background-content {
    background-size: cover;
    padding: 120px 0;
    background-repeat: no-repeat;
    background-attachment: fixed;
    position: relative;
}

    .section-item.widget-background-content .container {
        position:relative;
        z-index: 2;
    }
.widget-background-content .section-content ul {
    text-align: initial;
}
.widget-background-content .section-content p img {
    display: none;
}

.widget-background-content .section-content {
    text-align: center;
    color: #fff;
}

.widget-background-content .section-content h2.content-title {
    color: inherit;
    display: inline-block;
    font-size: 1.5rem;
    border-bottom: 1px solid inherit;
    padding-bottom: 5px;
    margin: 20px 0;
    font-weight: 600;
}


/* end Widget Backgroun Content*/
.content-list-widget .content-list-item .media {
    position: relative;
    overflow: hidden;
}

.content-list-widget .content-list-item .media img {
    width: 100%;
    transform-origin: center;
    transition: all ease .3s;
}

.content-list-widget .content-list-item:hover .media img {
    transform: scale(1.05);
}
.content-list-widget .content-list-item .media {
    padding: 20px 25px;
    margin: 35px 0;
}

    .content-list-widget .content-list-item h4 {
        color: #0d6298;
        border-bottom: 3px solid #0d6298;
        display: inline-block;
        padding-bottom: 5px;
        padding-right: 35px;
    }
.content-list-widget .media-shape {
    background-color: #0d6298;
    position: absolute;
    width: 90%;
    height: 90%;
    z-index: -1;
    right: 0;
    bottom: 0;
}

@media(min-width: 992px) and (max-width: 1199px) {
    .header .navbar .seperator {
        display: none;
    }

    .header .navbar a.navbar-brand {
        border-radius: 8px;
        width: 180px;
        height: initial;
    }
}

@media (max-width: 768px) {

    body.boxed .home-slider .owl-slide {
        padding-bottom: 0;
    }

    body.boxed .home-slider .text {
        margin: 0;
    }

    body.boxed .home-slider .info h2 {
        font-size: 1.5rem;
        padding: 5px 20px;
    }
    .sidebar {
        min-height: auto;
        background-image: none;
    }
    .tracking-logistic-widget .item-info {
        height:inherit;
    }
}

@media (min-width: 992px) {
    .header .navbar .dropdown-menu-center {
        left: 50% !important;
        right: auto !important;
        transform: translate(-50%, 0) !important;
    }

    .header .navbar .dropdown:hover > .dropdown-menu {
        display: block;
    }

    .header .navbar .dropdown > .dropdown-toggle:active {
        pointer-events: none;
    }

    .up-90 {
        margin-top: -90px;
    }

    .up-100 {
        margin-top: -100px;
    }
}
@media (max-width: 992px) {
    body .header .navbar .navbar-collapse {
       background-color:#fff;
    }
    body .header .navbar .align-items-center {
        -ms-flex-align: baseline !important;
        align-items: normal !important;
    }

    body.wide section.page-header, .section-item.widget-background-content {
        padding: 20px 0;
    }
    body.wide {
        margin-top:130px;
    }
    body.wide .fullpage-slider .home-slider {
        position: relative;
        width: 100%;
        height: 400px;
    }
        body.wide .fullpage-slider .home-slider .info h2 {
            font-size: 1.5rem;
        }
        body.wide .navbar-light .navbar-toggler {
            
            margin-right: 15px;
        }
		body.wide .home-slider .info h2 {
			margin: 0px;
		}
		.section-item.widget-background-content {
			background-attachment: inherit;
			background-position: center;
		}
}

@media (max-width: 576px) {
    
}

