.button--squared:hover{
    background-color: #A9172B !important;
}
.button:hover{
    color: #fff !important;
}
.footer__form-submit{
    background-color: #A9172B;
    color: #fff;
}
.slick-arrow{
    border: 1px solid #1d3461;
}
.slick-arrow:hover{
    background-color:#1d3461;
    color: #fff;
}
.projects-masonry__title:hover a{
    color: #A9172B;
}
.testimonials-slider__icon{
    color: #A9172B !important;
}
span::after{
    background-color: #fff;
    opacity: 0 !important;
}
.no-padding-top{
  padding-top: 5rem !important;
}
header.header{
    height: 100px !important;
}
button .button--squared{

}
.projects-slider__item{
 background: linear-gradient(#ffffff2d, #000000b9);
}
.header-logo__img{
    max-height: 80px;
}

.videoSection{
    width:100%; margin-bottom:-20px
}
@media (max-width:960px){
    .videoSection{
        padding-top:0px;
    }
}
@media (max-width:576px){
    .videoSection{
        /* padding-top:106px; */
    }
    h1{
        font-size:23px;
    }
    h5{
        font-size: 13px;
    }
    .videoSection{
        width:100%; margin-bottom:0px;
    }
    .video-title{
        top:67% !important;
    }
}
