.sectors-name-container {
    display: flex;
    justify-content: center;
    width: 1404px;
    margin: 0 auto;
}
.sectors-name-container ul {
    padding: 0;
    list-style: none;
    display: flex;
}
.sectors-name-container ul li {
    padding: 5px 20px;
    color: #fff;
    font-family: "Almoni" !important;
    font-size: 20px !important;
    font-weight: 400 !important;
    cursor: pointer;
	white-space: nowrap;
}
.sectors-name-container ul li.active {
    color: #010123;
    background-color: #f9d946;
}

.sectors-logo-container {
    width: 1404px;
    margin: 0 auto;
    margin-top: 40px;
    margin-bottom: 100px;
}
.logo-grid {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    gap: 20px;
}
.logo-con {
    width: 100%;
    background: #fff;
    padding: 0 15px;
    display: flex;
    align-items: center;
}
.logo-con img {
    width: 100%;
    height: 180px !important;
    object-fit: contain;
}




.post-main-container {
    background-color: #fff;
    background-image: url("https://it-solutions.websight.co.il/wp-content/uploads/2024/08/bg.png");
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 190px 0 190px 0;

    display: none;
}
.post-row {
    width: 1404px;
    margin: 0 auto;
    display: flex;
}
.post-right-col {
    width: 35%;
}
.post-left-col {
    width: 65%;
    padding-right: 45px;
}
.post-client-box {
    border: 1px solid #010123;
    text-align: center;
}
.post-client-img {
    border-radius: 50% !important;
    border: 1px solid #010123 !important;
    width: 120px;
    margin-top: -55px;
}
.post-client-name {
    color: #010123;
    font-family: "Almoni" !important;
    font-size: 36px !important;
    margin: 0;
    margin-top: 15px;
}
.post-client-role {
    color: #03557e;
    font-family: "Almoni" !important;
    font-size: 24px !important;
    margin: 0;
    margin-top: 10px;
}
.post-client-des {
    color: #03557e;
    font-family: "Almoni" !important;
    font-size: 20px !important;
    margin: 0;
    margin-top: 20px;
}
.post-client-featured-img {
    width: 250px;
}

.project-name {
    color: #03557e;
    font-family: "Almoni" !important;
    font-size: 36px !important;
    margin: 0;
    margin-top: 20px;
}
.project-text {
    color: #03557e;
    font-family: "Almoni" !important;
    font-size: 18px !important;
    margin: 0;
    margin-top: 25px;
    margin-bottom: 25px;
}
.form-btn {
    color: #010123;
    font-family: "Almoni" !important;
    font-size: 24px !important;
    background-color: #f9d946;
    border: 1px solid #f9d946;
    padding: 8px 25px;
    margin-left: 15px;
}
.form-btn:hover {
    color: #fff;
    background-color: #0679b2;
    border: 1px solid #0679b2;
}
.popup-btn {
    color: #010123;
    font-family: "Almoni" !important;
    font-size: 24px !important;
    background-color: transparent;
    border: 1px solid #010123;
    padding: 8px 25px;
}
.popup-btn:hover {
    color: #fff;
    background-color: #0679b2;
    border: 1px solid #0679b2;
}