.footer__social a{
    border-radius:60px;
}
.footer-a3{
    background:url('/Frontend/Public/assets/img/footer-bg.jpg') no-repeat;
    background-size:cover;
}
.slider-bg-three{
    min-height:785px;
}

.single-services3{
    max-height:185px;
}
.service-item{
    position:relative;
    z-index:1;
    transition:.2s;
    border-radius:16px;
  transform: translateY(0);
  transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}
.service-item:hover{
    transition:.2s;
    transform:scale(1.05);
    cursor:pointer;
}
.service-shape{
    
    content: '';
    border-radius: 50%;
    background-image: linear-gradient(0deg, rgb(8, 106, 216) 0%, rgb(55, 140, 255) 100%);
    position: absolute;
    left: -22px;
    top: -22px;
    width: 80px;
    height: 80px;
    z-index: 2;
	display:flex;
	align-content:center;
	justify-content:center;
	flex-direction:row;
	flex-wrap:wrap;

}
.service-item::before{
        content: "";
    border-radius: 50%;
    background-color: #43b9fe;
    position: absolute;
    left: 0;
    top: 0;
    width: 80px;
    height: 80px;
    z-index: -1;
}
.service-item .thumb{
    margin-bottom: 25px;
    border-radius: 16px;
}
.service-item .content{
        position: absolute;
    z-index: 2;
    left: 20px;
    bottom: 43px;
}
.service-item img{
     aspect-ratio: 1/1.2;object-fit: cover;
     border-radius:16px;
}

.service-item .content h3{
    font-weight:600;
    color:white;
    line-height:35px;
}
.service-overlay{
    
    background-image: linear-gradient(90deg, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0.8;
    border-radius: 16px;
}
.contact-form input[type='checkbox'] {
        background: rgb(245, 245, 245);
    border: none;
    height:18px;
    width:18px;
}
.form-check-input:checked[type="checkbox"]{
    background-color:#0062ff;
}
.theme-color{
    color:#0062ff;
}
#referenciak{
  scroll-margin-top: 140px;  
}
#szolgaltatasaink{
  scroll-margin-top: 90px;
}
.slider-bg-three.subpage{
    min-height:550px;
}


@media (max-width: 992px){
    .service-shape{
        left:-14px;
        top:-16px;
    }
}
@media (max-width: 500px){
    .slider__content3{
        margin-top:135px!important;
    }
.slider-bg-three{
    min-height:660px;
}
}

