:root {
	--u-color-pink: #de2782;
	--u-color-purple: #551b6b;
    --u-color-d-purple: #260544;
}
html, body {
    background-color: #ffffff;

    color: #191919;
    font-size: 16px;
    font-weight: 400;
    font-family: 'Poppins', sans-serif;
    overflow-x: hidden;
}
.logo{
    width: 210px;
}
.lees-verder {
    color: var(--u-color-pink);
}
.background-image-attr{
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom;
}
.date {
    font-size: 14px;
    color: #969696;
}
.crumb {
    color: #969696;
}
.crumb:hover {
    color: #707070;
}
.h-45{
    height: 450px;
}
a,
a:hover {
    text-decoration: none;
}
.title-purple {
    color: var(--u-color-purple) !important;
    font-weight: 700;
}
.title-black {
    color: #000;
    font-weight: 700;
}
.title-white {
    color: #ffffff;
    font-weight: 700;
}
.bg-gray {
    background-color: #F6F4F7;
}
.text-shadow div strong{
    text-shadow: 1px 1px 1.5px black;
}
.text-shadow div{
    text-shadow: 1px 1px 5px black;
}
.m-h-400{
    max-height: 400px;
}
.lowercase{
    text-transform: lowercase;
}
header {
    z-index: 999;
    position: fixed;
    background-color: #ffffff;
}
.pink-bar {
    padding-bottom: 20px;
    border-bottom: 10px solid rgba(222, 39, 130, .9);
}
.play-btn {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.social-nav,
.main-nav {
    padding-left: 0;
    list-style-type: none;

    margin-top: 30px;
}
.social-nav{
    margin-left: auto;
}
.social-nav li,
.main-nav li {
    float: left;
}
.main-nav li a {
    color: #000;
    padding: 0 15px;
    font-weight: 500;
}
.social-nav li a{
    color: #7b7b7b;
    padding: 0 15px;
    font-weight: 500;
}
.main-nav li a.active {
    color: #E71C81;
}
.nav.navbar-nav.navbar-right{
    transform: translateY(10%);
}
.nav-link{
    color: rgba(0,0,0,1) !important;
    margin-left: 20px;
}
.nav-link.active{
    color: rgba(231, 28, 129,1) !important;
}
.social-nav li a {
    padding: 0 5px;
}

.header-img {
    min-height: 450px;
}
.background-image{
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top;
}

.section-0 {
    /*padding-top: 67px !important;*/
}
.section-0.more-y-pad:first-of-type {
    padding-top: 100px !important;
}
/*.container-fluid.bg-gray.section-0.more-y-pad.specializations-themes {*/
/*    padding-bottom: 25rem !important;*/
/*}*/
section .intro {
    min-height: 400px;
    max-height: 600px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: right;
    color: #ffffff;
    padding: 30px 10px 50px 10px !important;
    text-shadow: 2px 0px 0px rgba(0,0,0,0.15);
}
section .intro.normal {
    min-height: 450px;
}
section .intro .title strong {
    font-size: 48px;
    font-weight: 700;
}
section .intro p {
    font-size: 22px;
    font-weight: 500;
}
section .intro .description {
    width: 500px;
}

.company-item, .company-slider-item{
    filter: grayscale(var(--value, 100%));
}
.company-item:hover, company-slider-item:hover{
    filter: grayscale(var(--value, 0%));
}


.bg-d-purple,
section .text.bg-d-purple,
section .content.bg-d-purple {
    color: #ffffff;
    background-color: var(--u-color-d-purple);
}
section .text.bg-white,
section .content.bg-white {
    background-color: #ffffff;
}
section .center-content {
    position: relative;
}
section .center-content .text {
    width: 85%;

    top: 15%;
    right: -10%;
    position: absolute;
    z-index: 990;
}
section .center-content .text.content-right{
    width: 85%;

    top: 15%;
    left: 0%;
    position: absolute;
    z-index: 990;
}

section .center-content .text.text-left {
    left: -10%;
}
section .center-content .media {
    width: 85%;

    top: 9%;
    right: -10%;
    /*transform: translateX(30%);*/
    position: absolute;
    z-index: 990;
}
section .center-content .media.media-left {
    left: -10%;
}
section .center-content .media .video {
    position: relative;
}
section .center-content .media video {
    width: 100%;
    height: 100%;
    object-fit: fill;
    background-color: #000;
}
section .full-content .media {
    width: 100%;
    min-height: 420px;
}
section .center-content .text {
    padding: 50px 50px 50px 50px;
}
section .full-content .text {
    padding: 100px 100px 50px 100px;
    position: relative;
}
.highlight-border,
section .center-content .text .highlight-border,
section .full-content .text .highlight-border {
    background-color: #E71C81 !important;
    position: absolute;
    width: 200px;
    height: 15px;
    top: 0;
}

section.specializations-themes .item {
    width: 100%;
    position: relative;
    background-color: #ffffff;
}
section.specializations-themes .item .image {
    width: 100%;
    height: 250px;
}
section.cases-projects .item {
    color: #000;
    background-color: #ffffff;
}

.testimonial-row{
    margin: 3rem 0;
}

/*Normal page type*/
.content {
    position: relative;
    padding: 0px 80px 80px 80px;
    background-color: #ffff;
}
.content .title {
    padding-top: 80px;
    margin-bottom: 2em;
}
.upward {
    margin-top: -100px;
    display: inline-block;
}

/*Film page type*/
.item img {
    display: inline-block;
    padding: 25px;
    position: absolute;
    top: 30%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.item img:hover {
    opacity: 0.9;
    cursor: pointer;
}
.item .title-purple~p {
    color: #969696;
}


.icon-collapse {
    float: right;
    cursor: pointer;
}
.icon-collapse i {
    font-size: 16px;
}

.text-left{
    text-align: left !important;
}


footer {
    min-height: 200px;

    padding-top: 50px;

    color: #ffffff;
    background-color: var(--u-color-purple);
}
footer .row ul {
    list-style-type: none;
}
footer .row ul li a {
    color: #ffffff;
}
footer p {
    color: #ffffff;
}
.btn.btn-pink.custom-btn.float-right{
    float: right;
}
.custom-btn {
    color: #ffffff;
    border-radius: 0;
    padding: 8px 20px;
}
.custom-btn:hover {
    color: #ffffff;
}
.custom-btn-reverse {
    color: #E71C81;
    border-radius: 0;
    padding: 8px 20px;
    border: 1px solid #E71C81;
    background-color: #ffffff;
}
.custom-btn-reverse:hover {
    color: #E71C81;
}
.btn-pink {
    background-color: var(--u-color-pink);
}
.btn-pink:hover {
    background-color: #F551A0;
}
.custom-btn-hover:hover {
    background-color: #F5E5EF;
}
.ml-auto{
    margin-left: auto
}
.mr-auto{
    margin-right: auto
}
.pb-10{
    padding-bottom: 12.5% !important;
}
.testimonial-showpiece{
    text-align: center;
}
.testimonial-showpiece p{
    font-size: 9pt;
}
.responsive-iframe {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
}
.footer-logo{
    width: 210px;
    float: right;
}
.footer-social-nav{
    float: right;
}
.footer-home p{
    float: right;
}
.clearfix{
    clear: both;
}
.btn{
    font-weight: 500;
}
a{
    text-decoration: none !important;
}
.mr-1{
    margin-right: 0.5rem;
}
#loadMoreprodDiv{
    width: 25%;
    margin-bottom: 50vh;
}

.text-right{
    text-align: right;
}