/*
 Theme Name:   Archtek Child
 Theme URI:    htts://rstheme.com/products/wordpress/archtek/
 Description:  Archtekc Child
 Author:       RS Theme
 Author URI:   http://rstheme.com
 Template:     archtek
 Version:      1.7
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
 */


.feaured-service h2 {
    transform: translateY(0);
    transition: transform 0.3s ease;
}
.feaured-service:hover h2 {
    transform: translateY(-20px);
}
.team-grid-style5 .team-inner-wrap .team-content {
    display: inline-table;
}
.e-n-accordion-item {
    border-top: 1px solid #000;
}
.e-n-accordion-item-title-text {
    padding-top: 47px
}
details.e-n-accordion-item {
    margin-bottom: 47px !important
}

.blog .blog-content p {
    display: none;
}

.ti-widget.ti-goog .ti-review-item>.ti-inner {
    background-color: #FFF !important;
}