/*------------------media query---------------*/
@media(min-width:768px){
    .footer:after{
        content: '';
        position: absolute;
        width: 440px;
        height: 400px;
        background: url(../image/f-bg-img.png) no-repeat center;
        background-size: 100%;
        left: 0;
        bottom: 0;
    }
    .news-slider .owl-nav{
        display: flex    ;
        justify-content: space-between;
        position: absolute;
        width: 100%;
        top: 50%;
        transform: translate(-50%, -50%);
        left: 50%;
    }
    .custom-col {
        width: 20%;
        flex: 0 0 20%;
      }
}
@media (min-width: 992px){
    
        
}
@media (max-width:1200px){
    
}

@media (max-width:991px){
    body{
        font-size: 15px;
    }
    h1 {
        font-size: 44px;
        line-height: 52px;
    }
    h2, .fs-38 {
        font-size: 24px;
        line-height: 32px;
    }
   
    .container {    max-width: 100%;  }
    
    h1 {
        font-size: 42px;
        line-height: 56px;
    }
    h2 {
        font-size: 34px;
        line-height: 44px;
    }
    h4, .fs-24 {
        font-size: 18px;
        line-height: 24px;
    }
    h3, .fs-26 {
        font-size: 16px;
        line-height: 24px;
    }
    h5 {
        font-size: 19px;
        line-height: 26px;
    }
    .fs-20 {
        font-size: 16px;
        line-height: 24px;
    }
    
    /* ----------- */
    .footer:after {
        width: 290px;
        height: 270px;
    }
    .footer .logo-2{
        text-align: end;
    }
    
    .activity-content p{
        font-size: 12px;
        line-height: 20px;
    }
    .inner-sec-title h2:after {
        width: 76%;
    }
    .fs-22 {
        font-size: 18px;
        line-height: 22px;
    }
    .fs-15 {
        font-size: 13px;
        line-height: 19px;
    }
    .activity-box .date {
        width: 50px;
        min-width: 50px;
        height: 50px;
    }
}

@media (max-width:767px){
    ul.sidemenu{display: none;}

    h1 {
        font-size: 24px;
        line-height: 30px;
    }
    h2, .fs-38 {
        font-size: 20px;
        line-height: 26px;
    }
    .fs-28 {
        font-size: 16px;
        line-height: 24px;
    }
    .fs-32 {
        font-size: 20px;
        line-height: 26px;
    }
    body{
        font-size: 14px;
        line-height: 24px;
    }
    .copyright p {
        font-size: 12px;
    }
    .footer .menu-title {
        font-size: 20px;
    }
    .footer ul li a {
        font-size: 14px;
        line-height: 20px;
    }
    .nav_area ul li a {
        line-height: 28px;
        font-size: 14px;
        color: #fff;
    }
    /* ----------------------- */
    .title-slider .owl-nav{
        top: 40px;
    }
    .news-slider .image-side {
        border-bottom: solid 15px #cc3333 !important;
        border-right: 0;
    }
    .achievement-section .news-slider .image-side {
        border-left: 0;
    }
    ul.menu  { 
        width: 50%;
    }
    .custom-col {
        width: 350px;
        margin: 0 auto;
    }
    .thumb-slider .owl-theme .owl-nav {
        width: calc(100% + 40px) !important;
        left: -20px;
    }
    .img-border {
        border-bottom: 15px solid #cc3333;
        border-right: 0;
    }
    .select-drop {
        border: 1px solid #9d9d9d;
        padding: 6px 20px 6px 20px;
        font-size: 17px;
        line-height: normal;
    }

    .news-item .news-left img{
        width: 100%;
    }
    .event-middle img, .event-right {
        padding-left: 0px;
    }
    .event-item p{
        margin: 0;
    }
    .event-middle{
        padding: 15px 0;
    }
    .event-left{
        border: none;
    }
    .activity-box{
        max-width: 350px;
        margin: 0 auto;
    }

}
@media (max-width:565px){
    .pagination a {
        height: 35px;
        width: 35px;
        min-width: 35px;
    }
    .pagination a img{
        width: 8px;
    }
}

@media only screen and (min-width:768px) {
    ul.sidemenu {
        display: block !important;
    }
}

@media (min-width:992px) and (max-width:1224px){
    .nav_area > ul > li a {
        font-size: 12px;
    }
    .footer ul li a{
        font-size: 16px;
    }
}