/* 
Theme Name: Bootstrap Theme 
Author: WebThemez.com
License: https://webthemez.com/license 
*/
/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/

@import url('https://fonts.googleapis.com/css2?family=Lexend+Mega&display=swap');

body {
    background: #280045;
    color: #c393cb;
    font-family: "Open Sans", sans-serif;
}

.donkereknopbg {
    background:#280045!important;
}
.modal-open .modal {
    overflow:hidden!important;
}
.modal-title {
    color:#E91E63
}

.modal-content {
    background:#09040c!important;
    
}

@media (min-width: 576px) {
    .modal-dialog {
        max-width: 700px;
        margin: 1.75rem auto;
    }
}

.modal {
    text-align: center;
}

@media screen and (min-width: 768px) { 
    .modal:before {
        display: inline-block;
        vertical-align: middle;
        content: " ";
        height: 100%;
    }
}

.modal-dialog {
    display: inline-block;
    text-align: left;
    vertical-align: middle;
}

body::-webkit-scrollbar {
    width: 6px;
    background:#09040c;
}

body::-webkit-scrollbar-track {
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

body::-webkit-scrollbar-thumb {
    background-color: #E91E63;
    outline: 1px solid slategrey;
}

a {
    color: #E91E63;
    transition: 0.5s;
}
.sticky-wrapper {
    height:84px!important;
}
a:hover, a:active, a:focus {
    color: #51d8af;
    outline: none;
    text-decoration: none;
}

p {
    padding: 0;
    margin: 0 0 30px 0;
}

h1, h2, h3, h4, h5, h6 {
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    margin: 0 0 20px 0;
    padding: 0;
}

/* Back to top button */
.back-to-top {
    position: fixed;
    display: none;
    background: #E91E63;
    color: #fff;
    padding: 6px 12px 9px 12px;
    font-size: 16px;
    border-radius: 2px;
    right: 15px;
    bottom: 15px;
    transition: background 0.5s;
}

@media (max-width: 768px) {
    .back-to-top {
        bottom: 15px;
    }
}

.back-to-top:focus {
    background: #E91E63;
    color: #fff;
    outline: none;
}

.back-to-top:hover {
    background: #0c2e8a;
    color: #fff;
}

/*--------------------------------------------------------------
# Top Bar
--------------------------------------------------------------*/
#topbar {
    background: linear-gradient(45deg, #E91E63 -132%, #0c2e8a 100%);
    padding: 10px 0;
    border-bottom: 1px solid #eee;
    font-size: 14px;
    display: none !important;
}

#topbar .contact-info a {
    line-height: 1;
    color: #acacac;
}

#topbar .contact-info a:hover {
    color: #E91E63;
}

#topbar .contact-info i {
    color: #E91E63;
    padding: 4px;
}
.contact-info.float-left {
    color: #acacac;
}
#topbar .contact-info .fa-phone {
    padding-left: 20px;
    margin-left: 20px;
    border-left: 1px solid #e9e9e947;
}

#topbar .social-links a {
    color: #E91E63;
    padding: 4px 12px;
    display: inline-block;
    line-height: 1px;
    border-left: 1px solid #e9e9e924;
}

#topbar .social-links a:hover {
    color: #E91E63;
}

#topbar .social-links a:first-child {
    border-left: 0;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
    padding: 23px 0;
    transition: all 0.5s;
    z-index: 997;
    background: #09040c;
    box-shadow: 0px 6px 9px 0px rgba(0, 0, 0, 0.06);
}

#header #logo h1 {
    color:#E91E63!important;
    font-size: 28px;
    margin: 2px 0 0 0;
    padding: 0;
    line-height: 1;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
}

#header #logo h1 a {
    color:#E91E63!important;
    line-height: 1;
    display: inline-block;
    font-family: 'Lexend Mega', sans-serif;
}

#header #logo h1 a span {
    /* color: #e448ff; */
    margin-right: 8px;
}

#header #logo img {
    padding: 0;
    margin: 0;
}

@media (max-width: 768px) {
    #header {
        padding: 20px 0;
        height: 100px;
    }
    #header #logo h1 {
        font-size: 34px;
    }
    #header #logo img {
        max-height: 40px;
    }
}


.img-responsive {
    display: block;
    max-width: 100%;
    height: auto;
}

/*--------------------------------------------------------------
# Intro Section
--------------------------------------------------------------*/



#intro {
    width: 100%;
    height: 100vh;
    position: relative;
    /*background: url("../img/intro-carousel/3.jpg") no-repeat;*/
    background-size: cover;
}

#intro .intro-content {
    position: absolute;
    bottom: 0;
    top: 0;
    right: 0;
    left: 14%;
    z-index: 10;
    display: flex;
    justify-content: center;
    flex-direction: column;
    text-align: left;
}

#intro .intro-content-right {
    position:absolute;
    right:10px;
    margin-top:250px;
}
@media (max-width: 767px) {

    #intro .intro-content h2 span { font-size:25px!important;}

    #intro .intro-content-right {
        display:none!important;
    }
}
#intro .intro-content h2 {
    color: #ff377b;
    margin-bottom: 30px;
    font-size: 24px;
    font-weight: 700;
    text-align: left;
}

#intro .intro-content h2 span {
    color: #fff;
    font-size: 64px;
    text-transform: uppercase;
    font-family: 'Russo One', sans-serif;
    background: -webkit-linear-gradient(#ffc08a, #E91E63);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

@media (max-width: 767px) {
    #intro .intro-content h2 {
        font-size: 22px;
        /* background: #ffffffa3; */
        padding: 0;
    }
}

.btn-speelbullet {
    font-family: "Raleway", sans-serif;
    font-size: 15px;
    font-weight: bold;
    letter-spacing: 1px;
    padding: 10px 32px;
    border-radius: 2px;
    transition: 0.5s;
    margin: 0;
    color: #fff;
}

.btn-speelbullet {
    background: transparent;
    border: 2px solid #ff377b;
    color: #ff377b;
}

.btn-speelbullet:hover {
    background: none;
    color: #fff;
    background: #ff377b;
    border: 2px solid #ff377b;
}

.btn-get-started, .btn-projects {
    font-family: "Raleway", sans-serif;
    font-size: 15px;
    font-weight: bold;
    letter-spacing: 1px;
    display: inline-block;
    padding: 10px 32px;
    border-radius: 2px;
    transition: 0.5s;
    margin: 0;
    color: #fff;
}

.btn-sluiten {
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    font-size: 16px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 8px 26px;
    border-radius: 3px;
    transition: 0.5s;
    margin: 0;
    border: 2px solid #E91E63;
    color: #E91E63;
    background: transparent;
    border: 2px solid #ff377b;
    color: #ff377b;
}

.btn-get-started {
    background: transparent;
    border: 2px solid #ff377b;
    color: #ff377b;
}

.btn-get-started:hover {
    background: none;
    color: #fff;
    background: #ff377b;
    border: 2px solid #ff377b;
}

.intro-content .btn-projects {
    background: #E91E63;
    border: 2px solid #E91E63;
}

.intro-content .btn-projects:hover {
    background: none;
    color: #E91E63;
}

#intro-carousel {
    z-index: 8;
}

#intro-carousel::before {
    content: '';
    background-color: rgba(255, 255, 255, 0.7);
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 7;
}

#intro-carousel .item {
    width: 100%;
    height: 60vh;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    -webkit-transition-property: opacity;
    transition-property: opacity;
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/* Nav Menu Essentials */
.nav-menu, .nav-menu * {
    margin: 0;
    padding: 0;
    list-style: none;
}

.nav-menu ul {
    position: absolute;
    display: none;
    top: 100%;
    left: 0;
    z-index: 99;
}

.nav-menu li {
    position: relative;
    white-space: nowrap;
}

.nav-menu > li {
    float: left;
}

.nav-menu li:hover > ul,
.nav-menu li.sfHover > ul {
    display: block;
}

.nav-menu ul ul {
    top: 0;
    left: 100%;
}

.nav-menu ul li {
    min-width: 180px;
}

/* Nav Menu Arrows */
.sf-arrows .sf-with-ul {
    padding-right: 22px;
}

.sf-arrows .sf-with-ul:after {
    content: "\f107";
    position: absolute;
    right: 8px;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
}

.sf-arrows ul .sf-with-ul:after {
    content: "\f105";
}

/* Nav Meu Container */
#nav-menu-container {
    float: right;
    margin: 0;
}

@media (max-width: 768px) {
    #nav-menu-container {
        display: none;
    }
}

/* Nav Meu Styling */
.nav-menu a {
    padding: 10px 8px;
    text-decoration: none;
    display: inline-block;
    color: #9f6ab9;
    font-family: "Raleway", sans-serif;
    font-weight: 700;
    font-size: 14px;
    outline: none;
}

.nav-menu li:hover > a, .nav-menu > .menu-active > a {
    color: #f50c8b;
}

.nav-menu > li {
    margin-left: 10px;
}

.nav-menu ul {
    margin: 4px 0 0 0;
    padding: 10px;
    box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
    background: #fff;
}

.nav-menu ul li {
    transition: 0.3s;
}

.nav-menu ul li a {
    padding: 10px;
    color: #333;
    transition: 0.3s;
    display: block;
    font-size: 13px;
    text-transform: none;
}

.nav-menu ul li:hover > a {
    color: #E91E63;
}

.nav-menu ul ul {
    margin: 0;
}

/* Mobile Nav Toggle */
#mobile-nav-toggle {
    position: fixed;
    right: 0;
    top: 0;
    z-index: 999;
    margin: 20px 20px 0 0;
    border: 0;
    background: none;
    font-size: 24px;
    display: none;
    transition: all 0.4s;
    outline: none;
    cursor: pointer;
}

#mobile-nav-toggle i {
    color: #9C27B0;
}

@media (max-width: 768px) {
    #mobile-nav-toggle {
        display: inline;
    }
}

/* Mobile Nav Styling */
#mobile-nav {
    position: fixed;
    top: 0;
    padding-top: 18px;
    bottom: 0;
    z-index: 998;
    background: #0c2e8a;
    left: -260px;
    width: 260px;
    overflow-y: auto;
    transition: 0.4s;
    background: linear-gradient(45deg, #E91E63 -200%, #2b0077 100%);
}

#mobile-nav ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

#mobile-nav ul li {
    position: relative;
}

#mobile-nav ul li a {
    color: #fffc;
    font-size: 16px;
    overflow: hidden;
    padding: 10px 22px 10px 15px;
    position: relative;
    text-decoration: none;
    width: 100%;
    display: block;
    outline: none;
}

#mobile-nav ul li a:hover {
    color: #fff;
}

#mobile-nav ul li li {
    padding-left: 30px;
}

#mobile-nav ul .menu-has-children i {
    position: absolute;
    right: 0;
    z-index: 99;
    padding: 15px;
    cursor: pointer;
    color: #fff;
}

#mobile-nav ul .menu-has-children i.fa-chevron-up {
    color: #E91E63;
}

#mobile-nav ul .menu-item-active {
    color: #E91E63;
}

#mobile-body-overly {
    width: 100%;
    height: 100%;
    z-index: 997;
    top: 0;
    left: 0;
    position: fixed;
    background: rgba(13, 13, 13, 0.9);
    display: none;
}

/* Mobile Nav body classes */
body.mobile-nav-active {
    overflow: hidden;
}

body.mobile-nav-active #mobile-nav {
    left: 0;
}

body.mobile-nav-active #mobile-nav-toggle {
    color: #fff;
}

/*--------------------------------------------------------------
# Sections
--------------------------------------------------------------*/
/* Sections Header
--------------------------------*/
.section-header {
    margin-bottom: 30px;
}

.section-header h2 {
    font-size: 32px;
    color: #E91E63;
    text-transform: uppercase;
    font-weight: 700;
    position: relative;
    font-family: 'Lexend Mega', sans-serif;
    padding-bottom: 20px;
    /* display: inline-block; */
    text-align: center;
}

.section-header h2::before {
    content: '';
    position: absolute;
    display: block;
    width: 62px;
    height: 3px;
    bottom: 0;
    left: 0;
    border-top: #E91E63 solid 2px;
    right: 0;
    text-align: center;
    margin: 0 auto;
}

.section-header p {
    padding: 0;
    margin: 0;
    text-align: center;
}

/* regels Section
--------------------------------*/
#regels {
    padding: 60px 0 60px 0;
}

#regels .about-img {
    overflow: hidden;
} 
#regels .about-img img {
    margin-top: -15px;
    width: 98%;
}

@media (max-width: 768px) {
    #regels .about-img {
        height: auto;
    }
    #regels .about-img img {
        margin-left: 0;
        padding-bottom: 30px;
    }
}

#regels .content h2 {
    color: #cecece;
    font-weight: 700;
    font-size: 18px;
    font-family: "Raleway", sans-serif;
}

#regels .content h3 {
    color: #d640ef;
    font-weight: 300;
    font-size: 18px;
    line-height: 26px;
    font-style: italic;
}

#regels .content p {
    line-height: 26px;
}

#regels .content p:last-child {
    margin-bottom: 0;
}

#regels .content i {
    font-size: 20px;
    padding-right: 4px;
    color: #E91E63;
}

#regels .content ul {
    list-style: none;
    padding: 0;
}

#regels .content ul li {
    padding-bottom: 10px;
}

/* Discord Section
--------------------------------*/
#discord {
    padding: 60px 0 60px 0;
}

#discord .about-img {
    overflow: hidden;
} 
#discord .about-img img {
    margin-top: -15px;
    width: 98%;
}

@media (max-width: 768px) {
    #discord .about-img {
        height: auto;
    }
    #discord .about-img img {
        margin-left: 0;
        padding-bottom: 30px;
    }
}

#discord .content h2 {
    color: #cecece;
    font-weight: 700;
    font-size: 18px;
    font-family: "Raleway", sans-serif;
}

#discord .content h3 {
    color: #d640ef;
    font-weight: 300;
    font-size: 18px;
    line-height: 26px;
    font-style: italic;
}

#discord .content p {
    line-height: 26px;
}

#discord .content p:last-child {
    margin-bottom: 0;
}

#discord .content i {
    font-size: 20px;
    padding-right: 4px;
    color: #E91E63;
}

#discord .content ul {
    list-style: none;
    padding: 0;
}

#discord .content ul li {
    padding-bottom: 10px;
}

/* Services Section
--------------------------------*/
#welkom {
    padding: 30px 0 0 0;
    color: #c393cb;
}

#welkom .box {
    padding: 30px;
    margin-bottom: 40px;
background:#280045;
    transition: 0.4s;
    /* border: 1px solid #ff377b; */
    position: relative;
    overflow: hidden;
    border-radius: 25px;
}
#welkom .box:after {
    content: '';
    width: 80px;
    height: 80px;
    background: #ff377b;
    position: absolute;
    top: -30px;
    border-radius: 50%;
    right: -30px;
}
#welkom .box:hover {
    box-shadow: 0px 0px 30px rgba(73, 78, 92, 0.15);
    transform: translateY(-10px);
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
}

#welkom .box .icon {
    display: block;
    width: 100%;
    text-align: left;
    padding: 15px 0;
}

#welkom .box .icon i {
    color: #c393cb!important;
    font-size: 44px;
    transition: 0.5s;
    line-height: 0;
    margin-top: 0px;
}

#welkom .box .icon i:before {
    background: #c3c3c3;
    /* background: linear-gradient(45deg, #E91E63 0%, #405ece 100%); */
    background-clip: border-box;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

#welkom .box h4 {
    margin-left: 100px;
    font-weight: 700;
    margin-bottom: 24px;
    font-size: 22px;
    display: block;
    width: 100%;
    text-align: left;
    float: left;
    margin: 0;
}

#welkom .box h4 a {
    color: #444;
    background: #280045;
}

#welkom .box p {
    font-size: 14px;
    line-height: 24px;
    text-align: left;
    display: block;
    margin: 0;
    padding-top: 15px;
    color: #838383;
}


#event{
    padding:90px 0;
}

.box2-main{

}

.fa-gavel {
    font-size:90px;
    margin-top:7px;
    color:#E91E63!important;  
}

.fa-refresh {
    font-size:90px;
    margin-top:7px;
    color:#E91E63;  
}

.fa-users {
    font-size:90px;
    margin-top:7px;
    color:#E91E63;  
}

.fa-pencil {
    font-size:90px;
    margin-top:7px;
    color:#E91E63;  
}

.fa-vcard {
    font-size:90px;
    margin-top:7px;
    color:#E91E63;  
}
.fa-plane {
    font-size:90px;
    margin-top:7px;
    color:#E91E63;
}

.fa-user-times {
    font-size:90px;
    margin-top:7px;
    color:#E91E63;
}

.fa-exclamation-triangle {
    font-size:90px;
    margin-top:7px;
    color:#E91E63;
}


.box2{

    border: 1px solid #E91E63;

    display: inline-block;
    padding-right:20px;
}
.leftSec{
    background-size:cover!important;
    background-repeat:no-repeat;
    float:left;
    height:125px;
    width: 32%!important;
    /*    background: #E91E63;*/
    color: #fff;
    text-align: center;
    padding: 15px;
    margin-right: 3%;
}
.rightSec{
    float:right;
    width:65%;
    padding-top:15px;

}
@media (max-width: 767px) {
    #welkom .box .box {
        margin-bottom: 20px;
    }
    #welkom .box .icon {
        float: none;
        text-align: center;
        padding-bottom: 15px;
    }
    #welkom .box h4, #welkom .box p {
        margin-left: 0;
        text-align: center;
    }
}

/* Clients Section
--------------------------------*/
#clients {
    padding: 60px 0;
}

#clients img {
    max-width: 100%;
    opacity: 0.5;
    transition: 0.3s;
    padding: 15px 0;
}

#clients img:hover {
    opacity: 1;
}

#clients .owl-nav, #clients .owl-dots {
    margin-top: 5px;
    text-align: center;
}

#clients .owl-dot {
    display: inline-block;
    margin: 0 5px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #ddd;
}

#clients .owl-dot.active {
    background-color: #E91E63;
}

/* Our Portfolio Section
--------------------------------*/
#portfolio {
    background: linear-gradient(45deg, #5b0072 54%, #3a0157 100%);
    padding: 90px 50px;
    color: #ffffff9c;
}

#portfolio .portfolio-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 1;
    -webkit-transition: all ease-in-out 0.4s;
    transition: all ease-in-out 0.4s;
    /* display: none; */
}

#portfolio .portfolio-item {
    overflow: hidden;
    position: relative;
    padding: 10px;
    vertical-align: middle;
    text-align: center;
}

#portfolio .portfolio-item h2 {
    color: #ffffff;
    font-size: 16px;
    margin: 0;
    text-transform: capitalize;
    font-weight: 700;
    background: #00000085;
    /* border: 1px solid #fff; */
    padding: 25px;
    /* background: linear-gradient(45deg, #e91e6357 0%, #405ece91 100%); */
    display: none;
}

#portfolio .portfolio-item img {
    -webkit-transition: all ease-in-out 0.4s;
    transition: all ease-in-out 0.4s;
    width: 100%;
}

#portfolio .portfolio-item:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

#portfolio .portfolio-item:hover .portfolio-overlay {
    opacity: 1;
    background: rgba(0, 0, 0, 0.7);
}

#portfolio .portfolio-info {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
/*----*/

.content-3-10 {
    padding: 0px;
    position: relative;
}

.content-3-10 .image-container {
    position: absolute;
    height: 300px;
    padding: 0px;
    top: 0px;
}

.content-3-10 .image-container .background-image-holder {
    background: url('../images/about.jpg') no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    height: 100%;
}

.content-3-10 .content {
    margin-top: 300px;
    padding: 40px;
}

.content-3-10 h3 {
    margin-bottom: 34px;
}

.content-3-10 p {
    margin-bottom: 20px;
}

.img-middle{
    display: block;
    border: 1px solid #d8d8d8;
    padding: 25px;
    margin: 20px auto 25px;
    width: 100%;
}
.align-center {
    text-align: center;
}


/*-------pricing-area start-------*/
#price{
    padding:90px 0;
} 
#price .section-header{
    margin-bottom:40px;
}
.pricing-wrap {
    margin-bottom: 30px;
    background: #fff;
    padding: 40px 20px;
    box-shadow: 0px 1px 10px rgba(0, 0, 0, .05);
}

.pricing-wrap:hover {
    box-shadow: 0px 1px 20px rgba(0, 0, 0, .05);
}

.pricing-wrap span {
    color: #673AB7;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 15px;
    display: block;
    padding-left: 15px;
}

.pricing-wrap h4 {
    font-size: 36px;
    font-weight: 700;
    color: #f90048;
    position: relative;
    padding-left: 15px;
    line-height: 30px;
}

.pricing-wrap h4:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 5px;
    height: 100%;
    background: #9C27B0;
    content: "";
    border-radius: 5px;
}

.pricing-wrap h3 {
    font-weight: 700;
    font-size: 50px;
    line-height: 57px;
    margin-bottom: 0;
    margin-top: 19px;
    text-align: right;
    color: #673AB7;
}

.pricing-wrap p {
    font-size: 14px;
    line-height: 24px;
    margin: 30px 0px;
    color: #333;
}

.pricing-wrap ul li {
    font-size: 14px;
    line-height: 28px;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    color: #333;
}

.pricing-wrap ul li:hover {
    color: #f90048;
}

.pricing-wrap button {
    padding: 20px 80px;
    border: none;
    color: #fff;
    text-transform: uppercase;
    background: #f90048;
    border-radius: 5px;
    margin: 45px auto 0;
    font-weight: 600;
    cursor: pointer;
}

.pricing-wrap button:hover {
    background: #c8003a;
}


/* Testimonials Section
--------------------------------*/
#bedrijven {
    padding: 60px 0;
}

#bedrijven .testimonial-item {
    box-sizing: content-box;
    padding: 30px 30px 0 30px;
    margin: 30px 15px;
    text-align: center;
    min-height: 250px;
    /* box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.08); */
}

@media (max-width: 767px) {
    #bedrijven .testimonial-item {
        margin: 30px 10px;
    }
}

#bedrijven .testimonial-item .testimonial-img {
    width: 90px;
    border-radius: 50%;
    border: 4px solid #fff;
    margin: 0 auto;
}

#bedrijven .testimonial-item h3 {
    font-size: 18px;
    font-weight: bold;
    margin: 10px 0 5px 0;
    /* color: #111; */
}

#bedrijven .testimonial-item h4 {
    font-size: 14px;
    color: #999;
    margin: 0;
}

#bedrijven .testimonial-item .quote-sign-left {
    margin-top: -15px;
    padding-right: 10px;
    display: inline-block;
    width: 37px;
}

#bedrijven .testimonial-item .quote-sign-right {
    margin-bottom: -15px;
    padding-left: 10px;
    display: inline-block;
    max-width: 100%;
    width: 37px;
}

#bedrijven .testimonial-item p {
    font-style: italic;
    margin: 0 auto 15px auto;
    background: #f1f1f1;
    width: 100%;
    border: 1px solid #dcdcdc;
    border-radius: 15px 15px 0 15px;
    padding: 22px 15px;
    font-size: 15px;
    color: #686868;
}

#bedrijven .owl-nav, #bedrijven .owl-dots {
    margin-top: 5px;
    text-align: center;
}

#bedrijven .owl-dot {
    display: inline-block;
    margin: 0 5px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #ddd;
}

#bedrijven .owl-dot.active {
    background-color: #E91E63;
}
.map{

    margin: 80px auto 40px;
}
p.help-block,
p.help-block ul{
    float: left; 
    margin: 0;
    padding: 0;
}
p.help-block li {
    float: left; 
    margin: 10px 0 0 0;
    padding: 0;
    list-style:none;
    color:red;
}


.darkbg {
    background: #1b001f;
}


/* Call To Action Section
--------------------------------*/
#sollicitatie {
    background: #1b001f;
    background-size: cover;
    padding: 0;
}

#sollicitatie .cta-title {
    color: #E91E63;
    font-size: 28px;
    font-weight: 700;
    margin-top: 62px;
}

#sollicitatie .cta-text {
    /* color: #b399b8; */
}
.cta-btn-container img {
    width: 100%;
}
@media (min-width: 769px) {
    #sollicitatie .cta-btn-container {
        display: flex;
        align-items: center;
        justify-content: flex-end;
    }
}



#sollicitatie .cta-btn {
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    font-size: 16px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 8px 26px;
    border-radius: 3px;
    transition: 0.5s;
    margin: 0;
    border: 2px solid #E91E63;
    color: #E91E63;
}

#sollicitatie .cta-btn:hover {
    background: #E91E63;
    border: 3px solid #E91E63;
    color: #fff;
}

/* Our Team Section
--------------------------------*/
#team {
    /* background: #fff; */
    padding: 60px 0 0 0;
}

#club {
    /* background: #fff; */
    padding: 60px 0 0 0;
}

#families{
    /* background: #fff; */
    padding: 60px 0 0 0;
}


#team .member {
    text-align: center;
    margin-bottom: 20px;
}

#team .member .pic {
    overflow: hidden;
    text-align: center;
}

#bedrijven .member .pic:hover {
    background: #280045;
    cursor: grab!important;
}

#families .member .pic:hover {
    background: #1b001f;
    cursor: grab!important;
}

#club .member .pic:hover {
    background: #280045;
    cursor: grab!important;
}

#team .member .pic:hover {
    background: #1b001f;
    cursor: grab!important;
}


#team .member .pic img {
    max-width: 100%;
    /*border-bottom: 4px solid #E91E63;*/
    /* padding: 20px 20px 0; */
}

#team .member .details {
    background: #fff;
    color: #E91E63;
    padding: 15px 0;
    border-radius: 0 0 3px 3px;
    border: #E91E63 1px solid;
}

#team .member h4 {
    font-weight: 700;
    margin-bottom: 2px;
    font-size: 18px;
}

#team .member span {
    font-style: italic;
    display: block;
    font-size: 13px;
}

#team .member .social {
    margin-top: 5px;
    padding: 6px;
    text-align: center;
}

#team .member .social a {
    color: #E91E63;
    margin: 2px 6px;
    border: 1px solid #E91E63;
    width: 42px;
    display: inline-block;
    opacity: .4;
}
#team .member .social a:hover{
    color: #fff;
    margin: 2px 6px;
    border: 1px solid #E91E63;
    opacity: 1;
    background: #E91E63;
}
#team .member .social i {
    font-size: 16px;
    margin: 0 2px;
}

/* Contact Section
--------------------------------*/
#contact {
    padding: 60px 0;
}

#contact .contact-info {
    margin-bottom: 20px;
    text-align: center;
}

#contact .contact-info i {
    font-size: 24px;
    display: inline-block;
    margin-bottom: 0;
    color: #E91E63;
    float: left;
}

#contact .contact-info address, #contact .contact-info p {
    margin-bottom: 0;
    /* color: #000; */
    display: block;
    float: left;
    width: 100%;
    margin-bottom: 15px;
    padding: 0;
    margin-top: 0;
    margin-left: 27px;
    font-size: 14px;
}

#contact .contact-info h3 {
    font-size: 16px;
    margin-bottom: 15px;
    font-weight: bold;
    text-transform: uppercase;
    color: #E91E63;
    float: left;
    margin: 8px 15px;
}

#contact .contact-info a {
    color: #b885c2;
}

#contact .contact-info a:hover {
    color: #E91E63;
}

#contact .contact-address, #contact .contact-phone, #contact .contact-email {
    margin-bottom: 20px;
}

@media (min-width: 768px) {
    #contact .contact-address, #contact .contact-phone, #contact .contact-email {
        padding: 0;
        text-align: left;
    }
}

@media (min-width: 768px) {
    #contact .contact-phone {
    }
}

#contact #google-map {
    height: 290px;
    margin-bottom: 20px;
}

@media (max-width: 576px) {
    #contact #google-map {
        margin-top: 20px;
    }
}

#contact .form #sendmessage {
    color: #E91E63;
    border: 1px solid #E91E63;
    display: none;
    text-align: center;
    padding: 15px;
    font-weight: 600;
    margin-bottom: 15px;
}

#contact .form #errormessage {
    color: red;
    display: none;
    border: 1px solid red;
    text-align: center;
    padding: 15px;
    font-weight: 600;
    margin-bottom: 15px;
}

#contact .form #sendmessage.show, #contact .form #errormessage.show, #contact .form .show {
    display: block;
}

#contact .form .validation {
    color: red;
    display: none;
    margin: 0 0 20px;
    font-weight: 400;
    font-size: 13px;
}

#contact .form input, #contact .form textarea {
    padding: 10px 14px;
    border-radius: 0;
    box-shadow: none;
    font-size: 15px;
    border: none;
}

#contact .form button[type="submit"] {
    background: #E91E63;
    border: 0;
    border-radius: 3px;
    padding: 10px 30px;
    color: #fff;
    transition: 0.4s;
    cursor: pointer;
}

#contact .form button[type="submit"]:hover {
    background: #081e5b;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
    /* background: #081e5b; */
    padding: 0 0 30px 0;
    font-size: 14px;
    color: #fff;
}

#footer .copyright {
    text-align: center;
    padding-top: 30px;
    color: #ffffffad;
}

#footer .credits {
    opacity:0.25;
    text-align: center;
    font-size: 13px;
    color: #280045;
    margin-top: 8px;
}

.owl-carousel .owl-item img {
    display: block;
    width: auto;
    height: 70px;
    margin: 0 auto;
}


.playbutton {
    position:absolute;
    left:50%;
    display: inline-block;
    padding: 20px 30px;
    background-color: #fd2673;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    width:150px!important;
    -webkit-box-shadow: inset 0 -1px 1px rgb(255 255 255 / 15%);
    -moz-box-shadow: inset 0 -1px 1px rgba(255, 255, 255, .15);
    box-shadow: inset 0 -1px 1px rgb(255 255 255 / 15%);
    font-family: 'Pacifico', Arial, sans-serif;
    line-height: 1;
    text-shadow: 0 -1px 1px rgb(175 49 95 / 70%);
    -webkit-transition: background-color .2s ease-in-out, -webkit-transform .1s ease-in-out;
    -moz-transition: background-color .2s ease-in-out, -moz-transform .1s ease-in-out;
    -o-transition: background-color .2s ease-in-out, -o-transform .1s ease-in-out;
    transition: background-color .2s ease-in-out, transform .1s ease-in-out;
}