/**
Theme Name: JBsoftsystem Child
Author: J Sampath
Author URI: https://www.jbsoftsystem.com/
Description: J B Soft Sys Private Limited is a Software Development Company in Chennai, India., that started in 2001 as a website development agency “J B Soft System”, as it grew in size and experience, it turned into a brand “J B Soft System” that provides an array of web solutions with a mission to make its clients and team prosper.
Version: 2.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: jbsoftsystem-child
Template: astra
*/
.cnt-us1 p.elementor-icon-box-description a {
    color: #fff;
}
.n-colcs figure.gallery-item .gallery-caption {
    background: #f1f1f1;
}
.stickyheader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9999;
    background: #ffffff;
    -webkit-animation-name: silde_to_top;
    -webkit-animation-duration: 1s;
    -webkit-animation-timing-function: ease;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-direction: normal;
    -webkit-animation-delay: 1000;
    -webkit-animation-play-state: running;
    -webkit-animation-fill-mode: forwards;
    border-bottom: 1px solid #EEEEEE;
}
@-webkit-keyframes silde_to_top {
    0% {
        top: -200px;
        top: default;
        opacity: 0;
    }
    100% {
        bottom: default;
        top: 0%;
        z-index: 1000000;
        opacity: 1;
    }
}
.removestickyheader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9999;
    background: #ffffff;
    -webkit-animation-name: silde_to_bottom;
    -webkit-animation-duration: 3s;
    -webkit-animation-timing-function: ease;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-direction: normal;
    -webkit-animation-delay: 100;
    -webkit-animation-play-state: running;
    -webkit-animation-fill-mode: forwards;
    border-bottom: 1px solid #EEEEEE;
}
@-webkit-keyframes silde_to_bottom {
    0% {
        bottom: default;
        top: 0%;
        z-index: 1000000;
        opacity: 1;
    }
    100% {
        top: -200px;
        top: default;
        opacity: 0;
    }
}
@media screen and (max-width: 567px) {
.elementor-repeater-item-df655c5.swiper-slide .elementor-slide-description {
    display: block;
}
}