@charset "utf-8";
/* CSS Document */

.c-1 {
    color: #ec5c42 !important;
}
.c-2 {
    color: #19bcdb !important;
}
.bc-1 {
    background: #ec5c42 !important;
}
.f-30 {
    font-size: 30px !important;
}
.text-white {
    color: #fff !important;
}
.vertical-item .item-media h4 {
    margin: 0px 0px !important;
    background-color: #ec5c42 !important;
    padding: 10px 0px !important;
    font-size: 20px !important;
}
.d-flex {display: flex !important;}








@media (min-width: 400px){
    .item-content {
        padding: 15px;
    }
}
@media (max-width: 360px){
    #rum_sst_tab_wp {
    top: 6px !important;
    }
}
.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}
.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
.swipedown {
    position: relative;
    display: block;
    background: #f3f3f3;
    border-bottom: 3px solid #e0e0e0;
    overflow: hidden;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}
.isotope-item:hover .swipedown .overlay {
    top: 0px;
    z-index: 9999;
}
.vertical-item .overlay {
    position: absolute;
    font-family: 'Roboto',sans-serif;
    left: 0px;
    top: -100%;
    width: 100%;
    height: 100%;
    color: #ffffff;
    padding: 10px;
    background: rgb(14, 98, 171);
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}
.vertical-item .overlay .content {
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100%;
    padding: 25px 25px 30px;
}
.vertical-item .overlay .info {
    position: relative;
    margin-bottom: 20px;
}
.vertical-item .overlay .info li {
    display: block;
    line-height: 24px;
    margin-bottom: 5px;
}
.vertical-item .overlay .social-links a {
    display: inline-block;
    width: 32px;
    height: 32px;
    line-height: 30px;
    text-align: center;
    font-size: 12px;
    margin-right: 5px;
    color: #ffffff;
    border: 1px solid #ffffff;
    border-radius: 50%;
}


/*==================================== Whatsapp =====================================*/
#rum_sst_tab_wp {
    font-family: Tahoma, sans-serif;
    top: 80px;
    /*background-color: #fff;*/
    color: #FFFFFF;
    border-style: solid;
    border-width: 0px;
}
.rum_sst_contents_wp {
    position: fixed;
    margin: 0;
    padding: 5px;
    text-decoration: none;
    text-align: center;
    font-size: 15px;
    font-weight: bold;
    border-style: solid;
    display: block;
    z-index: 100000;
}
.rum_sst_left_wp {
    left: -2px;
    cursor: pointer;
}	
/*==================================== Whatsapp =====================================*/