@import "font-awesome.min.css";
@import "line-awesome.min.css";

* {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

textarea {
    overflow: hidden;
}

ol,
ul {
    list-style: none;
    margin-bottom: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    font-weight: normal;
}

a:hover,
a:focus,
a:visited {
    text-decoration: none;
}

*:focus::-webkit-input-placeholder {
    color: transparent !important;
}

*:focus::-moz-placeholder {
    color: transparent !important;
}

*:focus:-moz-placeholder {
    color: transparent !important;
}

*:focus:-ms-input-placeholder {
    color: transparent !important;
}
/*.sign-up-form  input:-moz-placeholder{
    font-family: GothamHTF-Medium;
    color: #616161;
    font-size: 12px;
    text-transform: uppercase;
  }
  .sign-up-form input::-moz-placeholder{
    font-family: GothamHTF-Medium;
    color: #616161;
    font-size: 12px;
    text-transform: uppercase;
  }
  .sign-up-form input:-ms-input-placeholder{
    font-family: GothamHTF-Medium;
    color: #616161;
    font-size: 12px;
    text-transform: uppercase;
  }
  .sign-up-form input::-webkit-input-placeholder{
    font-family: GothamHTF-Medium;
    color: #616161;
    font-size: 12px;text-transform: uppercase;
  }*/
p {
    line-height: 1.6em;
    margin-bottom: 10px;
}

a {
    text-decoration: none;
    color: #3b87e5;
}

html {
    height: 100%;
}

body {
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    font-weight: normal;
    line-height: normal;
    color: #4a4a4a;
    background: #f9f9f9;
    height: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

main {
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
}

img {
    max-width: 100%;
    vertical-align: middle;
    height: auto;
}

.text-center {
    text-align: center;
}

.text-left {
    text-align: left;
}

    .text-left h2 {
        text-align: left;
    }

.column {
    -webkit-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 30px;
    column-gap: 30px;
}

.toggle-menu {
    display: none;
}

.logo {
    font-size: 0 !important;
    margin: 0 !important;
    display: inline-block;
    vertical-align: middle;
    width: 300px;
    max-width: 100%;
}

.main-header {
    position: relative;
    background: #fff;
    max-height: 134px;
}

    .main-header .top-line {
        padding: 7px 20px;
        color: #fff;
        background: #112a4c;
        margin-bottom: 20px;
        text-align: right;
    }

        .main-header .top-line a {
            line-height: 1;
            display: block;
        }

        .main-header .top-line p {
            font-size: 20px;
            margin-bottom: 0;
            font-weight: 500;
            text-align: right;
        }

    .main-header .menu-line {
        padding: 0 20px;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        position: relative;
        -webkit-flex-direction: row;
        -moz-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-justify-content: space-between;
        -moz-justify-content: space-between;
        -ms-justify-content: space-between;
        justify-content: space-between;
    }

.wrap-menu {
    padding-top: 8px;
    display: inline-block;
}

.main-menu {
    display: inline-block;
}

    .main-menu .sub-menu {
        padding: 50px 0;
        border-top: 1px solid #f9f9f9;
        position: absolute;
        left: 0;
        width: 100%;
        top: 100%;
        z-index: 9999;
        background: #fff;
        opacity: 0;
        pointer-events: none;
        visibility: hidden;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-direction: row;
        -moz-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-justify-content: center;
        -moz-justify-content: center;
        -ms-justify-content: center;
        justify-content: center;
        -moz-transition: .3s ease;
        -o-transition: .3s ease;
        -webkit-transition: .3s ease;
        transition: .3s ease;
    }

        .main-menu .sub-menu li {
            margin: 0 15px;
            -ms-flex: 0 0 30%;
            flex: 0 0 30%;
            max-width: 350px;
        }

            .main-menu .sub-menu li p.link {
                margin-bottom: 0;
                line-height: normal;
            }

            .main-menu .sub-menu li a:hover .link .la {
                padding-left: 15px;
            }

            .main-menu .sub-menu li a:hover img {
                -moz-transform: scale(1.1);
                -o-transform: scale(1.1);
                -webkit-transform: scale(1.1);
                transform: scale(1.1);
            }

            .main-menu .sub-menu li img {
                width: 100%;
                -moz-transition: .3s ease;
                -o-transition: .3s ease;
                -webkit-transition: .3s ease;
                transition: .3s ease;
            }

            .main-menu .sub-menu li a {
                display: block;
                overflow: hidden;
            }

                .main-menu .sub-menu li a span.icon {
                    -ms-flex: 0 0 40px;
                    flex: 0 0 40px;
                    margin-right: 15px;
                    display: table;
                }

                .main-menu .sub-menu li a > span {
                    color: #4a4a4a;
                    padding: 17px 0;
                    min-height: 92px;
                    background: #fff;
                    position: relative;
                    font-size: 22px;
                    display: -webkit-box;
                    display: -moz-box;
                    display: -ms-flexbox;
                    display: -webkit-flex;
                    display: flex;
                    -webkit-flex-direction: row;
                    -moz-flex-direction: row;
                    -ms-flex-direction: row;
                    flex-direction: row;
                    -webkit-align-items: center;
                    -moz-align-items: center;
                    -ms-align-items: center;
                    align-items: center;
                }

    .main-menu > ul > li {
        display: inline-block;
        margin-right: 40px;
    }

        .main-menu > ul > li > a {
            font-family: 'Roboto';
            color: #4a90e2;
            font-size: 14px;
            text-transform: uppercase;
            position: relative;
            font-weight: 700;
            display: block;
            padding-bottom: 40px;
        }

            .main-menu > ul > li > a:after {
                content: "";
                position: absolute;
                left: 0;
                bottom: 0;
                width: 0;
                height: 4px;
                background: #00cdc2;
                -moz-transition: .3s ease;
                -o-transition: .3s ease;
                -webkit-transition: .3s ease;
                transition: .3s ease;
            }

        .main-menu > ul > li:hover .sub-menu {
            opacity: 1;
            visibility: visible;
            pointer-events: auto;
        }

        .main-menu > ul > li:hover > a:after {
            width: 100%;
        }

.btn-st {
    font-family: Roboto;
    font-weight: 700;
    font-size: 14px;
    padding: 12px 25px;
    border-radius: 22px;
    display: inline-block;
    color: #fff;
    text-transform: uppercase;
    border: 1px solid #3b87e5;
    background: #3b87e5;
}

    .btn-st:hover {
        background: #5b9ce5;
    }

    .btn-st.green {
        border: 1px solid #00bfb5;
        background: #00bfb5;
    }

        .btn-st.green:hover {
            background: #3b87e5;
            border-color: #3b87e5;
        }

    .btn-st.mar-t15 {
        margin-top: 15px;
    }

.video-wrap {
    padding: 46.25% 0 0 0;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

    .video-wrap iframe, .video-wrap video {
        height: 125% !important;
        top: 50% !important;
        position: absolute;
        width: 100%;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }

.ban-top {
    color: #fff;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

    .ban-top:after {
        content: "";
        position: absolute;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        background: rgba(0, 0, 0, .4);
        z-index: 0;
    }

    .ban-top .content-vid {
        clear: both;
        position: absolute;
        height: 100%;
        width: 100%;
        top: 0;
        left: 0;
        z-index: 2;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-align-items: center;
        -moz-align-items: center;
        -ms-align-items: center;
        align-items: center;
    }

    .ban-top.text-center {
        padding: 150px 0;
    }

        .ban-top.text-center:after {
            display: none;
        }

        .ban-top.text-center h1,
        .ban-top.text-center p {
            max-width: none;
        }

    .ban-top h1 {
        font-size: 50px;
        font-weight: 500;
        max-width: 470px;
        margin-bottom: 20px;
    }

    .ban-top p {
        font-size: 20px;
        max-width: 470px;
    }

    .ban-top .btn-st {
        margin-top: 30px;
    }

    .ban-top .down {
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        max-width: none;
        font-size: 16px;
        z-index: 2;
        text-transform: uppercase;
        margin-bottom: 20px;
    }

        .ban-top .down a {
            color: #fff;
        }

            .ban-top .down a:hover .la {
                -moz-transform: translateY(5px);
                -o-transform: translateY(5px);
                -webkit-transform: translateY(5px);
                transform: translateY(5px);
            }

        .ban-top .down .la {
            margin-top: 10px;
            -moz-transition: .3s ease;
            -o-transition: .3s ease;
            -webkit-transition: .3s ease;
            transition: .3s ease;
        }

figcaption {
    font-weight: 700;
    font-size: 16px;
    padding: 15px 0 15px 15px;
}

.font-s20 p {
    font-size: 20px;
}

.p-font16 p {
    font-size: 16px;
}

.col-black {
    color: #000000;
}

.main-section {
    padding: 130px 0;
}

    .main-section.pad-md {
        padding: 80px 0;
    }

    .main-section.pad-t0 {
        padding-top: 0;
    }

    .main-section h3 {
        font-size: 26px;
        margin-bottom: 15px;
    }

    .main-section h5 {
        color: #00cdc2;
        font-size: 20px;
        font-weight: 700;
        margin-bottom: 40px;
        text-transform: uppercase;
    }

    .main-section h2,
    .main-section h1 {
        font-size: 44px;
        color: #3b87e5;
        margin-bottom: 40px;
        line-height: 1.3em;
    }

    .main-section h2 {
        font-size: 36px;
    }

    .main-section h1 {
        font-weight: 500;
    }

.partners {
    padding-bottom: 120px;
}

    .partners h1 {
        margin-bottom: 75px;
    }

.h-mar-sm h2,
.h-mar-sm h5 {
    margin-bottom: 20px;
}

.h2-font-sm h2 {
    font-size: 24px;
}

.h2-font-lg h2 {
    font-size: 56px;
    font-weight: 500;
}

.mar-t-20 {
    margin-top: 20px;
}

.mar-t-30 {
    margin-top: 30px;
}

.mar-bt-10 {
    margin-bottom: 10px;
}

.mar-bt-50 {
    margin-bottom: 50px;
}

.mar-bt-80 {
    margin-bottom: 80px;
}

.has-border-t {
    border-top: 5px solid #005596;
    padding-top: 30px;
}

.bg-white {
    background: #fff;
}

.bg-blue {
    background: #112a4c;
}

.color-white {
    color: #fff;
}

    .color-white .has-border-t {
        border-color: #fff;
    }

    .color-white h5,
    .color-white h2,
    .color-white h3 {
        color: #fff;
    }

.has-bg {
    background: #f2f8f9;
    /* Old browsers */
    background: -moz-linear-gradient(-45deg, #f2f8f9 0%, #f2f8f9 7%, #f2f8f9 12%, #e6f8fd 30%, #fbfefd 55%, #fbfefd 75%, #fbfefd 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(-45deg, #f2f8f9 0%, #f2f8f9 7%, #f2f8f9 12%, #e6f8fd 30%, #fbfefd 55%, #fbfefd 75%, #fbfefd 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(135deg, #f2f8f9 0%, #f2f8f9 7%, #f2f8f9 12%, #e6f8fd 30%, #fbfefd 55%, #fbfefd 75%, #fbfefd 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f2f8f9', endColorstr='#fbfefd', GradientType=1);
    /* IE6-9 fallback on horizontal gradient */
}

.scroll {
    position: relative;
    padding-bottom: 35px;
}

.iScrollHorizontalScrollbar.iScrollLoneScrollbar {
    height: 1px !important;
    background: #d8d8d8;
    margin-top: 5px;
    overflow: visible !important;
}

.iScrollIndicator {
    border: none !important;
    top: -2px;
    height: 4px !important;
    background: #3b87e5 !important;
}

.inner-scroll {
    overflow: hidden;
}

    .inner-scroll.center {
        position: relative;
        left: 50%;
        -moz-transform: translateX(-50%) !important;
        -o-transform: translateX(-50%) !important;
        -webkit-transform: translateX(-50%) !important;
        transform: translateX(-50%) !important;
    }

.logos {
    overflow: hidden;
    position: relative;
    padding-bottom: 2px;
    margin-top: 40px;
    margin-bottom: 60px;
}

    .logos .container {
        white-space: nowrap;
    }

.logo-item {
    float: left;
    width: 250px;
}

    .logo-item:first-child {
        width: 230px;
    }

    .logo-item img {
        width: 100%;
    }

    .logo-item a,
    .logo-item p {
        display: table;
        width: 100%;
        height: 100%;
        margin-bottom: 0;
    }

        .logo-item a span,
        .logo-item p span {
            display: table-cell;
            vertical-align: middle;
        }

    .logo-item + .logo-item {
        padding-left: 20px;
    }

.sl-accordion {
    width: 100%;
    position: relative;
    overflow: hidden;
    /*  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;*/
}

    .sl-accordion p {
        font-size: 18px;
    }

    .sl-accordion .row {
        margin: 0;
        z-index: 2;
        position: relative;
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        transform: translateX(-50%);
        -webkit-transition: transform 0.4s ease-in-out 0s;
        -moz-transition: transform 0.4s ease-in-out 0s;
        -ms-transition: transform 0.4s ease-in-out 0s;
        -o-transition: transform 0.4s ease-in-out 0s;
        transition: transform 0.4s ease-in-out 0s;
    }

    .sl-accordion .col-md-7 {
        margin-bottom: 15px;
    }

    .sl-accordion .sl-logo {
        background: rgba(0, 205, 194, 0.9);
        padding: 20px;
    }

        .sl-accordion .sl-logo img {
            margin-top: 10px;
        }

        .sl-accordion .sl-logo p {
            font-size: 20px;
        }

    .sl-accordion > div {
        left: 0;
        top: 0;
        min-height: 100%;
        position: absolute;
        width: 836px;
        padding: 38px 15px 200px 15px;
        overflow: hidden;
        background: transparent center center no-repeat;
        background-size: cover;
        cursor: pointer;
        color: #fff;
        text-align: left;
        font-weight: 700;
        border-right: 1px solid #fff;
        -webkit-transition: transform 0.4s ease-in-out 0s;
        -moz-transition: transform 0.4s ease-in-out 0s;
        -ms-transition: transform 0.4s ease-in-out 0s;
        -o-transition: transform 0.4s ease-in-out 0s;
        transition: transform 0.4s ease-in-out 0s;
    }

        .sl-accordion > div:last-child {
            border: none;
        }

        .sl-accordion > div:after {
            content: "";
            position: absolute;
            left: 0;
            top: 0;
            width: 100%;
            height: 100%;
            opacity: .8;
            z-index: 1;
            background: -moz-linear-gradient(top, #3b87e5 0%, rgba(59, 135, 229, 0.4) 100%);
            /* FF3.6-15 */
            background: -webkit-linear-gradient(top, #3b87e5 0%, rgba(59, 135, 229, 0.4) 100%);
            /* Chrome10-25,Safari5.1-6 */
            background: linear-gradient(to bottom, #3b87e5 0%, rgba(59, 135, 229, 0.4) 100%);
            /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
            filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3b87e5', endColorstr='#663b87e5', GradientType=0);
            /* IE6-9 */
        }

        .sl-accordion > div.not-active .row:nth-of-type(1) {
            -webkit-transform: translateX(0);
            -moz-transform: translateX(0);
            -ms-transform: translateX(0);
            -o-transform: translateX(0);
            transform: translateX(0);
            justify-content: flex-end;
        }

            .sl-accordion > div.not-active .row:nth-of-type(1) .col-md-7 {
                max-width: 100%;
            }

        .sl-accordion > div.active {
            cursor: auto;
        }

            .sl-accordion > div.active .row:nth-of-type(1) .plus {
                display: none;
            }

            .sl-accordion > div.active .row {
                -webkit-transform: translateX(0);
                -moz-transform: translateX(0);
                -ms-transform: translateX(0);
                -o-transform: translateX(0);
                transform: translateX(0);
            }

            .sl-accordion > div.active .plus span:nth-of-type(2) {
                display: inline;
            }

            .sl-accordion > div.active .plus span:nth-of-type(1) {
                display: none;
            }

.sl-ac-item > .plus {
    margin-left: 15px;
    margin-top: 15px;
}

.sl-accordion .plus {
    width: 30px;
    height: 30px;
    font-size: 20px;
    display: block;
    position: relative;
    font-style: normal;
    font-weight: bold;
    color: #3b87e5;
    text-align: center;
    line-height: 29px;
    background: #fff;
    border-radius: 50%;
    cursor: pointer;
    user-select: none;
    z-index: 2;
}

    .sl-accordion .plus span:nth-of-type(2) {
        display: none;
    }

.challenges {
    padding: 0;
    position: relative;
    background: #000;
}

    .challenges h5 {
        position: absolute;
        width: 100%;
        left: 0;
        top: 0;
        padding: 20px 0;
        z-index: 2;
        color: #fff;
        border-bottom: 1px solid #9b9b9b;
    }

    .challenges .col-md-4 {
        padding: 0;
        position: relative;
        overflow: hidden;
    }

        .challenges .col-md-4 img {
            width: 100%;
            -moz-transition: .3s ease;
            -o-transition: .3s ease;
            -webkit-transition: .3s ease;
            transition: .3s ease;
        }

        .challenges .col-md-4 a {
            position: absolute;
            width: 100%;
            height: 100%;
            top: 0;
            left: 0;
            text-align: left;
            z-index: 1;
            padding: 65px;
            color: #fff;
            display: -webkit-box;
            display: -moz-box;
            display: -ms-flexbox;
            display: -webkit-flex;
            display: flex;
            -webkit-flex-direction: column;
            -moz-flex-direction: column;
            -ms-flex-direction: column;
            flex-direction: column;
            -webkit-justify-content: center;
            -moz-justify-content: center;
            -ms-justify-content: center;
            justify-content: center;
            background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.1) 100%);
            /* FF3.6-15 */
            background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.1) 100%);
            /* Chrome10-25,Safari5.1-6 */
            background: linear-gradient(to bottom, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.1) 100%);
            /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        }

            .challenges .col-md-4 a:hover .link .la {
                padding-left: 15px;
            }

            .challenges .col-md-4 a:hover + img {
                -webkit-transform: scale(1.08);
                -moz-transform: scale(1.08);
                -ms-transform: scale(1.08);
                -o-transform: scale(1.08);
                transform: scale(1.08);
            }

            .challenges .col-md-4 a h2 {
                color: #fff;
                margin-bottom: 60px;
            }

            .challenges .col-md-4 a .icon {
                margin-bottom: 30px;
            }

.icon {
    display: inline-block;
    width: 40px;
    height: 40px;
    padding: 5px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    overflow: hidden;
    background: #88c441;
    /* Old browsers */
    background: -moz-linear-gradient(top, #88c441 0%, #3b87e5 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #88c441 0%, #3b87e5 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #88c441 0%, #3b87e5 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

    .icon i {
        font-style: normal;
        background: #fff;
        color: #005596;
        font-weight: 700;
        text-align: center;
        display: block;
        border-radius: 50%;
        -webkit-border-radius: 50%;
        height: 100%;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-justify-content: center;
        -moz-justify-content: center;
        -ms-justify-content: center;
        justify-content: center;
    }

.link {
    text-transform: uppercase;
    display: inline-block;
    font-weight: 700;
    font-size: 16px;
}

    .link:hover .la {
        -moz-transform: translateX(5px);
        -o-transform: translateX(5px);
        -webkit-transform: translateX(5px);
        transform: translateX(5px);
    }

    .link.more.active .la:before {
        content: "\f113";
    }

    .link.more.active span:nth-of-type(1) {
        display: none;
    }

    .link.more.active span:nth-of-type(2) {
        display: inline;
    }

    .link.more span:nth-of-type(2) {
        display: none;
    }

    .link.more .la {
        -moz-transform: translateX(0) !important;
        -o-transform: translateX(0) !important;
        -webkit-transform: translateX(0) !important;
        transform: translateX(0) !important;
    }

    .link .la {
        line-height: 20px;
        font-size: 21px;
        display: inline-block;
        vertical-align: top;
        padding-left: 10px;
        -moz-transition: .3s ease;
        -o-transition: .3s ease;
        -webkit-transition: .3s ease;
        transition: .3s ease;
    }

.pagin-top {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    margin-bottom: 40px;
}

    .pagin-top a {
        color: #4a4a4a;
        opacity: .7;
        -moz-transition: .2s ease;
        -o-transition: .2s ease;
        -webkit-transition: .2s ease;
        transition: .2s ease;
    }

        .pagin-top a:last-child {
            float: right;
        }

        .pagin-top a.active .la,
        .pagin-top a.active p {
            display: none;
        }

        .pagin-top a:hover,
        .pagin-top a.active {
            opacity: 1;
        }

        .pagin-top a:first-child p {
            margin-left: 10px;
        }

        .pagin-top a:last-child p {
            text-align: right;
            margin-right: 10px;
        }

    .pagin-top span,
    .pagin-top .la,
    .pagin-top p {
        display: inline-block;
        vertical-align: middle;
        margin-bottom: 0;
    }

    .pagin-top p {
        font-size: 14px;
        line-height: 1.3em;
        max-width: 160px;
    }

.video-full {
    text-align: center;
    position: relative;
    overflow: hidden;
    margin: 50px auto 50px auto;
    padding-top: 56.3%;
    width: 100%;
}

    .video-full iframe {
        position: absolute;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
    }

    .video-full .thumbnail_container {
        position: absolute;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
    }

    .video-full img {
        width: 100%;
    }

    .video-full .start-video {
        font-weight: bold;
        position: absolute;
        text-transform: uppercase;
        color: #fff;
        font-size: 16px;
        width: 180px;
        height: 180px;
        background: rgba(0, 0, 0, 0.5);
        border-radius: 50%;
        cursor: pointer;
        left: 50%;
        top: 50%;
        -moz-transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }

        .video-full .start-video .fa {
            font-size: 70px;
            margin: 30px 0 10px 7px;
        }

.item-info {
    height: 100%;
}

    .item-info.height-auto {
        height: auto;
    }

    .item-info.font-s20 p {
        font-size: 20px;
    }

    .item-info.font-lg h4 {
        font-size: 24px;
    }

    .item-info .label-bg {
        background: #00cdc2;
        display: inline-block;
        font-size: 12px;
        font-weight: bold;
        color: #fff;
        padding: 5px 10px;
        margin-bottom: 15px;
    }

    .item-info .number {
        font-size: 24px;
        display: inline-block;
        margin-bottom: 10px;
    }

    .item-info img {
        width: 100%;
    }

    .item-info .text {
        padding: 25px 30px;
    }

        .item-info .text p, .item-info .text a:not(.link) {
            color: #000;
        }

            .item-info .text a:not(.link):hover, .item-info .text a:not(.link):hover > span {
                text-decoration: underline;
            }

    .item-info .has-logo {
        padding-bottom: 133px;
        position: relative;
        height: 100%;
    }

    .item-info.has-link {
        padding-bottom: 50px;
        position: relative;
    }

        .item-info.has-link .link {
            position: absolute;
            right: 30px;
            bottom: 30px;
        }

        .item-info.has-link .left-link .link {
            left: 30px;
            right: auto;
        }

    .item-info .meta {
        margin-bottom: 0;
        font-size: 16px;
        color: #4a4a4a;
    }

        .item-info .meta a, .item-info .meta span {
            color: #4a4a4a;
            background: transparent;
        }

            .item-info .meta a:hover {
                text-decoration: underline;
            }

    .item-info .logo-info {
        position: absolute;
        left: 0;
        bottom: 0;
        padding: 25px 30px 25px 70px;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-align-items: flex-start;
        align-items: flex-start;
        -ms-justify-content: center;
        justify-content: center;
    }

        .item-info .logo-info:before {
            content: "";
            position: absolute;
            left: 30px;
            top: 50%;
            background: #000;
            margin-top: -2px;
            height: 4px;
            width: 30px;
        }

        .item-info .logo-info img {
            max-height: 60px;
            width: auto;
        }

            .item-info .logo-info img + img {
                margin-top: 10px;
            }

    .item-info .label {
        color: #4a4a4a;
        font-size: 14px;
        text-transform: uppercase;
        margin-bottom: 20px;
        display: inline-block;
    }

    .item-info h4 {
        font-size: 20px;
        font-weight: bold;
        color: #000000;
        margin-bottom: 20px;
    }

    .item-info p {
        font-size: 16px;
    }

.banner {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    margin-top: 80px;
}

    .banner > img {
        display: none;
    }

    .banner .left-content {
        max-width: 750px;
        width: 48%;
        color: #fff;
        padding: 80px 80px 200px 80px;
        background: rgba(59, 135, 229, 0.9);
    }

        .banner .left-content h5,
        .banner .left-content h2 {
            color: #fff;
        }

        .banner .left-content h5 {
            margin-bottom: 30px;
        }

        .banner .left-content h2 {
            margin-bottom: 30px;
            padding-bottom: 30px;
            border-bottom: 1px solid #fff;
        }

.slider-customer {
    position: relative;
    margin: 30px -15px 0 -15px;
}

    .slider-customer .slick-list {
        overflow: hidden;
    }

    .slider-customer .icon {
        position: absolute;
        cursor: pointer;
        width: 50px;
        height: 50px;
        top: 50%;
        background: #00cdc2;
        margin-top: -25px;
        z-index: 2;
    }

        .slider-customer .icon.right {
            right: 0;
            margin-right: -25px;
        }

        .slider-customer .icon.left {
            left: 0;
            margin-left: -25px;
        }

        .slider-customer .icon .la {
            font-weight: normal;
            font-size: 25px;
        }

    .slider-customer .item-info {
        float: left;
        margin: 0 15px;
    }

.slider-company {
    margin-top: 50px;
    position: relative;
    width: 100%;
}

    .slider-company .slick-list {
        overflow: hidden;
    }

    .slider-company .icon {
        position: absolute;
        cursor: pointer;
        width: 50px;
        height: 50px;
        top: 50%;
        background: #00cdc2;
        margin-top: -25px;
    }

        .slider-company .icon.right {
            right: 0;
            margin-right: -25px;
        }

        .slider-company .icon.left {
            left: 0;
            margin-left: -25px;
        }

        .slider-company .icon .la {
            font-weight: normal;
            font-size: 25px;
        }

    .slider-company .company {
        margin-top: 0;
        float: left;
        width: 100%;
    }

.company {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 50px;
}

    .company .text {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
        padding: 50px 60px;
        position: relative;
    }

        .company .text img {
            margin-bottom: 20px;
            max-height: 70px;
        }

        .company .text .link {
            margin-top: 15px;
        }

        .company .text ul {
            list-style: disc;
            padding-left: 20px;
        }

        .company .text p,
        .company .text li {
            font-size: 18px;
            line-height: 1.6em;
            margin-bottom: 10px;
        }

    .company .img {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

.hidden-text {
    display: none;
}

.item-post h5 {
    margin-bottom: 30px;
}

.item-post img {
    width: 100%;
    margin-bottom: 30px;
}

.item-post h2 {
    color: #4a4a4a;
    margin-bottom: 20px;
}

.read-more-block {
    margin-top: 30px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    height: 600px;
}

    .read-more-block .item-read {
        color: #fff;
        padding: 40px;
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
        position: relative;
        height: 100%;
        background-repeat: no-repeat;
        background-size: cover;
    }

        .read-more-block .item-read:after {
            position: absolute;
            content: "";
            left: 0;
            top: 0;
            width: 100%;
            height: 100%;
            background: #3a85e1;
            /* Old browsers */
            background: -moz-linear-gradient(top, rgba(58, 133, 225, 0.8) 0%, rgba(125, 125, 125, 0.4) 100%);
            /* FF3.6-15 */
            background: -webkit-linear-gradient(top, rgba(58, 133, 225, 0.8) 0%, rgba(125, 125, 125, 0.4) 100%);
            /* Chrome10-25,Safari5.1-6 */
            background: linear-gradient(to bottom, rgba(58, 133, 225, 0.8) 0%, rgba(125, 125, 125, 0.4) 100%);
            /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
            filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3a85e1', endColorstr='#7d7d7d', GradientType=0);
            /* IE6-9 */
        }

        .read-more-block .item-read + .item-read:before {
            content: "";
            position: absolute;
            top: 0;
            left: 0;
            width: 1px;
            z-index: 2;
            height: 100%;
            background: #4e90de;
            /* Old browsers */
            background: -moz-linear-gradient(top, rgba(78, 144, 222, 0.5) 0%, #f9f9f9 50%, #f9f9f9 73%, #f9f9f9 100%);
            /* FF3.6-15 */
            background: -webkit-linear-gradient(top, rgba(78, 144, 222, 0.5) 0%, #f9f9f9 50%, #f9f9f9 73%, #f9f9f9 100%);
            /* Chrome10-25,Safari5.1-6 */
            background: linear-gradient(to bottom, rgba(78, 144, 222, 0.5) 0%, #f9f9f9 50%, #f9f9f9 73%, #f9f9f9 100%);
            /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
            filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4e90de', endColorstr='#f9f9f9', GradientType=0);
            /* IE6-9 */
        }

        .read-more-block .item-read p {
            font-size: 20px;
            position: relative;
            z-index: 2;
        }

        .read-more-block .item-read > p {
            font-weight: bold;
        }

        .read-more-block .item-read .more-text {
            display: none;
        }

        .read-more-block .item-read .plus {
            width: 40px;
            height: 40px;
            font-size: 20px;
            display: inline-block;
            font-style: normal;
            font-weight: bold;
            color: #3b87e5;
            text-align: center;
            line-height: 39px;
            background: #fff;
            border-radius: 50%;
            cursor: pointer;
            user-select: none;
            margin-top: 10px;
        }

            .read-more-block .item-read .plus.active span:nth-of-type(1) {
                display: none;
            }

            .read-more-block .item-read .plus.active span:nth-of-type(2) {
                display: inline;
            }

            .read-more-block .item-read .plus span:nth-of-type(2) {
                display: none;
            }

.slider {
    overflow: hidden;
    width: 100%;
    position: relative;
}

    .slider .slick-track {
        overflow: hidden;
    }

    .slider .left-content {
        position: absolute;
        left: 0;
        top: 0;
        z-index: 10;
        height: 100%;
        opacity: 0;
        min-height: 100px;
        -moz-transition: .5s ease;
        -o-transition: .5s ease;
        -webkit-transition: .5s ease;
        transition: .5s ease;
    }

        .slider .left-content.active {
            opacity: 1;
        }

    .slider .nav-sl {
        position: absolute;
        left: 0;
        bottom: 0;
        max-width: 750px;
        width: 48%;
        padding-bottom: 20px;
        text-align: center;
        z-index: 11;
    }

    .slider .dots-sl {
        display: inline-block;
        vertical-align: middle;
        margin: 0 10px;
    }

    .slider .slick-dots {
        display: inline-block;
    }

        .slider .slick-dots li {
            display: inline-block;
            width: 10px;
            height: 10px;
            border-radius: 50%;
            margin: 0 5px;
            background: #fff;
            opacity: .5;
            cursor: pointer;
        }

            .slider .slick-dots li.slick-active {
                opacity: 1;
            }

            .slider .slick-dots li button {
                display: none;
            }

    .slider .sl-item {
        float: left;
        width: 100%;
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        min-height: 650px;
    }

    .slider .icon {
        cursor: pointer;
        width: 50px;
        height: 50px;
        display: inline-block;
        vertical-align: middle;
        background: #00cdc2;
    }

        .slider .icon .la {
            font-weight: normal;
            font-size: 25px;
        }

.item-target {
    margin-top: 30px;
}

    .item-target .text {
        padding-top: 20px;
        border-top: 1px solid #d8d8d8;
    }

        .item-target .text h3 {
            font-size: 22px;
        }

.collaborate {
    position: relative;
}

    .collaborate + .collaborate {
        margin-top: 60px;
    }

    .collaborate:nth-child(even) .text {
        left: auto;
        right: 50px;
    }

    .collaborate:after {
        position: absolute;
        content: "";
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 76%, rgba(0, 0, 0, 0.8) 100%);
        /* FF3.6-15 */
        background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 76%, rgba(0, 0, 0, 0.8) 100%);
        /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 76%, rgba(0, 0, 0, 0.8) 100%);
        /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#cc000000', GradientType=0);
        /* IE6-9 */
    }

    .collaborate .text {
        position: absolute;
        color: #fff;
        left: 50px;
        bottom: 50px;
        max-width: 415px;
        z-index: 2;
    }

        .collaborate .text h5,
        .collaborate .text h2 {
            color: #fff;
            margin-bottom: 15px;
        }

        .collaborate .text h2 {
            padding-bottom: 15px;
            border-bottom: 1px solid #fff;
        }

    .collaborate img {
        width: 100%;
    }

a.contact {
    font-size: 26px;
    color: #005596;
    display: inline-block;
}

    a.contact:hover {
        text-decoration: underline;
    }

    a.contact + a.contact {
        margin-top: 40px;
    }

    a.contact .la {
        color: #3b87e5;
        margin-right: 15px;
        font-size: 40px;
        position: relative;
        top: 5px;
        text-decoration: none !important;
    }

.back-top {
    padding: 40px 0;
}

    .back-top.bottom {
        margin-top: 50px;
        padding-top: 50px;
        padding-bottom: 10px;
        border-top: 5px solid #005596;
    }

    .back-top a {
        color: #9b9b9b;
        font-size: 15px;
        text-transform: uppercase;
    }

        .back-top a:hover .la {
            -moz-transform: translateX(-4px);
            -o-transform: translateX(-4px);
            -webkit-transform: translateX(-4px);
            transform: translateX(-4px);
        }

        .back-top a .la {
            padding-right: 6px;
            -moz-transition: .2s ease;
            -o-transition: .2s ease;
            -webkit-transition: .2s ease;
            transition: .2s ease;
        }

.single-content {
    border-top: 5px solid #005596;
    padding-top: 30px;
    padding-bottom: 50px;
    /*max-width: 920px;*/
}

    .single-content .pnl-wysiwyg h1 {
        font-size: 36px;
        color: #3b87e5;
        margin-bottom: 25px;
    }

    .single-content .pnl-wysiwyg img + h1 {
        margin-top: 15px;
    }

    .single-content .pnl-wysiwyg .meta {
        color: #4a4a4a;
        padding-bottom: 30px;
        border-bottom: 5px solid rgba(0, 85, 150, 0.2);
        margin-bottom: 30px;
    }

        .single-content .pnl-wysiwyg .meta.pad-10 {
            padding-bottom: 10px;
        }

        .single-content .pnl-wysiwyg .meta a, .single-content .meta span {
            color: #4a4a4a;
            font-size: 16px;
            background: transparent;
        }

    .single-content .pnl-wysiwyg ul {
        list-style: disc;
        padding-left: 20px;
    }

    .single-content .pnl-wysiwyg li {
        line-height: 1.6em;
        margin-bottom: 10px;
    }

    .single-content .pnl-wysiwyg .meta a:hover {
        text-decoration: underline;
    }

    .single-content .pnl-wysiwyg .intro {
        font-size: 20px;
        max-width: 700px;
        margin-bottom: 40px;
    }

    .single-content .pnl-wysiwyg figcaption {
        font-size: 14px;
        font-weight: 300;
        margin-bottom: 25px;
    }

        .single-content .pnl-wysiwyg figcaption .fa {
            color: #3b87e5;
            margin-right: 5px;
        }

    .single-content .pnl-wysiwyg p span {
        background: rgba(0, 205, 194, 0.1);
    }

    .single-content .pnl-wysiwyg .col-3 {
        padding-top: 30px;
    }

        .single-content .pnl-wysiwyg .col-3 p {
            color: #9b9b9b;
            text-align: center;
            text-transform: uppercase;
        }

    .single-content .pnl-wysiwyg blockquote {
        margin: 40px 0;
    }

        .single-content .pnl-wysiwyg blockquote .fa {
            font-size: 60px;
            color: #00cdc2;
            display: inline-block;
            margin-bottom: 15px;
            padding-bottom: 15px;
            border-bottom: 4px solid #00cdc2;
        }

        .single-content .pnl-wysiwyg blockquote p {
            color: #3b87e5;
            font-size: 24px;
        }



.pnl-wysiwyg h1 {
    font-size: 24px;
    color: #3b87e5;
    margin-bottom: 40px;
    line-height: 1.3em;
}

.pnl-wysiwyg h2 {
    font-size: 24px;
    color: #3b87e5;
    margin-bottom: 40px;
    line-height: 1.3em;
}















.single-content h1 {
    font-size: 36px;
    color: #3b87e5;
    margin-bottom: 25px;
}

    .single-content img + h1 {
        margin-top: 15px;
    }

    .single-content .meta {
        color: #4a4a4a;
        padding-bottom: 30px;
        border-bottom: 5px solid rgba(0, 85, 150, 0.2);
        margin-bottom: 30px;
    }

        .single-content .meta.pad-10 {
            padding-bottom: 10px;
        }

        .single-content .meta a, .single-content .meta span {
            color: #4a4a4a;
            font-size: 16px;
            background: transparent;
        }

    .single-content ul {
        list-style: disc;
        padding-left: 20px;
    }

    .single-content li {
        line-height: 1.6em;
        margin-bottom: 10px;
    }

    .single-content .meta a:hover {
        text-decoration: underline;
    }

    .single-content .intro {
        font-size: 20px;
        max-width: 700px;
        margin-bottom: 40px;
    }

    .single-content figcaption {
        font-size: 14px;
        font-weight: 300;
        margin-bottom: 25px;
    }

        .single-content figcaption .fa {
            color: #3b87e5;
            margin-right: 5px;
        }

    .single-content p span {
        background: rgba(0, 205, 194, 0.1);
    }

    .single-content .col-3 {
        padding-top: 30px;
    }

        .single-content .col-3 p {
            color: #9b9b9b;
            text-align: center;
            text-transform: uppercase;
        }

.single-content blockquote {
    margin: 40px 0;
    font-size: 24px;
    color: #3b87e5;
    line-height: 1.6em;
}

        .single-content blockquote .fa {
            font-size: 60px;
            color: #00cdc2;
            display: inline-block;
            margin-bottom: 15px;
            padding-bottom: 15px;
            border-bottom: 4px solid #00cdc2;
        }

        .single-content blockquote p {
            color: #3b87e5;
            font-size: 24px;
        }

.separator {
    text-align: center;
    line-height: 1;
}

    .separator i {
        width: 4px;
        display: inline-block;
        height: 4px;
        border-radius: 50%;
        background: #9b9b9b;
        margin: 0 3px;
    }

.related {
    text-align: left;
}

    .related h2 {
        margin-bottom: 20px;
        color: #005596;
    }

    .related .col-md-6 {
        margin-top: 30px;
    }

.filter {
    padding-top: 50px;
    margin-bottom: 20px;
}

    .filter > span {
        display: inline-block;
        vertical-align: middle;
        font-size: 16px;
        text-transform: uppercase;
        margin: 0 10px 0 0;
        line-height: 1;
        padding-bottom: 2px;
    }

.pagination {
    text-align: center;
    padding-bottom: 80px;
}

    .pagination a {
        display: inline-block;
        vertical-align: middle;
        font-size: 16px;
        color: #9b9b9b;
        margin: 0 8px;
        -moz-transition: .2s ease;
        -o-transition: .2s ease;
        -webkit-transition: .2s ease;
        transition: .2s ease;
    }

        .pagination a.active,
        .pagination a:hover {
            color: #00bfb5;
        }

        .pagination a:first-child,
        .pagination a:last-child {
            width: 50px;
            height: 50px;
            border-radius: 50%;
            background: #00cdc2;
            color: #fff;
            text-align: center;
            line-height: 49px;
            font-size: 27px;
        }

            .pagination a:first-child:hover {
                -moz-transform: translateX(-5px);
                -o-transform: translateX(-5px);
                -webkit-transform: translateX(-5px);
                transform: translateX(-5px);
            }

            .pagination a:last-child:hover {
                -moz-transform: translateX(5px);
                -o-transform: translateX(5px);
                -webkit-transform: translateX(5px);
                transform: translateX(5px);
            }

.bootstrap-select {
    display: inline-block;
    position: relative;
    vertical-align: middle;
    font-family: Roboto;
    font-weight: normal;
    width: 50%;
    text-transform: uppercase;
}

    .bootstrap-select .btn {
        font-size: 16px;
        color: #4a4a4a;
        background: #ffffff;
        padding: 15px 20px;
        width: 100%;
        border-radius: 22px;
        border: none;
        cursor: pointer;
        line-height: 1;
        text-transform: uppercase;
        font-family: Roboto;
        font-weight: bold;
    }

        .bootstrap-select .btn .bs-caret {
            position: absolute;
            right: 20px;
            line-height: 18px;
            margin-top: -9px;
            top: 50%;
        }

            .bootstrap-select .btn .bs-caret:before {
                font-family: LineAwesome;
                content: "\f110";
                font-size: 18px;
                color: #4a4a4a;
            }

    .bootstrap-select.open .btn {
        border-radius: 20px 20px 0 0;
    }

        .bootstrap-select.open .btn .bs-caret:before {
            content: "\f113";
        }

    .bootstrap-select.open > .dropdown-menu {
        display: block;
    }

.selectpicker {
    display: none;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    z-index: 1000;
    display: none;
    min-width: 160px;
    list-style: none;
    text-align: left;
    background-color: #fff;
    border-radius: 0 0 20px 20px;
    border: none;
    border-top: none;
    list-style: none !important;
}

    .dropdown-menu ul {
        display: block;
        position: static;
        border: none !important;
        padding: 5px 0 !important;
    }

        .dropdown-menu ul a {
            font-size: 16px;
            color: #4a4a4a;
            background: #ffffff;
            padding: 8px 20px;
            display: block;
            cursor: pointer;
        }

            .dropdown-menu ul a:hover {
                background: rgba(248, 248, 248, 0.99);
            }

.main-footer {
    color: #fff;
}

    .main-footer .container-fluid {
        max-width: 1240px;
    }

    .main-footer a {
        color: #fff;
    }

    .main-footer .foot-menu {
        padding-top: 15px;
    }

        .main-footer .foot-menu li {
            margin-bottom: 10px;
        }

            .main-footer .foot-menu li ul {
                margin-top: 10px;
            }

                .main-footer .foot-menu li ul li a {
                    font-size: 15px;
                    font-weight: 400;
                }

                    .main-footer .foot-menu li ul li a:hover {
                        text-decoration: underline;
                    }

        .main-footer .foot-menu > ul > li > a, .main-footer .foot-menu > ul > li {
            text-transform: uppercase;
            font-weight: 700;
            font-size: 15px;
        }

        .main-footer .foot-menu li ul li {
            text-transform: none;
        }

        .main-footer .foot-menu > ul > li > a:hover {
            text-decoration: underline;
        }

    .main-footer .foot-top {
        padding: 60px 0;
        background: #005596;
        /* Old browsers */
        background: -moz-linear-gradient(top, #005596 0%, #112c51 100%);
        /* FF3.6-15 */
        background: -webkit-linear-gradient(top, #005596 0%, #112c51 100%);
        /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to bottom, #005596 0%, #112c51 100%);
        /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#005596', endColorstr='#112c51', GradientType=0);
        /* IE6-9 */
    }

        .main-footer .foot-top .col-lg-7 {
            display: -webkit-box;
            display: -moz-box;
            display: -ms-flexbox;
            display: -webkit-flex;
            display: flex;
            -webkit-flex-direction: row;
            -moz-flex-direction: row;
            -ms-flex-direction: row;
            flex-direction: row;
            -webkit-justify-content: space-between;
            -moz-justify-content: space-between;
            -ms-justify-content: space-between;
            justify-content: space-between;
        }

    .main-footer .foot-bottom {
        padding: 30px 0;
        background: #112a4c;
    }

        .main-footer .foot-bottom p {
            margin-bottom: 0;
            font-size: 14px;
        }

        .main-footer .foot-bottom p span {
            padding:0 20px;
        }

        .main-footer .foot-bottom .container-fluid {
            display: -webkit-box;
            display: -moz-box;
            display: -ms-flexbox;
            display: -webkit-flex;
            display: flex;
            -webkit-flex-direction: row;
            -moz-flex-direction: row;
            -ms-flex-direction: row;
            flex-direction: row;
            -webkit-justify-content: space-between;
            -moz-justify-content: space-between;
            -ms-justify-content: space-between;
            justify-content: space-between;
            align-items: center;
        }

    .main-footer .social a {
        display: inline-block;
        vertical-align: middle;
        margin-left: 25px;
        font-size: 24px;
    }

.mob-menu {
    display: none;
}

.downl-block {
    border-top: 5px solid rgba(0, 85, 150, 0.2);
    margin-top: 60px;
    padding-top: 48px;
}

    .downl-block p {
        font-size: 28px;
        color: #3b87e5;
    }

    .downl-block .btn-st {
        margin-top: 15px;
        background: #00bfb5;
        border-color: #00bfb5;
    }

        .downl-block .btn-st:hover {
            background: #00bfb587;
        }

.sl-accordion-mob p {
    font-size: 16px !important;
    color: #fff;
    text-align: left;
    font-weight: 700;
}

.sl-ac-item-mob {
    position: relative;
    padding: 20px;
    display: none;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
}

    .sl-ac-item-mob > * {
        position: relative;
        z-index: 2;
    }

.sl-accordion-mob .plus {
    width: 30px;
    height: 30px;
    font-size: 20px;
    display: block;
    position: relative;
    font-style: normal;
    font-weight: bold;
    color: #3b87e5;
    text-align: center;
    line-height: 29px;
    background: #fff;
    border-radius: 50%;
    cursor: pointer;
    user-select: none;
    z-index: 2;
    margin: 0 auto;
}

    .sl-accordion-mob .plus span:nth-of-type(2) {
        display: none;
    }

    .sl-accordion-mob .plus.active span:nth-of-type(1) {
        display: none;
    }

    .sl-accordion-mob .plus.active span:nth-of-type(2) {
        display: inline;
    }

.sl-ac-item-mob .content {
    padding-bottom: 15px;
    text-align: left;
    display: none;
}

.sl-ac-item-mob:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: .8;
    z-index: 1;
    background: -moz-linear-gradient(top, #3b87e5 0%, rgba(59, 135, 229, 0.4) 100%);
    background: -webkit-linear-gradient(top, #3b87e5 0%, rgba(59, 135, 229, 0.4) 100%);
    background: linear-gradient(to bottom, #3b87e5 0%, rgba(59, 135, 229, 0.4) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3b87e5', endColorstr='#663b87e5', GradientType=0);
}

@media (max-width: 1024px) {
    .main-header {
        max-height: 100%;
    }

    .wrap-menu {
        display: none;
    }

    .toggle-menu {
        display: block;
        height: 20px;
        width: 30px;
        float: right;
        cursor: pointer;
        margin-top: 19px;
        margin-left: 15px;
    }

        .toggle-menu span {
            display: block;
            width: 30px;
            height: 2px;
            margin-bottom: 7px;
            background: #112a4c;
            -webkit-transition: all 0.3s ease-in-out;
            transition: all 0.3s ease-in-out;
        }

    .mob-menu {
        padding: 20px 0;
    }

        .mob-menu .sub-menu {
            padding-left: 20px;
            padding-top: 15px;
        }

        .mob-menu li {
            margin-bottom: 15px;
        }

            .mob-menu li a {
                font-size: 16px;
                font-weight: 500;
            }

                .mob-menu li a img {
                    display: none;
                }

    .main-header .top-line {
        margin-bottom: 10px;
    }

    .main-header .logo {
        margin-bottom: 10px !important;
    }

    a.contact {
        color: #005596;
        word-break: break-all;
        font-size: 20px;
    }

        a.contact .la {
            font-size: 30px;
        }
}

@media (max-width: 991px) {

    .ban-top h1 {
        font-size: 30px;
    }

    .ban-top p {
        font-size: 18px;
    }

    .ban-top .btn-st {
        margin-top: 20px;
    }

    .ban-top.text-center {
        padding: 60px 0;
    }

    .main-section {
        padding: 50px 0;
    }

        .main-section.pad-md {
            padding: 40px 0;
        }

        .main-section.pad-t0 {
            padding-top: 0;
        }

        .main-section h3 {
            font-size: 22px;
            margin-bottom: 15px;
        }

        .main-section h5 {
            font-size: 18px;
            margin-bottom: 20px;
        }

        .main-section h2 {
            font-size: 28px;
            margin-bottom: 20px;
        }

        .main-section h1 {
            font-size: 32px;
            margin-bottom: 20px;
        }

    .pagin-top {
        margin-bottom: 20px;
    }

    .font-s20 p {
        font-size: 18px;
    }

    .h2-font-sm h2 {
        font-size: 20px;
    }

    .sl-accordion > div {
        padding-bottom: 60px;
    }

    .sl-accordion p {
        font-size: 16px;
    }

    .sl-accordion .sl-logo p {
        font-size: 17px;
    }

    .video-full {
        margin: 25px auto;
    }

        .video-full .start-video {
            font-size: 13px;
            width: 110px;
            height: 110px;
        }

            .video-full .start-video .fa {
                font-size: 34px;
                margin: 20px 0 10px 7px;
            }

    .challenges {
        padding: 0;
    }

        .challenges .col-md-4 a {
            padding: 25px;
        }

            .challenges .col-md-4 a h2 {
                margin-bottom: 30px;
            }

    .filter {
        padding-top: 30px;
        margin-bottom: 0;
    }

    .item-info .meta {
        position: static;
    }

    .item-info.font-lg h4 {
        font-size: 18px;
    }

    .item-info.font-s20 p {
        font-size: 17px;
    }

    .item-info .text {
        padding: 20px 20px;
    }

        .item-info .text.has-logo {
            padding-bottom: 105px;
        }

    .item-info .label {
        margin-bottom: 15px;
    }

    .item-info.has-link {
        padding-bottom: 35px;
    }

        .item-info.has-link .link {
            right: 20px;
            bottom: 20px;
        }

        .item-info.has-link .left-link .link {
            left: 20px;
        }

    .banner {
        margin-top: 40px;
    }

        .banner .left-content {
            width: 48%;
            padding: 25px 40px 50px 20px;
        }

            .banner .left-content h5 {
                margin-bottom: 15px;
            }

    .slider .left-content {
        padding-bottom: 80px;
    }

    .mar-bt-50 {
        margin-bottom: 30px;
    }

    .mar-bt-80 {
        margin-bottom: 40px;
    }

    .company {
        margin-top: 40px;
    }

        .company .text {
            padding: 20px;
        }

    .slider-company {
        margin-top: 40px;
    }

        .slider-company .icon, .slider-customer .icon {
            width: 30px;
            height: 30px;
            padding: 2px;
            margin-top: -15px;
        }

            .slider-company .icon.right, .slider-customer .icon.right {
                margin-right: -15px;
            }

            .slider-company .icon.left, .slider-customer .icon.left {
                margin-left: -15px;
            }

    .read-more-block .item-read {
        padding: 20px;
    }

        .read-more-block .item-read p {
            font-size: 16px;
        }

    .collaborate + .collaborate {
        margin-top: 30px;
    }

    a.contact + a.contact {
        margin-top: 20px;
    }

    .pagination {
        padding-bottom: 40px;
    }

    .back-top {
        padding: 20px 0;
    }

        .back-top.bottom {
            margin-top: 30px;
            padding-top: 30px;
            padding-bottom: 0;
        }

    .single-content {
        padding-top: 30px;
        padding-bottom: 40px;
    }

        .single-content .intro {
            margin-bottom: 20px;
        }

        .single-content h1 {
            font-size: 30px;
            margin-bottom: 15px;
        }

        .single-content figcaption {
            margin-bottom: 10px;
        }

        .single-content blockquote {
            margin: 20px 0;
        }

    .downl-block p {
        font-size: 24px;
    }

    .downl-block {
        margin-top: 40px;
        padding-top: 30px;
    }

        .downl-block .btn-st {
            margin-top: 5px;
        }

    .main-footer .logo {
        margin-bottom: 10px !important;
    }
}

@media (max-width: 767px) {
    .read-more-block {
        height: auto;
    }

        .read-more-block .item-read {
            -ms-flex: 0 0 100%;
            flex: 0 0 100%;
            max-width: 100%;
            padding-bottom: 120px;
        }

            .read-more-block .item-read + .item-read {
                border-top: 1px solid #fff;
            }

            .read-more-block .item-read:before {
                display: none;
            }

    .item-target {
        text-align: center;
        margin-top: 20px;
    }

        .item-target .col-md-4 {
            border-top: 1px solid #d8d8d8;
            padding: 20px 0 0 0;
            margin: 0 15px;
        }

        .item-target .text {
            text-align: left;
            border: none;
        }

    .collaborate {
        overflow: hidden;
    }

        .collaborate img {
            width: 100%;
            top: 0;
            left: 0;
            position: absolute;
            max-width: none;
            height: auto;
            min-height: 100%;
        }

        .collaborate .text {
            position: relative;
            padding: 20px;
            bottom: 0;
            right: 0 !important;
            left: 0 !important;
        }

    .filter > span {
        display: block;
        margin: 0;
        text-align: center;
    }

    .bootstrap-select {
        display: block;
        width: 100%;
        margin-top: 15px;
    }

    .company .text .link {
        position: static !important;
    }

    .single-content .col-3 {
        display: none;
    }

    .single-content .col-9 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .item-info .logo-info {
        position: relative;
        height: auto !important;
    }

    .item-info .text.has-logo {
        padding-bottom: 0;
    }

    .sl-ac-item-mob {
        display: block;
    }

    .sl-accordion {
        display: none;
    }

    .slider-content {
        position: relative;
    }

    .slider .left-content.active {
        position: relative;
    }

    .banner .left-content {
        width: 100% !important;
        max-width: 100%;
        padding: 20px 20px 30px 20px;
    }

    .banner {
        background-image: none !important;
    }

        .banner > img {
            display: inline;
        }

    .slider .left-content {
        padding-bottom: 75px;
    }

    .slider .nav-sl {
        width: 100% !important;
    }

    .slider .sl-item {
        min-height: 0;
        height: auto !important;
        padding-top: 12%;
        background-position: right center;
    }
}

@media (max-width: 700px) {
    .sl-accordion > div.not-active .row:nth-of-type(1) .col-md-7 {
        padding-left: 0;
    }

    .video-wrap {
        padding-top: 400px;
    }

        .video-wrap iframe, .video-wrap video {
            width: 715px !important;
        }

    .sl-accordion .row {
        -webkit-transform: translateX(-40%);
        -moz-transform: translateX(-40%);
        -ms-transform: translateX(-40%);
        -o-transform: translateX(-40%);
        transform: translateX(-40%);
    }

    .sl-accordion > div {
        padding: 30px 0 50px 0;
    }

    .banner .left-content {
        width: 80%;
    }

        .banner .left-content h2 {
            font-size: 20px;
            margin-bottom: 10px;
            padding-bottom: 10px;
        }

        .banner .left-content p {
            font-size: 16px;
        }

    .slider .nav-sl {
        width: 80%;
    }

    .company .text,
    .company .img {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .slider-customer {
        padding: 0 30px;
    }

        .slider-customer .icon.right {
            margin-right: 0;
        }

        .slider-customer .icon.left {
            margin-left: 0;
        }

    .company .img {
        text-align: center;
    }

    .main-footer .foot-top .col-lg-7 {
        display: block;
    }
}

@media (max-width: 575px) {
    .ban-top .down {
        margin-bottom: 10px;
    }

    .single-content .col-3 p {
        font-size: 12px;
    }

    .main-footer .social a {
        margin-left: 7px;
    }
}

@media (max-width: 400px) {
    .toggle-menu {
        margin-top: 5%;
    }
}

.no-flexbox .row {
    display: block;
}

    .no-flexbox .row:after {
        content: "";
        display: table;
        clear: both;
    }

.no-flexbox div[class*=col-] {
    display: block;
    float: left;
}

.no-flexbox .main-footer .foot-menu {
    display: block;
    float: left;
    width: 33.33%;
    padding-right: 20px;
}

    .no-flexbox .main-footer .foot-menu:last-child {
        padding-right: 0;
    }

.no-flexbox .main-footer .foot-bottom {
    overflow: hidden;
}

    .no-flexbox .main-footer .foot-bottom .container-fluid {
        display: block;
    }

        .no-flexbox .main-footer .foot-bottom .container-fluid > p, .no-flexbox .main-footer .foot-bottom .container-fluid > .social {
            display: block;
            float: left;
            width: 50%;
        }

        .no-flexbox .main-footer .foot-bottom .container-fluid > .social {
            text-align: right;
        }

.no-flexbox .main-menu .sub-menu {
    display: block;
    overflow: hidden;
    margin: 0 auto;
    text-align: center;
}

    .no-flexbox .main-menu .sub-menu li {
        display: inline-block;
        width: 33.33%;
        vertical-align: top;
    }

.no-flexbox .main-header .menu-line {
    display: block;
}

.no-flexbox .wrap-menu {
    float: right;
}

.no-flexbox .main-header .menu-line:after {
    content: "";
    clear: both;
    display: table;
}

.no-flexbox .ban-top .content-vid {
    display: block;
    height: auto;
    top: 50%;
    transform: translateY(-50%);
    ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}

.no-flexbox .main-menu .sub-menu li a span.icon {
    display: inline-block;
    vertical-align: middle;
    position: absolute;
    left: 0;
    top: 15px;
}

.no-flexbox .main-menu .sub-menu li a > span {
    display: block;
    padding-left: 55px;
    min-height: 0;
}

.no-flexbox .main-menu .sub-menu li a > span {
    text-align: left;
}

.no-flexbox .icon i {
    display: block;
    line-height: 28px;
}

.no-flexbox .main-menu .sub-menu li p.link {
    text-align: left;
    display: block;
}

.no-flexbox .sl-accordion > div.not-active .row:nth-of-type(1) .col-md-7 {
    float: right;
}

.no-flexbox .sl-accordion > div:after {
    background: #3b87e5;
    opacity: .5;
}

.no-flexbox .slider .icon .la, .no-flexbox .slider-company .icon .la, .no-flexbox .slider-customer .icon .la {
    line-height: 40px;
}

.no-flexbox .company .text, .no-flexbox .company .img {
    width: 50%;
    float: left;
}

.no-flexbox .read-more-block {
    display: block;
    overflow: hidden;
}

    .no-flexbox .read-more-block .item-read {
        float: left;
        width: 33.333333%;
    }

        .no-flexbox .read-more-block .item-read:after {
            opacity: .5;
        }

.no-flexbox .company:after {
    content: "";
    clear: both;
    display: table;
}

.no-flexbox .company .text > .link {
    position: static !important;
}

.no-flexbox .challenges .col-md-4 a {
    height: auto;
    top: 20%;
}

.no-flexbox .challenges .col-md-4:after, .no-flexbox .collaborate:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .4;
}

.no-flexbox .video-wrap iframe, .no-flexbox .video-full .start-video {
    display: none;
}



html.ie8 .main-section {
    max-width: 100% !important;
}

html.ie8 .ie8-container {
    max-width: 100% !important;
}
html.ie8 .ie8-row {
    max-width: 100% !important;
}

html.ie8 footer {
    max-width: 100% !important;
}

html.ie8 .fl-none {
    float:none;
    margin-left:auto;
    margin-right:auto;
}