html, body {
    overflow-x: hidden;
    font-family: sans-serif,"Microsoft YaHei",Arial !important;
    height: 100%;
    width: 100%;
    margin: 0;
    font-size: 16px !important;
    /*background-image: url('../img/header-bg.jpg');*/
}

.form-control, .custom-file-input {
    border: 1px solid #efefef;
    box-shadow: none;
}

    .form-control:focus, .btn:focus, .btn.focus, .custom-file-input:focus, .custom-file-label {
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
        border-color: rgba(0, 0, 0, 0.125);
    }

p {
    line-height: 1.75;
}

a {
    color: inherit;
}

    a:hover {
        color: inherit;
    }

.text-primary {
    color: #6EB92C !important;
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
    /*font-weight: 700;*/
    font-family: sans-serif,"Microsoft YaHei",Arial !important;
    line-height: 150%;
}

section {
    padding: 50px 0;
}

h1 {
    display: none;
}

section h2.section-heading {
    font-size: 40px;
    margin-top: 0;
    margin-bottom: 50px;
}

section h3.section-subheading {
    font-size: 16px;
    font-weight: 400;
    font-style: italic;
    margin-bottom: 75px;
    text-transform: none;
    font-family: sans-serif,"Microsoft YaHei",Arial !important;
}

/*@media (min-width: 768px) {
    section {
        padding: 150px 0;
    }
}*/

.btn {
    font-family: sans-serif,"Microsoft YaHei",Arial !important;
    font-weight: 700;
    white-space: nowrap;
    margin: inherit !important;
  }

.btn-xl {
    font-size: 18px;
    padding: 20px 40px;
}

.btn-sm-padding {
    padding: 9px;
    margin: 0;
}

.btn-primary {
    background-color: #fed136;
    border-color: #fed136;
    font-weight: 400 !important;
}

    .btn-primary:active, .btn-primary:focus, .btn-primary:hover {
        background-color: #fec810 !important;
        border-color: #fec810 !important;
        color: white;
    }

    .btn-primary:active, .btn-primary:focus {
        box-shadow: 0 0 0 0.2rem rgba(254, 209, 55, 0.5) !important;
    }

::-moz-selection {
    background: #fed136;
    text-shadow: none;
}

::selection {
    background: #fed136;
    text-shadow: none;
}

img {
    max-width: 100%;
}

img::selection {
    background: transparent;
}

img::-moz-selection {
    background: transparent;
}

.breadcrumb {
    padding: 7px;
    margin: 0;
    background-color: #fafafa;
    font-size: medium;
}


.my-1 {
    margin-top: -20px !important;
}

/*header.masthead {
    text-align: center;
    color: white;
    background-image: url("../img/header-bg.jpg");
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: center center;
    background-size: cover;
    height: 550px !important;
}*/

    header.masthead .intro-text {
        padding-top: 300px !important;
    }

        header.masthead .intro-text .intro-lead-in {
            font-size: 22px;
            font-style: italic;
            line-height: 22px;
            margin-bottom: 25px;
            font-family: sans-serif,"Microsoft YaHei",Arial !important;
        }

        header.masthead .intro-text .intro-heading {
            font-size: 40px;
            font-weight: 600;
            line-height: 50px;
            margin-bottom: 25px;
            font-family: sans-serif,"Microsoft YaHei",Arial !important;
        }

@media (min-width: 768px) {
    header.masthead .intro-text {
        padding-top: 300px;
        padding-bottom: 200px;
    }

        header.masthead .intro-text .intro-lead-in {
            font-size: 40px;
            font-style: italic;
            line-height: 40px;
            margin-bottom: 25px;
            font-family: sans-serif,"Microsoft YaHei",Arial !important;
        }

        header.masthead .intro-text .intro-heading {
            font-size: 60px;
            font-weight: 700;
            line-height: 75px;
            margin-bottom: 25px;
            font-family: sans-serif,"Microsoft YaHei",Arial !important;
        }
}

.service-heading {
    margin: 15px 0;
    text-transform: none;
}

#portfolio .portfolio-item {
    right: 0;
    margin: 0 0 15px;
}

    #portfolio .portfolio-item .portfolio-link {
        position: relative;
        display: block;
        max-width: 400px;
        margin: 0 auto;
        cursor: pointer;
    }

        #portfolio .portfolio-item .portfolio-link .portfolio-hover {
            position: absolute;
            width: 100%;
            height: 100%;
            -webkit-transition: all ease 0.5s;
            -moz-transition: all ease 0.5s;
            transition: all ease 0.5s;
            opacity: 0;
            background: rgba(110,185,44,0.9);
        }

            #portfolio .portfolio-item .portfolio-link .portfolio-hover:hover {
                opacity: 1;
            }

            #portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content {
                font-size: 20px;
                position: absolute;
                top: 50%;
                width: 100%;
                height: 20px;
                margin-top: -12px;
                text-align: center;
                color: white;
            }

                #portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content i {
                    margin-top: -12px;
                }

                #portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content h3,
                #portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content h4 {
                    margin: 0;
                }

    #portfolio .portfolio-item .portfolio-caption {
        max-width: 400px;
        margin: 0 auto;
        padding: 25px;
        text-align: center;
        background-color: #fff;
    }

        #portfolio .portfolio-item .portfolio-caption h4 {
            margin: 0;
            text-transform: none;
        }

        #portfolio .portfolio-item .portfolio-caption p {
            font-size: 16px;
            font-style: italic;
            margin: 0;
            font-family: sans-serif,"Microsoft YaHei",Arial !important;
        }

#portfolio * {
    z-index: 2;
}

@media (min-width: 767px) {
    #portfolio .portfolio-item {
        margin: 0 0 30px;
    }
}

.portfolio-modal {
    padding-right: 0px !important;
}

    .portfolio-modal .modal-dialog {
        margin: 1rem;
        max-width: 120vw;
    }

    .portfolio-modal .modal-content {
        padding: 100px 0;
        text-align: center;
    }

        .portfolio-modal .modal-content h2 {
            font-size: 3em;
            margin-bottom: 15px;
        }

        .portfolio-modal .modal-content p {
            margin-bottom: 30px;
        }

            .portfolio-modal .modal-content p.item-intro {
                font-size: 16px;
                font-style: italic;
                margin: 20px 0 30px;
                font-family: sans-serif,"Microsoft YaHei",Arial !important;
            }

        .portfolio-modal .modal-content ul.list-inline {
            margin-top: 0;
            margin-bottom: 30px;
        }

        .portfolio-modal .modal-content img {
            margin-bottom: 30px;
        }

        .portfolio-modal .modal-content button {
            cursor: pointer;
        }

    .portfolio-modal .close-modal {
        position: absolute;
        top: 25px;
        right: 25px;
        width: 75px;
        height: 75px;
        cursor: pointer;
        background-color: transparent;
    }

        .portfolio-modal .close-modal:hover {
            opacity: 0.3;
        }

        .portfolio-modal .close-modal .lr {
            /* Safari and Chrome */
            z-index: 1051;
            width: 1px;
            height: 75px;
            margin-left: 35px;
            /* IE 9 */
            -webkit-transform: rotate(45deg);
            -ms-transform: rotate(45deg);
            transform: rotate(45deg);
            background-color: #212529;
        }

            .portfolio-modal .close-modal .lr .rl {
                /* Safari and Chrome */
                z-index: 1052;
                width: 1px;
                height: 75px;
                /* IE 9 */
                -webkit-transform: rotate(90deg);
                -ms-transform: rotate(90deg);
                transform: rotate(90deg);
                background-color: #212529;
            }

.timeline {
    position: relative;
    padding: 0;
    list-style: none;
}

    .timeline:before {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 40px;
        width: 2px;
        margin-left: -1.5px;
        content: '';
        background-color: #e9ecef;
    }

    .timeline > li {
        position: relative;
        min-height: 50px;
        margin-bottom: 50px;
    }

        .timeline > li:after, .timeline > li:before {
            display: table;
            content: ' ';
        }

        .timeline > li:after {
            clear: both;
        }

        .timeline > li .timeline-panel {
            position: relative;
            float: right;
            width: 100%;
            padding: 0 20px 0 100px;
            text-align: left;
        }

            .timeline > li .timeline-panel:before {
                right: auto;
                left: -15px;
                border-right-width: 15px;
                border-left-width: 0;
            }

            .timeline > li .timeline-panel:after {
                right: auto;
                left: -14px;
                border-right-width: 14px;
                border-left-width: 0;
            }

        .timeline > li .timeline-image {
            position: absolute;
            z-index: 100;
            left: 0;
            width: 80px;
            height: 80px;
            margin-left: 0;
            text-align: center;
            color: white;
            border: 7px solid #e9ecef;
            border-radius: 100%;
            background-color: #fed136;
        }

            .timeline > li .timeline-image h4 {
                font-size: 10px;
                line-height: 14px;
                margin-top: 12px;
            }

        .timeline > li.timeline-inverted > .timeline-panel {
            float: right;
            padding: 0 20px 0 100px;
            text-align: left;
        }

            .timeline > li.timeline-inverted > .timeline-panel:before {
                right: auto;
                left: -15px;
                border-right-width: 15px;
                border-left-width: 0;
            }

            .timeline > li.timeline-inverted > .timeline-panel:after {
                right: auto;
                left: -14px;
                border-right-width: 14px;
                border-left-width: 0;
            }

        .timeline > li:last-child {
            margin-bottom: 0;
        }

    .timeline .timeline-heading h4 {
        margin-top: 0;
        color: inherit;
    }

        .timeline .timeline-heading h4.subheading {
            text-transform: none;
        }

    .timeline .timeline-body > ul,
    .timeline .timeline-body > p {
        margin-bottom: 0;
    }

@media (min-width: 768px) {
    .timeline:before {
        left: 50%;
    }

    .timeline > li {
        min-height: 100px;
        margin-bottom: 100px;
    }

        .timeline > li .timeline-panel {
            float: left;
            width: 41%;
            padding: 0 20px 20px 30px;
            text-align: right;
        }

        .timeline > li .timeline-image {
            left: 50%;
            width: 100px;
            height: 100px;
            margin-left: -50px;
        }

            .timeline > li .timeline-image h4 {
                font-size: 13px;
                line-height: 18px;
                margin-top: 16px;
            }

        .timeline > li.timeline-inverted > .timeline-panel {
            float: right;
            padding: 0 30px 20px 20px;
            text-align: left;
        }
}

@media (min-width: 992px) {
    .timeline > li {
        min-height: 150px;
    }

        .timeline > li .timeline-panel {
            padding: 0 20px 20px;
        }

        .timeline > li .timeline-image {
            width: 150px;
            height: 150px;
            margin-left: -75px;
        }

            .timeline > li .timeline-image h4 {
                font-size: 18px;
                line-height: 26px;
                margin-top: 30px;
            }

        .timeline > li.timeline-inverted > .timeline-panel {
            padding: 0 20px 20px;
        }
}

@media (min-width: 1200px) {
    .timeline > li {
        min-height: 170px;
    }

        .timeline > li .timeline-panel {
            padding: 0 20px 20px 100px;
        }

        .timeline > li .timeline-image {
            width: 170px;
            height: 170px;
            margin-left: -85px;
        }

            .timeline > li .timeline-image h4 {
                margin-top: 40px;
            }

        .timeline > li.timeline-inverted > .timeline-panel {
            padding: 0 100px 20px 20px;
        }
}

.team-member {
    margin-bottom: 50px;
    text-align: center;
}

    .team-member img {
        width: 180px;
        height: 180px;
        border: 3px solid #fff;
    }

    .team-member h4 {
        margin-top: 25px;
        margin-bottom: 0;
        text-transform: none;
    }

    .team-member p {
        margin-top: 0;
        text-align: left;
    }

section#contact {
    background-color: #212529;
    background-image: url("../img/map-image.png");
    background-repeat: no-repeat;
    background-position: center;
}

    section#contact .section-heading {
        color: #fff;
    }

    section#contact .form-group {
        margin-bottom: 25px;
    }

        section#contact .form-group input,
        section#contact .form-group textarea {
            padding: 20px;
        }

            section#contact .form-group input.form-control {
                height: auto;
            }

            section#contact .form-group textarea.form-control {
                height: 248px;
            }

    section#contact .form-control:focus {
        border-color: #fed136;
        box-shadow: none;
    }

    section#contact ::-webkit-input-placeholder {
        font-weight: 700;
        color: #ced4da;
        font-family: sans-serif,"Microsoft YaHei",Arial !important;
    }

    section#contact :-moz-placeholder {
        font-weight: 700;
        color: #ced4da;
        font-family: sans-serif,"Microsoft YaHei",Arial !important;
    }

    section#contact ::-moz-placeholder {
        font-weight: 700;
        color: #ced4da;
        font-family: sans-serif,"Microsoft YaHei",Arial !important;
    }

    section#contact :-ms-input-placeholder {
        font-weight: 700;
        color: #ced4da;
        font-family: sans-serif,"Microsoft YaHei",Arial !important;
    }

footer {
    padding: 10px 0;
    text-align: center;
    background-color: #252020;
    color: white;
}

    footer span.copyright {
        font-size: 90%;
        line-height: 40px;
        text-transform: none;
        font-family: sans-serif,"Microsoft YaHei",Arial !important;
    }

    footer ul.quicklinks {
        font-size: 90%;
        line-height: 40px;
        margin-bottom: 0;
        text-transform: none;
        font-family: sans-serif,"Microsoft YaHei",Arial !important;
    }

    footer ul.social-buttons {
        line-height: 40px;
    }

ul.social-buttons li a {
    font-size: 15px;
    line-height: 35px;
    display: block;
    width: 35px;
    height: 35px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    color: white;
    border-radius: 100%;
    outline: none;
    background-color: #212529;
}

    ul.social-buttons li a:active, ul.social-buttons li a:focus, ul.social-buttons li a:hover {
        background-color: #6EB92C;
    }

.text-muted {
    text-align: left;
}

.btn-default {
    color: white !important;
    background-color: #6EB92C !important;
    font-weight: 400 !important;
}

.btn-outline-default, .btn-outline-primary, .btn-info, .btn-outline-info, .btn-danger, .btn-outline-danger, .btn-warning, .btn-outline-warning {
    font-weight: 400;
    font-size: 12px !important;
    border-width: thin !important;
    background-color: white;
}

    .btn-outline-default:hover, .btn-outline-primary:hover, .btn-outline-info:hover, .btn-outline-danger:hover, .btn-outline-warning:hover {
        box-shadow: 0 2px 6px 0 rgba(0,0,0,0.24), 0 2px 20px 0 rgba(0,0,0,0.19);
      
    }


.btn-width {
    width: 200px;
    text-align: center;
}

.btn-default:hover, .btn-primary:hover, .btn-info:hover, .btn-danger:hover, .btn-warning:hover {
    box-shadow: 0 2px 6px 0 rgba(0,0,0,0.24), 0 2px 20px 0 rgba(0,0,0,0.19);
    color: white !important;
}

.btn-outline-default:hover, .btn-outline-primary:hover, .btn-outline-info:hover, .btn-outline-danger:hover, .btn-outline-warning:hover {
    border-color: inherit !important;
}

.btn-file {
    position: relative;
    overflow: hidden;
}

    .btn-file input[type=file] {
        position: absolute;
        top: 0;
        right: 0;
        min-width: 100%;
        min-height: 100%;
        font-size: 100px;
        text-align: right;
        filter: alpha(opacity=0);
        opacity: 0;
        outline: none;
        background: white;
        cursor: inherit;
        display: block;
    }

.wrapper {
    min-height: 100%;
    margin-bottom: -60px;
}

.footer, .push {
    height: 100px !important;
}


/*Product chooser - start*/

div.clear {
    clear: both;
}

div.product-chooser.disabled div.product-chooser-item {
    zoom: 1;
    filter: alpha(opacity=60);
    opacity: 0.6;
    cursor: default;
}
div.product-chooser div.product-chooser-item {
    padding: 4px;
    border-radius: 6px;
    cursor: pointer;
    position: relative;
    border: 1px solid #efefef;
}

    div.product-chooser div.product-chooser-item.selected {
        border: 1px solid #92CD5D;
        background: #F7FFF0;
        padding: 4px;
        filter: alpha(opacity=100);
        opacity: 1;
    }

    div.product-chooser div.product-chooser-item img {
        padding: 0;
    }

    div.product-chooser div.product-chooser-item span.title {
        display: block;
        margin: 10px 0 10px 0;
        font-weight: 400;
        font-size: 14px;
        text-align: center;
        font-family: sans-serif,"Microsoft YaHei",Arial !important;
    }

    div.product-chooser div.product-chooser-item ul.description {
        color: #666666;
        font-size: 14px;
        padding: 10px;
    }

    div.product-chooser div.product-chooser-item input {
        position: absolute;
        left: 0;
        top: 0;
        visibility: hidden;
    }

/*Product chooser - end*/


.card {
    border: none;
    flex-wrap: wrap;
    flex: initial;
    border-radius: 0.5rem !important;
}

.card-header {
    border: 1px;
    border-style: solid;
    border-color: #559CE8;
    font-size: 16px;
    font-weight: 600;
    color: white;
    margin-bottom: 0;
    background-color: #559CE8;
    padding: 15px 15px 0 15px;
}

.card-text {
    font-size: 14px;
}



/*[type=checkbox] + label:before*/
.green-checkbox + label:before {
    -ms-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    border-radius: 0.5rem !important;
    border: none !important;
    border-color: #92CD5D !important;
    margin: 0 !important;
    padding: 0 !important;
    background-color: #92CD5D !important;
    box-shadow: none !important;
}

.bg-light {
    padding-top: 20px;
    padding-bottom: 20px;
    margin: 0;
    box-shadow: 0 1px 1px 0 rgba(0,0,0,0.24), 0 1px 20px 0 rgba(0,0,0,0.1);
    -webkit-box-shadow: 0 1px 1px 0 rgba(0,0,0,0.24), 0 1px 20px 0 rgba(0,0,0,0.1);
    -moz-box-shadow: 0 1px 1px 0 rgba(0,0,0,0.24), 0 1px 20px 0 rgba(0,0,0,0.1);
    background-color: white !important;
}

.bg-light-form {
    padding: 20px;
    margin: 0 15px 0 15px;
    box-shadow: 0 1px 1px 0 rgba(0,0,0,0.24), 0 1px 20px 0 rgba(0,0,0,0.1);
    -webkit-box-shadow: 0 1px 1px 0 rgba(0,0,0,0.24), 0 1px 20px 0 rgba(0,0,0,0.1);
    -moz-box-shadow: 0 1px 1px 0 rgba(0,0,0,0.24), 0 1px 20px 0 rgba(0,0,0,0.1);
    background-color: white !important;
}

.font-bold {
    font-size: 13px;
    font-weight: 600;
}

.font-italic {
    font-size: 13px;
}

.font-normal {
    font-size: 13px;
    font-weight: 400;
}

.font-large {
    font-size: 1em;
}

.font-light-small {
    font-size: 12px !important;
    font-weight: 100 !important;
    padding-top: 3px !important;
}

.font-light-large {
    font-size: 16px !important;
    font-weight: 100 !important;
}

.font-bold-large {
    font-size: 16px;
    font-weight: 600;
}

.font-normal-large {
    font-size: 16px;
    font-weight: 100;
}

.font-small {
    font-size: 12px !important;
    padding-top: 3px !important;
}

.div-tall {
    padding: 10px 0 10px 0;
}

/*.blur:before {
    background-image: url('../img/header-bg.jpg');
    content: "";
    position: fixed;
    width: 100%;
    height: 100%;
    -webkit-filter: blur(5px);
    -moz-filter: blur(5px);
    -o-filter: blur(5px);
    -ms-filter: blur(5px);
    filter: blur(5px);

}

.blur {
    position: fixed;
    left: 0;
    right: 0;
    z-index: 0;
}*/

.user-icon {
    border-radius: 50%;
    width: 80px;
    height: 80px;
    margin: 10px;
}



.morespace {
    margin-left: 10px;
}

.single-line div, .single-line p {
    margin: 0 0 5px 0;
    padding: 0;
}

.font-file-submission {
    color: blue;
}

.font-file-review {
    color: #6EB92C;
}

.fa-remove:hover {
    color: black;
}

.form-control-file {
    height: 30px;
}

.form-control-file {
    font-size: 13px;
    font-weight: 400;
}

td.reviewed {
    background-color: green;
}

td.Submitted {
    background-color: red;
}

.color-blue {
    color: blue;
    text-decoration: underline;
}

.fa-exclamation, .fa-exclamation-circle {
    color: red;
}

.strikeout {
    font-size: 1em;
    position: relative;
}

    .strikeout::after {
        border-bottom: 0.125em solid #6EB92C;
        content: "";
        left: 0;
        margin-top: calc(0.125em / 2 * -1);
        position: absolute;
        right: 0;
        top: 50%;
    }

.card-img-top {
    width: 100%;
    height: 15vw;
    object-fit: cover;
}

.fixed-height-container {
    float: right;
    height: 250px;
    width: 250px;
    padding: 3px;
    background: #f00;
}

.fixed-height-container {
    height: 100px;
    overflow: auto;
    background: #fff;
}

.modal-open {
    overflow: auto;
}

.modal-submission {
    margin: 1.75rem auto;
    width: 800px;
}

.modal-footer {
    padding: 20px 0 20px 0;
}

.no-padding {
    padding: 0;
}

.required-label:after {
    content: " *";
    font-size: 12px;
    color: red;
}

.recommend-label:after {
    content: " *";
    font-size: 12px;
    color: blue;
}

.container {
    width: 100% !important;
    padding-left: 5px;
    padding-right: 5px;
}

.container-landing {
    max-width: 100%;
    padding-left : 0;
    padding-right: 0;
}

.img-landing {
    width: 100% !important;
}

.image-fit {
    max-width: 100%;
    max-height: 100%;
}

.fp-link {
    text-decoration: underline !important;
    text-decoration-color:greenyellow !important;
    font-weight: bold !important;
}

.filter-option-inner-inner {
    font-weight: 500;
}

/*.table-header {
    border: 1px;
    border-style: solid;
    border-color: #559CE8;
    font-size: 14px;
    font-weight: 600;
    color: white;
    margin-bottom: 0;
    background-color: #559CE8;
    height: 20px !important;
}*/

.table-header {
    color: black;
    margin-bottom: 0;
    background-color: white;
    height: 20px !important;
}
    .table-header tr th {
        vertical-align: top !important;
        font-size: 12px !important;
        font-weight: 700 !important;
    }


tbody tr td {
    vertical-align: top !important;
    font-size: 12px !important;
}

.table-hover-tr:hover {
    -webkit-transition: all ease 0.5s;
    -moz-transition: all ease 0.5s;
    transition: all ease 0.5s;
    background-color: #F7FFF0 !important;
}

.dataTables_info {
    padding: 10px;
    font-size: 13px;
    font-weight: 400;
}

.page-item.disabled .page-link {
    color: #6c757d !important;
    pointer-events: none !important;
    cursor: auto !important;
    background-color: #fff !important;
    border-color: #dee2e6 !important;
}
.pagination-sm .page-link {
    padding: .25rem .5rem !important;
    font-size: .875rem !important;
    line-height: 1.5 !important;
}
.page-link {
    position: relative !important;
    display: block !important;
    padding: .5rem .75rem !important;
    margin-left: -1px !important;
    line-height: 1.25 !important;
    color: #007bff !important;
    background-color: #fff !important;
    border: 1px solid #dee2e6 !important;
    border-top-color: rgb(222, 226, 230) !important;
    border-right-color: rgb(222, 226, 230) !important;
    border-bottom-color: rgb(222, 226, 230) !important;
    border-left-color: rgb(222, 226, 230) !important;
}

.table thead th {
    border-bottom: none;
    vertical-align: middle;
}

.fpe-gradient {
    background: rgb(110,185,44);
    background: linear-gradient(90deg, rgba(110,185,44,1) 0%, rgba(44,185,74,1) 100%);
    color: #ffffff;
}

.bootstrap-select .filter-option {
    white-space: normal;
}

.bootstrap-select .dropdown-toggle:focus, .bootstrap-select > select.mobile-device:focus + .dropdown-toggle {
    outline: inherit !important;
}

.carousel-item {
    min-height: 300px;
    background: no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.carousel-item-head {
    height: 65vh !important;
}

.portfolio-item {
    margin-bottom: 30px;
}

.carousel-caption {
    bottom:50px;
}

.carousel-desc {
    white-space: pre-wrap;
    letter-spacing: .2rem;
    line-height: 60px;
}

.nav-link label {
    margin: 0 !important;
}
.navbar-nav .nav-link {
    color: white !important;
    font-size: 16px;
    font-weight: 200;
    margin: 10px 0 10px 50px;
    max-height: 30px !important;
    padding-top: 3px;
    vertical-align: middle;
}

.navbar-nav > li > a:hover {
    border-bottom-color: white !important;
    border-bottom-style: solid !important;
    border-bottom-width: 2px !important;
}

/*.navbar {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    border-top-color: #6EB92C !important;
    border-top-style: solid !important;
    border-top-width: 5px !important
}*/

.navbar {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.menubar {
    background: rgb(110,185,44);  
    /*background: linear-gradient(0deg, rgba(110,185,44,1) 0%, rgba(137,253,45,1) 100%);*/
    /*    background: #66FF00 !important;*/
    color: white;
    padding: 0 !important;
}

.dropdown {
    border-bottom-style: none !important;
}

.md-form {
    margin-top: 5px;
    margin-bottom : 5px;
}

.fp-color {
    background: rgb(110,185,44);
}

.img-service {
    width: 72px !important;
    height: 72px !important;
    object-fit: cover;
}

.service-box:hover {
    box-shadow: 0 1px 1px 0 rgba(0,0,0,0.24), 0 1px 20px 0 rgba(0,0,0,0.1);
    -webkit-box-shadow: 0 1px 1px 0 rgba(0,0,0,0.24), 0 1px 20px 0 rgba(0,0,0,0.1);
    -moz-box-shadow: 0 1px 1px 0 rgba(0,0,0,0.24), 0 1px 20px 0 rgba(0,0,0,0.1);
    background-color: white !important;
    border-radius: 8px;
}


    .service-box:hover .service-desc {
        font-size: 16px !important;
        white-space: nowrap;
        color: lightgray;
        margin-top: -6px;

    }

.img-portfolio {
    width: 48px !important;
    height: 48px !important;
    object-fit: cover;
}


.portfolio-box {
    height: 180px;
    padding-top: 20px;
    padding-bottom: 20px;
    margin: 0;
    box-shadow: 0 1px 1px 0 rgba(0,0,0,0.24), 0 1px 20px 0 rgba(0,0,0,0.1);
    -webkit-box-shadow: 0 1px 1px 0 rgba(0,0,0,0.24), 0 1px 20px 0 rgba(0,0,0,0.1);
    -moz-box-shadow: 0 1px 1px 0 rgba(0,0,0,0.24), 0 1px 20px 0 rgba(0,0,0,0.1);
    background-color: white !important;
    border-radius: 8px;
}

.fa-quote-right {
    color: #F5F5F5;
}

.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%757575' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E") !important;
}

.carousel-control-next-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%757575' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E") !important;
}

.multiline {
    white-space: pre-wrap;
    letter-spacing: .2rem;
    line-height: 30px;
    font-size: 14px;
    color: #9E9E9E;
}

.underline {
    padding-bottom: 10px;
    line-height: 48px;
    border-bottom: 3px solid #0D47A1;
}

.underline-border {  
    border-bottom: 3px solid #0D47A1;
}

.img-team-main {
    width: 200px !important;
    height: 200px !important;
    object-fit: cover;
    -moz-box-shadow: 0px 6px 5px #ccc;
    -webkit-box-shadow: 0px 6px 5px #ccc;
    box-shadow: 0px 6px 5px #ccc;
}

.img-team {
    width: 120px !important;
    height: 120px !important;
    object-fit: cover;
}

.carousel-team, .carousel-client {
    height: inherit !important;
    min-height: inherit !important;
}

.bg-team {
    background-color: #EEEEEE;
}

.img-client {
    width: 400px !important;
}

.img-client-logo {
   max-height: 200px;
}

.txt-footer {
    white-space: pre-wrap;
    letter-spacing: .2rem;
    line-height: 20px;
    font-size: 12px;
    color: #ffffff;
}

.event-box {
    color: white;
    height: 180px;
    padding-top: 20px;
    padding-bottom: 20px;
    margin: 0;
    box-shadow: 0 1px 1px 0 rgba(0,0,0,0.24), 0 1px 20px 0 rgba(0,0,0,0.1);
    -webkit-box-shadow: 0 1px 1px 0 rgba(0,0,0,0.24), 0 1px 20px 0 rgba(0,0,0,0.1);
    -moz-box-shadow: 0 1px 1px 0 rgba(0,0,0,0.24), 0 1px 20px 0 rgba(0,0,0,0.1);
    background-color: white !important;
    border-radius: 4px;
}

.fill {
    overflow: hidden;
    background-size: cover;
    background-position: center;

}

.h1-responsive {
    font-size: 200%
}

.h2-responsive {
    font-size: 145%
}

.h3-responsive {
    font-size: 135%
}

.h4-responsive {
    font-size: 135%
}

.h5-responsive {
    font-size: 135%
}

@media (min-width: 576px) {
    .h1-responsive {
        font-size: 200%
    }

    .h2-responsive {
        font-size: 140%
    }

    .h3-responsive {
        font-size: 125%
    }

    .h4-responsive {
        font-size: 125%
    }

    .h5-responsive {
        font-size: 125%
    }
}

@media (min-width: 768px) {
    .h1-responsive {
        font-size: 300%
    }

    .h2-responsive {
        font-size: 170%
    }

    .h3-responsive {
        font-size: 140%
    }

    .h4-responsive {
        font-size: 125%
    }

    .h5-responsive {
        font-size: 125%
    }
}

@media (min-width: 992px) {
    .h1-responsive {
        font-size: 400%
    }

    .h2-responsive {
        font-size: 170%
    }

    .h3-responsive {
        font-size: 140%
    }

    .h4-responsive {
        font-size: 125%
    }

    .h5-responsive {
        font-size: 125%
    }
}

@media (min-width: 1200px) {
    .h1-responsive {
        font-size: 450%
    }

    .h2-responsive {
        font-size: 200%
    }

    .h3-responsive {
        font-size: 170%
    }

    .h4-responsive {
        font-size: 140%
    }

    .h5-responsive {
        font-size: 125%
    }
}

.testimonial-card {
    height: 550px !important;
}
.testimonial-card-text {
    height: 180px;
    overflow: hidden;
}

.pre {
    white-space: pre-wrap;
    word-break: keep-all
}

.stripe {
    bottom: 0 !important;
    text-align: left !important;
    font-size: 12px !important;
    height: 50% !important;
    padding: 8px !important;
}

    .stripe a p {
        letter-spacing: 0 !important;
        overflow: hidden;
    }

.txt-article-title {
    color: #0d47a1
}

.btn-article-category {
    color: dimgray !important;
    font-size: 16px !important;
    font-weight: 500;
    letter-spacing: 5px;

}
    .btn-article-category:hover, .btn-article-category-load {
        color: white !important;
        text-decoration: none !important;
        background-color: #6EB92C !important;
        /* background: linear-gradient(40deg, #2096ff, #05ffa3) !important;*/
        /*background: #00F260;*/ /* fallback for old browsers */
        /*background: -webkit-linear-gradient(to right, #0575E6, #00F260);*/ /* Chrome 10-25, Safari 5.1-6 */
        /*background: linear-gradient(to right, #0575E6, #00F260);*/ /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    }

.btn-article-category-sm {
    margin-right: 10px !important;
    font-size: 12px !important;
    font-weight: 500;
    letter-spacing: 5px;
    color: white !important;
    text-decoration: none !important;
    background-color: #6EB92C !important;
    /* background: linear-gradient(40deg, #2096ff, #05ffa3) !important;*/
    /*background: #00F260;*/ /* fallback for old browsers */
    /*background: -webkit-linear-gradient(to right, #0575E6, #00F260);*/ /* Chrome 10-25, Safari 5.1-6 */
    /*background: linear-gradient(to right, #0575E6, #00F260);*/ /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

.aqua-gradient {
    background: inherit !important;
    background-color: #6EB92C !important;
}

.dropdown-item:hover, .dropdown-item:active {
    background-color: #6EB92C !important;
}

.div-navbar {
    background-color: #e0e0e0;
    padding: 5px;
}

.breadcrumb-item {
    font-size: 12px !important;
    font-weight: 400 !important;
    color: #616161 !important;
}
    .breadcrumb-item.active {
        color: #0d47a1 !important;
    }

.div-article-desc {
    border-left: solid;
    border-left-color: orange;
    border-width: thick;
}

section {
    padding: 0 !important;
}

.div-article-related {
    border: solid;
    border-color: #eeeeee;
    border-width: thin;
}

.div-article-related-head {
    font-size: 16px;
    font-weight: 300;
    text-align: center;
    letter-spacing: 5px;
}

.txt-button {
    letter-spacing: 5px;
}

.cursor-pointer {
    cursor: pointer;
}


select[readonly] {
    background: #eee;
    cursor: no-drop;
}

    select[readonly] option {
        display: none;
    }

#companyDataOverviewTable td{
    font-weight:bold;
}

.cursor-pointer{
    cursor: pointer
}