@import url('https://fonts.googleapis.com/css2?family=Exo+2:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
/*Developed by - aA - abdul anas {abdulanaspnweb@gmail.com}*/

body {
    font-family: 'Exo 2', sans-serif;
    margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Exo 2', sans-serif;
}

p,
a,
span {
    font-family: 'Exo 2', sans-serif;
}

.decoration {
    text-decoration: none;
}

.text-white {
    color: #fff;
}

.main-news {
    width: 1300px;
    margin: auto;
}

.news {
    padding-top: 10px;
    padding-bottom: 0px;
    display: flex;
}

.news .hom-con {
    width: 100%;
}

.news .hom-con p {
    font-size: 14px;
    color: #8A9096
}

.news .hom-con p a {
    font-size: 14px;
    color: #8A9096;
    text-decoration: none;
    padding-right: 5px
}

.news .hom-con p a.active {
    font-size: 14px;
    color: #344149;
    font-weight: 600;
    padding-left: 5px
}

.news .row.ab {
    width: 75%;
    margin: auto;
    padding-top: 50px;
    padding-bottom: 80px;
    text-align: center;
}

.news .row .col-mm.box {
    margin-right: 40px;
}

.news .row .col-mm {
    width: 47%;
    float: left;
}

.news .row.ab h3 {
    font-size: 2rem;
    color: #333333;
    margin-bottom: 0px;
    margin-top: 0px;
    font-weight: 500;
}

.news .row.ab p {
    font-size: 16px;
    color: #323E48;
    width: 60%;
    margin: auto;
    margin-top: 5px
}

.news .row .col-mm img.gru-img {
    width: 100%;
    object-fit: cover;
    min-height: 350px;
}



.news-img {
    display: flex;
    padding-bottom: 20px;
}

.news-img .row.ab {
    width: 100%;
    margin: 0 auto;
    padding-top: 50px;
    padding-bottom: 50px;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
}

.news-img .row.ab .col-4 {
    width: 32%;
    float: left;
    margin-bottom: 30px;
    border: 1px solid #ebebeb;

}

.news-img .row .col-mm {
    width: 48%;
    float: left;
    margin-bottom: 30px;
    border: 1px solid #ebebeb;
}

.news-img .row .col-mm h3 {
    font-size: 2rem;
    color: #333333;
    margin-bottom: 0px;
    margin-top: 0px;
    font-weight: 600;
    text-transform: uppercase;
}

.news-img .row .col-mm p {
    font-size: 14px;
    color: #323E48;
    line-height: 1.7;
}

.news-img .row .col-mm li {
    line-height: 2.2;
}

.news-img .row .col-mm.ibox {
    padding-left: 30px;
}

.news-img .row .col-mm .ico {
    width: auto;
    margin-right: 20px;
    margin-bottom: 10px;
    float: left;
}

.news-img .row.ab .img-box {
    width: 100%;
}

.news-img .row.ab .img-box img {

    height: 250px;

    object-fit: cover;

    width: 100%;
}

.news-img .row.ab .txt-box {
    float: left;
    background: #fff;
    padding: 13px 30px;
    height: 190px;
}

.news-img .row.ab .txt-box h3 {
    color: #292a2a;
    font-size: 16px;
    font-weight: 600;
    font-family: 'Exo 2', sans-serif !important;
    margin-bottom: 10px;
    margin-top: 10px;
    text-transform: capitalize;
}

.news-img .row.ab .txt-box span {
    color: #344149;
    font-size: 14px;
    font-family: 'Exo 2', sans-serif !important;
}

.news-img .row.ab .txt-box p {
    font-size: 14px;
    color: #323E48;
    line-height: 1.7;
    margin-top: 12px
}

.news-img .row.ab .txt-box a.read {
    font-size: 16px;
    color: #7e7e7e;
    font-weight: 300;
    margin-top: 12px;
}


.news-number-box {

    display: flex;
    justify-content: space-evenly;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    align-items: center;
    margin-top: 30px;
}

.news-number {
    list-style: none;
    display: flex;
    margin: 0 auto;
}

.news-number li {
    list-style: none;
    margin-right: 12px;

}

.news-number li a {
    text-decoration: none;
    color: #838383;
    font-size: 19px;
    font-family: 'Exo 2', sans-serif !important;
}

.news-number li a:active {
    color: #000;
}


/* developed by - aA-Abdul anas {abdulanaspnweb@gmail.com}*/

/*Rasponsive Code*/
/*1920*/
@media only screen and (min-width : 1920px) and (max-width : 2560px) {

    .news-img .row.ab .col-4 {
        width: 32%;

    }

}

/*1600*/
@media only screen and (min-width : 1600px) and (max-width : 1919px) {}

/*1500*/
@media only screen and (min-width : 1500px) and (max-width : 1599px) {}

/*1440*/
@media only screen and (min-width : 1440px) and (max-width : 1500px) {}

/*1440*/
@media only screen and (max-width : 1440px) {}

/*1366*/
@media only screen and (min-width : 1366px) and (max-width : 1439px) {

    .news-img .row.ab .img-box img {
        height: 250px;
    }


    .news-img .row.ab .col-4 {
        width: 32%;

    }

    .main-news {
        width: 1150px;
    }

    .news-img .row .col-mm {
        width: 48%;
    }

    .news-img .row .col-mm {
        width: 48.6%;
    }

    .news-img .row.ab .txt-box p {
        font-size: 13px;
    }

}

/*1280*/
@media only screen and (min-width : 1280px) and (max-width : 1365px) {
    .news-img .row.ab .img-box img {
        height: 250px;
    }


    .news-img .row.ab .col-4 {
        width: 32%;

    }


    .main-news {
        width: 1150px;
    }

    .news-img .row .col-mm {
        width: 48%;
    }

    .news-img .row .col-mm {
        width: 48.6%;
    }

    .news-img .row.ab .txt-box p {
        font-size: 13px;
    }

}

/*1200*/
@media only screen and (min-width : 1200px) and (max-width : 1279px) {
    .news-img .row.ab .img-box img {
        height: 250px;
    }


    .news-img .row.ab .col-4 {
        width: 32%;

    }


    .main-news {
        width: 1150px;
    }

    .news-img .row .col-mm {
        width: 48%;
    }

    .news-img .row .col-mm {
        width: 48.6%;
    }

    .news-img .row.ab .txt-box p {
        font-size: 13px;
    }



}

/*1024*/
@media only screen and (min-width : 1024px) and (max-width : 1199px) {



    .news-img .row.ab .col-4 {
        width: 32%;

    }

    .main-news {
        width: 950px;
    }

    .news-img .row .col-mm {
        width: 48%;
    }

    .news-img .row.ab .img-box {
        width: 100%;
    }

    .news-img .row .col-mm {
        width: 48%;
    }

    .news-img .row.ab .txt-box p {
        font-size: 13px;
        line-height: 1.5;
    }

    .news-img .row.ab .txt-box {
        padding: 8px 10px 10px 12px;
    }

    .news-img .row.ab .img-box img {
        width: 100%;
        height: 200px;
        object-fit: cover;
    }

}

/*tab*/
@media only screen and (min-width : 768px) and (max-width :1023px) {

    .news-img .row.ab .img-box img {
        height: 200px;
    }

    .news-img .row.ab .col-4 {
        width: 48%;

    }

    .news {
        display: inline-block;
        border-top: 1px dashed #E5E5E5;
        padding-top: 0px;
        padding-bottom: 0px;
    }

    .main-news {
        width: 85%;
    }

    .news .row.ab {
        display: flow-root;
        width: 100%;
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .news-img .row .col-mm {
        width: 48%;
    }



    .news-img .row.ab .txt-box {
        float: left;
        background: #fff;
        padding: 5px 10px 10px 10px;
        height: 190px;
    }

}



/*mobile*/
@media only screen and (min-width : 150px) and (max-width : 767px) {

    .news-img .row.ab .col-4 {
        width: 100%;

    }

    .news-img .row.ab .img-box img {
        width: 100%;
        height: auto;
    }

    .news {
        display: inline-block;
        border-top: 1px dashed #E5E5E5;
        padding-top: 0px;
        padding-bottom: 0px;
    }

    .main-news {
        width: 85%;
    }

    .news .row.ab {
        display: flow-root;
        width: 100%;
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .news-img .row .col-mm {
        width: 100%;
    }

    .news .row.ab p {
        width: 100%;
    }

    .news-img .row.ab .img-box {
        width: 100%;
    }

    .news-img .row.ab .txt-box {
        height: 180px;
        padding: 5px 15px 20px 15px;
    }


}

@media only screen and (max-width: 690px) {}

@media only screen and (max-width: 450px) {}

@media only screen and (max-width : 376px) {}

@media only screen and (max-width : 320px) {
    .news .row.ab h3 {
        font-size: 1.6rem;
    }
}