.tgmenu__nav .logo img {
    max-height: 40px;
}

.brand__area-eight {
    background: #f8f8f8;
}

.choose__area-two {
    margin: 0px;
    padding: 0px;
}

.counter-area-three {
    padding-top: 50px;
    padding-bottom: 35px;
}

.choose__tab-content p {
    height: 12pc;
    text-align: left;
}

.clr_white {
    color: white !important;
}

.fw-logo img {
    max-height: 40px;
}

.tgmenu__navbar-wrap>ul>li a {
    font-weight: 700;
}

.bor_card {
    border: 2px solid #eb2627;
    border-radius: 16px;
}

.bor_card:hover {
    -webkit-box-shadow: 0 10px 55px 5px rgba(137, 173, 255, .35);
    box-shadow: 0 10px 55px 5px rgba(137, 173, 255, .35);
}

.team__thumb-four img {
    background-color: #9c3154;
}

.niya_div p {
    margin-bottom: 10px;
}

.tg-header__area-five {
    background: white;
}

.project__content-three {
    background-color: rgba(239, 5, 72, 0.8);
}

.counter-area-three {
    background-color: #FFF5F6;
}

.project__content-three span {
    color: white;
}

.tgmenu__navbar-wrap>ul>li a {
    font-size: 18px;
}

.affli_div h2 {
    color: white;
}

.affli_div p {
    color: white;
}

.marketing_expert__area_six {
    padding: 50px 0px;
    margin-bottom: 0px;
}

.but_all {
    color: rgb(194, 54, 54);
    background-color: white;
}

.partners__area-six {
    background-color: #ea2627;
    padding: 50px 0px;
}

.text-stroke {
    color: #ea2627;
}

.services__tab-wrap .nav-link {
    border: none;
    background: linear-gradient(90deg, #eb2627d9 13.19%, rgb(235 38 39 / 67%) 100%);
}

.services__tab-wrap .nav-link i {
    color: white;
}

@media (max-width: 575px) {
    .slider_baner_home6 .banner__content-three {
        padding: 30px 20px 30px 50px;
        margin: 0px 0px 100px 0px;
    }

}

/*  */
.floating_btn {
    position: fixed;
    bottom: 55px;
    right: 20px;
    width: 100px;
    height: 100px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    z-index: 1000;
}

@keyframes pulsing {
    to {
        box-shadow: 0 0 0 30px rgba(232, 76, 61, 0);
    }
}

.contact_icon {
    background-color: #42db87;
    color: #fff;
    width: 60px;
    height: 60px;
    font-size: 30px;
    border-radius: 50px;
    text-align: center;
    box-shadow: 2px 2px 3px #999;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: translatey(0px);
    animation: pulse 1.5s infinite;
    box-shadow: 0 0 0 0 #42db87;
    -webkit-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    -moz-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    -ms-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    font-weight: normal;
    font-family: sans-serif;
    text-decoration: none !important;
    transition: all 300ms ease-in-out;
}


.text_icon {
    margin-top: 8px;
    color: #707070;
    font-size: 13px;
}

/*  */


@media (max-width: 991.98px) {
    .breadcrumb__bg {
        padding: 110px 0 90px;
    }

}
.section-title .sub-title {
    font-size: 20px;
}
@media only screen and (max-width: 600px) and (min-width: 200px) {

    .choose__tab-content p {
        height: unset;

    }

}
