@import url('https://fonts.googleapis.com/css2?family=Heebo:wght@100;200;300;400;500;600;700;800;900&display=swap');

@font-face {
    font-family: 'almoni-dl';
    font-weight: 300; /*(light)*/
    font-style: normal;
    src: url('../fonts/almoni/almoni-dl-aaa-300.eot');
    src: url('../fonts/almoni/almoni-dl-aaa-300.eot?#iefix') format('embedded-opentype'),
    url('../fonts/almoni/almoni-dl-aaa-300.ttf') format('truetype'),
    url('../fonts/almoni/almoni-dl-aaa-300.woff') format('woff');
}

@font-face {
    font-family: 'almoni-dl';
    font-weight: 400; /*(regular)*/
    font-style: normal;
    src: url('../fonts/almoni/almoni-dl-aaa-400.eot');
    src: url('../fonts/almoni/almoni-dl-aaa-400.eot?#iefix') format('embedded-opentype'),
    url('../fonts/almoni/almoni-dl-aaa-400.ttf') format('truetype'),
    url('../fonts/almoni/almoni-dl-aaa-400.woff') format('woff');
}

@font-face {
    font-family: 'almoni-dl';
    font-weight: 700; /*(bold)*/
    font-style: normal;
    src: url('../fonts/almoni/almoni-dl-aaa-700.eot');
    src: url('../fonts/almoni/almoni-dl-aaa-700.eot?#iefix') format('embedded-opentype'),
    url('../fonts/almoni/almoni-dl-aaa-700.ttf') format('truetype'),
    url('../fonts/almoni/almoni-dl-aaa-700.woff') format('woff');
}

@font-face {
    font-family: 'almoni-dl';
    font-weight: 900; /*(black)*/
    font-style: normal;
    src: url('../fonts/almoni/almoni-dl-aaa-900.eot');
    src: url('../fonts/almoni/almoni-dl-aaa-900.eot?#iefix') format('embedded-opentype'),
    url('../fonts/almoni/almoni-dl-aaa-900.ttf') format('truetype'),
    url('../fonts/almoni/almoni-dl-aaa-900.woff') format('woff');
}

@font-face {
    font-family: 'Almoni Tzar AAA';
    src: url('../fonts/AlmoniTzarAAA/AlmoniTzarAAA-Bold.eot');
    src: url('../fonts/AlmoniTzarAAA/AlmoniTzarAAA-Bold.eot?#iefix') format('embedded-opentype'),
    url('../fonts/AlmoniTzarAAA/AlmoniTzarAAA-Bold.woff2') format('woff2'),
    url('../fonts/AlmoniTzarAAA/AlmoniTzarAAA-Bold.woff') format('woff'),
    url('../fonts/AlmoniTzarAAA/AlmoniTzarAAA-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Almoni Tzar AAA';
    src: url('../fonts/AlmoniTzarAAA/AlmoniTzarAAA-Light.eot');
    src: url('../fonts/AlmoniTzarAAA/AlmoniTzarAAA-Light.eot?#iefix') format('embedded-opentype'),
    url('../fonts/AlmoniTzarAAA/AlmoniTzarAAA-Light.woff2') format('woff2'),
    url('../fonts/AlmoniTzarAAA/AlmoniTzarAAA-Light.woff') format('woff'),
    url('../fonts/AlmoniTzarAAA/AlmoniTzarAAA-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Almoni Tzar AAA';
    src: url('../fonts/AlmoniTzarAAA/AlmoniTzarAAA-Thin.eot');
    src: url('../fonts/AlmoniTzarAAA/AlmoniTzarAAA-Thin.eot?#iefix') format('embedded-opentype'),
    url('../fonts/AlmoniTzarAAA/AlmoniTzarAAA-Thin.woff2') format('woff2'),
    url('../fonts/AlmoniTzarAAA/AlmoniTzarAAA-Thin.woff') format('woff'),
    url('../fonts/AlmoniTzarAAA/AlmoniTzarAAA-Thin.ttf') format('truetype');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Almoni Tzar AAA';
    src: url('../fonts/AlmoniTzarAAA/AlmoniTzarAAA-ExtraLight.eot');
    src: url('../fonts/AlmoniTzarAAA/AlmoniTzarAAA-ExtraLight.eot?#iefix') format('embedded-opentype'),
    url('../fonts/AlmoniTzarAAA/AlmoniTzarAAA-ExtraLight.woff2') format('woff2'),
    url('../fonts/AlmoniTzarAAA/AlmoniTzarAAA-ExtraLight.woff') format('woff'),
    url('../fonts/AlmoniTzarAAA/AlmoniTzarAAA-ExtraLight.ttf') format('truetype');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Almoni Tzar AAA';
    src: url('../fonts/AlmoniTzarAAA/AlmoniTzarAAA.eot');
    src: url('../fonts/AlmoniTzarAAA/AlmoniTzarAAA.eot?#iefix') format('embedded-opentype'),
    url('../fonts/AlmoniTzarAAA/AlmoniTzarAAA.woff2') format('woff2'),
    url('../fonts/AlmoniTzarAAA/AlmoniTzarAAA.woff') format('woff'),
    url('../fonts/AlmoniTzarAAA/AlmoniTzarAAA.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}


body,
button,
input,
select,
optgroup,
textarea {
    color: #333333;
    font-size: 14px;
    line-height: 1.2;
    font-family: 'Heebo', sans-serif;
    text-align: right;
    direction: rtl;
}

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

img {
    max-width: 100%
}

a:hover {
    text-decoration: none;
}

.btn {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    border-radius: 50px;
    background-color: #0786CD;
    height: 50px;
    z-index: 330;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    overflow: hidden;
    padding: 0 30px;
    padding-left: 55px;
    font-size: 18px;
    position: relative;
    color: #fff;
    font-weight: bold;
}

.btn span {
    font-size: 20px;
    color: rgb(255, 255, 255);
    position: absolute;
    left: 20px;
    top: 50%;
    -webkit-transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.btn:hover {
    background-color: #106939;
    color: #fff;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.btn:hover span {
    -webkit-transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
    left: 5px;
}

:focus {
    outline: none !important
}

.header {
    position: fixed;
    width: 100%;
    background: #fff !important;
    top: 0;
    left: 0;
    right: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    z-index: 999;
    background: transparent;
    -webkit-transition: background 0.3s;
    -o-transition: background 0.3s;
    transition: background 0.3s;
    border-bottom: 1px solid rgb(255, 255, 255, 0.2);
}

.head-page {
    padding-top: 100px;
    min-height: 550px;
    background-position: bottom center;
    background-size: cover;
    -webkit-box-shadow: 0 10px 50px 0 #ddf2e5 inset;
    box-shadow: 0 10px 50px 0 #ddf2e5 inset;
    padding-bottom: 50px;
    margin-bottom: 30px;
    background-repeat: no-repeat;
}

.head-page__content {
}

.head-page__breadcrumbs {
    font-size: 16px;
    color: #00d253;
    margin-bottom: 80px;
    padding-top: 10px;
}

.head-page__breadcrumbs i {
    color: #1f2b2f;
    font-size: 9px;
    padding: 0 6px;
    display: inline-block;
    vertical-align: middle;
    margin-top: -5px;
}

.head-page__breadcrumbs a {
    color: #1f2b2f;
}

.head-page__breadcrumbs a:hover {
    color: #00d253;
}

.head-page__content {
}

.head-page__content h1 {
    color: #263238;
    font-weight: bold;
    font-size: 60px;
    margin-bottom: 0;
}

.head-page__content h2 {
    font-size: 30px;
    color: #00d253;
    font-weight: bold;
    margin-bottom: 20px;
}

.head-page__content ul {
    padding: 0;
    margin: 0;
}

.head-page__content ul li {
    position: relative;
    padding-right: 50px;
    font-size: 20px;
    display: block;
    margin-bottom: 15px;
}

.head-page__content ul li:before {
    content: "";
    background: url(./img/check.svg) no-repeat 50%;
    height: 34px;
    width: 34px;
    display: block;
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
}

header.fix-head {
    background: #fff;
}

.mobile-nav {
    display: none;
}

.header-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 1400px;
    margin: 0 auto;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0 15px;
    font-weight: 500;
    font-size: 19px;
    line-height: 31px;
}

.header-logo {
    border-left:  1px solid #d7d7d7;
    padding-left: 40px;
    height: 100px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    
}

.header-logo img {
    width: auto;
    max-height: 100px
}

.logo-color {
    display: block;
}

.header-nav {
    display: flex;    
    padding-right: 60px;
}

.header-nav nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.header-nav ul {
    padding: 0;
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.header-nav ul li {
    display: block;
    padding: 34px 15px;
    position: relative;
    font-weight: 500;
    font-size: 19px
}

.header-nav ul li a {
    color: #fff;
    text-decoration: none;
    position: relative
}

.header-nav ul li a:before {
    content: '';
    width: 0%;
    left: 50%;
    top: 100%;
    height: 1px;
    display: block;
    background: #0786CD;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    position: absolute;
}

.header-nav ul li a:after {
    content: '';
    width: 0%;
    right: 50%;
    top: 100%;
    height: 1px;
    display: block;
    background: #0786CD;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    position: absolute;
}

.header-nav ul li a:hover,
.header-nav li.current-menu-item > a,
.header-nav li.current_page_item > a,
.header-nav li.current-menu-ancestor > a {
    color: #fff;
}

.header-nav ul li a:hover:before,
.header-nav li.current-menu-item > a:before,
.header-nav li.current_page_item > a:before,
.header-nav li.current-menu-ancestor > a:before,
.header-nav ul li a:hover:after,
.header-nav li.current-menu-item > a:after,
.header-nav li.current_page_item > a:after,
.header-nav li.current-menu-ancestor > a:after {
    width: 50%;
}


.header-nav nav > ul > li:first-child {
    padding-right: 0;
}

.header-nav nav > ul > li:last-child {
    padding-left: 0;
}

.header-nav ul li.menu-item-has-children:after {
    content: "\f078";
    font-family: "Font Awesome 5 Free";
    padding-right: 5px;
    font-weight: 900;
    font-size: 12px;
    color: black;
}

.header-nav li a {
    text-transform: uppercase;
}

.header-nav .sub-menu:after {
    content: "";
    position: absolute;
    left: 50%;
    top: -20px;
    margin-left: -10px;
    border: 10px solid transparent;
    border-bottom: 10px solid #fff;
}

.header-nav .sub-menu {
    position: absolute;
    width: 290px;
    background-color: rgb(255, 255, 255);
    -webkit-box-shadow: 0px 12px 54px 0px rgba(189, 189, 189, 0.43);
    box-shadow: 0px 12px 54px 0px rgba(189, 189, 189, 0.43);
    padding: 0;
    margin: 0;
    top: 100%;
    left: 50%;
    margin-left: -145px;
    font-size: 19px;
    line-height: 200%;
    display: block;
    font-weight: normal;
    display: none;
    padding: 15px
}

.sub-menu li {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    padding: 0 !important;
    margin-bottom: 15px;
    min-height: 20px;
}

.sub-menu li:last-child {
    margin: 0;
}

.sub-menu li span {
    display: none;
}

.sub-menu li img {
    height: 24px;
    width: auto;
}

.sub-menu li a {
    color: #17212c !important;
    text-transform: none;
    letter-spacing: normal;
    font-size: 17px;
    position: initial !important;
    line-height: normal;
    font-weight: 400;
}

.sub-menu li a:hover {
    color: #0786CD !important;
}

.sub-menu li a:before,
.sub-menu li a:after {
    display: none !important;
}

.header-nav ul li:hover .sub-menu {
    display: block;
}

.header-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.header-info__phone {
    padding-left: 30px;
}

.header-info__phone span {
}

.header-info__phone a {
    font-size: 20px;
    color: #fff;
    font-weight: 800;
}

.header-info__phone a:hover i {
    animation: shake 0.82s cubic-bezier(.36, .07, .19, .97) both;
    transform: translate3d(0, 0, 0);
}

@keyframes shake {
    10%, 90% {
        transform: translate3d(-1px, 0, 0);
    }

    20%, 80% {
        transform: translate3d(2px, 0, 0);
    }

    30%, 50%, 70% {
        transform: translate3d(-4px, 0, 0);
    }

    40%, 60% {
        transform: translate3d(4px, 0, 0);
    }
}

.header-info__phone i {
    font-size: 16px;
    display: inline-block;
    vertical-align: middle;
    margin-top: -1px;
}

.header-info__faq a {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 40px;
    background-color: #fff;
    width: 175px;
    height: 50px;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    overflow: hidden;
    font-size: 19px;
    position: relative;
    font-weight: bold;
    color: #06111d
}

.header-info__faq svg {
    height: 30px;
    width: 30px;
    margin-left: 8px
}

.header-info__faq svg path {
    fill: #106939
}

.header-info__faq a:hover svg path {
    fill: #fff
}

.header-info__faq a:hover {
    background-color: #106939;
    color: #fff;
    text-decoration: none
}

.header-info__faq a:hover span {
    -webkit-transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
    left: 5px;
}

.header-toggle {
    display: none;
}

body.home:not(.fp-viewing-0) .header,
.header.fix-head
.single-projects .header,
.black-head {
    background: #fff;
    border-color: #dddddd;
}

body.home:not(.fp-viewing-0) .header-nav ul li a,
.single-projects .header .header-nav ul li a,
.fix-head .header-nav ul li a,
.black-head .header-nav ul li a {
    color: #363636
}

body.home:not(.fp-viewing-0) .header-nav ul li.menu-item-has-children:after,
.fix-head .header-nav ul li.menu-item-has-children:after,
.single-projects .header-nav ul li.menu-item-has-children:after,
.black-head .header-nav ul li.menu-item-has-children:after {
    color: #363636
}

body.home:not(.fp-viewing-0) .header-info__phone a,
.fix-head .header-info__phone a,
.single-projects .header .header-info__phone a,
.black-head .header-info__phone a {
    color: #06111d;
}

body.home:not(.fp-viewing-0) .header-info__faq a,
.fix-head .header-info__faq a,
.single-projects .header .header-info__faq a,
.black-head .header-info__faq a {
    background: #06111d;
    color: #fff
}

body.home:not(.fp-viewing-0) .header-info__faq svg path,
.fix-head .header-info__faq svg path,
.single-projects .header .header-info__faq svg path,
.black-head .header-info__faq svg path {
    fill: #fff;
}

body.home:not(.fp-viewing-0) .header-info__faq a:hover,
.fix-head .header-info__faq a:hover,
.single-projects .header .header-info__faq a:hover,
.black-head .header-info__faq a:hover {
    background-color: #414042 !important
}

body.home:not(.fp-viewing-0) .logo-white,
.fix-head .logo-white,
.single-projects .header .logo-white,
.black-head .logo-white {
    display: none;
}

body.home:not(.fp-viewing-0) .logo-color,
.fix-head .logo-color,
.single-projects .header .logo-color,
.black-head .logo-color {
    display: block;
}


@media (max-width: 991.98px) {
    .header-nav {
        display: none;
    }

    .mobile-nav {
        position: fixed;
        width: 230px;
        height: 100%;
        max-height: 100vh;
        overflow-y: scroll;
        overflow-x: hidden;
        right: -230px;
        top: 0;
        background: #fff;
        -webkit-transition: right ease 0.3s;
        -o-transition: right ease 0.3s;
        transition: right ease 0.3s;
        display: block;
        -webkit-box-shadow: 15px 0px 50px #e5e5e5 inset;
        box-shadow: 15px 0px 50px #e5e5e5 inset;
        z-index: 9999;
    }

    .mobile-nav .info {
        padding: 20px 15px;
    }

    .mobile-btn {
        background: #0786CD;
        height: 44px;
        border-radius: 40px;
        line-height: 44px;
        color: #fff;
        font-weight: bold;
        display: inline-block;
        padding: 0 15px;
        font-size: 17px;
    }

    .mobile-btn svg {
        height: 30px;
        margin-left: 5px;
        display: none;
    }

    .wpml-ls-legacy-dropdown a {
        border: none !important;
        direction: ltr;
    }

    span.wpml-ls-native {
        margin-left: 5px !important;
    }

    div#moblang {
        margin-top: 10%;
    }

    .wpml-ls-legacy-dropdown a.wpml-ls-item-toggle:after {
        display: none !important;

    }

    .wpml-ls-link span {
        font-size: 12px;
    }

    .sub-menu li {
        padding-right: 65px !important;
    }


    .mobile-nav ul > li {
        display: block;
    }

    .mobile-nav ul > li > a {
        font-size: 18px;
        color: #263238;
        font-weight: 500;
    }

    .mobile-nav ul {
        padding: 0;
        display: block;
    }

    .mobile-nav ul.sub-menu {
        padding: 15px 15px 15px 0px;
        background: #fff;
        display: none;
        padding-left: 15px;
    }

    .mobile-nav > nav > ul > li > a {
        display: block;
        padding: 19px 15px;
        border-bottom: 1px solid #f3f2f2;
    }

    .mobile-nav ul.sub-menu > li > a {
        font-size: 16px;
        color: #3e474b;
    }

    .mobile-nav .sub-menu li {
        padding-right: 60px;
    }

    .mobile-nav .sub-menu li:after {
        display: none;
    }

    .mobile-nav nav,
    .mobile-nav ul {
        display: block;
    }

    .mobile-nav .sub-menu {
        display: block;
        position: relative;
        width: 100%;
        background: none;
        border: none;
        font-size: 14px;
        line-height: 27px;
        border-top: none;
        padding: 8px 0;
        letter-spacing: -0.02em;
    }

    .mobile-nav .sub-menu li {
        padding: 0;
    }

    .mobile-nav ul li.menu-item-has-children > a:after {
        content: "\f078";
        font-family: "Font Awesome 5 Free";
        padding-right: 5px;
        font-weight: 900;
        font-size: 12px;
        color: #06111c;
        position: absolute;
        left: 15px;
    }

    .mobile-nav ul li a.active {
        background: #fff;
    }

    .mobile-nav ul li.menu-item-has-children > a.active:after {
        content: "\f077";
    }

    .header-toggle {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin-left: 25px;
        background-image: url(../img/toggle-menu.png);
        background-repeat: no-repeat;
        background-position: 50%;
        z-index: 10;
        cursor: pointer;
        width: 42px;
        height: 42px;
        border-radius: 50%;
        background-color: transparent !important;
        -webkit-filter: grayscale(1) invert(1);
        filter: grayscale(1) invert(1);

    }

    .header-logo {
        margin-right: 0px;
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
    }

    body.open-menu {
        overflow: hidden !important;
    }

    .mobile-nav.open {
        right: 0;
    }

    .wraper {
        -webkit-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s;
        position: relative;
        right: 0;
    }

    .open-menu .wraper {

    }

    .open-menu .header {
        right: 230px;
    }

    body.open-menu:after {
        opacity: 0.8;
        visibility: visible;
    }

    .header-toggle.open span {
        background: none;
    }

    .header-toggle.open {
        background-image: url(../img/toggle-menu-close.png);
        position: absolute;
    }

    .fix-head .header-toggle,
    .black-head .header-toggle {
        background-color: #06111d;
    }

    header.fix-head {
        padding: 0;
    }

}


.section-container,
.container {
    max-width: 1300px;
    margin: 0 auto;
    padding: 0 15px;
}

.wpcf7 form .wpcf7-response-output {
    display: none !important
}

.wraper-content{
    overflow: hidden;
}

@media screen and ( max-width: 1700px ) {
    .home .section-container, .home .container {
        max-width: 96%;
        padding-right: 100px;
    }
}

@media (max-width: 1300.98px) {
    .section-container,
    .container {
        padding-right: 15px
    }
}

.section-title {
    color: #fff;
    font-size: 70px;
    font-family: 'Almoni Tzar AAA';
    font-weight: 300;
    line-height: 1;
    margin-bottom: 15px;
}

.section-description {
    color: rgba(4, 14, 24, 0.929);
    font-size: 19px;
    margin-bottom: 30px
}

.home-head {
    overflow: hidden;
    color: #004368;
}

.home-head__background {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.section-box {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 100%;
    padding-top: 120px;
    width: 100%;
    z-index: 10
}

.section-box__full {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.information {
    height: 100%;
    padding-bottom: 200px;
    display: flex;
    align-items: center;
}

.information .container,
.information .col-12 {
    position: inherit;
}

.section-box .partners {
    border-top: 1px solid rgb(255, 255, 255, 0.2);
    padding: 0;    
    position: absolute;
    bottom: 0;
    width: 100%;
    padding-left: 100px;
}

.section-box .partners .container {
    padding-right: 15px
}

.home-head__info {
    font-size: 20px;
    color: rgb(255, 255, 255);
    line-height: 1.2;
    margin-bottom: 0px;
    border-bottom: 1px solid #0786CD;
    display: inline-block;
}

.home-head__info span {
    color: rgb(255, 255, 255);
    font-weight: bold;
    font-size: 16px;
    line-height: 1;
}

.home-head__title {
    font-size: 100px;
    font-family: 'Almoni Tzar AAA';
    color: #004368;
    line-height: 1;
    text-shadow: 0px 6px 29px rgba(6, 16, 26, 0.56);
    margin-top: 0px;
    font-weight: 400;
}

.home-head__title b {
    font-weight: 400;
}

.home-head__title b {
    display: block;
}

.home-head__benefits {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position:relative;
    margin-top: 45px;
}

.home-head__benefits .item {
    margin-left: 50px;
    padding: 0 20px;
    border-right: 1px solid #000
}

.home-head__benefits .item:nth-child(2) {
    border-right: 1px solid #000
}

.home-head__benefits .item:nth-child(3) {
    border-right: 1px solid #000
}

.home-head__benefits .item:nth-child(4) {
    border-right: 1px solid #00aeef
}

.home-head__benefits .item img {
    height: 54px;
    width: auto;
}

.home-head__benefits .item span {
    display: block;
    font-weight: bold;
    font-size: 15px;
    margin-top: 20px;
	color:#000;
}

.home-head__partners {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 30px 0;
}

.home-head__partners .item.title {
    font-size: 25px;
    font-weight: 300;
}

.home-head__partners .item {

}

.home-head__partners .item img {
    max-height: 60px;
}

#fp-nav {
    right: 0 !important;
    position: fixed;
    height: 100%;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: center;
    width: 80px;
}

#fp-nav:before {
    content: '';
    height: calc(100% - 100px);
    top: 100px;
    position: absolute;
    left: 0;
    width: 1px;
    display: block;
    background: rgb(66, 66, 66, 1);
}

#fp-nav ul li a span, .fp-slidesNav ul li a span {
    border-radius: 0;
    position: absolute;
    z-index: 1;
    height: 2px;
    width: 20px;
    border: 0;
    background: #cfd1d1;
    left: 50%;
    top: 50%;
    margin: -2px 0 0 -2px;
    -webkit-transition: all .1s ease-in-out;
    -o-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out;
}

#fp-nav ul li a.active span, #fp-nav ul li:hover a.active span, .fp-slidesNav ul li a.active span, .fp-slidesNav ul li:hover a.active span,
#fp-nav ul li:hover a span, .fp-slidesNav ul li:hover a span {
    height: 2px;
    width: 30px;
    margin: -2px 0 0 -10px;
    border-radius: 0;
    background: #8EC5FF;
}

.fp-viewing-0 #fp-nav ul li a.active span {
    background: #fff
}

body.home:not(.fp-viewing-0) #fp-nav:before {
    background: #dddddd;
}

@media screen and ( max-width: 1600px ) {
}

.h-100 {
    height: 100%;
}

.military {
    position: relative;
}

.military .fp-tableCell {
    vertical-align: bottom;
}

.military .section-box {
    position: relative;
    z-index: 10;
    padding-top: 0;
}

.military .section-box__full {

}

.military-list {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 100%;
    margin: 0 -10px;
    flex-wrap: wrap;
    justify-content: center;
}

.military-list .item {
    position: relative;
    height: 100%;
    max-height: 600px;
    display: block;
    margin: 9px;
}

.military-list .item:before {
    position: absolute;
    display: block;
    content: '';
    height: 5px;
    width: 100%;
    bottom: 0%;
    left: 0;
    background: #0786CD !important;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s
}

.military-list .item:nth-child(1):before {

}

.military-list .item:nth-child(2):before {
    background: #0786CD
}

.military-list .item:nth-child(3):before {
    background: #030303
}

.military-list .item:nth-child(4):before {
    background: #fccb08
}

.military-list .item:nth-child(5):before {
    background: #0f6939
}

.military-list .item:hover:before {
    height: 10px;
}

.military-list .item img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
}

.military-list .item .title {
    position: absolute;
    top: 70px;
    left: 50%;
    font-size: 30px;
    font-family: 'Almoni Tzar AAA';
    color: rgb(255, 255, 255);
    line-height: 1.2;
    text-align: center;
    -webkit-transform: translate(-50%, 0%);
    -ms-transform: translate(-50%, 0%);
    transform: translate(-50%, 0%);
    width: 100%;
    padding: 0 15px;
}

.military-list .image {
    height: 100%;
}

.military-list .more {
    min-width: 60px;
    height: 36px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 30px;
    background: #fff;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    position: absolute;
    bottom: 40px;
    left: 50%;
    -webkit-transform: translate(-50%, 0%);
    -ms-transform: translate(-50%, 0%);
    transform: translate(-50%, 0%)

}

.military-list .more span {
    font-size: 0;
    color: rgb(1, 1, 1);
    font-weight: bold;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
	font-size: 18px;
    padding: 0 30px	
}

.military-list .more svg {
    height: 20px;
    width: 20px;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s
}

.military-list .item:hover .more span {
    padding: 0 40px	
}

.military-list .item:hover .more svg {
    height: 0px;
    width: 0px;
}


.workprocess-carusel {
    position: relative
}

.workprocess-carusel:after {
    content: '';
    height: 1px;
    width: calc(100% - 100px);
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    background: #d1d3d6;
    z-index: -1;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.workprocess-carusel .item {
}

.workprocess-carusel .item span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 70px;
    width: 70px;
    border-radius: 50%;
    background: #106939
}

.workprocess-carusel .item img {
    height: 30px;
    width: auto
}

.subdivision {
}

.subdivision-title {
    font-size: 20px;
    color: rgb(42, 48, 54);
    font-weight: bold;
    line-height: 1.8;
    text-align: center;
    margin-bottom: 20px;
}

.subdivision .item {
    background-color: rgb(255, 255, 255);
    -webkit-box-shadow: 0px 0px 65px 0px rgba(231, 232, 232, 1);
    box-shadow: 0px 0px 65px 0px rgba(231, 232, 232, 1);
    padding: 35px 20px;
    padding-right: 160px;
    position: relative;
    height: 100%;
    display: flex;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
}

.subdivision .item p:empty {
    display: none;
}

.subdivision .item img {
    max-height: 70px;;
}

.subdivision .item span {
    font-size: 34px;
    font-family: 'Almoni Tzar AAA';
    color: #2a3036;
    line-height: 0.941;
}

.subdivision .item p {
    font-size: 16px;
    color: #2d3137;
    margin-bottom: 0;
    margin-right: 0;
}

.subdivision .item .image {
    position: absolute;
    top: 50%;
    right: 20px;
    border: 1px solid #0786CD;
    border-radius: 50%;
    height: 126px;
    width: 126px;
    padding: 20px;
    -webkit-transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
    display: flex;
    align-items: center;
    justify-content: center;
}

.subdivision .item.color-1 .image {
    border: 1px solid #0786CD;
}

.subdivision .item.color-2 .image {
    border: 1px solid #0786CD;
}

.subdivision .item.color-3 .image {
    border: 1px solid #0786CD;
}

.workprocess {
}

.workprocess-title {
    font-family: 'Almoni Tzar AAA';
    font-size: 48px;
    color: rgb(42, 48, 54);
    line-height: 0.75;
    text-align: center;
    font-weight: 300;
    margin-top: 50px;
    margin-bottom: 30px;
}

.workprocess-carusel {
}

.workprocess-carusel .item {
    position: relative;
}

.workprocess-carusel .item p {
    position: absolute;
    top: 100%;
    left: 50%;
    display: none;
    text-align: center;
    width: 600px;
    -webkit-transform: translate(-50%, 0%);
    -ms-transform: translate(-50%, 0%);
    transform: translate(-50%, 0%);
    font-size: 16px;
    color: rgba(4, 14, 24, 0.929);
    margin-top: 10px
}

.workprocess-carusel .item span {
    display: none;
}

.workprocess-carusel .slick-slide {
    overflow: hidden;
    background: #06111d;
    border-radius: 50%;
    width: 8px;
    height: 8px;
    margin: 0 40px;
}

.workprocess-carusel .item.slick-current {
    width: 70px;
    height: 70px;
    background: transparent;
    overflow: visible;
}

.workprocess-carusel .item b {
    position: absolute;
    bottom: 100%;
    -webkit-transform: translate(-50%, 0%);
    -ms-transform: translate(-50%, 0%);
    transform: translate(-50%, 0%);
    left: 50%;
    margin-bottom: 10px;
    font-size: 33.265px;
    color: rgb(42, 48, 54);
    font-family: 'Almoni Tzar AAA';
    font-weight: 300;
}

.workprocess-carusel .item.slick-current p {
    display: block;
}

.workprocess-carusel .item.slick-current span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.workprocess-carusel .slick-list {
    padding: 50px 0 !important
}

.workprocess-carusel .slick-track {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.workprocess-carusel .slick-arrow svg {
    fill: #000000;
    height: 60px;
    width: 60px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.workprocess-carusel .slick-prev {
    margin-right: 40px;
}

.workprocess-carusel .slick-next {
    margin-left: 40px;
}

.fp-section.fp-table,
.fp-slide.fp-table {
    z-index: 1;
    position: relative;
}

.fp-section.active {
    z-index: 10;
}

.home-head {
    z-index: 50;
    position: relative;
    height: 100vh;
	display: flex;
}

.hprojects {
    padding-top: 90px;
}

.hprojects .item {
    height: 100%;
}

.projects-list .item.hprojects-more {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background: #0786CD;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
    font-size: 30px;
    color: rgb(255, 255, 255);
    font-family: 'Almoni Tzar AAA';
    font-weight: 300;
}
.projects-list .item.hprojects-more:hover {
		background:#0056b3;
}
.projects-list .item.hprojects-more:hover {
    background: #414042;
}

.projects-list .item.hprojects-more span {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-decoration: none;
}

.projects-list .item.hprojects-more span:after {
    content: '';
    background: #fff url('../img/svg/arrow.svg') no-repeat 50%;
    background-size: 20px;
    height: 56px;
    width: 56px;
    border-radius: 50%;
    margin-right: 10px;
    display: block;
}

.projects-list .item .image {
    height: 280px;
    position: relative;
}

.projects-list .item .image img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.projects-list .item .image span {
    display: none;
}

.projects-list .item .image span .svg {
    height: 30px;
}

.projects-list .item .image span .svg path {
    fill: #fff
}

.projects-list .item .title {
font-size: 28px;
    font-family: 'Almoni Tzar AAA';
    color: black;
    line-height: 1.2;
    padding: 15px 0;   
    position: relative;
    overflow: hidden;
    height: 50px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.projects-list .item .title span {
    background: #fff url(../img/svg/arrow.svg) no-repeat 50%;
    background-size: 20px;
    height: 30px;
    width: 30px;
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -15px;
    margin-left: -40px;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.footer-helper input.wpcf7-text{
	border-bottom-color: #fff !important;
	
}

.projects-list .item:hover .title span {
    margin-left: 0
}

.projects-list .item:hover .title {
    color: #0786CD;
}

.ffl-wrapper {
    position: relative;
}

.ffl-wrapper .ffl-label {
    -webkit-transition-property: all;
    -o-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: 200ms;
    -o-transition-duration: 200ms;
    transition-duration: 200ms;
    -webkit-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    transition-timing-function: ease;
    -webkit-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
    position: absolute;
    white-space: nowrap;
    max-width: 100%;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    pointer-events: none;
    margin: 0;
    top: 8px;
}

.ffl-wrapper.ffl-floated .ffl-label {
    bottom: 100%;
    margin-top: -24px
}

.ffl-label {
    font-weight: 300;
    font-size: 15px;
    line-height: 46px;
    color: rgba(255, 255, 255, 0.529);
}

.ffl-floated .ffl-label {
    font-weight: 300;
    font-size: 10px;
    line-height: 16px;
    color: #fff !important;
}

.wpcf7-form-control-wrap {
    display: block;
    margin-bottom: 0px;
}

input.wpcf7-text {
    background: transparent;
    border: none;
    border-bottom: 1px solid #fff;
    height: 40px;
    line-height: 38px;
    width: 100%;
    max-width: 100%;
    color: #fff;
    font-size: 15px;
}

.wpcf7-textarea {
    background: transparent;
    border: none;
    border: 1px solid #fff;
    height: 120px;
    line-height: 46px;
    width: 100%;
    max-width: 100%;
    color: #fff;
    font-size: 15px;
    padding-right: 20px;
    margin-top: 15px
}

select.wpcf7-select {
    background: transparent;
    border: none;
    border-bottom: 1px solid #fff;
    height: 40px;
    line-height: 39px;
    width: 100%;
    max-width: 100%;
    color: #fff;
    font-size: 16px;
    font-weight: 300;
    padding: 0
}

select.wpcf7-select option {
    background: #fff;
    color: #363636;
}

.wpcf7-submit {
    border: none;
}

button.btn-wraper {
    border: none
}

span.wpcf7-not-valid-tip {
    display: none !important;
}

input.wpcf7-not-valid {
    border-color: #FB4E4E !important
}

.wpcf7 form .wpcf7-response-output {
    position: absolute
}

.wpcf7-acceptance input {
    position: absolute;
    left: 0;
    top: 5px;
}

span.wpcf7-list-item {
    margin: 0 !important
}

span.wpcf7-list-item-label {
    font-style: normal;
    font-weight: normal;
    display: inline-block;
    position: relative;
    padding-left: 40px;
    font-size: 10px;
    line-height: 15px;
    color: #FFFFFF;
    cursor: pointer;
}

span.wpcf7-list-item-label a {
    color: #DA322E;
    text-decoration: underline;
}

span.wpcf7-list-item-label:before {
    height: 16px;
    width: 16px;
    display: block;
    position: absolute;
    top: 50%;
    margin-top: -8px;
    left: 0;
    text-align: center;
    line-height: 16px;
    background: #fff;
    border-radius: 50%;
}

.wpcf7-list-item input:checked + span.wpcf7-list-item-label:before {
    background: #fff url('../img/svg/check.svg') no-repeat 50%;
}

.wpcf7-list-item input {
    display: none;
}

div.wpcf7 .ajax-loader {
    position: absolute;
}

.wpcf7 {
    direction: rtl;
}

.footer {
    background: #f5f6f7
}

.footer-border {
    border-left: 1px solid #cdcdcd;
}

.footer hr {
    margin: 0
}

.footer-helper {
    background: #0786CD !important;
    color: #fff;
    padding: 70px 0;
    margin-bottom: 0px
}

.footer-helper__title {
    font-size: 40px;
    font-family: 'Almoni Tzar AAA';
    color: #fff;
    line-height: 1;
    font-weight: 300;

}

.footer-helper__content {
    position: relative;
    padding-right: 120px;
}

.footer-helper__content span {
    height: 100px;
    width: 100px;
    padding: 20px;
    border-radius: 50%;
    border: 1px solid rgb(255 255 255 / 64%);
    display: inline-block;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -50px;
}

.footer-helper__content img {
    height: 100%;
    width: 100%;
}

.footer-helper__description {
    font-size: 16px;
    color: #fff;
    line-height: 1.474;

}

.footer-helper__ffl {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.footer-helper__ffl .ffl-wrapper {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-left: 30px;
}

.footer-helper__ffl p {
    margin: 0
}

.wpcf7-submit {
    background: #fff;
    display: block;
    border-radius: 30px;
    width: 150px;
    padding: 17px;
    text-align: center;
    display: inline-block;
    font-size: 18px;
    color: #0786CD;
    font-weight: bold;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s
}

.wpcf7-submit:hover {
    
}

.footer-contacts {

}

.footer-contacts__item {
    margin-bottom: 15px;
    font-size: 14px;
    color: rgb(4, 15, 27);
}

.footer-contacts__item a {
    color: rgb(4, 15, 27);
}

.footer-contacts__item a:hover {
    color: #06111d;
}

.footer-contacts__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: right;
}

.footer-contacts__item p {
    margin: 0;
}

.footer-contacts__item span {
    display: block;
}

.footer-contacts__item span a,
.footer-contacts__item span {
    font-size: 14px;
    color: rgb(4, 15, 27);
    font-weight: bold;
    line-height: 1.529;
}

.footer-contacts__item .icon {
    background: #e7e8ea;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.page-contact .footer-contacts__item .icon {
    background: #fff;
}

.footer-contacts__item .icon img {
    height: 25px;
    width: auto;
}

.footer-contacts__item .text {
    padding-right: 10px;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.footer-menu {
    padding-bottom: 50px;
    padding-top: 30px;
}

.footer .col-12.col-md-6 {
    padding-bottom: 15px
}

.footer .widget-title {
    font-size: 26px;
    color: rgb(6, 17, 29);
    font-family: 'Almoni Tzar AAA';
    position: relative;
    display: block;
    margin-bottom: 36px;
    margin-top: 60px;
}

.footer-made .textwidget {
    position: relative;
    padding-right: 80px;
    font-size: 10px;
    color: rgba(4, 15, 27, 0.671);
    line-height: 1.833;
}

.footer-made .textwidget img {
    position: absolute;
    right: 0;
    top: 0;
    width: 100px;
    height: auto;
    padding-left: 30px;
}

.footer ul {
    margin: 0;
    padding: 0;
}

.footer ul li {
    margin: 5px 0;
    display: block;
    margin-bottom: 10px;
}

.footer ul li a {
    font-size: 16px;
    color: #040f1b;
}

.footer ul li a:hover {
    color: #0786CD;
}

.footer .res-post li {
    padding-top: 0;
    clear: both;
    display: block;
    position: relative;
    padding-right: 90px;
}

.footer li ul.sub-menu,
.footer .menu-item-has-children > a:after {
    display: none !important;
}

.footer-menu .res-post li a,
.footer-menu .res-post li > span {
    display: block;
    height: 100%;
}

.footer .res-post .thumb {
    width: 70px;
    height: 70px;
    display: block;
    overflow: hidden;
    position: absolute;
    top: 0;
    right: 0;
}

.footer .res-post .post-title {
    font-size: 14px;
    color: rgb(4, 15, 27);
    -webkit-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
    margin: 0;
}

.footer .res-post .post-title:hover {
    color: #106939;
}

.footer .res-post .date {
    font-size: 11.643px;
    color: #578e6d;
    font-family: 'almoni-dl';
}

.footer-social {
    padding-top: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.footer-social a {
    height: 50px;
    width: 50px;
    background: #0786CD;
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
    text-align: center;
    line-height: 50px;
    font-size: 20px;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    border-radius: 50%
}

.footer-social a:hover {
    background: black;
    color: #ffffff;
}

.footer-social span {
    font-size: 18px;
    font-weight: BOLD;
    color: #0786CD;
}

.footer-copyright {
    color: #263238;
    padding: 12px 0;
    background: #f6f6f6;
    margin-bottom: 0em !important;
}

.footer-copyright img {
    height: 20px;
    vertical-align: middle;
}

.footer-copyright p {
    display: inline-block;
    margin: 0;
}

.footer-copyright a {
    color: #263238;
}

.hprojects .fp-tableCell {
    vertical-align: bottom;
}

.fp-tableCell {
    vertical-align: bottom
}


.scroll-section {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 999;
	animation: discover-pulse 1.5s infinite;
	display:none !important;
}

.scroll-section svg.mouse{
	width: 30px;
	height: auto;
}


.scroll-section svg.arrow{
	width: 16px;
    height: auto;
    position: absolute;
    top: 100%;
    margin-top: 5px;
    transform: translateX(-50%);
    left: 50%;
}

@keyframes discover-pulse {
	0% {
        bottom: 20px
    }
    50% {
        bottom: 40px
    }
    100% {
        bottom: 20px;
    }
}

@media screen and ( max-width: 1366px ) {
    .header-nav {
        padding-right: 15px;
    }

    .header-logo {
        padding-left: 15px
    }

}

@media screen and ( max-width: 1550px ) {
    .header-nav ul li {
        font-size: 17px;
    }

    .header-info__phone a {
        font-size: 18px;
    }

    .header-info__faq a {
        font-size: 15px;
    }

    .header-info__faq svg {
        height: 24px;
        width: 24px;
    }

    .header-logo {
        padding-left: 25px;
    }

    .header-nav {
        padding-right: 25px
    }

    .header-logo img {
        max-height: 40px;
    }

    .workprocess-title {
        font-size: 40px;
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .military-list .item {
        max-height: 400px;
    }

    .military-list .more {
        bottom: 50px;
    }

    .workprocess {
        padding-bottom: 20px;
    }

    .footer.fp-section {
        padding-top: 0px;
        margin-top: 0px;
    }

    .projects-list .item .image {
        height: 280px;
    }
}

@media screen and ( max-width: 1366px ) {
    .header-nav ul li {
        font-size: 16px
    }

    .footer .widget-title {
        font-size: 20px;
        margin-bottom: 10px;
        margin-top: 10px;
    }

    .footer ul li a {
        font-size: 14px;
    }

    .footer-contacts__item .icon img {
        height: 16px;
    }

    .footer-contacts__item .icon {
        width: 30px;
        height: 30px;
    }
}

@media screen and ( max-width: 1300px ) {
    .fp-section .footer-helper {
        padding: 30px 0;
    }

    .header-nav ul li {
        font-size: 16px;
        padding: 8px
    }

    #fp-nav {
        display: none !important;
    }

    .header-info__faq a {
        font-size: 15px
    }

    .header-info__phone a {
        font-size: 15px
    }

    .header-logo {
        padding-left: 30px;
    }

    .header-logo img {
        max-height: 45px;
    }
}

@media screen and ( max-width: 1150px ) {
    .header-info__faq {
        display: none;
    }

    .header-nav {
        padding-right: 30px;
    }

    .section-title {
        font-size: 46px;
    }
}

@media (max-width: 991.98px) {
    .header-logo {
        height: 60px;
        border: none;
        padding: 0
    }

    .header-logo img {
        max-height: 90%;
    }
}

@media screen and ( min-width: 767.98px ) {
    div#about_repeater_wrap_mob {
        display: none !important;
    }

    .header-toggle {
        background-color: transparent !important;
    }
}

@media screen and ( max-width: 767.98px ) {

    .home-head__info {
        display: inline-block;
        position: relative;
    }

    div#socicons a {
        display: flex;
        flex-direction: row;
    }

    div#about_repeater_wrap {
        display: none !important;
    }

    .header-info {
        display: none;
    }

    .header-logo {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }

    .home-head {
        background: #11190e;
        padding-top: 50px
    }

    .home-head__background {
        -o-object-fit: cover;
        object-fit: cover;
        height: 100%;
    }

    .home-head__info {
        font-size: 17px;
    }

    .home-head__info span {
        font-size: 14px
    }

    .home-head__title {
        font-size: 80px;
        margin-bottom: 0px;
        margin-top: 20px;
        font-weight: 300;
    }

    p#title_txt {
        font-size: 44px !important;
        font-weight: normal !important;
        margin-top: 0;
    }
	h2.title_txt1 {
        font-size: 90px !important;
        font-weight: normal !important;
        margin-top: 0;
    }

    .home-head__benefits .item {
        margin-left: 10px;
        padding: 0 10px;
        padding-left: 0;
    }

    .home-head__benefits .item img {
        height: 30px;
    }

    .home-head__benefits .item span {
        font-size: 10px;
        margin-top: 10px
    }

    .fp-tableCell, .fp-section, .section-box {
        height: auto !important
    }

    .section-box {
        position: relative;
    }

    .section-box .partners {
        border: none;
    }

    .home-head__partners {
        position: relative;
        margin-top: 50px;
    }

    .home-head__partners .item.title {
        position: absolute;
        top: 0;
        left: 50%;
        -webkit-transform: translate(-50%, 0%);
        -ms-transform: translate(-50%, 0%);
        transform: translate(-50%, 0%);
        font-size: 14px;
    }

    .military {
        padding-top: 50px
    }

    .military-list {
        display: block !important;
        height: auto;
        margin: 0;
    }

    .military-list .item .title {
        top: 15px;
        right: 15px;
        left: inherit;
        font-size: 24px;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        right: 0;
        height: 100%;
        display: flex;
        align-items: center;
        padding-left: 50%;
        text-align: right;
        top: 0 !important;
    }

    .military-list .more {
        bottom: inherit;
        top: 50px;
        right: 15px;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        height: 26px;
        width: 26px;
        min-width: 26px;
        display: none;
    }

    .military-list .item {
        margin: 0;
        margin-bottom: 10px;
        position: relative;
        overflow: hidden;
        height: 96px !important;
        width: 100% !important;
    }

    .military-list .item:last-child {
        margin: 0
    }

    .military-list .item:before {
        content: '';
        height: 100%;
        width: 4px;
        top: 0;
        left: 0;
        bottom: inherit;
        -webkit-transition: all 0.1s;
        -o-transition: all 0.1s;
        transition: all 0.1s
    }

    .military-list .item:hover:before {
        width: 10px;
        height: 100%;
    }

    .fp-scrollable {
        overflow: visible !important;
        height: auto !important
    }

    .abouts {
      	padding-top:25px;
        padding: 80px 0 !important;
        margin-top: 30px !important;
    }

    .subdivision .item {
        margin-bottom: 15px;
        padding: 30px 15px;
        padding-right: 100px
    }

    .subdivision .item .image {
        height: 75px;
        width: 75px;
        padding: 15px;
    }

    .subdivision .item span {
        font-size: 24px;
        margin-bottom: 5px;
    }

    .subdivision .item p {
        font-size: 14px;
    }

    .section-description {
        margin-bottom: 20px;
        font-size: 16px;
    }

    .subdivision-title {
        font-size: 18px;
    }

    .section-title {
        margin-bottom: 20px
    }

    .workprocess-title {
        margin-top: 35px;
        margin-bottom: -35px;
    }

    .workprocess-carusel {
        padding: 0 70px;
    }

    .workprocess-carusel .slick-prev {
        margin-right: -60px;
    }

    .workprocess-carusel .slick-next {
        margin-left: -60px;
    }

    .workprocess-carusel .item p {
        width: 300px;
    }

    .workprocess-carusel .slick-list {
        padding: 100px !important
    }

    .hprojects {
        padding-top: 60px
    }

    .projects-list .item .image {
        height: 240px;
    }

    .projects-list .item .title {
        font-size: 24px;
    }

    .projects-list .item.hprojects-more,
    .projects-list .item.hprojects-more:hover {
        background-color: #fff;
        color: #06111d
    }

    .projects-list .item.hprojects-more span:after {
        background: #ffffff url(../img/svg/arrow-white.svg) no-repeat 50%;
        background-size: 12px;
        height: 40px;
        width: 40px;
    }

    .footer-helper {
        padding: 40px 0;
        margin-bottom: 0
    }

    .footer-helper__content {
        padding-right: 0
    }

    .footer-helper__content span {
        height: 75px;
        width: 75px;
        padding: 15px;
        position: relative;
        margin-top: 0;
        margin-bottom: 10px;
    }

    .footer-helper__title {
        font-size: 36px;
        font-weight: 300;
      	color:#FFF !important;
    }

    .footer-helper__description {
        margin-bottom: 15px;
        font-size: 18px;
    }

    .footer-helper__ffl {
        display: block !important
    }

    .footer-helper__ffl .ffl-wrapper {
        margin: 0;
        margin-bottom: 20px
    }

    .footer-helper__ffl p {
        text-align: center
    }

    .mobile-informer {
        background: #106939;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        color: #fff;
        position: fixed;
        width: 100%;
        bottom: 0;
        z-index: 999
    }

    .mobile-informer.d-flex.d-md-none {
        background: #0786CD !important;
    }

    .mobile-informer:after {
        background: white !important;
    }

    .mobile-informer svg {
        height: 24px;
        width: 24px;
        margin-left: 15px
    }

    .mobile-informer:after {
        content: '';
        left: 50%;
        top: 0;
        position: absolute;
        width: 1px;
        height: 100%;
        background: #3c6ed6;
        display: block;
    }

    .mobile-informer a {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        font-size: 15px;
        font-weight: 600;
        color: #fff;
        display: inline-block;
        padding: 16px;
        text-align: center;
    }

    .footer hr {
        display: none;
    }

    .footer-contacts {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin: 0 -15px;
        border-top: 1px solid #dddddd;
        border-bottom: 1px solid #dddddd;
        position: relative;
    }

    .footer-contacts :before {
        content: '';
        left: 50%;
        top: 0;
        position: absolute;
        width: 1px;
        height: 100%;
        background: #dddddd;
        display: block;
    }

    .footer-contacts :after {
        content: '';
        left: 0%;
        top: 50%;
        position: absolute;
        width: 100%;
        height: 1px;
        background: #dddddd;
        display: block;
    }

    .footer-contacts__item {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        height: 120px;
        text-align: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-flex-line-pack: center;
        align-content: center;
        margin: 0
    }

    .footer-contacts__item .text {
        padding-right: 0px;
        width: 100%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        padding-top: 10px
    }

    .footer .widget-title {
        display: none;
    }

    .footer-made {
        padding: 20px 15px;
        border-bottom: 1px solid #dddddd;
    }

    .footer-made .textwidget img {
        height: 50px;
        width: auto;
        top: 50%;
        margin-top: -25px;
    }

    .footer-made .textwidget p {
        margin: 0
    }

    .footer-info {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .footer-info .footer-social {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }

    .footer-logo img {
       height: 66px;
    }
}


.breadcrumbs {
    font-size: 14px;
    color: #fff;
    font-weight: 500;
}

.breadcrumbs a {
    font-weight: 400;
    color: #fff
}

.black .breadcrumbs {
    color: #27AAE1;
}

.black .breadcrumbs a {
    color: #06111d;
}

.black .breadcrumbs a:hover {
    color: #106939
}

.breadcrumbs i {
    font-size: 10px;
    padding: 0 5px
}

.industries-head {
    background-color: #f5f6f7;
    color: #fff;
    height: 550px;
    position: relative;
    text-align: center;
    height: 400px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 100px;
}

.industries-head:after {
    content: '';
    background-image: -ms-linear-gradient(90deg, rgb(4, 15, 27) 0%, rgba(4, 15, 27, 0) 100%);
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50%;
}

.breadcrumbs-container {
    position: absolute;
    z-index: 10;
    padding: 10px 0;
    border-bottom: 1px solid rgb(255, 255, 255, 0.2);
    text-align: right;
    top: 100px;
    width: 100%;
}

.breadcrumbs-container.black {
    border-bottom: 1px solid #dddddd;
}

.industries-head .container {
    position: relative;
    z-index: 10;
}

.industries-head h1,
.archive-head h1 {
    font-size: 72px !important;
    font-family: 'Almoni Tzar AAA';
    color: #000000;
    line-height: 0.972;
    margin: 0;
}

.industries-head.white h1{
	color: #fff;
}

.industries-head h1 + span {
    font-size: 20px;
    color: rgb(255, 255, 255);
    font-weight: bold;
    line-height: 1.2;
    text-align: center;
    background: #0c265e;
    padding: 2px 10px;
    display: inline-block;
}

.industries-head h1 + span p {
    margin: 0
}

.industries-head .background,
.archive-head .background {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.page-content {
    padding: 40px 0;
    padding-left: 40px
}

.page-text {
    text-align: justify;
    font-size: 17px;
    color: #2c3238;
    line-height: 1.647;
}

.page-text a{
	color: #0f6939 ;
	text-decoration: underline;
}

.page-text h2 {
    font-family: 'Almoni Tzar AAA';
    margin-bottom: 20px;
    color: #06111d;
    font-size: 40px;
    font-weight: 300;
    border-bottom: 1px solid #0786CD;
    display: inline-block;
}

.page-text h3 {
    font-family: 'Almoni Tzar AAA';
    margin-bottom: 20px;
    color: #06111d;
    font-size: 32px;
    font-weight: 300;

}

.page-text ul {
    margin-bottom: 20px;
    padding: 0;
}

.page-text ol {
    margin-bottom: 20px;
    counter-reset: myCounter;
    padding: 0;
}

.page-text ol li {
    list-style: none;
}

.page-text ol li:before {
    counter-increment: myCounter;
    content: counter(myCounter) '.';
    color: #000000;
    font-weight: 600;
    display: inline-block;
    padding-left: 5px;
    position: absolute;
    top: 0;
    right: 0;
}

.page-text ul li, .page-text ol li {
    position: relative;
    padding-right: 20px;
    font-size: 17px;
    display: block;
    margin-bottom: 10px;
}

.page-text ul li:before {
    content: "";
    background: #0f6939;
    height: 6px;
    width: 6px;
    border-radius: 50%;
    display: block;
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
}

.page-text p {
    margin-bottom: 20px;
}

.page-text p:last-child {
    margin: 0
}

.toc_list li:before {
    display: none !important
}

.hidden {
    overflow: hidden;
}

.sidebar-box {
    padding: 40px 0;
    border-right: 1px solid #eaeaea;
    height: 100%;
}

.sidebar-box__title {
    font-family: 'Almoni Tzar AAA';
    margin-bottom: 30px;
    color: #06111d;
    font-size: 40px;
    font-weight: 300;
    padding-bottom: 20px;
    border-bottom: 1px solid #000;
    padding-right: 30px;
    position: relative;
}

.sidebar-box__title:after {
    right: 95%;
    top: 100%;
    display: block;
    width: 100%;
    height: 1px;
    background: #000;
    content: '';
    position: absolute;
}

.sidebar-military {
    display: block !important;
    height: auto;
    margin: 0;
    padding-right: 30px;
}

.sidebar-military .item .title {
    top: 25px;
    right: 20px;
    left: inherit;
    font-size: 36px !important;
	line-height: 40px;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    font-family: 'Almoni Tzar AAA';
	text-align: right;
	right: 0;
    top: 0 !important;
    height: 100%;
    display: flex;
    align-items: center;
	padding-left: 20%;
    justify-content: flex-end;
}

.sidebar-military .more {
    bottom: 20px !important;
    top: inherit;
    right: 20px;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    height: 40px;
    width: 40px;
    min-width: 26px;
    background: transparent;
	display: none;
}

.sidebar-military .more svg,
.sidebar-military .item:hover .more svg {
    height: 100%;
    width: 100%;
}

.sidebar-military .item {
    margin: 0;
    margin-bottom: 10px;
    position: relative;
    height: 140px;
    overflow: hidden;
}

.sidebar-military .item .image {
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s
}

.sidebar-military .item:hover .image {
    height: 100%;
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}

.sidebar-military .item:last-child {
    margin: 0
}

.sidebar-military .item:before {
    content: '';
    height: 100%;
    width: 4px;
    top: 0;
    left: 0;
    bottom: inherit;
    -webkit-transition: all 0.1s;
    -o-transition: all 0.1s;
    transition: all 0.1s
}

.sidebar-military .item:hover:before {
    width: 10px;
    height: 100%;
}

.header-after {
    height: 137px;
}

.header-after__404 {
    height: 100px;
}

.single-projects .header {
    border-bottom: 1px solid #dddddd;
}

.single-projects .header-toggle {
    background-color: #06111d
}

.projects-content {
    overflow: hidden;
    position: relative;
    margin-bottom: 60px;
}

.projects-content h1 {
    color: black;
    font-size: 52px;
    border-bottom: 4px solid #f1f2f6;
    padding: 30px 0;
    position: relative;
    margin-bottom: 40px;
    position: relative;
    padding-right: 80px;
    font-family: 'Almoni Tzar AAA';
}

.projects-content h1:after {
    content: '';
    height: 4px;
    width: 100%;
    left: 95%;
    top: 100%;
    display: block;
    background: #f1f2f6;
    position: absolute
}

.projects-content .item .image {
    height: 300px;
}

.projects-slides {
    position: absolute;
    right: 60%;
    top: 0;
    width: 40%;
    max-width: 800px;
    max-height: 100%;
}

.projects-slides img {
    width: 100%;
    object-fit: cover;
}

.projects-slides .slick-prev,
.projects-slides .slick-next {
    width: 110px;
    height: 110px;
    display: block;
    background-color: rgb(2, 2, 2, 0.6);
    position: absolute;
    top: initial;
    bottom: 0;
    right: 0;
    margin-top: 0;
    border-radius: 0;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.projects-slides svg {
    height: 40px;
    width: 40px;
    fill: #fff;
}

.projects-slides .slick-prev {
    right: 109px;
    border-right: 1px solid #020202;
}

.projects-slides .slick-prev:hover,
.projects-slides .slick-next:hover {
    background-color: rgb(2, 2, 2, 1);
}

.error-404 {
    background: url(../img/404.jpg) no-repeat 50%;
    text-align: center;
    padding: 300px 0;
    padding-top: 250px;
    background-size: cover;
}

.error-404 h1 {
    font-size: 60px;
    color: white;
    font-family: 'Almoni Tzar AAA';
}

.error-404 h1 + span,
.page-thank h1 + p {
    font-size: 30px;
    color: white;
    font-family: 'Almoni Tzar AAA';
    font-weight: 300;
    padding-bottom: 40px;
    display: block;
}

.box-title {
    font-size: 36px;
    font-family: 'Almoni Tzar AAA';
    color: #06111d;
    line-height: 1.2;
    font-weight: 300;
    margin-bottom: 30px;
}

.box-title span , .box-title h2 {
    border-bottom: 1px solid #27AAE1;
    padding-bottom: 10px;
    display: inline-block
}

.projects-content h1 span {
    height: 60px;
    width: 60px;
    padding: 10px;
    background: #ededed;
    border-radius: 50%;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    right: 0;
    margin-top: -5px
    border-radius: 47px;
}

.projects-content h1 span svg,
.projects-content h1 span .svg {
    height: 24px;
    width: 24px;
}

.projects-content h1 span.term-icon .svg {
    height: 34px;
    width: 34px;
}

.projects-content h1 span.term-icon path {
    fill: #fff
}

.container {
    position: relative;
}

.no-relative {
    position: inherit;
}

.after-icon {
    padding-right: 130px;
}

.after-icon .icon {
    height: 74px;
    width: 74px;
    padding: 15px;
    background: #e9eaf2;
    border-radius: 50%;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    right: 15px;
    margin-top: -10px;
}

.after-icon .icon .svg {
    height: 44px;
    width: 44px;
}

.head-related__projects {
    border-bottom: 1px solid #dedede;
    border-top: 1px solid #6a7a9d;
    padding: 20px 0;
    position: relative;
}

.head-related__projects .title {
    font-size: 40px;
    font-family: 'Almoni Tzar AAA';
    color: rgb(12, 38, 95);
    line-height: 1.2;
    font-weight: 300;
}

.related-carusel {
    margin: 40px 0;
}

.related-carusel .item .image {
    height: 350px;
}

.related-carusel .slick-list {
    margin: 0 -15px;
}

.related-carusel .related-carusel__item {
    margin: 0 15px;
}

.related-carusel__nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.related-carusel__nav .slick-prev,
.related-carusel__nav .slick-next {
    width: 60px;
    height: 60px;
    display: block;
    background-color: transparent;
    position: relative;
    top: inherit;
    bottom: inherit;
    right: inherit;
    left: inherit;
    margin-top: 0;
    border-radius: 50%;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: 1px solid #bac5df
}

.related-carusel__nav svg {
    height: 20px;
    width: auto;
    fill: #0d0d0d;
}

.related-carusel__nav .slick-next {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    margin-left: 10px
}

.related-carusel__nav .slick-prev:hover,
.related-carusel__nav .slick-next:hover {
    background-color: #bac5df;
}


.archive-head {
    background-color: #f6f6f6;
    color: #000000;
    padding-top: 84px;
    position: relative;
    padding-bottom: 60px;
}

.archive-head h1 {
    padding-top: 0px
}

.archive-head .breadcrumbs-container {
    top: 0;
    border-color: #e0e0e0;
}

.archive-head .breadcrumbs-container .breadcrumbs,
.archive-head .breadcrumbs-container .breadcrumbs a {
    color: #000;
}

.archive-head .breadcrumbs-container .breadcrumbs .breadcrumb_last {
    color: #0f6939;
}

.archive-projects__list {
    padding: 60px 0
}

.archive-projects__list .item .image {
    height: 360px;
}

.services-list {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    padding: 0
}

.services-list li {
    display: block;
    margin: 7px 5px;
    min-width: 280px;
}

.services-list li a {
    display: block;
    padding: 5px 20px;
    border-radius: 50px;
    border: 1px solid #4f6390;
    font-size: 14px;
    color: #fff;
    transition: all 0.3s
}

.services-list li a .svg {
    height: 30px;
    width: 30px;
}

.services-list li a .svg path,
.services-list li a .svg polygon,
.services-list li a .svg rect {
    fill: #fff;
    transition: all 0.3s
}

.services-list li a:hover {
    background: #fff;
    color: #06111d
}

.services-list li a:hover .svg path,
.services-list li a:hover .svg polygon,
.services-list li a:hover .svg rect {
    fill: #06111d
}

@media screen and ( max-width: 767.98px ) {
    .header-after {
        height: 60px;
    }

    .industries-head,
    .archive-head {
        padding-top: 60px
    }

    .error-404 {
        padding: 100px 0;
    }

    .after-icon {
        padding: 30px 0
    }

    .after-icon .icon {
        display: none
    }

    .sidebar-box {
        border: none;
    }

    .sidebar-box__title {
        padding-right: 0
    }

    .sidebar-military {
        padding: 0
    }

    .related-carusel__nav {
        justify-content: center
    }

    .head-related__projects .title {
        display: block;
        text-align: center
    }

    .head-related__projects .after-icon {
        padding: 0
    }
}

div#toc_container {
    border-right: 1px solid #106939;
    padding: 20px
}

#toc_container p.toc_title {
    text-align: right;
    font-size: 20px;
    position: relative;
    padding-right: 40px;
	color: #000000 !important;
}

div#toc_container p.toc_title a, 
div#toc_container ul.toc_list a{
	color: #000000 !important;
}

#toc_container p.toc_title:before {
    content: "";
    background: url(../img/content.svg) no-repeat 50%;
    height: 24px;
    width: 24px;
    position: absolute;
    right: 0;
    top: 2px;
}

.title-share {
    font-size: 16px;
    color: #000;
    font-weight: bold;
    text-transform: uppercase;
    border-top: 1px solid #d7d7d7;
    padding: 10px 0;
    text-align: center;
    border-bottom: 1px solid #06111d;
    margin-bottom: 10px;
    margin-top: 10px;
}

.sticky-share {
    position: sticky;
    top: 100px;
}

.page-share a {
    height: 42px;
    width: 42px;
    border-radius: 50%;
    background-color: #007ffb;
    display: block;
    padding: 9px;
    margin-bottom: 5px;
    display: inline-block;
}

.page-share a:hover {
    background-color: #0786CD ;
}

.page-images {
    height: 340px;
}

.page-images img {
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.page-title {
    font-size: 52px;
    font-family: 'Almoni Tzar AAA';
    color: #000;
    line-height: 1.346;
}

.page-data {
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #000000;
    font-size: 15px;
    color: #2c3238;
}

.single-post .sidebar-box {
    padding-right: 30px;
}

.single-post .sidebar-box__title,
.single-post .sidebar-military {
    padding-right: 0
}

.single-post .sidebar-box__title:after {
    display: none
}

.sidebar-post {
    padding-top: 20px;
    border-top: 1px solid #c9c9c9;
    margin-top: 40px;
}

.sidebar-post .item {
    display: block;
    padding: 24px;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 0px 18px 0px rgba(231, 232, 232, 1);
    margin-bottom: 20px;
    position: relative;
    min-height: 130px;
    padding-right: 130px;
}

.sidebar-post .item .image {
    height: 85px;
    width: 85px;
    overflow: hidden;
    position: absolute;
    top: 24px;
    right: 24px;
}

.sidebar-post .item .title {
    font-size: 26px;
    font-family: 'Almoni Tzar AAA';
    color: #000;
    line-height: 1.1;
    font-weight: 300;
    margin-bottom: 10px;
}

.sidebar-post .item .data {
    color: #2c3238;
    font-size: 15px;
}

.sidebar-post .item .data span {
    vertical-align: middle;
    display: inline-block;
}

.sidebar-post .item:hover .title {
    color: #106939
}

.blog-head {
    height: 100%;
    min-height: 450px
}

.list-post {
    padding-top: 45px
}

.post-item {
    display: block;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 0px 18px 0px rgba(231, 232, 232, 1);
    margin-bottom: 30px;
    position: relative;
    min-height: 130px;
    display: flex;
    flex-wrap: wrap;
}

.post-item__image {

}

.post-item__image .image {
    width: 300px;
    display: block;
    height: 100%;
}

.post-item__image .image img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.post-item__content {
    padding: 30px;
    flex: 1
}

.post-item__content .title {
    font-size: 38px;
    font-family: 'Almoni Tzar AAA';
    color: #06111d;
    line-height: 1.1;
    font-weight: 300;
    margin-bottom: 10px;
}

.post-item__content .title:hover {
    color: #0f6939;
}

.post-item__content .data {
    font-size: 15px;
    color: #0f6939;
    margin: 10px 0
}

.post-item__content .data span {
    vertical-align: middle;
    display: inline-block;
	color: #0f6939;
	display: inline-flex;
    align-items: center;
    gap: 8px
}

.post-item__content .description {
    font-size: 13px;
    color: #484d53;
    line-height: 1.867;
    margin-bottom: 10px;
}

.post-item__content .more {
    font-size: 17px;
    color: #0f6939;
    font-weight: bold;
}

.post-item__content .more i {
    color: #0f6939;
    font-size: 10px;
    margin-right: 5px;
    vertical-align: middle;
    margin-top: 2px;
}

.post-item__content .more:hover {
    color: #1a6d42;
}

.gm-style .gm-style-iw-c {
    padding: 0;
    border-radius: 0;
}

.gm-style .gm-style-iw-d {
    overflow: hidden !important;
}

.marker-content__title {
    font-size: 32px;
    color: #000;
    padding-bottom: 15px;
    padding-top: 25px;
    border-bottom: 1px solid #cdcdcd;
    font-family: 'Almoni Tzar AAA';
    padding-right: 20px;
    font-weight: 400
}

.marker-content .footer-contacts {
    padding: 20px;
    padding-bottom: 0;
    font-family: 'Heebo', sans-serif;
}

.marker-content .footer-contacts__item .icon img {
    height: 16px;
}

.marker-content .footer-contacts__item .text {
    border-bottom: 1px solid #e5e5e5;
    color: #06111d;
    padding-bottom: 5px;
}

.page-template-contact .header-after {
    height: 100px
}

.contact-form {
    color: #fff;
    height: 100%;
    padding: 0 130px;
    background-size: cover;
    padding-top: 20px;
    padding-bottom: 90px;
}

.page-template-contact .footer {
    border-top: 1px solid #dddddd
}

.page-template-contact .footer-helper {
    display: none;
}

.contact-form .breadcrumbs-container {
    border: none;
    margin-bottom: 40px;
    position: relative;
    top: 0;
}

.contact-form h1 {
    font-size: 50px;
}

.contact-form p {
    font-size: 20px;
    font-family: 'Almoni Tzar AAA';
    font-weight: 300;
}

.contact-form .breadcrumbs i {
    font-weight: 600;
    color: white;
}

.contact-form .breadcrumbs {
    font-weight: 300
}

.contact-form .wpcf7-text,
.contact-form .wpcf7-textarea {
    border-color: #579675;
	margin-bottom: 20px;
}

.contact-form .wpcf7-textarea{
	padding: 15px;
}

.contact-form .wpcf7-submit:hover{
	background-color: #0786CD !important;
}

.wpcf7-spinner{
	position: absolute;
}

.icon-name {
    background: url(../img/name-white.svg) no-repeat 98% 50% !important;
    background-size: 15px !important;
    padding-right: 40px;
}

.icon-tel {
    background: url(../img/phone-white.png) no-repeat 98% 50% !important;
    background-size: 15px !important;
    padding-right: 40px;
}

.icon-email {
    background: url(../img/mail-white.png) no-repeat 98% 50% !important;
    background-size: 15px !important;
    padding-right: 40px;
}

.icon-subject {
    background: url(../img/company-white.png) no-repeat 98% 50% !important;
    background-size: 15px !important;
    padding-right: 40px;
}

.contact-form .ffl-wrapper .ffl-label {
    right: 40px;
    top: 0;
}

.contact-form .ffl-wrapper.ffl-floated .ffl-label {
    margin-top: -15px;
    right: 0;
    font-size: 12px;
}

.contact-form .your-message + .ffl-label {
    top: 15px;
}

@media (max-width: 991.98px) {
    .breadcrumbs-container {
        top: 60px;
    }

    .industries-head {
        padding-top: 60px;
    }

    .header-after {
        height: 97px;
    }
}

@media screen and ( max-width: 767.98px ) {
    .single-post .sidebar-box {
        padding: 0
    }

    .page-images {
        height: 240px;
    }

    .title-share {
        display: none
    }

    .page-title,
    .contact-form h1 {
        font-size: 36px;
        line-height: 1.1;
    }

    .page-text {
        font-size: 14px;
    }

    .page-text p,
    .page-text ul,
    .page-text ol {
        margin-bottom: 15px;
    }

    .page-text h2 {
        font-size: 32px;
        margin-bottom: 15px
    }

    .page-text h3 {
        font-size: 28px;
        margin-bottom: 15px
    }

    .page-text ul li, .page-text ol li {
        font-size: 14px;
    }

    .projects-content {
        display: flex;
        flex-wrap: wrap
    }

    .projects-slides {
        position: relative;
        order: 1;
        width: 100%;
        max-width: 100%;
        right: 0;
    }

    .projects-content .container {
        order: 2;
    }
}

@media screen and ( max-width: 600px ) {
    .post-item__image,
    .post-item__image .image {
        width: 100%;
        height: 200px;
    }
}

body.compensate-for-scrollbar {
    overflow: auto;
}

.fancybox-is-open .fancybox-bg {
    opacity: 0.5 !important
}

.fancybox-slide--html .fancybox-close-small {
    top: -30px;
    color: #fff;
    border-radius: 50%;
    border: 1px solid #fff;
    opacity: 1;
    height: 30px;
    width: 30px;
    padding: 0;
    right: -30px;
}

.fancybox-slide--html .fancybox-close-small:hover {
    color: #106939;
    border-color: #106939;
}

.popup {
    max-width: 660px;
    border-radius: 4px;
    direction: rtl;
    overflow: initial;
}

.popup .wpcf7-text {
    border: 1px solid #b9c4de;
    line-height: 48px;
    height: 50px;
    padding: 0 15px;
    margin-bottom: 15px;
    color: #363636
}

.popup .wpcf7-textarea {
    border: 1px solid #b9c4de;
    height: 110px;
    padding: 10px 15px;
    margin-top: 0px;
    margin-bottom: 20px;
    color: #363636;
    line-height: normal;
}

.popup .btn-wraper {
    background: #06111d;
    color: #fff;
    width: 180px;
    padding: 13px;
}

.popup .btn-wraper:hover {
    background-color: #106939;
    color: #fff;
}

.popup .section-title {
    color: #06111d;
    font-size: 50px;
    font-family: 'Almoni Tzar AAA';
    font-weight: 300;
    text-align: center;
}

.popup .section-title + p {
    color: #06111d;
    font-weight: bold;
    font-size: 19px;
    text-align: center;
}

.solutions {
    padding-top: 100px;
    padding-bottom: 180px;
    margin-bottom: -120px;
    background: #f5f6f7;
    font-size: 17px;
    line-height: 28px;
    letter-spacing: 1.1
}

.solutions .section-title {
    font-size: 48px;
    font-family: 'Almoni Tzar AAA';
    color: rgb(12, 38, 95);
    line-height: 0.485;
    font-weight: 300;
    margin-bottom: 40px;
}

.documents {
    margin-bottom: 80px
}

.documents .section-title {
    font-size: 20px;
    color: rgb(42, 48, 54);
    font-weight: bold;
    line-height: 1.8;
}

.documents .item {
    border: 1px solid #eae9e9;
    padding: 20px;
    display: block;
    background: #fff;
    margin-bottom: 30px
}

.documents .item img {
    height: 70px;
}

.documents .item span {
    display: block;
    font-size: 18px;
    font-family: 'Almoni Tzar AAA';
    color: rgb(4, 15, 27);
    line-height: 1;
}

.subsections {

}

.subsections .section-title .section-description {
    font-size: 17px;
    margin-bottom: 40px;
}

.subsections .subdivision {
    margin-bottom: 30px;
}

.subsections .section-title {
    font-size: 48px;
    font-family: 'Almoni Tzar AAA';
    color: rgb(12, 38, 95);
    line-height: 0.485;
    font-weight: 300;
    margin-bottom: 30px;
}

.subsections .item {
    padding: 35px 20px;
    padding-right: 160px;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.subsections .item .image {
    position: absolute;
    top: 50%;
    right: 20px;
    border: 1px solid #19b6f1;
    border-radius: 50%;
    height: 126px;
    width: 126px;
    padding: 20px;
    -webkit-transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
}

.partners {
    padding: 50px 0;
    overflow: hidden
}

.partners-title {

    padding: 0 30px;
    display: block;
    position: relative;
    z-index: 10;
    font-weight: bold;
    font-size: 20px;
    text-align: center

}

.partners-title:after {
    content: '';
    height: 1px;
    width: 100%;
    display: block;
    background: #e9e9ea;
    position: absolute;
    top: 50%;
    left: 0;
}

.partners-title span {
    background: #fff;
    padding: 0 30px;
    display: inline-block;
    position: relative;
    z-index: 10
}

.partners-list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    text-align: center;
}

@media screen and ( max-width: 767.98px ) {
    .partners-list {
        margin: 0 -30px;
    }

    .partners-list .item {
        border: 1px solid #eae9e9;
        padding: 20px;
        flex: 0 0 50%;
    }

    .solutions .section-title,
    .subsections .section-title {
        line-height: normal;
        font-size: 36px;
    }

    .subsections .item {
        margin-bottom: 15px;
        padding: 30px 15px;
        padding-right: 100px;
    }

    .subsections .item .image {
        height: 75px;
        width: 75px;
        padding: 15px;
    }

    .fancybox-slide--html .fancybox-close-small {
        top: 10px;
        right: 10px;
        border: 1px solid #d5d5d5;
        color: #cdcdcd;
    }
}

@media screen and ( max-width: 1199.98px ) {

}

body #fp-nav ul li,
body .fp-slidesNav ul li {
    width: auto;
    height: 13px;
    margin: 7px 0;
    position: relative;
}

.black-head .header-logo {
    border-color: #dddddd;
}

span.goback {
    cursor: pointer;
    transition: all 0.3s
}

span.goback:hover {
    opacity: 0.7
}

.page-template-thank .header-after {
    max-height: 100px
}

.page-template-thank .breadcrumbs-container.black {
    border: none
}

.single-projects .header-after {
    height: 100px;
}

.single-projects.logged-in .header-after {
    height: 70px
}

.single-projects .breadcrumbs-container {
    position: relative;
    top: 0
}


@media screen and ( min-width: 1900px ) {
    .hprojects {
        padding-top: 70px;
    }

    .abouts {
        padding-top: 0;
    }

    .home-head__benefits .item img {
        height: 55px;
    }

    .home-head__benefits .item span {
        font-size: 18px;
    }

    .home-head__info {
        font-size: 24px;
    }

    .home-head__info span {
        font-size: 20px;
    }

    .section-container, .container {
        max-width: 1600px;
    }

    .footer .fp-tableCell {
        display: flex;
        flex-flow: column wrap;
        left: 0px;
        width: 100%;
        align-items: stretch;
        justify-content: space-between;
        padding-top: 0px !important;
    }

    .footer-helper {
        width: 100%
    }

    .footer-helper + .container {
        flex: 1
    }

    .footer .widget-title {
        margin-top: 60px
    }

    .footer-helper + .container hr + .row .widget-title {
        margin-top: 30px
    }

    .footer-contacts__item {
        margin-bottom: 25px;
    }

    .projects-list .item .image {
        height: 250px;
    }

    .workprocess-carusel .item p {
        font-size: 19px
    }

    .section-description {
        font-size: 19px;
        margin-bottom: 40px;
    }

    .subdivision-title {
        margin-bottom: 30px
    }

    .footer-made .textwidget {
        font-size: 14px
    }

    .post-item__content .description {
        font-size: 17px;
    }
}

@media screen and ( min-width: 1600px ) {
    .industries-head {
        height: 550px !important;
    }

    .abouts .fp-tableCell,
    .hprojects .fp-tableCell {
        vertical-align: middle;
        padding-top: 100px;
    }

    .footer .fp-tableCell {
        vertical-align: top;
        padding-top: 100px;
    }

    .subdivision .item {
        padding-top: 45px;
        padding-bottom: 45px;
    }
}

@media screen and ( max-width: 1600px ) {
    .industries-head {
        height: 400px;
        min-height: auto
    }

    .sidebar-military .item .title {
        top: 15px;
        font-size: 30px;
        font-weight: 300
    }

    .sidebar-military .more {
        bottom: 15px;
        height: 24px;
        width: 24px
    }

    .head-related__projects .title {
        font-size: 32px
    }

    .after-icon {
        padding-right: 80px;
    }

    .after-icon .icon {
        height: 60px;
        width: 60px;
    }

    .related-carusel .item .image {
        height: 280px;
    }

    .projects-content h1 {
        font-size: 46px
    }

    .industries-head h1, .archive-head h1 {
        font-size: 55px;
    }
}

@media screen and ( max-width: 1440px ) {
    .subdivision .item {
        padding-top: 15px;
        padding-bottom: 15px
    }

    .abouts .section-description {
        padding-bottom: 15px
    }
}

@media (max-width: 1199.98px) {
    .home .section-container, .home .container {
        padding: 0 15px;
        max-width: 100%
    }
}

@media (max-width: 767.98px) {
    .page-template-about .footer-helper {
        margin-top: 5em;
    }

    .grid-item1 p {
        margin-bottom: 0 !important;
        padding-bottom: 2em;
        padding-right: 1em;
    }

    .page-template-about div#wraper-content {
        background-color: #f5f6f8;
    }

    .grid-item1 h1 {
        text-align: right !important;
        margin-top: 1em;
        padding-right: 12px;
    }
}

.grid-item1 {
    width: 90%;
    margin-right: 5%;
    margin-left: 5%;
    background-color: white;
}

div#about_repeater_wrap_mob {
    margin-top: 5em;
}

p#title_solutions {
    margin-top: 1em !important;
}

.page-template-about p#title_txt {
    width: 80%;
    margin-right: 10% !important;
    margin-left: 10% !important;
    text-align: center;
    font-size: 20px !important;
    width: 80%;
}

.sub-menu li {
    padding-right: 5px !important;
}

#call-back div {
    color: black !important;
}

#call-back p {
    color: black !important;
}

.popup input.wpcf7-form-control.wpcf7-submit.btn-wraper {
    background-color: #0786CD;
}

.popup input.wpcf7-form-control, textarea {
    border-color: #0f6939 !important;
}

.contimgdown {
    margin-left: 7px;
}

.footer-copyright {
    font-size: 15px;
    margin-bottom: 8em;
    line-height: 25px;
}

.abouts {
    margin-bottom: 0;    
    padding: 70px 0;
    margin-top: 90px;
	padding-bottom: 150px;
    
}

.home-head__benefits {
    width: 100% !important;
}

.projects-list .item.hprojects-more, .projects-list .item.hprojects-more:hover {
    color: #fff;
}

.projects-list .item.hprojects-more span:after {
    background: #fff url(../../../themes/clean-them/img/svg/arrow.svg) no-repeat 18px 50%;
    background-size: 18px !important;
}

.row.d-block.d-md-none {
    background-color: #11190f !important;
}

.why {
	margin-bottom: 100px;
}
.why-row {
    max-width: 1200px;
    margin: 0 auto;
}
.why-row__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: #2a3036;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    margin-bottom: 36px;
	background: #ffffff;
	box-shadow: 0px 0px 65px 0px rgba(231, 232, 232, 0.004);
}
.why-row__item:nth-child(odd) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}
.why-row__item:nth-child(odd) .why-row__image {
    text-align: left;
}
.why-row__image {
    width: 50%;
    text-align: right;
}

.why-row__image img {
    height: 100%;
	width: 100%;
	object-fit: cover;
}
.why-row__text {
    width: 100%;
    font-size: 18px;
    line-height: 28px;
	padding: 45px;
}
.why-row__text .title {
    font-weight: 700;
    font-size: 34px;
    line-height: 38px;
    margin-bottom: 30px;
}


h2#title_txt {
    font-size: 60px;
    width: 60%;
    margin-bottom: 0;
    font-family: 'Almoni Tzar AAA';
    margin-right: 5px;
    font-weight: 300;
}
 h2.section-title{
	font-size: 70px;
    font-family: 'Almoni Tzar AAA';
    font-weight: 300;
    line-height: 1;
    margin-bottom: 15px;
	color:inherit;
}
.abouts 	 h2.section-title{
	color:#fff;
}
.hprojects h2.section-title{
	margin-bottom: 80px;
}

@media (max-width: 767.98px) {
	
	.section-box{
		padding-top: 0;
	}
    .home-head__benefits .item {
        width: 28%;
    }

    .industries-head {
        height: 300px
    }

    .military .section-box {
        padding-top: 0;
        padding-bottom: 40px
    }

    .section-box .partners {
        padding: 0;
        margin: 0
    }

    .partners-title:after {
        top: 50%;
        opacity: 0.1;
    }

    .partners-title span {
        background-color: transparent;
    }

    .information {
        padding-bottom: 0px;
    }

    .partners-title {
        color: white;
        margin-bottom: 5px;
        font-size: 14px;
    }

    .partners-carusel {
        padding-bottom: 10px
    }

    .partners-carusel .item {
        flex-wrap: wrap;
        display: flex;
        align-content: center;
        justify-content: center;
        height: 63px;
        align-content: center;
    }

    .partners-carusel .item img {
        width: auto;
        height: auto;
        max-width: 90%;
        max-height: 40px
    }

    .subdivision .item {
        height: auto;
        min-height: 90px;
    }

    .subdivision .item span {
        margin-bottom: 0;
    }

    .hprojects .projects-list .item .title {
        padding-top: 7px;
        height: auto;
		display: block;
    }

    .page-template-contact .header-after,
    .single-projects .header-after {
        height: 60px;
    }

    .single-projects.logged-in .header-after {
        height: 15px;
    }

    .contact-form {
        padding: 30px 15px
    }

    .page-template-contact .footer {
        padding-top: 0
    }

    .industries-head h1, .archive-head h1 {
        font-size: 48px !important;
    }
 
    .industries-head h1 + span {
        font-size: 14px;
    }

    .after-icon {
        padding-right: 0
    }

    .solutions {
        padding-top: 30px
    }

    .documents {
        margin-bottom: 0px
    }

    .solutions .section-title {
        margin-bottom: 15px
    }

    .projects-slides img {
        width: 100%;
        height: 300px;
        object-fit: cover;
    }

    .projects-content h1,
    .box-title {
        font-size: 30px;
    }

    .page-content {
        padding: 0
    }

    div#toc_container {
        width: 100% !important
    }

    .page-share {
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 10px 0;
        flex-direction: column;
    }

    .page-share a {
        margin: 0 5px
    }

    .subsections .item {
        margin-bottom: 0
    }

    .page-template-about .partners-title span {
        background: #fff
    }

    .popup .section-title {
        font-size: 30px;
        margin-bottom: 10px;
    }

    .popup {
        max-width: 95%;
    }

    .archive-head h1 {
        padding-top: 80px;
        margin-bottom: 30px;
    }

    .projects-slides .slick-prev,
    .projects-slides .slick-next {
        width: 80px;
        height: 80px;
    }

    .projects-slides .slick-prev {
        right: 80px;
    }

    .footer-copyright {
        font-size: 8px;
        padding-bottom: 50px;
    }

    .projects-list .item.hprojects-more, .projects-list .item.hprojects-more:hover {
        color: #06111d;
        font-size: 24px;
    }
	.why{
		margin-bottom: 60px;
	}
	.why-row__item{
		flex-direction: column-reverse !important;
		margin-bottom: 15px;
	}
	.why-row__image,
	.why-row__text{
		width: 100%;
	}
	.why-row__text{
		padding: 30px 20px;
		font-size: 16px;
    	line-height: 22px;
	}
	.why-row__text .title{
		font-size: 28px;
		line-height: 32px;
		margin-bottom: 20px;
	}
	p#title_solutions{
		margin-top: 0 !important;
	}
	.page-template-about p#title_txt{
		font-size: 16px !important;
		line-height: 22px;
		color: #2c3238;
	}
	
	h2#title_txt {
    font-size: 27px;
    width: 80%;
    margin-bottom: 10px
    font-family: 'Almoni Tzar AAA';
    margin-right: 5px;
    font-weight: 300;
}
	
	
}


/*isaac changes*/

#wpcf7-f187-o1 .wpcf7-form-control-wrap {
    margin-top: 5px;
}

.popup .wpcf7-form input:focus {
    border: 1px solid #9aa9cd;
}

.footer-helper {
    background: #0786CD !important;
}

div.descwrap {
    display: flex;
    flex-direction: row;
    align-items: baseline;
}

div.descwrap img {
    max-width: 2em;
    top: 0.4em;
    position: relative;
}

div.descwrap p {
    margin-right: 10px;
}

div#descmainwrap {
    margin-top: 2em;
}

div#prod_header {
    margin-top: 7%;
    height: 15em;
    background-color: #f6f6f6;
}

.header-nav ul li a {
    color: black !important;
}

.breadcrumbs {
    color: white;
}

#prod_header .breadcrumbs-container {
    position: inherit !important;
    z-index: 10;
    padding: 10px 0;
    border-bottom: 1px solid rgb(255, 255, 255, .2);
    text-align: right;
    top: 100px;
    width: 100%;
}

p#title_solutions {
    text-align: center;
    font-size: 40px;
    margin-top: 2em;
    width: 80%;
    margin-left: 10%;
    margin-right: 10%;
	margin-bottom: 80px;
}

p#title_txt {
    font-size: 30px;
    width: 80%;
    margin-bottom: 2em;
    font-family: 'Almoni Tzar AAA';
    margin-right: 5px;
    font-weight: 300;
}


img.imgabout.lazyloaded {
    width: 100%;
    height: 70%;
}

.contact-form {
    background-color: #0786CD;
}

a#soctext {
    border-bottom: 1px solid #2c4374;
    border-top: 1px solid #dfdfdf;
    font-size: 17px;
}

.workprocess {
    visibility: hidden;
}

.grid-item1 img {
    width: 100% !important;
    height: 100% !important;
}

.grid-container1 {
    display: grid;
    grid-template-columns: auto auto;
    padding: 10px;
    width: 70%;
    margin-left: 15%;
    margin-right: 15%;
}

.grid-item1 {

    font-size: 30px;
    text-align: right;
    max-height: 300px;
    margin-bottom: 1em;
    width: 22em;
}

.home-head__info span {
    margin-left: 0 !important;
    padding-left: 0 !important;
}

.d-flex.military-list .item {
  	height: 30em;
    width: 18%;
    max-height: 275px;
}
.desktop{ display:block;}
.mobile{display:none;}

@media screen and (max-width: 600px) {
	
	#chaty-widget-0 .chaty-widget {
    left: 70px !important;
    bottom: 58px !important;
    right: auto !important;
}

	
	
	
	.desktop{ display:none;}
	.mobile{display:block;}
  .d-flex.military-list .item {
    height: 25vh !important;
    width: 100%;
   
	}
  .ffl-wrapper .ffl-label{
  	right:0;
  }
  .subdivision ,.col-12 {
    padding-bottom: 0 !important;
	}
}
.header-nav #menu-item-9 .sub-menu {
    left: 100%;
    width: 198px;
}

#lang_sel_sie {
    width: 5em;
    padding-right: 10%;
}
#moblang{
	display:none;
}
a.js-wpml-ls-item-toggle.wpml-ls-item-toggle {
    width: 4em;
    background-color: transparent;
    color: black;
    border: none;

}

.wpml-ls-legacy-dropdown a.wpml-ls-item-toggle:after {
    display: none;
}

.wpml-ls-legacy-dropdown a.wpml-ls-item-toggle {
    padding-right: 10px;
    padding-left: 0 !important;
    background-color: transparent !important;
    color: black !important;
}

ul.wpml-ls-sub-menu {
    width: 4em;
}

.rtl .wpml-ls-legacy-dropdown .wpml-ls-flag + span {
    font-size: 16px;
    padding-left: 5px;
}

.header-info__faq a {
    font-size: 19px;
    color: white;
    width: 138px;
    height: 53px;
    border-radius: 26.5px;
    background-color: #0786CD;
}

.header-info__faq a:hover {
    font-size: 15px;
    background-color: #414042 !important;
    color: white;
}

.header-info__faq a, .fix-head .header-info__faq a, .single-projects .header .header-info__faq a, .black-head .header-info__faq a {
    background-color: #0786CD !important;
    color: #fff;
}

.wpml-ls-legacy-dropdown {
    direction: ltr;
}

@media (min-width: 1280px) {
    .section.hprojects.fp-section.fp-table.active {
        background: none !important;
    }
}

@media (min-width: 1024px) and (max-width: 1550px) {
    .home-head__title {
        font-size: 58px;
    }
	.d-flex.military-list .item{ 
		width:18%;
	}

    /*.d-flex.military-list .item {
      max-height: 400px;
  }
  .military-list .item .title {
      font-size: 44px;
  }*/
    .footer-helper__title {
        font-size: 35px;
    }
}

div#socicons {
    margin-top: 14em;
}

.soclink {
    padding-top: 1em;
    position: relative;
    display: block;
}

a.soclink img {
    width: 2.5em;
    max-width: 2.5em;
}


#popupVSButton{display: none;}

.abouts {
	background-image: url('../img/about - background.jpg');
	background-repeat: no-repeat;
	background-size: cover; 
	
}
.footer  input.wpcf7-text, .footer .ffl-label{
	color:#fff !important;
}
.truck_logo{
	width: 90px;
    height: auto;
}
.reviews {
    padding-top: 80px;
    padding-bottom: 80px;
    background-color: #eaf4fe !important;
}
.reviews h2 {
	margin-bottom: 80px;
}
.single-service .header-after{
		display: flex;
    	background-repeat: no-repeat;
    	background-size: cover;
    	height: 600px;
    	align-content: center;    
    	justify-content: center;
    	flex-wrap: wrap;
	    align-items: center;
}
.single-service .header-after h1{
		display: block;
		text-align: center;
		width: auto;
		margin: auto;
		color:#fff;		
		position: relative;
		font-size: 64px;
		margin-top: 100px;
}
@media screen and ( min-width: 768px ) {
	
	.single-service .header-after h1::before{
			display: inline-block;		
			content: url('../img/deco-right.svg');
			background-position: left center;
			width: 130px;
			height: auto;
			vertical-align: middle;
			margin-left: 35px;
	}
	.single-service .header-after h1::after{
			display: inline-block;		
			content: url('../img/deco-left.svg');
			background-position: right center;
			width: 130px;
			height: auto;
			vertical-align: middle;
			margin-right: 35px;		
	}
}

.bulletarea{
	display: block;
    width: 100%;
    height: auto;
    text-align: center;
}
.bulletarea ul{
	
}
.bulletarea ul li{
	display: inline-block;
    padding: 5px 10px;
    color: #fff;
    font-size: 30px;
    background: url(../img/bullet.svg) no-repeat;
    background-position: right center;
    margin-right: 25px;
    padding-right: 26px;
	
}

@media screen and ( min-width: 768px ) {
		
.reviews_block::before{
		display: inline-block;		
		content: url('../img/deco-right.svg');
		background-position: left center;
		width: 130px;
		height: auto;
		vertical-align: middle;
		margin-left: 35px;
		position: absolute;
    	right: 0;
    	top: 38%;
}
.reviews_block::after{
		display: inline-block;		
		content: url('../img/deco-left.svg');
		background-position: right center;
		width: 130px;
		height: auto;
	    vertical-align: middle;
		margin-right: 35px;
		position: absolute;
    	left: 0;
    	top: 38%;		
}
}
.reviews_block .name{
	font-weight: bold;
	font-size: 120%;
	line-height: 1.3;
}
.reviews_block .item {
	padding: 20px;
	background-color: #fff;
	border: 2px solid #40a1d8;
}

.reviews_block {	
		margin-right: auto;
    	margin-left: auto;
    	padding: 20px 197px;
}
.stars {
	position: relative;
    margin-bottom: 20px;
    display: flex;
    margin-left: auto;
    margin-right: auto;
    justify-content: center;
}

.stars .star {
	display: block;
    width: 16px;
    height: 16px;
	position:relative;
	margin-right: 2px;
}

.stars .star:before {
    content: "";
    background-image: url(../img/star.svg);
    background-position: center center;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
}



@media screen and ( max-width: 767.98px ) {
	
	.reviews_block {	
		margin-right: auto;
    	margin-left: auto;
    	padding: 20px 20px;
}
	
	.single-service .header-after{
		height: 400px;
	}
	
	h2.section-title {
    font-size: 40px;
		
	}
	.wp-gr{
		width:100% !important;
	}
	.bulletarea {
		text-align: right;
		padding-top: 25px;
	}
	.bulletarea ul li{
		font-size: 20px;
	}
	.single-service .header-after h1{
		font-size: 40px;
	}
	
	.home-head__benefits {    
    bottom: 0px;
	}
	.section-box .partners {
 	   bottom: 40px;
}
	.partners .row.d-block.d-md-none{
		background: none !important;
	}
	.truck_logo {
		width: 70px;
		height: auto;
	}
	
	#text-5{
		min-height: 35px;
	}
	
	.item-card { 
    	margin-bottom: 15px;
		height: 29vh !important;
		padding-bottom: 0 !important;

	}
	
	.item-card img {
    	width: auto !important			;
    	height: 60px !important;
	}
	
	.subdivision div.col-6:nth-child(even) {
				
		padding-left: 11px;
	}
	.subdivision div.col-6:nth-child(odd) {
		
		padding-right: 5px;
	}
	.reviews h2 {
    margin-bottom: 48px;
}
	.reviews{
		padding-bottom: 0px;
	}
	
	p#title_solutions {
		margin-bottom: 0px;
		font-size: 32px;
	}
	.projects-content {
    	padding-top: 40px !important;
	}
	.header-logo img {
   	 	max-height: 60px;
	}
	
	
	
}
.single-service .black .breadcrumbs ,  .single-service .black .breadcrumbs a {

	color:#fff !important;
}
div#toc_container {
	display: none;
}
div#toc_container ul li {
    font-size: 17px;
    line-height: 25px;
    padding-bottom: 11px;
}
.projects-content {
	padding-top: 90px;
}
.projects-content h2{
	padding-bottom: 15px;
}
#toc_container p.toc_title::before{
	display: none;
}
#toc_container p.toc_title{
	padding-right: 0px;
}

.header-contacts__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
	text-align: right;
}
.header-contacts__item {
  font-size: 18px;
    border: 2px solid #0786cd;
    color: rgb(4,15,27);
    height: 53px;
    border-radius: 26.5px;
    padding-left: 18px;
    padding-right: 9px;	
	position: 	relative;
}

.header-contacts__item a {
    color: rgb(4, 15, 27);
}

.header-contacts__item a:hover {
    color: #06111d;
}



.header-contacts__item p {
    margin: 0;
}

.header-contacts__item  span{
    display: inline-block;
}
.header-contacts__item  a{
display: flex;
    flex-wrap: nowrap;
    align-content: center;
    align-items: center;
    justify-content: center;
    height: 53px;
    width: 100%;
	font-size: 19px;
}


.header-contacts__item .icon {
    background: #e7e8ea;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

span.phone_icon{
    display: inline-flex;
    padding: 9px;
    border-radius: 40px;
    background-color: #d9d9d9;
    height: 40px;
    width: 40px;
    align-content: center;
    align-items: center;
    flex-wrap: nowrap;
}

.header-contacts__item .pnumber {
    display: inline-block;
    align-content: center;
    /* width: 111px; */
    /* height: 40px; */
    position: relative;
	margin-right: 10px;
}
@media screen and (max-width: 375px){
	.home-head {
		background: #11190e;
		padding-top: 75px;
	}
	.information {
		align-items: flex-start;
}
}

@media (max-width: 991.98px){
	.slick-list.draggable {
	     height: 60px !important; 
	}
}

@media (max-width: 767.98px){
	.information {
		padding-top: 40px;
	}
}
.home-head__benefits{
  display:none !important;
}
.home-head__partners .title{
	color:#fff;
}
.home-head__title,  h2#title_txt {
  	color:#fff !important;
}
.section.home-head::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #000000;
    opacity: 0.5;
    z-index: 9;
}