html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
    background: transparent;
    border: 0;
    margin: 0;
    padding: 0;
    vertical-align: baseline;
}
h1, h2, h3, h4, h5, h6 {
    clear: both;
}
ol, ul {
    list-style: none;
}
blockquote {
    quotes: none;
}
blockquote:before, blockquote:after {
    content: '';
    content: none;
}
del {
    text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
    border-collapse: collapse;
    border-spacing: 0;
}
a img {
    border: none;
}

input[type="text"],
input[type="submit"] {
    -webkit-appearance: none;
    -webkit-border-radius: 0;
    border-radius: 0;
}

/* =General
-------------------------------------------------------------- */

body, input, textarea {
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    color: #000000;
}
body *{
    box-sizing: border-box;
}

b,
strong {
    font-weight: 700;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: inherit;
    text-decoration: none;
}

body.fixed-pos {
    position: fixed;
    width: 100%;
    height: 100%;
}
.site-width {
    position: relative;
    width: 1228px;
    max-width: 100%;
    margin: 0 auto;
}
.inner-width {
    position: relative;
    width: 1100px;
    max-width: 100%;
    margin: 0 auto;
}

.clearfix:after {
    content: "";
    display: block;
    clear: both;
}
.clear {
    clear: both;
}
.cf:after,.cf:before{display: table;content: ''}
.cf:after{clear: both;}

.ptable {
    display: table;
}

.ptable .ptr {
    display: table-row;
}

.ptable .ptd {
    display: table-cell;
}
.caps {
    text-transform: uppercase;
}
.abs-fulls {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
.trnsf-center {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}

.cymotive-main-title {
    font-size: 50px;
    font-weight: 300;
    letter-spacing: 1px;
}
.cymotive-sec-title {
    font-size: 40px;
    line-height: 1.125;
    font-weight: 300;
}
.btn {
    display: inline-block;
    height: 32px;
    line-height: 30px;
    font-size: 14px;
    text-decoration: none;
    color: #fff;
    border-radius: 18px;
    border: 1px solid #fff;
    box-sizing: border-box;
    transition: all .2s ease-in-out;
    text-align: center;
}
.btn:hover {
    color: #000000;
    background: #fff;
}
.btn.br-100 {
    border-radius: 100px;
}
.btn.cyan {
    border-color: #ba9673;
    background: #ba9673;
}
.btn.blue {
    border-color: #006cb8;
    background: #006cb8;
}
.btn.blue-trans {
    color: #006cb8;
    border-color: #006cb8;
    background: transparent;
}
.btn.cyan-trans {
    color: #ba9673;
    border-color: #ba9673;
    background: transparent;
}
.btn.cyan:hover {
    color: #ba9673;
    background: transparent;
}
.btn.cyan-trans:hover {
    color: #fff;
    background: #ba9673;
}
.btn.blue:hover {
    color: #006cb8;
    background: transparent;
}
.btn.blue-trans:hover {
    color: #fff;
    background: #006cb8;
}

.ws-plus {
    position: relative;
}
.ws-plus:before,
.ws-plus:after {
    content: "";
    position: absolute;
    background: #fff;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    transition: transform .2s ease-in-out;
}


/* #####  DEBUG  ##### */
body.debug > * {
    opacity: .7;
}
body.debug.home {
    background: url('images/homepage.png') no-repeat top center;
}
body.debug.approach {
    background: url('images/Approach.png') no-repeat top center;
}
body.debug.products {
    background: url('images/product.png') no-repeat top center;
}

/* #####  Header  ##### */
#page-wrapper {
    position: relative;
    max-width: 100%;
    overflow: hidden;
}
#header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999;
    padding: 31px 43px 31px 30px;
    background-color: transparent;
    transition: background .2s ease-in-out;
}
#header.sticky {
    background: #000;
    background: linear-gradient(to right, #000000, #021c41);
}
#header .logo {
    float: left;
}
#header .logo img {
    display: block;
    height: auto;
}
#header .menu-and-btns {
    float: right;
    padding-top: 5px;
}
#header .main-menu {
    display: inline-block;
    vertical-align: middle;
    margin-right: -6px;
}
#header .main-menu li {
    display: inline-block;
    vertical-align: top;
    padding-right:16px;
}
#header .main-menu li a {
    font-size: 12px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.25;
    letter-spacing: 0.3px;
    text-align: right;
    color: #6fd0f6;
    text-decoration: none;
    position: relative;
    transition: 0.5s all ease;
}
#header .main-menu li > a::after{
    content: '';
    position: absolute;
    background: linear-gradient(to right, rgba(35, 24, 24, 0), #ffffff);
    width: 0;
    height: 2px;
    bottom: -8px;
    left: 0;
    z-index: 999;
    transition: 0.5s all ease;
}
#header .main-menu li.current_page_item a,#header .main-menu li:hover a{
    color: #fff;
}
#header .main-menu li.current_page_item a::after,#header .main-menu li:hover > a::after{
    width: 100%;
}
.header-btns {
    display: inline-block;
    vertical-align: top;
    padding-left: 32px;
}
.header-btns ul.lang {
    width: 64px;
    height: 23px;
    border-radius: 11.5px;
    background-color: #0d95d0;
    position: relative;
    padding-left: 4px;
}
.header-btns ul.lang::after {
    content: '';
    position: absolute;
    background-color: #fff;
    width: 50%;
    height: 100%;
    left: 0;
    top: 0;
    border-radius: 11px;
    z-index: 3;
    transition: 0.5s all ease;
    box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.5);
}
.header-btns ul.lang.lang-item-en::after,.header-btns ul.lang.de.lang-item-en::after {
    left: 0;
}
.header-btns ul.lang.lang-item-de::after {
    left: 50%;
}
.header-btns li {
    display: inline-block;
    vertical-align: top;
    width: 46%;
    position: relative;
    z-index: 9;
}
.header-btns li.current-lang a {
    color: #000;
}
.header-btns li a {
    font-size: 11px;
    font-weight: 600;
    line-height: 23px;
    letter-spacing: 0.2px;
    color: #ffffff;
    display: block;
    text-align: center;
    text-decoration: none;
    transition: 0.6s all ease;
}
.header-btns ul.lang.de:after {
    left: 50%;
}

#cover {
    height: 950px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center bottom;
    text-align: left;
    padding-top: 196px;
    position: relative;
    background-image: linear-gradient(to right, #0a4368, #053758), linear-gradient(rgba(0, 0, 0, 0.34), rgba(0, 0, 0, 0.34)), linear-gradient(to left, rgba(0, 0, 0, 0), #000000);
    overflow: hidden;
    z-index: 99;
}
.home #cover {
    background: #010001;
}
#cover.banner_ {
    height: 770px;
    padding-top: 252px;
}
#cover.contact_banner {
    height: 453px;
}
#cover.banner_ h1,#cover.contact_banner h1 {
    font-size: 80px;
    font-weight: bold;
    line-height: 1.15;
}
#cover .waves {
    position: absolute;
    left: 0;
    width: 100%;
    bottom: -8px;
}
#cover .waves img {
    width: 100%;
}
#cover h1 {
    font-size: 60px;
    font-weight: bold;
    line-height: 1.16;
    letter-spacing: -0.8px;
    color: #ffffff;
    opacity: 0;
    transform: translateY(200%);
    transition: 0.8s all ease;
}
#cover p{
    font-size: 60px;
    font-weight: 300;
    line-height: 1.15;
    letter-spacing: -0.5px;
    color: #ffffff;
    opacity: 0;
    transform: translateY(60px);
    transition: 0.8s all ease;
}
.button {
    color: #000;
    /*background: #ffffff; */
    text-align: center;
    text-decoration: none;
    display: inline-block;
    vertical-align: top;
    /* width: 200px;*/
    line-height: 54px;
    margin-top: 81px;
    margin-left: -4px;
    border-radius: 40px;
    font-size: 18px;
    font-weight: bold;
    position: relative;
    opacity: 0;
    transform: translateY(60px);
    transition: 0.8s all ease;
}
#cover .head-line {
    overflow: hidden;
}
#cover .show{
    opacity: 1;
    transform: translateY(0);
}
#cover .bg-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center bottom;
    transform: scale(1.2);
    opacity: 0;
    transition: 0.5s all ease;
}
#cover .bg-image.show{
    opacity: 1;
    transform: scale(1);
}
.button span{
    color: #000;
    /* background: #ffffff;*/
    width: 209px;
    line-height: 52px;
    border-radius: 40px;
    position: relative;
    display: block;
    z-index: 9;
    /*border: 6px solid black;*/
    transition: 0.5s all ease;
    text-transform: uppercase;
}
.button:hover,#cover .show.button:hover{
    transform: translateY(-10px);
}
.button:hover span{
    /*background: linear-gradient(to right, #dc0000 0%, #00a7ff 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;*/
    color: #0d95d0;
}
.button::before {
    content: '';
    position: absolute;
    background-image: url(images/button.png);
    width: 353px;
    height: 216px;
    background-position: center;
    background-repeat: no-repeat;
    top: -82px;
    right: -73px;
}

#cover video {
    width: 100%;
    min-height: 100%;
}
#cover #video{
    width: 100%;
    min-height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
/*#cover.no-padding {
padding: 0;
}*/

/*.button::after{
content: '';
position: absolute;
width: 212px;
height: 67px;
top: -3px;
right: -14px;
border-radius: 52px;
border: solid 3px transparent;
background: linear-gradient(#ff000000, #ff000000), linear-gradient(42deg, #fc0000, #f00000, #0000,#0000, #61b8d8, #73daff);
background-origin: border-box;
background-clip: content-box, border-box;
transition: 0.5s all ease;
z-index: 0;
}*/

/* #####  HOME  ##### */
.banner_bottom_Content {
    /*margin-top: -4px;*/
    padding-bottom: 79px;
    overflow: hidden;
}
.banner_bottom_Content p {
    font-size: 18px;
    line-height: 1.78;
    letter-spacing: -0.15px;
    color: #535353;
}
.half-width {
    width: 70%;
}
.half-width.mask_blog,.full-width.mask_blog{
    opacity: 0;
    transform: translateX(-200px);
    transition: 0.5s all ease;
}
.half-width.mask_blog.animated,.full-width.mask_blog.animated{
    opacity: 1;
    transform: translateX(0px);
}
.col-2 {
    float: left;
    width: 49.25%;
    margin-right: 1.5%;
}
.col-2:last-child {
    margin-right: 0;
}
.col-2.photo {
    padding-bottom: 238px;
    background-position: bottom;
    background-repeat: no-repeat;
}
.col-2.float-right{
    float: right;
}

.head-line{
    overflow: hidden;
}
.service {
    margin-bottom: 111px;
}
.service.mask_blog h2,.service.mask_blog h3,.service.mask_blog p,.service.mask_blog .blue-btn{
    opacity: 0;
    transform: translateY(100px);
    transition: 0.5s all ease;
}
.service.mask_blog.animated h2,.service.mask_blog.animated h3,.service.mask_blog.animated p,.service.mask_blog.animated .blue-btn{
    opacity: 1;
    transform: translateY(0)
}
.service h2 {
    color: #000000;
    font-size: 50px;
    font-weight: bold;
    line-height: 0.9;
    letter-spacing: -0.75px;
}
.service h3 {
    font-size: 40px;
    font-weight: 300;
    line-height: 1.13;
    color: #000000;
    padding-top: 4px;
    letter-spacing: -0.5px;
}
.service.mask_blog hr{
    width: 0;
    transition: 0.5s all ease;
}
.service.mask_blog.animated hr{
    width: 121px;
}
hr {
    width: 121px;
    height: 3px;
    background: linear-gradient(to right, rgba(255, 255, 255, 0), #82cff4);
    display: inline-block;
    border: 0;
    margin: 23px 0px 13px;
}
.service p {
    font-size: 14px;
    font-weight: 300;
    line-height: 1.71;
    letter-spacing: normal;
    color: #535353;
    max-width: 563px;
}
.blue-btn {
    display: block;
    width: 173px;
    margin-left: auto;
    margin-top: 30px;
    margin-right: 15px;
    margin-bottom: 30px;
    border-radius: 24px;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    color: #ffffff;
    text-decoration: none;
    line-height: 50px;
    position: relative;
    z-index: 99;
    box-shadow: none;
    transition: 0.5s all ease;
    text-transform: uppercase;
}
.blue-btn:after{
    content: '';
    position: absolute;
    width: 169px;
    height: 46px;
    top: 0;
    right: 0;
    border-radius: 24px;
    border: solid 2px transparent;
    background: linear-gradient(#ffffff, #ffffff), linear-gradient(126deg, #ffffff, #ffffff, #0d95d0);
    background-origin: border-box;
    background-clip: content-box, border-box;
    transition: 0.5s all ease;
}
.blue-btn::before{
    content: '';
    position: absolute;
    width: 160px;
    height: 40px;
    border-radius: 22.5px;
    background-image: linear-gradient(to right, #005084, #01263e);
    z-index: 2;
    right: 6px;
    top: 5px;
}
.blue-btn span {
    position: relative;
    z-index: 3;
}
.blue-btn:hover{
    /*box-shadow: 3px 6px 20px 0px rgba(1, 41, 67, 0.42);*/
    transform: translateY(-10px) !important;
}
.blue-btn:hover:after{
    /*background: linear-gradient(#ffffff, #ffffff), linear-gradient(90deg, rgba(13, 149, 208, 0.6), rgba(13, 149, 208, 0.6), #0d95d0);
    background-origin: border-box;
    background-clip: content-box, border-box;*/
}

.the_lab {
    padding-top: 127px;
    padding-bottom: 131px;
    background-size: cover;
    background-position: left center;
}
.the_lab h2{
    font-size: 55px;
    font-weight: bold;
    line-height: 1.09;
    color: #ffffff;
    opacity: 0;
    transform: translateY(200%);
    transition: 0.5s all ease;
}
.the_lab.animated h2{
    opacity: 1;
    transform: translateY(0);
}
.the_lab p{
    font-size: 14px;
    font-weight: 300;
    line-height: 1.71;
    color: #e6e6e6;
    opacity: 0;
    transform: translateY(200px);
    transition: 0.5s all ease;
}
.the_lab.animated p{
    opacity: 0.8;
    transform: translateY(0px);
}
.the_lab hr {
    margin-top: 30px;
    margin-bottom: 28px;
    width: 0;
    opacity: 0;
    transition: 0.5s all ease;
}
.the_lab.animated hr{
    opacity: 1;
    width: 121px;
}

.benefits {
    background-image: linear-gradient(to bottom, #6fd0f6, #0d95d0);
    text-align: center;
    padding-top: 82px;
    padding-bottom: 52px;
}
.benefits h2{
    font-size: 55px;
    font-weight: bold;
    line-height: 1.09;
    text-align: center;
    color: #ffffff;
    margin-bottom: 74px;
    opacity: 0;
    transform: translateY(200%);
    transition: 0.5s all ease;
}
.benefits.animated h2{
    opacity: 1;
    transform: translateY(0);
}
.col-4 {
    float: left;
    width: 25%;
}
.benefits .col-4 {
    margin-bottom: 42px;
}
.benefits .image {
    min-height: 100px;
    width: 100%;
}
.benefits .image img{
    max-width: 100%;
    /*border: 2px solid #707070;*/
    border-radius: 50%;
    background-color: #707070;
}
.benefits h3 {
    font-size: 20px;
    font-weight: 600;
    text-align: center;
    color: #ffffff;
    text-transform: uppercase;
    padding: 13px 0px 18px;
    max-width: 260px;
    margin: 0 auto;
    opacity: 0;
    transform: translateY(200%);
    transition: 0.5s all ease;
}
.benefits .col-4.come-in h3{
    opacity: 1;
    transform: translateY(0);
}
.benefits p {
    font-size: 14px;
    line-height: 1.57;
    text-align: center;
    color: #ffffff;
    max-width: 260px;
    margin: 0 auto;
    letter-spacing: -0.2px;
    word-spacing: -1px;
    margin: 0 auto;
    opacity: 0;
    transform: translate(-10px,50px);
    transition: 0.5s all ease;
}
.benefits .col-4:last-child p{
    max-width: 280px;
}
.benefits .col-4.come-in p{
    opacity: 1;
    transform: translate(0,0);
}

.join-the-Team{
    width: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    text-align: center;
    height: 680px;
}
.join-the-Team .join-the-team-title{
    padding-top: 115px;
}
.join-the-Team .join-the-team-title h2{
    font-size: 55px;
    line-height: 66px;
    color: #000;
    padding-bottom: 10px;
    opacity: 0;
    transform: translateY(200%);
    transition: 0.5s all ease;
}
.join-the-Team .join-the-team-title.animated h2{
    opacity: 1;
    transform: translate(0,0);
}
.join-the-Team .join-the-team-title h3{
    font-size: 24px;
    line-height: 30px;
    color: #0d95d0;
    opacity: 0;
    transform: translateY(200%);
    transition: 0.5s all ease;
}
.join-the-Team .join-the-team-title.animated h3{
    opacity: 1;
    transform: translate(0,0);
}
.join-the-Team .join-the-team-content{
    padding-bottom: 39px;
}
.join-the-Team .join-the-team-content .col-6{
    float: left;
    max-width: 16.66%;
    width: 100%;
    text-align: center;
    padding-top: 57px;
}
.join-the-Team .join-the-team-content .col-6 img{
    margin-bottom: 20px;
    opacity: 0;
    transition: 0.5s all ease;
}
.join-the-Team .join-the-team-content .col-6.come-in img{
    opacity: 1;
}
.join-the-Team .join-the-team-content .col-6 a{
    display: inline-block;
    width: 100%;
    text-decoration: none;
    font-size: 15px;
    line-height: 24px;
    letter-spacing: -0.1px;
    color: #535353;
    max-width: 90%;
    margin: 0 auto;
    opacity: 0;
    transform: translateY(50px);
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.join-the-Team .join-the-team-content .col-6.come-in a{
    opacity: 1;
    transform: translate(0,0);
}
.join-the-Team .join-the-team-content .col-6 a:hover{
    color:#000;
}
.join-the-Team .join_bottom_button{
    text-align: center;
}
.join-the-Team .join_bottom_button .blue-btn{
    margin: 0 auto;
    text-indent: -6px;
    width: 187px;
}
.join-the-Team .join_bottom_button .blue-btn::before{
    width: 180px;
}
.join-the-Team .join_bottom_button .blue-btn:after{
    width: 182px;
}
.contact{
    background-repeat: no-repeat;
    background-position: center;
    background-size:100% 100%;
    padding-top: 128px;
    width: 100%;
    background-image: linear-gradient(to top, #000000, #130432);
    padding-bottom: 170px;
}
.contact .contact_left{
    float: left;
    max-width: 50%;
    width: 100%;

}
.contact .contact_left h3{
    font-size:45px;
    line-height: 55px;
    color: #fff;
    max-width: 86%;
}
.contact .contact_left h4{
    font-size: 30px;
    font-weight: 500;
    line-height: 1.67;
    color: #fff;
}
.contact .contact_left h5,.contact .contact_left h2{
    color: #fff;
}
.contact .contact_left p{
    padding-top: 50px;
    font-size: 16px;
    font-weight: 500;
    line-height:20px;
    color: #fff;
}
.contact .contact_left p a{
    font-size: 16px;
    font-weight: 500;
    color: #6fd0f6;
    line-height: 20px;
    text-decoration: none;
    display: inline-block;
    padding-top: 14px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;

}
.contact .contact_left p a:hover{
    color: #fff;
}
.contact .contact_right{
    float: right;
    max-width: 50%;
    width: 100%;
    position: relative;
}
.contact .contact_right form{
    width: 100%;
    position: relative;
    z-index: 9;
}
.contact .contact_right form input[type="text"],.contact .contact_right form input[type="email"],.contact .contact_right form input[type="tel"],.contact .contact_right form textarea{
    width: 100%;
    background: transparent;
    outline: none;
    border: none;
    border-bottom: 1px solid #fff;
    font-size: 15px;
    letter-spacing: -0.6px;
    color: #ffffff;
    padding-bottom: 12px;
    margin-bottom: 47px;
    height: 33px;
}
.contact .contact_right form textarea{
    height: 103px;
    margin-bottom: 30px;
}
.contact .contact_right form input::placeholder,.contact .contact_right form textarea::placeholder{
    color: #fff;
}
.contact .contact_right form input:focus ,.contact .contact_right form textarea:focus{
    border-color: #6fd0f6;

}
.contact .contact_right form input.left{
    max-width: 48%;
    margin-right: 10px;
    float: left;
}
.contact .contact_right form input.right,.contact .contact_right form select.right {
    max-width: 47.9%;
    margin-left: 10px;
    float: right;
}
.contact .contact_right form select {
    width: 100%;
    background: transparent;
    outline: none;
    border: none;
    border-bottom: 1px solid #fff;
    font-size: 15px;
    letter-spacing: -0.6px;
    color: #ffffff;
    padding-bottom: 11px;
    margin-bottom: 47px;
    font-family: 'Montserrat', sans-serif;
    -webkit-appearance: none;
    appearance: none;
    height: 33px;
    border-radius: 0 !important;
    background-image: url(images/triangle_w.png);
    background-position: center right 7px;
    background-repeat: no-repeat;
    -moz-appearance: none;
    -o-appearance: none;
}
.contact .contact_right form select option {
    color: #2c023f;
    font-family: 'Montserrat', sans-serif;
}
.contact .contact_right form .submit{
    text-align: right;
}
.contact .contact_right form .submit input[type="submit"]{
    font-size: 18px;
    color: #000;
    text-transform: uppercase;
    font-weight: 800;
    padding: 0;
    background-image: url(images/Button-send.png);
    width: 279px;
    line-height: 161px;
    background-color: transparent;
    border: 0;
    background-position: center;
    text-indent: 41px;
    margin-right: -50px;
    transition: 0.5s all ease;
}
.contact .contact_right form .submit input[type="submit"]:focus{
    border: none;
    outline: none;
}
.contact .contact_right form .submit input[type="submit"]:hover{
    color: #0d95d0;
    transform: translateY(-10px);
}
.contact .contact_right form.sent {
    /*pointer-events: none;*/
}


/* #####  Footer  ##### */
#footer{
    width:100%;
    margin-top: 32px;
    position: relative;
}
footer#footer {
    /*  position: fixed;
    bottom: 0px;*/
    width: 100%;
    z-index: 1;
    will-change: opacity;
}
#footer .footer_col{
    display: inline-block;
    width:auto;
    vertical-align: top;
    padding-bottom: 75px;
    position: relative;
}
#footer .footer_col h4{
    font-size: 16px;
    line-height: 1.19;
    color: #000000;
    font-weight: 800;
    padding-bottom: 19px;
}
#footer .footer_col p{
    font-size: 15px;
    line-height: 1.67;
    color: #9b9ca6;
}
#footer .footer_col ul li a{
    font-size: 15px;
    line-height: 2;
    color: #9b9ca6;
    display: inline-block;
    text-decoration: none;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
#footer .footer_col ul li a:hover,#footer .footer_col ul li.current_page_item a{
    color: #0d95d0;
}
#footer .footer_col .footer_email{
    display: inline-block;
    font-size: 15px;
    font-weight: bold;
    line-height: 1.67;
    color: #0d95d0;
    text-decoration: none;
    padding-top: 16px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
#footer .footer_col.first{
    padding-right: 124px;
    position: relative;
    min-height: 215px;
}
#footer .footer_col .copy_right{
    position: absolute;
    bottom: 0;
    left: 0;
}
#footer .footer_col .copy_right p,#footer .footer_col .copy_right a{
    font-size: 12px;
    line-height: 1.67;
    color: #000000;
}
#footer .footer_col .copy_right a{
    color: #0d95d0;
    text-decoration: none;
    display: inline-block;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
#footer .footer_col .copy_right a+a{
    padding-left:4px;
}
#footer .footer_col.second{
    padding-right: 94px;
}
#footer .footer_col.third{
    padding-right: 57px;
}
#footer .footer_col.forth{
    padding-right:96px;
}
#footer .footer_col.last{
    text-align: right;
    min-height: 106px;
    max-width:16.1%;
    width: 100%;
    padding-top: 54px;
}
#footer .footer_col .footer_social{
    /*position: absolute;
    bottom: 0px;
    right: 0px;*/
    margin-top: 45px;
}
#footer .footer_col .footer_social a{
    display: inline-block;
    padding-left: 17px;
    vertical-align: top
}
#footer .footer_col .footer_social a:first-child{
    padding-left:0px;
}
#footer .footer_col.third p a ,#footer .footer_col.forth p a{
    color:#9b9ca6;
    text-decoration: none;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
#footer .footer_col.third p a:hover ,#footer .footer_col.forth p a:hover{
    color:#0d95d0;
}
#footer .footer_col .copy_right a:hover,#footer .footer_col .footer_email:hover{
    color:#9b9ca6;
}
.scroll_top{
    text-align: right;
    position: fixed;
    bottom: 47px;
    /*right: calc( (100% - 1226px) / 2 );*/
    right: 15px;
    z-index: 9999;
    width: 56px;
    height: 56px;
    display: none;
}
/*.scroll_top::after{
content: '';
position: absolute;
width: 52px;
height: 52px;
top: 0;
left: 0;
transform: rotate(10deg);
border-radius: 50%;
border: solid 4px transparent;
background: linear-gradient(#ffffff, #ffffff), linear-gradient(249deg, #470b62, #8330a4 22%, rgba(168, 94, 191, 0));
background-origin: border-box;
background-clip: content-box, border-box;
}
.scroll_top::before{
content: '';
position: absolute;
width: 52px;
height: 52px;
top: 0;
left: 0;
border-radius: 50%;
border: solid 4px transparent;
background: linear-gradient(#ffffff, #ffffff), linear-gradient(30deg, #0c3788, #5ab0df 45%, rgba(111, 208, 246, 0));
background-origin: border-box;
background-clip: content-box, border-box;
}*/
.scroll_top a {
    display: block;
    height: 100%;
    /*text-align: center;
    line-height: 56px;
    position: relative;
    z-index: 9;
    top: 50%;
    transform: translateY(-50%)*/
}
#footer .footer_col .lang_switcher{
    display: inline-block;
    vertical-align: top;
    padding-left: 32px;
}
#footer .footer_col .lang_switcher ul.lang {
    width: 64px;
    height: 23px;
    border-radius: 11.5px;
    background-color: #0d95d0;
    position: relative;
    padding-left: 4px;
}
#footer .footer_col .lang_switcher ul.lang::after {
    content: '';
    position: absolute;
    background-color: #fff;
    width: 50%;
    height: 100%;
    left: 0;
    top: 0;
    border-radius: 11px;
    z-index: 3;
    transition: 0.5s all ease;
    box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.5);
}
#footer .footer_col .lang_switcher ul.lang.lang-item-de::after {
    left: 50%;
}
#footer .footer_col .lang_switcher ul.lang.lang-item-en::after,#footer .footer_col .lang_switcher ul.lang.de.lang-item-en::after {
    left: 0;
}
#footer .footer_col .lang_switcher ul.lang li {
    display: inline-block;
    vertical-align: top;
    width: 46%;
    position: relative;
    z-index: 9;
}
#footer .footer_col .lang_switcher ul.lang li.current-lang a {
    color: #000;
}
#footer .footer_col .lang_switcher ul.lang li a {
    font-size: 11px;
    font-weight: 600;
    line-height: 23px;
    letter-spacing: 0.2px;
    color: #ffffff;
    display: block;
    text-align: center;
    text-decoration: none;
    transition: 0.6s all ease;
}
#footer .footer_col .lang_switcher ul.lang.de:after {
    left: 50%;
}


.banner_bottom_Content h2 {
    font-size: 50px;
    font-weight: bold;
    line-height: 1.1;
    color: #000000;
    padding-bottom: 20px;
}

.security_detail {
    margin-top: 25px;
}

.security_detail .col-2 {
    width: 50%;
    margin: 0;
    min-height: 550px;
    background-color: #f5f5f5;
    padding: 0 88px 0px 107px;
    background-size: cover;
    background-position: center;
    padding-top: 90px;
    padding-bottom: 40px;
}
.security_detail .row:nth-child(2n) .col-2{
    float: right;
}
.security_detail .row:nth-child(2n) .col-2+.col-2{
    float: left;
}
.security_detail .ptable {
    width: 100%;
    height: 100%;
    display: block;
    position: relative;
}
.security_detail .ptable .ptd {
    /*vertical-align: middle;*/
    top: 50%;
    display: block;
    position: absolute;
    transform: translateY(-50%);
}
.security_detail h2 {
    font-size: 40px;
    font-weight: bold;
    line-height: 45px;
    letter-spacing: normal;
    color: #000000;
    padding-bottom: 20px;
    opacity: 0;
    transform: translateY(50px);
    transition: 0.5s all ease;
}
.security_detail .come-in h2{
    opacity: 1;
    transform: translateY(0px)
}
.security_detail p {
    font-size: 14px;
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.71;
    letter-spacing: normal;
    color: #535353;
    padding-bottom: 30px;
    opacity: 0;
    transform: translateY(50px);
    transition: 0.5s all ease;
}
.security_detail .come-in p{
    opacity: 1;
    transform: translateY(0px)
}
.security_detail p:last-child{
    padding-bottom: 0px;
}
.footer-waves {
    position: absolute;
    /* top: -225px;*/
    /*bottom: 100%;*/
    bottom: -8px;
    left: 0;
    width: 100%;
}
.footer-waves img {
    width: 100%;
}
div#content {
    position: relative;
    z-index: 99;
    /* margin-bottom: 325px;*/
    background-color: #fff;
}
.information_panel{
	text-align:center;
}
.information_panel p{
	font-size: 16px;
    font-weight: 500;
    line-height: 1.25;
    padding-bottom: 20px;
}
.loction {
    padding: 28px;
}
.loction .col-2 {
    padding-left: 78px;
    height: 379px;
    background-size: cover;
    position: relative;
    overflow: hidden;
}
.loction .col-2::after{
    content: '';
    position: absolute;
    width: 0;
    height: 6px;
    background-color: #0d95d0;
    left: 0;
    bottom: 0;
    transition: 0.5s all ease;
    z-index: 3;
}
.loction .col-2:nth-child(2n)::after{
    /*background-color: #89c810;*/
}
.loction .col-2:hover::after{
    width: 100%;
}
.loction .col-2 .location-image {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-size: cover;
    background-position: center;
    z-index: 1;
    transform: scale(1);
    transition: all .6s cubic-bezier(0.24,1,0.30,1);
    -webkit-transition: all .6s cubic-bezier(0.24,1,0.30,1)
}
.loction .col-2:hover .location-image{
    transform: scale(1.13);
}
.loction .col-2 .ptable{
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 2;
}
.loction .col-2 .ptable .ptd{
    vertical-align: middle;
}
.loction h2 {
    font-size: 31px;
    font-weight: 800;
    line-height: normal;
    color: #ffffff;
    padding-bottom: 16px;
}
.loction p {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.25;
    color: #ffffff;
    padding-bottom: 20px;
}
.loction a {
    font-size: 16px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.25;
    letter-spacing: normal;
    color: #ffffff;
    display: block;
    text-decoration: none;
}
/*.loction .white-btn::after {
content: '';
position: absolute;
top: -5px;
left: -10px;
width: 171px;
height: 50px;
border-left: 2px solid #39252800;
border-right: 2px solid #ffffff;
background-image: linear-gradient(90deg, #ffffff00, #ffffff), linear-gradient(90deg, #ffffff00, #ffffff);
background-size: 100% 2px;
background-position: 0 0, 0 100%;
background-repeat: no-repeat;
border-radius: 24px;

}
.loction .white-btn::before{
content: "";
position: absolute;
}*/
.loction .white-btn {
    line-height: 40px;
    margin: 0;
    margin-top: 33px;
    font-size: 15px;
    font-weight: bold;
    color: #000000;
    text-transform: uppercase;
    width: 175px;
    /* border-radius: 22.5px; */
    /* background-color: #ffffff; */
    text-align: center;
    position: relative;
    opacity: 1;
    transition: 0.5s all ease;
    background-image: url(images/btn.png);
    height: 50px;
    line-height: 50px;
}
.loction .white-btn:hover{
    opacity: 0.7;
}
.contact.contact_page {
    background-image: linear-gradient(to top, #e3e3e3, #ffffff);
    padding-bottom: 240px;
}
.contact.contact_page h3,.contact.contact_page h4{
    color: #000;
}
.contact.contact_page p{
    color: #000;
    font-weight: 600;
}
.contact.contact_page p a{
    font-weight: 600;
    color: #0d95d0;
}
.contact.contact_page .contact_right form input[type="text"], .contact.contact_page .contact_right form input[type="email"], .contact.contact_page .contact_right form input[type="tel"], .contact.contact_page .contact_right form textarea{
    color: #000000;
    border-bottom: 1px solid #000000;
    font-weight: 600;
}
.contact.contact_page .contact_right form input::placeholder,.contact.contact_page .contact_right form textarea::placeholder{
    color: #000000;
    font-weight: 600;
}
.contact.contact_page .contact_right form select {
    border: 0;
    color: #000000;
    border-bottom: 1px solid #000000;
    font-weight: 600;
    width: 100%;
    background-color: transparent;
    font-size: 15px;
    padding-bottom: 13px;
    margin-bottom: 47px;
    -webkit-appearance: none;
    appearance: none;
    background-image: url(images/down.png);
    background-repeat: no-repeat;
    background-position: center right;
}
.contact.contact_page .contact_right form input:focus ,.contact.contact_page .contact_right form textarea:focus,.contact.contact_page .contact_right form select:focus{
    border-color: #6fd0f6;

}
.contact.contact_page .contact_left p a:hover {
    color: #000;
}
.contact.contact_page .contact_right form .submit .submit-btn{
    line-height: 60px;
    margin: 0;
    display: inline-block;
    margin-top: 33px;
    font-size: 16px;
    font-weight: bold;
    color: #ffffff;
    text-transform: uppercase;
    width: 144px;
    height: 60px;
    border-radius: 30px;
    background-image: linear-gradient(to right, #005084, #01263e);
    text-align: center;
    position: relative;
    padding: 0;
    opacity: 1;
    transition: 0.5s all ease;
}
.contact.contact_page .contact_right form .submit .submit-btn span{
    border-radius: 30px;
    background-image: linear-gradient(to right, #005084, #01263e);
    text-align: center;
    display: block;
    position: relative;
    z-index: 1;
}
.contact.contact_page .contact_right form .submit .submit-btn:hover{
    /*opacity: 0.7;*/
    transform: translateY(-10px);
}
.contact.contact_page .contact_right form .submit .submit-btn::after{
    content: '';
    position: absolute;
    right: -7px;
    top: -7px;
    width: 158px;
    height: 68px;
    border-radius: 37px;
    border: solid 3px transparent;
    background-image: linear-gradient(#e9e9e9, #e8e8e8), linear-gradient(126deg, rgba(13, 149, 208, 0),rgba(13, 149, 208, 0),rgba(13, 149, 208, 0.6), #0d95d0);
    background-origin: border-box;
    background-clip: content-box, border-box;
}
.contact.contact_page .contact_right form label {
    margin-bottom: 47px;
    display: block;
    position: relative;
}
.contact.contact_page .contact_right form span.wpcf7-list-item label {
    margin-bottom: 0;
}
.contact.contact_page .contact_right form label::after{
    content: '';
    position: absolute;
    width: 0;
    height: 2px;
    bottom: 0;
    left: 0;
    background-image: linear-gradient(to right, #d40000, #6ecff6);
    transition: 0.5s all ease;
}
.contact.contact_page .contact_right form label.focus::after{
    width: 100%;
}
.contact.contact_page .contact_right form label input {
    margin-bottom: 0;
}
.page-template-contact .footer-wave-bg {
    background-color: #fff;
    padding-top: 250px;
}
.contact.contact_page .contact_right form select option {
    color: #000;
}


.join_team{
    background: linear-gradient(to top, #ffffff, rgba(242, 242, 250, 0));
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.why-join {
    padding-top: 88px;
}
.why-join h2 {
    font-size: 50px;
    font-weight: bold;
    line-height: 1.1;
    color: #000000;
    padding-bottom: 102px;
}
.why-join .row {
    padding: 0 28px;
}
.why-join .col-2 {
    margin-right: 5.2%;
    width: 47.4%;
}
.why-join .col-2:last-child {
    margin-right: 0;
}
.why-join .number {
    display: inline-block;
    vertical-align: top;
    width: 56.9px;
    height: 56.9px;
    background-color: #c4edfd;
    text-align: center;
    border-radius: 50%;
}
.why-join .number-1{
    background-color: #c4edfd;
}
.why-join .number-2{
    background-color: #6fd0f6;
}
.why-join .number-3{
    background-color: #0d95d0;
}
.why-join .number-4{
    background-color: #005084;
}
.why-join .number-5{
    background-color: #470b62;
}
.why-join .number-6{
    background-color: #2c023f;
}
.why-join .number span{
    font-weight: 800;
    font-size: 35.6px;
    color: #ffffff;
    line-height: 56.9px;
}
.why-join .detail {
    display: inline-block;
    vertical-align: top;
    width: calc(100% - 62px);
    padding-left: 30px;
    padding-top: 12px;
}
.why-join h3 {
    font-size: 30px;
    font-weight: 800;
    line-height: 1.03;
    letter-spacing: -0.2px;
    color: #000000;
    padding-bottom: 16px;
}
.why-join p {
    font-size: 15px;
    font-weight: 400;
    line-height: 2.07;
    letter-spacing: -0.1px;
    color: #535353;
}
.why-join .col_ {
    padding-bottom: 66px;
    padding-top: 10px;
    opacity: 0;
    /*transform: translateY(50px);*/
    transition: 0.5s all ease;
}
.why-join .col_.come-in{
    opacity: 1;
    /*transform: translateY(0px);*/

}
.open-positions {
    padding-bottom: 98px;
}
.open-positions h2 {
    font-size: 50px;
    font-weight: 800;
    line-height: 1.1;
    color: #000000;
    padding-bottom: 18px;
}
.open-positions .tab-list {
    padding-bottom: 54px;
}
.open-positions .tab-list .tab-item {
    display: inline-block;
    vertical-align: top;
    margin-right: 5%;
    padding-bottom: 12px;
    position: relative;
}
.open-positions .tab-list .tab-item a:after{
    content: '';
    position: absolute;
    background: linear-gradient(to right, rgba(35, 24, 24, 0), #3daad9);
    width: 0;
    height: 2px;
    bottom: -12px;
    left: 0;
    z-index: 999;
    transition: 0.5s all ease;
}
.open-positions .tab-list .tab-item.active a:after,.open-positions .tab-list .tab-item a:hover:after{
    width: 100%;
}
.open-positions .tab-list .tab-item:last-child{
    margin-right: 0;
}
.open-positions .tab-list .tab-item a {
    font-size: 20px;
    font-weight: 700;
    color: #262626;
    text-transform: capitalize;
}
.open-positions .tab-list .tab-item.active a,.open-positions .tab-list .tab-item a:hover{
    color: #0D95D0;
}
.open-positions .list-items{

}
.open-positions .list-items:after {
    content: "";
    display: block;
    clear: both;
}
.open-positions div.arrow {
    /*display: inline-block;*/
    float: left;
    width: 48.9%;
    min-height: 106px;
    background-color: #ffffff;
    box-shadow: 0 26px 41px 0 #d7d7d7;
    margin-bottom: 21px;
    /*margin-right: 2%;*/
    padding-left: 49px;
    line-height: 106px;
    position: relative;
    padding-right: 60px;
}
.open-positions div.arrow a{
    position: absolute;
    width: 100%;
    left: 0;
    padding-left: 49px;
    top: 0;
    height: 100%;
}
.open-positions div.arrow a .comeet-position-name {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.gutter-sizer {
    width: 2.2%;
}
.grid-sizer{
    width: 48.9%;
}
/*.open-positions div.arrow:nth-child(2n){
margin-right: 0;
}*/
.open-positions div.arrow.arrow::before{
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%) rotate(-45deg);
    right: 48px;
    z-index: 2 ;
    width: 10px;
    height: 10px;
    border: solid 3px #000000;
    border-top: 0;
    border-left: 0;
    transition: 0.5s all ease;
}
.open-positions div.arrow::after{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 11px;
    height: 100%;
    background-image: linear-gradient(#009cdf, #009cdf), linear-gradient(266deg, rgba(0, 156, 223, 0), #00628c);
    transition: 0.5s all ease;
    z-index: 1;
}
.open-positions div.arrow:hover::before{
    border-color: #fff;
}
.open-positions div.arrow:hover::after{
    background-image: linear-gradient(to right, #470b62, #006794);
    opacity: 1;
    width: 100%;
}
.open-positions a {
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: normal;
    color: #000000;
    opacity: 0.8;
    text-decoration: none;
    text-transform: uppercase;
    transition: 0.5s all ease;
    position: relative;
    z-index: 3;
}
.open-positions div.arrow:hover a{
    color: #ffffff;
}
.team_gallery {
    overflow: hidden;
}
.team_gallery .site-width {width: 1440px;padding: 0;}
.team_gallery .image{
    margin-bottom: -5px;
    overflow: hidden;
    opacity: 0;
    transform: translateY(50px);
    transition: 0.5s all ease;
    width: 50%;
    float: left;
}
.team_gallery .image.image2{
    width: 25%;
}
.team_gallery .image {
    width: 50%;
}
.team_gallery .grid-sizer{width: 25%;}
.team_gallery .image.come-in{
    opacity: 1;
    transform: translateY(0px);
}
.team_gallery img{
    max-width: 100%;
    transform: scale(1);
    transition: 0.5s all ease;
}
.team_gallery img:hover {
    transform: scale(1.13);
}

/* #####  Services  ##### */
.banner_bottom_Content.services_banner_bottom p{
    letter-spacing: 0px;
}
.banner_bottom_Content.services_banner_bottom h6{
    color: #000;
    font-size: 25px;
    padding-top:30px;
}
.banner_bottom_Content.services_banner_bottom .half-width {
    width: 62%;
}
.banner_bottom_Content.services_banner_bottom{
    padding-bottom: 59px;
}
.services_list{
    padding-bottom: 10px;
    padding-bottom: 136px;
    background-image: linear-gradient(to top, #e3e3e3, #ffffff);
}
.services_list .site-width{
    width: 1020px;
}
.services_banner_bottom.banner_bottom_Content .half-width {
    padding-bottom: 38px;
    width: 68%;
}
.banner_bottom_Content.services_banner_bottom .full-width {
    max-width: 98%;
}
.services_list .col-2{
    float: left;
    /* width:48%;
    margin-right: 0px;*/
    width: 47.89%;
    margin-right: 4.22%;
    margin-bottom: 16px;
    opacity: 0;
    /*   transform: translateY(100px);*/
    transition: 0.5s all ease;
}
.services_list .col-2.come-in{
    opacity: 1;
    /* transform: translateY(0px);*/
}
.services_list .col-2 .col-img,.services_list .col-2 .col-content{
    float: left;
}
.services_list .col-2 .col-img{
    margin-right: 30px;
    width: 70px;
}
.services_list .col-2 .col-content{
    /* max-width: 67%;
    width: 100%;*/
    width: calc(100% - 100px);
}
.services_list .col-2:nth-child(odd){
    /*padding-left: 109px;*/
}
.services_list .col-2:nth-child(even){
    /*padding-left: 100px;*/
    margin-right: 0;
}
.services_list .col-2:last-child:nth-child(odd){
    width: 85%;
    height: auto !important;
    margin-bottom: 0px;
}
.services_list .col-2 .col-content h3{
    font-size: 20px;
    font-weight: 800;
    line-height: 1.55;
    letter-spacing: -0.1px;
    color: #000000;
    margin-bottom: 12px;
}
.services_list .col-2 .col-content p{
    font-size: 15px;
    line-height: 1.92;
    letter-spacing: -0.1px;
    color: #535353;
}
.service_video{
    padding-top: 71px;
    position: relative;
    text-align: center;
}
.service_video h3{
    font-size: 40px;
    line-height: 53px;
    font-weight: 700;
    color: #000000;
    position: relative;
    z-index: 2;
    margin-bottom: 57px;
}
.service_video .video{
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    margin: 0 auto;
    position: relative;
    z-index: 2;
    height: 289px;
}
.service_video .video a img{
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 50%;
}
.service_video .site-width {
    max-width: 1021px;
    margin: 0 auto;
    margin-bottom: -200px;
}
.case-studies .case-study {
    float: left;
    width: 48.9%;
    margin-right: 2.2%;
}
.case-studies .case-study:nth-child(2n){
    margin-right: 0;
}
.case-studies .case-study h4 {
    font-size: 20px;
    font-weight: 300;
    line-height: 27px;
    padding-bottom: 17px;
}
.service_video .video a {
    width: 100%;
    display: block;
    height: 100%;
}
.service_video .video a img {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 50%;
    transform: translateY(-50%) scale(0.9);
    height: 90px;
    z-index: 9;
    transition: 0.5s all ease;
}
.service_video .video a:hover img{
    transform: translateY(-50%) scale(1);
}
.service_video .case-studies-wrapper::before{
    content: '';
    position: absolute;
    z-index: 2;
    right: -21px;
    bottom: -24px;
    width: 240.8px;
    height: 112.5px;
    border-style: solid;
    border-width: 4px;
    border-image-source: linear-gradient(-115deg,#0e94d0, #130432);
    border-image-slice: 1;
    border-left: 0;
    border-top: 0;
}
.service_video .case-studies-wrapper::after{
    content: '';
    position: absolute;
    z-index: 2;
    left: -21px;
    bottom: -24px;
    width: 240.8px;
    height: 112.5px;
    border-style: solid;
    border-width: 4px;
    border-image-source: linear-gradient(115deg,#0e94d0, #130432);
    border-image-slice: 1;
    border-right: 0;
    border-top: 0;

}
.case-studies {
    position: relative;
    z-index: 9;
}
.service_cotact.contact{
    background-size: cover;
    padding-top: 329px;
    height: auto;
}
.V-Model {
    background-color: #000;
    text-align: center;
    position: relative;
}
.V-Model .V-Model-wrapper {
    max-width: 1444px;
    margin: 0 auto;
    position: relative;
}
.V-Model img {
    max-width: 100%;
    transform: scale(0.8);
    transition: 0.5s all ease;
}
.V-Model.animated img{
    transform: scale(1);
}
.V-Model h2 {
    color: #fff;
    padding-top: 105px;
    position: absolute;
    z-index: 9;
    left: 0;
    right: 0;
    width: 100%;
    font-size: 40px;
}
.v-model-point {
    position: absolute;
    z-index: 9;
    transform: translateY(100px);
    opacity: 0;
    transition: 0.5s all ease;
}
.v-model-point.come-in{
    opacity: 1;
    transform: translateY(0px);
}
.v-model-point.v-point-1 {
    top: 28.9%;
    left: 32.7%;
}
.v-model-point.v-point-2 {
    top: 48.6%;
    left: 40.2%;
}
.v-model-point.v-point-3 {
    top: 68.5%;
    left: 48.5%;
}
.v-model-point.v-point-4 {
    top: 48.6%;
    right: 40.2%;
}
.v-model-point.v-point-5 {
    top: 28.9%;
    right: 32.7%;
}
.v-model-point .number {
    width: 46px;
    height: 46px;
    background-color: #000000;
    border-radius: 50%;
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.5);
    position: relative;
    z-index: 10;
    transition: 0.5s all ease;
    cursor: pointer;
}
.v-model-point .number::after {
    content: '';
    position: absolute;
    width: 66px;
    height: 66px;
    top: -10px;
    left: -10px;
    background-color: inherit;
    z-index: -1;
    border-radius: 50%;
    transform: scale(0.7);
    transition: 0.5s all ease;
    opacity: 1;
    -webkit-animation: ripple 3s cubic-bezier(0.2,1,0.2,1) infinite;
    animation: ripple 3s cubic-bezier(0.2,1,0.2,1) infinite;

}
@keyframes ripple {
    0% {
        transform: scale(0.7);
        opacity: 1;
    }
    100% {
        opacity: 0;
        transform: scale(1.15);
    }
}
.v-model-point.v-point-2 .number {
    background-color: #005184;
}
.v-model-point.v-point-3 .number {
    background-color: #0D95D0;
}
.v-model-point.v-point-4 .number {
    background-color: #005084;
}
.v-model-point.v-point-5 .number {
    background-color: #000000;
}
.v-model-point .number p {
    color: #fff;
    line-height: 46px;
    font-size: 24px;
    font-weight: 700;
    transition: 0.5s all ease;
}
.v-model-point .content  {
    min-width: 302px;
    text-align: center;
    padding: 15px 77px;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    right: 0;
    transition: 0.5s all ease;
    display: block;
}
.v-model-point .content .ptable {
    width: 100%;
    height: 100%;
}
.v-model-point .content .ptable .ptd {
    vertical-align: middle;
}
.v-model-point.v-point-1 .content{
    background-image: url(images/v-1.png);
    width: 369px;
    height: 162px;
    top: -30px;
    right: 1px;
}
.v-model-point.v-point-2 .content {
    width: 369px;
    height: 162px;
    background-image: url(images/v-1.png);
    top: -28px;
    right: 2px;
    padding-right: 0;
    padding-left: 20px;
}
.v-model-point.v-point-3 .content {
    width: 437px;
    height: 245px;
    background-image: url(images/v_3_new.png);
    top: -18px;
    left: 50%;
    transform: translateX(-49.5%);
}
.v-model-point.v-point-4 .content {
    width: 340px;
    height: 162px;
    background-image: url(images/v_2.png);
    top: -26px;
    left: 40%;
    padding-left: 30px;
}
.v-model-point.v-point-5 .content {
    width: 340px;
    height: 162px;
    background-image: url(images/v_2.png);
    top: -27px;
    left: 40%;
    padding-left: 30px;
}
.v-model-point h4 {
    color: #005084;
    font-size: 24px;
}
.v-model-point .content p {
    color: #535353;
    font-size: 14px;
    line-height: 26px;
    display: inline-block;
    vertical-align: top;
    width: 60px;
    margin-right: 20px;
    padding-top: 9px;
    padding-bottom: 9px;
}
.v-model-point .detail {
    position: absolute;
    background-size: contain;
    padding: 60px;
    padding-top: 70px;
    padding-left: 60px;
    display: none;
    background-repeat: no-repeat;
    background-position: center;
    animation: show .3s;
    transform: scale(0.4);
    transition: 0.4s all ease;
    transform-origin: top right;
}
.v-model-point.v-point-3 .detail{
    background-image: url(images/v_3.png);
    width: 604px;
    text-align: left;
    left: -279px;
    top: -7px;
    transform-origin: top center;
}
.v-model-point.v-point-2 .detail {
    background-image: url(images/v_1.png);
    width: 540px;
    text-align: left;
    right: -9px;
    top: -21px;
    padding: 77px;
    z-index: 8;
}
.v-model-point.v-point-1 .detail {
    background-image: url(images/v_1.png);
    width: 540px;
    text-align: left;
    right: -9px;
    top: -21px;
    padding: 77px;
    z-index: 8;
}
.v-model-point.v-point-4 .detail {
    background-image: url(images/v_4.png);
    width: 469px;
    text-align: left;
    left: -6px;
    top: 11px;
    z-index: 8;
    background-size: 100% 100%;
    transform-origin: top left;
}
.v-model-point.v-point-5 .detail {
    background-image: url(images/v_4.png);
    width: 469px;
    text-align: left;
    left: -6px;
    top: -7px;
    z-index: 8;
    background-size: 100% 100%;
    transform-origin: top left;
}
.v-model-point .detail .desc p {
    font-size: 14px;
    line-height: 28px;
    word-spacing: -1.6px;
}
.v-model-point .detail .image {
    float: left;
    width: 16%;
    margin-right: 5%;
}
.v-model-point .detail .image img{
    max-width: 100%
}
.v-model-point .detail .desc{
    float: right;
    width: 79%;
}
.v-model-point .detail h4 {
    padding-bottom: 9px;
}
.v-model-point .detail h4 br {
    display: none;
}
.v-model-point .content.is-hide {
    display: none;

}
.v-model-point .detail.is-show{
    display: block;
    transform: scale(1);
}
.v-model-point .content .close{
    display: none;
}
.v-model-point .number:hover p {
    color: #000;
}
.v-model-point .number:hover {
    background-color: #fff !important;
}
.v-model-point.v-point-2 .number:hover p,.v-model-point.v-point-4 .number:hover p{
    color: #005184;
}
.v-model-point.v-point-3 .number:hover p{
    color: #0D95D0;
}
@keyframes show {
    from { opacity: 0; transform: scale(0.4);}
    to { opacity: 1;  transform: scale(1);}
}

.service_video.no_contact_section{

}
.service_video.no_contact_section .video{
    margin-bottom: 0px;
}
.service_video.no_contact_section:after{
    height: 100%;
    top: auto;
    bottom: -100px;
}
#sb-nav a#sb-nav-close {
    width: 24px;
    height: 24px;
    background-size: contain;
}
#sb-info {
    position: absolute;
    z-index: 999999999999;
    right: 0;
    top: 20px;
}
#sb-title{
    margin-bottom: 100px;
}
#sb-title-inner {
    font-size: 20px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
}
#sb-wrapper-inner::after{
    content: '';
    position: absolute;
    z-index: 2;
    right: -21px;
    top: -24px;
    width: 240.8px;
    height: 112.5px;
    border-style: solid;
    border-width: 4px;
    border-image-source: linear-gradient(-115deg,rgba(212, 0, 0, 0.81), rgba(0, 0, 0, 0.81));
    border-image-slice: 1;
    border-left: 0;
    border-bottom: 0;
}
#sb-body{
    z-index: 99;
}
#sb-wrapper-inner::before{
    content: '';
    position: absolute;
    z-index: 2;
    left: -21px;
    bottom: -24px;
    width: 240.8px;
    height: 112.5px;
    border-style: solid;
    border-width: 4px;
    border-image-source: linear-gradient(115deg,#0e94d0, rgba(0, 0, 0, 0.81));
    border-image-slice: 1;
    border-right: 0;
    border-top: 0;
}
#sb-wrapper-inner{
    overflow: visible !important;
}
#sb-wrapper {
    padding: 0 24px;
}


/* #####  Products  ##### */
.product_list{
    padding-top: 85px;
    padding-bottom: 80px;
}
..product_list img {
    max-width: 100%;
    display: block;
    margin: 0 auto;
}
..product_list .col-2 {
    width: 48.65%;
    margin-right: 2.65%;
}
..product_list .col-2:last-child{
    margin-right: 0;
}
.product_list h2{
    font-size: 50px;
    font-weight: 800;
    letter-spacing: -0.3px;
    color: #000000;
    line-height: 0.8;
    padding-top: 32px;
    opacity: 0;
    transform: translateY(40px);
    transition: 0.5s all ease;
}
.product_list h3{
    font-size: 30px;
    font-weight: 500;
    line-height: 1.33;
    color: #000000;
    opacity: 0;
    transform: translateY(40px);
    transition: 0.5s all ease;
}
.product_list p,.product_list li{
    font-size: 15px;
    line-height: 2.07;
    letter-spacing: -0.1px;
    color: #535353;
    /*padding-top: 64px;*/
    position: relative;
    opacity: 0;
    transform: translateY(40px);
    transition: 0.5s all ease;
}
.product_col .no_height{
	height:auto!important;
}
.margin-bottom-50{
	margin-bottom:50px;
}
.margin-top-50{
	margin-top:50px;
}
.margin-bottom-30{
	margin-bottom:30px;
}
.margin-top-30{
	margin-top:30px;
}

.product_col .center,
.product_col .center p{
	text-align:center;
}
.product_col h5{
	margin-bottom:20px;
}
.product_col ul{
	padding-left:20px;
}
.product_col ul li{
	padding-left:0px;
}
.product_col .center{
	text-align:center;
}
.row_full_width{
	display:inline-block;
	width:100%;
}
.product_col:nth-child(2n) .col-2{
    float: right;
}
.product_col:nth-child(2n) .col-2.list{
	float:left;
}
.product_col{
    padding-bottom: 85px;
}
.product_col:last-child{
    padding-bottom: 0;
}
.product_col hr{
    width: 0;
    transition: 0.5s all ease;
}
.product_col.animated hr{
    width: 121px;
}
.product_col.animated h2,.product_col.animated h3,.product_col.animated p,.product_col.animated li{
    opacity: 1;
    transform: translateY(0px);
}
.product_list li {
    list-style: disc;
    list-style-position: inside;
	padding:0px 0px 5px 20px;
    text-indent: -20px;
    text-align: left;
}
.product_list a {
    color: #0d95d0;
    transition: 0.4s all ease;
}
.product_list a:hover{
    color: #535353;
}
.product_list video {
    width: 100%;
    min-height: 100%;
    margin: 0 auto;
}

/*#### 404 page ####*/
.error404 #header{
    background: linear-gradient(to right, #000000, #021c41);
}
.error404 .error_page{
    margin-top: 100px;
}

.contact.single_post{
    background-image: linear-gradient(to top, #fff, #fff);
}

div#content.banner_not_show{
    margin-top: 100px;
}
.show_in_phone{

    display: none;
}
.error404 .footer-wave-bg{
    background-color:#fff;
}

/*.grid-sizer,
.grid-item {
width: 25%;
}
.grid-item--width2 { width: 50%; }
.grid-item {
float: left;
}

.grid-item img {
display: block;
width: 100%;
}*/
.home .footer-wave-bg{
    background-color: #fff;
}
.footer-wave-bg {
    padding-top: 100px;
    background-color: #f5f5f5;
}
.page-template-products .footer-wave-bg {background-color: transparent;}
.page-template-services .footer-wave-bg {
    background-color: #e3e3e3;
}
.no_banner {
    padding-top: 100px;
    background: linear-gradient(to right, #000000, #021c41);
    margin-bottom: 30px;
}
.product_col .col-2 img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}
.page-id-2307 .product_col .col-2 img{
	top:unset;
    transform:unset;
}

/* contact page validation */
span.wpcf7-not-valid-tip {
    display: none;
}
.contact.contact_page .contact_right form input.wpcf7-not-valid, .contact .contact_right form input.wpcf7-not-valid,.contact .contact_right form select.wpcf7-not-valid{
    border-bottom-color: #f90000 !important;
}
div.wpcf7-response-output {
    border: 0;
    margin: 0;
    padding: 0;
    position: absolute;
    bottom: 73px;
    width: calc(100% - 200px );
    color: #fff;
    font-size: 16px;
}
.contact.contact_page div.wpcf7-response-output{
    color: #000;
    bottom: 20px;
}
.contact .contact_right form.sent .col{
    /* opacity: 0.1;
    pointer-events: none;*/
}



span.wpcf7-form-control.wpcf7-acceptance .wpcf7-list-item {
    margin-left: 0;
}
span.wpcf7-form-control.wpcf7-acceptance span.wpcf7-list-item-label {
    font-size: 15px;
    letter-spacing: -0.6px;
    color: #ffffff;
}
.contact_page span.wpcf7-form-control.wpcf7-acceptance span.wpcf7-list-item-label {
    color: #000000;
}
span.wpcf7-form-control.wpcf7-acceptance span.wpcf7-list-item-label a {
    color: #6fd0f6;
}

span.wpcf7-form-control-wrap.email .wpcf7-not-valid-tip {display: inline-block;font-size: 12px;line-height: 12px;/* text-align: right; */position: relative;top: -45px;left: 52%;max-width: calc(50% - 10px);}


.error404 .error_page h1 {
    font-size: 120px;
    padding-bottom: 20px;
    text-align: center;
}
.error404 .error_page p {
    padding-bottom: 10px;
    text-align: center;
    font-size: 40px;
}
.error404 .error_page hr{
    display: block;
    margin: 0 auto 20px;
}
body.error404 #footer {

    padding-top: 20px;
}


/* company */
.cyber_innovation {
    background-image: linear-gradient(to top, #e3e3e3, #ffffff);
    padding-top: 90px;
    padding-bottom: 126px;
}
.cyber_innovation h2 {
    font-size: 50px;
    font-weight: 600;
    line-height: 1.1;
    color: #000000;
    padding-bottom: 42px;
}
.cyber_innovation .left_col {
    float: left;
    width: 49.3%;
}
.cyber_innovation .right_col {
    float: left;
    width: 50.7%;
    text-align: right;
}
.cyber_innovation p {
    font-size: 18px;
    font-weight: 300;
    line-height: 1.78;
    color: #535353;
    padding-bottom: 32px;
}
.cyber_innovation h3 {
    font-size: 20px;
    font-weight: bold;
    line-height: 1.5;
    color: #470b62;
}
.cyber_innovation .right_col .ptable {
    height: 100%;
    width: 100%;
}
.cyber_innovation .right_col .ptable .ptd {
    vertical-align: middle;
}
.cyber_innovation img {
    max-width: 100%;
}
.company_history {
    padding-top: 133px;
    padding-bottom: 117px;
    background-size: cover;
    background-position: left center;
    background-image: linear-gradient(to right, #0a4368, #053758), linear-gradient(rgba(0, 0, 0, 0.34), rgba(0, 0, 0, 0.34)), linear-gradient(to left, rgba(0, 0, 0, 0), #000000);
}
.company_history .col-2 {
    float: right;
}
.company_history h2 {
    font-size: 55px;
    font-weight: bold;
    line-height: 1.10;
    color: #ffffff;
}
.company_history hr {
    margin-bottom: 20px;
}
.company_history p {
    opacity: 0.8;
    font-family: Montserrat;
    font-size: 14px;
    font-weight: 300;
    line-height: 1.71;
    color: #e6e6e6;
    padding-bottom: 25px;
}
.company_history p:last-child{
    padding-bottom: 0;
}
.leadership {
    background-image: linear-gradient(to bottom, #6fd0f6, #0d95d0);
    padding-top: 102px;
    padding-bottom: 452px;
}
.leadership h2 {
    font-size: 55px;
    font-weight: bold;
    line-height: 1.09;
    text-align: center;
    color: #ffffff;
    padding-bottom: 100px;
}
.leadership .leader-list .col_3 {
    float: left;
    width: 31.92%;
    margin-right: 2.1%;
}
.leadership .leader-list .col_3:last-child {
    margin-right: 0;
}
.leadership .leader-list .col_3 .image {
    height: 314px;
    width: 100%;
    background-size: cover;
    background-position: center;
    margin-bottom: 33px;
}
.leadership .leader-list h3 {
    font-size: 28px;
    font-weight: 800;
    line-height: 1.14;
    color: #005084;
}
.leadership .leader-list h4 {
    font-size: 15px;
    font-weight: 500;
    line-height: 2.13;
    color: #ffffff;
}
.leadership .leader-list hr {
    width: 74%;
    background: linear-gradient(to right, rgba(5, 83, 134, 0), #005084);
}
.leadership .leader-list p {
    font-size: 16px;
    font-weight: normal;
    line-height: 1.69;
    color: #ffffff;
    padding-bottom: 30px;
}
.leadership .leader-list p:last-child{
    padding-bottom: 0;
}
.leadership.no_team {
    padding-bottom: 100px;
    margin-bottom: 80px;
}
.meet_the_team .site-width {
    width: 1021px;
}
.meet_the_team {
    margin-top: -362px;
    padding-bottom: 148px;
}
.meet_the_team h3 {
    display: inline-block;
    vertical-align: top;
    font-size: 25px;
    font-weight: bold;
    line-height: 1.28;
    color: #ffffff;
    padding-top: 7px;
}
.meet_the_team .blue-btn {
    float: right;
    margin-right: 0;
    margin-top: 0;
    margin-bottom: 0;
}
.meet_the_team .blue-btn::before {
    background: #20a0d7;
}
.meet_the_team .blue-btn:after {
    background: linear-gradient(#20a0d7, #20a0d7), linear-gradient(126deg, #1fa0d7, #1fa0d7, #ffffff);
    content: '';
    position: absolute;
    width: 169px;
    height: 46px;
    top: 0;
    right: 0;
    border-radius: 24px;
    border: solid 2px transparent;
    background-origin: border-box;
    background-clip: content-box, border-box;
    transition: 0.5s all ease;
}
.meet_the_team .blue-btn span:after {
    content: '';
    width: 10px;
    height: 10px;
    transform: rotate(-45deg) translateY(-50%);
    border: solid 2px #ffffff;
    display: block;
    position: absolute;
    top: 50%;
    right: -20px;
    border-top: 0;
    border-left: 0;
}
.meet_the_team .blue-btn span {
    display: inline-block;
    vertical-align: top;
    margin-right: 15px;
    text-indent: -15px;
}
.meet_the_team .top_section {
    padding-bottom: 66px;
}
.meet_the_team .image_section {
    position: relative;
}
.meet_the_team .image_section::before {
    content: '';
    width: 23%;
    height: 112px;
    border-style: solid;
    border-width: 4px;
    border-image-source: linear-gradient(295deg, #ffffff, rgba(255, 255, 255, 0));
    border-image-slice: 1;
    position: absolute;
    top: -20px;
    right: -20px;
    z-index: 0;
    border-bottom: 0;
}
.meet_the_team .image_section::after {
    content: '';
    position: absolute;
    width: 23%;
    height: 112px;
    transform: rotate(-180deg);
    border-style: solid;
    border-width: 4px;
    border-image-source: linear-gradient(115deg, #ffffff, #005084);
    border-image-slice: 1;
    bottom: -20px;
    left: -20px;
    z-index: 0;
    border-bottom: 0;
    border-left: 0;
}
.meet_the_team .image_section img {
    max-width: 100%;
    position: relative;
    z-index: 2;
    box-shadow: 5px 5px 40px rgba(0, 0, 0, 0.45);
}
.giving-back {
    padding-bottom: 273px;
    background-image: linear-gradient(to top, #e3e3e3, #ffffff);
}
.giving-back .left_col {
    float: left;
    width: 47%;
}
.giving-back h2 {
    font-size: 50px;
    font-weight: bold;
    line-height: 1.1;
    color: #000000;
    padding-bottom: 30px;
}
.giving-back p {
    font-size: 16px;
    font-weight: 300;
    line-height: 2;
    color: #535353;
    padding-bottom: 30px;
}
.giving-back p strong>em {
    font-style: normal;
    color: #000;
}
.giving-back p:last-child{
    padding-bottom: 0;
}
.giving-back .blue-btn {
    margin-left: -10px;
    margin-top: 48px;
    width: 190px;
}
.giving-back .blue-btn:after {
    content: '';
    position: absolute;
    width: 190px;
    height: 46px;
    top: 0;
    right: 0;
    border-radius: 24px;
    border: solid 2px transparent;
    background: linear-gradient(#eeeeee, #ededed), linear-gradient(126deg, #ededed, #ececec, #0d95d0);
    background-origin: border-box;
    background-clip: content-box, border-box;
    transition: 0.5s all ease;
}
.giving-back .blue-btn::before {
    width: 174px;
}
.giving-back .right_col {
    float: right;
    width: 50%;
    text-align: right;
    position: relative;
}
.giving-back .right_col .images{
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    width: 100%;
}
.giving-back .right_col [class^="blue-col-"] {
    position: absolute;
    background-image: linear-gradient(to right, #6fd0f6, #0d95d0);
    max-width: 100%;
    z-index: 0;
}
.giving-back .right_col .blue-col-1 {
    width: 309px;
    height: 94px;
    top: 0;
    right: 0;
}
.giving-back .right_col .blue-col-2 {
    width: 300px;
    height: 166px;
    top: 114px;
    right: 73px;
}
.giving-back .right_col .blue-col-3 {
    width: 182px;
    height: 130px;
    bottom: 37px;
    left: 0;
}
.giving-back .right_col [class^="image_col_"] {
    position: relative;
    z-index: 2;
}
.giving-back .right_col .image_col_1 {
    top: 18px;
    right: 18px;
}
.giving-back .right_col .image_col_2 {
    text-align: left;
    left: 18px;
    top: -34px;
    margin-bottom: -34px;
}
.giving-back .right_col .image_col_3 {
    right: 25px;
    margin-top: -132px;
}
.giving-back .right_col img {
    max-width: 100%;
}
.page-template-company .footer-wave-bg {
    background-color: #fff;
    padding-bottom: 150px;
}

/* Article */
#cover.article_banner{
    padding-top: 174px;
}
#cover.article_banner h1 {
    font-size: 50px;
    font-weight: bold;
    line-height: 1.14;
    color: #ffffff;
    max-width: 630px;
}
#cover.article_banner span {
    font-size: 15px;
    line-height: 1.67;
    color: #ffffff;
}
#cover.article_banner .detail {
    padding-top: 15px;
}
div#content.single_post {
    background-image: linear-gradient(to top, #e3e3e3, #ffffff);
}
.article_content {
    padding-top: 95px;
    padding-bottom: 27px;
}
.article_content .site-width {
    width: 1021px;
}
.article_content p {
    max-width: 818px;
    font-size: 18px;
    font-weight: 300;
    line-height: 1.83;
    color: #535353;
    margin: 0 auto;
    padding-bottom: 34px;
}
.article_content p strong {
    letter-spacing: -0.3px;
}
.article_content blockquote {
    padding-bottom: 58px;
    padding-top: 23px;
}
.article_content blockquote p {
    max-width: 100%;
    font-size: 30px;
    font-weight: bold;
    line-height: 1.37;
    letter-spacing: -0.6px;
    color: #0d95d0;
}
/*.article_content blockquote:before {
content: '“';
font-size: 30px;
font-weight: bold;
line-height: 1.37;
letter-spacing: -0.6px;
color: #0d95d0;
position: absolute;
top: 0;
left: 0;
}
.article_content blockquote:after {
content: close-quote;
font-size: 30px;
font-weight: bold;
line-height: 1.37;
letter-spacing: -0.6px;
color: #0d95d0;
position: absolute;
}*/
.article_content p:last-child{
    padding-bottom: 0;
}
.more_news {
    padding-bottom: 200px;
}
.more_news h2 {
    font-size: 30px;
    font-weight: bold;
    line-height: 1.33;
    color: #000000;
}
.more_news hr {
    margin: 13px 0 33px;
    margin-left: 52px;
}
.more_news .news_list .col-3 {
    float: left;
    width: 32.2%;
    margin-right: 1.7%;
    border-radius: 4px;
    background-color: #ffffff;
    box-shadow: 0px 8px 40px rgba(0, 0, 0, 0.20);
}
.more_news .news_list .col-3:nth-child(3n) {
    margin-right: 0;
}
.more_news .news_list .image {
    width: 100%;
    height: 265px;
    background-size: cover;
    background-position: center;
}
.more_news .news_list .detail {
    padding: 21px 31px;
}
.more_news .news_list .cat span {
    font-size: 15px;
    font-weight: 500;
    line-height: 2.13;
    color: #0d95d0;
    padding-bottom: 14px;
    display: block;
}
.more_news .news_list a {
    font-size: 24px;
    font-weight: bold;
    line-height: 1.21;
    color: #000000;
    text-decoration: none;
    padding-bottom: 19px;
    display: block;
    transition: 0.5s all ease;
}
.more_news .news_list a:hover{
    color: #0d95d0;
}
.more_news .news_list .date p{
    font-size: 13px;
    line-height: 2.46;
    color: #470b62;
}
.more_news .blue-btn {
    margin-right: 0;
    margin-top: 48px;
}
.more_news .blue-btn:after{
    background: linear-gradient(#e4e4e4, #e3e3e3), linear-gradient(126deg, #e3e3e3, #0093ce1c, #0d95d0);
    background-origin: border-box;
    background-clip: content-box, border-box;
}
.single_post .footer-wave-bg {
    background-color: #e5e5e5;
}

/* News */
.news_page .more_news .news_list .col-3{
    /* margin-right: 0;*/
    transform: translateY(30px);
    opacity: 0;
    transition: 0.5s all ease;
}
.news_page .more_news .news_list .col-3.come-in{
    opacity: 1;
    transform: translateY(0px);
}
.news_page .more_news .news_list .col-3{
    margin-bottom: 36px;
}
.news_page .more_news .news_list .grid-sizer{
    width: 32.2%;
}
.news_page .more_news .news_list .gutter-sizer{
    width: 1.7%;
}
.news_page {
    padding-top: 77px;
    padding-bottom: 95px;
}
.news_page .more_news .news_list .cat span {
    padding-bottom: 10px;
}
.news_page .more_news .news_list p {
    font-size: 15px;
    line-height: 1.87;
    letter-spacing: normal;
    color: #828282;
    padding-bottom: 43px;
}
.news_page .more_news .news_list .date p {
    font-size: 13px;
    line-height: 2.46;
    color: #470b62;
    padding-bottom: 0;
}
.news_page .more_news .news_list .date{
    display: inline-block;
    vertical-align: middle;
    width: 49%;
}
.news_page .more_news .news_list .read_more {
    display: inline-block;
    vertical-align: middle;
    width: 49%;
    text-align: right;
}
.news_page .more_news .news_list .read_more a {
    font-size: 13px;
    font-weight: 500;
    min-width: 100px;
    line-height: 2.46;
    color: #005084;
    padding-bottom: 3px;
    border-style: solid;
    border-width: 3px;
    border-image-source: linear-gradient(109deg, rgba(119, 210, 246, 0), #76d2f6);
    border-image-slice: 1;
    display: inline-block;
    border-top: 0;
    border-left: 0;
    padding-right: 15px;
    opacity: 1;
    transition: 0.5s all ease;
    text-transform: uppercase;
}
.news_page .more_news .news_list .read_more a:hover{
    opacity: .6;
}
.news_page h2 {
    font-size: 50px;
    padding-bottom: 33px;
}
.in_the_news{display: none;}
.in_the_news .item-list {
    padding-bottom: 100px;
}
.in_the_news .item-list .article_list {
    border-bottom: 1px solid #979797;
    padding: 30px 10px  5px;
    position: relative;
}
.in_the_news .item-list .article_list::before{
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: -1;
    background-image: linear-gradient(to right, #470b62, #006794);
    bottom: 0;
    left: 0;
    opacity: 0;
    transform: perspective(1000px) rotateX(90deg);
    transform-origin: 50% 100% 0px;
    transition: all 0.4s cubic-bezier(0.2, 0, 0.15, 1) 0s;
}
.in_the_news .item-list .article_list:hover::before{
    opacity: 1;
    transform: perspective(1000px) rotateX(0deg);
}
.in_the_news .item-list .article_list div {
    float: left;
    font-size: 20px;
    line-height: 32px;
    width: calc(50% - 45px );
    color: #535353;
    transition: 0.5s all ease;
}
.in_the_news .item-list .article_list:hover div{
    color: #fff;
}
.in_the_news .item-list .article_list .title{
    font-weight: 600;
}
.in_the_news .item-list .article_list .view {
    line-height: 40px;
    float: right;
    width: 90px;
    border: 1px solid #000000;
    text-align: center;
    color: #000;
    font-weight: 600;
}
.in_the_news .item-list .article_list:hover .view{
    border: 1px solid #fff;
    color: #fff;
}
.in_the_news .item-list .article_list .view a{
    color: inherit;
    display: block;
    text-decoration: none;
    text-transform: uppercase;
}



/* Approch page - slogan */
.slogan {
    padding: 170px 0px 155px;
    text-align: center;
}
.slogan h2 {
    font-size: 50px;
    font-weight: 700;
    line-height: 67px;
}
.page-template-approach .footer-wave-bg {
    background-color: #fff;
}

/* open position */
#cover.open_position_banner .bg-image {
    background-position: top 20% center;
}
#cover.open_position_banner h1 {
    font-size: 50px;
}
#cover.open_position_banner span.name {
    font-size: 15px;
    color: #fff;
}
body.page-template-join_the_team .open_position_content .site-width {
  width: 813px;
}
.open_position_content .site-width {
    padding-top: 95px;
    padding-bottom: 300px;
}
.open_position_content p {
    font-size: 18px;
    line-height: 33px !important;
    font-weight: 300;
    padding-bottom: 20px !important;
}
.open_position_content p strong {
    padding-top: 30px;
    display: inline-block;
}
.open_position_content h3:first-of-type {
    padding-top: 0;
}
.open_position_content h2 {
    font-size: 18px;
    line-height: 33px;
    padding-bottom: 32px;
}
.open_position_content h3 {
    font-size: 18px;
    line-height: 33px;
    padding-top: 40px;
    padding-bottom: 7px;
}
.open_position_content li{
    font-size: 18px;
    line-height: 40px;
    font-weight: 300;
    padding-left: 30px;
    position: relative;
}
.open_position_content li::after{
    content: '';
    position: absolute;
    width: 10px;
    height: 10px;
    background-color: #0097D6;
    border-radius: 50%;
    top: 12px;
    left: 0;
}
.send_cv {
    padding-top: 47px;
}
.open_position_content a {
    color: #0097d6;
    text-decoration: none;
    padding-bottom: 4px;
    border-bottom: 2px solid #0097d6;
}

.comeet-outer-wrapper .comeet-position-requirements ul{list-style: none !important;}
.all-jobs-link {
    display: none !important;
}
.comeet-social {
    display: none;
}

div#content.single_post .open_position_content p strong {
    padding: 0;
}
.why-join .row.mobile_only{
    display: none;
}
/* Responsive  */
@media only screen and (max-width:1700px){
    /*.scroll_top{right: 12%;}*/
    .page-template-company .footer-wave-bg {
        padding-bottom: 100px;
    }
}
@media only screen and (max-width:1600px){
    /*.scroll_top {
    right: 8%;
}*/
    .more_news {
        padding-bottom: 150px;
    }
}
@media only screen and (max-width:1300px){

    /* Home */
    .site-width{
        padding-left: 15px;
        padding-right: 15px;
    }
    #cover .waves{
        bottom: -5px;
    }

    #footer .footer_col.first{
        padding-right: 100px;
    }
    #footer .footer_col.second,#footer .footer_col.forth{
        padding-right: 60px;
    }
    #footer .footer_col.last{
        float: right;
        max-width:19%;
    }
    .contact .contact_right form .submit input[type="submit"] {
        margin-right: -20px;
    }

    .security_detail .col-2{
        padding-top: 40px;
    }

    .v-model-point.v-point-1 .detail {
        width: 440px;
        right: -3px;
        top: -19px;
        padding: 50px 40px 50px 40px;
    }
    .v-model-point.v-point-1 .detail .image {
        margin-right: 2%;
    }
    .v-model-point.v-point-1 .detail .desc {
        width: 82%;
    }
    .v-model-point.v-point-1 .detail .desc p {
        font-size: 13px;
    }


}
@media only screen and (max-width:1260px) {
    .open-positions div.arrow {
        padding-right: 30px;
        padding-left: 20px;
    }
    .open-positions div.arrow.arrow::before {
        right: 20px;
    }

    .V-Model h2 {
        padding-top: 50px;
        font-size: 30px;
    }
    .scroll_top {
        right: 15px;
    }
}
@media only screen and (max-width:1200px) {
    .home #cover{
        height: 700px;
        padding-top: 150px;
    }
}
@media only screen and (max-width:1160px) {

    /* Home */
    #footer .footer_col.first,#footer .footer_col.second, #footer .footer_col.forth,#footer .footer_col.third{
        padding-right: 40px;
    }
    #footer .footer_col .footer_social a{
        padding-left: 12px;
    }
    /* Products */
    .product_col .col-2 img{
        width: 100%;
        max-width:90%;
        display: block;
        margin: 0 auto;
    }

    /* company */
    .cyber_innovation h2 br {
        display: none;
    }
}


@media only screen and (max-width:1100px) {
    .open-positions div.arrow {
        min-height: 80px;
        line-height: 80px;
    }
    .open-positions a {
        font-size: 16px;
    }

    /* company */
    .meet_the_team .image_section::before{
        border-width: 3px;
        top: -10px;
        right: -10px;
    }
    .meet_the_team .image_section::after{
        border-width: 3px;
        bottom: -10px;
        left: -10px;
    }
    .page-template-company .footer-wave-bg {
        padding-bottom: 0;
    }
    .v-model-point{ transform: scale(0.9) !important;}

    .service_video .site-width{
        padding: 0 20px;
        width: 100%;
    }
    .service_video .case-studies-wrapper::before{
        right: 7px;
        bottom: -14px;
        z-index: 4;
    }
    .service_video .case-studies-wrapper::after{
        left: 7px;
        bottom: -14px;
        z-index: 4;
    }

    .v-model-point.v-point-1 .detail {
        /* width: 420px;
        right: 0px;
        top: -20px;*/
        padding: 60px 50px 60px 50px;
    }
    .v-model-point .detail .desc p {
        font-size: 12px;
        line-height: 25px;
    }
    .v-model-point.v-point-3 .detail {
        width: 550px;
        padding: 60px;
        left: -252px;
        top: -4px;
    }
    .v-model-point.v-point-5 .detail {
        width: 440px;
    }
}
@media only screen and (max-width:1024px) {

    /* Header */
    #header {
        padding: 15px;
    }
    #header .main-menu li {
        padding-right: 8px;
    }

    /* Home */
    /*.site-width{
    padding-left: 15px;
    padding-right: 15px;
}*/
    #footer .footer_col.first, #footer .footer_col.second, #footer .footer_col.forth, #footer .footer_col.third {
        padding-right: 20px;
    }
    #footer .footer_col.last {
        max-width: 20%;
    }
    .contact .contact_left h3{
        font-size: 38px;
        line-height: 42px;
    }
    .contact {
        padding-top: 70px;
        padding-bottom: 100px;
    }
    .contact .contact_right form textarea {
        margin-bottom: 0;
    }
    .contact .contact_right form input.left,.contact .contact_right form input.right,.contact .contact_right form select.right{
        max-width: calc(50% - 10px);
    }
    .service h2 {
        font-size: 38px;
        line-height: 42px;
    }
    .service h3{
        font-size: 34px;
    }
    .col-2.photo{
        padding-bottom: 160px;
        background-size: contain;
    }
    .the_lab {
        padding-top: 50px;
        padding-bottom: 70px;
    }
    .the_lab h2 {
        font-size: 38px;
    }
    .benefits {
        padding-top: 40px;
        padding-bottom: 30px;
    }
    .benefits h2 {
        font-size: 42px;
        margin-bottom: 30px;
    }
    .benefits .col-4 {
        padding: 0 10px;
        margin-bottom: 20px;
    }
    .benefits h3 {
        font-size: 16px;
    }
    .join-the-Team {
        height: auto;
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .join-the-Team .join-the-team-title {
        padding-top: 0;
    }

    /* Approch */
    .security_detail .col-2{
        padding: 20px 30px 20px ;
        min-height: 480px;
    }
    .security_detail h2 {
        font-size: 32px;
        padding-bottom: 10px;
        line-height: 35px;
    }
    .security_detail p {
        padding-bottom: 10px;
    }

    /* Contact page */
    .loction .col-2 {
        padding-left: 25px;
    }

    /* team page */
    .open-positions div.arrow {
        line-height: normal;
        padding: 25px 30px 25px 20px;
        min-height: auto;
    }
    .open-positions a {
        font-size: 14px;
    }
    .why-join {
        padding-top: 50px;
    }
    .why-join h2 {
        font-size: 38px;
        padding-bottom: 50px;
    }
    .why-join .row {
        padding: 0;
    }
    .why-join .detail {
        padding-left: 10px;
    }
    .why-join .col-2 {
        margin-right: 30px;
        width: calc( 50% - 15px );
    }
    .why-join .col_ {
        padding-bottom: 30px;
    }
    .open-positions h2 {
        font-size: 38px;
        padding-bottom: 40px;
    }

    /* Services */
    .banner_bottom_Content p{

        font-size: 14px;
    }
    .banner_bottom_Content.services_banner_bottom h6{
        font-size: 20px;
        padding-top: 15px;
    }
    .banner_bottom_Content.services_banner_bottom {
        padding-bottom: 60px;
    }

    .services_list .col-2:nth-child(odd),.services_list .col-2:nth-child(even){
        padding-left: 45px;
    }

    /* Products */
    .product_list {
        padding-top: 60px;
        padding-bottom: 60px;
    }
    .product_col .col-2 img{
        max-width: 90%;
    }
    .product_list h2{
        font-size: 35px;
        padding-top: 25px;
        padding-bottom: 8px;
    }
    .product_list h3{
        font-size: 20px;
    }
    .product_list p ,.product_list li{
        font-size: 14px;
        line-height: 1.8;
    }
	.product_list  .product_col .col-2:last-child{
        text-align: right;
    }
	.product_list .product_col .col-2 h5{
		text-align:center;
	}
    .product_col h2, .product_col h3,.product_col p,.product_col hr{
        text-align: left;
        display: block;
    }
    .product_col{
        padding-bottom: 40px;
    }

    .page-template-contact .footer-wave-bg {
        padding-top: 150px;
    }

    /* company */
    .cyber_innovation h2 {
        font-size: 36px;
    }
    .cyber_innovation p {
        font-size: 16px;
        padding-bottom: 15px;
    }
    .cyber_innovation {
        padding-top: 50px;
        padding-bottom: 60px;
    }
    .company_history {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .company_history .col-2 {
        width: 70%;
    }
    .company_history h2 {
        font-size: 36px;
    }
    .leadership {
        padding-top: 50px;
    }
    .leadership h2 {
        font-size: 36px;
        padding-bottom: 40px;
    }
    .leadership .leader-list h3 {
        font-size: 24px;
        line-height: 0.8;
    }
    .leadership .leader-list hr {
        margin: 10px 0px;
    }
    .leadership .leader-list p {
        font-size: 15px;
        padding-bottom: 15px;
    }
    .meet_the_team .top_section {
        padding-bottom: 20px;
    }
    .meet_the_team {
        margin-top: -262px;
        padding-bottom: 80px;
    }
    .leadership {
        padding-bottom: 320px;
    }
    .giving-back h2 {
        font-size: 36px;
        padding-bottom: 20px;
    }
    .giving-back p {
        font-size: 15px;
        line-height: 1.7;
        padding-bottom: 10px;
    }
    .giving-back .blue-btn {
        margin-top: 20px;
        margin-bottom: 30px;
    }
    .cyber_innovation img {
        max-width: 90%;
    }

    /* Article */
    .article_content blockquote {
        padding-top: 0;
        padding-bottom: 30px;
    }
    .article_content blockquote p {
        font-size: 24px;
    }
    .more_news .news_list a {
        font-size: 18px;
    }
    .more_news {
        padding-bottom: 100px;
    }
    .more_news .news_list .detail {
        padding: 20px 15px;
    }

    .slogan {
        padding: 120px 15px 100px;
    }
    .slogan h2 {
        font-size: 40px;
    }

    .open_position_content .site-width {
        padding-bottom: 200px;
    }
}

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

    #header .logo {
        max-width: 180px;
    }
    /* Home */
    #header {
        padding: 15px;

    }
    #header .logo img{
        max-width: 80%;
    }
    #header .main-menu li {
        padding-right: 5px;
    }
    .header-btns {
        padding-left: 10px;
    }
    #header .menu-and-btns{
        padding-top: 0;
    }

    #header .main-menu li a{
        font-size: 11px;
    }
    #cover {
        height: 700px;
    }
    #cover.banner_ {
        height: 500px;
        padding-top: 180px;
    }
    .home #cover{
        height: 500px;
    }
    #cover h1, #cover.banner_ h1, #cover.contact_banner h1{
        font-size: 42px;
    }
    #cover p{
        font-size: 35px;
    }
    .button {
        margin-top: 20px;
    }
    .button::before {
        width: 200px;
        background-size: contain;
        height: 125px;
        top: -35px;
        right: 19px;
    }
    .button span {
        text-indent: -48px;
        font-size: 12px;
        width: 184px;
    }


    .contact .contact_left h3 {
        font-size: 32px;
        max-width: 95%;
        line-height: 40px;
    }
    div#content {
        /*margin-bottom: 350px;*/
    }
    #footer .footer_col.first, #footer .footer_col.second, #footer .footer_col.forth, #footer .footer_col.third {
        padding-right: 10px;
        max-width: 24%;
        width: 100%;
        padding-bottom: 20px;
    }
    #footer .footer_col.first a img{
        max-width: 100%;
    }
    #footer .footer_col .copy_right p, #footer .footer_col .copy_right a{
        font-size:10px;
    }
    #footer .footer_col ul li a,#footer .footer_col p,#footer .footer_col .footer_email{
        font-size: 13px;
    }
    #footer .footer_col .footer_social{
        margin: 10px;
        display: inline-block;
        vertical-align: middle;
    }
    #footer .footer_col .lang_switcher{
        vertical-align: middle;
        padding-left: 0;
        padding-right: 2%;
    }
    #footer .footer_col .copy_right{
        bottom: 23px;
    }

    #footer .footer_col.last {
        float: none;
        max-width: 100%;
        text-align: center;
        padding-top: 0;
        padding-bottom: 20px;
    }
    /* services */
    .services_list .col-2:nth-child(odd), .services_list .col-2:nth-child(even) {
        padding-left: 20px;
    }
    .services_list .col-2 .col-img {
        margin-right: 15px;
    }
    .services_list .col-2 .col-img img{
        max-width: 80%;
    }
    .services_list .col-2 .col-content {
        max-width: 70%;
    }
    .services_list .col-2 .col-content p{
        line-height: 1.4;
    }
    .services_list .col-2 .col-content h3{
        font-size: 15px;
        margin-bottom: 10px;
    }
    .service_video h3{
        font-size: 32px;
        margin-bottom: 20px;
    }
    .service_video .video{
        z-index: 3;
    }
    .service_video{
        padding-top: 40px;
    }
    .service_cotact.contact{
        position: relative;
        z-index: 2;
        padding-top: 250px;
    }
    .services .footer-waves{
        z-index: 4;
    }


    .giving-back .right_col .blue-col-1 {
        width: 60%;
        height: 70px;
    }
    .giving-back .right_col .blue-col-2 {
        width: 65%;
        height: 120px;
        right: 80px;
    }
    .giving-back .right_col .blue-col-3 {
        width: 40%;
        height: 100px;
        bottom: 110px;
    }
    .giving-back .right_col .image_col_1 {
        top: 10px;
        right: 10px;
    }
    .giving-back .right_col .image_col_2 {
        top: -20px;
        margin-bottom: -20px;
        left: 10px;
    }
    .giving-back .right_col .image_col_3 {
        right: 15px;
        margin-top: -80px;
    }
    .giving-back {
        padding-bottom: 150px;
    }

    /* News */
    .news_page .more_news .news_list p {
        padding-bottom: 20px;
        font-size: 14px;
        line-height: 22px;
    }
    .news_page .more_news .news_list .date{width: 48%;}

    .V-Model h2 {
        font-size: 24px;
    }
    .V-Model .V-Model-wrapper{
        transform: scale(0.82);
    }
    .v-model-point h4 {
        font-size: 20px;
    }
}

@media only screen and (max-width:768px) {
	.no-margin-top-mobile{
		margin-top:0px;
	}
	.no-margin-bottom-mobile{
		margin-bottom:0px;
	}
    /* Approach */
    .banner_bottom_Content h2{
        font-size: 40px;
        line-height: 0.8;
    }
    .security_detail h2 br{
        display: none;
    }
    .security_detail .col-2{
        padding:20px;
        min-height:auto;
        height: auto !important;
    }
    .security_detail h2{
        font-size:30px;
    }
    .security_detail p{
        padding-bottom: 10px;
    }

    /* Products */
    .product_list h2{
        font-size: 30px;
    }
    .product_list h3 {
        font-size: 16px;
    }
    .product_list p{
        line-height: 1.7;
    }
    .product_col{
        padding-bottom: 20px;
    }
    .product_list .product_col hr{
        margin: 15px 0px 13px;
    }
    .product_col:last-child{
        margin-bottom: 0px;
    }
}
@media only screen and (max-width:767px) {

    /* Home */
    .menu{
        display: block;
        margin-right: 20px;
        position: absolute;
        z-index: 999999999999;
        width: 22px;
        height: 30px;
        top:12px;
        right: 0px;
    }
    .menu span{position: absolute;
        height: 2px;
        top:50%;
        width: 100%;
        transition:0.5s all ease;
        -webkit-transition:0.5s all ease;
        -moz-transition:0.5s all ease;
        -o-transition:0.5s all ease;
        background-color: #fff;
        right:0px;
    }
    .menu span:before{
        position: absolute;
        content: '';
        width: 80%;
        height: 2px;
        background: #fff;
        top: 7px;
        transition: 0.5s all ease;
        -webkit-transition: 0.5s all ease;
        -moz-transition: 0.5s all ease;
        -o-transition: 0.5s all ease;
        left: 0px;
    }
    .menu span:after{position: absolute;
        content: '';
        width: 100%;
        height: 2px;
        background: #fff;
        top: -7px;
        transition:0.5s all ease;
        -webkit-transition:0.5s all ease;
        -moz-transition:0.5s all ease;
        -o-transition:0.5s all ease;right:0px;
    }
    .menu.is-active span{
        background-color:transparent;
    }
    .menu.is-active span:after{
        transform: rotate(-45deg);top: 0px;
        background-color: #5eb2d5;
    }
    .menu.is-active span:before{
        transform: rotate(45deg);
        top: 0px;
        background-color: #5eb2d5;
        width: 100%;
    }
    #header .menu-and-btns{
        transform: translateX(100%);
        transition: all .7s cubic-bezier(0.25,1,.2,1);
        -webkit-transition: all .7s cubic-bezier(0.25,1,.2,1);
        -moz-transition: all .7s cubic-bezier(0.25,1,.2,1);
        -o-transition: all .7s cubic-bezier(0.25,1,.2,1);
        max-width: 100%;
        width: 100%;
        height: 100%;
        max-width: 100%;
        background-image: linear-gradient(to top, #000000, #021c41);
        position: fixed;
        z-index: 9999;
        overflow: auto;
        float: none;
        margin: 0 auto;
        padding-top: 50px;
        text-align: left;
        top: 0;
        left: 0;
        right: 0;
        padding-left: 30px;
    }
    #header .menu-and-btns.is-active{
        transform: translateX(0);
    }
    #header .main-menu {
        margin: 0;
        margin-top: 50px;
        opacity: 0;
        transform: translateX(50px);
        -webkit-transition: -webkit-transform .45s cubic-bezier(.2,.75,.3,1) 0.22s,opacity .45s cubic-bezier(.2,.75,.3,1) 0.22s;
        -moz-transition: transform .45s cubic-bezier(.2,.75,.3,1) 0.22s,opacity .45s cubic-bezier(.2,.75,.3,1) 0.22s;
        -ms-transition: transform .45s cubic-bezier(.2,.75,.3,1) 0.22s,opacity .45s cubic-bezier(.2,.75,.3,1) 0.22s;
        transition: transform .45s cubic-bezier(.2,.75,.3,1) 0.22s,opacity .45s cubic-bezier(.2,.75,.3,1) 0.22s;
    }
	#header .main-menu li .sub-menu{
		margin-top:15px;
	}
    #header .main-menu li {
        display: block;
        margin-bottom: 15px;
    }

    .header-btns {
        display: block;
        padding: 0;
        padding-top: 15px;
    }
    .header-btns ul.lang{
        margin: 0;
        transform: translateX(100px);
        opacity: 0;
        -webkit-transition: -webkit-transform .45s cubic-bezier(.2,.75,.3,1) 0.22s,opacity .45s cubic-bezier(.2,.75,.3,1) 0.22s;
        -moz-transition: transform .45s cubic-bezier(.2,.75,.3,1) 0.22s,opacity .45s cubic-bezier(.2,.75,.3,1) 0.22s;
        -ms-transition: transform .45s cubic-bezier(.2,.75,.3,1) 0.22s,opacity .45s cubic-bezier(.2,.75,.3,1) 0.22s;
        transition: transform .45s cubic-bezier(.2,.75,.3,1) 0.22s,opacity .45s cubic-bezier(.2,.75,.3,1) 0.22s;
    }
    #header .main-menu.is-open , .header-btns ul.lang.is-open{
        opacity: 1;
        transform: translateX(0px);
    }

    #cover{
        height: 500px;
        padding-top: 100px;
    }
    #cover h1,#cover.banner_ h1, #cover.contact_banner h1{
        font-size: 35px;
    }
    #cover p{
        font-size: 24px;
    }
    .home #cover{
        height: 400px;
        padding-top: 100px;
    }

    .banner_bottom_Content p>br+br+br {
        display: none;
    }
    .half-width{
        width: 100%;
    }
    .banner_bottom_Content{
        padding-top: 20px;
        padding-bottom: 40px;
    }
    .col-2.photo{
        width: 100%;
        padding-bottom: 250px;
        margin-bottom: 20px;
        height: auto !important;
    }
    .blue-btn {
        margin-top: 10px;
        margin-bottom: 0;
    }
    .service h2 {
        font-size: 30px;
        padding-bottom: 5px;
    }
    .service h3 {
        font-size: 22px;
    }
    .service {
        margin-bottom: 30px;
    }
    hr{
        margin: 13px 0px 13px;
    }
    .the_lab{
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .col-2.float-right{
        float: none;
        width: 100%;

    }
    .the_lab h2 {
        font-size: 35px;
    }
    .the_lab hr {
        margin-top: 15px;
        margin-bottom: 15px;
    }
    .benefits{
        padding-top: 30px;
    }
    .benefits h2{
        font-size: 35px;
        line-height: 1.5;
    }
    .benefits .col-4{
        width: 100%;
    }
    .benefits .image ,.benefits h3,.benefits p{
        height: auto !important;
    }
    .join-the-Team .join-the-team-title{
        padding-top: 30px;

    }
    .join-the-Team .join-the-team-title h2{
        font-size: 35px;
        line-height: 35px;
    }
    .join-the-Team .join-the-team-title h3{
        font-size: 15px;
    }
    .join-the-Team .join-the-team-content .col-6{
        max-width: 100%;
        padding-top: 20px;
    }
    .join-the-Team .join-the-team-content {
        padding-bottom: 20px;
    }
    .join-the-Team .join-the-team-content .col-6 a{
        font-size: 13px;
    }
    .contact{
        padding-top: 50px;
    }

    .contact .contact_left {
        float: none;
        max-width: 100%;
        margin-bottom: 30px;
    }
    .contact .contact_left h3{
        font-size: 30px;
        line-height: 30px;
    }
    .contact .contact_left h4 {
        font-size: 24px;
        line-height: 30px;
        padding-top: 8px;
    }
    .contact .contact_right form input.left, .contact .contact_right form input.right,.contact .contact_right form select.right{
        max-width: 100%;
        float: none;
    }
    .contact .contact_right form input.left{
        margin-right: 0px;
    }
    .contact .contact_right form input.right,.contact .contact_right form select.right{
        margin-left: 0px;
    }
    .contact .contact_right{
        max-width: 100%;
    }
    .contact .contact_right form input[type="text"], .contact .contact_right form input[type="email"],
    .contact .contact_right form input[type="tel"]{
        /*font-size: 12px;*/
        margin-bottom: 25px;
        /*padding-bottom: 10px;*/
    }
    .contact .contact_right form textarea{
        max-height: 75px;
    }
    .contact .contact_right form .submit{
        text-align: center;
    }
    .contact .contact_right form .submit input[type="submit"]{
        margin-right: 0px;
        margin-left: -20px;
        line-height: 130px;
    }
    .contact .contact_left p {
        padding-top: 20px;
    }
    div#content{
        margin-bottom: 0px;
    }
    footer#footer{
        position: relative;
    }
    .footer-waves{bottom: -5px;}
    #footer .footer_col.first, #footer .footer_col.second,
    #footer .footer_col.forth, #footer .footer_col.third{
        max-width: 49%;
        padding-right: 5px;
    }
    #footer .footer_col.second,#footer .footer_col.forth{
        padding-right: 0;
    }
    #footer .footer_col .copy_right{
        position: relative;
        top: 29px;
    }
    #footer .footer_col .copy_right p, #footer .footer_col .copy_right a{
        font-size: 12px;
        text-align: left;
    }
    #footer .footer_col .footer_email {
        word-break: break-all;
    }
    #footer .footer_col h4{
        padding-bottom: 10px;
    }
    #footer .footer_col {
        padding-bottom: 30px;
    }
    #header .main-menu li a{
        font-size: 16px;
    }
    .scroll_top {
        width: 35px;
        height: 35px;
        bottom: 15px;
    }
    .scroll_top img{
        max-width: 100%;
    }

    /* Approach */
    #cover.banner_ .bg-image{
        background-position: center right 20%;
    }
    #cover.banner_ {
        height: 400px;
        padding-top: 124px;
    }
    .banner_bottom_Content h2 {
        font-size: 30px;
        line-height: 32px;
        padding-bottom: 15px;
    }
    .security_detail{
        margin-top: 0px;
    }
    .security_detail .col-2{
        width: 100%;
        float: none;
        padding: 20px 15px;
        min-height: 250px;
    }
    .security_detail h2 {
        font-size: 25px;
        padding-bottom: 10px;
    }
    .service_cotact.contact{
        padding-top: 200px;
    }

    /* contact page */
    #cover.contact_banner {
        height: 280px;
    }
    .loction {
        padding: 20px 15px 0px;
    }
    .loction .col-2 {
        width: 100%;
        margin-right: 0;
        margin-bottom: 15px;
        height: 250px;
        padding-right: 15px;
        padding-left: 15px;
    }
    .loction h2 {
        font-size: 24px;
        padding-bottom: 8px;
    }
    .loction p {
        font-size: 14px;
        padding-bottom: 10px;
    }
    .loction a {
        font-size: 14px;
    }
    .loction .white-btn {
        margin-top: 20px;
        width: 140px;
        font-size: 13px;
        line-height: 39px;
        height: 40px;
        background-size: contain;
        text-indent: 6px;
    }
    .contact.contact_page .contact_right form .submit .submit-btn{
        margin-top: 15px;
        margin-bottom: 15px;
    }
    .page-template-contact .footer-wave-bg {
        padding-top: 100px;
    }

    /* Team page */
    .why-join h2 {
        font-size: 26px;
        padding-bottom: 20px;
    }
    .why-join .row.desktop_only{
        display: none !important;
    }
    .why-join .row.mobile_only{
        display: block!important;
    }
    .why-join .col-2 {
        margin-right: 0;
        width: 100%;
    }
    .why-join .col_ {
        height: auto !important;
        padding-bottom: 20px;
    }
    .why-join .number {
        width: 45px;
        height: 45px;
    }
    .why-join .number span {
        font-size: 28px;
        line-height: 45px;
    }
    .why-join .detail {
        width: calc(100% - 50px);
    }
    .why-join h3 {
        font-size: 24px;
        padding-bottom: 5px;
    }
    .why-join p {
        font-size: 13px;
        line-height: 22px;
    }
    .open-positions {
        padding-bottom: 40px;
    }
    .open-positions h2 {
        font-size: 26px;
        padding-bottom: 20px;
        padding-top: 20px;
    }
    .open-positions div.arrow{
        float: none;
        width: 100%;
        margin-right: 0;
    }
    .open-positions a,.open-positions .tab-list .tab-item a {
        font-size: 12px;
    }
    .open-positions .tab-list {
        padding-bottom: 20px;
    }
    .open-positions .tab-list .tab-item {
        display: block;
    }
    .team_gallery img {
        display: block;
        margin: 0 auto;
        /* max-width: 320px;*/
    }
    .team_gallery .image {
        width: 100%;
    }
    .team_gallery .image.image2 {
        width: 50%;
    }

    /* services */
    .services_banner_bottom.banner_bottom_Content .half-width{
        width: 100%;
    }
    .banner_bottom_Content.services_banner_bottom,.banner_bottom_Content.services_banner_bottom .full-width {

        padding-bottom: 35px;
    }
    .banner_bottom_Content.services_banner_bottom h6 {
        font-size: 15px;
        padding-top: 10px;
        line-height: 20px;
    }
    .services_list {
        padding-bottom: 50px;
    }
    .services_list .col-2{
        width: 100%;
        float: none;
        margin-bottom: 30px;
        height: auto !important;
    }
    .services_list .col-2 .col-img {
        margin-right: 10px;
        margin-top: 6px;
        max-width: 15%;
    }
    .services_list .col-2 .col-content {
        max-width: 80%;
    }
    .services_list .col-2:last-child:nth-child(odd){
        width: 100%;
    }

    .service_video{
        padding-top: 40px;
    }
    .service_video .video {
        height: 250px;
    }
    .service_video h3{
        font-size: 24px;
        line-height: 30px;
    }
    .case-studies .case-study h4 {
        font-size: 20px;
        line-height: 25px;
        padding-bottom: 10px;
    }
    .case-studies .case-study {
        width: 100%;
        margin-right: 0;
        float: none;
        margin-bottom: 20px;
    }
    .service_video .site-width{
        margin-bottom: -150px;
    }
    .service_video .case-studies-wrapper::before,.service_video .case-studies-wrapper::after{
        width: 100.8px;
        height: 52.5px;
    }
    .service_video .video a img {
        max-height: 60px;
    }


    /* Products */
    .product_list .product_col .col-2{
        width: 100%;
        float: none;
        text-align: center;
        height: auto !important;
        margin-bottom: 20px;
    }
    .product_list h2 {
        font-size: 22px;

    }
    .product_list h3 {
        font-size: 14px;

    }
    .product_col h2, .product_col h3, .product_col p, .product_col hr,.product_col h5,.product_list .product_col .col-2 h5,.product_col .center, .product_col .center p{
        text-align: left;
    }
    .product_list .product_col hr{
        margin: 15px auto;
    }
    .product_col:last-child {
        padding-top: 0px;


    }
    .product_col .col-2 img {
        max-width: 300px;
        top: 0;
        transform: none;
    }

    /* company */
    .cyber_innovation h2 {
        font-size: 20px;
        padding-bottom: 20px;
    }
    .cyber_innovation .left_col {
        float: none;
        width: 100%;
    }
    .cyber_innovation .right_col {
        float: none;
        width: 100%;
        height: auto !important;
        text-align: center;
        padding-top: 20px;
    }
    .cyber_innovation p {
        font-size: 14px;
        font-weight:400;
    }
    .cyber_innovation h3 {
        font-size: 16px;
    }
    .company_history .col-2 {
        float: none;
        width: 100%;
    }
    .company_history h2 {
        font-size: 28px;
    }
    .company_history hr {
        margin-bottom: 10px;
    }
    .leadership h2 {
        padding-bottom: 20px;
        font-size: 28px;
    }
    .leadership .leader-list .col_3 {
        float: none;
        width: 100%;
        margin-right: 0;
        height: auto !important;
        padding-bottom: 25px;
    }
    .leadership .leader-list .col_3 .image {
        height: 200px;
        margin-bottom: 15px;
    }
    .leadership .leader-list h3 {
        font-size: 20px;
    }
    .leadership .leader-list h4 {
        font-size: 13px;
        line-height: 18px;
        padding-top: 5px;
    }
    .leadership .leader-list p {
        padding-bottom: 10px;
        line-height: 23px;
    }
    .leadership .leader-list hr {
        margin: 5px 0px;
    }
    .meet_the_team h3 {
        text-align: center;
        display: block;
        padding-top: 0;
    }
    .meet_the_team {
        margin-top: -150px;
        padding-bottom: 50px;
    }
    .meet_the_team .blue-btn:after {
        background: linear-gradient(#1097d1, #1097d1), linear-gradient(126deg, #1097d1, #1095d0, #ffffff);
        border: solid 2px transparent;
        background-origin: border-box;
        background-clip: content-box, border-box;
    }
    .meet_the_team .blue-btn::before {
        background: #1097d1;
    }
    .leadership {
        padding-bottom: 180px;
    }
    .giving-back .left_col {
        width: 100%;
        float: none;
    }
    .giving-back .right_col {
        float: none;
        width: 100%;
        height: auto !important;
    }
    .giving-back {
        padding-bottom: 80px;
    }
    .giving-back .right_col .images {
        /* width: 320px;*/
        left: 0;
        margin: 0 auto;
        top: 0;
        transform: translateY(0%);
        max-width: 100%;
    }
    .meet_the_team .blue-btn {
        transform: scale(0.8);
        float: none;
        margin: 0 auto;
        margin-top: 10px;
    }
    .meet_the_team .image_section::before,.meet_the_team .image_section::after {
        height: 60px;
    }

    /* Article */
    #cover.article_banner {
        padding-top: 100px;
    }
    #cover.article_banner h1 {
        font-size: 24px;
    }
    #cover.article_banner .detail {
        padding-top: 5px;
    }
    .article_content {
        padding-top: 45px;
    }
    .article_content p {
        font-size: 15px;
        line-height: 25px;
        padding-bottom: 15px;
    }
    .article_content blockquote {
        padding-bottom: 15px;
    }
    .article_content blockquote p {
        font-size: 18px;
        line-height: 25px;
    }
    .more_news hr {
        margin-bottom: 20px;
    }
    .more_news .news_list .col-3 {
        float: none;
        width: 100%;
        margin-right: 0;
        margin-bottom: 15px;
    }
    .more_news .news_list .image {
        height: 200px;
    }
    .more_news .news_list a {
        height: auto !important;
    }
    .single_post .footer-wave-bg {
        padding: 0;
    }
    /*news*/
    .news_page {
        padding-top: 50px;
        padding-bottom: 0;
    }
    .news_page .more_news .news_list .col-3 .description {
        height: auto !important;
    }


    .slogan h2 {
        font-size: 28px;
        line-height: 32px;
    }
    .slogan {
        padding: 70px 15px 60px;
    }

    .V-Model h2 {
        font-size: 20px;
        padding-top: 20px;
        position: relative;
    }
    .V-Model .V-Model-wrapper{
        /*transform: scale(1);*/
        transform: none !important;
    }
    .V-Model.animated img {
        transform: scale(1.2);
        transform-origin: bottom;
    }
    .v-model-point {
        transform: none !important;
    }
    .v-model-point .number {
        width: 20px;
        height: 20px;
    }
    .v-model-point .number p {
        line-height: 20px;
        font-size: 14px;
    }
    .v-model-point .number::after {
        width: 30px;
        height: 30px;
        top: -5px;
        left: -5px;
    }
    .v-model-point.v-point-1 {
        top: 15%;
        left: 28%;
    }
    .v-model-point.v-point-5 {
        top: 15%;
        right: 28%;
    }
    .v-model-point.v-point-2 {
        top: 38%;
        left: 37.5%;
    }
    .v-model-point.v-point-4 {
        top: 38%;
        right: 37.5%;
    }
    .v-model-point.v-point-3 {
        left: 47.5%;
        top: 60.5%;
    }
    .v-model-point .detail {
        height: 100% !important;
        background: #fff;
        right: 0 !important;
        bottom: 0;
        padding: 80px 15px 15px !important;
        position: fixed !important;
        left: 0!important;
        top: 0!important;
        width: 100%!important;
        max-width: none!important;
        margin: 0!important;
        box-shadow: none!important;
        border-radius: 0;
        text-align: center;
        transform: none!important;
        -webkit-transform: none!important;
        z-index: 99 !important;
        background-image: none !important;
        overflow: auto;
        transform-origin: top !important;
    }
    .v-model-point .detail .close{
        display: block;
        /* position: absolute;
        left: 0;
        right: 0;*/
        margin: 0 auto;
        /*top: 30%; */
        margin-bottom: 30px;
        color: #005084;
        font-size: 30px;
        text-decoration: none;
        border-radius: 50%;
        border: 2px solid #005084;
        width: 24px;
        height: 25px;
        line-height: 23px;
        font-weight: 500;
        text-align: center;
    }
    .v-model-point .detail .image img {
        transform: scale(1);
    }
    .v-model-point .detail h4{text-align: center;}
    /*.v-model-point .content {display: none !important;}*/
    .v-model-point .content {
        padding: 0;
        background-size: 100% 100%;
        min-width: 100px;
    }
    .v-model-point.v-point-1 .content {
        width: 110px;
        height: 75px;
        top: -16px;
        right: 11px;
        padding-left: 10px;
    }
    .v-model-point.v-point-2 .content {
        width: 130px;
        height: 90px;
        top: -22px;
        right: 12px;
        padding-right: 0;
        padding-left: 15px;
    }
    .v-model-point.v-point-3 .content {
        width: 200px;
        height: 120px;
        top: -12px;
    }
    .v-model-point.v-point-5 .content {
        width: 110px;
        height: 80px;
        top: -19px;
        padding-left: 0;
        text-indent: -9px;
    }
    .v-model-point.v-point-4 .content {
        width: 140px;
        height: 80px;
        top: -19px;
        padding-left: 0;
        text-indent: -7px;
    }
    .v-model-point .content h4 {
        font-size: 12px;
        letter-spacing: -0.5px;
    }
    .open_position_content .site-width {
        padding-bottom: 130px;
        padding-top: 50px;
    }
    .open_position_content h2 {
        padding-bottom: 10px;
    }
    .open_position_content h3{
        padding-top: 20px;
        padding-bottom: 0;
    }
    .open_position_content li {
        line-height: 28px;
        font-size: 16px;
        padding-left: 15px;
    }
    .open_position_content p {
        font-size: 16px;
        line-height: 26px;
    }
    .open_position_content li::after{
        width: 7px;
        height: 7px;
        top: 8px;
    }
    .send_cv {
        padding-top: 25px;
    }

    .news_page h2 {
        font-size: 28px;
        padding-bottom: 20px;
    }
    .in_the_news .item-list {
        padding-bottom: 50px;
    }
    .in_the_news .item-list .article_list {
        padding: 15px ;
    }
    .in_the_news .item-list .article_list div{
        font-size: 14px;
        line-height: 20px;
        width: calc(100% - 70px );
    }
    .in_the_news .item-list .article_list .view {
        line-height: 30px;
        width: 70px;
        position: absolute;
        top: 15px;
        right: 15px;
        z-index: 2;
    }

    #header .main-menu li a::after{display: none;}

    div.wpcf7-response-output {
        position: relative;
        bottom: 0;
        width: 100%;
    }

    span.wpcf7-form-control-wrap.email .wpcf7-not-valid-tip {
        top: -27px;
        max-width: 100%;
        left: 0;
    }
}

@media only screen and (max-width:500px) {
    .col-2.photo {
        padding-bottom: 180px;
    }
}
@media screen and (max-width:480px){
	#cover.contact_banner {
		height: 100%;
		min-height: 300px;
		padding-bottom: 30px;
	}
}
@media only screen and (max-width:425px) {
    .col-2.photo{
        padding-bottom: 160px;
    }
}
@media only screen and (max-width:375px) {
    #cover.contact_banner {
		min-height: 350px;
	}
	.col-2.photo{
        padding-bottom: 140px;
    }
}

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

    #cover {
        height: 447px;
        padding-top: 100px;
    }
    #header .logo img {
        max-width: 80%;
    }
    #cover h1, #cover.banner_ h1, #cover.contact_banner h1{
        font-size: 30px;
    }
    .join-the-Team .join-the-team-title h2{
        font-size: 30px;
    }
    .join-the-Team .join-the-team-title h3 {
        font-size: 13px;
    }
    .join-the-Team .join-the-team-content .col-6{
        padding-top: 25px;
    }
    .join-the-Team .join_bottom_button .blue-btn::before{
        width: 150px;
    }
    .blue-btn{
        font-size: 14px;
    }
    .col-2.photo {
        padding-bottom: 120px;
    }
    /* .contact .contact_left h3{
    font-size: 20px;
    line-height: 25px;
}*/
    .contact .contact_left p {
        padding-top: 20px;
    }
    .contact .contact_right form .submit input[type="submit"]{
        width: 200px;
        line-height: 94px;
        margin-left: 0px;
    }
    #footer .footer_col .footer_social a {
        padding-left: 6px;
    }
    .join-the-Team .join-the-team-content .col-6 img{
        margin-bottom: 10px;
    }

    /* Approach */
    #cover.banner_{
        height: 380px;
    }
    .security_detail h2{
        font-size: 20px;
    }

    .page-template-contact .footer-wave-bg {
        padding-top: 50px;
    }

    /* company */
    .giving-back .right_col{
        /* height: 380px !important;*/
    }
}

/*14_02*/
.news_page .more_news .news_list .col-3.come-in .description {
  height: auto !important;
}
.news_list {
  display: flex;
  flex-wrap: wrap;
}
.news_page .more_news .news_list .col-3.come-in .detail {
  display: flex;
  flex-direction: column;
	height: calc(100% - 265px);
}
.news_page .more_news .news_list .col-3.come-in .news-bottom {
	margin-top: auto;
}