@charset "UTF-8";

/* Styling Koninvest

Ontwikkeling door Studio Dircken.
Auteur: Davy in 't Veen

Inhoudsopgave:

/* 1. Algemeen (tekst / elementen) */
@font-face{
  font-family:'Montserrat-bold';
  src:url('../fonts/montserrat/Montserrat-Bold.ttf');}

@font-face{
    font-family:'Montserrat-reg';
    src:url('../fonts/montserrat/Montserrat-Regular.ttf');}

@font-face{
    font-family:'Montserrat-lt';
    src:url('../fonts/montserrat/Montserrat-Light.ttf');}

@font-face{
  font-family:'Aller-bold';
  src:url('../fonts/Aller/Aller_Bd.ttf');}

ul {
    padding-left: 0px;
}
li {
    list-style-type: none;
    font-family:'Montserrat-lt';
    line-height: 26px;
    font-size: 14px;
}
p {
    font-family:'Montserrat-lt';
    line-height: 26px;
    font-size: 14px;
}
@media screen and (max-width: 768px){
    p {
        line-height: 22px;
        font-size: 13px;
    }
}
small {
    font-family:'Montserrat-lt';
    font-size: 12px;
}
@media screen and (max-width: 500px){
    small {
        font-size: 10px;
    }
}
strong {
     font-family:'Montserrat-bold';   
}
a, a:hover {
    transition: ease-in 0.4s;
    text-decoration: none;
}
@media (min-width: 768px) and (max-width: 990px) {
    .container {
        max-width: 100%;
        padding-left: 30px;
        padding-right: 30px;
    }
}
@media (min-width: 577px) and (max-width: 767px) {
    .container {
        max-width: 100%;
        padding-left: 30px;
        padding-right: 30px;
    }
}
.red-color{
    color: #de1c51;
}
.btn-hero{
    background-color: #de1c51;
    border-radius: 0px;
    border: 1px solid #de1c51;
    font-family:'Montserrat-bold';
    text-transform: uppercase;
    padding-left: 25px;
    padding-right: 25px;
    letter-spacing: 1px;
    font-size: 13px;
    transition: ease-in 0.4s;
}
.btn-hero:hover{ 
    background-color: transparent;
    transition: ease-in 0.4s;
    border: 1px solid #de1c51;
    color: #de1c51;
}
.btn-hero-inherit{
    background-color: transparent;
    border-radius: 0px;
    border: 1px solid #de1c51;
    font-family:'Montserrat-bold';
    text-transform: uppercase;
    padding-left: 25px;
    padding-right: 25px;
    letter-spacing: 2px;
    font-size: 14px;    
    transition: ease-in 0.4s;
}
.btn-hero-inherit:hover{ 
    background-color: #de1c51;
    transition: ease-in 0.4s;
    border: 1px solid #de1c51;
    color: #fff;
}
.btn-cta-modal{
    background-color: transparent!important;
    border-radius: 0px;
    border: 1px solid #fff!important;
    font-family:'Montserrat-bold';
    text-transform: uppercase;
    padding-left: 25px;
    padding-right: 25px;
    letter-spacing: 2px;
    font-size: 14px;    
    transition: ease-in 0.4s;
}
.btn-cta-modal:hover{ 
    background-color: #fff!important;
    transition: ease-in 0.4s;
    border: 1px solid #fff!important;
    color: #de1c51!important;
}
.btn-no-bg {
    font-family:'Montserrat-bold';
    background: transparent;
    border: none;
    color: #de1c51;
    letter-spacing: 1px;
    font-size: 13px;
    transition: ease-in 0.4s;
    text-transform: uppercase;
}
.btn-no-bg:hover {
    background: transparent;
    border: none;
    color: #253952;
    transition: ease-in 0.4s;
}
.btn-no-bg-diapositive {
    font-family:'Montserrat-bold';
    background: transparent;
    color: #253952;
    letter-spacing: 1px;
    font-size: 13px;
    transition: ease-in 0.4s;
    text-transform: uppercase;
}
.btn-no-bg-diapositive:hover {
    background: transparent;
    border: none;
    color: #de1c51;
    transition: ease-in 0.4s;
}
.btn-project{
    background-color: transparent;
    border-radius: 0px;
    border: 1px solid #253952;
    font-family:'Montserrat-bold';
    text-transform: uppercase;
    padding-left: 15px;
    padding-right: 15px;
    letter-spacing: 1px;
    font-size: 13px;
    transition: ease-in 0.4s;
    color: #253952;
}
.btn-project:hover{ 
    background-color: #253952;
    transition: ease-in 0.4s;
    border: 1px solid #253952;
    color: #fff;
}
.btn-width {
        width: 190px;
    padding-left: 5px;
    padding-right: 5px;
}
.btn-contact {
    width: 147px;
    padding-left: 5px;
    padding-right: 5px;
    font-family:'Montserrat-bold';
    background: transparent;
    color: #253952;
    letter-spacing: 1px;
    font-size: 13px;
    transition: ease-in 0.4s;
    text-transform: uppercase;
    border: 1px solid #de1c51;
}
.btn-contact:hover {
    background: #de1c51;
    color: #fff;
    transition: ease-in 0.4s;
    border: 1px solid #de1c51;
}
@media screen and (max-width: 1200px) {
    .btn-contact {
        width:inherit;
    }
}
@media screen and (max-width: 768px){
        .btn-mobile {
            padding-left: 10px;
            padding-right: 10px;
            font-size: 11px;
            width: inherit!important;
        }
    }
.arrow-down {
    font-size: 60px;
    position: absolute;
    bottom: 80px;
    width: 100%;
    text-align: center;
    z-index: 1;
}
.arrow-down a {
    color: #fff;
}
.arrow-down a:hover {
    color: #de1c51;
}
@media screen and (max-width: 500px){
    .arrow-down {
        font-size: 50px;
        bottom: 20px;
    }
}
#videohero {
   overflow: hidden;
    height: 100vh;
}
#videohero iframe {
    transform: scale(1.11,1.11);
    position: relative;
    margin-top: -40px;
    /*-webkit-filter: grayscale(0.5);
    filter: grayscale(0.5);*/
}
#videohero .hero-content .tekst-hero {
    position: absolute;
    top: 40%;
}
#videohero .hero-content .tekst-hero h1 {
    font-family: 'Montserrat-bold';
    font-size: 62px;
    color: #fff;
    text-transform: uppercase;
    max-width: 360px;
    line-height: 55px;
}
#videohero .hero-content .tekst-hero p {
    margin-bottom: 30px;
}
#videohero .hero-content .overlay {
    position: absolute;
    top: 0;
    width: 100%;
}
#videohero .overlay-bottom img {
    position: absolute;
    bottom: -1px;
}
@media screen and (min-width: 1600px){
    #videohero .overlay-bottom {
        width:100%;
        position: absolute;
        bottom: 0;
    }
}
@media screen and (min-width: 1201px){
.video-poster-desk img {
    -webkit-animation: cssAnimation 2.5s forwards;
    animation: cssAnimation 2.5s forwards;
}
@keyframes cssAnimation {
    0%   {opacity: 1;}
    60%  {opacity: 1;}
    100% {opacity: 0;}
}
@-webkit-keyframes cssAnimation {
    0%   {opacity: 1;}
    60%  {opacity: 1;}
    100% {opacity: 0;}
}
}
@media screen and (max-width: 500px){
    #videohero .overlay-bottom img {
        bottom: -50px;
    }
    #videohero .hero-content .tekst-hero {
        top: 33%;
    }
}
@media screen and (max-width: 1920px) and (min-width: 1680px){
  #videohero iframe {
    transform: scale(1.2,1.2);
        margin-top: -80px;
}
}
@media screen and (max-width: 1680px) and (min-width: 1367px){
  #videohero iframe {
      transform: scale(1.5,1.5);
        margin-top: -182px;
}
}
@media screen and (max-width: 1366px) and (min-width: 1200px) {
    #videohero iframe {
        transform: scale(1,1);
        margin-top: -250px;
        overflow: hidden;
    }
    #videohero .overlay-bottom img {
        bottom: -15px;
    }
    #videohero .hero-content .tekst-hero {
        top: 35%;
    }
    #videohero .hero-content .tekst-hero h1 {
        font-size: 50px;
        line-height: 43px;
    }
}
@media screen and (max-width: 1200px) {
    #videohero iframe {
        display: none;
}
    #videohero .hero-content .video-poster-desk-mobile img {
        height:100vh;
        object-fit: cover;
    }
    #videohero .hero-content .video-overlay img {
        height:100vh;
        object-fit: cover;
    }
    .video-poster-desk-mobile {
        display: block!important;
    }
}

@media screen and (max-width: 500px){
    #videohero .hero-content .tekst-hero h1 {
        font-size: 42px;
        line-height: 40px;
    }
}
#hero {
   overflow: hidden;
    height: 700px;
    position: relative;
}
#hero .hero-content .tekst-hero {
    position: absolute;
    top: 37%;
}
#hero .hero-content .tekst-hero h1 {
    font-family: 'Montserrat-bold';
    font-size: 43px;
    color: #fff;
    text-transform: uppercase;
    max-width: 620px;
    line-height: 39px;
}
#hero .hero-content img {
    width: 100%;
    height: 700px;
    object-fit: cover;
}
#hero .hero-content .tekst-hero p {
    margin-bottom: 30px;
}
#hero .hero-content .overlay img {
    position: absolute;
    top: 0;
    height: 680px;
}
#hero .overlay-bottom img {
    position: absolute;
    bottom: -1px;
    transform: scaleX(1.05);
    -webkit-transform: scaleX(1.05);
    -ms-transform: scaleX(1.05);
}
#hero .arrow-down {
    bottom: 140px;
    font-size: 50px;
}
@media screen and (max-width: 1366px){
    #hero .hero-content .tekst-hero {
        top: 40%;
    }
}
@media screen and (max-width: 1200px) {
    #hero {
        height: 600px;
    }
}
@media screen and (max-width: 991px){
    #hero .arrow-down {
        bottom: 70px;
    }
}
@media screen and (max-width: 768px){
    #hero {
        height: 480px;
    }
    #hero .hero-content .tekst-hero {
        top: 39%;
    }
    #hero .hero-content .overlay img {
        position: absolute;
        top: 0;
        height: 680px;
    }
    #hero .hero-content .tekst-hero h1 {
        font-size: 30px;
        max-width: 400px;
        line-height: 27px;
    }
    #hero .arrow-down {
        bottom: 40px;
    }
}

@media screen and (max-width: 400px){
    #hero .hero-content .tekst-hero h1 {
        max-width: 340px;
    }
}

#footer {
    padding-top: 150px;
    padding-bottom: 120px;
    background: #fff;


}
@media screen and (min-width: 1366px){
    #footer {
        padding-top: 150px;
        padding-bottom: 120px;
        background: #fff;

    }
}
@media screen and (max-width: 920px) {
    #footer {
        padding-top: 170px;
        padding-bottom: 40px;
        background: #fff;
    }
}
@media screen and (max-width: 768px){

    #footer {
        padding-top: 70px;
        padding-bottom: 40px;
        background: #fff;
    }

}
@media screen and (max-width: 768px){

}

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

}

#footer h4 {
    font-family:'Montserrat-bold';
    text-transform: uppercase;
    font-size: 16px;
    letter-spacing: 1px;
    color: #253952;
    margin-bottom: 14px;
}
#footer a {
   color: #253952; 
}
#footer a:hover {
   color: #de1c51; 
}
#footer .socials .fa-facebook {
    background-color: #253952;
    color: #fff;
    padding: 5px 5px 5px 12px;
    font-size: 20px;
}
#footer .socials .fa-instagram{
    background-color: #253952;
    color: #fff;
    padding: 5px 7px 5px 7px;
    font-size: 20px;
}
#footer .socials .fa-linkedin {
    background-color: #253952;
    color: #fff;
    padding: 5px 7px 5px 7px;
    font-size: 20px;
}
#footer .socials a:hover {
    background-color: #de1c51;
}
#footer .company {
    color: #253952;
}
#footer .company strong {
  font-family:'Montserrat-bold';
    color: #de1c51;
}
#footer .company p {
  margin-bottom: 0px;
display: inline-block;
}
#footer .company a {
  font-family:'Montserrat-lt';
    font-size: 14px;
}
#footer .company strong {
    display: inline-block;
}
#footer .logo img {
    float: right;
}
#footer .footnotes .made-by {
    text-align: right;
}
#footer .footnotes .made-by a {
    font-size: 12px;
    color: #de1c51;
}
#footer .footnotes .made-by a:hover {
    color: #253952;
}
#footer .footnotes {
    margin-top: 30px;
}
@media screen and (max-width: 768px){

    #footer .socials {
        margin-bottom: 20px;
    }
    #footer .logo img {
        float: inherit;
        max-width: 140px;
        margin-top: 20px;
    }
    #footer .footnotes .made-by {
        text-align: left;
    }
}
.navbar-toggler{
    margin-right: 15px;
    border-radius: 0;
    border: 1px solid #fff;
    padding-top: 8px;
    padding-bottom: 8px;
    position: absolute;
    right: 0;
    top: 12px;
    color: #fff;
}
.navbar-toggleable-md{
    width: initial!important;
    position: absolute;
    right: 0;
  }
.navbar img {
  max-width: 200px;
}

.navbar-me{
    z-index: 99;
    transition: all 0.6s ;
    position: fixed;
    padding: 10px 0px;
    top: 0px;
    border: 0px;
    border-radius: 0px;
    background-color: transparent!important;
    width: 100%;
    padding-top: 40px;
}
.fixed-me{
    transition: all 0.6s ;
}
.fixed-me{
    background-color:#253952!important;
    padding: 5px  !important;
    margin-bottom: 5px;
    position: fixed;
    top:0;
	  z-index:888;
    width: 100%;
    opacity: inherit;
    opacity: 0.98;
}
.navbar-inverse .navbar-toggler{
  float: right;
  margin-top: 40px;
  margin-right: 15px;
  border-radius: 0;
  border: 1px solid #fff;
  padding-top: 8px;
  padding-bottom: 8px;
}
.navbar-toggleable-md {
    width: initial!important;
    position: absolute;
    right: 0;
  }
.navbar img {
  max-width: 200px;
    transition: ease-in 0.6s;
}
.fixed-me img {
    max-width: 120px;
    transition: ease-in 0.6s;
}
.navbar-dark .navbar-nav .nav-link {
    color: #fff;
}
#main-menu {
  position: absolute;
    right:0;
}
#main-menu li {
    font-family:'Montserrat-reg';
    text-transform: uppercase;
    font-size: 14px;
    margin-left: 45px;
    color: #fff;
    letter-spacing: 0.5px;
}
#main-menu a {
    padding: 0px;
    color: #fff;
    text-shadow: 1px 1px 10px rgba(0,0,0,0.9);
}
#main-menu .active {
    border-bottom: 1px solid #de1c51;
}
@media screen and (max-width:991px){
  .navbar img {
      max-width: 100px;
  }
}
@media screen and (max-width:767px){
  .navbar img {
      position: absolute;
      top: 6px;
      width: 80px;
  }
    .navbar-me {
        background-color: #253952 !important;
    }
    #main-menu {
        width: 100%;
        background-color: #253952;
        right: 0;
        z-index: 999999!important;
        top: 45px;
        left: 0;
        height:100vh;
        text-align: center;
        padding-top: 10vh;
    }
    #main-menu li {
        margin-left: 15px;
        margin-right: 15px;
        padding-top: 15px;
        padding-bottom: 15px;
    }
    #main-menu a {
        font-size: 18px;
        letter-spacing: 1px;
        font-family: 'Montserrat-bold';
    }
    #navbarNavDropdown {
        position: absolute;
        margin-top: 15px;
        left: 0;
        right: 0;
        top:0;
    }
    #main-menu .active {
        border-bottom: none;
    }
}

@media screen and (max-width:1200px){
  .navbar-toggleable-md .navbar-nav .nav-link {
    padding-left: 0;
    padding-right: 0;
  }
  .nav-link {
    font-size: 12px;
  }
}

@media screen and (max-width:991px){
  .nav-link {
    margin:0;
    padding-top: 0;
  }
  .navbar-toggleable-md {
      width: inherit;
      position: inherit;
      right: inherit;
    }
.navbar-toggleable-md>.container {
    width: 100%!important;
  }
.navbar-brand{
  margin-left: 15px;
  width: 15%;
  padding-top: 0;
}
.navbar-inverse .navbar-toggler{
  margin-top: 20px;
}

.menu-item {
  margin:0;
}
.tekst-hero p {
  max-width: 90%;
}
}

@media screen and (max-width:768px) {
  .navbar-me {
    height: 80px;
  }
  .fixed-me{
      padding: 0 !important;
      margin-bottom: 5px;
      position: fixed;
      top:0;
  	  z-index:888;
      width: 100%;
      opacity: inherit;
      padding-top: 5px!important;
  }
  .navbar-inverse .navbar-toggler{
    margin-top: 0;
  }
  .navbar-brand {
    width: 60px;
  }
}
@media screen and (max-width:500px){
    .navbar-me {
        height: 60px;
    }
}
#wijzijn {
    margin: 50px 0px;
    margin-bottom: 170px;
}
#wijzijn h2 {
    font-family: 'Montserrat-bold';
    text-transform: uppercase;
    font-size: 33px;
    letter-spacing: 1px;
    line-height: 30px;
    color: #253952;
}
#wijzijn p {
    color: #253952;
    max-width: 650px;
}
#wijzijn .btn-no-bg {
    float: right;
    margin-right: 80px;
}
@media screen and (max-width: 1366px){
    #wijzijn {
        margin-bottom: 40px;
    }
}
@media screen and (max-width: 1200px){
    #wijzijn .btn-no-bg {
        margin-right: 0;
    }
}
@media screen and (max-width: 767px){
    #wijzijn p {
        max-width: inherit;
    }
    #wijzijn {
        margin-bottom: 20px;
    }
}
#diensten {
    padding-top: 80px;
    padding-bottom: 80px;
    position: relative;
}
#diensten p {
    color: #253952;
}
#diensten .content .background{
    position: absolute;
    width: 100%;
    top: -270px;
    z-index: -1;
}
#diensten .content {

}
#diensten .content .card-dienst .card-top img {
    width: 100%;
}
#diensten .content .card-dienst .card-bottom {
    padding: 30px;
    background-color: #fff;
    min-height: 250px;
}
#diensten .content .card-dienst .card-bottom h3 {
    font-family:'Montserrat-bold';
    text-transform: uppercase;
    font-size: 21px;
    letter-spacing: 1px;
    line-height: 21px;
    color: #253952;
}
#diensten .content .card-dienst .card-bottom .links {
    bottom: 30px;
}
@media screen and (max-width: 1366px){
    #diensten .content .background {
        top: -70px;
    }
}
@media screen and (max-width: 1200px){
    #diensten {
    }
}
@media screen and (max-width: 991px){
    #diensten {
        background-color: #f1f1f1;
        margin-bottom: -110px;
        padding-top: 50px;
        padding-bottom: 90px;
    }
    #diensten .content .card-dienst {
             margin-top: 20px;
         }
    #diensten .content .background {
        display: none;
    }
}
@media screen and (max-width: 767px){
    #diensten {
        padding-top: 40px;
        padding-bottom: 20px;
        margin-bottom: inherit;
    }
    #diensten .content .card-dienst .card-top {
        float: left;
        width: 30%;
    }
    #diensten .content .card-dienst .card-top img {
        min-height: 180px;
        object-fit: cover;
    }
    #diensten .content .card-dienst .card-bottom {
        float: right;
        padding: 15px;
        background-color: #fff;
        min-height: 180px;
        width: 70%;
    }
    #diensten .content .card-dienst .card-bottom .links {
        bottom: 20px;
    }
    #diensten .content .card-dienst .card-bottom h3 {
        font-size: 16px;
        line-height: 18px;
    }
}
#cta-home {
    margin: 50px 0px;
    position: relative;
}
#cta-home h2 {
    font-family:'Montserrat-bold';
    text-transform: uppercase;
    font-size: 33px;
    letter-spacing: 1px;
    line-height: 30px;
}
#cta-home h3 {
    font-family:'Montserrat-bold';
    text-transform: uppercase;
    font-size: 16px;
    letter-spacing: 1px;
    margin-top: 28px;
}
#cta-home .btn {
    margin-top: 14px;
}
#cta-home img {
    width: 100%;
    min-height: 600px;
    object-fit: cover;
}
#cta-home li {
    display: inline-block;
}
#cta-home li:before {
    content: "\f00c";
    color: #de1c51;
    font-family: 'FontAwesome';
    padding-right: 15px;
}
#cta-home .content {
    position: absolute;
    margin: auto;
    width: 100%;
    top: 32%;
    color: #fff;
}
@media screen and (max-width: 1200px){
    #cta-home .content {
        top: 27%;
    }
    #cta-home h2 {
        font-size: 30px;
        line-height: 27px;
    }
    #cta-home li:before {
        padding-right: 0;
    }
}
@media screen and (max-width: 767px){
    #cta-home .content {
        top:21%;
    }
    #cta-home {
        background-color: #f1f1f1;
        margin: 0;
    }
    #cta-home img {
        margin-bottom: -40px;
    }
}
@media screen and (max-width: 500px){
    #cta-home img {
        min-height: 740px;
    }
}
#cta {
    position: relative;
    margin-bottom: 120px;
    margin-top: 200px;
}
#cta h2 {
    font-family:'Montserrat-bold';
    text-transform: uppercase;
    font-size: 38px;
    letter-spacing: 1px;
    line-height: 35px;
    max-width: 375px;
    margin: 0 auto;
}
    #cta .btn {
    margin-top: 45px;
    width: 190px;
    padding-left: 5px;
    padding-right: 5px;
}
#cta .bg img {
    width: 100%;
    min-height: 530px;
}
#cta .underlay-top {
    position: absolute;
    bottom: 400px;
    width: 100%;
    z-index: -1;
}
#cta .content {
    margin: auto;
    color: #fff;
    width: 100%;
}
#cta .content .item-left, #cta .content .item-right {
    text-align: center;
}
#cta .content .item-left {
    float: left;
}
#cta .content .item-right {
    float: right;
}
#cta .content .item-right .btn-hero {
    background-color: #253952;
    border: 1px solid #253952; 
}
#cta .content .item-right .btn-hero:hover {
    background-color: transparent;
    border: 1px solid #fff; 
    color: #fff;
}
#cta .bg-cta-right img {
    position: absolute;
    top: -30px;
    width: 55%;
    right: 0;
    min-height: 600px;
}
#cta .content .wrapper-items {
    top: 275px;
    position: absolute;
    margin: 0 auto;
    width: 100%;
    right: 0;
    left: 0;
}
@media screen and (max-width: 2200px){
    #cta .content .wrapper-items {
        top: 230px;
    }
}
@media screen and (max-width: 1366px){
    #cta .content .wrapper-items {
        top: 190px;
    }
}
@media screen and (max-width: 991px){
    #cta {
        margin-bottom: 90px;
        margin-top: 140px;
    }
    #cta .btn {
        width: inherit;
    }
    #cta h2 {
        font-size: 30px;
        line-height: 29px;
        max-width: 305px;
    }
    #cta .bg-cta-right img {
        min-height: 400px;
    }
    #cta .bg img {
        min-height: 340px;
    }
    #cta .underlay-top {
        bottom: 220px;
    }
    #cta .content .wrapper-items {
        top: 100px;
    }
}
@media screen and (max-width: 768px){
    #cta {
        margin-bottom: 70px;
        margin-top: 120px;
    }
    #cta .bg-cta-right img {
        min-height: 410px;
    }
    #cta .bg img {
        min-height: 360px;
    }
    #cta .underlay-top {
        bottom: 290px;
    }
}

@media screen and (max-width: 695px) {
    #cta .bg-cta-right img {
        width: 100%;
        min-height: 490px;
        object-fit: cover;
    }
    #cta .bg img {
        min-height: 420px;
    }
    #cta .content .item-left,#cta .content .item-right {
        float: inherit;
    }
    #cta .content .item-left {
        margin-bottom: 30px;
    }
    #cta .btn {
        margin-top: 20px;
    }
    #cta .content .wrapper-items {
        top: 60px;
    }
}
@media screen and (max-width: 575px){
    #cta {
        margin-top: 50px;
    }
    #cta h2 {
    font-size: 24px;
        line-height: 22px;
    }
    #cta .content .item-left {
    margin-top: 30px;
    }
    #cta .content .item-right {
        margin-top: 60px;
    }
}
#content {
    margin: 50px 0px;
    margin-bottom: 100px;
}
#content h2 {
    font-family: 'Montserrat-bold';
    text-transform: uppercase;
    font-size: 33px;
    letter-spacing: 1px;
    line-height: 32px;
    color: #253952;
}
#content p {
    color: #253952;
    /*max-width: 650px;*/
    padding-left: 70px;
}
#content h3 {
   font-family: 'Montserrat-bold';
   color: #253952;
   text-transform: uppercase;
    font-size: 16px;
    margin-bottom: 0px;
    padding-left: 70px;
}
#content ul {
    padding-left: 87px;
}
#content li {
    list-style-type: inherit;
}
#content h4 {
   font-family: 'Montserrat-bold';
   color: #de1c51;
   text-transform: uppercase;
    font-size: 16px;
    padding-left: 70px;
}
#content .btn-no-bg {
    float: right;
    margin-right: 80px;
}
@media screen and (max-width: 768px){
    #content p {
        padding-left: 0;
    }
    #content {
        margin-bottom: 50px;
    }
    #content h3, #content h4 {
        padding-left: 0;
    }
    #content ul {
        padding-left: 16px;
    }
    #content li {
        line-height: 22px;
        font-size: 13px;
    }
    #content h2 {
        font-size: 23px;
        line-height: 22px;
    }
}

#partners {
    margin-top: 60px;
    margin-bottom: 280px;
}
#partners .wrapper {
 text-align: center;
}
#partners .wrapper img {
    width: 200px;
}
@media screen and (max-width: 1366px){
    #partners {
        margin-bottom: 140px;
    }
}
@media screen and (max-width: 768px){
    #partners {
        margin-bottom: 0;
    }
    #partners .col-xs-6 {
        width: 50%;
        margin-bottom: 20px;
    }
    #partners .wrapper img {
      width: 80%;
    }
}
#bewijsvoering {
    margin: 80px 0px;
}
#bewijsvoering .usp {
    text-align: center;
}
#bewijsvoering .usp h3 {
   font-family: 'Montserrat-bold';
   color: #de1c51;
   text-transform: uppercase;
   font-size: 82px;
}
#bewijsvoering .usp p {
    font-family: 'Montserrat-bold';
    text-transform: uppercase;
    font-size: 21px;
    color: #253952;
    line-height: 21px;
    max-width: 200px;
    margin: 0 auto;
}
#bewijsvoering .usp small {
    position: absolute;
    font-family: 'Montserrat-bold';
    text-transform: uppercase;
    font-size: 28px;
    color: #de1c51; 
    top: 5px;
}
@media screen and (max-width: 1200px){
    #bewijsvoering .usp h3 {
        font-size: 50px;
    }
}
@media screen and (max-width: 991px){
    #bewijsvoering .usp h3 {
        font-size: 40px;
    }
    #bewijsvoering .usp small {
        margin-left: 40px;
        right: inherit!important;
    }
}
@media screen and (max-width: 500px){
    #bewijsvoering {
        margin: 20px 0px;
    }
    #bewijsvoering .usp {
        margin-bottom: 15px;
    }
}
#medewerkers {
    padding-top: 40px;
    padding-bottom: 40px;
    position: relative;
}
@media screen and (min-width: 768px){
    #medewerkers .row {
        margin: 0 auto;
    }
}
#medewerkers .card-wrapper {
    box-shadow: 0px 0px 9px #9f9f9f;
    margin-bottom: 30px;
}
#medewerkers .card-wrapper .card-top {
    text-align: center;
    background: #f8f8f8;
    padding: 30px 30px 0px 30px;
    position: relative;
    z-index: -1;
}
#medewerkers .card-wrapper .card-top .overlay {
    position: absolute;
    bottom: 0px;
    left: 0px;
}
#medewerkers .background{
    position: absolute;
    width: 100%;
    top: -270px;
}

#medewerkers .card-wrapper .card-bottom {
    background-color: #fff;
    min-height: 80px;
    z-index: 1;
    position: relative;
}
#medewerkers .card-wrapper .card-bottom h3 {
    font-family:'Montserrat-bold';
    text-transform: uppercase;
    font-size: 16px;
    letter-spacing: 1px;
    line-height: 9px;
    color: #253952;
    text-align: center;
    margin-bottom: 0px;
}
#medewerkers .card-wrapper .card-bottom p {
    font-family:'Montserrat-bold';
    text-transform: uppercase;
    font-size: 11px;
    color: #de1c51;
    text-align: center;
}
#medewerkers .card-wrapper .card-bottom .links {
    font-family:'Montserrat-lt';
    font-size: 12px;
    background: #253952;
    height: 35px;
    width: 100%;
}
#medewerkers .card-wrapper .card-bottom .links a {
    color:#fff;
}
#medewerkers .card-wrapper .card-bottom .links .telefoon:before {
    font-family:'FontAwesome';
    content: "\f095";
    padding-right: 10px;
}
#medewerkers .card-wrapper .card-bottom .links .telefoon {
    padding: 9px 15px;
    position: absolute;
}
#medewerkers .card-wrapper .card-bottom .links .email:before {
    font-family:'FontAwesome';
    content: "\f0e0";
    padding-right: 10px;
}
#medewerkers .card-wrapper .card-bottom .links .email {
    padding: 10px 0;
    background: #de1c51;
    position: absolute;
    height: 35px;
    padding-top: 8px;
    left: 40%;
    width: 170px;
    text-align: center;
}
#medewerkers .card-wrapper .card-bottom .links .linkedin {
    padding-top: 1px;
    height: 35px;
    font-size: 20px;
    position: absolute;
    right:0;
    text-align: center;
    width:10%;
}
#medewerkers .card-wrapper .card-bottom .links .vacature {
    padding: 10px 18px;
    background: #de1c51;
    position: absolute;
    height: 35px;
    padding-top: 8px;
    left:0;
    right: 0;
    width: 100%;
    transition: ease-in 0.3s;
    text-align: center;
}
#medewerkers .card-wrapper .card-bottom .links .vacature:hover {
    background: #253952;
    transition: ease-in 0.3s;
}
@media screen and (max-width: 1200px){
    #medewerkers .card-wrapper .card-bottom .links .telefoon {
        padding: 9px 4px;
        text-align: center;
        width: 40%;
    }
    #medewerkers .card-wrapper .card-bottom .links .email {
        padding: 9px 4px;
        left: 40%;
        text-align: center;
        width: 50%;
    }
    }
@media screen and (max-width: 991px){
    #medewerkers {
        padding-bottom: 0px;
    }
    #medewerkers .card-wrapper .card-bottom .links .telefoon:before,#medewerkers .card-wrapper .card-bottom .links .email:before {
        padding-right: 3px;
    }
    #medewerkers .card-wrapper .card-bottom .links .email, #medewerkers .card-wrapper .card-bottom .links .telefoon {
        font-size: 11px;
    }
    #medewerkers .card-wrapper {
        margin-bottom: 40px;
    }
}
@media screen and (max-width: 768px){
    #medewerkers .card-wrapper .card-bottom .links .telefoon, #medewerkers .card-wrapper .card-bottom .links .email{
        padding: inherit 0px;
}
}
#contactformulier {
    margin-top: 60px;
    margin-bottom: 60px;
}
#contactformulier h2 {
    font-family:'Montserrat-bold';
    text-transform: uppercase;
    font-size: 33px;
    letter-spacing: 1px;
    color: #253952;
}
#contactformulier h3 {
    font-family:'Montserrat-bold';
    text-transform: uppercase;
    font-size: 18px;
    letter-spacing: 1px;
    color: #253952;
}
#contactformulier .sidebar p {
    margin-bottom: 0px;
}
#contactformulier .sidebar strong {
    font-family:'Montserrat-bold';
    text-transform: uppercase;
    color: #de1c51;
    font-size: 13px;
}
#contactformulier .sidebar a {
    color: #253952;
    font-family: 'Montserrat-lt';
    font-size: 14px;
}
#contactformulier .sidebar .big {
    color: #253952;
    font-family: 'Montserrat-bold';
    font-size: 20px;
    display: block;
    margin-top: 20px;
}
#contactformulier .padding {
    padding-right: 80px;
}
#contactformulier .wpcf7 {
    max-width: 100%;
}
.form-control, .wpcf7 .wpcf7-validation-errors, .wpcf7 input[type=color], .wpcf7 input[type=date], .wpcf7 input[type=datetime-local], .wpcf7 input[type=datetime], .wpcf7 input[type=email], .wpcf7 input[type=file], .wpcf7 input[type=month], .wpcf7 input[type=number], .wpcf7 input[type=range], .wpcf7 input[type=search], .wpcf7 input[type=tel], .wpcf7 input[type=text], .wpcf7 input[type=time], .wpcf7 input[type=url], .wpcf7 input[type=week], .wpcf7 select, .wpcf7 textarea {
    border-radius: 0px;
    border: none;
    border-bottom: 1px solid #d3d7dc;
    font-family: 'Montserrat-lt';
    font-size: 13px;
    letter-spacing: 0.5px;
    padding-left: 0px;
    margin-bottom: 25px;
}
.wpcf7-form textarea { 
    height: 100px;
}
.wpcf7 input[type=submit] {
    background-color: #253952;
    border-radius: 0px;
    border: 1px solid #253952;
    font-family:'Montserrat-bold';
    text-transform: uppercase;
    padding-left: 15px;
    padding-right: 15px;
    letter-spacing: 1px;
    font-size: 13px;
    transition: ease-in 0.4s;
    color: #fff;
    cursor: pointer;
}
.wpcf7 input[type=submit]:hover {
    background-color: #de1c51;
    border-radius: 0px;
    border: 1px solid #de1c51;
    font-family:'Montserrat-bold';
    text-transform: uppercase;
    padding-left: 25px;
    padding-right: 25px;
    letter-spacing: 1px;
    font-size: 13px;
    transition: ease-in 0.4s;
}
.submit-button {

}
.wpcf7 .wpcf7-validation-errors {
    color: #dc3545;
    border: 0px!important;
    margin-left: 0px;
    position: absolute;
    background: none;
    margin-top: 0px;
}
.wpcf7 .wpcf7-not-valid-tip {
    font-family: 'Montserrat-lt';
    color: #dc3545;
    font-size: 13px;
    letter-spacing: 0.5px;
}
@media screen and (max-width: 991px) {
    #contactformulier {
        margin-top: 0px;
    }
}
    @media screen and (max-width: 768px){
        #contactformulier h2 {
            font-size: 18px;
        }
        .wpcf7 input[type=submit] {
            font-size: 10px;
            padding-left: 8px;
            padding-right: 8px;
    }
}
@media screen and (max-width: 500px){
    #contactformulier {
        margin-top: 0px;
    }
    #contactformulier .padding {
        padding-right: inherit;
    }
    #contactformulier .wpcf7 {
        margin-right: 15px!important;
    }
    .submit-button {
        position: inherit;
    }
}
#maps {
    position: relative;
    margin-top: 270px;
}
#maps .underlay-top {
    position: absolute;
    bottom: 260px;
    width: 100%;
    z-index: -1;
}
@media screen and (max-width: 1366px){
    #maps {
        margin-top: 150px;
    }
}
@media screen and (max-width: 1200px){
    #maps {
        margin-top: 0;
    }
}
#content-breed .content-wrapper {
    margin-bottom: 40px;
    padding-right: 90px;
    padding-left: 90px;
}
#content-breed .content-wrapper h2 {
    font-family:'Montserrat-bold';
    text-transform: uppercase;
    font-size: 18px;
    color: #253952;
    margin-bottom: 0px;
}
#content-breed .content-wrapper .tekst a {
    color: #de1c51;
}
#content-breed .content-wrapper .tekst a:hover {
    color: #253952;
}
#content-breed .content-wrapper .btn-download {
    border-radius: 0px;
    padding: 0px;
    background: #f1f2f2;
    width: 240px;
    text-align: left;
    position: relative;
    border: none;
    border-radius: 0px;
    color: #253952;
    transition: ease-in 0.4s;
    margin-right: 14px;
    margin-bottom: 14px;
}
#content-breed .content-wrapper .btn-download i {
    display: inline-block;
    background: #253952;
    color: #fff;
    padding: 12px;
}
#content-breed .content-wrapper .btn-download li {
    font-family:'Montserrat-bold';
    text-transform: uppercase;
    font-size: 11px;
    position: absolute;
    right: 0;
    left: 17px;
    top: 7px;
    text-align: center;
    width: 100%;
}
#content-breed .content-wrapper .btn-download:hover {
    background: #de1c51;
    color: #fff;
    transition: ease-in 0.4s;
}
@media screen and (max-width: 1200px){
    #content-breed {
        margin: 50px 0px;
    }
    #content-breed .content-wrapper {
        padding-right: inherit;
        padding-left: inherit;
    }
}
@media screen and (max-width: 768px){
    #content-breed .content-wrapper {
        margin-bottom: 15px;
    }
}
.modal-content {
    border-radius: 0px;
}
.modal-content h2 {
    font-family:'Montserrat-bold';
    text-transform: uppercase;
    font-size: 28px;
    color: #253952;
    line-height: 25px;
}
.modal-content h3 {
    font-family:'Montserrat-bold';
    text-transform: uppercase;
    font-size: 16px;
    color: #253952;
    line-height: 14px;
    margin-bottom: 15px;
}
.modal-dialog {
    max-width: 750px;
}
.modal-header {
    border-bottom: none;
    padding: inherit;
    padding-top: 30px;
    padding-right: 30px;
}
.modal-header .close {
    opacity: .2;
}
.modal-body {
    padding-left: 60px;
    padding-right: 60px;
}
.modal-footer {
    border-top: none;
}
.modal-content .submit-button {

}
.modal {
  text-align: center;
}

.modal:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -4px;
}

.modal-dialog {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
}
.blur {
    -webkit-filter: blur(5px) grayscale(50%);
}
@media screen and (max-width: 500px){
    .modal-body {
        padding-left: 30px;
        padding-right: 30px;
    }
    .modal-header {
        padding-top: 10px;
        padding-right: 10px;
    }
    .blur {
        display: none;
    }
    .modal:before {
        content: inherit;
        display: inherit;
        height: inherit;
        vertical-align: inherit;
        margin-right: inherit;
    }
    .modal-content h2 {
        font-size: 18px;
        line-height: 15px;
    }
    .form-control, .wpcf7 .wpcf7-validation-errors, .wpcf7 input[type=color], .wpcf7 input[type=date], .wpcf7 input[type=datetime-local], .wpcf7 input[type=datetime], .wpcf7 input[type=email], .wpcf7 input[type=file], .wpcf7 input[type=month], .wpcf7 input[type=number], .wpcf7 input[type=range], .wpcf7 input[type=search], .wpcf7 input[type=tel], .wpcf7 input[type=text], .wpcf7 input[type=time], .wpcf7 input[type=url], .wpcf7 input[type=week], .wpcf7 select, .wpcf7 textarea {
      margin-bottom: 15px;
    }
    .modal-open {
        position: fixed;
    }
}
#content-project {
    margin: 50px 0px;
    margin-bottom: 60px;
}
#content-project h2 {
    font-family: 'Montserrat-bold';
    text-transform: uppercase;
    font-size: 33px;
    letter-spacing: 1px;
    line-height: 32px;
    color: #253952;
}
#content-project p {
    color: #253952;
    /*max-width: 650px;*/
}
#content-project h3 {
   font-family: 'Montserrat-bold';
   color: #253952;
   text-transform: uppercase;
    font-size: 16px;
    margin-bottom: 0px;
    padding-left: 70px;
}
#content-project h4 {
   font-family: 'Montserrat-bold';
   color: #de1c51;
   text-transform: uppercase;
    font-size: 16px;
    padding-left: 70px;
}
#content-project .btn-no-bg {
    float: right;
    margin-right: 80px;
}
@media screen and (max-width: 575px){
    #content-project h2 {
        font-size: 22px;
        line-height: 21px;
    }
    #content-project {
        margin-bottom: 30px;
    }
}
#weetjes-project {
    margin-bottom: 60px;
}
#weetjes-project p, #weetjes-project img {
    display: inline-block;
}
#weetjes-project img {
    margin-right: 25px;
}
#weetjes-project p {
    font-family: 'Montserrat-bold';
   color: #253952;
   text-transform: uppercase;
    font-size: 11px;
    max-width: 175px;
    line-height: 12px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
#weetjes-project .extra-margin {
    margin-bottom: 20px;
}
@media screen and (max-width: 991px){
    #weetjes-project img {
        margin-right: 12px;
    }
}
@media screen and (max-width: 768px){
    #weetjes-project .item {
        margin-bottom: 20px;
        padding-left: 15px;
        padding-right: 15px;
    }
    #weetjes-project p {
        font-size: 14px;
        max-width: inherit;
    }
}
@media screen and (max-width: 575px){
    #weetjes-project {
        margin-bottom: 30px;
    }
}
#partners-project {
    margin-top: 60px;
    margin-bottom: -100px;
}
#partners-project h2 {
    font-family: 'Montserrat-bold';
    text-transform: uppercase;
    font-size: 33px;
    letter-spacing: 1px;
    line-height: 32px;
    color: #253952;
    margin-bottom: 50px;
}
#partners-project .wrapper-partner {
    box-shadow: 0px 0px 9px #9f9f9f;
}
#partners-project .wrapper-partner .header {
    font-family: 'Montserrat-reg';
    background-color: #253952;
    padding: 8px;
    text-align: center;
    color: #fff;
    font-size: 14px;
}
#partners-project .wrapper-partner .header p {
 margin-bottom: 0px;   
}
#partners-project .wrapper-partner .footer {
    background-color: #fff;
    text-align: center;
    min-height: 140px;
}
#partners-project .wrapper-partner .footer img {
    position: absolute;
    left: 0;
    right: 0;
    top: 64%;
    margin: 0 auto;
    transform: translateY(-64%);
    max-width: 180px;
}
@media screen and (max-width: 768px){
    #partners-project {
        margin-bottom: inherit;
    }
    #partners-project .wrapper-partner {
        margin-bottom: 20px;
    }
    #partners-project .wrapper-partner .footer img {
        top: 55%;
        transform: translateY(-58%);
        max-width: 130px;
    }
}
@media screen and (max-width: 575px){
    #partners-project h2 {
        font-size: 22px;
        line-height: 21px;
    }
}
#project-thumbs .thumb img{
    height:180px;
    width: 100%;
    object-fit: cover;
}
#project-thumbs .content{
    background: #fff;
    padding: 30px;
    box-shadow: 0px 0px 9px #9f9f9f;
    min-height: 265px;
}
#project-thumbs .content h2 {
   font-family: 'Montserrat-bold';
    text-transform: uppercase;
    font-size: 22px;
    letter-spacing: 1px;
    color: #253952; 
    line-height: 20px;
}
#project-thumbs .content h3 {
   font-family: 'Montserrat-bold';
   color: #de1c51;
   text-transform: uppercase;
    font-size: 14px;
    margin-bottom: 14px;
}
#project-thumbs .content p {
   color: #253952;
    font-family: 'Montserrat-lt';
}
#project-thumbs .extra-margin {
    margin-bottom: 25px;
}
@media screen and (max-width: 1200px){
    #project-thumbs .content h2 {
        font-size: 20px;
        line-height: 18px;
    }
}
@media screen and (max-width: 575px){
    #project-thumbs .content{
        min-height: 225px;
    }
}
button:focus {
    outline: none!important;
    opacity: 1!important;
}
.slick-slide img {
    width: 100%;
    height: 550px;
    object-fit: cover;
}
@media screen and (max-width: 768px) {
    .slick-slide img {
        height: 350px;
    }
}
.navbar-collapse, .navbar-fixed-top .navbar-collapse {
    max-height: none;
    position: relative;
}

/* iPad landscape */
@media only screen
and (min-device-width : 768px)
and (max-device-width : 1024px)
and (orientation : landscape) {
    #videohero .hero-content .tekst-hero {
        top: 35%;
    }
    #videohero .hero-content .tekst-hero h1 {
        font-size: 50px;
        line-height: 43px;
    }
    #videohero .overlay-bottom img {
        bottom: -30px;
    }
    .navbar img {
        max-width: 140px;
    }
    #hero .arrow-down {
        bottom: 50px;
    }
    .modal-body {
        padding-left: 30px;
        padding-right: 30px;
    }
    .modal-header {
        padding-top: 10px;
        padding-right: 10px;
    }
    .blur {
        display: none;
    }
    .modal:before {
        content: inherit;
        display: inherit;
        height: inherit;
        vertical-align: inherit;
        margin-right: inherit;
    }
    .modal-content h2 {
        font-size: 18px;
        line-height: 15px;
    }
    .form-control, .wpcf7 .wpcf7-validation-errors, .wpcf7 input[type=color], .wpcf7 input[type=date], .wpcf7 input[type=datetime-local], .wpcf7 input[type=datetime], .wpcf7 input[type=email], .wpcf7 input[type=file], .wpcf7 input[type=month], .wpcf7 input[type=number], .wpcf7 input[type=range], .wpcf7 input[type=search], .wpcf7 input[type=tel], .wpcf7 input[type=text], .wpcf7 input[type=time], .wpcf7 input[type=url], .wpcf7 input[type=week], .wpcf7 select, .wpcf7 textarea {
        margin-bottom: 15px;
    }
    .modal-open {
        position: fixed;
    }
}

/* iPad portrait */
@media only screen
and (min-device-width : 768px)
and (max-device-width : 1024px)
and (orientation : portrait) {
    #videohero .overlay-bottom img {
        bottom: -30px;
    }
    .modal-body {
        padding-left: 30px;
        padding-right: 30px;
    }
    .modal-header {
        padding-top: 10px;
        padding-right: 10px;
    }
    .blur {
        display: none;
    }
    .modal:before {
        content: inherit;
        display: inherit;
        height: inherit;
        vertical-align: inherit;
        margin-right: inherit;
    }
    .modal-content h2 {
        font-size: 18px;
        line-height: 15px;
    }
    .form-control, .wpcf7 .wpcf7-validation-errors, .wpcf7 input[type=color], .wpcf7 input[type=date], .wpcf7 input[type=datetime-local], .wpcf7 input[type=datetime], .wpcf7 input[type=email], .wpcf7 input[type=file], .wpcf7 input[type=month], .wpcf7 input[type=number], .wpcf7 input[type=range], .wpcf7 input[type=search], .wpcf7 input[type=tel], .wpcf7 input[type=text], .wpcf7 input[type=time], .wpcf7 input[type=url], .wpcf7 input[type=week], .wpcf7 select, .wpcf7 textarea {
        margin-bottom: 15px;
    }
    .modal-open {
        position: fixed;
    }
}
@media screen and (max-width: 1440px) and (min-width: 1025px) {
    html {
        zoom: 85%;
    }
    #videohero {
        overflow: hidden;
        height: 110vh;
    }
    #videohero .overlay-bottom img {
        bottom: 35px;
    }
    .video-poster-desk img {
        display: none;
    }
}
/* iPhone */
@media only screen
and (min-device-width : 375px)
and (max-device-width : 667px) {
    #videohero .overlay-bottom img {
        bottom: -75px;
        transform: scale(1.05,1.05);
        margin-left: -9px;
    }
}
@media screen and (max-width: 374px) {
    #videohero .overlay-bottom img {
        display: none;
    }
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    img[src$=".svg"] {
        display: none !important;
    }
}

body.admin-bar #videohero .overlay-bottom img {
    bottom: -32px !important;
}
.navbar-toggler.collapsed .top-bar {
    display: block;
    transition: ease-in 0.2s;
}
.navbar-toggler .top-bar {
    display: none;
    transition: ease-in 0.2s;
}
.navbar-toggler.collapsed .middle-bar {
    display: none;
    transition: ease-in 0.2s;
}
.navbar-toggler .middle-bar {
    display: block;
    transition: ease-in 0.2s;
}
.bottomalert {
    position: fixed;
    bottom: 0;
    color: #fff;
    left: 0;
    margin: 0 auto;
    right: 0;
    z-index: 999;
    text-align: center;
    -webkit-animation: slideIn 2s;
    animation: slideIn 2s;
}
@-webkit-keyframes slideIn {
    from { bottom: -100%; }
    to { bottom: 0; }
}
@keyframes slideIn {
    from { bottom: -100%; }
    to { bottom: 0; }
}
.bottomalert-inner {
    position: relative;
    background: url("../img/bg-cta.png");
    padding: 125px 50px 50px 50px;
    text-align: left;
    height: 440px;
}
.bottomalert .hide {
    position: absolute;
    right: 30px;
    top: 60px;
    font-size: 26px;
}
.bottomalert .hide a {
    color: #fff;
}
.bottomalert .hide a:hover {
    color: #de1c51;
}
.bottomalert h3 {
    font-family: 'Montserrat-bold';
    font-size: 28px;
    margin-bottom: 15px;
    margin-top: 15px;
}
.bottomalert p {
    margin-bottom: 20px;
    line-height: 28px;
}
.bottomalert img {
    width: 100%;
    height: 270px;
    object-fit: cover;
}
@media screen and (max-width: 991px){
    .bottomalert-inner {
        height: 100%;
    }
    .bottomalert h3 {
        font-size: 18px;
        margin-bottom: 10px;
        margin-top: 10px;
    }
    .bottomalert p {
        margin-bottom: 10px;
        line-height: 24px;
        font-size: 14px;
    }
    .bottomalert img {
        height: 240px;
    }
}

@media screen and (max-width: 768px){
    .bottomalert img {
        display: none;
    }
    .bottomalert .hide {
        top: 90px;
        font-size: 28px;
    }
}

@media screen and (max-width: 500px){
    .bottomalert-inner {
        padding: 110px 30px 30px 30px;
    }
    .bottomalert .hide {
        top: 75px;
        right: 15px;
        font-size: 24px;
    }
    .bottomalert p {
        font-size: 13px;
        line-height: 20px;
    }
}

.videos-wrapper {
    margin: 60px 0 30px 0;
}

.video-thumb {
    background: white;
    margin-bottom: 30px;
    box-shadow: 0px 0px 9px #9f9f9f;
}

.video-thumb h3 {
    font-family: 'Montserrat-bold';
    text-transform: uppercase;
    font-size: 16px;
    color: #253952;
    line-height: 20px;
    padding: 15px 20px;
}

@media screen and (max-width: 768px){
    .video-thumb iframe {
        height: 280px;
    }
}

@media screen and (max-width: 450px){
    .video-thumb iframe {
        height: 200px;
    }
    .video-thumb h3 {
        font-size: 14px;
        line-height: 16px;
        padding: 6px 12px 12px 15px;
    }
}

.videos-wrapper img {
    height: 300px;
    width: 100%;
}

#slider-review{
    padding: 80px 0;
}

#slider-review h2{
    font-family: 'Montserrat-bold';
    text-transform: uppercase;
    font-size: 33px;
    letter-spacing: 1px;
    line-height: 30px;
    color: #253952;
    padding-bottom: 30px;
}

#slider-review img{
    height: 100%;
    max-height: 320px;
    object-position: top;
}

#slider-review h3{
    font-family: 'Montserrat-bold';
    text-transform: uppercase;
    font-size: 21px;
    letter-spacing: 1px;
    line-height: 21px;
    color: #253952;
}

#slider-review .content{
    height: 270px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

#slider-review .function_title{
    font-family: 'Montserrat-bold';
    text-transform: uppercase;
    font-size: 16px;
    color: #de1c51;
}

#slider-review .review{
    color: #253952;
}
#slider-review  .slider-review .col-12{
    padding: 25px 50px;
    background-color: #fff;
}
#slider-review  .slider-review .col-md-8{
    padding: 25px 50px;
    background-color: #fff;
}
#slider-review  .slider-review .col-md-4{
    padding: 0;
}

#slider-review .slick-prev{
    color: #de1c51;
    left: -130px;
}

@media screen and (max-width: 992px){
    #slider-review .slick-prev{
        display: none;

    }
}@media screen and (max-width: 992px){
    #slider-review .slick-next{
        display: none;
    }
}

#slider-review .slick-prev:before{
    color: #de1c51;
}
#slider-review .slick-next{
    right: -130px;
    color: #de1c51;

}
#slider-review .slick-next:before{
    color: #de1c51;

}

@media screen and (max-width: 767px) {
    #slider-review h3{
        padding-top: 20px;
    }

}