@font-face {
    font-family: 'icomoon';
    src:  url('../css/fonts/icomoon.eot');
    src:  url('../css/fonts/icomoon.eot') format('embedded-opentype'),
    url('../css/fonts/icomoon.ttf') format('truetype'),
    url('../css/fonts/icomoon.woff') format('woff'),
    url('../css/fonts/icomoon.svg') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: block;
}

[class^="icon-"], [class*=" icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icomoon' !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-home2:before {
    content: "\e901";
}
.icon-envelop:before {
    content: "\e945";
}
.icon-eject:before {
    content: "\ea25";
}
.row {
    max-width: unset !important;
}
.mobile-sidebar {
    display: none;
}
.slider_gallery_td .swiper-slide {
    height: auto;
}
section {
    position: relative;
}
section.page_news {
    padding: 100px 0;
}

section.page_news .container {
    padding: 0 !important;
    max-width: 1240px !important;
}

.items_post_large b.term {font-size: 34px;font-weight: 900;line-height: 46px;text-transform: uppercase;color: #141f3b;width: 100%;}


.items_post_large .box_img {
    height: 400px;
    overflow: hidden;
}

.items_post_large .box_img img {
    height: 100%;
    object-fit: cover;
    transform: scale(1);
    transition: .5s all;
}

.items_post_large .wrap_content {
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
}

.items_post_large h3 {
    margin: 0 0 10px;
    color: #333;
    font-size: 27px;
    line-height: 1.5;
}

.items_post_large .content {
    font-size: 17px;
}

.items_post_large .nav_bottom {
    display: flex;
    justify-content: space-between;
    width: 100%;
    align-items: center;
}

.items_post_large .nav_bottom .date {
    color: #141f3b;
    font-size: 20px;
    line-height: 24px;
}

.items_post_large .nav_bottom span {
    color: #141f3b !important;
    display: inline-block;
}

.items_post_large:hover .box_img img {
    transform: scale(1.2);
}

a.style_center.max {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    z-index: 9;
    transform: translate(-50%,-50%);
}

.items_post_large {
    margin-bottom: 60px;
}

.item_post {
    position: relative;
    width: calc(25% - 20px);
    margin: 0 10px 30px;
    border-radius: 10px;
    overflow: hidden;
    background: transparent;
    transition: .5s all;
}

.wrap_post {
    display: flex;
    flex-wrap: wrap;
}

.item_post .box_img {
    width: 100%;
    height: 195px;
    overflow: hidden;
}

.item_post .box_img img {
    height: 100%;
    object-fit: cover;
}

.item_post .box_content {
    border: 1px solid #3333331c;
    padding: 20px;
    display: inline-block;
    border-top: none;
    border-radius: 0 0 10px 10px;
    transition: .5s all;
}
.item_post .box_content .date {
    font-size: 12px;
    font-weight: 600;
    margin-bottom: 10px;
}

.item_post .box_content h3 {
    font-size: 15px;
    text-transform: uppercase;
    color: #333;
    line-height: 1.5;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    margin-bottom: 0;
}

.item_post span {
    width: 100%;
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    color: #141f3b !important;
    background-color: #FFFFFF;
    border-radius: 7px;
    box-shadow: 0px 1px 2px 0px rgba(16, 24.000000000000014, 40, 0.04);
    padding: 0 10px;
    text-align: center;
    display: flex;
    justify-content: center;
    height: 40px;
    align-items: center;
    height: 0;
    overflow: hidden;
}

.item_post:hover {
    background: #141f3b;
}

.item_post .box_content > * {
    transition: .5s all;
}

.item_post:hover .box_content > * {
    color: #fff;
}

.item_post:hover span {
    height: 42px;
    margin-top: 20px;
}
ul.thenativePagination {
    display: flex;
    list-style: none;
    margin: 30px 0 0 0;
    justify-content: center;
}

ul.thenativePagination a {
    width: 38px;
    height: 38px;
    border: 1px solid #e1e1e1;
    display: inline-block;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: #999999;
    font-size: 15px;
    line-height: 39px;
    margin: 0 5px;
    justify-content: center;
    text-align: center;
}

ul.thenativePagination li.active a {
    color: #23386f;
    border-color: #23386f;
}
li.thenativePaginationStart, li.thenativePaginationEnd {
    display: none !important;
}

li.thenativePaginationPrev a, li.thenativePaginationNext a {
    border: none;
}

li.thenativePaginationPrev a svg, li.thenativePaginationNext a svg {
    width: 15px;
    margin-top: 11px;
    fill: #999999;
}

li.thenativePaginationPrev a svg {
    transform: rotate(180deg);
}
.items_post_large {
    position: relative;
}

ul.nav_terms_post {
    list-style: none;
    margin: 0 0 50px;
    display: flex;
    justify-content: center;
    border-bottom: 1px solid #33333345;
}

ul.nav_terms_post a {
    text-transform: uppercase;
    font-weight: 700;
    color: #999;
    font-size: 23px;
    margin: 0 30px;
    padding: 10px 0;
    display: inline-block;
    position: relative;
    transition: .5s all;
}

ul.nav_terms_post a:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    height: 2px;
    background: #141f3b;
    transition: .5s all;
    width: 0;
}

ul.nav_terms_post a:hover:before,
ul.nav_terms_post a.active:before{
    width: 100%;
}

ul.nav_terms_post a:hover,
ul.nav_terms_post a.active{
    color: #141f3b;
}
ul.language{
    margin: 0;
}
section.contact_page {
    padding: 60px 0;
}

section.contact_page .wrap_form {
    box-shadow: 0px 5px 8px 0px rgba(0, 0, 0, 0.15);
    padding: 40px;
    margin-top: 30px;
}

section.contact_page .container {
    padding: 0;
}

section.contact_page .wrap_form input,section.contact_page .wrap_form textarea {
    width: 100%;
    border-radius: 100px;
    height: 50px;
    border: 1px solid #e4e4e4;
    padding: 0 20px;
}
section.contact_page .wrap_form input::placeholder, section.contact_page .wrap_form textarea::placeholder {
    color: #333;
}

section.contact_page .wrap_form textarea {
    height: 100px;
    border-radius: 20px;
    padding: 10px 20px;
}

section.contact_page   input.wpcf7-submit {
    width: auto;
    float: right;
    height: 45px;
    border-radius: 10px;
    margin: 0;
    background: #f29902 ;
    color: #fff;
    cursor: pointer;
}

section.contact_page .col-md-12 {
    margin-bottom: 20px;
}

section.contact_page .row {
    align-items: center;
}

section.contact_page .content {
    font-size: 16px;
    font-weight: 500;
    color: #333;
}
.wpcf7-spinner {
    position: absolute;
}
.wrap-menu-mb .menu-head .logo img{
    height: auto;
}
.footer_page .container {
    max-width: 1240px !important;
    padding: 0;
}

.footer_page {
    padding: 100px 0;
    color: #fff;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

b.title_footer {
    font-size: 18px;
    text-transform: uppercase;
    margin-bottom: 20px;
    display: block;
}

.footer_1 .inner {
    max-width: 400px;
}

ul.footer_1_items {
    list-style: none;
    margin: 0;
}

ul.footer_1_items li {
    display: flex;
}
ul.footer_1_items li div.icon {
    width: 35px;
    height: 35px;
    background: #fff;
    color: #141f3b;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    flex: 0 0 auto;
    margin: 0;
    margin-right: 10px;
}
ul.footer_1_items li  + li {
    margin-top: 20px;
}

.style_menu_footer li+li {
    margin-top: 10px;
    display: block;
}
.style_menu_footer ul {
    list-style: none !important;
    margin: 0;
}

.style_menu_footer {
    font-size: 15px;
}
ul.footer_3_items {
    list-style: none;
    margin: 0;
    display: flex;
}

ul.footer_3_items li {
    width: 50%;
}
ul.footer_3_items li a {
    display: flex;
    align-items: center;
    font-weight: 700;
    font-size: 15px;
    fill: #fff;
}

ul.footer_3_items li a span.icon {
    display: flex;
    margin-right: 7px;
}

.form_footer {
    margin-top: 30px;
}

.form_footer input {
    height: 50px;
    border-radius: 100px;
    padding: 0 20px;
    box-shadow: none;
    border: none;
    color: #333;
    width: 100%;
}

.form_footer {
    display: flex;
    position: relative;
}

.form_footer input::placeholder {
    color: #333;
}

.form_footer input.wpcf7-form-control.wpcf7-submit {
    position: absolute;
    right: 0;
    height: 40px;
    top: 5px;
    right: 5px;
    width: auto;
    background: #f29902;
    color: #fff;
    font-weight: 700;
    cursor: pointer;
}

.form_footer {}

.form_footer span.wpcf7-form-control-wrap {
    width: 100%;
}

section.footer_bottom {
    background: #eaeaea;
    padding: 22px 0;
}

section.footer_bottom .wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

section.footer_bottom .container {
    max-width: 1240px !important;
    padding: 0;
}

ul.footer_bottom_menu {
    list-style: none;
    margin: 0;
    display: flex;
}

ul.footer_bottom_menu li+li {
    margin-left: 20px;
}

.load_home_page svg {
    width: 20.833rem;
    max-width: 95%;
    height: auto;
    position: absolute;
    z-index: 99;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    -webkit-transition: all 0.8s ease-in-out;
    -moz-transition: all 0.8s ease-in-out;
    -ms-transition: all 0.8s ease-in-out;
    -o-transition: all 0.8s ease-in-out;
    transition: all 0.8s ease-in-out;
}
.load_home_page {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999999;
    transition: 1s all;
    opacity: 1;
    background: transparent;
}

div.load_home_page .mask {
    /*background-color: #00BDFFFF;*/
    transition: 1s all ease-in-out;
    position: absolute;
    width: 100%;
    height: 100%;
}

div.load_home_page.complete .mask {
    background-color: transparent;
}

div.load_home_page .mask span {
    display: block;
    width: 100%;
    height: 20%;
    position: absolute;
    left: 0;
    transition: 1s all ease-in-out;
    background-color: #FFF;
    /*backdrop-filter: blur(40px);*/
}

div.load_home_page .mask span:nth-child(even) {
    left: unset;
    right: 0;
}

div.load_home_page .mask span:nth-child(1) {
    top: 0;
}

div.load_home_page .mask span:nth-child(2) {
    top: 20%;
}

div.load_home_page .mask span:nth-child(3) {
    top: 40%;
}

div.load_home_page .mask span:nth-child(4) {
    top: 60%;
}

div.load_home_page .mask span:nth-child(5) {
    top: 80%;
}

.load_home_page.complete {
    visibility: hidden;
}

div.load_home_page.complete .mask span {
    width: 0;
    opacity: 0;
    transition-delay: .3s;
}

@media only screen and (max-width: 991px) {
    .load_home_page svg {
        width: 320px;
    }
}

@media only screen and (max-width: 767px) {
    .load_home_page svg {
        width: 240px;
    }
}

.load_home_page.complete svg{
    transition-delay: 0.8s;
    opacity: 0;
}
.load_home_page rect,
.load_home_page path{
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.path-1 {
    animation-name: Signature2;
    animation-duration: 10s;
    animation-fill-mode: forwards;
    animation-timing-function: cubic-bezier(2, .25, .43, .96);
    stroke: #FFF;
    stroke-width: 1px;
    stroke-dasharray: 2108;
    stroke-dashoffset: 2108;
    fill: transparent;
}

.path-2{
    animation-name: Signature1;
    animation-duration: 10s;
    animation-fill-mode: forwards;
    animation-timing-function: cubic-bezier(2,.25,.43,.96);
    stroke: var(--sub-cl);
    stroke-width: 1px;
    stroke-dasharray: 2108;
    stroke-dashoffset: 2108;
    fill: transparent;
}
.load_home_page.complete .path-2{
    fill: var(--sub-cl);
}
.load_home_page.complete .path-1{
    fill: #FFF
}
img.logo_center {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 30rem;
    height: 30rem;
    max-width: 80vw;
    transition: .3s all ease-in-out;
    opacity: 1;
    object-fit: contain;
}
.load_home_page.complete img.logo_center{
    opacity: 0;
}
.sec-partners .item img {
    height: auto;
}
section.section.default-page {
    background: #e5e5e5;
}
.sec-intro .tRes_36 h1 * {
    font-weight: 700;
}
.project_sec_10 .wrap_form .wpcf7-not-valid-tip {
    display: inline-block;
    width: 100%;
    left: 0;
    bottom: -16px;
    background: #fff;
    padding: 0 10px;
}

.project_sec_10 .wrap_form span.wpcf7-form-control-wrap {
    position: relative;
    display: inline-block;
    width: 100%;
}
body.fullscreen:not(.fp-viewing-intro) #header ul.menu-top-header > li a:hover, body.end-banner #header ul.menu-top-header > li a:hover {
    color: #f29902;
}
body.end-banner #header ul.menu-top-header > li > .wrapul a {
    color: #333 !important;
}
#header ul.menu-top-header > li > .wrapul a {
    color: #fff !important;
}
body{
    overflow-x: hidden;
}
.bg_loading {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.text-orange.readmore a,
.text-orange{
    color: #f29902 !important;
}
.sec-partners .owl-nav i{
    color: #f29902;
}
.bg_loading>* {
    width: 100%;
    height: 50%;
    background-size: contain;
    background-repeat: no-repeat;
    background-repeat: no-repeat;
    background-position: center;
    height: 50%;
    background-color: #FFF;
    transition: .9s all ease;
    position: absolute;
    width: 100%;
    top: 0;
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: bottom;
}
.load_home_page.complete .bg_loading>*{
    height: 0 !important;
}
.bg_loading .bottom-part {
    bottom: 0;
    top: unset;
}
ul.fixed_button {
    z-index: 99;
    position: fixed;
    right: 30px;
    bottom: 10%;
}

ul.fixed_button a {
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    border-radius: 50%;
}

ul.fixed_button a img {
    max-height: 60%;
    width: auto;
}

ul.fixed_button {
    list-style: none;
    margin: 0;
}

ul.fixed_button li + li {
    margin-top: 20px;
}
@media only screen and (max-width: 1199px){
    #header #logo img {
        width: auto;
    }
    #header #logo {
        margin-top: 0;
        height: 80px;
    }
    section.page_news .container {
        max-width: 950px !important;
    }
    .footer_page .container,section.footer_bottom .container {
        max-width: 950px !important;
    }
    .top_info {
        display: block;
    }

    .top_info>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .row.info_other {
        display: block;
    }

    .row.info_other>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .info_employment_information .info_other .content {
        width: 100%;
    }
    .container-width, .full-width .ubermenu-nav, .container, .row {
        max-width: 950px !important;
    }
    #header {
        height: 77px !important;
    }

    #header #logo {
        height: 60px;
    }

    #header .group-header {
        height: 128%;
    }
}
@media only screen and (max-width: 950px) {
    ul.nav_terms_post a {
        font-size: 18px;
    }

    section.page_news .container {
        max-width: 720px !important;
    }

    .items_post_large h3 {
        font-size: 20px;
    }

    .items_post_large b.term {
        font-size: 22px;
    }

    .items_post_large .box_img {
        height: 300px;
    }

    .item_post {
        width: calc(calc(100% / 3) - 20px);
    }
    #header #logo img {
        margin: 0;
        max-height: 60px;
    }
    .footer_page .container, section.footer_bottom .container {
        max-width: 720px !important;
    }
    .group-ef [class*="efch"], .group-ef-hover [class*="efch"] {
        opacity: 1;
        transform: unset !important;
    }
    #header {
        position: fixed !important;
    }
    .top_info {
        display: block;
    }

    .top_info>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .row.info_other {
        display: block;
    }

    .row.info_other>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .info_employment_information .info_other .content {
        width: 100%;
    }
    .footer_page .container ,
    .container-width, .full-width .ubermenu-nav, .container, .row {
        max-width: 720px !important;
    }
    section.contact_page img {
        object-fit: cover;
    }
    header#header {
        background: #FFF !important;
        box-shadow: 0 0 10px #dfdfdf;
    }
    .wrap-menu-mb{
        background-color: #FFF;
    }
    .menu-btn.x:before, .menu-btn.x:after {
        background: #f29902;
    }
    .wrap-menu-mb ul.language li:not(:first-child):before,
    .wrap-menu-mb .menu-head .menu-btn.x:before, .wrap-menu-mb .menu-head .menu-btn.x:after,
    .menu-btn.x span {
        background: #f29902;
    }
    ul.language li.active a,
    .wrap-menu-mb ul.language li:not(.active) a{
        color: #f29902;
    }
    .wrap-menu-mb ul.menu > li > a{
        color: #333;
    }
    .wrap-menu-mb ul.menu > li .showsubmenu{
        color: inherit;
    }
    .wrap-menu-mb ul.menu > li.current-menu-item,
    .wrap-menu-mb ul.menu > li.current-menu-item > a{
        color: #f29902;
    }
    #header {
        height: auto !important;
    }

    #header .group-header {
        height: 100%;
    }
}
@media only screen and (max-width: 767px) {
    #header #logo {
        max-height: 50px;
        margin-top: 10px;
    }

    #header #logo img {
        max-height: 50px;
    }
    #header #logo {
        max-height: 50px;
        margin-top: 10px;
    }

    #header #logo img {
        max-height: 50px;
    }

    section.page_news {
        padding: 50px 0;
    }

    ul.nav_terms_post a {
        font-size: 12px;
        margin: 0 10px;
    }

    ul.nav_terms_post li {
        width: 50%;
        text-align: center;
    }

    section.page_news .container {
        max-width: 100vw !important;
        padding: 0 15px !important;
    }

    .items_post_large .box_img {
        height: auto;
    }

    .wrap_post {
        margin: 0 -10px;
    }

    .item_post {
        width: calc(calc(100% ) - 20px);
    }
    section.contact_page .container {
        max-width: 100vw !important;
        padding: 0 15px;
    }

    section.contact_page .wrap_form {
        padding: 20px;
    }

    section.contact_page img {
        height: auto;
        margin-top: 30px;
    }
    .footer_page {
        padding: 50px 0;
    }

    .footer_page .container, section.footer_bottom .container {
        max-width: 100vw !important;
        padding: 0 15px;
    }

    section.footer_page .col-md-4+.col-md-4 {
        margin-top: 40px;
    }

    section.footer_bottom .wrap {
        flex-wrap: wrap;
        justify-content: center;
    }

    ul.footer_bottom_menu li+li {
        margin-left: 11px;
    }
    .content-title-about {
        padding: 0 15px;
    }

    .content-title-about h2 {
        font-size: 22px;
        margin: 3px 0;
    }
    .row.info_other {
        margin: 0 !important;
    }

    .sec-intro .tRes_36 h1 {
        padding: 0 20px;
    }
    .sec-intro .tRes_36 h1 {
        font-weight: 700;
    }
    #header #logo {
        margin-top: 5px;
        max-height: 47px;
    }

    #header .container {
        height: 57px;
    }
    div#wrapper {
        padding-top: 50px;
    }

    .fixe#header {
        top: 0;
    }
    table.table_td tbody td:nth-child(2) a {
        font-size: 12px;
    }

    .table_td>tbody>tr td:before {
        font-size: 12px;
    }
    .project_sec_11 {
        padding: 0;
    }
    .content table * {
        font-size: 13px !important;
    }


    .project_sec_9 .content table {
        width: 800px;
        line-height: 1.5;
    }
    .table-wrapper {
        overflow: auto;
    }
    .item-filter.wrap-search {
        order: 3;
    }

    .item-filter.wrap-search {width: 100% !important;max-width: 100% !important;}

    #wrap-filter .form-top .inner {
        align-items: flex-end;
    }

    #wrap-filter .form-top .wrap-progress {
        width: 100% !important;
        max-width: 100% !important;
    }

    .item-progress {
        width: calc(100% / 3);
    }

    .wrap-progress label .text {
        min-width: unset !important;
        font-size: 12px !important;
        line-height: 1.2 !important;
    }
    .wrap-menu-mb ul.menu li > ul li a, .wrap-menu-mb ul.menu .wrapul li a {
        color: #fff !important;
    }
}