﻿
/*========= STYLES ========= */
body {
    font-family: 'Montserrat', sans-serif !important;
}

a:hover {
    text-decoration: none !important;
}

a:active {
    text-decoration: none !important;
}

a:focus {
    text-decoration: none !important;
}

.navbar-inverse {
    background-color: #f7f7f7 !important;
    border: 0px !important;
    border-color: none !important;
    padding: 20px 0 15px 0;
}

    .navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
        border-color: #f7f7f7 !important;
    }

.navbar {
    margin-bottom: 0px !important;
}

.mainHeader_left {
    float: left;
}

.mainHeader_right {
    float: right;
}

/*========= SEARCH FIELD ========= */

.search-form .form-group {
    float: right !important;
    transition: all 0.35s, border-radius 0s;
    width: 0px;
    height: 32px;
    background-color: #f7f7f7;
}

    .search-form .form-group input.form-control {
        padding-right: 20px;
        border: 0 none;
        background: #fff;
        box-shadow: none;
        display: block;
        margin-top: 0px;
        height: 33px;
    }

        .search-form .form-group input.form-control::-webkit-input-placeholder {
            display: none;
        }

        .search-form .form-group input.form-control:-moz-placeholder {
            /* Firefox 18- */
            display: none;
        }

        .search-form .form-group input.form-control::-moz-placeholder {
            /* Firefox 19+ */
            display: none;
        }

        .search-form .form-group input.form-control:-ms-input-placeholder {
            display: none;
        }

    .search-form .form-group:hover,
    .search-form .form-group.hover {
        width: 100%;
        border-radius: 4px 25px 25px 4px;
        padding-right: 30px;
    }

    .search-form .form-group span.form-control-feedback {
        position: absolute;
        top: -1px;
        right: -2px;
        z-index: 2;
        display: block;
        width: 34px;
        height: 34px;
        line-height: 34px;
        text-align: center;
        color: #363636;
        left: initial;
        font-size: 24px;
    }

.heading_title {
    font-weight: 400;
    color: #004165;
    font-family: 'Montserrat', sans-serif !important;
    font-size: 48px;
    margin-top: 0px;
    margin-bottom: 30px;
}

    .heading_title span {
        color: #fb4f14 !important;
        font-size: 48px;
        font-weight: 600;
        letter-spacing: -1px;
    }

.about_bg {
    background: url(../Content/img/about-image.jpg) center center no-repeat;
    background-size: cover;
}

.bootstrap-select > .btn {
    background-color: transparent !important;
    border: 0px !important;
}

.flag-icon {
    font-size: 24px !important;
    margin-right: 3px;
}

.bootstrap-select.btn-group .btn .filter-option {
    text-align: inherit !important;
}

.caret {
    border-top: 6px dashed !important;
}

.has-feedback label.sr-only ~ .form-control-feedback {
    top: 2px !important;
}

.bootstrap-select .btn:focus {
    outline: inherit;
    outline: inherit !important;
    outline-offset: inherit !important;
}

.btn-default.active.focus, .btn-default.active:focus, .btn-default.active:hover, .btn-default:active.focus, .btn-default:active:focus, .btn-default:active:hover, .open > .dropdown-toggle.btn-default.focus, .open > .dropdown-toggle.btn-default:focus, .open > .dropdown-toggle.btn-default:hover {
    background-color: transparent !important;
    border: 0px !important;
    color: inherit !important;
}

.btn-group.open .dropdown-toggle {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.btn:active, .btn.active {
    box-shadow: none !important;
}

.bootstrap-select.btn-group.fit-width .btn .caret {
    color: #939393 !important;
}

.about_bg_inner {
    padding: 50px 0;
}

    .about_bg_inner p {
        color: #fff;
        font-size: 18px;
        font-family: 'Montserrat', sans-serif !important;
        font-weight: 400;
        margin-bottom: 32px;
    }

    .about_bg_inner h6 {
        color: #fff;
        font-size: 36px;
        font-family: 'Montserrat', sans-serif !important;
        font-weight: 400;
    }

    .about_bg_inner a {
        color: #fff;
        font-size: 18px;
        font-family: 'Montserrat', sans-serif !important;
        font-weight: 400;
        padding: 20px 70px;
        border: 2px solid #fff;
        margin-top: 32px;
        display: inline-block;
        border-radius: 50px;
    }

.about_button {
    width: 100%;
    text-align: center;
}

.about_bg_inner a:hover {
    text-decoration: none;
    color: #fff;
    background-color: #fb4f14;
    border-color: #fb4f14;
}

#products p {
    color: #3d3d3d;
    font-size: 16px !important;
    font-family: 'Montserrat', sans-serif !important;
    font-weight: 400;
    margin-bottom: 25px;
}

#spotlight {
    font-size: 18px;
    font-family: 'Montserrat', sans-serif !important;
    font-weight: 400;
    color: #3d3d3d;
}

.Chatter_thumbnail p {
    color: #3d3d3d;
    font-size: 16px !important;
    font-family: 'Montserrat', sans-serif !important;
    font-weight: 400;
}

.Chatter_thumbnail {
    width: 100%;
    border: 1px solid #dedede;
    margin-bottom: 15px;
    padding: 60px 0px 0px 0px;
}

    .Chatter_thumbnail:hover {
        border: 1px solid #fb4f14;
        transition: all 300ms ease-in-out;
    }

    .Chatter_thumbnail p {
        color: #3d3d3d;
        font-size: 14px;
        font-family: 'Montserrat', sans-serif !important;
        font-weight: 400;
        padding: 35px 15px 50px 15px;
        min-height: 217px;
    }

.thumbnail_icon {
    text-align: center;
}

.Chatter_thumbnail .thumbnail_img img {
    height: 268px;
    width: 80%;
}

.service_bg {
    background-color: #f2f2f2;
    width: 100%;
    padding: 25px 0 100px 0;
}

    .service_bg p {
        margin-bottom: 20px;
        color: #3d3d3d;
        font-size: 18px;
    }

.wallet_Image {
    text-align: center;
    padding-top: 30px;
}

.img_button {
    text-align: center;
}

    .img_button img {
        border: 3px solid #fb4f14;
        padding: 15px 30px;
        cursor: pointer;
        border-radius: 50px;
    }

.width_adjustmnt {
    padding-right: 0px !important
}

.Chatter_thumbnail a {
    color: #fb4f14 !important;
    font-size: 14px !important;
    font-family: 'Montserrat', sans-serif !important;
    font-weight: 400;
    padding: 15px 0;
    width: 100% !important;
    background-color: #f5f5f5;
    display: inline-block;
    text-decoration: none;
    cursor: pointer;
    text-align: center;
}

    .Chatter_thumbnail a:hover {
        background-color: #fb4f14;
        color: #fff !important;
        transition: all 300ms ease-in-out;
        text-decoration: none;
    }

#portfolio p {
    font-size: 18px;
    color: #3d3d3d;
    font-family: 'Montserrat', sans-serif !important;
    margin-bottom: 20px;
}

.prtfolio_bg {
    background: url(../Content/img/solution-image.jpg) center center no-repeat;
    background-size: cover;
    padding-top: 25px;
    padding-bottom: 70px;
}

.panel-group .panel {
    margin-bottom: 8px !important;
}

#slideImg {
    margin: 0px auto;
    background-color: #fff;
    padding: 0px 20px;
    position: relative;
    border-top: 1px solid #adadad;
    padding-top: 35px;
    padding-bottom: 25px;
    border-bottom: 1px solid #adadad;
}

    #slideImg ul {
        list-style: none;
    }

    #slideImg li {
        float: left;
        margin: 0 12px;
    }

.rotate-prev {
    position: absolute;
}

#slideImg li img {
    vertical-align: bottom;
    height: 36px;
    width: 100%;
}

#slideImg li {
    margin: 0 40px;
}

.contactUS_thumbnail_heading {
    font-size: 30px;
    font-family: 'Montserrat', sans-serif !important;
    color: #3d3d3d;
    margin: 0px;
}

.contactUS_thumbnail_para {
    font-size: 18px;
    font-family: 'Montserrat', sans-serif !important;
    color: #3d3d3d;
    padding: 25px 0 60px 0;
    margin: 0px;
    font-weight: 400;
}

.contactUS_thumbnail_phone {
    font-size: 23px;
    font-family: 'Montserrat', sans-serif !important;
    color: #fb4f14;
    margin: 0px;
    font-weight: 500;
}

    .contactUS_thumbnail_phone span {
        padding-right: 20px;
    }

.margin_btm {
    margin-bottom: 100px;
}

.mainFooter {
    background-color: #004165;
    padding-top: 30px;
    padding-bottom: 30px;
}

.footer_heading {
    border-bottom: 1px solid #3b7493;
    margin-bottom: 20px;
}

    .footer_heading h3 {
        color: #fff;
        font-size: 30px;
        margin-bottom: 23px;
        font-family: 'Montserrat', sans-serif !important;
        margin-top: 0;
    }

footer {
    background-color: #003552;
    padding: 17px 0;
}

    footer p {
        color: #fff;
        font-size: 12px;
        font-weight: 400;
        font-family: 'Montserrat', sans-serif !important;
        margin: 0;
    }

.footer_mainNav {
    padding-top: 30px;
}

    .footer_mainNav ul {
        padding-left: 0;
    }

        .footer_mainNav ul li {
            list-style-type: none;
        }

    .footer_mainNav a {
        color: #fff;
        font-size: 18px;
        padding-bottom: 30px;
        margin-top: 0px;
        margin-bottom: 0;
        display: inline-block;
    }

        .footer_mainNav a:hover {
            color: #fb4f14;
        }

@import url('http://getbootstrap.com/dist/css/bootstrap.css');

.tree,
.tree ul {
    margin: 0;
    padding: 0;
    list-style: none
}

    .tree ul {
        margin-left: 1em;
        position: relative
    }

        .tree ul ul {
            margin-left: .5em
        }

        .tree ul:before {
            content: "";
            display: block;
            width: 0;
            position: absolute;
            top: 0;
            bottom: 0;
            left: 0;
            border-left: 2px solid;
            height: 20px;
        }

    .tree li {
        margin: 0;
        padding: 0 2em;
        line-height: 2em;
        color: #fff;
        font-weight: 500;
        position: relative;
        font-family: 'Montserrat', sans-serif !important;
        font-size: 18px;
        margin-bottom: 10px;
        padding-left: 0;
    }

    .tree ul li:first-child:before {
        content: "";
        display: block;
        width: 22px;
        height: 0;
        border-top: 2px solid #fff;
        margin-top: -1px;
        position: absolute;
        top: 1em;
        left: 0
    }

.indicator {
    margin-right: 5px;
}


.footerInner_nav {
    width: 100%;
    margin-left: 45px !important;
}

    .footerInner_nav li {
        color: #94d4f8;
        font-family: 'Montserrat', sans-serif !important;
        font-weight: 300;
        font-size: 12px;
        display: inline-block;
        padding: 0 20px !important;
    }

        .footerInner_nav li:first-child {
            padding-left: 40px !important;
        }

.detial-model .modal-content {
    float: left;
    padding: 100px 0;
    min-height: 100%;
    width: 101%;
    border: 0;
    border-radius: 0;
    font-size: 15px;
    font-weight: 300;
    text-align: center;
    background-clip: border-box;
    -webkit-box-shadow: none;
    box-shadow: none;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+50,f6f6f6+100 */
    background: #ffffff; /* Old browsers */
    background: -moz-linear-gradient(top, #ffffff 50%, #f6f6f6 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #ffffff 50%, #f6f6f6 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #ffffff 50%, #f6f6f6 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f6f6f6', GradientType=0 ); /* IE6-9 */
}

    .detial-model .modal-content h2 {
        margin-bottom: 15px;
        font-size: 30px;
        font-weight: 600;
        text-align: center;
    }

    .detial-model .modal-content p {
        margin-bottom: 30px;
        font-size: 15px;
        color: #000;
    }

        .detial-model .modal-content p.item-intro {
            margin: 20px 0 30px;
            font-style: italic;
            font-size: 16px;
        }

    .detial-model .modal-content ul.list-inline {
        margin-top: 0;
        margin-bottom: 30px;
    }

        .detial-model .modal-content ul.list-inline span {
            font-weight: 600;
        }

    .detial-model .modal-content img {
        margin: 30px auto;
    }

.detial-model .close-modal {
    position: absolute;
    top: 25px;
    right: 25px;
    width: 75px;
    height: 30px;
    background-color: transparent;
    cursor: pointer !important;
}

    .detial-model .close-modal:hover {
        opacity: .3 !important;
    }

    .detial-model .close-modal .lr {
        z-index: 1051;
        width: 2px;
        height: 30px;
        margin-left: 35px;
        background-color: #222;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
    }

        .detial-model .close-modal .lr .rl {
            z-index: 1052;
            width: 2px;
            height: 30px;
            background-color: #222;
            -webkit-transform: rotate(90deg);
            -ms-transform: rotate(90deg);
            transform: rotate(90deg);
        }

.detial-model .btn-primary {
    color: #777;
    background-color: transparent;
    border: 2px solid #ddd;
    border-radius: 0;
    margin: 0 auto;
    display: block;
}

    .detial-model .btn-primary:hover, .detial-model .btn-primary:focus, .detial-model .btn-primary.focus, .detial-model .btn-primary:active, .detial-model .btn-primary.active {
        color: #fff;
        background-color: #1487cb;
        border: 2px solid #1487cb;
    }

.modal-backdrop.in {
    opacity: 0 !important;
}

.background-color-modal {
    background-color: inherit;
}

.thumbnail_logo_imge {
    width: 100%;
    text-align: center;
}

.thumbnail_logo_imgeName {
    width: 100%;
    text-align: center;
}

#header-sticky-wrapper {
    margin-top: -60px !important;
}

a:focus {
    outline: none !important;
    outline: none !important;
    outline-offset: inherit !important;
}

.about_bg_inner a:focus {
    color: #fff !important;
}

.about_bg_inner a:hover {
    color: #fff !important;
}

.about_bg_inner a:active {
    color: #fff !important;
}

.img_button img:hover {
    background-color: #fff !important;
}

.modal-backdrop {
    z-index: 0 !important;
}

.modal {
    overflow-x: hidden !important;
}

.dropdown-menu {
    min-width: 80px !important;
}
