.loader{
    color: #fff;
}

.team-card_title{
    color: #fff;
}

.mytelegram{
    position: relative;
    top: -2px;
}

.telegram-icon{
    height: 19px !important;

    position: relative;

    top: -2px;
}

.telegram-icon-invert{
    filter: invert(100%);
    -webkit-filter: invert(100%);
}


.header-logo img{
    width: 140px ;
}

.text--white{
    color: #fff !important;
}

.quote-icon img{
    filter: invert(100%);
    -webkit-filter: invert(100%);
}

.invert{
    filter: invert(100%);
    -webkit-filter: invert(100%);
}

.logolg{
    width: 250px;
}

.hero-title{
    font-size: 90px;
}

.client-list-wrap li a .link-effect{
    height: 60px;
}

.client-list-wrap li a .link-effect img{
    max-height: 60px;
    height: 100%;
}

.testi-slider1 .slick-dots li.slick-active button{
    background-color: #fff;
}



.testi-slider1 .slick-dots li button{
    border: 1px solid #fff;
}


.team-card_img{
    max-height: 402px;

    height: 100%;
}

@media (max-width: 1399px){
    .hero-title{
        font-size: 70px;
    }


    .team-card_img{
        max-height: 342px !important;
    
        height: 100%;
    }
}

@media (max-width: 1199px){
    .hero-title{
        font-size: 60px;
    }

    
    .team-card_img{
        max-height: 283px !important;
    
        height: 100%;
    }
}



@media (max-width: 991px){
    .team-card_img{
        max-height: 402px !important;
    
        height: 100%;
    }
}

@media (max-width: 530px){
    .hero-title{
        font-size: 32px;
    }
}

