	.deviceFrame > .tp_module:first-of-type > .dropdown_admin {
    top: 0;
}

.deviceFrame > .tp_module.banner-home:first-of-type > .dropdown_admin {
    top: 16px !important;
}

.banner-btn__video .tp-title {
    margin-bottom: 0;
}

.banner-btn__video .tp-btn-youtube-button {
    position: relative;
    width: 40px;
    min-width: 40px;
    height: 40px;
    z-index: 1;
}


.banner-btn__video .tp-btn-youtube-button::before,
.banner-btn__video .tp-btn-youtube-button::after {
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    -webkit-box-shadow: 0 0 0 0 #fff;
    box-shadow: 0 0 0 0 #fff;
    -webkit-animation: button-ripple 3s infinite;
    animation: button-ripple 3s infinite;
    opacity: .6;
    z-index: -1;
}

.banner-btn__video .tp-btn-youtube-button::before {
    -webkit-animation-delay: .9s;
    animation-delay: .9s;
}
.banner-btn__video .tp-btn-youtube-button::after {
    -webkit-animation-delay: .6s;
    animation-delay: .6s;
}





.intro {
    margin-top: -145px;
}
.intro-box {
    height: 100%;
    padding: 10px;
    border-radius: 10px;
    background-color: #f5f5f5;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 10px;
}

.intro-box .image-hover .tp-img-item,
.intro-box .image-hover .tp-image__media,
.intro-box img{
    height: 100%;
}

.intro-box__content {
    padding: 20px;
}

.intro-box__content .tp-btn i {
    width: 24px;
    min-width: 24px;
    height: 24px;
    border-radius: 50%;
    background-color: var(--tp-primary);
    transform: rotate(-45deg);
    transition: ease-in-out .4s;
}

.intro-box__content .tp-btn:hover i {
    transform: none;
}

.intro-right {
    padding: 40px;
    background-color: #0d0d0d;
    border-radius: 10px;
}
.intro-image .tp-img-item,
.intro-image .tp-image__media,
.intro-image img {
    height: 100%;
}
.intro-image__client > .tp_module:not(:first-child) {
    margin-left: -10px;
}

.intro-image__client img {
    border: 1px solid var(--tp-title-color);
    border-radius: 50%;
    object-fit: cover;
}

.intro-right .tp-body {
    line-height: 1;
}





.section-contact__body {
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 30px;
    border-top: 1px solid #FFFFFF1A;
}

.section-contact__content .tp-icon {
    width: 60px;
    min-width: 60px;
    height: 60px;
    border-radius: 4px;
    background-color: #FFFFFF1A;
    backdrop-filter: blur(30px) saturate(100%);
}

@media (max-width: 1024px) {
    .intro {
        margin-top: -100px;
    }
    .intro-right {
        padding: 20px;
    }
    .intro-box__content {
        padding: 10px;
    }
    

}

@media (max-width: 991px) {

}

@media (max-width: 767.98px) {
    .banner-home {
        background-attachment: scroll !important;
    }
    
    .section-contact__body {
        grid-template-columns: 1fr;
    }
    .section-contact__image {
        display: none;
    }
}
