﻿.mobile-social-icon li {
    display: inline-block;
    padding: 10px 5px;
}
.header-social-icon li {
    display: inline-block;
}
    .header-social-icon li a {
        display: inline-block;
        color: var(--ztc-text-text-1);
        font-size: var(--f-fs-font-fs16);
        background-color: var(--ztc-bg-bg-2);
        height: 32px;
        width: 32px;
        text-align: center;
        line-height: 32px;
        border-radius: 50%;
        margin: 0px 2px;
        transition: all 0.4s;
    }
.menu-list li span {
    margin-left: 10px;
}
.tech {
    padding: 80px 0px;
    background-color: #207691;

}
    .tech .brands-area-all {
        text-align: center;
    }

        .tech .brands-area-all p {
            color: var(--Home-Page-3-white-colors, #FFF);
            font-size: 20px;
            font-style: normal;
            font-weight: 600;
            line-height: 20px; /* 100% */
            padding-bottom: 50px;
            position: relative;
        }

            .tech .brands-area-all p::after {
                content: "";
                position: absolute;
                left: 0;
                top: 10px;
                width: 400px;
                height: 1px;
                background-color: rgba(255, 255, 255, 0.2470588235);
            }

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .tech .brands-area-all p::after {
        display: none;
    }
}

@media (max-width: 767px) {
    .tech .brands-area-all p::after {
        display: none;
    }
}

.tech .brands-area-all p::before {
    content: "";
    position: absolute;
    right: 0;
    top: 10px;
    width: 400px;
    height: 1px;
    background-color: rgba(255, 255, 255, 0.2470588235);
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .tech .brands-area-all p::before {
        display: none;
    }
}

@media (max-width: 767px) {
    .tech .brands-area-all p::before {
        display: none;
    }
}

.tech .brands-area-all .brands6-slider .single-slider {
    width: 150px;
    text-align: center;
    margin: auto;
}
.title-head {
    font-family: 'rajdhanimedium';
    color: #fff;
}
.pad-b10 {
    padding: 0 0 10px 0;
}