
@import "../fonts/styles.css";

* {
    font-family: 'HacenAlgeria';

}

/* width */
::-webkit-scrollbar {
    width: 15px;
    
  }
  
  /* Track */
  ::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey; 
    border-radius: 10px;
  }
   
  /* Handle */
  ::-webkit-scrollbar-thumb {
    background: #50b482; 
    border-radius: 10px;
  }
  
  /* Handle on hover */  
  ::-webkit-scrollbar-thumb:hover {
    background: #50b482; 
  }


input {
    font-family: 'HacenAlgeria';
}

 .layer_slider
 {
     padding: 10px;
 }
.news{
    background: #f3f5f7e1;
    padding: 10px 0;
}
.details_news
{
    text-align: center;
}
.date_news {
    margin-top: 12px;
    padding-right: 16px;
    color: #949494;
}
.btn_details_news
{
    background: #28a745;
    color: #fff !important;
    padding: 4px 40px;
}
.card_news
{
    display: block;
    -webkit-box-shadow: 0 0 60px 25px rgba(134,153,174,.1);
    -moz-box-shadow: 0 0 60px 25px rgba(134,153,174,.1);
    box-shadow: 0 0 13px 1px rgba(134,153,174,.1);
    text-decoration: none !important;
    padding-bottom: 25px;
    margin-bottom: 30px;
}

.card_news img
{
    width: 100%;
    height: 250px;
}



.title_news {

    padding: 4px;
    line-height: 1.7;
    color: #000000 !important;
    margin: 18px 10px;
    overflow: hidden;
    margin-top: 3px;
}
.btn_all_service{
    background: rgb(31 30 27);
    color: #ffffff !important;
    font-size: 23px;
}


.scroll_slider_section{
    background: #f3f5f7e1;
    padding: 23px 0;
    margin-top: 11px;
}

.main_scroll_
{
    height: auto !important;
}

.scroll_slider
{
    border: 1px solid #A0A0A0;
    height: 100%;
    width: 100%;
    border-radius: 50px;
    padding-left: 12px;
    background: #ffffff;

}

.title_section
{
    font-size: 48px;
    color: #001f60;
    font-weight: 800;
    text-align: center;
    margin-bottom: 15px;

}
.card_service
{
    background: #fff;
    text-align: center;
    padding: 40px 20px;
    margin-bottom: 25px;
    -webkit-box-shadow: 0 0 60px 25px rgba(134,153,174,.1);
    -moz-box-shadow: 0 0 60px 25px rgba(134,153,174,.1);
    box-shadow: 0 0 20px 9px rgba(134,153,174,.1);
}
.image_card
{
    text-align: center;
}
.image_card img
{
    max-height: 153px;
}

.title_card
{
    margin: 24px 0;
    font-size: 22px;
    font-weight: 500;
    color: #001f60;
    text-align: center;
    display: table;
    height: 60px;
    width: 100%;
}

.title_card span
{
    display: table-cell;
    vertical-align: middle;
}

.title_card_list
{
    margin: 24px 0;
    font-size: 22px;
    font-weight: 500;
    color: #001f60;
    text-align: center;
    display: table;
    height: 60px;
    width: 100%;
    margin-top: 0;
}

.title_card_list span
{
    display: table-cell;
    vertical-align: middle;
}


.btn_more{
    background: #ffc107;
    color: #000 !important;
    padding: 4px 40px;

}


.computer_scroll
{
    display: block;
}

.mobile_scroll
{
    display: none;
}

@media (max-width: 640px) {
    .scroll_slider {
        height: 124px;
    }
    .main_scroll_ img {
        height: 122px;
    }

    .col.xpadding {
        font-size: 36px;
    }


    .computer_scroll
    {
        display: none;
    }

    .mobile_scroll
    {
        display: block;
    }
    
} 

input[type=number]::-webkit-inner-spin-button, 
    input[type=number]::-webkit-outer-spin-button { 
    -webkit-appearance: none; 
    margin: 0; 
}

.clock_time{
    font-family:'square_sans_serif_7';
    font-size: 22px;
    font-weight: 600;
}

.transition_bar{
    background-color: #3333338f;
    border-radius: 5px;
   
}