/**
Theme Name: Hydroraya
Author: Yoseph Ramadhan
Author URI: http://wpastra.com/about/
Description: Hydroraya is Astra child theme for website PT Hydroraya Adhi Perkasa
Version: 1.0.5
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: hydroraya
Template: astra
*/

ul
{
    margin: 0px;
    padding: 0px;
    list-style: none !important;
}

.menu-item a.hfe-menu-item
{
    padding-top: 15px;
    padding-bottom: 23px !important;
}

#read-more span.elementor-button-icon
{
    color: #278F3F !important;
}

/*
* Style for floating button
*/

.floating-button-container
{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
    justify-content: space-between;
    position: relative;
}

.f-whatsapp
{
    position: fixed;
    bottom: 72px;
    right: 16px;
    z-index: 999 !important;
}


/*
* Style for flexslider
*/

.flexslider
{
	background:none;
	border:none;
	box-shadow:none;
	margin:0px;
}

.custom-navigation
{
    margin: 0 auto;
    position: relative;
    max-width: 1140px;
    width: 100%;
}

.flex-control-nav
{
    position: relative !important;
    margin-bottom: 0px !important;
}

.flex-next
{
    position: absolute;
    bottom: 113px;
    right: 0px;
    z-index: 98 !important;
}

.flex-prev
{
    position: absolute;
    bottom: 49px;
    right: 0px;
    z-index: 98 !important;
}

.custom-controls-container
{
    position: absolute;
    left: 0px;
    bottom: 73px;
    z-index: 98 !important;
}


.flex-control-paging li a
{
    width: 12px;
    height: 12px;
    background: #BEBFBF;
    box-shadow: none;
}

.flex-control-paging li a:hover
{
    background: #FFFFFF;
}

.flex-control-paging li a.flex-active
{
    background: #FFFFFF;
    cursor: default;
}

.flexslider .slides li {
    position:relative;
}

.flex-caption {
    position:relative;
    width: 1140px;
    max-width: 100%;   
    z-index:1;
    margin: -10px auto;
}

.fcc
{
    position:absolute;
    bottom:132px;
}

.fcc h2
{
    font-family: 'Poppins', sans-serif;
    color: #ffffff;
    font-size: 64px;
    font-weight: 700;
    line-height: 80px;
}

.fcc p{
    font-family: 'Poppins', sans-serif;
    font-size: 24px;
    font-weight: 400;
    line-height: 32px;
    color: #fff;
}

.gs-container
{
    position: relative;
    height: auto;
}

.glide__slides
{
    margin: 0px;
    padding: 0px;
}

.capability-slide .glide__slide,
.software-slide .glide__slide,
.project-slide .glide__slide
{    
    border-radius: 16px;
    background: #ffffff;
    background-blend-mode: normal;
    box-shadow: 0px 8px 10px #d8dcde;
    margin-bottom: 24px;
}

.project-slide .glide__slide
{
    max-height: fit-content;
}


.glide__arrow,
.glide__arrow:focus,
.glide__arrow:hover
{
    padding: 0px;
    margin: 0px;
    background-color: transparent;
}

.glide__track
{
    margin-bottom: 20px;
}

.glide_number
{
    display: inline-block;
    margin-right: 16px;
    color: #A3B0D2;  
    font-size: 16px;
    font-weight: 700;
}

.no_glide
{
    color: #18398F;
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    font-weight: 700;
}

.glide__arrows
{
    -webkit-touch-callout: none;
    user-select: none;
    display: inline-block;
}

.glide__arrow.glide__arrow--left
{
    margin-right:8px;
}

table.dataTable,
table.dataTable thead th, 
table.dataTable thead td,
table.dataTable tbody td
{
    border: none !important;
    border-width: 0px;
}

.hydro-table{
    margin-bottom: 32px !important;
}


.hydro-table thead
{
    color: #ffffff;
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    font-weight: 600;
    background-color: #163381;
}

.hydro-table tbody
{
    color: #212122;
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    font-weight: 400;
}

.dataTables_paginate .paginate_button.disabled
{
    display: none !important;
    visibility: hidden !important;
}

.dataTables_paginate .paginate_button.disabled
{
    display: none !important;
    visibility: hidden !important;
}

.table-nav
{
    width: 19px;
    height: 16px;    
    display: block;
    cursor: pointer;
}

.table-nav.prev-icon
{
    background-image: url('assets/images/arrow-left-solid.webp');
    background-repeat: no-repeat;
}

.table-nav.next-icon
{
    background-image: url('assets/images/arrow-right-solid.webp');
    background-repeat: no-repeat;
}

.dataTables_wrapper .dataTables_paginate .paginate_button,
.dataTables_wrapper .dataTables_paginate .paginate_button:hover
{
    border: none !important;
    color: transparent !important;
    background: none !important;
}

.dataTables_info
{
    color: #212122;
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    font-weight: 600;
}

.dataTables_wrapper .dataTables_filter
{
    display: none !important;
    visibility: hidden !important;
}

.category-filter label
{
    color: #545a5c;
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    font-weight: 600;
    margin-right:16px;
}

#categoryFilter{
    color: #545a5c;
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    font-weight: 400;
    background: #ffffff;
    text-align: center;
    margin-bottom:32px;
}

#categoryFilter:after{
    content: '';
    margin-right: 25px;
}

.d-flex
{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
    justify-content: space-between;
    position: relative;
}

/* capability slider */
/* .capability-slide .glide__slide img
{
    border-radius: 16px 0 0 16px;
    width:40%;
} */

.capability-slide .gs-image
{    
    width:50%;
}

.capability-slide .gs-content
{
    padding: 32px 16px;
    width: 50%;
    max-height: 403px;
}

/* software slider */

.software-slide .gs-image
{    
    width:50%;
}

.software-slide .gs-content
{
    padding: 24px 32px;
    width: 50%;
    max-height: 260px;
}

/* project slider */

.project-slide .gs-image
{    
    width:100%;
}

.project-slide .gs-content,
.project-slide .glide__slide--active .gs-content
{
    padding: 24px;
    width: 100%;
    max-height: fit-content;
    min-height: 340px;
}

.gs-image img
{
    width: 100%;
    height: auto;
    border-radius: 16px 0 0 16px;
}


.gs-content h3
{
    color: #18398f;
    font-family: 'Poppins', sans-serif;
    font-size: 20px;
    font-weight: 700;
    line-height: 28px;
    margin-bottom: 24px;
}

.gs-content h4
{
    color: #545a5c;
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 8px;
}

.gs-content p{
    color: #545a5c;
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    margin-bottom: 16px;
}

.gs-content span {
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    margin-top: 16px;
    color: #18398f;
    display: block;
    margin-bottom: 16px;
}

.project-slide .glide__slide--active .gs-content span
{
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    margin-top: 16px;
    color: #fff;
    display: block;
    margin-bottom: 16px;
}

.project-slide .gs-image img,
.project-slide .glide__slide--active .gs-image img
{
    /*border-radius: 16px 16px 0px 0px;*/
    border-radius: 16px;
}

.project-slide .gs-content h3,
.project-slide .glide__slide--active h3
{
    color: #18398f;
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    margin-bottom: 8px;
}

.project-slide .glide__slide--active
{
    box-shadow: 8px 8px 16px rgba(159,167,187,0.32);
}

.project-slide .glide__slide--active .gs-content
{
    background-color: #0E2256;
    padding-bottom: 4px;
    border-radius: 0px 0px 16px 16px;
}

.project-slide .glide__slide--active h3
{
    color: #F3F4F7;
}

.project-slide .glide__slide--active p
{
    color: #C3C8D5;
}

.glide_see_all 
{
    display: inline-block;
    float: right;
}

.glide_see_all a,
.glide_see_all a:link,
.glide_see_all a:active,
.glide_see_all a:visited,
.glide_see_all a:hover
{
    color: #18398f;
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    font-weight: 700;
    text-decoration: none;
}

.glide_see_all img
{
    margin-left:8px;
}

#table_certification a:link,
#table_certification a:active,
#table_certification a:visited
{
    color: #212122;
    text-decoration: none;
}


#table_certification a:hover
{
    color: #212122;
    text-decoration: none;
    border-bottom: 1px dotted #212121;
}

.td-view_document
{
    text-align: right;
}

/* style for contact form */

.hydroraya-contact-form{

}

.hydroraya-contact-form label
{
    color: #4b565c;
    font-family: 'Poppins', sans-serif;
    font-size: 16px !important;
    font-weight: 400 !important;
    margin-bottom: 8px !important;
}

.hydroraya-contact-form input[type="text"],
.hydroraya-contact-form input[type="email"],
.hydroraya-contact-form select,
.hydroraya-contact-form textarea
{
    border-radius: 4px !important;
    background: #f7f8f8 !important;
    max-width: 100% !important;
    border: none !important;
    font-family: 'Poppins', sans-serif !important;
    margin-bottom: 16px !important;
    color: #484949 !important;
    padding: 14px !important;
    height: auto !important;
    font-weight: 400 !important;
}


.hydroraya-submit-form
{
    border-radius: 4px !important;
    background: #18398f !important;
    background-blend-mode: normal !important;
    color: #f7f8f8 !important;
    font-family: 'Poppins', sans-serif !important;
    font-size: 16px !important;
    font-weight: 600 !important;
    text-align: right !important;
    padding: 12px 24px !important;
    border: none !important;
}


/* Large Devices, Wide Screens */
@media only screen and (max-width : 1200px) {

}

/* Medium Devices, Desktops */
@media only screen and (max-width : 992px) {

    .hydroraya-submit-form
    {
        width: 100% !important;
        text-align: center !important;
        padding: 16px !important;
    }

    table.dataTable
    {
        width: 100%;
    }

    /* capability slider */

    .capability-slide .gs-image
    {    
        width:100%;
    }

    .capability-slide .gs-content
    {
        padding: 42px 16px;
        width: 100%;
        max-height: fit-content;
    }

    /* software slider */

    .software-slide .gs-image
    {    
        width:100%;
    }

    .software-slide .gs-content
    {
        padding: 24px 32px;
        width: 100%;
        max-height: fit-content;
    }

    
    .project-slide .glide__slide--active .gs-content
    {
        background-color: #0E2256;
        padding-bottom: 24px;
        border-radius: 0px 0px 16px 16px;
    }

    .project-slide .gs-image img,
    .gs-image img
    {        
        /*border-radius: 16px 16px 0px 0px;*/
        border-radius: 16px;
    }

    /* style for slider */
    
    .fcc 
    {
        position: absolute;
        bottom: 32px;
        padding: 24px;
    }

    .fcc h2 
    {
        font-family: 'Poppins', sans-serif;
        color: #ffffff;
        font-size: 40px;
        font-weight: 700;
        line-height: 48px;
    }

    .fcc p 
    {
        font-family: 'Poppins', sans-serif;
        font-size: 20px;
        font-weight: 400;
        line-height: 28px;
        color: #fff;
    }

    .flex-next 
    {
        position: absolute;
        bottom: 80px;
        right: 24px;
        z-index: 98 !important;
    }
    
    .flex-prev {
        position: absolute;
        bottom: 16px;
        right: 24px;
        z-index: 98 !important;
    }

    .custom-controls-container {
        position: absolute;
        left: 24px;
        bottom: 40px;
        z-index: 98 !important;
    }

}

/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {
    
    .hydroraya-submit-form
    {
        width: 100% !important;
        text-align: center !important;
        padding: 16px !important;
    }

    table.dataTable
    {
        width: 100%;
    }

    .td-view_document
    {
        text-align: right;
    }

    /* capability slider */

    .capability-slide .gs-image
    {    
        width:100%;
    }

    .capability-slide .gs-content
    {
        padding: 42px 16px;
        width: 100%;
        max-height: fit-content;
    }

    /* software slider */

    .software-slide .gs-image
    {    
        width:100%;
    }

    .software-slide .gs-content
    {
        padding: 24px 32px;
        width: 100%;
        max-height: fit-content;
    }

    .project-slide .gs-image img,
    .gs-image img
    {        
        /*border-radius: 16px 16px 0px 0px;*/
        border-radius: 16px;
    }

    /* style for slider */

    .fcc 
    {
        position: absolute;
        bottom: 32px;
        padding: 24px;
    }

    .fcc h2 
    {
        font-family: 'Poppins', sans-serif;
        color: #ffffff;
        font-size: 40px;
        font-weight: 700;
        line-height: 48px;
    }

    .fcc p 
    {
        font-family: 'Poppins', sans-serif;
        font-size: 20px;
        font-weight: 400;
        line-height: 28px;
        color: #fff;
    }

    .flex-next 
    {
        position: absolute;
        bottom: 80px;
        right: 24px;
        z-index: 98 !important;
    }
    
    .flex-prev {
        position: absolute;
        bottom: 16px;
        right: 24px;
        z-index: 98 !important;
    }

    .custom-controls-container {
        position: absolute;
        left: 24px;
        bottom: 40px;
        z-index: 98 !important;
    }

}

/* Extra Small Devices, Phones */ 
@media only screen and (max-width : 480px) {

    .hd-btn-next .elementor-button-link
    {
        width: 100% !important;
    }

    .td-view_document
    {
        text-align: left;
    }

    /* capability slider */

    .capability-slide .gs-image
    {    
        width:100%;
    }

    .capability-slide .gs-content
    {
        padding: 42px 16px;
        width: 100%;
        max-height: fit-content;
    }

    /* software slider */

    .software-slide .gs-image
    {    
        width:100%;
    }

    .software-slide .gs-content
    {
        padding: 24px 32px;
        width: 100%;
        max-height: fit-content;
    }

    .project-slide .gs-image img,
    .gs-image img
    {        
        /*border-radius: 16px 16px 0px 0px;*/
        border-radius: 16px;
    }

    /* style for hero slider */

    .flex-caption
    {
        background: #183a8f;
        margin: 0px !important;
    }

    .fcc
    {
        position: relative;
        bottom: 0px;
        padding: 20px 72px 20px 18px;
    }

    .fcc h2
    {
        font-size: 24px;
        line-height: 32px;
    }

    .fcc p
    {
        font-size: 16px;
        line-height: 28px;
    }

    .flex-prev {
        position: absolute;
        bottom: 16px;
        right: 16px;
        z-index: 98 !important;
    }

    .flex-next {
        position: absolute;
        bottom: 72px;
        right: 16px;
        z-index: 98 !important;
    }

    .custom-controls-container {
        position: absolute;
        left: 16px;
        bottom: 180px;
        z-index: 98 !important;
    }

    .hd-btn-next .elementor-button-link
    {
        width: 100% !important;
    }

}

/* Custom, iPhone Retina */ 
@media only screen and (max-width : 360px) {
    
    .hydroraya-submit-form
    {
        width: 100% !important;
        text-align: center !important;
        padding: 16px !important;
    }

    table.dataTable
    {
        width: 100%;
    }

    .hd-btn-next .elementor-button-link
    {
        width: 100% !important;
    }

    .td-view_document
    {
        text-align: left;
    }

    /* capability slider */

    .capability-slide .gs-image
    {    
        width:100%;
    }

    .capability-slide .gs-content
    {
        padding: 42px 16px;
        width: 100%;
        max-height: fit-content;
    }

    /* software slider */

    .software-slide .gs-image
    {    
        width:100%;
    }

    .software-slide .gs-content
    {
        padding: 24px 32px;
        width: 100%;
        max-height: fit-content;
    }

    .project-slide .gs-image img,
    .gs-image img
    {        
        /*border-radius: 16px 16px 0px 0px;*/
        border-radius: 16px;
    }

    /* style for hero slider */

    .flex-caption
    {
        background: #183a8f;
        margin: 0px !important;
    }

    .fcc
    {
        position: relative;
        bottom: 0px;
        padding: 20px 72px 20px 18px;
    }

    .fcc h2
    {
        font-size: 24px;
        line-height: 32px;
    }

    .fcc p
    {
        font-size: 16px;
        line-height: 28px;
    }

    .flex-prev {
        position: absolute;
        bottom: 16px;
        right: 16px;
        z-index: 98 !important;
    }

    .flex-next {
        position: absolute;
        bottom: 72px;
        right: 16px;
        z-index: 98 !important;
    }

    .custom-controls-container {
        position: absolute;
        left: 16px;
        bottom: 180px;
        z-index: 98 !important;
    }

}