.header-block img {
    border-bottom: 1px solid #293F54;
    height: auto;
    width: 100%;
    aspect-ratio: 1920/650;
    display: block;
}
.header-block{
    position:relative;
}
.title-header {
    position: absolute;
    top: 0;
    left: auto;
    font-weight: 700;
    font-family: Titillium Web, Arial, Verdana, Tahoma, sans-serif;
    font-size: 7rem;
    padding-left: 8%;
    padding-top: 3rem;
    line-height: normal;
}

.title-header .stroke-text {
    color: #293F54;
    -webkit-text-fill-color: transparent;
    /* Will override color (regardless of order) */
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: #293F54;

}

.title-header .fill-text {
    color: #293F54;
}

.category-slider {
    width: 100%;
    text-align: center;
    margin-top: 1rem;
}

.slider-title {
    font-weight: 700;
    font-family: Titillium Web, Arial, Verdana, Tahoma, sans-serif;
    font-size: 5rem;
    color: #BEC5CB;
}

.main-actions-slider {
    margin: 2.5rem 0;
    padding: 0 3rem;
    /* border-bottom: 1px solid #293F54; */
}

.pdf-block {
    background: rgb(218, 226, 232);
    border-top: 1px solid #293F54;
    border-bottom: 1px solid #293F54;
}

.pdf-section {
    display: inline-block;
    padding: 3rem 0;
    width:100%;
}

.pdf-section .actionimage{
    vertical-align: middle;
    display: inline-block;
    width: 50%;
}

.pdf-img {
    height: auto;
    float: right;
    width:75%;
}

.pdf-buttons {
    vertical-align: middle;
    display: inline-block;
}



.contact-us-btn {
    text-align: center;
    cursor: pointer;
    padding: 1rem 2rem;
    margin: 1rem;
    float: left;
    text-transform: uppercase;
    color: #35b12d;
    background: transparent;
    border: 1px solid;
    font-family: Titillium Web, Arial, Verdana, Tahoma, sans-serif;
    font-size: 18px;

}
.contact-us-btn:hover {
    background: #35b12d;
    color:#fff;
}

.more-info-btn {
    text-align: center;
    cursor: pointer;
    padding: 0.6em 1em;
    margin: 1em;
    float: left;
    border: none;
    text-transform: uppercase;
    color: #fff;
    background: #35b12d;
    font-family: Titillium Web, Arial, Verdana, Tahoma, sans-serif;
    font-size: 18px;
}

.round-dl-btn {
    background: url(../images/home-sprite.png) -340px -275px;
    float: left;
    width: 46px;
    height: 46px;
    text-indent: -999em;
    margin: 1.2rem 0 0;
    border-radius: 50%;
}

.slider-category span {
    font-family: Titillium Web, Arial, Verdana, Tahoma, sans-serif;
    font-size: 1rem;
    text-transform: uppercase;
}

.category-slider .slick-slide img {
    margin: auto;
}

.separator-line {
    width: 100%;
    height: 2px;
    background: #293F54;
}

.pdf-category:not(.pdf-global) {
    display: none;
}

.contentMachine.contentMachineContact li {
    list-style-type: none
}


/* contact us */
.contentMachineContact input,
.contentMachineContact select {
    border: 1px solid #ababab;
    background: #fff ;
    color: #535353;
    padding: .5rem 0;
    width: 100%;
    margin: .2rem 0 .5rem 0
}


.contentMachineContact li {
    list-style-type: none
}

.contentMachineContact h3 {
    border-bottom: 2px solid #039644;
    margin: 0 0 1rem 0;
    padding: 0 0 1rem 0;
    color: #039644;
    text-align: center;
    font-size: 22px
}

.contentMachineContact #submit_btn {
    background: #039644;
    color: #fff;
    border: 2px solid #039644;
    cursor: pointer;
    padding: .8rem 0;
    -moz-border-radius: 20px !important;
    -webkit-border-radius: 20px !important;
    border-radius: 20px !important;
    -o-border-radius: 20px !important;
    -icab-border-radius: 20px !important;
    -khtml-border-radius: 20px !important
}

.contentMachineContact #submit_btn:hover {
    background: transparent;
    color: #039644
}

#top .contentMachine li {
    line-height: 16px;
    margin-top: 1rem
}


/* contact us */




@media screen and (max-width:1000px) {
    .header-block img {
        aspect-ratio: 1024/500;
    }
}
@media screen and (max-width:780px) {
    
    .pdf-buttons {
        margin: 0;
    }

    .pdf-img {
        width: 100%;
    }

    .slider-title {
        font-size: 3rem;
    }

    .pdf-section {
        width:100%
    }

 
    .pdf-category{
        padding:1rem;
        position:relative;
    }
    .pdf-section .actionimage{
        width:100%;
    }
    .contact-us-btn{
        margin:1rem 1rem 1rem 0;
    }
}

@media screen and (max-width:768px) {
    .header-block img {
        aspect-ratio: 780/657;
    }
}
@media screen and (max-width:497px) {
    .title-header {
        font-size: 3rem;
        padding-left: 10%;
        padding-top: 3rem;
    }
}