.table-container{
    padding: 20px;
width: 80%;
margin-left: auto;
margin-right: auto;
}

table thead{
    background: #20aff5;
    color: white;
}

table td{
    border: 1px solid #dee2e6
}

table tbody tr{
    background: #f2f2f2
}

.partners{
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
    gap:20px;
    width: 100%;
}



.partners .partner img:hover {
    transform: scale(1.1);
}

.partners .partner img {
    max-height: 145px;
    max-width: 140px;
    transition: 0.2s;
    cursor: pointer;
    /* border-radius: 50%; */
}


section.google-map{
    width: 90%;
    height: 370px;
    padding: 10px;
    margin-left: auto;
    margin-right: auto;
}



@media (max-width:530px){
    .col.counter{
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .maintitle{
        display: flex;
    justify-content: center;
    align-items: center;
    }
}


.container.posts{
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(400px, 1fr));
    grid-auto-rows: min-content;
    gap:20px;
}

.post{
    display:flex;
    flex-direction: column;
    justify-content: flex-start;
    width: 400px;
    min-height: 400px;
    max-height: 620px;
    overflow: hidden;
}


.post .image{
    width: 100%;
    height: 300px;;
    overflow: hidden;
    cursor: pointer;
    border-top: 1px solid rgba(0,0,0,.125);
    border-right: 1px solid rgba(0,0,0,.125);
    border-left: 1px solid rgba(0,0,0,.125);
}

.post .image img{
    max-width: 100%;
    height: 100%;
    transition: all .8s ease-in-out;
}

.post .image img:hover{
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 0.6;
}

.post .info h1{
    font-size: 21px;
    cursor: pointer;
    transition: 0.5s;
}

.post .info h1:hover{
    color:#ffa928
}

.post .info{
    padding: 20px;
    border-bottom: 1px solid rgba(0,0,0,.125);
    border-right: 1px solid rgba(0,0,0,.125);
    border-left: 1px solid rgba(0,0,0,.125);
}

.post .info a {
    cursor: pointer;
}




a.latest-news-link{
    color: #ffa928;
    text-align: right;
    width: 100%;
    display: block;
    font-size: 23px;
    transition: 0.5s;
}

.latest-news-link:hover{
    color: red !important;
}


@media(max-width:400px){
    .top_subheader{
        margin-left: unset;
        justify-content: center;
    }

    .maintitle{
        font-size: 18px;
        margin-right: unset;
    }
}


.contact_us{
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    align-items: flex-start;
    gap: 30px;
    padding: 45px;
    margin-top: 20px;
}


.contact_us .info{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-direction: column;
    gap: 15px;
}

.contact_us .info p{
    font-size: 20px;
}


.contact_us .msg form{
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(400px, 1fr));
    gap: 20px;
}


/* .contact_us .msg .first_name,
.contact_us .msg .last_name{
    grid-column: span 2;
}
.contact_us .msg .email,
.contact_us .msg .message{
    grid-column: span 2;
}
.contact_us .msg .button{
    grid-column: span 4;
} */



body,
h1,
h2,
h3,
h4,
h5,
h6,
a,
p,
li,
b
{
    font-family: 'Tajawal', sans-serif !important;
}



/* footer{
    margin-top: 20px;
}
 */

hr.stats{
    margin-top: 35px !important;
}




.container.events{
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(400px, 1fr));
    grid-auto-rows: min-content;
    gap:20px;
}

.event{
    display:flex;
    flex-direction: column;
    justify-content: flex-start;
    width: 400px;
    min-height: 400px;
    max-height: 620px;
    overflow: hidden;
}


.event .image{
    width: 100%;
    height: 300px;;
    overflow: hidden;
    cursor: pointer;
    border-top: 1px solid rgba(0,0,0,.125);
    border-right: 1px solid rgba(0,0,0,.125);
    border-left: 1px solid rgba(0,0,0,.125);
}

.event .image img{
    max-width: 100%;
    height: 100%;
    transition: all .8s ease-in-out;
}

.event .image img:hover{
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 0.6;
}

.event .info h1{
    font-size: 21px;
    cursor: pointer;
    transition: 0.5s;
}

.event .info h1:hover{
    color:#ffa928
}

.event .info{
    padding: 20px;
    border-bottom: 1px solid rgba(0,0,0,.125);
    border-right: 1px solid rgba(0,0,0,.125);
    border-left: 1px solid rgba(0,0,0,.125);
}

.event .info a {
    cursor: pointer;
}


.slick-track {
    margin:auto;
}
 .menu_container {
  background: #F9F9F9
 }.subheader_wrapper {
 background-color: rgb(251, 251, 251);}.news_content {
padding-top: 30px;
}