/* PAGE HEADER */
.u-header-min-margin-bottom {
margin-bottom: -60px;
padding-bottom: 80px;
}
.u-holder-overlay {
position:relative;
}
.u-holder-overlay:before {
content: "";
top: -7px;
left: 0;
right: 0;
bottom: 0;
position: absolute;
background: linear-gradient(90deg,rgb(0,173,239) 60%,rgb(0,196,255) 100%);}
.scrolldown {
position: absolute;
margin-top: 94px;
width: 35px;
height: 67px;
left: 13%;
border-radius: 51px!important;
background-color: white; box-shadow: 0 5px 12px 0 rgba(0,33,77,0.11)!important;
border: none;
}
.scrolldown:hover{
background: var(--color-1)!important;
border:none;
}
i.far.fa-long-arrow-down.icon--xl.icon--color-black.c-button__icon:hover {
color: white!important;
}
i.far.fa-long-arrow-down.icon--xl.icon--color-black.c-button__icon{
margin-top: 3px!important;
}
@media (min-width:768px) and (max-width:991px) {.scrolldown {
margin-top: 529px; left: 8%;
}
}
@media (max-width:767px){.scrolldown {
display:none;
}
.u-header-min-margin-bottom {
padding-bottom: 40px;}
}