.pagebreaker {
    z-index: 12;
    width: 100%;
    position: absolute;
    height: 51px;
    background-position: center;
    margin-top: -40px;
    background-image: url(/assets/img/pageBreaker.png);
}

.pagebreaker.alt {
    z-index: 12;
    width: 100%;
    position: absolute;
    height: 39px;
    background-position: center bottom;
    background-repeat: no-repeat;

    margin-top: inherit;
    margin-bottom: -30px;
    background-image: url(/assets/img/pageBreaker2.png);
}


.owl-header .owl-dots{
    bottom: 60px;
}


.color-line{
    position: relative;
}
.color-line:after{

    content:'';

    background-image: url(/assets/img/hr-hor.png);
    position: absolute;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center;
    height: 4px;
    bottom: -15px;
    left:0px;


}


.color-line.left:after{
    background-position: left;

}

.tag{
    margin-bottom: 10px;
    display: inline-block;
    padding: 4px;
    padding-left: 10px;
    font-weight: bold;
    padding-right: 10px;
}

.tag-news{
    background-color: #1bb4dc;
    color:#FFF;
}


.tag-project{
    background-color: #f4c21c;
    color:#FFF;
}

.filter a{
    margin-left: 10px;
    background-color: #676767;
    color:#FFF;
    padding: 5px;
    padding-left: 15px;
    padding-right: 15px;
    display: inline-block;
}

.filter a.active{
    background-color: #1bb4dc;

}

.video{
    height: 85vh;
    overflow: hidden;
    top:0px;
    width: 100%;
}

.home-content{
    background-color: #FFF !important;
    position: relative;
    z-index: 10;
}

.video .slogan{
    width: 100%;
    top:60vh;
    position: absolute;
    z-index: 13;
}

.video .slogan .text{

    font-size: 30px;
    color:#FFF;
    font-weight: bold;

}

@media (max-width: 1490px) {

    .video{
        height: 65vh;
    }
    .video .slogan{
        top:45vh

    }

}
@media (max-width: 1200px) {

    .video{
        height: 55vh;
    }
    .video .slogan{
        top:35vh

    }

    .video .slogan .text {

        font-size: 20px;

    }


}
@media (max-width: 767px) {

    .video{
        height: 200px;
        margin-top: 100px;
    }

    .video .slogan{
        width: 100%;
        top:160px;
        position: absolute;
    }

    .video .slogan .text{

        font-size: 12px;
        color:#FFF;
        font-weight: bold;


    }

}

footer{
    padding-top: 30px;
}

.share a{
    margin-right: 5px;
font-size: 30px}

.share a:hover{
    text-decoration: none;
    color:#23347d
}

.teamFiller{
    width: 100%; height: calc(100% - 24px);
    background-size: cover;
    background-position: center;
}

input[name="gender"] {
    display: none;
}

.grecaptcha-badge {
    display: none !important;
}