﻿.cd-filter-block .cd-select, .cd-gallery li .imgWrap.vdoThumb, .cd-header, .cd-main-content, .cd-tab-filter {
    position: relative
}

section.sortSection ul {
    list-style-type: none;
}

.cd-header {
    height: 150px;
    background-color: #331d35
}

    .cd-header h1 {
        color: #fff;
        line-height: 150px;
        text-align: center;
        font-size: 2.4rem;
        font-weight: 300
    }

.cd-gallery h2 {
    width: 100%;
    border-bottom: 2px solid #dcedef;
    padding-bottom: 10px;
    font-family: 'Nunito Sans';
    font-size: 18px;
    font-weight: 800;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.2;
    letter-spacing: 1.08px;
    color: #002b4e;
    text-transform: uppercase;
}

.cd-main-content:after, .cd-tab-filter-wrapper:after {
    content: "";
    display: table;
    clear: both
}

.cd-main-content.is-fixed .cd-tab-filter-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%
}

.cd-main-content.is-fixed .cd-gallery {
    padding-top: 76px
}

.cd-main-content.is-fixed .cd-filter {
    position: fixed;
    height: 100vh;
    overflow: hidden
}

    .cd-main-content.is-fixed .cd-filter form {
        height: 100vh;
        overflow: auto;
        -webkit-overflow-scrolling: touch
    }

.cd-main-content.is-fixed .cd-filter-trigger {
    position: fixed
}

.cd-tab-filter-wrapper {
    background-color: #fff;
    box-shadow: 0 1px 1px rgba(0,0,0,.08);
    z-index: 1
}

.cd-tab-filter {
    height: 50px;
    width: 140px;
    margin: 0 auto;
    z-index: 1
}

    .cd-tab-filter::after {
        content: "";
        position: absolute;
        right: 14px;
        top: 50%;
        bottom: auto;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
        display: inline-block;
        width: 16px;
        height: 16px;
        background: url("../img/cd-icon-arrow.svg") center center no-repeat;
        -webkit-transition: .3s;
        -moz-transition: .3s;
        transition: .3s;
        pointer-events: none
    }

    .cd-tab-filter ul {
        position: absolute;
        top: 0;
        left: 0;
        background-color: #fff;
        box-shadow: inset 0 -2px 0 #41307c
    }

    .cd-tab-filter li {
        display: none
    }

        .cd-filter-block input[type=checkbox]:checked + label::after, .cd-filter-block input[type=radio]:checked + label::after, .cd-tab-filter li:first-child, .cd-tab-filter.is-open ul li {
            display: block
        }

    .cd-tab-filter a {
        display: block;
        height: 50px;
        width: 140px;
        line-height: 50px;
        padding-left: 14px
    }

        .cd-tab-filter a.selected {
            background: #41307c;
            color: #fff
        }

    .cd-tab-filter.is-open::after {
        -webkit-transform: translateY(-50%) rotate(-180deg);
        -moz-transform: translateY(-50%) rotate(-180deg);
        -ms-transform: translateY(-50%) rotate(-180deg);
        -o-transform: translateY(-50%) rotate(-180deg);
        transform: translateY(-50%) rotate(-180deg)
    }

    .cd-tab-filter.is-open ul {
        box-shadow: inset 0 -2px 0 #41307c,0 2px 10px rgba(0,0,0,.2)
    }

    .cd-tab-filter.is-open .placeholder a {
        opacity: .4
    }

.cd-gallery li {
    display: none;
    float: left;
    margin: 0 0px 20px;
}

    .cd-gallery li.gap {
        opacity: 0;
        height: 0;
        display: inline-block
    }

.cd-gallery img {
    display: block;
    margin: 0 auto
}

section.cd-gallery .image-sec img {
    height: 130px;
}

.cd-gallery .cd-fail-message {
    display: none;
    text-align: center
}

@media only screen and (min-width: 768px) {
    .cd-main-content.is-fixed .cd-gallery {
        padding-top: 90px
    }

    .cd-tab-filter a, .cd-tab-filter li, .cd-tab-filter.is-open ul li {
        display: inline-block
    }

    .cd-tab-filter {
        width: auto;
        cursor: auto
    }

        .cd-tab-filter::after {
            display: none
        }

        .cd-tab-filter ul {
            background: 0 0;
            position: static;
            box-shadow: none;
            text-align: center
        }

        .cd-tab-filter li.placeholder {
            display: none !important
        }

        .cd-tab-filter a {
            padding: 0 1em;
            width: auto;
            color: #9a9a9a;
            text-transform: uppercase;
            font-weight: 700;
            font-size: 1.3rem
        }

    .no-touch .cd-tab-filter a:hover {
        color: #41307c
    }

    .cd-tab-filter a.selected {
        background: 0 0;
        color: #41307c;
        box-shadow: inset 0 -2px 0 #41307c
    }

    .cd-gallery ul:after {
        content: "";
        display: table;
        clear: both
    }

    /*.cd-gallery li {
        width: 48%
    }*/

    .cd-gallery .fullWidth {
        width: 100%
    }
}

.cd-filter {
    position: absolute;
    top: 0;
    left: 0;
    width: 280px;
    height: 100%;
    background: #fff;
    box-shadow: 4px 4px 20px transparent;
    z-index: 2;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-transition: -webkit-transform .3s,box-shadow .3s;
    -moz-transition: -moz-transform .3s,box-shadow .3s;
    transition: transform .3s,box-shadow .3s
}

    .cd-filter::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        height: 50px;
        width: 100%;
        background-color: #41307c;
        z-index: 2
    }

    .cd-filter .cd-close, .cd-filter-trigger {
        top: 0;
        height: 50px;
        line-height: 50px;
        z-index: 3
    }

    .cd-filter form {
        padding: 70px 20px
    }

    .cd-filter .cd-close {
        position: absolute;
        right: 0;
        width: 60px;
        color: #fff;
        font-size: 1.3rem;
        text-align: center;
        background: #37296a;
        opacity: 0;
        -webkit-transition: opacity .3s;
        -moz-transition: opacity .3s;
        transition: opacity .3s
    }

.no-touch .cd-filter .cd-close:hover {
    background: #32255f
}

.cd-filter.filter-is-visible {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    box-shadow: 4px 4px 20px rgba(0,0,0,.2)
}

.cd-filter-block .cd-select::after, .cd-filter-block h4::before {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    width: 16px;
    height: 16px;
    content: ""
}

.cd-filter.filter-is-visible .cd-close {
    opacity: 1
}

.cd-filter-trigger {
    position: absolute;
    left: 0;
    width: 60px;
    overflow: hidden;
    text-indent: 100%;
    color: transparent;
    white-space: nowrap;
    background: url("../img/cd-icon-filter.svg") center center no-repeat
}

    .cd-filter-trigger.filter-is-visible {
        pointer-events: none
    }

@media only screen and (min-width: 1170px) {
    .cd-header {
        height: 180px
    }

        .cd-header h1 {
            line-height: 180px
        }

    .cd-main-content.is-fixed .cd-gallery {
        padding-top: 100px
    }

    .cd-tab-filter {
        width: 100%;
        float: right;
        margin: 0;
        -webkit-transition: width .3s;
        -moz-transition: width .3s;
        transition: width .3s
    }

        .cd-gallery.filter-is-visible, .cd-tab-filter.filter-is-visible {
            width: 80%
        }

    .cd-gallery {
        -webkit-transition: width .3s;
        -moz-transition: width .3s;
        transition: width .3s
    }

        /*.cd-gallery li {
            width: 22.5%
        }*/

        .cd-gallery li.fullWidth {
            width: 100%
        }

    .cd-filter {
        width: 20%
    }

        .cd-filter form {
            padding: 70px 10%
        }

    .cd-filter-trigger {
        width: auto;
        left: 2%;
        text-indent: 0;
        color: #9a9a9a;
        text-transform: uppercase;
        font-size: 1.3rem;
        font-weight: 700;
        padding-left: 24px;
        background-position: left center;
        -webkit-transition: color .3s;
        -moz-transition: color .3s;
        transition: color .3s
    }

    .no-touch .cd-filter-trigger:hover {
        color: #41307c
    }

    .cd-filter-trigger.filter-is-visible, .cd-filter-trigger.filter-is-visible:hover {
        color: #fff
    }
}

.cd-filter-block {
    margin-bottom: 1.6em;
    box-shadow: none;
}

    .cd-filter-block h2 {
        position: relative;
        margin-bottom: 18px;
        box-shadow: -1px 0 10px #ccc;
        color: #16416f;
        text-transform: uppercase;
        font-weight: 900;
        font-size: 18px;
        padding: 13px 20px
    }

        .cd-filter-block h2 img {
            height: 20px;
            margin-right: 10px
        }

    .cd-filter-block .list {
        padding: 0 20px
    }

.clearFilter {
    padding: 0 0 30px 10px;
    margin-top: 35px
}

a.textLink.clearFilter {
    padding: 15px 21px 11px;
    border-radius: 25px;
    background-image: linear-gradient(to left, #336599, #00818a);
    color: #fff;
    text-transform: uppercase;
}

.cd-filter-block .list .labelFilter {
    font-family: 'Nunito Sans';
    font-size: 14px;
    font-weight: 800;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.2;
    letter-spacing: 0.84px;
    color: #002b4e;
    text-transform: uppercase;
    margin: 20px 0 35px;
}

ul.cd-filter-content.cd-filters.list.byResourse.d-block {
    margin-top: 25px;
    border-top: 2px solid #dcedef;
    width: 100%;
    /* padding: 0px; */
    border-bottom: 2px solid #dcedef;
    padding-bottom: 15px;
}

.no-touch .cd-filter-block h4:hover {
    color: #41307c
}

.cd-filter-block h4::before {
    left: 0;
    background: url("../img/cd-icon-arrow.svg") center center no-repeat;
    transform: translateY(-50%);
    -webkit-transition: -webkit-transform .3s;
    -moz-transition: -moz-transform .3s;
    transition: transform .3s
}

.cd-filter-block h4.closed::before {
    -webkit-transform: translateY(-50%) rotate(-90deg);
    -moz-transform: translateY(-50%) rotate(-90deg);
    -ms-transform: translateY(-50%) rotate(-90deg);
    -o-transform: translateY(-50%) rotate(-90deg);
    transform: translateY(-50%) rotate(-90deg)
}

.cd-filter-block .checkbox-label::before, .cd-filter-block .radio-label::before, .cd-filter-block input, .cd-filter-block select {
    font-family: "Open Sans",sans-serif;
    border-radius: 0;
    background-color: #fff;
    border: 2px solid #005e68
}

    .cd-filter-block input[type=search], .cd-filter-block input[type=text], .cd-filter-block select {
        width: 100%;
        padding: .8em;
        -webkit-appearance: none;
        -moz-appearance: none;
        -ms-appearance: none;
        -o-appearance: none;
        appearance: none;
        box-shadow: none
    }

        .cd-filter-block input[type=search]:focus, .cd-filter-block input[type=text]:focus, .cd-filter-block select:focus {
            outline: 0;
            background-color: #fff;
            border-color: #41307c
        }

    .cd-filter-block input[type=search] {
        border-color: transparent;
        background-color: #e6e6e6;
        font-size: 1.6rem !important
    }

        .cd-filter-block input[type=search]::-webkit-search-cancel-button {
            display: none
        }

.cd-filter-block .cd-select::after {
    z-index: 1;
    right: 14px;
    transform: translateY(-50%);
    display: block;
    background: url("../img/cd-icon-arrow.svg") center center no-repeat;
    pointer-events: none
}

.cd-filter-block select {
    cursor: pointer;
    font-size: 1.4rem
}

    .cd-filter-block select::-ms-expand {
        display: none
    }

.cd-filter-block .list li {
    position: relative;
    margin-bottom: .8em
}

    .cd-filter-block .list li:last-of-type {
        margin-bottom: 0
    }

.cd-filter-block input[type=checkbox], .cd-filter-block input[type=radio] {
    position: absolute;
    left: 0;
    top: 0;
    margin: 0;
    padding: 0;
    opacity: 0;
    z-index: 2
}

.cd-filter-block .checkbox-label, .cd-filter-block .radio-label {
    padding-left: 30px;
    font-family: 'Nunito Sans';
    font-size: 18px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.2;
    letter-spacing: normal;
    color: #007c89;
    margin-bottom: 0px;
}

    .cd-filter-block .checkbox-label::after, .cd-filter-block .checkbox-label::before, .cd-filter-block .radio-label::after, .cd-filter-block .radio-label::before {
        content: "";
        display: block;
        position: absolute;
        top: 53%;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%)
    }

    .cd-filter-block .checkbox-label::before, .cd-filter-block .radio-label::before {
        width: 20px;
        height: 20px;
        left: 0
    }

    .cd-filter-block .checkbox-label::after, .cd-filter-block .radio-label::after {
        display: none
    }

    .cd-filter-block .checkbox-label::after {
        width: 20px;
        height: 20px;
        background: url("/siteassets/img/cd-icon-check.svg") center center/100% no-repeat;
        left: 0
    }

    .cd-filter-block .radio-label::after, .cd-filter-block .radio-label::before {
        border-radius: 50%
    }

    .cd-filter-block .radio-label::after {
        width: 6px;
        height: 6px;
        background-color: #fff;
        left: 5px
    }

.cd-filter-block input[type=checkbox]:checked + label::before, .cd-filter-block input[type=radio]:checked + label::before {
    border-color: #005e68;
    background-color: #005e68
}

@-moz-document url-prefix() {
    .cd-filter-block .cd-select::after {
        display: none
    }
}

.cd-gallery ul {
    display: flex;
    flex-wrap: wrap;
}

section.cd-gallery .mix a {
    text-decoration: underline;
}

.cd-gallery li .imgWrap {
    padding: 20px;
    display: flex;
    align-items: center;
    min-height: 170px;
}

.cd-gallery li .playBtn {
    position: absolute;
    right: 7px;
    bottom: 4px;
    width: 46px
}

.cd-gallery li.top80 {
    width: 100%;
    display: block;
    margin-bottom: 10px
}

.cd-gallery li.mrg-btm50 {
    margin-bottom: 60px
}

.cd-gallery {
    margin-bottom: 40px
}

    .cd-gallery li a {
        background: #dbf4fb;
        font-family: 'Nunito Sans';
        font-size: 18px;
        font-weight: bold;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.2;
        letter-spacing: normal;
        color: #007c89;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        box-shadow: 0 0 7px #ccc
    }

.video-list-gallery a {
    background: transparent !important;
    background-color: transparent;
    box-shadow: none !important;
}

.video-list-gallery li:nth-child(2) a {
    flex-direction: unset !important;
    display: inline;
}

.image-sec .zenlensGroup span sup:after {
    content: "";
    display: block;
}

.cd-gallery li a span:hover, .cd-gallery li a:hover {
    color: #1275bc
}

.cd-gallery li a span {
    background: #fff;
    display: block;
    padding: 11px;
    min-height: 95px;
    color: inherit;
    font-size: 18px;
}

.cd-gallery li a .imgWrap-text {
    background: #fff;
    display: block;
    padding: 11px;
    min-height: 95px;
    color: inherit;
    font-size: 18px;
}

.cd-gallery li .imgWrap.cs-video-thumb {
    position: relative;
}

.cd-gallery li .imgWrap.cs-video-thumb::after {
    content: "";
    background: url(../img/play-button.svg) no-repeat bottom center;
    width: 64px;
    height: 65px;
    background-size: 64px 65px;
    position: absolute;
    bottom: 15px;
    right: 15px;
}

.cd-gallery li .imgWrap.cs-video-thumb:hover::after {
    background: url(../img/play-button-transparent.svg) no-repeat bottom center !important;
}

.cd-filter-block .disabled {
    color: #ccc;
    cursor: not-allowed
}

    .cd-filter-block .disabled:before {
        border-color: #ccc
    }

.educationPopup .modal-content {
    background: 0 0;
    border: none
}

.educationPopup .btn-close {
    position: absolute;
    right: 3px;
    z-index: 9;
    top: 4px;
    background: #005e68;
    border-radius: 100%;
    opacity: 1;
    font-size: 14px;
    color: #fff;
    height: 20px;
    width: 20px;
    font-weight: 900
}

.educationPopup .modal-dialog {
    max-width: 800px
}

@media only screen and (max-width: 1400px) {
}

@media only screen and (max-width: 1200px) {

    .cd-gallery li a span {
        font-size: 14px
    }
}

@media only screen and (max-width: 991px) {
    /*.cd-gallery li .imgWrap.cs-video-thumb::after {
        width: 40px;
        height: 41px;
        background-size: 40px 41px;
    }

    .cd-gallery li .imgWrap.cs-video-thumb:hover::after {
        background: url(../img/play-button-transparent.svg) no-repeat bottom center !important;
        background-size: 40px 41px !important;
    }*/

    .mobileFilter, .mobileFilter h2 {
        box-shadow: -1px 0 10px #ccc;
        background-image: linear-gradient(to left, #336599, #00818a);
        color: #fff !important;
    }

    .cd-gallery li a span {
        font-size: 18px
    }

    .cd-gallery li {
        width: 46%
    }

        .cd-gallery li .imgWrap {
            height: auto
        }

    .cd-gallery .fullWidth {
        width: 100%
    }

    .mobileFilter h2 {
        position: relative;
        margin-bottom: 0;
        color: #16416f;
        text-transform: uppercase;
        font-weight: 900;
        font-size: 18px;
        padding: 13px 20px
    }

        .mobileFilter h2 img {
            height: 20px;
            margin-right: 10px
        }

    .cd-filter-block {
        box-shadow: -1px 6px 9px #ccc;
        padding-top: 13px;
        margin-top: -9px;
        display: none
    }

    .cd-gallery {
        margin-top: 20px;
        margin-bottom: 80px
    }

        .cd-gallery ul {
            margin-left: 0px;
            margin-right: 0px;
        }

        .cd-gallery li .imgWrap {
            padding: 20px;
            display: flex;
            align-items: center;
            min-height: 161px;
        }

    section.cd-gallery .image-sec img {
        height: auto;
        max-height: 120px;
    }

    .cd-gallery li a span {
        height: 100%;
    }

    .cd-gallery li a {
        height: 100%;
    }
}

@media only screen and (max-width: 767px) {
    .cd-gallery li {
        width: 43%
    }
}

@media only screen and (max-width: 375px) {
    .cd-gallery li {
        width: 42%
    }
}

.counter {
    display: flex;
    position: relative;
    justify-content: space-between;
    text-align: center
}

    .counter .box {
        width: 180px;
        border-radius: 5px;
        display: flex;
        align-items: center;
        flex-direction: column
    }

        .counter .box .circle {
            position: relative;
            height: 150px;
            width: 150px;
            border-radius: 50%;
            cursor: default;
            margin-bottom: 40px
        }

.box .circle .countNumber, .box .circle .countNumber span {
    position: absolute;
    top: 50%;
    left: 50%
}

.box .circle .countNumber {
    height: 100%;
    width: 100%;
    border-radius: 50%;
    transform: translate(-50%,-50%) scale(.8);
    transition: 4s
}

.circle .countNumber span {
    font: 700 60px/68px "Barlow Condensed",sans-serif;
    transform: translate(-45%,-45%);
    transition: 4s
}

.coloumFour .counter {
    margin-top: 50px
}

.big canvas {
    margin: -15px
}

@media(max-width: 991px) {
    .counter {
        max-width: 100%;
        display: block;
        text-align: left
    }

        .counter:after {
            position: absolute;
            content: "";
            right: -6px;
            background: url(/siteassets/img/img-217x441-graphics-right-dots-b.png);
            width: 62px;
            top: 0;
            height: 100%
        }

        .counter .box {
            width: 80%;
            margin: 0;
            text-align: center
        }

    .performanceSecNew .counter:after {
        background: 0 0
    }
}

@media(max-width: 767px) {
    .counter .box {
        width: 70%
    }
}
