/*
Theme Name: Unity
Version: 2.0
Author: Alexe Vlad
Author URI: http://vlad.alexe.info
Description: Website made by Alexe Vlad
*/

@import url("fonts/fonts.css");

/* CSS Document */
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:none repeat scroll 0 0 transparent;
    border:0 none;
    margin:0;
    outline:0 none;
    padding:0;
    font-family: 'sf_pro_displayregular', sans-serif;
    font-weight:normal;
    font-size: 12px;
    margin-top: 0px;
}
* {
    margin:0;
    padding:0;
    outline: 0 none;
}
html{
    font-size: 10px;  /*Meaning that 0.1rem = 1px*/
    scroll-behavior: smooth;
}
.cf:before,
.cf:after ,
.clear:before,
.clear:after{
    content:"";
    display:table;
}
.clear,
.clear:after,
.cf:after {
    clear:both;
}
body{
    text-rendering: optimizeLegibility;
    background: #000;
}
h1{
    font-size: 56px;
    color: #fff;
    margin-bottom: 30px;
    font-family: 'sf_pro_displaybold';
}
h2{
    font-size: 48px;
    margin-bottom: 30px;
    color: #fff;
    font-family: 'sf_pro_displaybold';
}
h3{
    font-size: 36px;
    margin-bottom: 30px;
    color: #fff;
    font-family: 'sf_pro_displaybold';
}
h4{
    font-size: 24px;
    margin-bottom: 30px;
    color: #fff;
    font-family: 'sf_pro_displaybold';
}
h4 span{
    font-size: 24px;
    font-weight: 300;
}
h5{
    font-size: 22px;
    margin-bottom: 30px;
    color: #fff;
    font-family: 'sf_pro_displaybold';
}
h6{
    font-size: 20px;
    margin-bottom: 30px;
    color: #fff;
    font-family: 'sf_pro_displaybold';
}
p{
    font-size: 24px;
    color: #fff;
    margin-bottom: 20px;
}
p strong,
strong{
    font-size: 24px;
    color: #fff;
}
p em,
em{
    font-size: 24px;
    color: #fff;
}
em strong,
strong em,
p em strong,
p strong em{
    font-size: 24px;
    color: #fff;
}
a{
    font-size: 24px;
    color: #fff;
    text-decoration: none;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}
a:hover{
    font-size: 24px;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}
ul,
ol{
    margin-bottom: 20px;
}
ul li{
    font-size: 24px;
    color: #fff;
    margin-bottom: 10px;
}
ol li{
    font-size: 24px;
    color: #fff;
    margin-bottom: 10px;
}
ul li a,
ol li a{
    font-size: 24px;
    color: #fff;
}
blockquote{
    font-size: 24px;
    color: #fff;
}
.wrapper{
    max-width: 1180px;
    margin: 0 auto;
    width: 100%;
    position: relative;
}
main{
    padding-bottom: 150px;
}
/*### Menu ###*/
nav.menu{

}
nav.menu ul{
    display: flex;
    margin-bottom: 0;
}
nav.menu ul li{
    list-style: none;
    margin-bottom: 0;
}
nav.menu ul li a{
    color: #9E9E9E;
    font-weight: 300;
    font-size: 16px;
    margin: 0 15px;
    position: relative;
}
nav.menu ul li a:after{
    content: "";
    display: block;
    position: absolute;
    bottom: -10px;
    width: 0px;
    height: 2px;
    background-color: #18F57F;
    left: 0;
    right: 0;
    margin: auto;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}
nav.menu ul li.current_page_item a:after,
nav.menu ul li:hover a:after{
    width: 43px;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}
nav.menu ul li:hover a{
    color: #fff;
}
nav.menu ul li.current-menu-item a{
    font-family: 'sf_pro_displaybold';
    color: #fff;
}

.hamburger-button{
    display: none;
}
.header-circle-menu {
    margin-top: 30px;
    float: right;
    margin-right: 20px;
    display: inline-block;
    width: 44px;
    height: 44px;
    vertical-align: top;
    cursor: pointer;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}
#nav-icon3 {
    width: 40px;
    height: 13px;
    position: relative;
    margin: 5px auto;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
}
#nav-icon3 span {
    display: block;
    position: absolute;
    height: 2px;
    width: 100%;
    background: #fff;
    border-radius: 9px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}
#nav-icon3 span:nth-child(1) {
    top: 0px;
}
#nav-icon3 span:nth-child(2), #nav-icon3 span:nth-child(3) {
    top: 9px;
}

#nav-icon3 span:nth-child(4) {
    top: 18px;
}
.mobile-open-menu #nav-icon3 span:nth-child(1) {
    top: 2444444444px;
    width: 0%;
    left: 50%;
}
.mobile-open-menu #nav-icon3 span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}
.mobile-open-menu #nav-icon3 span:nth-child(4) {
    transition: width 0s;
    top: 24px;
    width: 0%;
    left: 50%;
}
.mobile-open-menu #nav-icon3 span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

nav.menu .menu-item-has-children a:before{
    content: "";
    background-image:url(images/menu-arrow.svg);
    background-repeat: no-repeat;
    width: 8px;
    height: 4px;
    display: block;
    position: absolute;
    right: 0px;
    top: 0;
    bottom: 0;
    margin: auto;
}
nav.menu .menu-item-has-children ul a:before{
    display: none;
}
nav.menu .sub-menu{
    display: none;
}
/*### End Menu ###*/
/*### Header ###*/
.header{
    height: 100px;
    position: fixed;
    background-color: #000;
    width: 100%;
    z-index: 99;
}
.header .wrapper{
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100%;
}

.mobile-open-menu .header{
    height: 100vh
}
/*### End Header ###*/


/*### Home ###*/

.top-image{
    background-repeat: no-repeat;
    width: 100%;
    height: 100vh;
    background-size: cover;
}
.top-image .text-image{
    height: 100vh;
    position: absolute;
    z-index: 1;
    width: 100%;
}
.top-image .text-image .wrapper{
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}
.top-image .text-image .wrapper .top-text{
    margin-bottom: 20px;
}
.top-image .text-image .wrapper .top-text p{
    color: #fff;
    font-size: 48px;
    line-height: 60px;
    font-family: 'sf_pro_displaybold';
}
.top-image .text-image .wrapper .top-text p strong{
    color: #18F57F;
    font-size: 48px;
    line-height: 60px;
    font-family: 'sf_pro_displaybold';
}
.top-image .text-image .wrapper .bottom-text p{
    font-size: 24px;
    line-height: 30px;
    font-family: 'sf_pro_displaybold';
    color: #fff;
}
.top-image .text-image .wrapper .bottom-text p strong{
    font-size: 24px;
    line-height: 30px;
    font-family: 'sf_pro_displaybold';
    color: #18F57F;
}

.social-top{
    position: absolute;
    bottom: 2vh;
    width: 100%;
    z-index: 2;
}

.social-top .wrapper{
    display: flex;
    align-items: center;
}
.social-top .text{
    font-size: 24px;
    font-weight: 300;
    color: #18F57F;
    margin-right: 2vw;
    white-space: nowrap;
}
.social-top .separator{
    width: 100%;
    height: 2px;
    background-color: #18F57F;
}
.social-top .social{
    display: flex;
    margin-left: 2vh
}
.social-top .social .social-link{
    height: 17px;
    width: 30px;
    display: block;
    background-repeat: no-repeat;
    margin: 0 10px;
    cursor: pointer;
}
.social-top .social .social-link.link1{
    background-image: url(images/s1.svg);
}
.social-top .social .social-link.link2{
    background-image: url(images/s2.svg);
}
.social-top .social .social-link.link3{
    background-image: url(images/s3.svg);
}
.home-template + .footer{
    display: none;
}
.home-template{
    padding-bottom: 0;
}
/*### End Home ###*/
/*###  About ###*/
.about-content{
    width: 50%;
}
/*### End About ###*/
/*### Footer ###*/

.footer-bottom{
    background-repeat: no-repeat;
    width: 100%;
    background-size: contain;
    background-position: right;
    height: 0;
    overflow: hidden;
    display: none;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}
.footer-bottom.active{
    height: auto;
    display: block;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}
.footer{
    position: relative;

}
.footer-top{
    top: -120px;
    bottom: auto;
}
.button-contact{
    font-size: 18px;
    color: #000;
    min-width: 260px;
    height: 56px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    background-color: #18F57F;
    text-align: center;
    line-height: 56px;
    margin-right: 2vw;
    cursor: pointer;
}
.bg-section{
    background-color: #1C1C1C;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    padding: 12px;
}
.footer-bottom h3{
    font-size: 48px;
    color: #00EDFF;
    margin-bottom: 10px;
}
.form-footer{
    width: 35%;
    padding-top: 100px
}
.form-footer input{
    width: 100%;
    height: 50px;
    line-height: 50px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    border: none;
    box-sizing: border-box;
    padding: 0 20px;
    margin-bottom: 10px;
}
.form-footer select{
    width: 100%;
    height: 50px;
    line-height: 50px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    border: none;
    box-sizing: border-box;
    padding: 0 20px;
    margin-bottom: 10px;
}
.form-footer textarea{
    width: 100%;
    height: 110px;
    resize: none;
    box-sizing: border-box;
    padding:10px 20px;
    line-height: 20px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    border: none;
    margin-bottom: 10px;
}
.form-footer input[type="checkbox"]{
    width: auto;
    height: auto;
    margin-right: 10px;
}
.form-footer input[type="submit"]{
    font-size: 18px;
    color: #000;
    min-width: 260px;
    height: 56px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    background-color: #18F57F;
    text-align: center;
    line-height: 56px;
    margin-right: 2vw;
    cursor: pointer;
    margin-top: 20px;
}
.wpcf7-list-item label{
    display: flex;
}
.form-footer input[type="submit"]:disabled{
    opacity: 0.7;
}
.footer-menu-box{
    display: flex;
    justify-content: space-between;
}
.menu-footer-wrapp{
    display: flex;
}
.menu-footer-wrapp ul{
    display: flex;
}
.menu-footer-wrapp li{
    list-style: none;
    margin-right: 30px;
}
.menu-footer-wrapp li a{
    font-size: 18px;
}
.footer-menu-box .address{
    font-size: 18px;
    color: #fff;
}
.coppy{
    background: #18F57F;
    text-align: center;
    padding: 10px 0;
    color: #000;
    font-size: 16px;
}
/*### End Footer ###*/
/*### Acordeon ###*/
.acordeon-desc {
    display:none;
}
.acordeon{
    padding-top: 100px;
}
.title-section-global,
.acordeon .acordeon-title {
    cursor:pointer;
    margin-bottom: 100px;
    display: flex;
    align-items: center;
}
.title-section-global h3,
.acordeon .acordeon-title h3{
    white-space: nowrap;
    margin-right: 50px;
    margin-bottom: 0;
}
.title-section-global .separator,
.acordeon .acordeon-title .separator{
    width: 100%;
    height: 2px;
    background-image: linear-gradient(to right, #000000, #3b3b3b, #777777, #b9b9b9, #ffffff);
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
}
.acordeon .acordeon-title:hover,
.acordeon.active .acordeon-title{

}
.for .icon img,
.content-section-global .icon img,
.acordeon .icon img{
    width: auto;
    height: auto;
    display: block;
    max-height: 50px;
    margin-bottom: 20px;
}
/*### End Acordeon ###*/
/*### Services ###*/
.acordeon-desc {
    display: none;
    justify-content: space-between;
    margin-bottom: 100px;
}
.acordeon-desc .left{
    width: 47%;
}
.acordeon-desc .right{
    width: 47%;

}
.acordeon-desc .right .text{
    font-size: 18px;
    color: #fff;
    margin-bottom: 20px;
}
.list-items{
    display: flex;
    flex-wrap: wrap;
}

.list-items .item{

    color: #fff;
    border-left: 5px solid #fff;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    border-right: 1px solid #fff;
    padding: 15px;
    box-sizing: border-box;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin: 10px;
    font-size: 16px;
    background: rgb(0,0,0);

}
.section-green .list-items .item{
    border-left: 5px solid #18F57F!important;
    border-top: 1px solid #18F57F!important;
    border-bottom: 1px solid #18F57F!important;
    border-right: 1px solid #18F57F!important;
    background: linear-gradient(90deg, rgba(0,0,0,0.4) 0%, rgba(24,245,127,0.1) 100%);
}
.color-text-green,
.color-text-green p{
    color: #18F57F!important;
}
.section-purple .list-items .item {
    border-left: 5px solid #BF27FF!important;
    border-top: 1px solid #BF27FF!important;
    border-bottom: 1px solid #BF27FF!important;
    border-right: 1px solid #BF27FF!important;
    background: linear-gradient(90deg, rgba(0,0,0,0.4) 0%, rgba(191,39,255,0.1) 100%);
}
.color-text-purple,
.color-text-purple p{
    color: #BF27FF!important;
}
.section-yellow .list-items .item{
    border-left: 5px solid #fccc00!important;
    border-top: 1px solid #fccc00!important;
    border-bottom: 1px solid #fccc00!important;
    border-right: 1px solid #fccc00!important;
    background: linear-gradient(90deg, rgba(0,0,0,0.4) 0%, rgba(252,204,0,0.1) 100%);
}
.color-text-yellow,
.color-text-yellow p{
    color: #fccc00!important;
}
.section-blue .list-items .item{
    border-left: 5px solid #00EDFF!important;
    border-top: 1px solid #00EDFF!important;
    border-bottom: 1px solid #00EDFF!important;
    border-right: 1px solid #00EDFF!important;
    background: linear-gradient(90deg, rgba(0,0,0,0.4) 0%, rgba(0,237,255,0.1) 100%);
}
.color-text-blue,
.color-text-blue p{
    color: #00EDFF!important;
}
.section-orange .list-items .item{
    border-left: 5px solid #FF7B23!important;
    border-top: 1px solid #FF7B23!important;
    border-bottom: 1px solid #FF7B23!important;
    border-right: 1px solid #FF7B23!important;
    background: linear-gradient(90deg, rgba(0,0,0,0.4) 0%, rgba(255,123,35,0.1) 100%);
}
.color-text-orange,
.color-text-orange p{
    color: #FF7B23!important;
}
.section-pink .list-items .item{
    border-left: 5px solid #FF71CE!important;
    border-top: 1px solid #FF71CE!important;
    border-bottom: 1px solid #FF71CE!important;
    border-right: 1px solid #FF71CE!important;
    background: linear-gradient(90deg, rgba(0,0,0,0.4) 0%, rgba(255,113,206,0.1) 100%);
}
.color-text-pink,
.color-text-pink p{
    color: #FF71CE!important;
}
.section-type-left{
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-between;
}
.section-type-right{
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    flex-direction: row-reverse;
    justify-content: space-between;
}
.section-type-half{
    display: flex;
    width: 47%;
    flex-wrap: wrap;
    flex-direction: column;
}
.section-type-half .right,
.section-type-half .left{
    width: 100%;
}
.technology-items{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}
.technology-item {
    margin-bottom: 100px;
}
.small-text p{
    font-size: 18px;
    opacity: 0.7;
}
.global-section-box{
    margin-bottom: 100px;
}
.content-section-global{
    background-repeat: no-repeat;
    width: 100%;
    background-size: contain;
    background-position: right;
}
.global-section-flex{
    padding: 100px 0;
}
.global-section-flex .wrapper{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.global-section-flex .right,
.global-section-flex .left{
    width: 47%;
}
.education-template .global-section-flex .right{
     display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
     width: 100%;
}
.education-template .global-section-flex .left{
    width: 47%;
    margin-bottom: 100px;
}
.education-template .global-section-flex .right .for{
    width: 47%;
}
.right .for{
    margin-bottom: 100px;
}
.right .for .title-box{
    display: flex;
}
.right .for .title-box .icon{
    margin-right: 20px;
}
.right .for .title-box h4{
    margin-bottom: 0;
}
.skills-section{
    text-align: center;
    padding-bottom: 300px;
    background-position: bottom;
    background-size: cover;
    margin-bottom: 100px;
}
.skills-section .list-items{
    justify-content: center;
}
.career-section .wrapper{
    display: flex;
    justify-content: space-between;
}
.anchors{
    margin-top: 5vh
}
.anchors .title-anchor{
    font-size: 20px;
    font-family: 'sf_pro_displaybold';
    color: #fff;
}
.anchors a{
    color: #18F57F;
    font-family: 'sf_pro_displaybold';
}
.anchors a:after{
    content:" • ";
}
.anchors a:last-of-type:after{
    content:"";
}
/*### End Services ###*/
/*### RESPONSIVE ###*/
@media only screen and (max-width: 1200px) {
    .wrapper{
        width: 100%;
        padding: 0 5%;
        box-sizing: border-box;
    }
}

@media only screen and (max-width: 1024px) {
    .header .logo{
        position: absolute;
        top: 20px;
        left: 5%;
        z-index: 99;
    }
    .mobile-open-menu{
        overflow: hidden;
    }
    nav.menu {
        flex-wrap: wrap;
        width: 100%;
        position: absolute;
        top: 0;
        right: 0;

    }
    .mobile-open-menu  nav.menu{
        height: 100vh;
    }
    nav.menu .header-menu{
        flex-direction: column;
        justify-content: center;
        display: none;
    }
    .mobile-open-menu nav.menu .header-menu{
        height: calc(100vh - 90px);
        text-align: center;
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        padding: 0 30px;
        box-sizing: border-box;
    }
    .mobile-open-menu{
        overflow: hidden;
    }
    .hamburger-button{
        display: block;
    }
    nav.menu ul li ul.sub-menu{
        position: relative;
        display: none;
    }
    nav.menu ul li ul.sub-menu li{
        display: block;
        width: 100%;
    }
    nav.menu ul li ul.sub-menu li a,
    nav.menu ul li a{
        line-height: 5rem;
        font-size: 22px;
    }

    .header .menu-header-menu-container{
        width: 100%;
        flex: 0 0 auto;
    }
    .social-top .wrapper{
        flex-direction: column;
    }
    .social-top .separator,
    .social-top .text{
        margin-bottom: 20px;
        white-space: break-spaces;
        font-size: 3vw;
        line-height: 4vw;
    }
    .top-image .text-image .wrapper .top-text p strong,
    .top-image .text-image .wrapper .top-text p{
        font-size: 6vw;
        line-height: 7vw;
    }
    p,
    .anchors .title-anchor,
    .anchors a,
    .top-image .text-image .wrapper .bottom-text p,
    .top-image .text-image .wrapper .bottom-text p strong{
        font-size: 4vw;
        line-height: 5vw;
    }
    .small-text p{
         font-size: 3vw;
        line-height: 4vw;
    }
    .title-section-global h3,
    .acordeon .acordeon-title h3{
        font-size: 6vw;
        line-height: 7vw;
    }
    .bg-section{
        padding: 20px;
        -webkit-border-radius: 0px;
        -moz-border-radius: 0px;
        border-radius: 0px;
    }
    .about-content,
    .global-section-flex .right,
    .global-section-flex .left,
    .form-footer,
    .acordeon-desc .left,
    .section-type-half,
    .acordeon-desc .right{
        width: 100%;
    }
    .career-section .wrapper,
    .acordeon-desc{
        flex-direction: column;
    }
    .footer-menu-box,
    .menu-footer-wrapp ul {
        flex-direction: column;
        text-align: center;
        align-items: center;
    }
    .footer-menu-box{
        margin-bottom: 20px;
    }
    .button-contact{
        margin-bottom: 20px
    }
     .education-template .global-section-flex .left,
    .education-template .global-section-flex .right .for{
        width: 100%;
    }

}
@media only screen and (max-width: 800px) {
}
@media only screen and (max-width: 768px) {
}
@media only screen and (max-width: 720px) {
}
@media only screen and (max-width: 480px) {
}
@media only screen and (max-width: 320px) {
}


/*### END RESPONSIVE ###*/