img{
    pointer-events: none !important;
}
.flex {
    display: -moz-box;
    display: -webkit-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
}
.align-items-center {
    align-items: center;
    -webkit-align-items: center;
    -moz-align-items: center;
}
.thumbnail-clients {
    height: 180px;
}
.thumbnail-clients img {
    max-width: 100% !important;
    max-height: 170px;
    width: auto !important;
    margin: 0 auto;
}
button.thumbnail-clients{
    background: none;
    border: none;
}
.social-icons.mt-social-links{
    padding: 4px 0px;
}
.social-icons.mt-social-links a:hover i{
    background-color: #f5bf23;
}
.extra-nav .extra-cell > a.language-href{
    font-weight: bold;
    font-size: 15px;
    padding-top: 5px;
    display: inline-block;
}
.extra-nav .extra-cell > a.language-href.active{
    color: #f5bf23;
}
.product-shadow h4{
    font-size: 18px !important;
    font-weight: bold;
}
.product-shadow.image-effect-one .figcaption{
    padding: 10px 58px 10px 15px !important;
}

/*
.project-hover-block img{
    zoom: 1;
    filter: alpha(opacity=20);
    -webkit-opacity: 0.2;
    opacity: 0.2;
}*/


.project-hover-block .mt-info .mt-tilte,
.project-hover-block .mt-info p{
    opacity: 1;
}


.project-hover-block .mt-info .mt-tilte{
    transition-delay: 0.3s;
}
.project-hover-block .mt-info p{
    transition-delay: 0.35s;
}
.project-hover-block:before,
.project-hover-block:after{
    opacity: 1;
    transition-delay: 0.25s;
}
.project-hover-block:before{
    width: 40px;
}
.extra-nav .extra-cell > a.language-href{
    font-family: 'FreeSet Bold', sans-serif;
}
.header-nav .nav>li .sub-menu li a,
.header-nav .nav>li>a{
    font-family: 'FreeSet', sans-serif;
}
.social-bar{
    position: fixed;
    width: 80px;
    z-index: 21;
    top: 70px;
    background: #fff;
    bottom: 0;
    left: 0;
    overflow: hidden;
    border-right: 1px solid #eee;
    -webkit-transform: translate3d(0,0,0);
}
.page-body{
    vertical-align: top;
    position: absolute;
    left: 80px;
    top: 70px;
    right: 0;
    bottom: 0;
    z-index: 2;
    -webkit-transition: all 400ms linear;
    -moz-transition: all 400ms linear;
    -o-transition: all 400ms linear;
    -ms-transition: all 400ms linear;
    transition: all 400ms linear;
}
.fixed-title{
    position: fixed;
    width: 390px;
    height: 80px;
    line-height: 80px;
    top: 200px;
    left: -155px;
    border-left: 1px solid #e6eaea;
    letter-spacing: 0.27em;
    font-size: 15px;
    font-family: 'FreeSet Bold', sans-serif;
    text-transform: uppercase;
    text-align: center;
    cursor: default;
    font-weight: bold;
    color: #4d4d4d;
    z-index: 22;
}
.fixed-social{
    position: absolute;
    bottom: 15px;
    left: 0;
    width: 100%;
    border-top: 1px solid #e6eaea;
    padding-top: 30px;
}
.fixed-social li{
    float: left;
    width: 100%;
    margin-bottom: 8px;
    text-align: center;
}
.fixed-social li a{
    font-size: 16px;
}
.project-hover-block:after{
    height: 40px;
}
.caption-layout{
    background-color:rgba(0, 0, 0, 0.3);
    position: absolute;
    width: 100%;
    height: 100%;
}
.text-up-down{
    animation: mover 1s infinite  alternate;
}
.text-rotate{
}
.h3-style{
    font-weight: 500;
    font-size: 34px;
    line-height: 40px;
    color: #1a1a1a;
    margin-bottom: 20px;
}
.h2-style{
    font-weight: 500;
    font-size: 34px;
    line-height: 40px;
    color: #1a1a1a;
    margin-bottom: 20px;
}
.blog-dsp-record-single_name{
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    font-size: 46px;
    line-height: 52px;
    color: #1a1a1a;
}
.wa-float {
    position: fixed;
    right: 21px;
    bottom: 100px; /* lazım olsa 90–140px arası dəyiş */
    width: 65px;
    height: 65px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 9999px;
    background: #25D366;
    color: #fff;
    box-shadow: 0 10px 25px rgba(0,0,0,.2);
    text-decoration: none;
    transition: transform .15s ease, box-shadow .15s ease, opacity .2s;
    /* Tawk iframelərinin üstündə olsun deyə yüksək z-index */
    z-index: 2147483647; /* maksimum praktik dəyər */
}
.wa-float:hover { transform: translateY(-2px); box-shadow: 0 14px 30px rgba(0,0,0,.25); }

/* Tooltip */
.wa-tooltip {
    position: absolute;
    right: 66px;
    bottom: 50%;
    transform: translateY(50%);
    background: #111827;
    color: #fff;
    font-size: 13px;
    line-height: 1;
    padding: 8px 10px;
    border-radius: 8px;
    white-space: nowrap;
    opacity: 0;
    pointer-events: none;
    transition: opacity .15s ease;
    box-shadow: 0 6px 20px rgba(0,0,0,.2);
}
.wa-float:hover .wa-tooltip { opacity: 1; }

/* Kiçik ekranlarda tooltip-i gizlət (yer darlığı) */
@media (max-width: 480px) {
    .wa-tooltip { display: none; }
    .wa-float { bottom: 96px; right: 12px; }
}
@-webkit-keyframes mover {
    0% { transform: translateY(0) rotate(-90deg);}
    100% { transform: translateY(-20px) rotate(-90deg);}
}
@media only screen and ( max-width:768px) {
    .top-bar{
        display: none;
    }
    .bg-parallax{
        background-attachment: initial !important;
    }
    .page-body{
        left: 0 !important;
    }
}
