﻿.textspan {
    width: 115px;
}
.item-feature-a {
    padding: 0 !important;
    height: 150px;
}
.divrowwservices{
    justify-content:center;
}
.contact-email2{
    color:white!important;
}
.howwework .fp-scroller {
    transform: translate(0) !important;
}
.fp-scroller {
    transform: translate(0) !important;
}
.produfp {
    transform: translate(0) !important;
}
.services .fp-scroller {
    transform: translate(0) !important;
}
.section-page .section-header p, .section-page .section-content p {
    max-width: 100% !important;
}
@media only screen and (max-width: 500px) {
    .navbar-top .navbar-nav{
        display:none!important;
    }
    .navbar-collapse{
        display:none!important;
    }
    .navbar-brand.logo-brand img{
        height:100px!important;
    }
    .navbar-top .navbar-toggler {
        height: 120px!important;
    }
    .navfull-menu .nav-menu{
        font-size:2rem!important;
    }
    .navbar-top .navbar-toggler {
        position: relative!important;
    }
    .row.grid-list-c{
        max-height:none!important;
    }
}
@media only screen and (min-width: 501px) and (max-width: 1000px) {
    .navbar-top .navbar-nav {
        display: none !important;
    }

    .navbar-collapse {
        display: none !important;
    }

    .navbar-brand.logo-brand img {
        height: 100px !important;
    }

    .navbar-top .navbar-toggler {
        height: 120px !important;
    }
}

.item-grid-c .item-img img {
    height: 410px !important;
    object-fit: cover;
}
.i-text{
    font-weight:bold;
    font-size:1rem!important;
}


.row.grid-list-c {
    max-height: 430px;
    overflow-y: auto; 
    scroll-behavior: smooth;
    cursor:pointer!important;
}

 
    .row.grid-list-c::-webkit-scrollbar {
        width: 6px;
    }

    .row.grid-list-c::-webkit-scrollbar-thumb {
        background-color: rgba(255,255,255,0.3);
        border-radius: 3px;
    }

    .row.grid-list-c::-webkit-scrollbar-track {
        background: transparent;
    }