.hide-en {
    display: none;
}
body .userway.userway_p1 {
    top: 90px!important;
    right: initial!important;
    left: 15px!important;
}
input[type="email"]{
	direction: rtl !important;
}
.socials {
    display: inline-block;
    margin-right: auto;
}

.socials a.button-social {
    border: solid 1px #090e17;
    font-size: 16px;
    color: #000e26;
    padding: 1px 10px;
    position: relative;
    top: -2px
}
.socials a {
    color: #000000;
    margin-right: 13px;
}


.socials a:hover {
    color: #ff0000
}

.header-nav, .footer .col-12{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
}

@media(min-width: 768px) {

    ul.main-nav {
        padding-right: 45px;
        display: inline-block;
        margin: 0;
    }
    ul.main-nav li:hover > ul {
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        visibility: visible;
    }

    ul.main-nav > li {
        display: inline-block;
        position: relative;
    }

    ul.main-nav li a {
        display: block;
        white-space: nowrap;
        font-size: 0.8rem;
        text-transform: uppercase;
        color: #000;
        padding: 6px 19px;
    }
    ul.main-nav > li > a {
        padding: 22px 19px;

    }
    ul.main-nav > li.menu-item-has-children > a:after {
        content: '\f0d7';
        font-family: FontAwesome;
        color: #000;
        font-size: 12px;
        position: relative;
        top: 0px;
        right: 8px;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }

    ul.main-nav > li ul {
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        visibility: hidden;
        -webkit-transition: all 300ms ease-in-out;
        transition: all 300ms ease-in-out;
    }

        ul.main-nav > li > ul {
        position: absolute;
        z-index: 999;
        background-color: #ffffff;
        top: 64px;
        border: solid 1px #0a1e47;
        border-top-width: 4px;
        padding: 12px 0;
        min-width: 200px;
        list-style: none;
    }
    ul.main-nav > li > ul:before {
        content: '\f0d8';
        font-family: FontAwesome;
        position: absolute;
        right: 21px;
        top: -19px;
    }

    ul.main-nav li ul li {
        position: relative;
    }

    ul.main-nav > li > ul > li.menu-item-has-children > a:after {
        content: '\f105';
        font-family: FontAwesome;
        color: #000000;
        font-size: 12px;
        position: absolute;
        top: 0px;
        right: 31px;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }

    ul.main-nav > li > ul > li ul {
        position: absolute;
        z-index: 10;
        left: 100%;
        top: -21px;
        padding: 21px 0px 0px 0px;
        box-shadow: 0 2px 4px 0 #026b71;
        background-color: #ffffff;
    }

    ul.main-nav>li.current-menu-item>a, 
    ul.main-nav li a:hover, 
    ul.main-nav > li.menu-item-has-children > a:hover:after, 
    ul.main-nav > li > ul > li.menu-item-has-children > a:hover:after,
    ul.main-nav li.current-menu-item a:after {
        color: #B60000;/*#ff0000*/
    }





   


    .footer ul.main-nav > li > ul {
        bottom: 60px;
        top: initial;
        border-top-width: 1px;
        border-bottom-width: 4px;
    }

    .footer ul.main-nav > li > ul:before {
        right: 21px;
        top: initial;
        bottom: -21px;
        content: '\f0d7';
    }

}










/*HOME SLIDER*/

.home-slider .home-slider-item {
    height: 592px;
    min-height: calc(100vh - 154px);
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    overflow: hidden;
}
.home-slider .home-slider-item:before {
    content: '';
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    background: -webkit-linear-gradient(bottom, rgba(12, 1, 41, 0.4), rgba(12, 1, 41, 0.4)), -webkit-linear-gradient(66.07deg, rgba(255, 255, 255, 5.5e-05) 3.1%, rgba(238, 238, 238, 5.5e-05) 9.63%, rgba(0, 0, 0, 0.55) 98.93%);
    background: linear-gradient(0deg, rgba(12, 1, 41, 0.4), rgba(12, 1, 41, 0.4)), linear-gradient(23.93deg, rgba(255, 255, 255, 5.5e-05) 3.1%, rgba(238, 238, 238, 5.5e-05) 9.63%, rgba(0, 0, 0, 0.55) 98.93%);
}
.home-slider .home-slider-item .container {
    position: relative;
    z-index: 1;
}

.home-slider .home-slider-item .title{
    font-size: 60px;
    font-size: 3rem;
    max-width: 602px;
    border-right: 2px solid #fff;
    padding-right: 28px;
    line-height: normal;
    color: #fff;
}

.home-slider .home-slider-item .title p {
    margin-bottom: 0;
}


.banner-bottom-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-align-items: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 20px 0; 
}

.banner-bottom-content p{
    color: #000000;
    margin-left: 26px;
    margin-bottom: 0;
}
.banner-bottom-content .divider {
    width: 2px;
    height: 46px;
    background-color: #ff0000;
    margin: 0 14px;
}





/*home-services*/
.bg-f2f2f2 {
    background-color: #F2F2F2;
}
section.services {
    overflow-x: hidden;
}
section.services .services-title {
    font-size: 3.2rem;
    font-weight: 700;
    line-height: 1.16;
    color: #000000;
    padding-bottom: 32px;
    padding-top: 32px;
}
section.services .row {
    padding: 0 0 66px 0;
    -ms-align-items: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
                -ms-grid-row-align: center;
            align-items: center;

}


section.services .service:nth-child(1n +1) .service-img{
    text-align: left;
}
section.services .service:nth-child(2n +1) .service-img{
    text-align: right;
}


.service-block {
    border-right: 2px solid #0C0129;
    padding: 14px 30px 26px 39px;
}
.service-block .title {
    font-weight: 300;
    font-size: 52px;
    font-size: 2.6rem;
    line-height: 1.12;
    letter-spacing: -2px;
    margin-bottom: 27px;
}

.home .service-block .description {
    margin-bottom: 20px;
}

.service-block .description {
    line-height: 1.5;
}
.service-block .description p:last-child {
    margin-bottom: 0;
}

.service-block a {
    direction: ltr;
    color: #0c0129;
    font-weight: 700;
}
.service-block a:hover {
    color: #ff0000;
}



/*about us section*/

.about-section {
    padding: 57px 0 61px 0;
    background-size: cover;
    background-repeat: no-repeat;
}

.about-section .section-title {
    font-size: 52px;
    font-size: 2.6rem;
    font-weight: 700;
    line-height: 0.81;
    letter-spacing: -2px;
    text-align: center;
    color: #fff;
    margin-bottom: 40px;
}
.about-section .section-description {
    max-width: 570px;
    margin: 0 auto 40px auto;
    line-height: 1.5;
    color: #ffffff;
}

.about-section .section-description p{
    margin-bottom: 0;
}
.about-section .section-divider {
    width: 137px;
    height: 2px;
    margin: 0 auto 30px auto;
    background-color: #ffffff;
}

.advantages {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}

.advantages .advantage {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 29%;
}

.advantages .advantage img {
    height: 62px;
}
.advantages .advantage span {
    font-family: "RobotoBold", sans-serif;
    font-size: 52px;
    font-size: 2.5rem;
    line-height: 1.12;
    letter-spacing: -2px;
    color: #ffffff;
    text-shadow: 0px 0px 15px #2e4aae94;
}

.advantages .advantage p {
    font-size: 16px;
    font-size: 0.8rem;
    font-weight: 700;
    color: #ffffff;
}




/*partners*/

.partners {
    margin-right: 135px;
    margin-left: 135px;
    padding-top: 57px;
}
.partners .section-title {
    font-size: 52px;
    font-size: 2.6rem;
    font-weight: 700;
    line-height: 0.81;
    letter-spacing: -2px;
    text-align: center;
    color: #0c0129;
    margin-bottom: 48px;
}


.partners-slider .owl-stage{
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.partners-slider .owl-stage .owl-item {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-align-items: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.partners-slider.owl-theme .owl-nav [class*=owl-] {
    margin: 0;
    width: 47px;
    height: 47px;
    background-color: transparent;
    border-radius: 50%;
    text-align: center;
    position: absolute;
    top: calc(50% - 20px);
    color: #0a1e47;
}
.partners-slider.owl-theme .owl-nav [class*=owl-].disabled:hover {
    background-color:transparent;
}
.partners-slider.owl-theme .owl-nav [class*=owl-]:hover {
    background-color: transparent;
    color: #ff0000;
}
.partners-slider .owl-prev {
    top: 41px;
    right: -86px;
}

.partners-slider .owl-next {
    top: 41px;
    left: -86px;
}

.partners-slider.owl-theme .owl-nav [class*=owl-] i {
    position: relative;
    top: -20px;
    font-size: 75px;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}






.career {
    padding-top: 100px;
    padding-bottom: 100px;
    background-size: cover;
    background-position: center;
    position: relative;
}

.career:after {
    content: '';
    opacity: 0.39;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=39)";
    background-color: #01051f;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.career .container {
    position: relative;
    z-index: 1;
}

.career .title {
    font-size: 52px;
    font-size: 2.6rem;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 30px;
}

.career .description {
    line-height: 1.25;
    color: #ffffff;
    position: relative;
    border-right: 2px solid #fff;
    padding-right: 18px;
    margin-bottom: 78px;
    font-weight: 300;
}




/*about page*/ 
.medium-banner  {
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 87px;
    background-color: #fff;
    position: relative;
}

.medium-banner:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: -webkit-linear-gradient(bottom, rgba(12, 1, 41, 0.4), rgba(12, 1, 41, 0.4)), -webkit-linear-gradient(66.07deg, rgba(255, 255, 255, 5.5e-05) 3.1%, rgba(238, 238, 238, 5.5e-05) 9.63%, rgba(0, 0, 0, 0.55) 98.93%);
    background: linear-gradient(0deg, rgba(12, 1, 41, 0.4), rgba(12, 1, 41, 0.4)), linear-gradient(23.93deg, rgba(255, 255, 255, 5.5e-05) 3.1%, rgba(238, 238, 238, 5.5e-05) 9.63%, rgba(0, 0, 0, 0.55) 98.93%);;
}

.medium-banner .page-description {
    max-width: 602px;
    border-right: 2px solid #fff;
    padding-right: 28px;
}

.about-count {
    padding-top: 68px;
    padding-bottom: 76px;
}

.about-count .description {
    margin-right: 19px;
    padding-right: 19px;
    border-right: 2px solid #0C0129;
}

.about-count .subtitle {
    margin-bottom: 0;
    font-size: 20px;
    line-height: 30px;
}

.about-members {
    background: #F2F2F2;
    padding-top: 50px;
    padding-bottom: 60px;
}

.about-members .section-title {
    text-align: center;
    color: #0A1E47;
    margin-bottom: 35px;
}

.section-title.text-center {
     font-weight: 700;
}

.about-members .item {
    position: relative;
    margin-bottom: 40px;
    overflow: hidden;
    filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feColorMatrix type="matrix" color-interpolation-filters="sRGB" values="0.2126 0.7152 0.0722 0 0 0.2126 0.7152 0.0722 0 0 0.2126 0.7152 0.0722 0 0 0 0 0 1 0" /></filter></svg>#filter');
    -webkit-filter: grayscale(100%);
            filter: grayscale(100%);
    background-repeat: no-repeat;
    transition: filter 0.6s ease 0.6s,
    background 0.6s ease;
    -webkit-background-size: cover;
    background-size: cover;

}

.about-members .item img {
    opacity: 0;
    display: block;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	height: 320px;
}



.item-overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #000;
    opacity: .3;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
    -webkit-transition: all ease .6s;
    transition: all ease .6s;
}



.about-members .title-block {
    position: absolute;
    bottom: 15px;
    right: 22px;
    z-index: 2;
    -webkit-transition: all ease .6s;
    transition: all ease .6s;
}



.about-members .title-block p {
    color: #fff;
}

.about-members .title-block .title {
    font-size: 32px;
    line-height: 33px;
    margin-bottom: 5px;
    font-weight: 700;
}

.about-members .title-block .subtitle {
    font-size: 25px;
    line-height: 29px;
    margin-bottom: 0;
}

.about-members .description {
    position: absolute;
    z-index: 2;
    bottom: -100%;
    right: 22px;
    left: 22px;
    -webkit-transition: all ease .6s;
    transition: all ease .6s;
    max-height: 218px;
}

.about-members .description .content {
    max-height: 218px;
}

.nano > .pane {
    left: 0;
    right: auto;
}

.nano .pane {
    margin: 0;
    background: #ffffff50;
    width: 4px;
}

.nano .slider {
    width: 4px;
}



.about-members .description p {
    font-size: 20px;
    line-height: 30px;
    color: #fff;
    margin-bottom: 0;
}

@media (min-width: 769px) {
    .about-members .item:hover {
        background: no-repeat -webkit-linear-gradient(bottom, #0A1E47, #0A1E47), #0A1E47;
        background: no-repeat linear-gradient(0deg, #0A1E47, #0A1E47), #0A1E47;
        background-blend-mode: multiply, color;
        filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feColorMatrix type="matrix" color-interpolation-filters="sRGB" values="1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 1 0" /></filter></svg>#filter');
        -webkit-filter: grayscale(0%);
                filter: grayscale(0%);
        -webkit-background-size: cover;
        background-size: cover;
    }

    .about-members .item:hover .item-overlay {
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    }

   .about-members .item:hover .title-block {
        bottom: auto;
        bottom: 75%;
    } 

    .about-members .item:hover .description {
        bottom: 15px;
    }
}

.about-dates {
    padding-top: 70px;
    padding-bottom: 132px;
}

.about-dates .section-title {
    margin-bottom: 47px;
}

.about-dates .date {
    font-size: 44px;
    line-height: 46px;
    color: #979797;
    font-weight: 700;
    float: left;
    display: inline-block;
    background: #fff;
    position: relative;
    z-index: 2;
    padding-right: 10px;
    margin-bottom: 10px;
}

.about-dates .item .dotted {
    height: 2px;
    width: 100%;
    background-repeat: repeat-x;
    background-position: right 0 center;
    position: absolute;
    right: -15px;
    top: 25px;
    z-index: 0;
}

.about-dates .text {
    position: relative;
    padding: 20px 12px;
    clear: both;
}

.about-dates .text:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
   background: #d8d8d8;
   opacity: 0.34;
   -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=34)";
}

.about-dates .text p {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 0;
}

.about-dates .text p[dir="ltr"] {
    text-align: right;
}

.about-dates .owl-nav  {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row-reverse;
    -moz-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    -o-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    height: 0;
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
    position: absolute;
    top: 35px;
    width: 113%;
    left: 0;
    right: -6%;
}

.about-dates .owl-nav>div {
    width: 21px;
    height: 36px;
    margin: 0 !important;
    padding: 0 !important;
    background: none !important;
}


.about-dates .owl-nav>div:hover i {
    color: #0A1E47;
}


.about-dates .owl-nav>div i {
    font-size: 40px;
    color: rgba(10, 30, 71, 0.3);
}

.conscious-decision {
    overflow: hidden;
    background: #D8D8D834;
    padding-bottom: 60px;
}

.conscious-decision .section-title {
    margin: 60px 0;
}

.conscious-decision img {
    display: block;
    margin-bottom: 40px;
    width: 340px;
    height: 476px;
}

.conscious-decision .title {
    font-size: 25px;
    line-height: 26px;
    font-weight: 700;
}

.conscious-decision p {
    font-size: 20px;
    line-height: 30px;
    padding-left: 30px;
    margin-right: 10px;
}

.testimonials .section-title {
    margin-top: 70px;
    margin-bottom: 40px;
}

.testimonials .owl-carousel .owl-item img {
    width: 48px;
    height: 48px;
    display: inline-block;
    margin-left: 24px;
    position: relative;
    top: 3px;
}

.testimonials .item {
    width: 520px;
    margin: 0 auto;
}

.testimonials .description p {
    font-size: 25px;
    line-height: 30px;
}

.testimonials .info {
    text-align: center;
    margin-bottom: 74px;
}

.testimonials .info>div {
    display: inline-block;
    text-align: right;
}

.testimonials .info .title {
    margin: 0;
    font-size: 25px;
    line-height: 1;
    font-weight: 700;
}

.testimonials .info .subtitle {
    font-size: 25px;
    line-height: 1;
    margin: 0;
}

.testimonials .owl-nav {
    width: 100%;
    height: 0;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    position: absolute;
    top: 20px;
}

.testimonials .owl-nav>div {
    width: 21px;
    height: 36px;
    margin: 0 !important;
    padding: 0 !important;
    background: none !important;
}

.testimonials .owl-nav>div i {
    font-size: 46px;
    color: rgba(10, 30, 71, 0.3);
}

.testimonials .owl-nav>div:hover i {
    color: #0A1E47;
}

/*partnars page*/

.low-banner {
    background-size: cover;
    position: relative;
    background-position: center;
}
.low-banner:after {
    content: '';
    top: 0;
    left: 0;
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    background: -webkit-linear-gradient(bottom, rgba(12, 1, 41, 0.4), rgba(12, 1, 41, 0.4)), -webkit-linear-gradient(55.61deg, rgba(255, 255, 255, 5.5e-05) 3.1%, rgba(238, 238, 238, 5.5e-05) 9.63%, rgba(0, 0, 0, 0.55) 98.93%);
    background: linear-gradient(0deg, rgba(12, 1, 41, 0.4), rgba(12, 1, 41, 0.4)), linear-gradient(34.39deg, rgba(255, 255, 255, 5.5e-05) 3.1%, rgba(238, 238, 238, 5.5e-05) 9.63%, rgba(0, 0, 0, 0.55) 98.93%);
    background-blend-mode: darken, normal;
}
.low-banner .container {
    position: relative;
    z-index: 2;
}

.partners-section .section-title {
    margin-bottom: 53px;
    margin-top: 43px;
}
.partners-section .item {
    margin-bottom: 56px;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.partners-section .item img {
    padding: 12px 12px 24px 12px;
    object-fit: contain;
}

.partners-section .text{
    font-size: 20px;
    line-height: 20px;
    letter-spacing: 0.24px;
    font-weight: 700;
    color: #0C0129;
    text-align: left;
    position: absolute;
    bottom: 0;
}
.partners-section {
    margin-bottom: 55px;
}


section.contact {
    margin-top: 52px;
}

section.contact .item {
    margin-bottom: 78px;
}

section.contact .item .title {
    margin-bottom: 24px;
    font-size: 32px;
    font-weight: 700;
    padding-bottom: 5px;
    display: inline-block;
    color: #0C0129;
    border-bottom: 4px solid #0C0129;
}
section.contact .item a {
    display: block;
    margin-bottom: 20px;
    color: #1E1435;
    line-height: 20px;
}
section.contact .item a img {
    margin-left: 20px;
    width: 24px;
    position: relative;
    top: 4px;
}

@media only screen and (min-width:768px) { 

    section.contact .row {
        margin-right: -93px;
        margin-left: -93px;
    }

    section.contact .row .col-6 {
        padding-right: 93px;
        padding-left: 0px;
    }


}




section.careers {
    margin-bottom: 52px;
}
section.careers .item {
    margin-top: 52px;
    border-bottom: 1px solid #D8D8D8;
}

section.careers .item video {
    width: 100%;
    margin-bottom: -10px;
}
section.careers .item .title {
    font-size: 32px;
    line-height: normal;
    color: #0C0129;
    margin-bottom: 3px;
}

section.careers .item .subtitle {
    line-height: 30px;
    color: #4B435D;
    margin-bottom: 0;
}

section.careers .item .info {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-align-items: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-top: 24px;
    padding-bottom: 24px;
}

section.careers .item .info.active {
    background-color: #f2f2f2;
}

section.careers .item .info .button {
    cursor: pointer;
    border-left: 1px solid #D8D8D8;
    padding-left: 29px;
    padding-right: 22px;
    margin-left: 32px;
    padding-top: 15px;
    padding-bottom: 5px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease
}
section.careers .item .info svg {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease
}
section.careers .item .info.active svg {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
}

section.careers .item .description {
    padding: 0 24px 24px 24px;
    line-height: 30px;
    display: none;
}

section.careers .item .description p {
    text-align: right;
}

section.careers .item .description ul {
    padding-right: 18px;
}

section.careers .item .info.active + .description {
    background-color: #f2f2f2;
}

section.careers .item .description strong {
    font-size: 24px;
}

section.careers .item .description a {
    display: inline-block;
    background-color: #0C0129;
    color: #fff;
    padding: 3px 14px;
}



.bottom-contacts iframe{
    width: 370px;
    height: 236px;
    margin-top: 70px;
}

.bottom-contacts {
    padding-top: 32px;
    padding-bottom: 57px;
    border-top: 1px solid #D8D8D8;
}
.form-title {
    font-size: 52px;
    font-size: 2.6rem;
    font-weight: 700;
    color: #0c0129;
    margin-bottom: 50px;
}
.wpcf7-form {
    direction: rtl;
}
.wpcf7-form input:not([type="submit"]), .wpcf7-form textarea, .wpcf7-form select {
    width: 100%;
    margin-bottom: 15px;
    border: solid 1px #CED2DA;
    padding: 4px 11px;
    color: #0C0129;
    line-height: 1.25;
    height: 32px;
    font-size: 17px;
/*     outline: none; */
    box-shadow: none;
    border-radius: 0px;
    border-width: 1px 1px 1px 1px;
    -webkit-appearance: none;
}

.wpcf7-form input[type="file"] {
    border: none;
    padding: 0;
}

.wpcf7-form select {
    -webkit-appearance: menulist-button; 
}

.wpcf7-form input::-webkit-input-placeholder{color:#0C0129;; font-family: 'almonidl';}
.wpcf7-form input:-moz-placeholder{color:#0C0129; font-family: 'almonidl';}
.wpcf7-form input::-moz-placeholder{color:#0C0129; font-family: 'almonidl';}
.wpcf7-form input:-ms-input-placeholder{color:#0C0129; font-family: 'almonidl';}
.wpcf7-form textarea::-webkit-input-placeholder{color:#0C0129; font-family: 'almonidl';}
.wpcf7-form textarea:-moz-placeholder{color:#0C0129; font-family: 'almonidl';}
.wpcf7-form textarea::-moz-placeholder{color:#0C0129; font-family: 'almonidl';}
.wpcf7-form textarea:-ms-input-placeholder{color:#0C0129; font-family: 'almonidl';}

.wpcf7-form input[type="submit"] {
    color: #ffffff;
    background-color: #0A1E47;
    padding: 0px 17px;
/*     outline: none; */
    border: none;
    height: 36px;
    font-size: 17px;
    cursor: pointer; 
/*     outline: none; */
    box-shadow: none;
    border-radius: 0px;
    border-width: 1px 1px 1px 1px;
     -webkit-appearance: none;
}

.wpcf7-form input[type="submit"]:hover {
    background-color: #F10604;
}

.wpcf7-form textarea {
    height: 94px;
    resize: none;
}

.bottom-contacts .adress{
    font-size: 23px;
    font-size: 1.15rem;
    font-weight: 700;
    margin-bottom: 5px;
    line-height: 1.09;
    color: #000000;
}
.bottom-contacts .email{
    font-size: 23px;
    font-size: 1.15rem;
    font-weight: 300;
    line-height: 1.09;
    color: #000000;
}





/*About*/
@media (min-width: 1200px) {
    .about-count .container {
        width: 1100px
    }
}

.about-count .item {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.about-count .item .number {
    font-size: 84px;
    font-weight: 700;
    color: #000;
}

/*.about-count .item .divider {
    margin-left: 19px;
    margin-right: 19px;
    background-color: #0C0129;
    width: 2px;
}*/
.about-count .item .title {
    font-size: 25px;
    font-weight: 700;
    margin-bottom: 10px;
}











/*Services*/

.bg-page-title {
    background-size: cover;
    position: relative;
}

.bg-page-title ul li {
    list-style: none;
}
.bg-page-title:after {
    content: '';
    top: 0;
    left: 0;
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    background: -webkit-linear-gradient(bottom, rgba(12, 1, 41, 0.4), rgba(12, 1, 41, 0.4)), -webkit-linear-gradient(78.64deg, rgba(255, 255, 255, 5.5e-05) 3.1%, rgba(238, 238, 238, 5.5e-05) 9.63%, rgba(0, 0, 0, 0.55) 98.93%);
    background: linear-gradient(0deg, rgba(12, 1, 41, 0.4), rgba(12, 1, 41, 0.4)), linear-gradient(11.36deg, rgba(255, 255, 255, 5.5e-05) 3.1%, rgba(238, 238, 238, 5.5e-05) 9.63%, rgba(0, 0, 0, 0.55) 98.93%);
    background-blend-mode: darken, normal;
}
.bg-page-title .container {
    position: relative;
    z-index: 2;
}
.page-template-template_services .page-heading {
    margin-bottom: 143px;
}

.page-heading {
    font-size: 52px;
    line-height: 58px;
    text-align: right;
    color: #FFFFFF;
    margin-top: 67px;
    margin-bottom: 67px;
}

.page-description p {
    font-size: 28px;
    line-height: 29px;
    color: #fff;
}

.nav.nav-tabs {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background-color: #fff;
    margin: 0 0 0px 0;
    padding: 0;
    position: absolute;
    width: calc(100% - 30px);
    bottom: -120px;
}
.nav.nav-tabs li {
    width: 25%;
    border: 1px solid #0C0129;
    border-width: 1px 1px 1px 0px;
    position: relative;

}
.nav.nav-tabs li:last-child {
   border-width: 1px 1px 1px 1px; 
}
.nav.nav-tabs a {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 44px 15px 40px 15px;
}

.nav.nav-tabs a span {
    font-size: 32px;
    line-height: 32px;
    letter-spacing: 0.00096px;
    color: #0C0129;
}

.nav.nav-tabs a svg path {
    fill: #0C0129;
}
.nav.nav-tabs a svg {
    margin-bottom: 26px;
    height: 64px;
}

.nav.nav-tabs li.active {
    background-color: #001346;
}
.nav.nav-tabs li.active:after {
    content: '';
    width: 100%;
    height: 9px;
    background-color: #FF0000;
    position: absolute;
    bottom: 0;
    left: 0;
}
.nav.nav-tabs li.active a span {
    color: #fff;
}
.nav.nav-tabs li.active a svg path {
    fill: #fff;
}

.tab-content .tab-pane> section:first-child{
    padding-top: 198px;
}

.tab-content>.tab-pane {
    display: none;
}
.tab-content>.active {
    display: block;
}
.fade {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transition: opacity .15s linear;
    transition: opacity .15s linear;
}
.fade.in {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}



.section-title {
    font-size: 52px;
    line-height: 58px;
    color: #000000;
}



.service-icons .item{
    margin-bottom: 56px;
}

.service-icons .item .image {
    height: 61px;
}
.service-icons .item img {
    max-width: 56px;
    height: auto;
    max-height: 56px;
}

.service-icons .text:before{
    content: '';
    position: absolute;
    width: 56px;
    top: -23px;
    height: 5px;
    background-color: #0C0129;
}

.service-icons .text {
    font-size: 20px;
    line-height: 30px;
    text-align: right;
    margin-top: 46px;
    position: relative;
    color: #1E1435;
}
.service-icons .text strong {
    color: #0C0129;
    font-size: 25px;
    line-height: 32px;  
    margin-bottom: 6px;
}
.service-icons .text p {
    margin-bottom: 0;
}



.service-icons-two .item {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-align-items: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 64px;
}

.service-icons-two .item img {
    width: 60px;
}


.service-icons-two .text {
    position: relative;
}
.service-icons-two .divider {
    background-color: #0C0129;
    width: 2px;
    height: 70px;
    margin-left: 20px;
    margin-right: 24px;
}




.service-bg-block {
    margin-bottom: 64px;
    position: relative;
    background-size: cover;
    padding: 74px 88px 60px 270px;
}
.service-bg-block:after {
    content: '';
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: -webkit-linear-gradient(217.94deg, rgba(0, 0, 0, 0.5) 17.74%, rgba(42, 16, 113, 5e-05) 94.76%), rgba(1, 5, 31, 0.4);
    background: linear-gradient(232.06deg, rgba(0, 0, 0, 0.5) 17.74%, rgba(42, 16, 113, 5e-05) 94.76%), rgba(1, 5, 31, 0.4);
    position: absolute;
}
.service-bg-block-text {
    font-size: 25px;
    line-height: 30px;
    color: #FFFFFF;
    position: relative;
    padding-right: 28px;
    z-index: 1;
    border-right: 2px solid #fff;
}

.service-bg-block-title {
    font-size: 50px;
    line-height: 58px;
    color: #FFFFFF;
    margin-bottom: 25px;
    position: relative;
    z-index: 1;
}





.vip-bg  {
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 65px;
    position: relative;
}

.vip-bg:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: linear-gradient(213.33deg, rgba(0, 0, 0, 0.5) 17.74%, rgba(42, 16, 113, 5e-05) 94.76%), rgba(1, 5, 31, 0.4);
}

.vip-bg .service-bg-block-title {
    max-width: 800px;
    padding-bottom: 60px;
    margin-bottom: 0;
    padding-top: 60px;
}

.vip-bg .item {
    margin-bottom: 11px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: baseline;
    align-items: baseline;
}
.service-icons-three {
    color: #fff;
    max-width: 800px;
}
.service-icons-three .text {
    display: inline-block;
    margin-right: 7px;
}









span.wpcf7-not-valid-tip,  .wpcf7-validation-errors{
    display: none!important;
}
.wpcf7-not-valid {
    border: 1px solid red!important;
}

.wpcf7-file + span.wpcf7-not-valid-tip {
    display: block!important;
}

div.wpcf7-response-output {
    margin: 0;
    border-radius: 3px;
}




.footer {
    border-top: 1px solid #d8d8d8;
}

.footer ul.main-nav {
    margin: 13px 0; 
}

.copyright {
    margin-bottom: 0;
    display: block;
    background: #061431;
    padding: 10px 0;
}

.copyright .block {
    display: -webkit-flex;
     display: -moz-flex;
     display: -ms-flex;
     display: -o-flex;
     display: flex; 
     justify-content: flex-end;  
}

.copyright img {
    position: relative;
    top: 3px;
    margin-right: 5px;
    width: 88px;
}

.copyright a {
    display: inline-block;
    color: #fff;
    font-size: 14px;
}

.copyright .hide-he {
    font-size: 14px;
    color: #fff;
    margin-right: 5px;  
    opacity: .7; 
}


@media only screen and (min-width:768px) { 

    .hamburger {
        display: none;
    }

    section.services .service:nth-child(2n +1) .row {
        -moz-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
        -o-flex-direction: row-reverse;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
                flex-direction: row-reverse;
    }

}

@media only screen and (min-width:769px) {
     .row.service-icons {
        margin-right: -40px;
        margin-left: -40px;
    }


    .row.service-icons .col-6 {
        padding-right: 40px;
        padding-left: 40px;
    }
}

@media (max-width: 768px) {
    ul.main-nav {
        padding-right: 45px;
    }


    .table-responsive {
        width: 100%;
        overflow-y: hidden;
        -ms-overflow-style: -ms-autohiding-scrollbar;
    }

    .table-responsive .table > thead > tr > th,
    .table-responsive .table > tbody > tr > th,
    .table-responsive .table > tfoot > tr > th,
    .table-responsive .table > thead > tr > td,
    .table-responsive .table > tbody > tr > td,
    .table-responsive .table > tfoot > tr > td {
            white-space: nowrap;
    }

}

@media (min-width: 768px) and (max-width: 1023px) {
    ul.main-nav > li > a {
        padding: 22px 5px;
    }
    ul.main-nav {
        padding-right: 20px;
    }
}

@media (min-width: 768px) and (max-width: 1024px) {
    .about-dates .owl-nav {
        width: 100%;
        right: 0;
        top: 0;
    }

    iframe {
        width: 100% !important;
    }
}

@media (max-width: 768px) and (min-width: 567px) {
  .socials {
    margin-left: 25px;
  }  

  .bg-page-title .container .row {
        width: 100%;
    }

}


@media (max-width: 768px) {
    .about-count .item .number {
        width: 63px;
    }

    .about-count .item {
        margin-bottom: 30px;
    }

    .about-members {
        background: none;
        position: relative;
        padding-bottom: 22px;
    }

    .about-members .container {
        width: 91%;
        padding-bottom: 25px;
    }

    .about-members:after {
        content: "";
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 0;
        opacity: .9;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
        background: #000416;
    }

    .about-members .section-title {
        color: #fff;
        font-weight: 300;
        position: relative;
        z-index: 2;
    }

    .members-slider {
        margin: 0;
    }

    .about-members .item {
        overflow: visible;
        background: none !important;
        filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feColorMatrix type="matrix" color-interpolation-filters="sRGB" values="1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 1 0" /></filter></svg>#filter');
        -webkit-filter: grayscale(0%);
                filter: grayscale(0%);
    }

    .about-members .item img {
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; 
        filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feColorMatrix type="matrix" color-interpolation-filters="sRGB" values="0.2126 0.7152 0.0722 0 0 0.2126 0.7152 0.0722 0 0 0.2126 0.7152 0.0722 0 0 0 0 0 1 0" /></filter></svg>#filter'); 
        -webkit-filter: grayscale(100%); 
                filter: grayscale(100%);
		height: auto;
    }

    .item-overlay {
        display: none;
    }

    .about-members .title-block {
        position: relative;
        bottom: 0;
        right: 0;
        margin-bottom: 25px;
    }

    .about-members .title-block:before {
        content: "";
        width: 84px;
        height: 4px;
        background: #fff;
        position: absolute;
        bottom: -13px;
    }

    .about-members .title-block .title {
        margin-top: 30px;
    }

    .about-members .description {
        position: relative;
        right: 0;
        max-height: 140px;
    }

    .about-members .owl-nav {
        position: absolute;
        z-index: 3;
        top: 20%;
        width: 104%;
        right: -14px;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-direction: row-reverse;
        -moz-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
        -o-flex-direction: row-reverse;
        flex-direction: row-reverse;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        -webkit-transform: rotate(180deg);
                transform: rotate(180deg);
    }

    .about-members .owl-nav>div i {
        font-size: 40px;
        color: #fff;
    }

     .about-members .owl-nav>div.disabled i {
        opacity: 0.3;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
     }

     .owl-dots {
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
     }

     .about-members .owl-dot.active {
        background: #fff;
     }

    .about-members .owl-dot {
        border: 2px solid #fff;
        border-radius: 50%;
        width: 8px;
        height: 8px;
        margin: 0 6px;
    }

    .about-dates {
        padding-bottom: 0;
    }

    .conscious-decision {
        padding-bottom: 27px;
    }

    .conscious-decision .section-title {
        font-size: 40px;
        line-height: 34px;
        font-weight: 300;
        color: #0C0129;
        margin: 21px 0;

    }

    .conscious-decision .owl-carousel .owl-item img {
        width: 140px;
        height: auto;
        margin-bottom: 41px;
    }

    .conscious-decision .title {
        font-size: 18px;
        line-height: 22px;
    }

    .conscious-decision p {
        font-size: 18px;
        line-height: 22px;
    }

    .conscious-decision .title {
        margin-bottom: 8px;
    }

    .conscious-slider .owl-dot.active {
        background: #0A1E47;
    }

    .conscious-slider .owl-dot {
        background: rgba(10, 30, 71, 0.3);
        border-radius: 50%;
        width: 10px;
        height: 10px;
        margin: 0 5px;
    }

    .testimonials .section-title {
        font-size: 40px;
        line-height: 34px;
        font-weight: 300;
        margin: 34px 0;
    }

    .footer ul.main-nav {
        width: 92%;
        padding: 0;
    }

    .bottom-contacts {
        border: 0;
    }

    .about-dates {
        display: none;
    }

    .wpcf7-form input[type="submit"] {
        background: rgba(0, 0, 0, 0.91368);
    }

    .form-title {
        font-size: 40px;
        line-height: 18px;
        font-weight: 300;
        margin-top: 30px;
    }

     .nav.nav-tabs a span {
        text-align: center;
    }
}






@media only screen and (max-width:767px) {
    .home-slider .home-slider-item .container {
        width: 100%;
    }
    .wrapper {
        padding-top: 51px;
    }
    .header {
        box-shadow: 0px 0px 3px 1px #00000024;
        z-index: 999;
        position: fixed;
        top: 0;
        width: 100%;
        background-color: #fff;
        padding: 5.5px 0px;
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }
    .mobile-nav-active .custom-logo-link img {
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    }
    .mobile-nav-active .header {
        background-color: #0A1E47;
    }
    .header ul.main-nav {
        display: none;
        position: absolute;
        left: 0px;
        right: 0px;
        z-index: 99;
        top: 51px;
        background-color: #0A1E47;
        height: calc(100vh - 51px);
        overflow-y: auto;
        margin: 0;
        padding-right: 0;
    }
    .header ul.main-nav ul{padding: 0;}
    ul.main-nav ul {
        display: none;
    }
    ul.main-nav li {
        display: block;
        position: relative;
    }

    ul.main-nav li a {
        padding: 6px 38px 6px 38px;
        display: block;
        text-transform: capitalize;
        color: #fff;
    }

    .header ul.main-nav li ul {
        background-color: #0F234B;
    }

    ul.main-nav li a:hover, .header-nav ul li.opened>a,  ul.main-nav li .opener:hover, ul.main-nav li.opened>.opener {
        color: #FF0000!important;
    }


    


    ul.main-nav li.menu-item-has-children .opener {
        font-family: FontAwesome;
        color: #fff;
        font-size: 13px;
        padding: 0 7px;
        text-align: center;
        -webkit-transition: all 200ms ease-in-out;
        transition: all 200ms ease-in-out;
        display: inline-block;
    }
    .footer ul.main-nav li.menu-item-has-children .opener {
        position: absolute;
        top: 6px;
    }
    ul.main-nav li.menu-item-has-children .opener:after {
        content: '\f0d7';
    }

    ul.main-nav li.opened>.opener {
        -webkit-transform: rotate(180deg);
                transform: rotate(180deg);
    }

    .header ul.main-nav li.menu-item-131 {
        margin-top: 15px;
    }

    .footer ul.main-nav>li.wpml-ls-item {
        position: absolute;
        top: 9px;
        right: 30%;
    }

    .hamburger {
        font: inherit;
        display: inline-block;
        overflow: visible;
        position: absolute;
        left: 0px;
        top: 0px;
        z-index: 9;
        margin: 0;
        padding: 13px 15px 1px 15px;
        cursor: pointer;
        -webkit-transition-timing-function: linear;
                transition-timing-function: linear;
        -webkit-transition-duration: .15s;
                transition-duration: .15s;
        -webkit-transition-property: opacity,-webkit-filter;
        transition-property: opacity,-webkit-filter;
        transition-property: opacity,filter;
        transition-property: opacity,filter,-webkit-filter;
        text-transform: none;
        color: inherit;
        border: 0;
        background-color: transparent;
        outline: none;
		font-size: 0px;
    }
    .hamburger-box {
        position: relative;
        display: inline-block;
        width: 24px;
        height: 24px;
    }
    .hamburger .hamburger-inner, .hamburger .hamburger-inner:after, .hamburger .hamburger-inner:before {
        background-color: #9DA5B5;
    }
    .hamburger.is-active .hamburger-inner, .hamburger.is-active .hamburger-inner:after, .hamburger.is-active .hamburger-inner:before {
        background-color: #D8D8D8;
    }
    .hamburger--collapse .hamburger-inner {
        top: auto;
        bottom: 3px;
        -webkit-transition-delay: .13s;
                transition-delay: .13s;
        -webkit-transition-timing-function: cubic-bezier(.55,.055,.675,.19);
                transition-timing-function: cubic-bezier(.55,.055,.675,.19);
        -webkit-transition-duration: .13s;
                transition-duration: .13s;
    }
    .hamburger-inner, .hamburger-inner:after, .hamburger-inner:before {
        position: absolute;
        width: 24px;
        height: 3px;
        -webkit-transition-timing-function: ease;
                transition-timing-function: ease;
        -webkit-transition-duration: .15s;
                transition-duration: .15s;
        -webkit-transition-property: -webkit-transform;
        transition-property: -webkit-transform;
        transition-property: transform;
        transition-property: transform, -webkit-transform;
        border-radius: 4px;
        background-color: #666666;
    }
    .hamburger-inner {
        top: 50%;
        display: block;
        margin-top: -2px;
    }

    .hamburger--collapse .hamburger-inner:before {
        -webkit-transition: top .12s cubic-bezier(.33333,.66667,.66667,1) .2s,-webkit-transform .13s cubic-bezier(.55,.055,.675,.19);
        transition: top .12s cubic-bezier(.33333,.66667,.66667,1) .2s,-webkit-transform .13s cubic-bezier(.55,.055,.675,.19);
        transition: top .12s cubic-bezier(.33333,.66667,.66667,1) .2s,transform .13s cubic-bezier(.55,.055,.675,.19);
        transition: top .12s cubic-bezier(.33333,.66667,.66667,1) .2s,transform .13s cubic-bezier(.55,.055,.675,.19),-webkit-transform .13s cubic-bezier(.55,.055,.675,.19);
    }
    .hamburger--collapse .hamburger-inner:after {
        top: -14px;
        -webkit-transition: top .2s cubic-bezier(.33333,.66667,.66667,1) .2s,opacity .1s linear;
        transition: top .2s cubic-bezier(.33333,.66667,.66667,1) .2s,opacity .1s linear;
    }
    .hamburger-inner:before {
        top: -7px;
    }
    .hamburger-inner:after, .hamburger-inner:before {
        display: block;
        content: "";
    }
    .hamburger--collapse.is-active .hamburger-inner {
        -webkit-transition-delay: .22s;
                transition-delay: .22s;
        -webkit-transition-timing-function: cubic-bezier(.215,.61,.355,1);
                transition-timing-function: cubic-bezier(.215,.61,.355,1);
        -webkit-transform: translate3d(0,-7px,0) rotate(-45deg);
                transform: translate3d(0,-7px,0) rotate(-45deg);
    }
    .hamburger--collapse.is-active .hamburger-inner:before {
        top: 0;
        -webkit-transition: top .1s cubic-bezier(.33333,0,.66667,.33333) .16s,-webkit-transform .13s cubic-bezier(.215,.61,.355,1) .25s;
        transition: top .1s cubic-bezier(.33333,0,.66667,.33333) .16s,-webkit-transform .13s cubic-bezier(.215,.61,.355,1) .25s;
        transition: top .1s cubic-bezier(.33333,0,.66667,.33333) .16s,transform .13s cubic-bezier(.215,.61,.355,1) .25s;
        transition: top .1s cubic-bezier(.33333,0,.66667,.33333) .16s,transform .13s cubic-bezier(.215,.61,.355,1) .25s,-webkit-transform .13s cubic-bezier(.215,.61,.355,1) .25s;
        -webkit-transform: rotate(-90deg);
                transform: rotate(-90deg);
    }
    .hamburger--collapse.is-active .hamburger-inner:after {
        top: 0;
        -webkit-transition: top .2s cubic-bezier(.33333,0,.66667,.33333),opacity .1s linear .22s;
        transition: top .2s cubic-bezier(.33333,0,.66667,.33333),opacity .1s linear .22s;
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    }



    .home-slider .home-slider-item .title {
        font-size: 28px;
        padding-right: 15px;
        max-width: 285px;
    }
    .home-slider .home-slider-item {
        height: 56vw;
        min-height: auto;
    }

    .video-bg {
        width: 100%;
    }


    .banner-bottom-content img {
        height: 19px;
    }
    .banner-bottom-content {
        padding: 17px 15px;
        text-align: right;

    }

    .banner-bottom-content p {
        font-size: 14px;
        margin-left: 15px;
    }

    .banner-bottom-content .divider {
        width: 1px;
        height: 29px;
        background-color: #ff0000;
        margin: 0 9px;
    }


    /*section services*/

    section.services .services-title {
        font-size: 40px;
        padding-top: 15px;
        padding-bottom: 15px;
    }

    section.services .row {
        padding-bottom: 15px;
    }

    section.services .service .row{
        -moz-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
        -o-flex-direction: column-reverse;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
                flex-direction: column-reverse;
    }
    section.services .service .service-img {
        margin-bottom: 15px;
    }

    .service-block {
        padding: 16px 15px 4px 15px
    }

    .bottom-contacts iframe {
        width: 100%;
        margin-top: 30px;
    }

    /*about-section*/

    .about-section {
        padding: 30px 0 15px 0;
    }
    .about-section .section-title, .partners .section-title, .career .title, .form-title {
        font-size: 40px;
    }
    .about-section .section-description {
        line-height: 1.2;
        font-size: 18px;
    }
    .advantages {
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        -ms-flex-direction: column;
        -o-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-bottom: 15px;
    }
    .advantages .advantage span {
        font-size: 32px;
        letter-spacing: -1px;
    }
    .advantages .advantage p {
        font-size: 14px;
    }
    .advantages .advantage img {
        height: 51px;
        margin-bottom: -5px;
    }

    .advantages .advantage {
        width: 33.33%;
    }

    .partners {
        margin-right: 0;
        margin-left: 0;
        padding-top: 30px;
        padding-right: 30px;
        padding-left: 30px;
    }

    .partners .section-title {
        margin-bottom: 25px;
    }
    .partners-slider.owl-theme .owl-nav [class*=owl-] i {
        font-size: 22px;
        top: 8px;
    }
    .partners-slider.owl-theme .owl-nav [class*=owl-] {
        width: 30px;
    }

    .career {
        padding-top: 18px;
        padding-bottom: 30px;
    }
    .career .title {
        margin-bottom: 0px;
    }
    .career .description {
        margin-bottom: 15px;
    }
    .partners-slider.owl-theme .owl-nav .owl-prev {
        right: -30px;
    }
    .partners-slider.owl-theme .owl-nav .owl-next {
        left: -30px;
    }


    .footer .socials {
        position: absolute;
        top: 5px;
        left: 0;
        margin-left: 0;
    }

    .footer ul.main-nav {
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        -o-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-bottom: 15px;
    }
    .footer ul.main-nav>li {
        width: 33.333%;
        direction: ltr;
    }
    .footer ul.main-nav ul {
        margin: 0;
        padding: 0;
    }
    .footer ul.main-nav a {
        color: #000;
        font-size: 17px;
        padding: 3px 0px 3px 8px;
    }
    .footer ul.main-nav li.menu-item-has-children .opener {
        color: #000;
    }
    .footer ul.main-nav>li:nth-child(3n) {
        text-align: left;
    }
    .footer ul.main-nav>li:nth-child(2), .footer ul.main-nav>li:nth-child(5) {
        text-align: center;
    }



    
    .header-nav .socials {
        position: fixed;
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        z-index: -1;
        right: 25px;
        bottom: 15px;
        visibility: hidden;
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease;
        -webkit-transition-delay: 0.5s;
                transition-delay: 0.5s;
    }

    .mobile-nav-active .header-nav .socials {
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        visibility: visible;
        z-index: 999;
    }
    .header-nav .socials a {
        color: #fff
    }
    .header-nav .socials a.button-social {
        display: block;
        border-color: #fff;
        margin-bottom: 25px;
        color: #fff;
    }

    .bottom-contacts {
        padding-top: 11px;
    }

    .theme-btn {
        padding: 3px 18px;
        font-size: 17px;
    }
    .bottom-contacts .adress, .bottom-contacts .email {
        font-size: 18px;
    }
    .bottom-contacts .adress {
        margin-bottom: 0;
    }

/*
}


@media (max-width: 567px) {

*/
    .section-title {
        font-size: 40px; 
        line-height: 40px;
        font-weight: 300;
    }

    .section-title.text-center {
        font-weight: 300;
    }

    .mb-72 {
        margin-bottom: 33px;
    }
    /*section services*/
    
    .nav.nav-tabs {
        bottom: -65px;
    }
    .nav.nav-tabs a span {
        font-size: 16px;
        line-height: 16px;
    }

    .nav.nav-tabs a {
        padding: 23px 15px 12px 15px;
    }

    .nav.nav-tabs a svg {
        height: 36px;
        margin-bottom: 20px;
    }

    .tab-content .tab-pane> section:first-child {
        padding-top: 90px;
    }

    .tab-content .tab-pane> section:first-child p:not(.title) {
        font-size: 18px;
        line-height: 22px;
    }

    .tab-content .tab-pane> section:first-child .description p:not(.title) {
        font-size: 16px;
        line-height: 20px;
    }

    .service-icons .item {
        margin-bottom: 25px;
    }
    
    .service-icons img {
        width: 31px;
    }

    .service-icons .text:before {
        width: 39px;
        top: -14px;
        height: 4px;
    }

    .service-icons .text {
        margin-top: 5px;
    }

    .service-icons .text p {
        font-size: 16px;
        line-height: 20px;
    }

    .service-icons .text strong {
        font-size: 14px;
        line-height: 14px;
        letter-spacing: 0.168px;
        display: inline-block;
    }

    .service-block-two  .service-icons .text {
        margin-top: 28px;
    }

    .service-bg-block {
        padding: 23px 15px;
        padding-bottom: 5px;
    }

    .service-bg-block-title {
        font-size: 40px!important;
        line-height: 44px!important;
    }

    .service-bg-block-text {
        font-size: 20px;
        line-height: 24px;
        padding-right: 15px;
    }

    .mt-55 {
        margin-top: 35px;
    }

    .mb-55 {
        margin-bottom: 35px;
    }

    .section-subtitle {
        font-size: 18px;
        line-height: 22px
    }
    
    .service-icons-two .text, .service-icons-three .text {
        font-size: 16px;
        line-height: 20px;
    }

    .service-icons-two .item {
        margin-bottom: 24px;
    }

     .service-icons-two img {
        width: 17%;
    }

    section.services .service .service-img {
        margin-bottom: 29px;
    }

    .service-block {
        margin-bottom: 29px;
    }

    .service-block .title {
        font-size: 32px;
        line-height: 32px;
        font-weight: 700;
        margin-bottom: 8px;
    }

     .service-block p {
        font-size: 16px;
        line-height: 20px;
     }


    /*partners*/

    .partners-section .section-title {
        margin-top: 12px;
        margin-bottom: 38px;
        line-height: 34px;
    }

    .partners-section .col-6:nth-child(odd) {
        padding-left: 10px;
        padding-right: 20px;
    }

    .partners-section .col-6:nth-child(even) {
        padding-right: 10px;
        padding-left: 20px;
    }

    .partners-section .item {
        margin-bottom: 28px;
    }

    .partners-section .text {
        font-size: 16px;
        line-height: 16px
    }


    /*careers*/
    section.careers .item .title{
        font-size: 24px;
        line-height: 32px;
    }

    section.careers .item .subtitle {
        font-size: 16px;
        line-height: 20px;
    }

    section.careers .item .info svg {
        width: 28px;
        height: 28px;
    }

    section.careers .item .info .button {
        margin-left: 0;
    }

    section.careers .item .info .button {
        border: 0;
    }

    section.careers .item .info div:nth-child(2) {
            border-right: 1px solid #D8D8D8;
            padding-right: 17px;
    }

    section.careers .item .description p {
        font-size: 16px;
        line-height: 20px;
    }

    section.careers .item .description strong {
        font-size: 18px;
        line-height: 22px;
    }

    section.careers .item .description ul li {
        font-size: 16px;
        line-height: 20px;
    }


    /*contacts*/
    section.contact {
        margin-top: 29px;
    }

    section.contact .item {
        margin-bottom: 45px;
    }

    section.contact .item .title {
        font-size: 24px;
        line-height: 31px;
        font-weight: 500;
        margin-bottom: 16px;
    }

    section.contact .item a {
        font-size: 16px;
        line-height: 20px;
        margin-bottom: 10px; 
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        -ms-align-items: center;
        align-items: center;        
    }

    section.contact .item a img {
        width: 13.3%;
        margin-left: 12px;
        -ms-align-self: center;
        align-self: center;
        top: 0;
    }

    /*about*/

    .p-10-xs {
        padding: 0 10px;
    }

    .medium-banner {
        padding-bottom: 10px;
    }

    .testimonials .item {
        width: 272px;
    }

    .page-description p {
        font-size: 20px;
        line-height: 20px;
    }

    .page-heading {
        font-size: 40px;
        font-weight: 300;
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .about-count {
        padding-top: 30px;
        padding-bottom: 5px;
    }

    .about-count .item {
        -ms-align-items: center;
        -webkit-box-align: center;
            -ms-flex-align: center;
                    -ms-grid-row-align: center;
                align-items: center;
    }

    .about-count .item .number {
        font-size: 58px;
    }

    .about-count .description {
        margin-right: 10px;
        padding-right: 15px;
    }

    .about-count .item .title {
        font-size: 18px;
    }

    .about-count .subtitle {
        font-size: 16px;
    }

    .about-members .section-title {
        font-size: 40px;
    }

    .about-count .item .number {
        width: 45px;
    }

    .about-count .description {
        margin-right: 15px;
    }

    .about-members {
        padding-top: 25px;
    }

    .about-members .section-title {
        margin-bottom: 25px;
    }

    .about-members .title-block .title {
        font-size: 18px;
        line-height: 22px;
    }

    .about-members .title-block .subtitle {
        font-size: 16px;
        line-height: 20px;
        opacity: 0.8;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    }

    .about-members .description p {
        font-size: 16px;
        line-height: 20px;
        opacity: 0.8;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    }

    .about-members .owl-nav {
        width: 112%;
        right: -18px;
        top: 29.5%;
    }

    .testimonials .description p {
        font-size: 18px;
        line-height: 22px;
    }

    .testimonials .info {
        padding-right: 0;
        margin-bottom: 40px;
    }

    .testimonials .owl-carousel .owl-item img {
        width: 36px;
        height: 36px;
        margin-left: 17px;
    }

    .testimonials .info .title {
        font-size: 18px;
    }

    .testimonials .info .subtitle {
        font-size: 18px;
    }

    .conscious-decision p {
        padding: 0;
    }

    .footer {
        padding-bottom: 0px;
        padding-top: 15px;
    }

    .copyright {
        display: block;
        margin-left: 0;
        left: 15px;
        top: initial;
    }

    .footer ul.main-nav {
       width: 100%;
    }

    .footer ul.main-nav a {
        padding: 0;
    }

    .conscious-slider {
        margin: 0;
    }

    .page-template-template_services .page-heading {
        margin-bottom: 80px;
    }
}

@media (max-width: 370px) {
    .banner-bottom-content p {
        font-size: 12px;
        margin-left: 10px;
    }
    .banner-bottom-content img {height: 16px;}

    .testimonials .item {
        width: 235px;
    }

    .mobile-nav-active .header {
        height: 100%;
    }
    
}


.wpml-ls-item {
    font-weight: 600;
}

@media (max-width: 1200px) {
    iframe {
        max-width: 100%;
    }
}

@media (max-width: 1024px) {
    .socials {
        width: 150px;
        margin-top: 6px;
        text-align: center;
    }

    .footer .socials a.button-social, .footer .socials a {
        margin-right: 0;
        margin-left: 13px;
    }


}

@media (max-width: 767px) {
    .footer .col-12:not(.block) {
        display: block;
    }
    .footer ul.main-nav {
        width: 100%;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        justify-content: space-between;
    }
    .socials {
        width: auto;
        margin-top: 0;
    }
}

@media (max-width: 567px) {

    .footer {
        padding-top: 13px;
    }

    .footer .socials {
        position: relative;
        left: 0;
        top: 0;
        right: auto;
    }
    .footer .socials a.button-social {
        margin-bottom: 10px;
    }

    .footer ul.main-nav {
        margin: 20px 0 25px 0;
    }

    .top-block {
        margin: 13px 0;
    }

    .copyright a {
        font-size: 14px;
    }

    .copyright .hide-he {
        font-size: 14px;
    }

    .copyright img {
        margin: 0;
        width: 80px;
        top: 3px;
    }

    .copyright .block {
        justify-content: center;
    }
}



@media (max-width: 375px) {
    section.contact .item a {
        font-size: 14px;
    }
    section.contact .item a img {
        width: 15px;
        top: -1px;
    }
}


@media (max-width: 340px) {
    section.contact .item a {
        font-size: 12px;
    }
}
