﻿/*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*
// ==========================================================================
// Z-levels
// ==========================================================================
*/
/*
// ==========================================================================
// Z-levels
// ==========================================================================
*/
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 100;
    src: local("Roboto Thin"), local("Roboto-Thin"), url(../fonts/roboto/Roboto-Thin.woff) format("woff"), url(../fonts/roboto/Roboto-Thin.ttf) format("truetype");
}

@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 300;
    src: local("Roboto Light"), local("Roboto-Light"), url(../fonts/roboto/Roboto-Light.woff) format("woff"), url(../fonts/roboto/Roboto-Light.ttf) format("truetype");
}

@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    src: url(../fonts/roboto/Roboto.eot);
    src: local("Roboto"), local("Roboto-Regular"), url(../fonts/roboto/Roboto.eot?#iefix) format("embedded-opentype"), url(../fonts/roboto/Roboto.woff) format("woff"), url(../fonts/roboto/Roboto.svg#Roboto) format("svg"), url(../fonts/roboto/Roboto.ttf) format("truetype");
}

@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    src: local("Roboto Medium"), local("Roboto-Medium"), url(../fonts/roboto/Roboto-Medium.woff) format("woff"), url(../fonts/roboto/Roboto-Medium.ttf) format("truetype");
}

@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    src: local("Roboto Bold"), local("Roboto-Bold"), url(../fonts/roboto/Roboto-Bold.woff) format("woff"), url(../fonts/roboto/Roboto-Bold.ttf) format("truetype");
}

@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 900;
    src: local("Roboto Black"), local("Roboto-Black"), url(../fonts/roboto/Roboto-Black.woff) format("woff"), url(../fonts/roboto/Roboto-Black.ttf) format("truetype");
}

.side-nav {
    box-shadow: 0 20px 30px 15px rgba(0, 0, 0, 0.1), 0 10px 40px 20px rgba(0, 0, 0, 0.08), 0 10px 15px -8px rgba(0, 0, 0, 0.1);
    position: fixed;
    max-width: 380px;
    width: 86%;
    left: 0;
    top: 0;
    margin: 0;
    height: 100%;
    height: calc(100% + 60px);
    height: -moz-calc(100%);
    padding-bottom: 60px;
    background-color: #fff;
    z-index: 1050;
    overflow-y: auto;
    will-change: transform;
    backface-visibility: hidden;
    transform: translateX(-105%);
}

    .side-nav.right-aligned {
        right: 0;
        transform: translateX(105%);
        left: auto;
        transform: translateX(100%);
    }

    .side-nav ul {
        list-style: none;
        margin: 0;
        padding: 0;
        margin-bottom: 20px;
    }

        .side-nav ul li {
            border: none;
            display: block;
            margin: 0;
            padding: 0;
        }

            .side-nav ul li a {
                overflow: hidden;
                text-overflow: ellipsis;
                white-space: nowrap;
                border-top: 1px solid #d5dee2;
                display: block;
                margin: 0;
                font-size: 110%;
                color: #222d32;
                padding: 10px 15px;
                position: relative;
                text-decoration: none;
            }

                .side-nav ul li a .side-arrow {
                    position: absolute;
                    right: 15px;
                    top: 50%;
                    margin-top: -8px;
                    font-style: normal;
                    font-weight: normal;
                    line-height: 1;
                    -webkit-font-smoothing: antialiased;
                    -moz-osx-font-smoothing: grayscale;
                }

                    .side-nav ul li a .side-arrow:before {
                        font-size: 70%;
                        content: "\f054";
                        font-weight: 600;
                        font-family: "Font Awesome 5 Free";
                    }

                .side-nav ul li a:after {
                    content: "";
                    left: 0;
                    width: 3px;
                    top: 0;
                    bottom: 0;
                    z-index: 2;
                    position: absolute;
                }

                .side-nav ul li a:before {
                    content: "\f054";
                    font-family: 'Font Awesome 5 Free';
                    font-weight: 900;
                    right: 15px;
                    top: 50%;
                    color: #99aeb8;
                    margin-top: -10px;
                    z-index: 2;
                    position: absolute;
                }

                .side-nav ul li a:hover, .side-nav ul li a:focus {
                    background-color: rgba(0, 0, 0, 0.05);
                    color: #faa21b;
                }

                    .side-nav ul li a:hover:after, .side-nav ul li a:focus:after {
                        background-color: #f97000;
                    }

                    .side-nav ul li a:hover:before, .side-nav ul li a:focus:before {
                        color: #f97000;
                    }

            .side-nav ul li.active > a {
                background-color: #f2f2f2;
            }

                .side-nav ul li.active > a:after {
                    background-color: #f97000;
                }

            .side-nav ul li.active > ul.sub-menu {
                display: block;
                padding: 0;
                background: rgba(0, 0, 0, 0.05);
            }

            .side-nav ul li.active > a > .side-arrow {
                filter: alpha(opacity=100);
                opacity: 1;
            }

                .side-nav ul li.active > a > .side-arrow:before {
                    font-weight: 600;
                    font-family: "Font Awesome 5 Free";
                    content: "\f078";
                }

            .side-nav ul li ul.sub-menu {
                clear: both;
                list-style: none;
                margin: 0;
                padding: 0;
                display: none;
            }

                .side-nav ul li ul.sub-menu li {
                    background: none;
                    margin-bottom: 0;
                    margin-left: 0;
                    margin-right: 0;
                    padding: 0;
                }

                    .side-nav ul li ul.sub-menu li a {
                        display: block;
                        border: none;
                        margin: 0;
                        padding-bottom: 10px;
                        padding-left: 30px !important;
                        padding-right: 15px;
                        padding-top: 10px;
                        text-decoration: none;
                    }

                        .side-nav ul li ul.sub-menu li a .side-arrow {
                            margin-right: 22px;
                        }

                        .side-nav ul li ul.sub-menu li a:after {
                            display: none;
                        }

                    .side-nav ul li ul.sub-menu li.current > a {
                        background: #f97000;
                        color: #fff;
                    }

                    .side-nav ul li ul.sub-menu li.dropdown-header {
                        padding-left: 30px !important;
                    }

                    .side-nav ul li ul.sub-menu li.divider {
                        height: 1px;
                        margin: 9px 0;
                        overflow: hidden;
                        margin-left: 30px !important;
                    }

                    .side-nav ul li ul.sub-menu li ul.sub-menu {
                        margin: 0;
                    }

                        .side-nav ul li ul.sub-menu li ul.sub-menu li a {
                            padding-left: 45px !important;
                        }

                    .side-nav ul li ul.sub-menu li li ul.sub-menu li a {
                        padding-left: 55px !important;
                    }

    .side-nav .collapsible {
        margin: 0;
    }

    .side-nav .profile-card-menu {
        display: block;
        padding: 30px 0;
        background-color: #faa21b;
        position: relative;
        min-height: 72px;
    }

        .side-nav .profile-card-menu .navbar-avatar {
            width: 72px;
            height: 72px;
            position: absolute;
            left: 15px;
            top: 50%;
            margin-top: -36px;
            z-index: 2;
        }

            .side-nav .profile-card-menu .navbar-avatar .count {
                position: absolute;
                width: 24px;
                height: 24px;
                background-color: #F04124;
                text-align: center;
                font-weight: 500;
                font-size: 80%;
                line-height: 2;
                right: 0;
                border: 3px solid #faa21b;
                color: #fff;
                border-radius: 100%;
            }

            .side-nav .profile-card-menu .navbar-avatar .menu-avatar-outer img {
                /*width: 100%;*/
                height: 100%;
                display: block;
                /*border-radius: 100%;*/
            }

        .side-nav .profile-card-menu .navbar-about {
            display: block;
            padding-left: 102px;
            color: #fff;
        }

            .side-nav .profile-card-menu .navbar-about .user-name {
                display: block;
                margin: 0;
                font-size: 160%;
            }

            .side-nav .profile-card-menu .navbar-about .email-id {
                font-size: 90%;
            }

            .side-nav .profile-card-menu .navbar-about .user-id {
                display: block;
                text-transform: uppercase;
            }

                .side-nav .profile-card-menu .navbar-about .user-id a {
                    color: inherit;
                }

            .side-nav .profile-card-menu .navbar-about .email-id {
                display: block;
            }

                .side-nav .profile-card-menu .navbar-about .email-id a {
                    color: inherit;
                }

.drag-target {
    height: 100%;
    width: 20px;
    position: fixed;
    top: 0;
    z-index: 1070;
}

.side-nav.fixed {
    left: 0;
    transform: translateX(0);
    position: fixed;
}

    .side-nav.fixed.right-aligned {
        right: 0;
        left: auto;
    }

@media (min-width: 768px) {
    .side-nav.fixed {
        transform: translateX(-105%);
    }

        .side-nav.fixed.right-aligned {
            transform: translateX(105%);
        }

    .side-nav .userView {
        padding: 16px 16px 0;
    }
}

.side-nav .collapsible-body > ul:not(.collapsible) > li.active,
.side-nav.fixed .collapsible-body > ul:not(.collapsible) > li.active {
    background-color: #0096fb;
}

    .side-nav .collapsible-body > ul:not(.collapsible) > li.active a,
    .side-nav.fixed .collapsible-body > ul:not(.collapsible) > li.active a {
        color: #009245;
    }

#sidenav-overlay {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #fff;
}

.home-banner-section {
    position: relative;
}

    .home-banner-section .cardartical-list-detail-inner {
        position: relative;
    }

    .home-banner-section .cardartical-list-banner {
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover;
    }

        .home-banner-section .cardartical-list-banner img {
            width: 100%;
        }

    .home-banner-section .track-carousel-dots {
        position: absolute;
        z-index: 100;
        left: 16px;
        bottom: 16px;
    }

        .home-banner-section .track-carousel-dots .owl-dot {
            filter: alpha(opacity=50);
            opacity: 0.5;
            outline: 0;
            outline-offset: 0;
            padding: 0;
            margin: 0;
            border: 0;
            float: left;
            margin: auto 1px;
            background-color: transparent;
        }

            .home-banner-section .track-carousel-dots .owl-dot span {
                border-radius: 4px;
                -webkit-transition: all ease-in-out 0.25s;
                -o-transition: all ease-in-out 0.25s;
                transition: all ease-in-out 0.25s;
                display: block;
                width: 26px;
                height: 4px;
                background: #971b1f;
            }

            .home-banner-section .track-carousel-dots .owl-dot.active {
                filter: alpha(opacity=100);
                opacity: 1;
            }

                .home-banner-section .track-carousel-dots .owl-dot.active span {
                    width: 80px;
                    background: #f97000;
                }

@media (max-width: 768px) {
    .home-banner-section .track-carousel-dots {
        display: none;
    }
}

@media (max-width: 480px) {
    .home-banner-section .track-carousel-dots {
        bottom: 12px;
        left: 50%;
        margin-left: -25%;
    }
}

.home-banner-section .tabs-horizontal-content {
    background-color: #fff;
}

.home-banner-section .tabs-content-inner {
    padding: 12px 32px;
}

@media (max-width: 768px) {
    .home-banner-section .tabs-content-inner {
        padding: 8px;
    }
}

.home-banner-section .tab-content {
    padding: 0;
}

.search-form-group {
    position: relative;
}

    .search-form-group .single-input-btn {
        position: relative;
    }

    .search-form-group with-icon.form-control {
        padding-right: 45.6px;
        padding-left: 45.6px;
        background-color: #fff;
    }

    .search-form-group textarea.with-icon {
        padding-right: 19px;
    }

    .search-form-group .icons {
        font-size: 120%;
        margin-top: -7.6px;
        left: 19px;
    }

    .search-form-group .form-btn {
        position: absolute;
        right: 0;
        top: 0;
        bottom: 0;
        z-index: 2;
        width: 114px;
        text-align: center;
        font-weight: 600;
        text-transform: uppercase;
        border-radius: 0;
        border-radius: 40px;
        font-size: 120%;
        padding: 5px 10px;
    }

@media (max-width: 768px) {
    .search-form-group .form-btn {
        position: relative;
        display: block;
        width: 100%;
        margin-top: 8px;
    }
}

.search-form-link {
    text-align: center;
    text-transform: uppercase;
    padding-top: 16px;
}

    .search-form-link:before, .search-form-link:after {
        display: table;
        content: " ";
    }

    .search-form-link:after {
        clear: both;
    }

    .search-form-link.active .trackmultipal,
    .search-form-link.active .form-link,
    .search-form-link.active .tracksingle {
        float: left;
        margin-top: 8px;
    }

    .search-form-link.active .multipal-trackbtn {
        float: right;
        width: 200px;
    }

    .search-form-link.active .multipal-track-btn,
    .search-form-link.active .go-trackbtn {
        float: right;
        width: 200px;
    }

@media (max-width: 768px) {
    .search-form-link {
        padding: 0;
    }

        .search-form-link.active .trackmultipal,
        .search-form-link.active .form-link,
        .search-form-link.active .tracksingle {
            float: none;
            margin-top: 8px;
        }

        .search-form-link.active .multipal-trackbtn {
            float: right;
            width: auto;
        }

        .search-form-link.active .multipal-track-btn,
        .search-form-link.active .go-trackbtn {
            float: none;
            width: auto;
        }
}

.nav-tabs-vertical-section {
    max-width: 740px;
    padding: 16px 0;
    margin: 0 auto;
}

    .nav-tabs-vertical-section:before, .nav-tabs-vertical-section:after {
        display: table;
        content: " ";
    }

    .nav-tabs-vertical-section:after {
        clear: both;
    }

    .nav-tabs-vertical-section .nav-tabs-vertical-left {
        float: left;
        width: 27%;
    }

    .nav-tabs-vertical-section .nav-tabs-vertical-content {
        float: right;
        width: 73%;
        background-color: whitesmoke;
    }

    .nav-tabs-vertical-section .tab-content {
        padding: 19.2px 24px;
    }

@media (max-width: 768px) {
    .nav-tabs-vertical-section .nav-tabs-vertical-left {
        float: none;
        width: auto;
    }

    .nav-tabs-vertical-section .nav-tabs-vertical-content {
        float: none;
        width: auto;
    }
}

.cardartical-list-artical {
    position: absolute;
    z-index: 2;
    bottom: 0;
    top: 0;
    right: 0;
    width: 40%;
    background-color: rgba(0, 0, 0, 0.4);
    padding: 0 30px;
    padding-top: 16px;
}

    .cardartical-list-artical .header {
        text-align: center;
        font-size: 300%;
        font-weight: 200;
        font-family: "Roboto", sans-serif;
        color: #fff;
    }

@media (max-width: 768px) {
    .cardartical-list-artical {
        position: relative;
        left: auto;
        right: auto;
        width: initial;
        padding: 8px;
    }

        .cardartical-list-artical .header {
            font-size: 180%;
            margin-bottom: 8px;
        }
}

.cardartical-list-contant .tittle {
    display: block;
    color: #fff;
    margin: 0;
    padding: 0;
    margin-bottom: 8px;
    font-size: 260%;
    font-weight: 600;
}

.cardartical-list-contant .icon {
    color: #fff;
    margin-right: 5.33333px;
}

.cardartical-list-contant .address {
    margin-bottom: 16px;
    position: relative;
    color: rgba(255, 255, 255, 0.7);
    font-weight: 300;
    position: relative;
    padding-left: 32px;
    font-size: 140%;
    max-width: 400px;
}

    .cardartical-list-contant .address .icon {
        color: rgba(255, 255, 255, 0.7);
        position: absolute;
        left: 0;
        top: 5.33333px;
        font-size: 140%;
    }

.cardartical-list-contant .sociallinks {
    padding-bottom: 8px;
}

    .cardartical-list-contant .sociallinks:before, .cardartical-list-contant .sociallinks:after {
        display: table;
        content: " ";
    }

    .cardartical-list-contant .sociallinks:after {
        clear: both;
    }

    .cardartical-list-contant .sociallinks .tag-list {
        margin: 0;
        padding: 0;
        float: left;
        margin-left: -12px;
        margin-right: -12px;
    }

        .cardartical-list-contant .sociallinks .tag-list li {
            list-style: none;
            line-height: 1;
            float: left;
            font-weight: 300;
        }

            .cardartical-list-contant .sociallinks .tag-list li a {
                -webkit-transition: all ease-in-out 0.15s;
                -o-transition: all ease-in-out 0.15s;
                transition: all ease-in-out 0.15s;
                display: block;
                padding: 0 12px;
                color: rgba(255, 255, 255, 0.7);
            }

            .cardartical-list-contant .sociallinks .tag-list li:hover a {
                color: #f97000;
            }

@media (max-width: 480px) {
    .cardartical-list-contant .tittle {
        font-size: 180%;
        margin-bottom: 8px;
    }

    .cardartical-list-contant .address {
        font-size: 120%;
        margin-bottom: 8px;
    }
}

.cardartical-list-detail-section {
    padding: 16px 0;
}

.tablist-radio {
    text-align: center;
}

    .tablist-radio .radio-list {
        margin: 0;
        padding: 4px 0;
        display: inline-block;
    }

        .tablist-radio .radio-list:before, .tablist-radio .radio-list:after {
            display: table;
            content: " ";
        }

        .tablist-radio .radio-list:after {
            clear: both;
        }

        .tablist-radio .radio-list li {
            float: left;
            list-style: none;
            margin: auto 8px;
        }

            .tablist-radio .radio-list li .radio {
                cursor: pointer;
                font-weight: 600;
            }

.delivery-destination-section .heading {
    margin: 0;
    padding: 0;
    font-size: 110%;
    position: relative;
    font-weight: 600;
    padding-bottom: 10.66667px;
}

    .delivery-destination-section .heading:after {
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        height: 2px;
        min-width: 100px;
        background-color: #faa21b;
    }

.delivery-destination-section .delivery-destinationlist:before, .delivery-destination-section .delivery-destinationlist:after {
    display: table;
    content: " ";
}

.delivery-destination-section .delivery-destinationlist:after {
    clear: both;
}

.listing-alphabet {
    text-align: center;
    padding: 12px 0;
}

    .listing-alphabet .alphabet-list {
        display: inline-block;
        margin: 0;
        padding: 0;
        margin-left: -2px;
        margin-right: -2px;
    }

        .listing-alphabet .alphabet-list:before, .listing-alphabet .alphabet-list:after {
            display: table;
            content: " ";
        }

        .listing-alphabet .alphabet-list:after {
            clear: both;
        }

        .listing-alphabet .alphabet-list li {
            float: left;
            list-style: none;
            position: relative;
        }

            .listing-alphabet .alphabet-list li a,
            .listing-alphabet .alphabet-list li .text {
                -webkit-transition: 0.2s ease-out;
                -o-transition: 0.2s ease-out;
                transition: 0.2s ease-out;
                margin: 2px;
                display: block;
                font-weight: 800;
                text-transform: uppercase;
                color: inherit;
                width: 32px;
                height: 32px;
                line-height: 29.09091px;
                text-align: center;
                border-radius: 40px;
                border: 2px solid #d5dee2;
            }

            .listing-alphabet .alphabet-list li:hover a, .listing-alphabet .alphabet-list li.active a {
                color: #faa21b;
                border-color: #faa21b;
            }

            .listing-alphabet .alphabet-list li .input-radio {
                cursor: pointer;
                position: absolute;
                left: 0;
                top: 0;
                right: 0;
                bottom: 0;
                z-index: 2;
                width: 100%;
                height: 100%;
                text-align: center;
                filter: alpha(opacity=0);
                opacity: 0;
            }

                .listing-alphabet .alphabet-list li .input-radio:checked + .text {
                    color: #faa21b;
                    border-color: #faa21b;
                }

.pages {
    padding: 16px 0;
}

.page-content-section .header {
    margin: 0;
    padding: 0;
    color: #dc3c41;
    text-transform: uppercase;
    font-size: 130%;
    font-weight: 600;
    margin-bottom: 8px;
}

.page-content-section .sub-header {
    margin: 0;
    padding: 0;
    font-size: 140%;
    margin-bottom: 8px;
}

.page-content-section .heading {
    margin: 0;
    padding: 0;
    font-size: 110%;
    position: relative;
    font-weight: 600;
    margin-bottom: 16px;
    padding-bottom: 16px;
}

    .page-content-section .heading:after {
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        height: 2px;
        min-width: 100px;
        background-color: #faa21b;
    }

.page-content-section .enquiry-footer {
    text-align: center;
}

.page-content .header {
    margin: 0;
    padding: 0;
    color: #dc3c41;
    font-size: 180%;
    font-weight: 600;
    margin-bottom: 4px;
}

.page-content .sub-header {
    position: relative;
    margin: 0;
    padding: 0;
    font-size: 120%;
    margin-bottom: 16px;
    padding-bottom: 10.66667px;
}

    .page-content .sub-header:after {
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        height: 2px;
        min-width: 100px;
        background-color: #faa21b;
    }

    .page-content .sub-header.alert-text {
        font-size: 100%;
        color: #8f8f8f;
    }

.page-content .heading {
    margin: 0;
    padding: 0;
    font-size: 300%;
    position: relative;
    font-weight: 200;
    margin-bottom: 16px;
    padding-bottom: 10.66667px;
}

    .page-content .heading:after {
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        height: 2px;
        min-width: 100px;
        background-color: #faa21b;
    }

.page-content .enquiry-footer {
    text-align: right;
}

@media (max-width: 768px) {
    .page-content .header {
        font-size: 120%;
    }

    .page-content .heading {
        font-size: 140%;
        font-weight: 600;
    }
}

.pagebanner-section {
    background: fixed no-repeat top center;
    background-size: cover;
    color: #000;
    overflow: hidden;
    position: relative;
    min-height: 260px;
}

    .pagebanner-section.mini {
        min-height: 200px;
    }

@media (max-width: 480px) {
    .pagebanner-section.mini {
        min-height: 100px;
    }
}

.pagebanner-section .pagebanner-img {
    position: absolute;
    left: 0;
    right: 0;
    z-index: 1;
}

    .pagebanner-section .pagebanner-img img {
        width: 100%;
        height: auto;
    }

.pagebanner-section .pagebanner-inner {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    z-index: 4;
    margin-top: -60px;
}

.pagebanner-section .header {
    color: #934200;
    font-weight: 600;
    font-size: 340%;
}

    .pagebanner-section .header.white {
        color: #fff;
    }

.pagebanner-section .sub-header {
    color: #934200;
    font-size: 130%;
}

    .pagebanner-section .sub-header.white {
        color: #fff;
    }

.pagebanner-section.mini {
    min-height: 220px;
}

    .pagebanner-section.mini .header {
        font-size: 300%;
        margin-top: -20px;
    }

@media (max-width: 768px) {
    .pagebanner-section {
        min-height: 110px;
    }

        .pagebanner-section .pagebanner-img {
            position: absolute;
            left: -15%;
            right: -15%;
            z-index: 1;
        }

        .pagebanner-section .pagebanner-inner {
            margin-top: -20px;
        }

            .pagebanner-section .pagebanner-inner.large {
                margin-top: -50px;
            }

        .pagebanner-section .header {
            font-size: 160%;
        }

            .pagebanner-section .header.white {
                color: #fff;
            }

        .pagebanner-section .sub-header {
            font-size: 90%;
        }
}

.map {
    height: 460px;
    width: 100%;
}

.site-padding {
    padding: 24px 0;
}

.page-articals {
    padding: 16px 0;
}

    .page-articals .articals-thumbnail {
        display: block;
    }

        .page-articals .articals-thumbnail img {
            display: block;
            width: 100%;
        }

    .page-articals .header {
        margin: 0;
        padding: 0;
        font-size: 200%;
        font-weight: 300;
        margin-bottom: 16px;
        color: #c65900;
    }

    .page-articals.left .header {
        padding-left: 32px;
    }

    .page-articals .content {
        text-align: justify;
        padding-left: 32px;
    }

        .page-articals .content.large {
            font-size: 140%;
            font-weight: 300;
        }

    .page-articals.right .thumbnail-img {
        float: right;
    }

    .page-articals.right .content {
        padding-left: 0;
        padding-right: 32px;
    }

@media (max-width: 768px) {
    .page-articals {
        padding: 16px 8px;
    }

        .page-articals .content {
            padding-left: 0;
        }

            .page-articals .content.large {
                font-size: 140%;
                font-weight: 300;
            }

        .page-articals.right .thumbnail-img {
            float: none;
        }

        .page-articals.right .content {
            padding-right: 0;
            padding-left: 0;
        }

        .page-articals.left .header {
            padding-left: 0;
        }

        .page-articals .header {
            font-size: 120%;
            font-weight: 600;
            margin-bottom: 16px;
            margin-top: 16px;
            padding-left: 0;
        }
}

.StaticPageHeader {
    font-size: 130%;
    font-weight: 400;
    margin-bottom: 16px;
    color: #c65900;
}

.content-section {
    margin-bottom: 24px;
}

    .content-section .sub-header {
        color: #c65900;
        font-size: 120%;
        font-weight: 600;
    }

.daily-news-artical {
    position: relative;
    margin-bottom: 16px;
}

    .daily-news-artical:before, .daily-news-artical:after {
        display: table;
        content: " ";
    }

    .daily-news-artical:after {
        clear: both;
    }

    .daily-news-artical:last-child {
        margin: 0;
    }

    .daily-news-artical .news-date {
        width: 120px;
        height: 120px;
        float: left;
        width: 120px;
        padding: 24px 0;
        background-color: #ebebeb;
        border-radius: 4px;
        text-align: center;
        font-family: "Roboto", sans-serif;
    }

        .daily-news-artical .news-date .date {
            font-size: 140%;
            text-transform: uppercase;
        }

        .daily-news-artical .news-date .year {
            font-size: 270%;
            font-weight: 800;
            line-height: 1;
        }

    .daily-news-artical .daily-news-content {
        float: right;
        padding-left: 16px;
        width: calc(100% - 120px);
    }

        .daily-news-artical .daily-news-content .header {
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
            display: block;
            text-transform: uppercase;
            color: inherit;
            font-size: 140%;
            font-weight: 600;
            margin-bottom: 8px;
        }

@media (max-width: 768px) {
    .daily-news-artical .news-date {
        width: auto;
        height: auto;
        float: none;
        width: auto;
        padding: 8px 16px;
        text-align: left;
    }

        .daily-news-artical .news-date .date {
            display: inline-block;
            font-size: 100%;
            text-transform: uppercase;
        }

        .daily-news-artical .news-date .year {
            display: inline-block;
            font-size: 120%;
        }

    .daily-news-artical .daily-news-content {
        float: none;
        padding-left: 0;
        width: auto;
    }

        .daily-news-artical .daily-news-content .header {
            margin-top: 8px;
        }
}

.page-widget {
    border: 1px solid #dbe3e6;
    border-radius: 10px;
    padding: 16px;
    margin-bottom: 16px;
}

    .page-widget .icons {
        margin-right: 4px;
    }

    .page-widget .header {
        margin: 0;
        padding: 0;
        font-size: 160%;
        margin-bottom: 1em;
        font-weight: 700;
    }

    .page-widget .widget-footer {
        margin-top: 10.66667px;
        border-top: 1px solid #dbe3e6;
        padding-top: 8px;
    }

    .page-widget.no-padding {
        padding: 0;
    }

    .page-widget .track-section {
        padding: 5.33333px;
    }

        .page-widget .track-section .go-trackbtn {
            width: 160px;
        }

        .page-widget .track-section label.control-label {
            font-size: 90%;
        }

.page-table {
    border-radius: 4px;
    border: 1px solid #d5dee2;
    margin-bottom: 16px;
}

    .page-table .table-paging {
        padding: 0;
        text-align: center;
        background-color: #f0f0f0;
    }

        .page-table .table-paging:before, .page-table .table-paging:after {
            display: table;
            content: " ";
        }

        .page-table .table-paging:after {
            clear: both;
        }

        .page-table .table-paging .pagination {
            float: right;
            margin: 0;
        }

            .page-table .table-paging .pagination > li {
                display: inline;
            }

                .page-table .table-paging .pagination > li > a,
                .page-table .table-paging .pagination > li > span {
                    line-height: 27.14286px;
                    width: 31.66667px;
                    height: 31.66667px;
                }

        .page-table .table-paging .divider {
            display: none;
        }

        .page-table .table-paging .label {
            float: left;
            font-size: 120%;
            line-height: 31.66667px;
        }

.dropdown-autocomplete {
    position: absolute;
    z-index: 20;
    left: 10px;
    right: 10px;
    background-color: #fff;
    box-shadow: 0 10px 15px 8px rgba(0, 0, 0, 0.1), 0 5px 20px 10px rgba(0, 0, 0, 0.08), 0 5px 8px -4px rgba(0, 0, 0, 0.1);
    max-height: 240px;
    overflow-y: scroll;
}

    .dropdown-autocomplete li {
        list-style: none;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        padding: 8px 16px;
    }

        .dropdown-autocomplete li:hover {
            background-color: #d5dee2;
            cursor: pointer;
        }

.contact-card {
    position: relative;
    border: 1px solid #dbe3e6;
    border-radius: 4px;
    padding: 8px 16px;
    margin: 8px auto;
    min-height: 160px;
}

    .contact-card h1,
    .contact-card h2,
    .contact-card h3,
    .contact-card h4,
    .contact-card h5,
    .contact-card h6,
    .contact-card p {
        font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    }

    .contact-card .city-name {
        margin: 0;
        padding: 0;
        position: relative;
        font-size: 160%;
        font-weight: 600;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        margin-bottom: 8px;
    }

    .contact-card .icons {
        position: absolute;
        left: 0;
        top: 4px;
    }

    .contact-card .address {
        position: relative;
        padding-left: 24px;
        color: #6f6f6f;
        margin-bottom: 8px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 4;
        height: 80px;
    }

    .contact-card .phone-no {
        position: relative;
        padding-left: 24px;
        color: #6f6f6f;
    }

        .contact-card .phone-no a {
            margin-right: 8px;
            color: inherit;
        }

            .contact-card .phone-no a:hover {
                color: #faa21b;
            }

.nodisplay {
    display: none !important;
}

    .nodisplay.active {
        display: block !important;
    }

.modal-content.getqute-modal {
    padding: 32px;
}

@media (max-width: 768px) {
    .modal-content.getqute-modal {
        padding: 16px;
    }
}

.modal-content.getqute-modal.full {
    padding: 0;
    border-radius: 40px;
    overflow: hidden;
}

.closeMod {
    position: absolute;
    font-size: 340%;
    top: -16px;
    z-index: 3;
    right: -16px;
    border: 0;
    padding: 8px;
    background-color: transparent;
    line-height: 0.5;
    color: #000;
}

    .closeMod:hover {
        color: #f97000;
    }

    .closeMod:focus {
        outline: 0;
    }

.modalform-content {
    position: relative;
    padding-left: 32px;
    border-left: 1px solid #d5dee2;
}

    .modalform-content .heading {
        margin-bottom: 16px;
    }

        .modalform-content .heading .header {
            font-size: 200%;
            font-weight: 300;
        }

        .modalform-content .heading .sub-header {
            font-size: 140%;
        }

    .modalform-content .form-footer {
        margin-top: 20px;
    }

    .modalform-content.noborder {
        padding-left: 0;
        border-left: 0;
    }

@media (max-width: 768px) {
    .modalform-content .heading .header {
        font-size: 160%;
        font-weight: 400;
    }

    .modalform-content .heading .sub-header {
        font-size: 110%;
    }
}

.model-about-section {
    padding-right: 16px;
}

    .model-about-section .header {
        font-size: 200%;
        font-weight: 300;
    }

.modal-icon-panel {
    padding: 8px 0;
    position: relative;
    padding-left: 94px;
    min-height: 64px;
}

    .modal-icon-panel img {
        display: block;
        width: 100%;
    }

    .modal-icon-panel .modal-icon-figure {
        width: 64px;
        position: absolute;
        left: 0;
        top: 16px;
    }

    .modal-icon-panel .sub-header {
        font-size: 140%;
        font-weight: 300;
    }

.social-menu {
    /* a[href*="tumblr.com"]:before { content: "\f173"; }*/
    /*a[href*="vimeo.com"]:before { content: "\f27d"; }
    a[href*="wordpress.com"]:before,
    a[href*="wordpress.org"]:before { content: "\f19a"; }*/
    /* a[href*="twitch.tv"]:before { content: "\f1e8"; }*/
}

    .social-menu a[href*="codepen.io"]:hover, .social-menu a[href*="codepen.io"]:focus {
        color: #0096fb;
    }

    .social-menu a[href*="digg.com"]:hover, .social-menu a[href*="digg.com"]:focus {
        color: #00b9f5;
    }

    .social-menu a[href*="dribbble.com"]:hover, .social-menu a[href*="dribbble.com"]:focus,
    .social-menu a[href*="flickr.com"]:hover,
    .social-menu a[href*="flickr.com"]:focus {
        color: #C73B6F;
    }

    .social-menu a[href*="dropbox.com"]:hover, .social-menu a[href*="dropbox.com"]:focus {
        color: #3d9ae8;
    }

    .social-menu a[href*="facebook.com"]:hover, .social-menu a[href*="facebook.com"]:focus {
        color: #3b5998;
    }

    .social-menu a[href*="foursquare.com"]:hover, .social-menu a[href*="foursquare.com"]:focus {
        color: #f7931e;
    }

    .social-menu a[href*="plus.google.com"]:hover, .social-menu a[href*="plus.google.com"]:focus {
        color: #F04124;
    }

    .social-menu a[href*="github.com"]:hover, .social-menu a[href*="github.com"]:focus {
        color: #00b9f5;
    }

    .social-menu a[href*="instagram.com"]:hover, .social-menu a[href*="instagram.com"]:focus {
        color: #8a3ab9;
    }

    .social-menu a[href*="linkedin.com"]:hover, .social-menu a[href*="linkedin.com"]:focus {
        color: #4875B4;
    }

    .social-menu a[href*="pinterest.com"]:hover, .social-menu a[href*="pinterest.com"]:focus {
        color: #F04124;
    }

    .social-menu a[href*="reddit.com"]:hover, .social-menu a[href*="reddit.com"]:focus {
        color: #C73B6F;
    }

    .social-menu a[href*="skype.com"]:hover, .social-menu a[href*="skype.com"]:focus {
        color: #00b9f5;
    }

    .social-menu a[href*="stumbleupon.com"]:hover, .social-menu a[href*="stumbleupon.com"]:focus {
        color: #f74425;
    }

    .social-menu a[href*="twitter.com"]:hover, .social-menu a[href*="twitter.com"]:focus {
        color: #00b9f5;
    }

    .social-menu a[href*="youtube.com"]:hover, .social-menu a[href*="youtube.com"]:focus {
        color: #F04124;
    }

    .social-menu a[href^="mailto:"]:hover, .social-menu a[href^="mailto:"]:focus {
        color: #0096fb;
    }

    .social-menu a[href*="spotify.com"]:hover, .social-menu a[href*="spotify.com"]:focus {
        color: #0096fb;
    }

    .social-menu a[href$="/feed/"]:hover, .social-menu a[href$="/feed/"]:focus {
        color: #f7931e;
    }

    .social-menu a:before {
        -moz-osx-font-smoothing: grayscale;
        -webkit-font-smoothing: antialiased;
        font-family: 'Font Awesome 5 Brands';
        font-size: 150%;
        font-style: normal;
        font-variant: normal;
        font-weight: normal;
        speak: none;
        text-decoration: inherit;
        vertical-align: middle;
    }

    .social-menu a[href*="codepen.io"]:before {
        content: "\f1cb";
    }

    .social-menu a[href*="digg.com"]:before {
        content: "\f1a6";
    }

    .social-menu a[href*="dribbble.com"]:before {
        content: "\f17d";
    }

    .social-menu a[href*="dropbox.com"]:before {
        content: "\f16b";
    }

    .social-menu a[href*="facebook.com"]:before {
        content: "\f39e";
    }

    .social-menu a[href*="flickr.com"]:before {
        content: "\f16e";
    }

    .social-menu a[href*="foursquare.com"]:before {
        content: "\f180";
    }

    .social-menu a[href*="plus.google.com"]:before {
        content: "\f0d5";
    }

    .social-menu a[href*="github.com"]:before {
        content: "\f09b";
    }

    .social-menu a[href*="instagram.com"]:before {
        content: "\f16d";
    }

    .social-menu a[href*="linkedin.com"]:before {
        content: "\f0e1";
    }

    .social-menu a[href*="pinterest.com"]:before {
        content: "\f231";
    }

    .social-menu a[href*="reddit.com"]:before {
        content: "\f281";
    }

    .social-menu a[href*="skype.com"]:before {
        content: "\f17e";
    }

    .social-menu a[href*="stumbleupon.com"]:before {
        content: "\f1a4";
    }

    .social-menu a[href*="twitter.com"]:before {
        content: "\f099";
    }

    .social-menu a[href*="youtube.com"]:before {
        content: "\f167";
    }

    .social-menu a[href^="mailto:"]:before {
        content: "\f0e0";
    }

    .social-menu a[href*="spotify.com"]:before {
        content: "\f1bc";
    }

    .social-menu a[href$="/feed/"]:before {
        content: "\f09e";
    }

.move-top {
    position: fixed;
    left: 20px;
    bottom: 15px;
    width: 48px;
    height: 48px;
    line-height: 29.23077px;
    text-align: center;
    font-size: 140%;
    border-radius: 50%;
    z-index: 999;
    background: #fff;
    color: #00b9f5;
    border: 1px solid #00b9f5;
}

    .move-top:hover {
        background-color: #00b9f5;
        color: #fff;
        border-color: #0092c2;
    }

.page-footer {
    border-top: 1px solid #d5dee2;
    padding-top: 32px;
    color: #8a8a8a;
}

    .page-footer .footer-nav {
        text-align: center;
    }

        .page-footer .footer-nav ul {
            display: inline-block;
            margin: 0;
            padding: 0;
        }

            .page-footer .footer-nav ul:before, .page-footer .footer-nav ul:after {
                display: table;
                content: " ";
            }

            .page-footer .footer-nav ul:after {
                clear: both;
            }

            .page-footer .footer-nav ul li {
                float: left;
                list-style: none;
                display: block;
            }

                .page-footer .footer-nav ul li a {
                    font-weight: 600;
                    display: inline-block;
                    color: #424242;
                    padding: 0 8px;
                }

                    .page-footer .footer-nav ul li a:hover {
                        color: #f97000;
                        text-decoration: none;
                    }

                .page-footer .footer-nav ul li.active a {
                    color: #f97000;
                }

@media (max-width: 768px) {
    .page-footer .footer-nav ul li {
        display: inline-block;
    }
}

.page-footer .footer-copyright {
    padding: 10px 0;
}

    .page-footer .footer-copyright .copy-text {
        text-align: center;
        font-size: 90%;
    }

        .page-footer .footer-copyright .copy-text a {
            color: inherit;
        }

            .page-footer .footer-copyright .copy-text a:hover {
                color: #f97000;
            }

.heading-faq {
    font-weight: 500;
    font-size: 200%;
    position: relative;
    margin: 0;
    padding: 0;
}

    .heading-faq:after {
        content: '';
        height: 4px;
        background: #faa21b;
        width: 20%;
        left: 50%;
        margin-left: -10%;
        position: absolute;
        bottom: 0;
    }

.faqlist-panel {
    margin: 0;
    border: 0;
    padding: 0;
    box-shadow: none;
}

    .faqlist-panel .faq-header {
        font-weight: 400;
        padding: 0;
        border: 0;
    }

        .faqlist-panel .faq-header a {
            margin: 0;
            position: relative;
            padding: 8px;
            padding-right: 2em;
            padding-left: 0;
            color: #faa21b;
            display: block;
            font-size: 120%;
            border-bottom: 1px solid #d5dee2;
            text-decoration: none;
            margin-bottom: -1px;
        }

            .faqlist-panel .faq-header a:after {
                color: #faa21b;
                font-family: "Font Awesome 5 Free";
                content: "\f078";
                font-weight: 600;
                font-size: 100%;
                position: absolute;
                right: 10px;
                top: 15px;
                z-index: 1;
            }

            .faqlist-panel .faq-header a.collapsed {
                color: #6f6f6f;
            }

                .faqlist-panel .faq-header a.collapsed:after {
                    color: #d5dee2;
                    content: "\f054";
                    font-family: "Font Awesome 5 Free";
                }

            .faqlist-panel .faq-header a:hover {
                color: #faa21b;
            }

    .faqlist-panel:last-child a {
        border: 0;
    }

    .faqlist-panel .panel-body {
        padding: 1em 2em;
        border: 1px solid #d5dee2;
    }

.livesupport-section {
    position: relative;
}

    .livesupport-section .livesupport-figurer {
        margin: 0 auto;
        margin-bottom: 20px;
        width: 140px;
        height: 140px;
        border-radius: 100%;
        border: 1px solid #dbe3e6;
        padding: 30px;
    }

        .livesupport-section .livesupport-figurer img {
            width: 100%;
            height: auto;
            display: block;
        }

    .livesupport-section .contant {
        text-align: center;
    }

        .livesupport-section .contant a {
            display: block;
            color: inherit;
            font-weight: 600;
            margin: 3px 0;
        }

            .livesupport-section .contant a:hover {
                color: #faa21b;
            }

                .livesupport-section .contant a:hover .icons {
                    color: #faa21b;
                }

        .livesupport-section .contant .icons {
            color: #971b1f;
        }

.key-milestones-section {
    overflow: hidden;
    padding: 32px 0;
    padding-top: 0;
}

@media (max-width: 480px) {
    .key-milestones-section {
        padding: 10px 0;
    }
}

.milestones-points:before, .milestones-points:after {
    display: table;
    content: " ";
}

.milestones-points:after {
    clear: both;
}

.milestones-points .timeline-artical {
    position: relative;
    padding: 16px 0;
}

    .milestones-points .timeline-artical:after {
        position: absolute;
        top: 0;
        bottom: 0;
        width: 3px;
        z-index: 1;
        background-color: #d5dee2;
        content: "";
    }

.milestones-points .timeline-round {
    position: absolute;
    top: 28px;
    box-shadow: 0 10px 15px 8px rgba(0, 0, 0, 0.1), 0 5px 20px 10px rgba(0, 0, 0, 0.08), 0 5px 8px -4px rgba(0, 0, 0, 0.1);
    background-color: #fff;
    width: 20px;
    height: 20px;
    z-index: 3;
    border: 2px solid rgba(249, 112, 0, 0.4);
    border-radius: 100%;
}

.milestones-points .timeline-contant .header {
    font-size: 200%;
    font-weight: 600;
    border-bottom: 1px solid #d5dee2;
    margin-bottom: 8px;
}

.milestones-points.odd .timeline-artical {
    float: left;
    width: 50%;
}

    .milestones-points.odd .timeline-artical:after {
        right: -3px;
    }

.milestones-points.odd .timeline-round {
    right: -12px;
}

.milestones-points.odd .header,
.milestones-points.odd .contant {
    text-align: right;
    padding-right: 24px;
}

.milestones-points.even .timeline-artical {
    float: right;
    width: 50%;
}

    .milestones-points.even .timeline-artical:after {
        left: 0;
    }

.milestones-points.even .timeline-round {
    left: -9px;
}

.milestones-points.even .header,
.milestones-points.even .contant {
    padding-left: 24px;
}

.seltheamFontColor {
    color: #faa21b;
}

.selfTheamColor {
    color: #971b1f;
}

.StaticPageHeader {
    margin-top: 20px;
    padding: 0;
    font-size: 120%;
    position: relative;
    /*font-weight: 600;*/
    padding-bottom: 10.66667px;
}


.Selfheading {
    margin: 0;
    padding: 0;
    font-size: 110%;
    position: relative;
    font-weight: 600;
    padding-bottom: 10.66667px;    
}

.Selfline {
    text-decoration: none;
    border-bottom: 2px solid #faa21b;
    width:100px;    
}


.ui-autocomplete {
    position: absolute;
    top: 100%;
    left: 10px;
    z-index: 20;
    float: left;
    display: none;
    min-width: 160px;
    padding: 2px 15px;
    margin: 0 0 10px 25px;
    list-style: none;
    border-style: solid;
    border-width: 1px;
    background-clip: padding-box;
    *border-right-width: 2px;
    *border-bottom-width: 2px;
    box-shadow: 0 10px 15px 8px rgba(0, 0, 0, 0.1), 0 5px 20px 10px rgba(0, 0, 0, 0.08), 0 5px 8px -4px rgba(0, 0, 0, 0.1);
    max-height: 240px;
    overflow-y: scroll;
    text-overflow: ellipsis;
    font-style: normal;
    font-weight: 100;
    font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 13px;
    line-height: 1.6;
}
