:root {
    --primarycolor: #E8374A;
    --secondarycolor: #f78da7;
    --yellowcolor: #fff;
    --darkYellow: #fff;
}


#searchForm .autocomplete-active {
    background-color: var(--primarycolor) !important;
    color: #ffffff;
}

.navbar-nav > li > .dropdown-menu {
    margin-top: 2px;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.btn {
    display: inline-block;
    padding: 5px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px
}

a.bg-success:focus, a.bg-success:hover {
    background-color: #449d44;
    color: #fff
}

html, body {
    height: 100%;
    font-family: 'Roboto',sans-serif !important;
    font-size: 15px !important
}

.parameter > ul > li > a {
    color: #448cca !important
}

.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
    background-color: #558c2e;
    border-color: #609f35
}

.pagination > li > a, .pagination > li > span {
    color: #609f35
}

.alert {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 0
}

.alert-success {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c600
}

.close {
    text-decoration: none;
    cursor: pointer;
    filter: alpha(opacity=50);
    opacity: 1
}

    .close:focus, .close:hover {
        color: #fff;
        text-decoration: none;
        cursor: pointer;
        filter: alpha(opacity=50);
        opacity: 1
    }

.alert-dismissable .close, .alert-dismissible .close {
    position: relative;
    top: 2px;
    right: 10px
}

.tick-list li {
    margin: 0 0 8px;
    padding: 0 0 0 22px;
    line-height: 17px;
    background: transparent url(/themes/frontend/cbh/default/gfx/images/tick.png) no-repeat 0 1px
}

.job-text span:hover {
    color: #6bb137 !important
}

a {
    color: #000;
    text-decoration: none
}

.inner-navbar-inverse {
    background-color: #fff;
    border-color: #fff
}

.top-lite a {
    color: #000;
    text-decoration: none
}

    .top-lite a:hover {
        color: var(--primarycolor) !important;
        text-decoration: none
    }

.top a {
    color: #fff;
    text-decoration: none
}

    .top a:hover {
        color: var(--primarycolor) !important;
        text-decoration: none
    }

.inner-top a {
    color: #000;
    text-decoration: none
}

    .inner-top a:hover {
        color: var(--primarycolor) !important;
        text-decoration: none
    }

.offer:hover {
    color: var(--primarycolor) !important
}

.white-box {
    background: #fff;
    box-shadow: 0 0 5px grey;
    padding: 10px;
    border: 1px #ebebeb solid
}

.carousel-showmanymoveone .carousel-control {
    width: 4%;
    background-image: none
}

    .carousel-showmanymoveone .carousel-control.left {
        margin-left: -47px;
        top: 25%
    }

    .carousel-showmanymoveone .carousel-control.right {
        margin-right: -47px;
        top: 25%
    }

.carousel-showmanymoveone .cloneditem-1, .carousel-showmanymoveone .cloneditem-2, .carousel-showmanymoveone .cloneditem-3 {
    display: none
}

@media all and (min-width: 768px) {
    .carousel-showmanymoveone .carousel-inner > .active.left, .carousel-showmanymoveone .carousel-inner > .prev {
        left: -50%
    }

    .carousel-showmanymoveone .carousel-inner > .active.right, .carousel-showmanymoveone .carousel-inner > .next {
        left: 50%
    }

    .carousel-showmanymoveone .carousel-inner > .left, .carousel-showmanymoveone .carousel-inner > .prev.right, .carousel-showmanymoveone .carousel-inner > .active {
        left: 0
    }

    .carousel-showmanymoveone .carousel-inner .cloneditem-1 {
        display: block
    }
}

@media all and (min-width: 768px) and (transform-3d),all and (min-width: 768px) and (-webkit-transform-3d) {
    .carousel-showmanymoveone .carousel-inner > .item.active.right, .carousel-showmanymoveone .carousel-inner > .item.next {
        -webkit-transform: translate3d(50%,0,0);
        transform: translate3d(50%,0,0);
        left: 0
    }

    .carousel-showmanymoveone .carousel-inner > .item.active.left, .carousel-showmanymoveone .carousel-inner > .item.prev {
        -webkit-transform: translate3d(-50%,0,0);
        transform: translate3d(-50%,0,0);
        left: 0
    }

        .carousel-showmanymoveone .carousel-inner > .item.left, .carousel-showmanymoveone .carousel-inner > .item.prev.right, .carousel-showmanymoveone .carousel-inner > .item.active {
            -webkit-transform: translate3d(0,0,0);
            transform: translate3d(0,0,0);
            left: 0
        }
}

@media all and (min-width: 992px) {
    .carousel-showmanymoveone .carousel-inner > .active.left, .carousel-showmanymoveone .carousel-inner > .prev {
        left: -33.3%
    }

    .carousel-showmanymoveone .carousel-inner > .active.right, .carousel-showmanymoveone .carousel-inner > .next {
        left: 33.3%
    }

    .carousel-showmanymoveone .carousel-inner > .left, .carousel-showmanymoveone .carousel-inner > .prev.right, .carousel-showmanymoveone .carousel-inner > .active {
        left: 0
    }

    .carousel-showmanymoveone .carousel-inner .cloneditem-2, .carousel-showmanymoveone .carousel-inner .cloneditem-3 {
        display: block
    }
}

@media all and (min-width: 992px) and (transform-3d),all and (min-width: 992px) and (-webkit-transform-3d) {
    .carousel-showmanymoveone .carousel-inner > .item.active.right, .carousel-showmanymoveone .carousel-inner > .item.next {
        -webkit-transform: translate3d(33.3%,0,0);
        transform: translate3d(33.3%,0,0);
        left: 0
    }

    .carousel-showmanymoveone .carousel-inner > .item.active.left, .carousel-showmanymoveone .carousel-inner > .item.prev {
        -webkit-transform: translate3d(-33.3%,0,0);
        transform: translate3d(-33.3%,0,0);
        left: 0
    }

        .carousel-showmanymoveone .carousel-inner > .item.left, .carousel-showmanymoveone .carousel-inner > .item.prev.right, .carousel-showmanymoveone .carousel-inner > .item.active {
            -webkit-transform: translate3d(0,0,0);
            transform: translate3d(0,0,0);
            left: 0
        }
}

.carousel-control:hover, .carousel-control:focus {
    opacity: 1
}

.carousel-control, .carousel-control {
    opacity: 1
}

@media all and (min-width: 1600px) {
    .carousel-main-container {
        width: 66.66666667%;
        margin-left: 16.66666667%
    }
}

.glyphicon {
    color: #46166b;
    top: 60px
}

@media all and (min-width: 768px) {
    .glyphicon {
        top: 62px
    }
}

@media all and (min-width: 992px) {
    .glyphicon {
        top: 65px
    }
}

@media all and (max-width: 767px) {
    .glyphicon-menu-right {
        margin-left: 20px
    }

    .glyphicon-menu-left {
        right: 28px
    }
}

.form-control {
    display: block;
    width: 100%;
    height: 38px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 0;
    /* -webkit-box-shadow: inset 0 1px 1px #000; */
    /* box-shadow: inset 0 1px 1px #000; */
    /* -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s; */
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    /* transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s; */
}
/*.form-control {
    display: block;
    width: 100%;
    height: 38px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 0;
    -webkit-box-shadow: inset 0 1px 1px #000;
    box-shadow: inset 0 1px 1px #000;
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s
}*/

.panel-group .panel-heading + .panel-collapse > .list-group, .panel-group .panel-heading + .panel-collapse > .panel-body {
    border: 1px solid #ddd
}

.panel-body {
    padding: 15px !important
}

.panel-default > .panel-heading {
    color: #333 !important;
    background-color: #d7d7d700 !important;
    border-color: #ddd0 !important;
    border: 1px #ddd solid !important
}

.panel {
    margin-bottom: 20px;
    background-color: #fff;
    border: 0 solid transparent;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px #000;
    box-shadow: 0 1px 1px #000
}

.co-box {
    background: #f1f1f1;
    height: 150px;
    color: #333
}

    .co-box:hover {
        background: var(--primarycolor);
        height: 150px;
        color: #fff
    }

.chat-i {
    background-image: url(../images/chat.png);
    background-repeat: no-repeat;
    height: 38px
}

    .chat-i:hover {
        background-image: url(../images/chat2.png);
        background-repeat: no-repeat;
        height: 38px
    }

.wrapper {
    width: 70%
}

@media(max-width:992px) {
    .wrapper {
        width: 100%
    }
}

.panel-heading {
    padding: 0;
    border: 0
}

    .panel-heading a:before {
        font-family: 'Glyphicons Halflings';
        content: "\e114";
        float: right;
        transition: all .5s
    }

    .panel-heading.active a:before {
        -webkit-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        transform: rotate(180deg)
    }

.w100p2 {
    width: 100%;
    padding: 2% !important
}

.btn-success {
    color: #fff;
    background-color: var(--primarycolor);
    border-color: var(--secondarycolor);
}

    .btn-success.focus, .btn-success:focus {
        color: #fff;
        background-color: var(--secondarycolor);
        border-color: var(--primarycolor);
    }

    .btn-success:hover {
        color: #fff;
        background-color: var(--secondarycolor);
        border-color: var(--primarycolor);
    }

    .btn-success.active, .btn-success:active, .open > .dropdown-toggle.btn-success {
        color: #fff;
        background-color: var(--secondarycolor);
        border-color: var(--primarycolor);
    }

        .btn-success.active.focus, .btn-success.active:focus, .btn-success.active:hover, .btn-success:active.focus, .btn-success:active:focus, .btn-success:active:hover, .open > .dropdown-toggle.btn-success.focus, .open > .dropdown-toggle.btn-success:focus, .open > .dropdown-toggle.btn-success:hover {
            color: #fff;
            background-color: var(--secondarycolor);
            border-color: var(--primarycolor);
        }

.testimonial {
    padding: 30px 0 0
}

.testimonial-pic {
    float: left;
    margin-right: 20px
}

.client-name {
    color: #363738;
    font-size: 17px;
    padding-top: 0 0 10px 0 !important;
    text-transform: capitalize;
    margin: 0 !important
}

    .client-name > small {
        display: block;
        margin-top: 3px;
        font-size: 12px;
        line-height: 1.1
    }

.owl-theme .owl-controls .owl-page.active span {
    background: #dc005a
}

.owl-theme .owl-controls .owl-page span {
    background: #e98b39;
    opacity: 1
}

.readmore {
    background: #6bb137;
    margin: 0 0 -7px;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    padding: 10px 0;
    text-transform: capitalize
}

    .readmore:hover {
        background: #d78d00;
        margin: 0 0 -7px;
        color: #fff;
        font-size: 16px;
        font-weight: 600;
        padding: 10px 0;
        text-transform: capitalize
    }

.hover-overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 90;
    transition: all .4s
}

.hover img {
    top: 0;
    left: 0;
    transition: all .3s
}

.hover-content {
    position: relative;
    z-index: 99
}

.hover-1 img {
    width: 105%;
    position: absolute;
    top: 0;
    left: -5%;
    transition: all .3s
}

.hover-1-content {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 99;
    transition: all .4s
}

.hover-1 .hover-overlay {
    background: rgba(0,0,0,0.5)
}

.hover-1-description {
    transform: translateY(0.5rem);
    transition: all .4s;
    opacity: 0
}

.hover-1:hover .hover-1-content {
    bottom: 2rem
}

.hover-1:hover .hover-1-description {
    opacity: 1;
    transform: none
}

.hover-1:hover img {
    left: 0
}

.hover-1:hover .hover-overlay {
    opacity: 0
}

.hover-2 .hover-overlay {
    background: linear-gradient(to top,rgba(0,0,0,0.4),rgba(0,0,0,0.1))
}

.hover-2-description {
    width: 100%;
    position: absolute;
    bottom: 0;
    opacity: 0;
    left: 0;
    text-align: center;
    z-index: 99;
    transition: all .3s
}

.hover-2:hover .hover-2-title {
    transform: translateY(-1.5rem)
}

.hover-2:hover .hover-2-description {
    bottom: .5rem;
    opacity: 1
}

.hover-2:hover .hover-overlay {
    background: linear-gradient(to top,rgba(0,0,0,0.9),rgba(0,0,0,0.1))
}

.hover-3::after {
    content: '';
    width: calc(100% - 3rem);
    height: calc(100% - 3rem);
    border: 1px solid #fff;
    position: absolute;
    top: 1.5rem;
    left: 1.5rem;
    z-index: 90;
    transition: all .3s;
    transform: scale(1.1);
    opacity: 0;
    display: block;
    opacity: 0
}

.hover-3-content {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    transform: translateY(-50%);
    text-align: center;
    z-index: 99
}

.hover-3-description {
    opacity: 0;
    transform: scale(1.3);
    transition: all .3s
}

.hover-3 img {
    width: 110%;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%)
}

.hover-3 .hover-overlay {
    background: rgba(0,0,0,0.2)
}

.hover-3:hover img {
    width: 100%
}

.hover-3:hover::after {
    opacity: 1;
    transform: none
}

.hover-3:hover .hover-3-description {
    opacity: 1;
    transform: none
}

.hover-3:hover .hover-overlay {
    background: rgba(0,0,0,0.8)
}

.hover-4 img {
    width: 110%;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%)
}

.hover-4 .hover-overlay {
    background: rgba(0,0,0,0.4);
    z-index: 90
}

.hover-4-title {
    position: absolute;
    bottom: 0;
    right: 0;
    padding: 3rem;
    z-index: 99
}

.hover-4-description {
    position: absolute;
    top: 2rem;
    left: 2rem;
    text-align: right;
    border-right: 3px solid #fff;
    padding: 0 1rem;
    z-index: 99;
    transform: translateX(-1.5rem);
    opacity: 0;
    transition: all .3s
}

@media (min-width: 992px) {
    .hover-4-description {
        width: 50%
    }
}

.hover-4:hover img {
    width: 100%
}

.hover-4:hover::after {
    opacity: 1;
    transform: none
}

.hover-4:hover .hover-4-description {
    opacity: 1;
    transform: none
}

.hover-4:hover .hover-overlay {
    background: rgba(0,0,0,0.8)
}

.hover-5::after {
    content: '';
    width: 100%;
    height: 10px;
    background: #47c650;
    position: absolute;
    bottom: -10px;
    left: 0;
    display: block;
    transition: all .3s;
    z-index: 999
}

.hover-5 .hover-overlay {
    background: rgba(0,0,0,0.4)
}

.hover-5-title {
    position: absolute;
    bottom: 1rem;
    left: 0;
    transition: all .3s;
    padding: 2rem 3rem;
    z-index: 99
}

    .hover-5-title span {
        transition: all .4s;
        opacity: 0;
        color: #47c650
    }

.hover-5:hover .hover-overlay {
    background: rgba(0,0,0,0.8)
}

.hover-5:hover .hover-5-title {
    bottom: 0
}

    .hover-5:hover .hover-5-title span {
        opacity: 1
    }

.hover-5:hover::after {
    bottom: 0
}

.btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus {
    outline: 0 auto -webkit-focus-ring-color;
    outline-offset: -2px
}

.feedback-form2 {
    position: fixed;
    top: 15%;
    left: 0;
    z-index: 100;
    min-height: 450px
}

.feedback-form-show2 {
    left: 0 !important
}

.feedback_form_area2 {
    position: relative;
    display: none;
    overflow: hidden;
    background: #f1f1f1
}

.feedback_form_area_inner2 {
    width: 535px;
    min-height: 300px;
    padding: 0
}

.feedback_form_area2 h3 {
    margin-top: 0
}

.custom-inp2 {
    width: 100%;
    height: 35px;
    padding-left: 5px;
    border: 1px #fff solid;
    background: transparent
}

.custom-inp-txt2 {
    width: 100%;
    height: 100px;
    padding: 5px;
    border: 1px #fff solid;
    background: transparent
}

.feedback-form-btn2 {
    position: absolute;
    left: -76px;
    color: #fff;
    transform: rotate(90deg);
    top: 40%;
    border-radius: 0
}

@media only screen and (max-width: 320px) {
    .feedback_form_area_inner2 {
        width: 260px;
        min-height: 300px;
        color: #fff;
        padding: 15px
    }
}

.mt-50 {
    margin-top: 50px
}

.feedback-form-show {
    right: 0 !important
}

.feedback_form_area {
    position: relative;
    display: none;
    overflow: hidden;
    background: #f1f1f1;
    right: -25px
}

    .feedback_form_area h3 {
        margin-top: 0
    }

.custom-inp {
    width: 100%;
    height: 35px;
    padding-left: 5px;
    border: 1px #fff solid;
    background: transparent
}

.custom-inp-txt {
    width: 100%;
    height: 100px;
    padding: 5px;
    border: 1px #fff solid;
    background: transparent
}

.feedback-form-btn {
    position: absolute;
    left: -110px;
    color: #fff;
    transform: rotate(0deg);
    top: 25%;
    border-radius: 0
}

@media only screen and (max-width: 320px) {
    .feedback_form_area_inner {
        width: 260px;
        min-height: 300px;
        color: #fff;
        padding: 15px
    }
}

.mt-50 {
    margin-top: 50px
}

.caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 7px dashed;
    border-top: 4px solid\9;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 10px 0 !important;
    margin: 2px 0 0;
    font-size: 16px;
    text-align: left;
    list-style: none;
    background-color: #ebebeb;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border-top: 1px solid #fff;
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px #000;
    box-shadow: 0 6px 12px #000
}

.box {
    font-family: 'Poppins',sans-serif;
    text-align: center;
    overflow: hidden;
    position: relative
}

    .box:before, .box:after {
        content: "";
        background: #333;
        transform: scale(0);
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        transition: all .5s ease 0
    }

    .box:after {
        background: #000;
        border: 1px solid #aaa;
        top: 10px;
        left: 10px;
        right: 10px;
        bottom: 10px;
        transition: all .5s ease .2s
    }

    .box:hover:before {
        opacity: .5;
        transform: scale(1)
    }

    .box:hover:after {
        opacity: .35;
        transform: scale(1)
    }

    .box img {
        width: 100%;
        height: auto
    }

    .box .box-content {
        color: #fff;
        width: 85%;
        filter: blur(5px);
        opacity: 0;
        transform: translateX(-50%) translateY(-50%);
        position: absolute;
        top: 50%;
        left: 50%;
        z-index: 2;
        transition: all .4s ease .3s
    }

    .box:hover .box-content {
        filter: blur(0);
        opacity: 1
    }

    .box .post {
        font-size: 15px;
        font-weight: 500;
        text-transform: uppercase;
        letter-spacing: 1px;
        display: block;
        margin: 0 0 10px
    }

    .box .icon {
        padding: 0;
        margin: 0;
        list-style: none
    }

        .box .icon li {
            margin: 0 3px;
            display: inline-block
        }

            .box .icon li a {
                color: #fff;
                font-size: 14px;
                line-height: 24px;
                height: 27px;
                width: 27px;
                border: 1px solid rgba(255,255,255,0.5);
                box-shadow: 5px 5px 0 rgba(0,0,0,0.7);
                display: block;
                transition: all .3s ease 0
            }

                .box .icon li a:hover {
                    color: #fff;
                    background-color: #000
                }

@media only screen and (max-width:990px) {
    .box {
        margin: 0
    }
}

.popover.right {
    margin-left: 10px;
    top: 574.25px;
    left: 168.656px;
    display: block;
    width: 260px
}

.btn-custome:hover {
    color: #fff;
    background-color: #f7941d;
    border-color: #f7941d
}

.btn-custome {
    color: #fff;
    background-color: var(--secondarycolor);
    border-color: var(--primarycolor);
}

.nav-pills > li {
    float: left;
    width: 33%;
    text-align: center;
    background: #c3c3c3
}

    .nav-pills > li.active > a, .nav-pills > li.active > a:focus, .nav-pills > li.active > a:hover {
        color: #000;
        background-color: #ebebeb
    }

.panel-body {
    padding: 0
}

#exTab1 .tab-content {
    color: #000;
    background-color: #ebebeb;
    padding: 5px 15px
}

#exTab2 h3 {
    color: #fff;
    background-color: #428bca;
    padding: 5px 15px
}

#exTab1 .nav-pills > li > a {
    border-radius: 0
}

#exTab3 .nav-pills > li > a {
    border-radius: 4px 4px 0 0
}

#exTab3 .tab-content {
    color: #fff;
    background-color: #428bca;
    padding: 5px 15px
}

.bs-example {
    margin: 20px
}

.rotate {
    -webkit-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg)
}

.panel-group .panel {
    margin-bottom: 0;
    border-radius: 0
}

.panel-default {
    border-color: #ddd0
}

    .panel-default > .panel-heading {
        color: #333;
        background-color: #d7d7d7;
        border-color: #ddd0
    }

.ligreen-bg {
    /*background: var(--secondarycolor);*/
    border-radius: 6px;
    padding: 10px;
    border: 1px var(--primarycolor) solid;
    color: #000;
    margin-right: 15px;
    font-size: 15px;
    margin-bottom: 15px;
    float: left;
    line-break: anywhere;
}

.ligreenbgtopsearch {
    background: var(--secondarycolor);
    border-radius: 6px;
    padding: 3px;
    border: 1px var(--primarycolor) solid;
    color: #000;
    margin-right: 15px;
    font-size: 15px;
    margin-bottom: 8px;
    float: left;
    cursor: pointer;
}



.dropdown-content {
    /* display: none;
    position: absolute;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;*/
}

    .dropdown-content strong {
        font-size: 16px;
    }

    .dropdown-content a:hover {
        background-color: #ddd;
    }

.dropdown-content_open {
    display: block;
}

.dropdown-content_close {
    display: none;
}
/*.dropdown:hover .dropdown-content {
  
}*/
.ligrey-bg {
    background: #EBEBEB;
    border-radius: 6px;
    padding: 10px;
    border: 1px #666363 solid;
    color: #000;
    margin-right: 15px;
    font-size: 15px;
    margin-bottom: 15px;
    float: left
}

.blue1-bg {
    background: #003471;
    border-radius: 6px;
    padding: 10px;
    border: 1px #c8c8c8 solid;
    color: #fff
}

    .blue1-bg:hover {
        background: #fff;
        border-radius: 6px;
        padding: 10px;
        border: 1px #c8c8c8 solid;
        color: #000
    }

    .blue1-bg a {
        color: #fff
    }

        .blue1-bg a:hover {
            color: #000
        }

.gray1-bg {
    background: #ebebeb;
    border-radius: 6px;
    padding: 8px 10px;
    border: 1px #c8c8c8 solid
}

.green-bg {
    background: var(--primarycolor);
    border-radius: 6px;
    padding: 9px 10px;
    height: 35px
}

#custom-search-input {
    padding: 3px;
    border: solid 1px #E4E4E4;
    border-radius: 6px;
    background-color: #fff
}

    #custom-search-input input {
        border: 0;
        box-shadow: none
    }

    #custom-search-input button {
        margin: 2px 0 0;
        background: none;
        box-shadow: none;
        border: 0;
        color: #666;
        padding: 0 8px 0 10px;
        border-left: solid 1px #ccc
    }

        #custom-search-input button:hover {
            border: 0;
            box-shadow: none;
            border-left: solid 1px #ccc
        }

    #custom-search-input .glyphicon-search {
        font-size: 15px
    }

.plpr7 {
    padding-left: 7px;
    padding-right: 7px
}

.cusimg {
    transition: filter .3s ease-in-out;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    margin-bottom: 50px;
}

    .cusimg:hover {
        -webkit-filter: grayscale(0%);
        filter: grayscale(0%);
        color: #000
    }

.gray-back {
    background: #ebebeb;
    padding: 15px
}

.carousel-control {
    width: 4%
}

@media (max-width: 767px) {
    .carousel-inner .active.left {
        left: -100%
    }

    .carousel-inner .next {
        left: 100%
    }

    .carousel-inner .prev {
        left: -100%
    }

    .carousel-inner .active > div {
        display: none
    }

        .carousel-inner .active > div:first-child {
            display: block
        }
}

@media (min-width: 767px) and (max-width: 992px ) {
    .carousel-inner .active.left {
        left: -50%
    }

    .carousel-inner .next {
        left: 50%
    }

    .carousel-inner .prev {
        left: -50%
    }

    .active > div {
        display: none
    }

        .active > div:first-child {
            display: block
        }

            .active > div:first-child + div {
                display: block
            }
}

@media (min-width: 992px ) {
    .carousel-inner .active.left {
        left: -16.7%
    }

    .carousel-inner .next {
        left: 16.7%
    }

    .carousel-inner .prev {
        left: -16.7%
    }
}

#searchForm {
    display: absolute;
    width: 100%;
    margin-top: 18px
}

    #searchForm .form-row .col {
        margin: 0;
        padding: 0
    }

    #searchForm .form-row button, #searchForm .form-row input {
        border: 1px solid #DBDBDB;
        border-radius: 0;
        margin: 0
    }

    #searchForm .form-row input {
        border-right: 0
    }

    #searchForm .form-row button i {
        color: #FFF
    }

    #searchForm .form-row button:hover {
        background: var(--primarycolor) !important
    }

.form-control:focus, .btn:focus {
    border-color: none !important;
    box-shadow: none !important
}

.pt30 {
    margin-top: 20px !important
}

.mega-dropdown {
    position: static !important
}

.mega-dropdown-menu {
    padding: 20px 0;
    width: 100%;
    box-shadow: none;
    -webkit-box-shadow: none
}

    .mega-dropdown-menu > li > ul {
        padding: 0;
        margin: -30px 0 0;
        background: #fff;
        padding: 0 15px 15px 15px;
        margin-top: 0
    }

        .mega-dropdown-menu > li > ul > li {
            list-style: none
        }

            .mega-dropdown-menu > li > ul > li > a {
                display: block;
                color: #000;
                padding: 3px 0
            }

.navbar-inverse .navbar-nav > li > a {
    color: #fff !important
}

.lite-navbar-inverse .inner-navbar-nav > li > a {
    color: #000 !important
}

.inner-navbar-inverse .inner-navbar-nav > li > a {
    color: #000 !important
}

.mega-dropdown-menu > li ul > li > a:hover, .mega-dropdown-menu > li ul > li > a:focus {
    text-decoration: none
}

.mega-dropdown-menu .dropdown-header {
    font-size: 17px;
    color: var(--primarycolor);
    padding: 14px 60px 15px 5px;
    line-height: 30px
}

.carousel-control {
    width: 30px;
    height: 30px;
    top: -35px
}

.left.carousel-control {
    left: inherit
}

.carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right {
    font-size: 25px;
    line-height: 30px;
    text-shadow: none;
    color: #333
}

@media (min-width: 992px) {
    .dropdown-menu .dropdown-toggle:after {
        border-top: .3em solid transparent;
        border-right: 0;
        border-bottom: .3em solid transparent;
        border-left: .3em solid
    }

    .dropdown-menu .dropdown-menu {
        margin-left: 0;
        margin-right: 0
    }

    .dropdown-menu li {
        position: relative
    }

    .nav-item .submenu {
        display: none;
        position: absolute;
        left: 100%;
        top: -7px
    }

    .nav-item .submenu-left {
        right: 100%;
        left: auto
    }
}

.prev, .next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    margin-top: -30px;
    padding: 16px;
    color: #888;
    font-weight: 700;
    font-size: 20px;
    border-radius: 0 3px 3px 0;
    user-select: none
}

.next {
    position: absolute;
    right: 0;
    border-radius: 3px 0 0 3px
}

    .prev:hover, .next:hover {
        background-color: rgba(0,0,0,0.8);
        color: #fff
    }

.dot-container {
    text-align: center;
    padding: 20px
}

.dot {
    cursor: pointer;
    height: 15px;
    width: 15px;
    margin: 0 2px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
    transition: background-color .6s ease
}

q {
    font-style: italic
}

.author {
    color: #6495ed
}

.custom-hr {
    border-bottom: 4px #f7941d solid;
    width: 80px;
    margin: 0 0 20px
}

.blue-bg {
    background-image: url(../images/blue-bg.jpg);
    background-repeat: no-repeat;
    margin: 0;
    padding: 0 0 30px;
    background-size: cover
}

.blue-bg2 {
    background-image: url(../images/blue-bg2.jpg);
    background-repeat: no-repeat;
    margin: 0;
    padding: 0 0 30px;
    background-size: cover
}

.image-hover * {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.image-hover {
    position: relative;
    height: 290px;
    display: inline-block;
    overflow: hidden;
    background: #fff;
    border: 10px solid #fff;
    box-shadow: 0 2px 3px rgba(0,0,0,0.3);
    -moz-box-shadow: 0 2px 3px rgba(0,0,0,0.3);
    -webkit-box-shadow: 0 2px 3px rgba(0,0,0,0.3)
}

    .image-hover a {
        text-decoration: none
    }

    .image-hover img {
        margin: -100px 0 0 -100px
    }

.img-zoom-in img {
    transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out
}

.img-zoom-in:hover img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1)
}

.img-shadow-1 {
    -webkit-box-shadow: 0 28px 16px -26px #000;
    -moz-box-shadow: 0 28px 16px -26px #000;
    box-shadow: 0 0 0 0 #000
}

    .img-shadow-1:hover {
        transform: scale(1.1);
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -o-transform: scale(1.1);
        z-index: 10;
        -webkit-box-shadow: 0 58px 36px -56px #000;
        -moz-box-shadow: 0 58px 36px -56px #000;
        box-shadow: 0 4px 15px 0 #000
    }

.img-shadow-1 {
    transition: all .6s ease-in-out;
    -webkit-transition: all .6s ease-in-out;
    -moz-transition: all .6s ease-in-out;
    -ms-transition: all .6s ease-in-out;
    -o-transition: all .6s ease-in-out
}

    .img-shadow-1:hover {
        transition: all .6s ease-in-out;
        -webkit-transition: all .6s ease-in-out;
        -moz-transition: all .6s ease-in-out;
        -ms-transition: all .6s ease-in-out;
        -o-transition: all .6s ease-in-out
    }

form.example button {
    float: left;
    width: 20%;
    padding: 10px;
    background: #d5172d;
    color: #fff;
    font-size: 17px;
    border: 1px solid grey;
    border-left: none;
    cursor: pointer
}

    form.example button:hover {
        background: #0b7dda
    }

form.example::after {
    content: "";
    clear: both;
    display: table
}

form.example input[type=text] {
    padding: 10px;
    font-size: 17px;
    border: 1px solid grey;
    float: left;
    width: 80%;
    background: #f1f1f1
}

a:hover, a:focus {
    text-decoration: none;
    outline: none
}

.swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: -22px !important;
    left: 0;
    width: 100%
}

.swiper-pagination {
    position: initial !important;
    text-align: center;
    -webkit-transition: .3s opacity;
    -o-transition: .3s opacity;
    transition: .3s opacity;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    z-index: 10
}

.product a {
    color: #000
}

.gradient-buttons .btn {
    background-image: linear-gradient(to bottom,rgba(255,255,255,0.5),rgba(255,255,255,0.2) 49%,rgba(0,0,0,0.15) 51%,rgba(0,0,0,0.05));
    background-repeat: repeat-x
}

.officer-ul {
    font-size: 15px;
    line-height: 30px;
    padding-left: 20px
}

.footer-bg {
    background-color: #464646;
    padding: 30px 0;
    margin: 0
}

.content-header {
    font-family: 'Oleo Script',cursive;
    color: #fcc500;
    font-size: 45px
}

.black {
    color: #000 !important
}

.white {
    color: #fff !important
}

.red {
    color: #ed4136
}

.section-content {
    text-align: center
}

#contact {
    font-family: 'Teko',sans-serif;
    padding-top: 60px;
    width: 100%;
    width: 100vw;
    height: 550px;
    background: #3a6186;
    background: -webkit-linear-gradient(to left,#3a6186,#89253e);
    background: linear-gradient(to left,#3a6186,#89253e);
    color: #fff
}

.contact-section {
    padding-top: 40px
}

    .contact-section .col-md-6 {
        width: 50%
    }

.form-line {
    border-right: 1px solid #B29999
}

.form-group {
    margin-top: 0
}

.submit {
    font-size: 1.1em;
    float: right;
    width: 150px;
    background-color: transparent;
    color: #fff
}

.orange {
    color: #f88212
}

.inner-border {
    border-top: 10px #a0c72d solid
}

.black {
    color: #000 !important
}

#quote-carousel {
    padding: 0 10px 30px;
    margin-top: 30px
}

    #quote-carousel .carousel-control {
        background: none;
        color: #222;
        font-size: 2.3em;
        text-shadow: none;
        margin-top: 30px
    }

        #quote-carousel .carousel-control.left {
            left: -12px
        }

        #quote-carousel .carousel-control.right {
            right: -12px !important
        }

    #quote-carousel .carousel-indicators {
        right: 50%;
        top: auto;
        bottom: 0;
        margin-right: -19px
    }

        #quote-carousel .carousel-indicators li {
            background: silver
        }

        #quote-carousel .carousel-indicators .active {
            background: #333
        }

    #quote-carousel img {
        width: 250px;
        height: 100px
    }

.item blockquote {
    border-left: none;
    margin: 0
}

    .item blockquote img {
        margin-bottom: 10px
    }

@media (min-width: 768px) {
    #quote-carousel {
        margin-bottom: 0;
        padding: 0 40px 30px
    }
}

@media (max-width: 768px) {
    #quote-carousel .carousel-indicators {
        bottom: -20px !important
    }

        #quote-carousel .carousel-indicators li {
            display: inline-block;
            margin: 0 5px;
            width: 15px;
            height: 15px
        }

            #quote-carousel .carousel-indicators li.active {
                margin: 0 5px;
                width: 20px;
                height: 20px
            }
}

body {
    padding-top: 0
}



footer ul, ol li {
    list-style-type: none
}

/*24-04-2024*/
ol li {
    list-style-type: decimal;
}

.map-section {
    position: relative;
    margin: -5px
}

.content-element4:not(:last-child) {
    margin-bottom: 40px
}

.map-section .map-info .contact-info li.info-item > i, .map-section .map-info .contact-info li.info-item > .item-info > a {
    color: #ffdb3e
}

.map-section .map-info .section-sub-title, .map-section .map-info .section-title, .map-section .map-info .contact-info li.info-item {
    color: #fff
}

.contact-info.v-type li.info-item:not(:last-child) {
    margin-bottom: 30px
}

.contact-info li.info-item {
    color: #222;
    text-align: left;
    letter-spacing: .5px
}

.header .top-header .head-info > .contact-info li {
    padding: 0
}

.header .pre-header .contact-info:not(.v-type) {
    margin: 0 -20px;
    display: block
}

.contact-info li.info-item > .item-info span {
    font-size: 14px;
    text-transform: uppercase;
    display: block;
    line-height: 18px;
    font-weight: 400
}

.map-section .map-info .contact-info li.info-item > i, .map-section .map-info .contact-info li.info-item > .item-info > a {
    color: #ff8a00
}

.contact-info li.info-item > i {
    font-size: 36px;
    padding-right: 15px
}

.contact-info li.info-item > * {
    display: table-cell;
    vertical-align: top
}

.contact-info li > i {
    margin-right: 10px
}

.industri hr {
    border-bottom: 6px #000 solid;
    border-top: 0 #000 solid;
    margin-bottom: 15px;
    margin-top: 0;
    width: 60px;
    float: left
}

.navbar-toggle {
    position: relative;
    float: right;
    padding: 9px 10px;
    margin-top: 8px;
    margin-right: 15px;
    margin-bottom: 8px;
    /*background-color: #000;*/
    background-color: #D7D7D7;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px
}

.navbar-inverse .navbar-toggle {
    border-color: transparent;
}

.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
    /*16-02-2024*/
    border-color: #10101000;
    padding-top: 0
    /* border-color: #10101000;
    padding-top: 10px;
    margin-top: 10px;*/
}

.white {
    color: #fff !important
}

#quote-carousel {
    padding: 0 10px 30px;
    margin-top: 30px
}

    #quote-carousel .carousel-control {
        background: none;
        color: #222;
        font-size: 2.3em;
        text-shadow: none;
        margin-top: 30px
    }

        #quote-carousel .carousel-control.left {
            left: -12px
        }

        #quote-carousel .carousel-control.right {
            right: -8px !important
        }

    #quote-carousel .carousel-indicators {
        right: 50%;
        top: auto;
        bottom: 0;
        margin-right: -19px
    }

        #quote-carousel .carousel-indicators li {
            background: silver
        }

        #quote-carousel .carousel-indicators .active {
            background: #333
        }

    #quote-carousel img {
        width: 250px;
        height: 100px
    }

.item blockquote {
    border-left: none;
    margin: 0
}

    .item blockquote img {
        margin-bottom: 10px
    }

@media (min-width: 768px) {
    #quote-carousel {
        margin-bottom: 0;
        padding: 0 40px 30px
    }
}

@media (max-width: 768px) {
    #quote-carousel .carousel-indicators {
        bottom: -20px !important
    }

        #quote-carousel .carousel-indicators li {
            display: inline-block;
            margin: 0 5px;
            width: 15px;
            height: 15px
        }

            #quote-carousel .carousel-indicators li.active {
                margin: 0 5px;
                width: 20px;
                height: 20px
            }
}

h2 {
    text-align: center;
    padding: 20px
}

.slick-slide {
    margin: 0 7px
}

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0
}

    .slick-list:focus {
        outline: none
    }

    .slick-list.dragging {
        cursor: pointer;
        cursor: hand
    }

.slick-slider .slick-track, .slick-slider .slick-list {
    -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
    -o-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0)
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block
}

    .slick-track:before, .slick-track:after {
        display: table;
        content: ''
    }

    .slick-track:after {
        clear: both
    }

.slick-loading .slick-track {
    visibility: hidden
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px
}

[dir='rtl'] .slick-slide {
    float: right
}

.slick-slide img {
    display: block
}

.slick-slide.slick-loading img {
    display: none
}

.slick-slide.dragging img {
    pointer-events: none
}

.slick-initialized .slick-slide {
    display: block
}

.slick-loading .slick-slide {
    visibility: hidden
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent
}

.slick-arrow.slick-hidden {
    display: none
}

.footer-bg {
    background: var(--primarycolor);
    background-size: cover;
    background-repeat: no-repeat;
    padding: 15px 0 20px;
    padding-bottom: 0;
    
}

.carousel-control.left {
    background-image: none;
    background-image: none;
    background-image: none;
    background-image: none;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000',endColorstr='#00000000',GradientType=1);
    background-repeat: repeat-x
}

.carousel-control.right {
    right: 0;
    left: auto;
    background-image: none;
    background-image: none;
    background-image: none;
    background-image: none;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000',endColorstr='#80000000',GradientType=1);
    background-repeat: repeat-x
}

.no-padding {
    padding-left: 0;
    padding-right: 0
}

header.carousel {
    height: auto !important
}

    header.carousel .item, header.carousel .item.active, header.carousel .carousel-inner {
        height: auto !important
    }

.navbar-inverse .navbar-nav > li > a:focus, .navbar-inverse .navbar-nav > li > a:hover {
    color: #fff !important;
    background-color: #e7e7e7;
    background-image: linear-gradient(#7ed64e,#438420);
    border: 1px #a2a2a2 solid
}

.lite-navbar-inverse .navbar-nav > li > a:focus, .lite-navbar-inverse .navbar-nav > li > a:hover {
    color: #fff !important;
    background-color: #e7e7e7;
    background-image: linear-gradient(#7ed64e,#438420);
    border: 1px #a2a2a2 solid
}

.inner-navbar-inverse .navbar-nav > li > a:focus, .inner-navbar-inverse .navbar-nav > li > a:hover {
    color: #fff !important;
    background-color: #e7e7e7;
    background-image: linear-gradient(#7ed64e,#438420);
    border: 1px #a2a2a2 solid
}

.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:focus, .navbar-inverse .navbar-nav > .active > a:hover {
    color: #000 !important;
    background-color: #fff !important
}

.navbar-inverse {
    background-color: #fff;
    border-color: #080808
}

.img-portfolio {
    margin-bottom: 30px
}

.img-hover:hover {
    opacity: .8
}

header.carousel {
    height: 50%
}

    header.carousel .item, header.carousel .item.active, header.carousel .carousel-inner {
        height: 100%
    }

    header.carousel .fill {
        width: 100%;
        height: 100%;
        background-position: center;
        background-size: cover
    }

.error-404 {
    font-size: 100px
}

.price {
    display: block;
    font-size: 50px;
    line-height: 50px
}

    .price sup {
        top: -20px;
        left: 2px;
        font-size: 20px
    }

.period {
    display: block;
    font-style: italic
}

footer {
    margin: 0
}

    footer p {
        font-size: 15px;
        color: #fff;
        line-height: 20px
    }

.custome-hr {
    border-top: 5px #105554 solid !important;
    margin-top: 10px;
    margin-bottom: 10px;
    width: 60px;
    float: left
}

.footer-hr {
    border-top: 5px #fff solid !important;
    margin-top: 10px;
    margin-bottom: 20px;
    width: 60px;
    float: left
}

@media(max-width:991px) {
    .customer-img, .img-related {
        margin-bottom: 30px
    }
}

@media(max-width:767px) {
    .img-portfolio {
        margin-bottom: 15px
    }

    header.carousel .carousel {
        height: 70%
    }
}

#loadingProgressG {
    display: none;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: fixed;
    opacity: .7;
    background-color: #fff;
    z-index: 99;
    text-align: center
}

#loading-image {
    position: absolute;
    top: 25%;
    left: 40%;
    z-index: 100
}

.float-right {
    float: right;
    margin-left: 0.5rem;
}

.float-left {
    float: left;
}

.width100per {
    width: 100%;
}

.GreenBGColor {
    background-color: var(--primarycolor);
}

#ExcludeFilterModal li {
    list-style: none;
}

#Unique_Donors, #Matched_Sets {
    width: 16px;
    height: 16px;
    padding: 0px;
    margin: 0px;
}

#ddlSelectTopRecords {
    width: 20px;
    border: 0px;
    background-color: #fff;
}

    #ddlSelectTopRecords:focus {
        width: 80px;
        border: 0px;
    }

.modal-title {
    margin: 0;
    line-height: 1.42857143;
    color: var(--primarycolor);
}

.modal .close {
    margin-top: -2px;
    color: var(--primarycolor);
    font-size: 25px;
}

.pl0 {
    padding-left: 0px;
}

.pr0 {
    padding-right: 0px;
}

.parametertype {
    float: right;
    color: #9b9696;
}

.fade {
    opacity: 1;
}

#SearchModal {
    margin-top: 5%;
}

.overflowhidden {
    max-width: 81%;
    overflow-y: auto;
    display: inline-block;
}

.remove {
    background-color: transparent;
    border: 0px;
    position: absolute;
    right: 33%;
    top: 15%;
    border-radius: 50%;
    padding: 5px;
    color: #000 !important;
    font-size: 15pt;
    cursor: pointer;
    z-index: 999;
}

.blurbg .remove {
    right: 33%;
    top: 15%;
}


.divider {
    clear: both
}

.underline {
    text-decoration: underline;
}

.fa-times-circle {
    padding-top: 3px;
    font-size: 20px !important;
    font-weight: lighter !important;
}

/* width */
#nav_bg_blur::-webkit-scrollbar {
    width: 1px;
    -ms-overflow-style: none; /* IE and Edge */
    scrollbar-width: none; /* Firefox */
}

/*Track*/
#nav_bg_blur::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/*Handle*/
#nav_bg_blur::-webkit-scrollbar-thumb {
    background: #888;
}

    /*Handle on hover*/
    #nav_bg_blur::-webkit-scrollbar-thumb:hover {
        background: #555;
    }


.link {
    color: #337ab7 !important;
}

.greencolor {
    color: var(--primarycolor);
}

/* .remove:hover {
        border-radius: 20px;
        padding: 4px 10px;
        top: 71px;
        background-color: #707070;
    }*/



/*Changes for Mega menu
    
    #ctl00_ucHeader_divcategory {
    margin-top: 1.2rem;
}

    #ctl00_ucHeader_divcategory .mega-dropdown-menu {
        width: 100%;
        position: fixed;
        top: 24%;
    }

#atag_Biospecimens {
    color: #ffffff;
    padding: 1rem 0px;
}

.caret:hover {
    color: #fff;
    width: 0;
    height: 0;
    display: inline-block;
    border: 8px solid transparent;
}

.caret {
    width: 0;
    height: 0;
    display: inline-block;
    border: 8px solid transparent;
}

    .caret.down {
        border-top-color: #fff;
        margin-top: 30%;
    }


#ctl00_ucHeader_divcategory a:hover {
    color: #fff;
}

#ctl00_ucHeader_divcategory span:hover {
    color: #fff;
    border-top-color: #fff;
}

#ctl00_ucHeader_divcategory .open a {
    background-color: #eee0;
}

#ctl00_ucHeader_divcategory .btn-group > li:first-child {
    border-radius: 10px;
    padding: 0.3rem 5px;
}

    #ctl00_ucHeader_divcategory .btn-group > li:first-child:hover {
        color: #fff !important;
        background-color: #e7e7e7;
        background-image: linear-gradient(#7ed64e,#438420);
        border: 1px #a2a2a2 solid;
        border-radius: 10px;
        padding: 0.3rem 5px;
    }

    #ctl00_ucHeader_divcategory .btn-group > li:first-child>*:hover {
        border-top-color: #fff;
    }

#ctl00_ucHeader_divcategory .mega-dropdown-menu a {*/
/*  padding: 18px;*/
/*}

#ctl00_ucHeader_divcategory .mega-dropdown-menu a, span {
    font-size: 16px;
}

    #ctl00_ucHeader_divcategory .mega-dropdown-menu a:hover, span:hover {
    }

#ctl00_ucHeader_divcategory .btn-group {
}

#ctl00_ucHeader_divcategory li.child:hover {*/
/*  padding: 1rem 0;*/
/*color: #fff;
    border-top-color: #fff;
}

#atag_Biospecimens.child:hover > * {
    color: #fff;
    border-top-color: #fff;
}

#ctl00_ucHeader_divcategory .btn-group a {
    margin-left: 1px;
    font-size: 18px;
}*/


.navbar-header {
    float: left;
    max-width: 720px;
    width: 100%;
}

.footer-height .img-responsive {
    display: block;
    max-width: 70%;
    height: auto;
}


.navbar-toggle .icon-bar {
    display: block;
    width: 30px;
    height: 5px;
    border-radius: 1px;
}

.navbar-toggle {
    top: -10px;
}

.h2bsutitle {
    font-size: 24px;
    text-align: left;
    padding: 0px;
}

.h3title {
    font-size: 15px;
    font-weight: 700;
}

.topsearchbtn {
    padding-top: 10px;
    height: 40px;
}

    .topsearchbtn span {
        /*  25-04-2025*/
        /* top: 0px;
        font-size: 27px;
        color: #ffffff;*/
        top: 1px;
        font-size: 25px;
        color: #141313;
    }

.topsearchbar {
    border-radius: 6px 0px 0px 6px;
    width: 100%;
    height: 3rem;
    z-index: 999;
}


/*25-04-2025 header new design*/
/** {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}



.header {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    backdrop-filter: blur(12px);
    background: #fff;
    border: 1px solid rgba(255, 255, 255, 0.3);
    padding: 1rem 2rem;
    border-radius: 0px;
    box-shadow: 0 8px 32px rgba(31, 38, 135, 0.1);
    margin-bottom: 2rem;
    gap: 1.1rem;
}

.logo img {
    height: 100px;
}

.nav {
    display: flex;
    flex-wrap: wrap;
    gap: 2rem;
    position: relative;
    margin-left: 1rem;
}

.nav-item {
    position: relative;
    cursor: pointer;
    font-weight: 500;
    color: #222;
    transition: color 0.3s;
    display: flex;
    flex-direction: column;*/ /* Stack icon and label */
/*align-items: center;*/ /* Center align */
/*}

    .nav-item:hover {
        color: #0077ff;
    }

.sub-div .dropdown {
    position: absolute;
    top: 2.5rem;
    left: 0;
    background: rgba(255, 255, 255, 0.9);
    backdrop-filter: blur(10px);
    border-radius: 12px;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
    display: none;
    flex-direction: column;
    min-width: 180px;
    z-index: 1000;
}

.dropdown a {*/
/*padding: 7px;
        text-decoration: none;
        color: #333;
        border-bottom: 1px solid #eee;
*/
/*padding: 10px;
    text-decoration: none;
    color: #333;
    border-bottom: 1px solid #eee;
    height: 46px;
}

    .dropdown a:last-child {
        border-bottom: none;
    }

    .dropdown a:hover {
        background: rgba(0, 119, 255, 0.1);
    }

.nav-item.active .dropdown {
    display: flex;
}

.search-bar {
    flex-grow: 6;
    max-width: 1000px;
    position: relative;
}

    .search-bar input {
        width: 100%;
        padding: 0.7rem 2.5rem;
        border-radius: 6px 0 0% 6px;
        border: none;
        background-color: rgba(255, 255, 255, 0.8);
        box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
        font-size: 1rem;
        outline: none;
    }

    .search-bar .search-icon {
        position: absolute;
        left: 20px;
        top: 50%;
        transform: translateY(-50%);
        font-size: 1rem;
        color: #0077ff;
        pointer-events: none;
    }

.icon-bar {
    display: flex;
    gap: 1.5rem;
    align-items: center;
    width: 90%;
    padding-top: 0%;
}

    .icon-bar div {
        font-weight: 500;
        color: #222;
        flex-direction: column;*/ /* Stack icon and label */
/*flex-direction: row;
        align-items: center;*/ /* Center align */
/*}

@media (max-width: 768px) {
    .header {
        flex-direction: column;
        align-items: flex-start;
    }

    .nav {
        margin-left: 0;
        flex-direction: row;
        gap: 1rem;
        width: 100%;
    }

    .nav-item {
        display: flex;*/ /* Show icons only */
/*flex-direction: column;*/ /* Stack icon and label */

/*align-items: center;*/ /* Center align */
/*}

        .nav-item .titletext {
            display: none;*/ /* Hide labels in mobile view */
/*}

    .icon-bar {
        justify-content: space-between;
        width: 100%;
        padding-top: 10%;
    }

        .icon-bar div {
            flex: 1;
            text-align: center;
        }

    .dropdown {*/
/*  top: 1.5rem;*/
/*top: -0.5rem;
    }

    .search-bar {
        margin: 1rem 0;
        width: 100%;
    }

    #searchInput {
        width: 100%;
        min-width: 255px;
        max-width: 250px;
    }

    .main-div {
        width: 100%;*/
/*   background-color: lightblue; Just for visibility */
/*}

    .sub-div {
        width: 25%;*/
/*background-color: lightcoral;  Just for visibility */
/*}
}

@media (min-width: 769px) {
    .nav-item .titletext {
        display: block;*/ /* Show labels above icons */
/*}

    #searchInput {
        width: 100%;
        min-width: 650px;
        max-width: 700px;
    }

    .main-div {
        width: 50%;*/
/*   background-color: lightblue; Just for visibility */
/*padding: 10px;
    }

    .sub-div {
        width: 10%;*/
/*background-color: lightcoral;  Just for visibility */
/*padding: 10px;
    }
}

.sub-div a {
    display: inherit;
    align-items: center;
}*/

/*drop down lang*/

.ct-topbar__list {
    list-style: none;
    margin: 0;
    padding: 0;
    position: relative;
    display: flex;
}

.ct-language {
    position: relative;
    background: transparent;
    padding: 0px 15px;
    border-radius: 4px;
    cursor: pointer;
    display: inline-block;
    display: inline-flex;
}
/*.ct-language a {
        color: white;
    }*/

.ct-language__dropdown {
    list-style-type: none;
    display: none;
    position: absolute;
    background: white;
    /* min-width: 150px; */
    /*min-width: 45px;*/
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
    border-radius: 4px;
    z-index: 100;
    margin-top: 5px;
    right: 0;
}

    .ct-language__dropdown.open {
        display: block;
        margin-top: 25px;
    }

    .ct-language__dropdown li {
        padding: 5px 0;
    }

    .ct-language__dropdown a {
        display: block;
        display: flex;
        padding: 8px 15px;
        text-decoration: none;
        color: #333;
    }

        .ct-language__dropdown a:hover {
            background: #f8f9fa;
        }

.lang-select {
    display: flex;
}



/*26-04-2025 header new design*/
/** {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    
}*/
.skiptranslate {
    display: none !important;
}

body {
    top: 0px !important;
    min-height: 100vh;
}

.navbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px 20px;
    background-color: #fff;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
}

.navbar-left {
    display: flex;
    align-items: center;
}

.logo {
    display: flex;
    align-items: center;
    margin-right: 20px;
}

    /*.logo img {
        height: 40px;
    }*/
    .logo img {
        height: 100px;
    }

.logo-text {
    color: #999;
    font-size: 14px;
    margin-left: 5px;
}

.navbar-center {
    flex-grow: 1;
    display: flex;
    justify-content: center;
    max-width: 600px;
}

.search-container {
    position: relative;
    width: 100%;
}

.search-input {
    width: 100%;
    padding: 10px 15px;
    border-radius: 5px;
    border: none;
    background-color: #f1f1f1;
    font-size: 14px;
}

.search-button {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    background: none;
    border: none;
    cursor: pointer;
    z-index: 9999;
}

.navbar-right {
    display: flex;
    align-items: flex-start;
}

.nav-links {
    display: flex;
    list-style: none;
}

.nav-item {
    margin: 0 15px;
}

    .nav-item a {
        text-decoration: none;
        color: #333;
        font-weight: 500;
        display: flex;
        align-items: center;
    }

        .nav-item a i {
            margin-right: 5px;
        }

.language-select {
    margin-left: 15px;
    position: relative;
}

.language-button {
    display: flex;
    align-items: center;
    background: none;
    border: none;
    cursor: pointer;
    font-weight: 500;
}

    .language-button img {
        margin-right: 5px;
        width: 20px;
        height: 15px;
    }

.hamburger {
    display: none;
    cursor: pointer;
    font-size: 24px;
}



/* Mobile and tablet styles */
@media (max-width: 992px) {
    .navbar {
        flex-wrap: wrap;
    }

    .navbar-left {
        order: 1;
        width: auto;
    }

    .navbar-center {
        order: 3;
        width: 100%;
        margin-top: 10px;
        max-width: none;
    }

    .navbar-right {
        order: 2;
        margin-left: auto;
    }

    .hamburger {
        display: block;
        margin-right: 15px;
    }

    .nav-links {
        position: absolute;
        top: 100px;
        left: -40px;
        right: 0;
        background-color: white;
        flex-direction: column;
        max-height: 0;
        overflow: hidden;
        transition: max-height 0.3s ease-out;
        z-index: 100;
        box-shadow: 0 5px 5px rgba(0,0,0,0.1);
    }

        .nav-links.show {
            max-height: 300px;
            z-index: 9999;
        }

    .nav-item {
        margin: 0;
        padding: 15px 20px;
        border-bottom: 1px solid #eee;
    }

    .search-button {
        top: 70%;
    }

    .open .search-button {
        top: 20%;
    }
}

/* For very small screens */
@media (max-width: 576px) {
    .logo-text {
        display: none;
    }

    .search-button {
        top: 50%;
    }

    .open .search-button {
        top: 13%;
    }
}

/*Index page slider*/
.w3-content {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    max-width: 980px;
}

.w3-section {
    margin-top: 16px !important;
    margin-bottom: 16px !important
}

.mySlides {
    display: none;
}

/*.w3-display-bottomright {
    position: absolute;
    right: 1rem;
    bottom: 5rem;
}*/
.w3-display-bottomright {
    position: absolute;
    bottom: 5rem;
    right: 1rem;
}

.w3-black, .w3-hover-black:hover {
    color: #fff !important;
    background-color: #000 !important
}

.w3-center {
    text-align: center !important;
    display: inline-block;
    width: auto
}

.w3-container:after, .w3-container:before, .w3-panel:after, .w3-panel:before, .w3-row:after, .w3-row:before, .w3-row-padding:after, .w3-row-padding:before,
.w3-cell-row:before, .w3-cell-row:after, .w3-clear:after, .w3-clear:before, .w3-bar:before, .w3-bar:after {
    content: "";
    display: table;
    clear: both
}

.w3-section, .w3-code {
    margin-top: 16px !important;
    margin-bottom: 16px !important
}

.w3-ff {
    font-size: 18px !important
}

.w3-text-white, .w3-hover-text-white:hover {
    color: #fff !important
}

.w3-display-bottommiddle {
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translate(-50%,0%);
    -ms-transform: translate(-50%,0%)
}

.w3-right {
    float: right !important
}

.w3-left {
    float: left !important
}

.w3-hover-text-khaki:hover {
    color: #b4aa50 !important
}

.btn-dark {
    color: white;
    border-radius: 10px !important;
    padding: .5rem 1rem !important;
    font-size: 1.25rem !important;
    line-height: 1.5 !important;
    border-radius: .3rem !important;
}

td .fa-shopping-cart {
    font-size: 1.5rem;
}

.fa-search {
    font-size: large !important;
}
