.table {
    width: 100%;
}

.table tbody tr {
    padding: 10px;
}

.table tbody tr th {
    border: 1px solid #000;
    padding: 10px;
    text-align: left;
}

.table tbody tr td {
    border: 1px solid #000;
    padding-left: 10px;
}

.other_project {}

.other_project img {
    width: 100%;
    border-radius: 30px;
}

.pr_main {
    width: 100%;
}

.modal-header .close {
    position: absolute;
    margin-top: 0 !important;
    right: 0;
    top: 0;
    width: 30px;
    height: 30px;
    background: #242424;
    color: #fff;
}

.product_angleimg {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-row-gap: 20px;
    grid-column-gap: 20px;
}

.product_angleimg img {
    width: 100%;
}

.grid-projects-b, .team-grid-b {
    grid-template-columns: 1fr 1fr;
}

.show{
	display: none;
}

@media(max-width:991px) {
	.hide{
		display: none;
	}
	.show{
	display: block;
}
}

@media(max-width:1090px) {
    .other_project img {
        border-radius: 20px;
    }

    .grid-projects-b, .team-grid-b {
        grid-template-columns: 1fr 1fr;
    }
}

@media(max-width:590px) {


    .grid-projects-b, .team-grid-b {
        grid-template-columns: 1fr;
    }
}
