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; */


/*----------------------------
NAV
----------------------------*/
#nav {
    top: 0;
    left: 0;
    width: 100%;
    padding: 12px 0;
    z-index: 999;
    background-color: #FFF;
}
#nav.scrolled {
    position: fixed;
}
.scrolled {
    -webkit-box-shadow: 0 2px 0 0 rgb(0 0 0 / 5%);
    -moz-box-shadow: 0 2px 0 0 rgb(0 0 0 / 5%);
    box-shadow: 0 2px 0 0 rgb(0 0 0 / 5%);
    transition: background-color 0.3s ease;
}

#nav .mobileMenu {
    display: none;
}

#nav .close {
    display: none;
    color: #fff;
    font-weight: 800;
    font-size: 30px;
    position: absolute;
    top: 10px;
    right: 30px;
    cursor: pointer;
}
#nav .inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 50px;
}

#nav .right {
    width: 100%;
    display: flex;
    justify-content: end;
    align-items: center;
}

#nav .menu,
#nav .contact {
    margin: 0 50px 0 0;
}

#nav .logo img {
    height: 46px;
}

#nav .logo,
#nav .menu {
    width: fit-content;
}

#nav .menu {
    margin-left: auto;
}

#nav .menu .main-nav {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
}

#nav .menu .main-nav li {
    padding: 0 5px;
    margin: 0 10px;
    color: #000000;
}

#nav .menu .main-nav li a {
    text-decoration: none;
    color: #000000;
}
#nav .menu .main-nav li a:hover,
#nav .parent:hover {
    color: #D12E2E !important;
}

#nav .menu .subitem {
    display: none;
}

#nav .menu .parent {
    cursor: pointer;
    position: relative;
}

#nav .dropdown {
    display: none;
}
#nav .dropdown.show {
    display: block;
    height: auto;
    min-width: 100%;
    position: absolute;
    top: 40px;
    left: 0;
    padding: 0;
    box-shadow: rgba(149, 157, 165, 0.2) 0 8px 24px;
    border-bottom: 5px solid #00857C;
    background: #fff;
    z-index: 999;
}
#nav .dropdown.show ul {
    padding: 0;
    height: 100%;
}
#nav .dropdown.show li {
    margin: 5px 0;
    display: block;
    white-space: nowrap;
}

#nav .menu .dropdown a {
    padding: 10px 30px;
    display: block;
}
#nav .dropdown.show li:hover {
    background: #000;
}

#nav .container-fluid {
    padding: 0 200px;
}

#nav .mobileNav {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#nav .mobileNav img {
    margin-left: 20px;
}
#nav .social-wrap {
    display: flex;
}
#nav .details a {
    color: #D12E2E;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    text-decoration: none;
    margin-right: 20px;
    font-size: 18px;
}
#nav .details a:hover {
    color: #000;
}
#nav .details a i {
    margin-right: 8px;
}
#nav .socials {
    display: flex;
    align-items: center;
}
#nav .socials .social i {
    font-size: 20px;
    color: #324758;
}

@media(max-width:1450px) {
    #nav .menu {
        margin: 0 15px 0 0 !important;
    }

    #nav .inner {
        padding: 0 30px;
    }
}

@media(max-width:1330px) {
    #nav .menu {
        margin: 0 15px 0 0;
    }
}

@media(max-width:1200px) {
    #nav .menu {
        margin: 0 20px 0 0;
    }
}

@media(max-width:1200px) {
    #nav .details a {
        color: #fff;
        margin-right: 0;
        font-size: 16px;
        display: block;
        text-align: center;
        margin-bottom: 20px;
    }
    #nav .details a i {
        display: none;
    }
    #nav .social-wrap {
        display: flex;
        flex-direction: column;
        margin-top: 20px;
    }
    #nav .logo img {
        height: 35px;
    }
    #nav .mobileMenu {
        text-align: right;
    }

    #nav .mobileMenu i {
        font-size: 30px;
    }

    #nav .right {
        width: auto;
        display: block;
    }

    #nav .inner .logo {
        display: none;
    }

    #nav .menu {
        margin: 0;
        width: 100%;
    }

    #nav .menu .main-nav {
        flex-direction: column;
        text-align: center;
    }

    #nav .menu .main-nav li a,
    #nav .menu .main-nav li {
        color: #fff;
        font-size: 20px;
    }

    #nav .menu .main-nav li {
        margin: 0 0 20px;
    }

    #nav .contact a {
        color: #fff;
        font-size: 20px;
    }

    #nav .contact {
        margin: 0 0 20px;
        width: 100%;
        text-align: center;
    }

    #nav .socials {
        text-align: center;
        width: 100%;
        justify-content: center;
    }

    #nav .socials .social i {
        color: #fff;
    }
    #nav .inner {
        position: fixed;
        top: 0;
        left: 0;
        width: 90%;
        height: 100vh;
        z-index: 2;
        flex-direction: column;
        transform: translatex(-100%);
        justify-content: flex-start;
        transition: all ease 0.3s;
        padding: 100px 20px;
        background: #324758;
    }
    #nav .close.show {
        display: block !important;
    }
    #nav .inner.show {
        transform: translatex(0)!important;
        transition: all ease 0.3s;
    }
    #nav .mobileMenu {
        display: block !important;
        color: #D12E2E;
        font-weight: 700;
        font-size: 20px;
        margin-right: 20px;
        cursor: pointer;
    }
    #nav .dropdown.show {
        position: static;
        background: #fff;
        border-radius: 10px;
        margin-top: 20px;
    }

    #nav .dropdown.show li {
        margin: 0;
    }

    #nav .dropdown.show li a {
        color: #818181;
    }
    #nav .main-nav li:hover {
        color: #b0f1cf!important;
    }
}

@media(max-width:576px) {
    #nav .dropdown.show li {
        white-space: normal;
    }
    #nav ul li.subitem a {
        font-size: 16px!important;
    }
}

/*----------------------------
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;
    }
}