/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */

.elementor-heading-title {
    margin-bottom: 2rem;
}

.pp-image-slider-container {
    max-width: 800px;
}

.pp-image-slider-image-wrap>img {
    display: block;
}

.featured-media {
    max-width: 950px;
}

.gallery-tumbnails {
    max-width: 950px;
    margin-top: 2rem;
    display: grid;
    grid-template-columns: repeat(9, 1fr);
    gap: 5px;
}

.wg-box {
    position: relative;
}

.wg-box>div>a {
    position: relative;
}

.wg-box>div>a::before {
    content: "";
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    transition: all 0.3s ease;
}

.wg-box>div>a:hover::before {
    background-color: rgba(127, 127, 127, 0.523);

}
.wg-box>div>a:hover .wg-box-title {
    transform: translateY(0)

}

.wg-box-title {
    padding: 1rem;
}
.wg-box-title>div>h1{
    position: absolute;
    bottom: 40px;
    left: 0;
    transform: translateY(100%);
    visibility: hidden;
    padding: 5px 15px;
}
span#img-overally{
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: transparent;
    z-index: 100;
}
.wg-box-mob-title{
    display: block;
    max-width: 400px !important;
    margin: 5px;
}
.team-box{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    align-items: flex-start;
    gap: 30px;
    margin-bottom: 2rem;
}
.team-col {
    display: flex;
    flex-direction: column;
  }
  .arch-main{
    max-width: 1500px !important;
    display: flex;
}
@media screen and (max-width:1024px){
    .team-box{
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }
}
@media screen and (max-width:768px) {

    .gallery-tumbnails {
        grid-template-columns: repeat(5, 1fr);
        gap: 5px;
    }

}

@media screen and (max-width:640px) {

    .gallery-tumbnails {
        grid-template-columns: repeat(3, 1fr);
        gap: 5px;
    }
    .team-box{
        grid-template-columns: 100%;
        align-items: center;
    }
}

.research-menu > div nav ul li{
border-bottom: solid 1px #444;
}