html,
body {
    margin: 0 !important;
    padding: 0 !important;
}
 
html {
    scroll-behavior: smooth;
    scroll-padding-top: 250px!important;
}
.screen-reader-only {
    position: absolute;
    width: 1px;
    clip: rect(0 0 0 0);
    overflow: hidden;
    white-space: nowrap;
  }
.skip-link {
    background: #319795;
    color: #000;
    font-weight: 700;
    left: 50%;
    padding: 10px;
    position: absolute;
    transform: translateY(-100%);
    transition: transform 0.3s;
}
.wp-video, video{
    max-width: 100% !important; 
    display: block;
    margin: 50px auto;
}
.align-left{
    margin: 50px 0;
}

.skip-link:focus {
    transform: translateY(0%);
}

hr{
    border-top: 1px solid #fff;
    opacity: 1;
    width: 200px;
    margin: 30px auto;
}
#preview{
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #eee;
    text-align: center;
    padding: 20px 0;
    font-weight: 700;
    text-transform: uppercase;
    border-top: 2px solid #000;
    z-index: 9999999;
}
/*----------------------------
BODY / FONTS
----------------------------*/
body{
    position: relative;
    z-index: 0;
    font-family: 'Mulish', sans-serif;
    color: #000;
}

h1,
h2,
h3,
h4,
h5,
h6{
    margin-bottom: 20px;
}

small{
    font-size: 14px;
}

.xl-header{
    font-size: 50px;
    line-height: 54px;
}

.lg-header{
    font-size: 24px;
    line-height: 28px;
}

.md-header{
    font-size: 20px;
    line-height: 23px;
}

.sm-header{
    font-size: 19px;
    line-height: 22px;
}

a{
    color: blue;
    transition: .3s all ease;
}
#content h2{
    color: #324758;
    margin-bottom: 0;
}
#content h2 strong{
    font-weight: 800;
}
/* font-family: 'Open Sans', sans-serif; */




/*----------------------------
CONTACT
----------------------------*/
#contact {
    padding: 0;
    background: #324758;
    color: #fff;
    display: flex;
}
#contact .left {
    width: 65%;
    padding: 50px 200px;
}
#contact .right {
    width: 35%;
}
#contact .right img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
#contact h2 {
    color: #fff;
    margin-bottom: 20px;
}
#contact form {
    margin: 30px 0;
}
#contact form label {
    font-weight: 300;
}
#contact form input {
    border-radius: 0;
    margin-bottom: 20px;
}
#contact form textarea {
    border-radius: 0;
    margin-bottom: 20px;
    height: 218px;
}
#contact form .btn {
    margin-top: 10px;
}

@media(max-width: 1500px){
    #contact .left {
        width: 65%;
        padding: 50px 100px;
    }
}
@media(max-width: 1200px){
    #contact .left {
        width: 100%;
        padding: 50px 20px 0;
    }
    #contact {
        flex-direction: column;
    }
    #contact .right {
        width: 100%;
    }
    #contact .right img {
        width: 100%;
        height: 250px;
        object-fit: cover;
    }
}


/*----------------------------
BREADCRUMBS
----------------------------*/
#breadcrumbs, #breadcrumbs a {
    color: #D12E2E;
    margin-bottom: 20px;
    text-decoration: none;
}
#breadcrumbs a {
    font-weight: bold;
}

/*----------------------------
FOOTER
----------------------------*/
footer{
    background: #F9F9F9;
    padding: 50px 50px 0;
}
footer .date{
    padding-top: 50px;
}
footer .date a {
    color: #000;
}

footer a{
    text-decoration: none;
    color: #324758;
}

footer ul{
    list-style: none;
    padding: 0;
}
footer li{
    margin: 10px 0;
}
footer h3{
    color: #324758;
    font-weight: 800;
}
footer .logo img{
    margin: 50px auto;
    display: block;
}
footer .details{
    display: flex;
    flex-direction: column;
    
}
footer .details i{
    margin-right: 10px;
    min-width: 20px;
}
footer .address{
    display: flex;
}
footer .details a, footer .details{
    color: #D12E2E;
    font-size: 18px;
    font-weight: 700;
    font-family: 'Open Sans', sans-serif;
}

@media(max-width: 450px){
    footer .details a, footer .details{
        font-size: 16px;
    }
    footer {
        background: #F9F9F9;
        padding: 0;
    }
}


/*----------------------------
BUTTONS
----------------------------*/
.btn{
    min-width: 230px;
    max-width: 100%;
    position: relative;
    padding: 10px;
    border-radius: 5px;
    font-family: 'Open Sans', sans-serif;
}
.btn i{
    margin-left: 10px;
}
.btn-red{
    color: #fff;
    background:#D12E2E;
    border: 2px solid #D12E2E;
    transition: .3s all ease;
}
.btn-red:hover{
    color: #D12E2E;
    background: #fff;
    border: 2px solid #D12E2E;
    transition: .3s all ease;
}

.btn-main{
    color: #fff;
    width: 250px;
    padding: 10px;
    background:#FF4C4E;
    border-radius: 5px;
    border: 2px solid #FF4C4E;
    position: relative;
    font-weight: 500;
    transition: .3s all ease;
}
.btn-main:hover{
    color: #fff;
    background: #00A096;
    border: 2px solid #FF4C4E;
    transition: .3s all ease;
}

@media(max-width:576px){
    .btn{
        width: 100%;
    }
}
/*----------------------------
PAGINATION
----------------------------*/

#pagination ul{
    list-style-type: none;
    padding: 0;
    display: flex;
    justify-content: center;
}

#pagination li{
    margin: 0 5px;
}

#pagination li a{
    font-size: 18px;
    font-weight: 700;
    color: #324758;
}

#pagination > ul > li{
    display: none;
}

#pagination > ul > li.show{
    display:block !important;
}
#pagination > ul > li.show a{
    color: #000 !important;
}

#pagination > ul > li:nth-child(1),#pagination > ul > li:nth-last-of-type(1){
    display: block;
}

#pagination > ul > li:nth-child(1)::after{
    content: '...';
    margin-left: 10px;
}

#pagination > ul > li:nth-last-of-type(1)::before{
    content: '...';
    margin-right: 10px;
}

/*----------------------------
COOKIE
----------------------------*/

.cookie-consent{
    background: #fff;
    padding: 20px;
    border: 1px solid #000;
    position: fixed;
    width: 100%;
    bottom: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 999999;
}
.cookie-consent button{
    color: #000000;
    min-width: 200px;
    padding: 5px;
    background:#fff;
    border-radius: 5px;
    border: 2px solid #eee;
    position: relative;
    font-weight: 500;
    transition: .3s all ease;
}

/* ==================================================================
HERO
==================================================================*/
.slick-autoplay-toggle-button{
    display: none;
}
#hero{
    position: relative;
    max-height: 640px;
    overflow: hidden;
    background-size: cover;
}

#hero .slider-buttons div{
    position: absolute;
    background: #fff;
    height: 60px;
    width: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
    color: #D12E2E;
    top: 35%;
    cursor: pointer;
    opacity: 0.85;
}
#hero .next{
    right:0;
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
}
#hero .prev{
    left:0;
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
}
#hero .bottom{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: rgba(255,255,255,0.93);
    display: flex;
    justify-content: center;
}
#hero .bottom .inner{
    display: flex;
    padding: 40px 0;
}
#hero .bottom .inner .right{
    display: flex;
    align-items: center;
    padding: 0 70px;
}
#hero h1{
    font-size: 37px;
    color: #324758;
    line-height: 40px;
    margin-bottom: 10px;
}
#hero h1 strong{
    color: #D12E2E;
}
#hero p{
    color: #324758;
    font-size: 20px;
}
@media(max-width: 1200px){
    #hero .bottom .inner{        
        flex-direction: column;
    }
    #hero .bottom .inner .right{
        justify-content: center;
        padding: 0;
    }
    #hero .slider-buttons div{
        top: 50px;
    }
}
@media(max-width: 991px){
    #hero .bottom{
        position: static;
    }
    #hero .slider-buttons div{
        top: 20%;
    }
    #hero .slider{
        max-height: 300px;
    }
}

@media(max-width:600){
    #hero .slider{
        max-height: 200px;
    }
}

@media(max-width: 500px){
    #hero h1{
        font-size: 30px;
        color: #324758;
        line-height: 40px;
        margin-bottom: 10px;
    }
    #hero .slider{
        max-height: 150px;
    }
    #hero .slider-buttons div{
        top: 40px;
        height: 40px;
        width: 40px;
        font-size: 20px;
    }
    #hero .bottom{
        padding: 0 15px;
    }
}

@media(max-width: 400px){
    #hero .slider{
        max-height: 100px;
    }
}