.hero-style-1::before {
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
content: "";
background: rgb(0, 0, 0, 0.6)
}

@keyframes shake {
0%, 100% { transform: translateX(0); } 
10% { transform: translateX(-4px); }
20% { transform: translateX(4px); }
30% { transform: translateX(-4px); }
40% { transform: translateX(4px); }
50% { transform: translateX(0); } 
}

.head-call i {
display: inline-block;
animation: shake 1s infinite;
animation-timing-function: ease-in-out;
animation-delay: 1s;
font-size:25px;
color:white;
}

.fotic
{
margin-top:-15px;	
}

/* Mobil Stiller */
@media screen and (max-width: 999px) 
{
.desktop {display:none;}
.slide-title-sub{margin-top:-60px;}
.slide-title-sub h5{display:none;}
.slide-title h2{line-height:40px !important;text-align:left;letter-spacing:-0.3px;}
.slide-subtitle p{font-size:14px !important;text-align:left;line-height:24px;}
}

/* Desktop Stiller*/
@media screen and (min-width: 1000px) 
{
.mobile {display:none;}
}

.office-info .office-info-item.active, .office-info .office-info-item:hover {
background: url(../../images/ofis-info-bg.png) no-repeat;
}

.ific
{
margin-top:5px;
color:#6A6E7C !important;
}