﻿@charset "utf-8";
/* CSS Document */
@font-face {
    font-family: 'Segoe UI';
    src: url('../fonts/SegoeUI.eot');
    src: url('../fonts/SegoeUI.eot?#iefix') format('embedded-opentype'), url('../fonts/SegoeUI.woff2') format('woff2'), url('../fonts/SegoeUI.woff') format('woff'), url('../fonts/SegoeUI.ttf') format('truetype'), url('../fonts/SegoeUI.svg#fonts/SegoeUI') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Segoe UI';
    src: url('../fonts/SegoeUI-Bold.eot');
    src: url('../fonts/SegoeUI-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/SegoeUI-Bold.woff2') format('woff2'), url('../fonts/SegoeUI-Bold.woff') format('woff'), url('../fonts/SegoeUI-Bold.ttf') format('truetype'), url('../fonts/SegoeUI-Bold.svg#fonts/SegoeUI-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
}


ul:before, ul:after {
    content: '';
    display: table;
}

ul:after {
    clear: both;
}

.full-img img {
    width: 100%;
    height: auto;
}

img.img-crop {
    display: block;
    max-width: none
}

.table-cell {
    display: table-cell;
    vertical-align: middle;
    padding: 0;
}

.table-div {
    display: table;
    height: 100%;
    width: 100%;
}

.owl-carousel, .owl-carousel .owl-item {
    -webkit-tap-highlight-color: transparent;
    position: relative
}

.owl-carousel {
    display: none;
    width: 100%;
    z-index: 1
}

    .owl-carousel .owl-stage {
        position: relative;
        -ms-touch-action: pan-Y
    }

        .owl-carousel .owl-stage:after {
            content: ".";
            display: block;
            clear: both;
            visibility: hidden;
            line-height: 0;
            height: 0
        }

    .owl-carousel .owl-stage-outer {
        position: relative;
        overflow: hidden;
        -webkit-transform: translate3d(0,0,0)
    }

    .owl-carousel .owl-item {
        min-height: 1px;
        float: left;
        -webkit-backface-visibility: hidden;
        -webkit-touch-callout: none
    }

    .owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled {
        display: none
    }

    .no-js .owl-carousel, .owl-carousel.owl-loaded {
        display: block
    }

    .owl-carousel .owl-dot, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-prev {
        cursor: pointer;
        -webkit-user-select: none;
        -khtml-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none
    }

    .owl-carousel.owl-loading {
        opacity: 0;
        display: block
    }

    .owl-carousel.owl-hidden {
        opacity: 0
    }

    .owl-carousel.owl-refresh .owl-item {
        visibility: hidden
    }

    .owl-carousel.owl-drag .owl-item {
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none
    }

    .owl-carousel.owl-grab {
        cursor: move;
        cursor: grab
    }

    .owl-carousel.owl-rtl {
        direction: rtl
    }

        .owl-carousel.owl-rtl .owl-item {
            float: right
        }

    .owl-carousel .animated {
        -webkit-animation-duration: 1s;
        animation-duration: 1s;
        -webkit-animation-fill-mode: both;
        animation-fill-mode: both
    }

    .owl-carousel .owl-animated-in {
        z-index: 0
    }

    .owl-carousel .owl-animated-out {
        z-index: 1
    }

    .owl-carousel .fadeOut {
        -webkit-animation-name: fadeOut;
        animation-name: fadeOut
    }

@-webkit-keyframes fadeOut {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

.owl-height {
    transition: height .5s ease-in-out
}

.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity .4s ease
}

.owl-carousel .owl-item img.owl-lazy {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d
}

.owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000
}

.owl-carousel .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    background: url(owl.video.play.png) no-repeat;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    transition: -webkit-transform .1s ease;
    transition: transform .1s ease
}

    .owl-carousel .owl-video-play-icon:hover {
        -webkit-transform: scale(1.3,1.3);
        -ms-transform: scale(1.3,1.3);
        transform: scale(1.3,1.3)
    }

.owl-carousel .owl-video-playing .owl-video-play-icon, .owl-carousel .owl-video-playing .owl-video-tn {
    display: none
}

.owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    transition: opacity .4s ease
}

.owl-next, .owl-prev {
    background-position: 0 0
}

.owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1;
    height: 100%;
    width: 100%
}

.owl-nav {
    text-align: center;
    margin-top: 25px;
}

.owl-next, .owl-prev {
    background-color: #232d84;
    border-radius: 0;
    height: 40px;
    width: 40px;
    text-align: center;
    line-height: 40px;
    font-size: 30px;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    color: #fff;
    display: inline-block;
    margin: 0 5px;
}

    .owl-next:hover, .owl-prev:hover {
        background-color: #0089d0
    }

.search-div {
    color: #fff;
    text-align: center;
}

    .search-div .form-control, .search-div .form-control:focus {
        border-color: rgba(255,255,255,0.6);
        background-color: transparent;
        border-radius: 10px;
        padding: 12px 20px;
        font-size: 20px;
        text-align: center;
    }

.overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0,0,0,0.9);
    z-index: 1000;
}
/* Overlay closing cross */
.overlay-close {
    width: 30px;
    height: 30px;
    position: absolute;
    right: 20px;
    top: 20px;
    overflow: hidden;
    border: none;
    background: url(../images/close.svg) no-repeat center center;
    background-size: 100% 100%;
    text-indent: 200%;
    color: transparent;
    outline: none;
    z-index: 100;
    cursor: pointer;
}
/* Effects */
.overlay-door {
    visibility: hidden;
    opacity: 0;
    width: 100%;
    left: 0;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

    .overlay-door.open {
        visibility: visible;
        opacity: 1;
        width: 100%;
        -moz-transition: all 0.5s ease;
        -webkit-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        transition: all 0.5s ease;
    }

.anchor:before {
    content: "";
    display: block;
    height: 85px;
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
}

.header {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 500;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

    .header.active {
        background: rgba(0,25,52,1);
    }

.pre-header {
    background: rgba(0,25,52,0.4);
    border-bottom: 1px solid rgba(52,130,209,0.4);
    padding: 0 58px;
}

    .pre-header ul {
        float: right;
        margin: 0;
        padding: 0;
        list-style: none;
    }

        .pre-header ul li {
            float: left;
            margin: 0;
            padding: 0;
            border-right: 1px solid rgba(52,130,209,0.4);
        }

            .pre-header ul li:last-child {
                border-right: none;
            }

            .pre-header ul li a {
                display: block;
                padding: 0 20px;
                line-height: 36px;
                font-size: 16px;
                color: rgba(255,255,255,0.85);
            }

                .pre-header ul li a:hover {
                    color: #f7941d;
                    text-decoration: none;
                }

            .pre-header ul li .search-icon {
                background: url(../images/search.svg) no-repeat center;
                background-size: 18px;
                height: 36px;
                width: 36px;
                cursor: pointer;
                border: none;
                text-align: center;
            }

.user-btn {
    float: right;
    background: #3482d1;
    line-height: 24px;
    padding: 6px 12px;
    color: #fff;
    display: block;
    float: left;
    text-align: center;
}

    .user-btn span {
        display: inline-block;
        height: 24px;
        line-height: 24px;
    }

    .user-btn img {
        float: left;
    }

    .user-btn:hover {
        color: #fff;
        background: #f7941d;
    }

.post-header {
    padding: 0 58px;
    position: relative;
    background: rgba(0,0,0,0.15);
    border-bottom: 3px solid #f7941d;
    width: 100% !important;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.logo {
    float: left;
    padding: 7px 0;
}

    .logo img {
        width: 95px;
        -moz-transition: all 0.5s ease;
        -webkit-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        transition: all 0.5s ease;
    }

.search-icon-xs {
    background: url(../images/search.svg) no-repeat center;
    background-size: 24px;
    height: 40px;
    width: 40px;
    cursor: pointer;
    border: none;
    float: right;
    margin-top: 20px;
    margin-right: 15px;
}

.post-header.scroll-to-fixed-fixed {
    background: rgba(0,0,0,0.80);
}

    .post-header.scroll-to-fixed-fixed .logo img {
        width: 63px;
    }

    .post-header.scroll-to-fixed-fixed .menu > li {
        line-height: 74px;
    }

.toggleMenu {
    display: none;
    height: 40px;
    width: 40px;
    background: url(../images/toogle-open.png) no-repeat center;
    text-indent: -9999px;
    float: right;
    margin-top: 20px;
}

    .toggleMenu.active {
        background: url(../images/toogle-close.png) no-repeat center;
        color: #fff;
    }

    .toggleMenu:hover {
        color: #fff;
    }

.main-nav {
    float: right
}

.menu {
    list-style: none;
    *zoom: 1;
    margin: 0;
    padding: 0;
    width: 100%;
    display: table;
}

    .menu:before, .menu:after {
        content: "";
        display: table;
    }

    .menu:after {
        clear: both;
    }

    .menu ul {
        list-style: none;
        min-width: 250px;
        float: none;
        left: 0;
        top: 100%;
        position: relative;
        background: rgba(255,255,255, 0.9);
    }

    .menu a {
        padding: 0 30px;
        color: #fff;
    }

    .menu li {
        position: relative;
        padding: 0;
    }

    .menu > li > .parent:after {
        content: '\f107';
        position: absolute;
        font-family: 'FontAwesome';
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        top: 23px;
        font-size: 20px;
    }

    .menu li a:hover, .menu li:hover > a, .menu li.current-menu-item > a, .menu li.current > a {
        color: #f7941d;
        text-decoration: none;
    }

    .menu > li {
        display: table-cell;
        font-size: 19px;
        position: relative;
        line-height: 105px;
        text-align: center;
    }

        .menu > li:last-child {
            background: none;
        }

        .menu > li > a {
            display: block;
            position: relative;
        }

    .menu li ul {
        position: absolute;
        left: -9999px;
        margin: 0;
        list-style: none;
        padding: 0
    }

    .menu > li.hover > ul {
        left: 0;
        margin-left: 0;
    }

    .menu li li.hover ul {
        left: 100%;
        top: 0;
    }

    .menu li li {
        padding: 0;
        line-height: 22px;
        text-align: left;
        margin: 0;
    }

        .menu li li a {
            display: block;
            position: relative;
            z-index: 100;
            font-size: 18px;
            padding: 12px 25px;
            background: rgba(0,25,52,1);
        }

        .menu li li:last-child {
            border-bottom: none;
        }

        .menu li li a:hover {
            color: #fff;
            background: #3482d1;
        }

        .menu li li li a {
            background-color: rgba(0,25,52,1);
            z-index: 200;
        }

@media screen and (max-width:1199px) {
    .menu a {
        padding: 0 18px;
    }
}

@media screen and (max-width:991px) {
    .main-nav .active {
        display: block;
    }

    .main-nav {
        text-align: left;
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        background: #00152c;
        z-index: 9999;
        display: block;
        padding: 0;
        width: auto;
    }

    .menu > li {
        float: none;
        display: block;
        border-bottom: 1px solid #002f62;
        text-align: left;
        line-height: 30px;
        background: none;
        font-size: 16px;
    }

    .menu a {
        padding: 8px 25px
    }

    .menu li {
        display: block;
    }

    .menu > li > .parent {
        background-image: none;
    }

        .menu > li > .parent:after {
            content: '\f107';
            font-family: 'FontAwesome';
            position: absolute;
            top: 7px;
            right: 15px;
            left: auto;
            -webkit-transform: translateX(0%);
            -ms-transform: translateX(0%);
            transform: translateX(0%);
        }

    .menu li.hover > .parent:after {
        content: '\f106';
        font-family: 'FontAwesome';
        position: absolute;
        top: 7px;
        right: 15px;
        left: auto;
        -webkit-transform: translateX(0%);
        -ms-transform: translateX(0%);
        transform: translateX(0%)
    }

    .menu li li .parent:after {
        content: '\f107';
        font-family: 'FontAwesome';
        position: absolute;
        top: 7px;
        right: 15px;
        left: auto;
        -webkit-transform: translateX(0%);
        -ms-transform: translateX(0%);
        transform: translateX(0%)
    }

    .menu ul {
        display: block;
        width: auto;
        border-bottom: none;
        min-width: inherit
    }

    .menu > li.hover > ul, .menu li li.hover ul {
        position: static;
        margin-left: 0
    }

    .menu li li a {
        padding: 8px 35px;
        font-size: 15px;
    }

    .menu li li {
        text-align: left;
    }

        .menu li li li a {
            padding: 5px 45px;
        }

    .menu li ul {
        box-shadow: none;
        -webkit-box-shadow: none
    }

        .menu li ul::after {
            display: none;
        }

    .anchor:before {
        content: "";
        display: block;
        position: absolute;
        left: 0;
        right: 0;
        width: 100%;
    }
}


.banner {
    position: relative;
}

.banner-image {
    min-width: initial;
    height: 654px;
    position: relative;
    overflow: hidden;
    flex: 0 0 auto;
    display: flex;
}

    .banner-image img {
        flex: 1 1 auto;
        align-self: center;
        justify-self: center;
        object-fit: cover;
        height: 100%;
        min-width: 100%;
        width: auto;
    }

.banner .carousel-caption {
    margin: 0;
    padding: 0;
    left: 0;
    right: 0;
    color: inherit;
    text-align: inherit;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    bottom: auto;
    color: #fff;
    text-align: center;
}

.banner .carousel-control-prev {
    background: url(../images/prev.png) no-repeat center;
    background-size: 16px;
    width: 40px;
    height: 40px;
    border-radius: 6px;
    opacity: 1;
    text-indent: -9999px;
    z-index: 30;
    top: 50%;
    margin-top: -20px;
    left: 10px;
}

.banner .carousel-control-next {
    background: url(../images/next.png) no-repeat center;
    background-size: 16px;
    width: 40px;
    height: 40px;
    border-radius: 6px;
    opacity: 1;
    text-indent: -9999px;
    z-index: 30;
    top: 50%;
    margin-top: -20px;
    right: 10px;
}

.banner-options {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 10;
}

    .banner-options .search-block {
        background: rgba(0,25,52,0.66);
    }

        .banner-options .search-block .search-form {
            padding: 31px 58px;
        }

        .banner-options .search-block label {
            font-size: 22px;
            color: #fff;
            margin-bottom: 0;
        }

.search-input {
    position: relative;
}

    .search-input button {
        background: url(../images/search-icon.png) no-repeat center;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        width: 41px;
        height: 41px;
        border: none;
        cursor: pointer
    }

    .search-input .form-control, .search-input .form-control:focus {
        border-color: rgba(255,255,255,0.6);
        background-color: transparent;
        border-radius: 10px;
    }

.banner-links [class*=col-]:nth-child(1) a {
    background: #f7941d;
}

.banner-links [class*=col-]:nth-child(2) a {
    background: #3482d1;
}

.banner-links [class*=col-]:nth-child(3) a {
    background: #07407a;
}

.banner-links [class*=col-]:nth-child(1) a:hover {
    background: #fea944;
}

.banner-links [class*=col-]:nth-child(2) a:hover {
    background: #4897e8;
}

.banner-links [class*=col-]:nth-child(3) a:hover {
    background: #155aa0;
}

.banner-links a {
    color: #fff;
    display: block;
    padding: 17px 0;
    font-weight: 700;
    text-align: center;
}

    .banner-links a img {
        display: block;
        margin: 0 auto 15px;
    }

    .banner-links a:hover {
        color: #fff;
        text-decoration: none;
    }

.sidebar-menu {
    background: url(../images/sidebar-bg.jpg) no-repeat center;
    background-size: cover;
}

    .sidebar-menu .nav-tabs {
        padding: 128px 0px 50px 0px;
        border: none;
    }

        .sidebar-menu .nav-tabs .nav-item {
            margin-bottom: 5px;
            border-bottom: 1px solid rgba(255,255,255,0.2);
            -ms-flex: 0 0 100%;
            flex: 0 0 100%;
            max-width: 100%
        }

        .sidebar-menu .nav-tabs .nav-link {
            color: #fff;
            display: block;
            position: relative;
            padding-right: 30px;
            padding-left: 60px;
            font-weight: 700;
            line-height: 100%;
            font-size: 17px;
            border: none;
            border-radius: 0;
            padding-top: 0;
            padding-bottom: 0
        }

            .sidebar-menu .nav-tabs .nav-link.active, .sidebar-menu .nav-tabs .nav-item.show .nav-link {
                color: #f7941d;
                text-decoration: none;
                background: none;
                border: none;
            }

            .sidebar-menu .nav-tabs .nav-link:after {
                background: url(../images/inactive-arrow.png);
                height: 10px;
                width: 6px;
                position: absolute;
                top: 50%;
                margin-top: -5px;
                right: 15px;
                content: '';
            }

            .sidebar-menu .nav-tabs .nav-link:hover:after, .sidebar-menu .nav-tabs .nav-link.active:after {
                background: url(../images/active-arrow.png);
                height: 10px;
                width: 6px;
                position: absolute;
                top: 50%;
                margin-top: -5px;
                right: 15px;
                content: '';
            }

            .sidebar-menu .nav-tabs .nav-link .table-div {
                height: 41px;
            }

            .sidebar-menu .nav-tabs .nav-link img {
                position: absolute;
                top: 0;
                left: 0;
            }

/*.sidebar-menu ul{ padding:58px 0; margin:0; list-style:none;}
.sidebar-menu ul li{ margin-bottom:5px; border-bottom:1px solid rgba(255,255,255,0.2);}
.sidebar-menu ul li:last-child{ margin-bottom:0;}
.sidebar-menu ul li a{ color:#fff; display:block; position:relative; padding-right:30px; padding-left:60px;font-weight:700; line-height:100%; font-size:17px;}
.sidebar-menu ul li a:hover, .sidebar-menu ul li a.active{ color:#f7941d; text-decoration:none;}
*/

.resources .content {
    padding: 110px 0px 50px 0px;
    min-height: 654px;
}

.resourcesinner .content {
    padding: 58px;
    min-height: 700px;
}

.resouces-scroll {
    padding: 0 50px;
    position: relative;
}

    .resouces-scroll .owl-nav {
        margin: 0;
    }

    .resouces-scroll .owl-prev, .resouces-scroll .owl-next {
        color: #3482d1;
        position: absolute;
        top: 50%;
        margin-top: -20px;
        background: #fff;
        font-size: 30px;
        margin-left: 0;
        margin-right: 0;
    }

    .resouces-scroll .owl-prev {
        left: -50px;
    }

    .resouces-scroll .owl-next {
        right: -50px;
    }

.resouces-block {
    background: #ebebeb;
    text-align: center;
}

    .resouces-block .image {
        padding: 15px;
    }

        .resouces-block .image img {
            width: 128px;
        }

    .resouces-block .block-content {
        padding: 5px 15px 15px;
        text-align: left;
    }

    .resouces-block .date {
        border-top: 1px solid #000;
        padding: 10px 15px;
    }

    .resouces-block span.btn {
        border-radius: 0;
        cursor: default;
    }

    .resouces-block .btn {
        border-radius: 0;
        padding-left: 15px;
        padding-right: 15px;
    }

        .resouces-block .btn i {
            font-size: 24px;
        }

.section {
    padding: 94px 58px 20px 58px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    min-height: 654px;
}


.w2 h2 {
    color: #fff;
    overflow: hidden;
    margin-bottom: 0;
}

    .w2 h2 span {
        position: relative;
        padding-right: 20px;
        display: inline-block;
    }

        .w2 h2 span:after {
            left: 100%;
            bottom: 0;
            width: 3000px;
            content: '';
            height: 1px;
            background: #fff;
            position: absolute;
        }

.w2 .opp-block {
    background: #fff;
}

    .w2 .opp-block .full-img {
        position: relative;
    }

        .w2 .opp-block .full-img .image {
            position: absolute;
            bottom: 0;
            left: 0;
            padding: 6px;
            width: 72px;
            z-index: 10;
            background: #fff;
            text-align: center;
        }

    .w2 .opp-block .content {
        padding: 15px;
        color: #181818;
    }

        .w2 .opp-block .content a {
            color: #181818;
        }

            .w2 .opp-block .content a:hover {
                color: #3482d1;
                text-decoration: none;
            }

    .w2 .opp-block .date {
        padding: 6px 15px;
        color: #fff;
    }

        .w2 .opp-block .date.start {
            background: #3482d1
        }

        .w2 .opp-block .date.end {
            background: #959595
        }

.w2 .nav-tabs {
    padding: 0;
    margin: 0 -10px;
    border: none;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

    .w2 .nav-tabs .nav-item {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
        padding: 0 10px;
    }

    .w2 .nav-tabs .nav-link {
        color: #f7941d;
        display: block;
        border: 1px solid #f7941d;
        border-radius: 10px;
        padding: 0.5rem 1.2rem;
        text-align: center;
        line-height: 1.5;
        font-weight: 700;
    }

        .w2 .nav-tabs .nav-link:hover, .w2 .nav-tabs .nav-link.active, .sidebar-menu .nav-tabs .nav-item.show .nav-link {
            color: #fff;
            text-decoration: none;
            background: #3482d1;
            border-color: #3482d1;
        }

.w3 h2 {
    color: #3482d1;
    overflow: hidden;
    margin-bottom: 0;
}

    .w3 h2 span {
        position: relative;
        padding-right: 20px;
        display: inline-block;
    }

        .w3 h2 span:after {
            left: 100%;
            bottom: 0;
            width: 3000px;
            content: '';
            height: 1px;
            background: #d8d8d8;
            position: absolute;
        }

.events-scroll {
    padding: 0 50px;
    position: relative;
}

    .events-scroll .owl-nav {
        margin: 0;
    }

    .events-scroll .owl-prev, .events-scroll .owl-next {
        color: #3482d1;
        position: absolute;
        top: 50%;
        margin-top: -20px;
        background: #fff;
        font-size: 30px;
        margin-left: 0;
        margin-right: 0;
    }

    .events-scroll .owl-prev {
        left: -50px;
    }

    .events-scroll .owl-next {
        right: -50px;
    }

.w3 .event-block {
    background: #fff;
}

    .w3 .event-block .full-img {
        position: relative;
    }

        .w3 .event-block .full-img .image {
            position: absolute;
            bottom: 0;
            left: 0;
            padding: 6px;
            width: 72px;
            z-index: 10;
            background: #fff;
            text-align: center;
        }

    .w3 .event-block .content {
        padding: 15px;
        color: #181818;
    }

        .w3 .event-block .content a {
            color: #181818;
        }

            .w3 .event-block .content a:hover {
                color: #3482d1;
                text-decoration: none;
            }

    .w3 .event-block .date {
        padding: 6px 15px;
        color: #fff;
    }

        .w3 .event-block .date.start {
            background: #3482d1
        }

        .w3 .event-block .date.end {
            background: #959595
        }

.w3 .ui-datepicker .ui-datepicker-header {
    padding: 14px 0;
    font-size: 20px;
}

.w3 .ui-datepicker td span, .w3 .ui-datepicker td a, .w3 .ui-datepicker th {
    padding: 16px 7px;
}

.w3 .ui-datepicker .ui-datepicker-prev span {
    background: url(../images/left-arrow.svg) no-repeat center;
    background-size: 100%;
}

.w3 .ui-datepicker .ui-datepicker-next span {
    background: url(../images/right-arrow.svg) no-repeat center;
    background-size: 100%;
}

.w4 h2 {
    color: #fff;
    overflow: hidden;
    margin-bottom: 0;
}

    .w4 h2 span {
        position: relative;
        padding-right: 20px;
        display: inline-block;
    }

        .w4 h2 span:after {
            left: 100%;
            bottom: 0;
            width: 3000px;
            content: '';
            height: 1px;
            background: #fff;
            position: absolute;
        }

.member-box {
    background: #fff;
}

    .member-box .full-img {
        padding: 30px 40px;
    }

    .member-box .name {
        padding: 6px 15px;
        background: #f7941d;
        color: #fff;
        text-align: center;
    }

    .member-box .company-info {
        padding: 6px 15px;
        border-bottom: 1px solid #d8d8d8;
        border-left: 4px solid #f7941d;
    }

    .member-box .content {
        padding: 15px;
        border-left: 4px solid #f7941d;
    }

.footer {
    padding: 30px 58px;
    background: #002346;
    color: #fff;
    border-top: 4px solid #fff;
}

    .footer a {
        color: #fff;
    }

        .footer a:hover {
            color: #f7941d;
            text-decoration: none;
        }

.footer-top {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #2e4b67;
}

.footer-menu {
    float: left;
    margin: 0;
    padding: 0;
    list-style: none;
}

    .footer-menu li {
        float: left;
        border-right: 1px solid #2e4b67;
        padding-right: 12px;
        margin-right: 12px;
    }

        .footer-menu li a {
            display: block;
            line-height: 40px;
        }

.newsletter {
    float: right;
}

    .newsletter label {
        line-height: 40px;
        margin-right: 15px;
        display: block;
        margin-bottom: 0;
        float: left
    }

    .newsletter .form {
        width: 250px;
        position: relative;
        float: left;
    }

    .newsletter .form-control, .newsletter .form-control:focus {
        background: #002346;
        color: #fff;
        border-color: #fff;
        border-radius: 0;
        padding-right: 60px;
        border-radius: 10px;
    }

        .newsletter .form-control::-webkit-input-placeholder {
            color: #fff;
            opacity: 1;
        }

        .newsletter .form-control::-moz-placeholder {
            color: #fff;
            opacity: 1;
        }

        .newsletter .form-control:-ms-input-placeholder {
            color: #fff;
            opacity: 1;
        }

        .newsletter .form-control::-ms-input-placeholder {
            color: #fff;
            opacity: 1;
        }

        .newsletter .form-control::placeholder {
            color: #fff;
            opacity: 1;
        }

    .newsletter .form button {
        height: 40px;
        width: 50px;
        border: none;
        cursor: pointer;
        position: absolute;
        top: 0;
        right: 0;
        background: url(../images/envelope.png) no-repeat center;
    }

.page-header, .page-top-items {
    position: relative;
}

.page-banner-image {
    min-width: initial;
    height: 388px;
    position: relative;
    overflow: hidden;
    flex: 0 0 auto;
    display: flex;
}

    .page-banner-image img {
        flex: 1 1 auto;
        align-self: center;
        justify-self: center;
        object-fit: cover;
        height: 100%;
        min-width: 100%;
        width: auto;
    }

.page-header-items {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 0 60px 85px;
    z-index: 100
}

.page-header-content {
    padding-left: 12px;
    border-left: 5px solid #3382cf;
    color: #fff;
}

    .page-header-content h1 {
        font-size: 30px;
        margin: 0;
    }

    .page-header-content a, .page-header-element a {
        color: #fff;
    }

.page-header-element {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 101;
    color: #fff;
    text-align: center;
}

    .page-header-element a.button {
        display: block;
        padding: 8px 8px;
        color: #fff;
        font-weight: 700;
        line-height: 37px;
        text-shadow: 2px 2px 2px rgba(0,0,0,0.5)
    }

        .page-header-element a.button:hover {
            text-decoration: none;
        }

    .page-header-element ul {
        margin: 0;
        padding: 14px 15px;
        list-style: none;
    }

        .page-header-element ul li {
            display: inline-block;
            margin: 0 4px;
        }

            .page-header-element ul li a:hover {
                color: #f5951d;
            }

    .page-header-element [class*=col-] {
        -webkit-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        transition: all 0.5s ease;
    }

        .page-header-element [class*=col-]:nth-child(1) {
            background: #f7941d;
        }

        .page-header-element [class*=col-]:nth-child(2) {
            background: #3582d2;
        }

        .page-header-element [class*=col-]:nth-child(3) {
            background: #08407b;
        }

        .page-header-element [class*=col-]:nth-child(4) {
            background: rgba(0,25,52,0.5);
        }

        .page-header-element [class*=col-]:nth-child(1):hover {
            background: #fea944;
        }

        .page-header-element [class*=col-]:nth-child(2):hover {
            background: #4897e8;
        }

        .page-header-element [class*=col-]:nth-child(3):hover {
            background: #155aa0;
        }

.subtitle h2 {
    color: #3582d2;
    font-size: 24px;
    padding-bottom: 20px;
}

.site-content {
    padding: 45px 60px;
    background: url(../images/shape-left.png) no-repeat bottom left, url(../images/shape-right.png) no-repeat bottom right;
    font-size: 15px;
}

.input-group .form-control {
    border-right: none;
}

.social-login {
    margin: 0 -8px;
    padding: 0;
    list-style: none;
}

    .social-login li {
        float: left;
        padding: 0 8px;
        width: 50%;
    }

        .social-login li a {
            display: block;
            color: #fff;
            line-height: 45px;
            text-align: center;
            font-size: 20px;
        }

        .social-login li.facebook a {
            background: #3b5999
        }

        .social-login li.twitter a {
            background: #2aa9e0;
        }

.block-label {
    overflow: hidden;
}

    .block-label strong {
        position: relative;
        padding-right: 15px;
        display: inline-block;
    }

        .block-label strong:after {
            background: #cccccc;
            height: 1px;
            width: 1500px;
            left: 100%;
            right: 0;
            content: '';
            position: absolute;
            top: 50%;
            margin-top: -1px;
        }

.info {
    background: url(../images/information.svg) no-repeat;
    background-size: 100%;
    height: 20px;
    width: 20px;
    display: inline-block;
    margin: 4px 0 0 0;
    float: right;
}

.password-fld {
    position: relative;
}

    .password-fld .info {
        position: absolute;
        top: 50%;
        margin-top: -10px;
        right: 25px;
    }

.opportunities h2 {
    color: #fff;
    overflow: hidden;
    margin-bottom: 0;
}

    .opportunities h2 span {
        position: relative;
        padding-right: 20px;
        display: inline-block;
    }

        .opportunities h2 span:after {
            left: 100%;
            bottom: 0;
            width: 3000px;
            content: '';
            height: 1px;
            background: #ccc;
            position: absolute;
        }

.opportunities .opp-block {
    background: #fff;
}

    .opportunities .opp-block .full-img {
        position: relative;
    }

        .opportunities .opp-block .full-img .image {
            position: absolute;
            bottom: 0;
            left: 0;
            padding: 6px;
            width: 72px;
            z-index: 10;
            background: #fff;
            text-align: center;
        }

    .opportunities .opp-block .content {
        padding: 15px;
        color: #181818;
    }

        .opportunities .opp-block .content a {
            color: #181818;
        }

            .opportunities .opp-block .content a:hover {
                color: #3482d1;
                text-decoration: none;
            }

    .opportunities .opp-block .date {
        padding: 6px 15px;
        color: #fff;
    }

        .opportunities .opp-block .date.start {
            background: #3482d1
        }

        .opportunities .opp-block .date.end {
            background: #959595
        }

.event-title {
    margin-bottom: 12px;
    padding-bottom: 12px;
    border-bottom: 1px solid #3482d1;
}

    .event-title h4 {
        margin: 0;
        font-size: 20px;
        float: left;
        padding: 6px 0 0 0
    }

    .event-title .event-logo {
        border: 1px solid #ccc;
        padding: 5px;
        width: 70px;
        float: left;
        margin-right: 15px
    }

.event-item .date {
    padding: 6px 15px;
    color: #fff;
    background: #959595
}

.resources-wrapper {
    background: url(../images/shape-left.png) no-repeat bottom left, url(../images/shape-right.png) no-repeat bottom right;
}

.sidebar {
    border-right: 1px solid #ccc;
}

.sidebar-page {
    padding: 58px 25px 58px 58px;
}

    .sidebar-page ul {
        padding: 0;
        margin: 0;
        list-style: none;
    }

        .sidebar-page ul li {
            margin-bottom: 10px;
            border-bottom: 1px solid #ccc;
        }

            .sidebar-page ul li:last-child {
                margin-bottom: 0;
            }

            .sidebar-page ul li a {
                color: #141414;
                display: block;
                position: relative;
                padding-right: 30px;
                padding-left: 60px;
                font-weight: 700;
                line-height: 100%;
                font-size: 17px;
            }

                .sidebar-page ul li a:hover, .sidebar-menu ul li a.active {
                    color: #141414;
                    text-decoration: none;
                }

                .sidebar-page ul li a .table-div {
                    height: 41px;
                }

                .sidebar-page ul li a img {
                    position: absolute;
                    top: 0;
                    left: 0;
                }

.custom-tabs .nav-tabs {
    border-bottom: 1px solid #ccc;
}

    .custom-tabs .nav-tabs .nav-link {
        background: #fff;
        font-weight: 700;
        color: #141414;
        border-top: 4px solid #fff;
        border-radius: 0;
        border-bottom: 1px solid #ccc;
    }

        .custom-tabs .nav-tabs .nav-link:hover, .custom-tabs .nav-tabs .nav-link:focus, .custom-tabs .nav-tabs .nav-link.active, .nav-tabs .nav-item.show .custom-tabs .nav-link {
            border-color: #ccc;
            border-bottom-color: #fff;
            border-top-color: #f7941d;
        }

.edit-link {
    background: url(../images/edit-icon.png) no-repeat left;
    font-weight: 700;
    display: inline-block;
    line-height: 27px;
    padding-left: 35px;
    color: #141414;
    cursor: pointer;
    border: none;
}

.custom-tabs .tab-content {
    padding-top: 20px;
}

.map {
    height: 244px;
    position: relative;
    width: 100%;
}

    .map .map-inner {
        bottom: 0;
        left: 0;
        position: absolute;
        top: 0;
        width: 100%;
    }

        .map .map-inner iframe {
            height: 100%;
            width: 100%;
        }

.topspace {
    margin-top: 15px;
}

.align {
    padding-right: 48px;
}


.ClassImageNews {
    height: 40px;
    width: 50px;
    border: none;
    cursor: pointer;
    position: absolute;
    top: 0;
    right: 0;
    background: url(images/envelope.png) no-repeat center;
    padding: 10px;
}

.SearchImage {
    background-size: auto;
    background-size: auto;
    background-size: 18px;
    height: 36px;
    width: 36px;
    cursor: pointer;
    border: none;
    text-align: center;
    position: absolute;
    top: 0;
    float: right;
    left: 92%;
    padding: 6px;
}


.HederMember {
    background: url(/App_Themes/ThemeEn/Images/Mamber.png);
    background-repeat: no-repeat;
    background-position-x: right;
    max-height: 220px;
}

.UserProfile {
    float: left;
    padding: 25px;
}

@media screen and (max-width: 800px) {
    .wow {
        animation-name: none !important;
        visibility: visible !important;
    }
    .divPortalMenu {
        padding-top: 120px !important;
    }
}

@media screen and (max-width: 400px) {
    .btnGrant {
        min-height: 66px;
    }
    
}