@import url("https://fonts.googleapis.com/css2?family=Lato:wght@400;700&family=Open+Sans:wght@300;400;600;700&display=swap");

body {
    font-family: "Open Sans", sans-serif;
    color: #0c0c0c;
    background-color: #ffffff;
    overflow-x: hidden;
}

.layout_padding {
    padding: 90px 0;
}

.layout_padding2 {
    padding: 75px 0;
}

.layout_padding2-top {
    padding-top: 75px;
}

.layout_padding2-bottom {
    padding-bottom: 75px;
}

.layout_padding-top {
    padding-top: 90px;
}

.layout_padding-bottom {
    padding-bottom: 90px;
}

.heading_container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

    .heading_container h2 {
        position: relative;
        font-weight: bold;
        margin-bottom: 0;
    }

        .heading_container h2 span {
            color: #00bbf0;
        }

    .heading_container p {
        margin-top: 10px;
        margin-bottom: 0;
    }

    .heading_container.heading_center {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        text-align: center;
    }

a,
a:hover,
a:focus {
    text-decoration: none;
}

    a:hover,
    a:focus {
        color: initial;
    }

.btn,
.btn:focus {
    outline: none !important;
    -webkit-box-shadow: none;
    box-shadow: none;
}

/*header section*/
.hero_area {
    position: relative;
    min-height: 50vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

    .hero_area .hero_bg_box {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
        overflow: hidden;
        z-index: -1;
    }

        .hero_area .hero_bg_box .bg_img_box {
            min-width: 100%;
            min-height: 10%;
        }

        .hero_area .hero_bg_box img {
            min-width: 100%;
            min-height: 10%;
        }

.sub_page .hero_area {
    min-height: auto;
    background: linear-gradient(130deg, #231a6f, #0f054c);
}

    .sub_page .hero_area .hero_bg_box {
        display: none;
    }

.header_section {
    padding: 15px 0;
}

    .header_section .container-fluid {
        padding-right: 25px;
        padding-left: 25px;
    }

.navbar-brand span {
    font-weight: bold;
    font-size: 24px;
    color: #ffffff;
}

.custom_nav-container {
    padding: 0;
}

    .custom_nav-container .navbar-nav {
        margin-left: auto;
    }

        .custom_nav-container .navbar-nav .nav-item .nav-link {
            padding: 5px 20px;
            color: #ffffff;
            text-align: center;
            text-transform: uppercase;
            border-radius: 5px;
            -webkit-transition: all 0.3s;
            transition: all 0.3s;
        }

        .custom_nav-container .navbar-nav .nav-item:hover .nav-link, .custom_nav-container .navbar-nav .nav-item.active .nav-link {
            color: #00bbf0;
        }

        .custom_nav-container .navbar-nav .nav-item.active .nav-link {
            font-weight: 600;
        }

    .custom_nav-container .nav_search-btn {
        width: 35px;
        height: 35px;
        padding: 0;
        border: none;
        color: #ffffff;
    }

        .custom_nav-container .nav_search-btn:hover {
            color: #00bbf0;
        }

    .custom_nav-container .navbar-toggler {
        outline: none;
    }

    .custom_nav-container .navbar-toggler {
        padding: 0;
        width: 37px;
        height: 42px;
        -webkit-transition: all 0.3s;
        transition: all 0.3s;
    }

        .custom_nav-container .navbar-toggler span {
            display: block;
            width: 35px;
            height: 4px;
            background-color: #ffffff;
            margin: 7px 0;
            -webkit-transition: all 0.3s;
            transition: all 0.3s;
            position: relative;
            border-radius: 5px;
            transition: all 0.3s;
        }

            .custom_nav-container .navbar-toggler span::before, .custom_nav-container .navbar-toggler span::after {
                content: "";
                position: absolute;
                left: 0;
                height: 100%;
                width: 100%;
                background-color: #ffffff;
                top: -10px;
                border-radius: 5px;
                -webkit-transition: all 0.3s;
                transition: all 0.3s;
            }

            .custom_nav-container .navbar-toggler span::after {
                top: 10px;
            }

        .custom_nav-container .navbar-toggler[aria-expanded="true"] {
            -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
        }

            .custom_nav-container .navbar-toggler[aria-expanded="true"] span {
                -webkit-transform: rotate(45deg);
                transform: rotate(45deg);
            }

                .custom_nav-container .navbar-toggler[aria-expanded="true"] span::before, .custom_nav-container .navbar-toggler[aria-expanded="true"] span::after {
                    -webkit-transform: rotate(90deg);
                    transform: rotate(90deg);
                    top: 0;
                }

/*end header section*/
/* slider section */
.slider_section {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    padding: 45px 0 145px 0;
}

    .slider_section .row {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .slider_section #customCarousel1 {
        width: 100%;
        position: unset;
    }

    .slider_section .detail-box {
        color: #00204a;
    }

        .slider_section .detail-box h1 {
            font-size: 3rem;
            font-weight: bold;
            text-transform: uppercase;
            margin-bottom: 15px;
            color: #ffffff;
        }

        .slider_section .detail-box p {
            color: #fefefe;
            font-size: 14px;
        }

        .slider_section .detail-box .btn-box {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            margin: 0 -5px;
            margin-top: 25px;
        }

            .slider_section .detail-box .btn-box a {
                margin: 5px;
                text-align: center;
                width: 165px;
            }

            .slider_section .detail-box .btn-box .btn1 {
                display: inline-block;
                padding: 10px 15px;
                background-color: #00bbf0;
                color: #ffffff;
                border-radius: 0;
                -webkit-transition: all 0.3s;
                transition: all 0.3s;
                border: none;
            }

                .slider_section .detail-box .btn-box .btn1:hover {
                    background-color: #007fa4;
                }

            .slider_section .detail-box .btn-box .btn2 {
                display: inline-block;
                padding: 10px 15px;
                background-color: #000000;
                color: #ffffff;
                border-radius: 0;
                -webkit-transition: all 0.3s;
                transition: all 0.3s;
                border: none;
            }

                .slider_section .detail-box .btn-box .btn2:hover {
                    background-color: black;
                }

    .slider_section .img-box {
        margin: 45px 0;
    }

        .slider_section .img-box img {
            width: 100%;
            -webkit-animation: upDown 5s infinite;
            animation: upDown 5s infinite;
        }

@-webkit-keyframes upDown {
    0% {
        -webkit-transform: translateY(-45px);
        transform: translateY(-45px);
    }

    50% {
        -webkit-transform: translateY(45px);
        transform: translateY(45px);
    }

    100% {
        -webkit-transform: translateY(-45px);
        transform: translateY(-45px);
    }
}

@keyframes upDown {
    0% {
        -webkit-transform: translateY(-45px);
        transform: translateY(-45px);
    }

    50% {
        -webkit-transform: translateY(45px);
        transform: translateY(45px);
    }

    100% {
        -webkit-transform: translateY(-45px);
        transform: translateY(-45px);
    }
}

.slider_section .carousel-indicators {
    position: unset;
    margin: 0;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

    .slider_section .carousel-indicators li {
        background-color: #ffffff;
        width: 12px;
        height: 12px;
        border-radius: 100%;
        opacity: 1;
    }

        .slider_section .carousel-indicators li.active {
            width: 20px;
            height: 20px;
            background-color: #00bbf0;
        }

.service_section {
    position: relative;
}

    .service_section .box {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        text-align: center;
        margin-top: 45px;
        background-color: #f8f8f9;
        padding: 20px;
        border-radius: 5px;
    }

        .service_section .box .img-box {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            -webkit-box-align: start;
            -ms-flex-align: start;
            align-items: flex-start;
            width: 125px;
            min-width: 75px;
            height: 75px;
            margin-bottom: 15px;
        }

            .service_section .box .img-box img {
                max-width: 100%;
                max-height: 100%;
                -webkit-transition: all 0.3s;
                transition: all 0.3s;
            }

        .service_section .box .detail-box h5 {
            font-weight: bold;
            text-transform: uppercase;
        }

        .service_section .box .detail-box a {
            color: #00204a;
            font-weight: 600;
        }

            .service_section .box .detail-box a:hover {
                color: #00bbf0;
            }

    .service_section .btn-box {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-top: 45px;
    }

        .service_section .btn-box a {
            display: inline-block;
            padding: 10px 45px;
            background-color: #00bbf0;
            color: #ffffff;
            border-radius: 0;
            -webkit-transition: all 0.3s;
            transition: all 0.3s;
            border: none;
        }

            .service_section .btn-box a:hover {
                background-color: #007fa4;
            }

.about_section {
    background-color: #00204a;
    color: #ffffff;
}

    .about_section .heading_container {
        margin-bottom: 45px;
    }

    .about_section .row {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .about_section .img-box img {
        max-width: 100%;
    }

    .about_section .detail-box h3 {
        font-weight: bold;
    }

    .about_section .detail-box p {
        margin-top: 15px;
    }

    .about_section .detail-box a {
        display: inline-block;
        padding: 10px 45px;
        background-color: #00bbf0;
        color: #ffffff;
        border-radius: 0px;
        -webkit-transition: all 0.3s;
        transition: all 0.3s;
        border: none;
        margin-top: 15px;
    }

        .about_section .detail-box a:hover {
            background-color: #007fa4;
        }

.why_section .box {
    margin-top: 45px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
}

    .why_section .box .img-box {
        margin-bottom: 20px;
        width: 120px;
        height: 120px;
        min-width: 120px;
        min-height: 120px;
        border-radius: 100%;
        border: 5px solid #00204a;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

        .why_section .box .img-box img {
            width: 55px;
            height: auto;
            fill: #00204a;
        }

    .why_section .box h5 {
        font-weight: bold;
        margin-bottom: 10px;
    }

    .why_section .box p {
        margin-bottom: 0;
    }

.why_section .btn-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 45px;
}

    .why_section .btn-box a {
        display: inline-block;
        padding: 10px 45px;
        background-color: #00bbf0;
        color: #ffffff;
        border-radius: 0;
        -webkit-transition: all 0.3s;
        transition: all 0.3s;
        border: none;
    }

        .why_section .btn-box a:hover {
            background-color: #007fa4;
        }

/*team section */
.team_section {
    text-align: center;
    background-color: #00204a;
    color: #ffffff;
}

    .team_section .heading_container {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .team_section .team_container {
        padding: 0 15px;
    }

        .team_section .team_container .box {
            padding: 35px 0 0 0;
            border-radius: 5px;
            overflow: hidden;
            -webkit-transition: all .1s;
            transition: all .1s;
            margin-top: 45px;
            background: -webkit-gradient(linear, left top, left bottom, from(#002759), to(#002b64));
            background: linear-gradient(to bottom, #002759, #002b64);
        }

            .team_section .team_container .box .img-box {
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-pack: center;
                -ms-flex-pack: center;
                justify-content: center;
                -webkit-box-align: center;
                -ms-flex-align: center;
                align-items: center;
            }

                .team_section .team_container .box .img-box img {
                    width: 120px;
                    border-radius: 100%;
                    border: 5px solid #ffffff;
                }

            .team_section .team_container .box .detail-box {
                margin: 25px 0;
            }

                .team_section .team_container .box .detail-box h5 {
                    color: #00bbf0;
                    font-weight: 600;
                    position: relative;
                }

            .team_section .team_container .box .social_box {
                padding: 10px 45px 20px 45px;
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-pack: justify;
                -ms-flex-pack: justify;
                justify-content: space-between;
            }

                .team_section .team_container .box .social_box a {
                    color: #ffffff;
                    font-size: 22px;
                }

                    .team_section .team_container .box .social_box a:hover {
                        color: #00bbf0;
                    }

/*team section end*/
/* client section start */
.client_section .heading_container {
    margin-bottom: 30px;
}

.client_section .box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 15px;
}

    .client_section .box .img-box {
        position: relative;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        width: 100px;
        margin-bottom: -50px;
        margin-left: 25px;
        position: relative;
    }

        .client_section .box .img-box img {
            border-radius: 100%;
        }

    .client_section .box .client_id {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

        .client_section .box .client_id .client_info h6 {
            font-weight: 600;
            margin-bottom: 5px;
        }

        .client_section .box .client_id .client_info p {
            margin-bottom: 0;
            font-size: 15px;
            font-size: 14px;
            margin-bottom: 10px;
        }

    .client_section .box .detail-box {
        background-color: #ffffff;
        -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.15);
        box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.15);
        padding: 75px 25px 25px 25px;
    }

        .client_section .box .detail-box i {
            color: #00204a;
            margin-bottom: 10px;
        }

.client_section .owl-carousel .owl-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 45px;
}

    .client_section .owl-carousel .owl-nav .owl-prev,
    .client_section .owl-carousel .owl-nav .owl-next {
        width: 55px;
        height: 55px;
        background-color: #ffffff;
        color: #000000;
        outline: none;
        bottom: 0px;
        font-size: 24px;
        -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.25);
        box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.25);
    }

        .client_section .owl-carousel .owl-nav .owl-prev:hover,
        .client_section .owl-carousel .owl-nav .owl-next:hover {
            color: #00204a;
        }

/* client section end */
.info_section {
    background-color: #00204a;
    color: #ffffff;
    padding: 45px 0 15px 0;
}

    .info_section h4 {
        font-weight: 600;
        margin-bottom: 20px;
    }

    .info_section .info_col {
        margin-bottom: 30px;
    }

    .info_section .info_contact .contact_link_box {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

        .info_section .info_contact .contact_link_box a {
            margin: 5px 0;
            color: #ffffff;
        }

            .info_section .info_contact .contact_link_box a i {
                margin-right: 5px;
            }

            .info_section .info_contact .contact_link_box a:hover {
                color: #00bbf0;
            }

    .info_section .info_social {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin-top: 20px;
        margin-bottom: 10px;
    }

        .info_section .info_social a {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            color: #ffffff;
            border-radius: 100%;
            margin-right: 10px;
            font-size: 24px;
        }

            .info_section .info_social a:hover {
                color: #00bbf0;
            }

    .info_section .info_links {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

        .info_section .info_links a {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            margin-bottom: 15px;
            color: #ffffff;
        }

            .info_section .info_links a:hover {
                color: #00bbf0;
            }

    .info_section form input {
        border: none;
        border-bottom: 1px solid #ffffff;
        background-color: transparent;
        width: 100%;
        height: 45px;
        color: #ffffff;
        outline: none;
    }

        .info_section form input::-webkit-input-placeholder {
            color: #ffffff;
        }

        .info_section form input:-ms-input-placeholder {
            color: #ffffff;
        }

        .info_section form input::-ms-input-placeholder {
            color: #ffffff;
        }

        .info_section form input::placeholder {
            color: #ffffff;
        }

    .info_section form button {
        width: 100%;
        text-align: center;
        display: inline-block;
        padding: 10px 55px;
        background-color: #00bbf0;
        color: #ffffff;
        border-radius: 0;
        -webkit-transition: all 0.3s;
        transition: all 0.3s;
        border: none;
        margin-top: 15px;
    }

        .info_section form button:hover {
            background-color: #007fa4;
        }
.top-bar {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    min-width: 1090px;
    z-index: 1050;
    background-color: #242729;
    transition: box-shadow cubic-bezier(.165, .84, .44, 1) .25s;
    height: 50px;
    box-sizing: border-box;
    font-family: Arial,"Helvetica Neue",Helvetica,sans-serif
}

    .top-bar input[type="text"] {
        font-family: Arial,"Helvetica Neue",Helvetica,sans-serif
    }

    .top-bar .-container {
        max-width: 1060px;
        width: 100%;
        height: 100%;
        margin: 0 auto;
        position: relative;
        padding: 0 15px;
        box-sizing: content-box;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -webkit-align-items: center;
        align-items: center
    }

    .top-bar .-main {
        height: 100%;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -webkit-align-items: center;
        align-items: center
    }

    .top-bar .-logo {
        box-sizing: content-box;
        padding: 0 12px;
        height: 100%;
        -webkit-flex: 1 0 auto;
        flex: 1 0 auto;
        display: -webkit-flex;
        display: flex;
        -webkit-align-items: center;
        align-items: center;
        background-color: transparent;
        transition: background-color cubic-bezier(.165, .84, .44, 1) .25s
    }

        .top-bar .-logo .-img {
            display: inline-block;
            text-indent: -9999em;
            height: 30px;
            width: 150px;
            margin-top: -4px;
            margin-left: 0;
            background-position: 0 -500px
        }

            .top-bar .-logo .-img._glyph {
                height: 30px;
                width: 25px;
                margin-top: 0;
                margin-left: 0
            }

    .top-bar a.-logo:hover {
        background-color: rgba(59,64,69,0.75)
    }

    .top-bar a.-logo.topbar-icon-on {
        background-color: rgba(59,64,69,0.75)
    }

    .top-bar .-feature-notice {
        text-decoration: none;
        height: 100%;
        display: inline-flex;
        -webkit-align-items: center;
        align-items: center;
        margin: 0 4px 0 0
    }

        .top-bar .-feature-notice span {
            border-radius: 2px;
            background-color: #9fa6ad;
            color: #FFF;
            font-weight: bold;
            font-size: 11px;
            text-transform: uppercase;
            padding: 4px 8px;
            margin: 0 8px
        }

        .top-bar .-feature-notice:hover, .top-bar .-feature-notice.topbar-icon-on {
            background-color: rgba(59,64,69,0.75)
        }

            .top-bar .-feature-notice:hover span, .top-bar .-feature-notice.topbar-icon-on span {
                background-color: #d6d9dc
            }

        .top-bar .-feature-notice.unread-feature-notice span {
            background-color: #F48024 !important
        }

    .top-bar .-actions {
        display: -webkit-flex;
        display: flex;
        -webkit-align-items: center;
        align-items: center;
        margin-left: auto;
        padding-left: 48px;
        height: 100%
    }

@media screen and (-ms-high-contrast:active),screen and (-ms-high-contrast:none) {
    .top-bar .-actions {
        margin-left: 0
    }
}

.top-bar .-actions .-ctas {
    padding-left: 4px;
    white-space: nowrap
}

    .top-bar .-actions .-ctas .btn-clear {
        font-weight: normal;
        background: none;
        border: 1px solid transparent;
        border-radius: 2px;
        box-shadow: none;
        color: rgba(255,255,255,0.85);
        background-color: transparent
    }

        .top-bar .-actions .-ctas .btn-clear:hover, .top-bar .-actions .-ctas .btn-clear:focus {
            color: rgba(255,255,255,0.85);
            background-color: rgba(255,255,255,0.1);
            border-color: transparent;
            box-shadow: none
        }

    .top-bar .-actions .-ctas .btn-topbar-primary {
        font-weight: normal;
        background: none;
        border: 1px solid transparent;
        border-radius: 2px;
        box-shadow: none;
        color: #FFF;
        background-color: #0095ff;
        border: 1px solid #07c;
        box-shadow: inset 0 1px 0 #66bfff
    }

        .top-bar .-actions .-ctas .btn-topbar-primary:hover, .top-bar .-actions .-ctas .btn-topbar-primary:focus {
            color: rgba(255,255,255,0.9);
            background-color: #07c;
            border-color: #005999;
            box-shadow: inset 0 1px 0 #3af
        }

.top-bar * {
    box-sizing: border-box
}

.top-bar .navigation {
    font-size: 14px;
    height: 100%;
    max-width: 500px;
    opacity: 1;
    transform-origin: left center;
    transition: opacity .3s ease-in,max-width .3s ease-in;
    -webkit-flex: 1 0 auto;
    flex: 1 0 auto
}

    .top-bar .navigation .-list {
        list-style: none;
        margin: 0;
        padding: 0;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-flow: row nowrap;
        flex-flow: row nowrap;
        height: 100%
    }

    .top-bar .navigation .-item {
        display: inline-flex;
        line-height: 1
    }

        .top-bar .navigation .-item._current .-link {
            color: #FFF;
            font-weight: bold
        }

    .top-bar .navigation .-link {
        display: inline-flex;
        -webkit-align-items: center;
        align-items: center;
        padding: 0 12px;
        color: #bbc0c4;
        text-decoration: none;
        white-space: nowrap;
        position: relative;
        transition: background-color cubic-bezier(.165, .84, .44, 1) .25s,border-bottom-color ease-in-out .25s
    }

        .top-bar .navigation .-link:hover, .top-bar .navigation .-link:focus {
            background-color: #3b4045;
            color: #eff0f1;
            text-decoration: none;
            outline: none
        }

    .top-bar .navigation .new-badge {
        background-color: #F48024;
        color: #FFF;
        font-size: 11px;
        padding: 2px 4px;
        text-transform: uppercase;
        border-radius: 0 0 2px 2px;
        line-height: 1;
        position: absolute;
        right: 12px;
        top: 0
    }

    .top-bar .navigation .beta-badge {
        color: #bbc0c4;
        font-size: 10px;
        padding: 2px 0;
        text-transform: uppercase;
        border-radius: 0 0 2px 2px;
        line-height: 1;
        position: absolute;
        right: 12px;
        top: 35px
    }

.top-bar .secondary-nav {
    height: 100%
}

    .top-bar .secondary-nav .-list {
        list-style: none;
        margin: 0;
        padding: 0;
        height: 100%;
        display: -webkit-flex;
        display: flex
    }

    .top-bar .secondary-nav .-item {
        position: relative;
        display: inline-flex;
        padding-bottom: 0
    }

        .top-bar .secondary-nav .-item .-link:hover {
            color: #d6d9dc;
            background-color: #3b4045;
            text-decoration: none
        }

            .top-bar .secondary-nav .-item .-link:hover .indicator-badge {
                border-color: #3b4045;
                top: 4px
            }

        .top-bar .secondary-nav .-item._active, .top-bar .secondary-nav .-item .-link.topbar-icon-on, .top-bar .secondary-nav .-item .-link.topbar-icon-on:hover {
            color: #3b4045;
            background-color: #eff0f1;
            text-decoration: none
        }

            .top-bar .secondary-nav .-item._active .indicator-badge, .top-bar .secondary-nav .-item .-link.topbar-icon-on .indicator-badge, .top-bar .secondary-nav .-item .-link.topbar-icon-on:hover .indicator-badge {
                border-color: #eff0f1;
                top: 4px
            }

        .top-bar .secondary-nav .-item .-link.topbar-icon-on {
            background-color: #eff0f1
        }

            .top-bar .secondary-nav .-item .-link.topbar-icon-on .indicator-badge {
                border-color: #eff0f1
            }

        .top-bar .secondary-nav .-item._has-divider {
            border-left: 1px solid rgba(159,166,173,0.2)
        }

    .top-bar .secondary-nav .-link {
        color: #9fa6ad;
        display: inline-flex;
        -webkit-align-items: center;
        align-items: center;
        padding: 0 10px;
        text-decoration: none;
        white-space: nowrap;
        position: relative;
        transition: background-color cubic-bezier(.165, .84, .44, 1) .25s,color cubic-bezier(.165, .84, .44, 1) .25s
    }

        .top-bar .secondary-nav .-link .svg-icon {
            vertical-align: text-top;
            transform: rotate(360deg)
        }

        .top-bar .secondary-nav .-link .indicator-badge:not(._regular) {
            position: absolute;
            top: 8px;
            right: 2px;
            transition: top cubic-bezier(.165, .84, .44, 1) .15s
        }

        .top-bar .secondary-nav .-link._highlighted-positive, .top-bar .secondary-nav .-link._highlighted-positive:hover, .top-bar .secondary-nav .-link._highlighted-positive.topbar-icon-on {
            color: #45A163
        }

            .top-bar .secondary-nav .-link._highlighted-positive._exp, .top-bar .secondary-nav .-link._highlighted-positive:hover._exp, .top-bar .secondary-nav .-link._highlighted-positive.topbar-icon-on._exp {
                color: #C91D2E
            }

        .top-bar .secondary-nav .-link._highlighted-mod, .top-bar .secondary-nav .-link._highlighted-mod:hover, .top-bar .secondary-nav .-link._highlighted-mod.topbar-icon-on {
            color: #07C
        }

        .top-bar .secondary-nav .-link._highlighted-reviews, .top-bar .secondary-nav .-link._highlighted-reviews:hover, .top-bar .secondary-nav .-link._highlighted-reviews.topbar-icon-on {
            color: #da670b
        }

        .top-bar .secondary-nav .-link._highlighted-announcement, .top-bar .secondary-nav .-link._highlighted-announcement:hover, .top-bar .secondary-nav .-link._highlighted-announcement.topbar-icon-on {
            color: #F48024
        }

        .top-bar .secondary-nav .-link._text-only {
            padding: 0 4px
        }

        .top-bar .secondary-nav .-link._danger-indicator:after {
            content: '';
            width: 10px;
            height: 10px;
            border-radius: 50%;
            position: absolute;
            right: 2px;
            top: 10px;
            box-sizing: content-box;
            background: #C91D2E;
            z-index: 2;
            border: 2px solid #242729;
            transition: top cubic-bezier(.165, .84, .44, 1) .15s
        }

        .top-bar .secondary-nav .-link._danger-indicator:hover:after {
            top: 6px;
            border-color: #3b4045
        }

    .top-bar .secondary-nav .tour-bubble {
        top: 55px;
        right: -19px
    }

.top-bar .indicator-badge {
    background-color: #07C;
    color: #FFF;
    font-size: 10px;
    line-height: 1;
    padding: 2px 3px;
    border-radius: 4px;
    background-clip: padding-box;
    display: inline-block;
    min-width: 18px;
    text-align: center;
    border: 2px solid #242729
}

    .top-bar .indicator-badge._regular {
        font-size: 12px;
        padding: 4px
    }

    .top-bar .indicator-badge._positive {
        background-color: #45A163
    }

        .top-bar .indicator-badge._positive._exp {
            background-color: #C91D2E
        }

    .top-bar .indicator-badge._important {
        background-color: #C91D2E
    }

    .top-bar .indicator-badge._reviews {
        background-color: #da670b
    }

    .top-bar .indicator-badge._mod {
        background-color: #07C
    }

    .top-bar .indicator-badge._announcement {
        background-color: #F48024
    }

.top-bar .my-profile {
    padding: 0 12px;
    height: 100%;
    transition: background-color cubic-bezier(.165, .84, .44, 1) .25s;
    font-size: 12px;
    color: #FFF;
    white-space: nowrap;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-align-items: center;
    align-items: center
}

    .top-bar .my-profile:hover {
        background-color: #3b4045;
        color: #FFF;
        text-decoration: none
    }

    .top-bar .my-profile .gravatar-wrapper-24 .-avatar {
        border-radius: 2px;
        vertical-align: middle
    }

    .top-bar .my-profile .-rep {
        padding-left: 8px;
        font-weight: bold;
        color: inherit
    }

    .top-bar .my-profile .-badges {
        color: #eff0f1
    }

        .top-bar .my-profile .-badges > span {
            padding-left: 6px
        }

        .top-bar .my-profile .-badges .badge1, .top-bar .my-profile .-badges .badge2, .top-bar .my-profile .-badges .badge3 {
            text-indent: -9999em
        }

        .top-bar .my-profile .-badges .badgecount {
            font-weight: normal
        }

        .top-bar .my-profile .-badges .badge1 + .badgecount {
            color: #FFCC01
        }

        .top-bar .my-profile .-badges .badge2 + .badgecount {
            color: #B4B8BC
        }

        .top-bar .my-profile .-badges .badge3 + .badgecount {
            color: #D1A684
        }

.top-bar .searchbar {
    padding-left: 12px;
    -webkit-flex: 1 1 auto;
    flex: 1 1 auto;
    max-width: 400px;
    position: relative
}

    .top-bar .searchbar input[type="text"].f-input {
        margin: 0;
        height: 36px;
        border-width: 1px;
        border-color: #3b4045;
        border-radius: 3px;
        width: 100%;
        font-size: 14px;
        background-color: #3b4045;
        box-shadow: none;
        color: #e4e6e8
    }

        .top-bar .searchbar input[type="text"].f-input:hover {
            border-color: #535a60;
            box-shadow: 0 0 2px rgba(239,240,241,0.25)
        }

        .top-bar .searchbar input[type="text"].f-input:focus {
            background-color: #3b4045;
            border-color: #6a737c;
            box-shadow: 0 0 5px rgba(132,141,149,0.5)
        }

        .top-bar .searchbar input[type="text"].f-input::-webkit-input-placeholder {
            color: #bbc0c4;
            font-style: normal
        }

        .top-bar .searchbar input[type="text"].f-input::-moz-placeholder {
            color: #bbc0c4;
            font-style: normal;
            opacity: 1
        }

        .top-bar .searchbar input[type="text"].f-input:-ms-input-placeholder {
            color: #bbc0c4;
            font-style: normal
        }

        .top-bar .searchbar input[type="text"].f-input::-ms-input-placeholder {
            color: #bbc0c4;
            font-style: normal
        }

        .top-bar .searchbar input[type="text"].f-input::placeholder {
            color: #bbc0c4;
            font-style: normal
        }

    .top-bar .searchbar .btn-topbar-primary {
        font-weight: normal;
        background: none;
        border: 1px solid transparent;
        border-radius: 2px;
        box-shadow: none;
        color: #FFF;
        background-color: #0095ff;
        border: 1px solid #07c;
        box-shadow: inset 0 1px 0 #66bfff;
        height: 36px;
        opacity: 0;
        margin: 0;
        position: absolute;
        right: 0;
        top: 50%;
        transform: translateY(-50%);
        border-radius: 0 3px 3px 0;
        z-index: -1;
        padding: 0 12px;
        transition: opacity .35s cubic-bezier(.165, .84, .44, 1)
    }

        .top-bar .searchbar .btn-topbar-primary:hover, .top-bar .searchbar .btn-topbar-primary:focus {
            color: rgba(255,255,255,0.9);
            background-color: #07c;
            border-color: #005999;
            box-shadow: inset 0 1px 0 #3af
        }

.top-bar._search-open .navigation {
    opacity: 0;
    max-width: 0
}

.top-bar._search-open .searchbar input[type="text"].f-input {
    background-color: #3b4045;
    padding-right: 50px
}

.top-bar._search-open .searchbar .btn-topbar-primary {
    opacity: 1;
    transform: translateY(-50%) translateX(1px);
    z-index: 0
}

.top-bar-for-debug .top-bar {
    position: absolute;
    top: auto
}

.top-bar-for-debug.topbar-for-debug {
    margin-top: 85px
}

.top-bar-for-debug .cache-info {
    top: 145px
}

@media screen and (max-width:1090px) {
    .top-bar .-container {
        padding-left: 0;
        padding-right: 0;
        margin: 0;
        max-width: calc(100vw - 24px)
    }

    .top-bar .-actions {
        padding-left: 24px
    }

    .top-bar .navigation .-link {
        padding: 0 8px
    }

    .top-bar .navigation .beta-badge {
        right: 8px
    }

    .top-bar .my-profile {
        padding-left: 5px;
        padding-right: 5px
    }
}

@media screen and (max-width:920px) {
    .top-bar .navigation {
        font-size: 12px
    }

    .top-bar .searchbar input[type="text"].f-input {
        font-size: 12px
    }

    .top-bar .my-profile .-badges, .top-bar .my-profile .-rep {
        display: none
    }
}

.question-list-layout {
    margin: 0;
    right: -332px;
    top: 38px
}

.top-bar._fixed ~ .container.topic-page .workbench.sticky, .top-bar._fixed ~ .container .sticky:not(.sticky-bottom).job-requirements-form {
    top: 50px
}

.top-bar._fixed ~ .container .sticky-menu-wrapper._sticky {
    top: 50px
}
/* footer section*/
.footer_section {
    position: relative;
    background-color: #ffffff;
    text-align: center;
}

    .footer_section p {
        color: #00204a;
        padding: 25px 0;
        margin: 0;
    }

        .footer_section p a {
            color: inherit;
        }
/*# sourceMappingURL=style.css.map */
