﻿/* 1800px - 3000px */
@media only screen and (min-width: 1800px) and (max-width: 3000px)
{
     .other_link_div::before
     {
         display: none;
     }
 
    .inner_slider_image_1 {
        height: 766px;
    }
}


/* 1330px - 1920px */
@media only screen (min-width: 1330px) and (max-width: 1400px)
{
    .news_div_1 {
        width: 280px;
        margin: 0 20px;
    }   
}




/* 1200px - 1330px */
@media only screen and (min-width: 1200px) and (max-width: 1330px)
{
     .inner_slider_image_1 {
        background-size: cover;
     }   
    .news_div_1 {
        width: 250px;
        margin: 0 14px;
    }   
}

/* 992px - 1199px */
@media only screen and (min-width: 992px) and (max-width: 1199px)
{
    .inner_slider_image_1 {
        background-size: contain;
        height: 480px;
     }
     
    .news_div_1 {
        width: 214px;
        margin: 0 10px;
    }
       
    .news_content_date
    {
        padding-left: 0; 
    }
     
    
 .other_box_div span
 {
     font-size: 20px;
 }   
     .news_content_date::before
     {
         background-size:  contain;
     }
     
     .logo_div_img {
        width: 130PX;
        margin-top: 20px;
    }
     .logo_div_content
    {
        padding-left: 40px;
    }    
}



/* media only screen 820 - 991px */
@media only screen and (min-width: 820px) and (max-width: 991px)
{
    .inner_slider_image_1
    {
            height: 380px;
    }
    
    .facility_1, .footer_div_content
    {
        margin-bottom: 20px;
    }
    
    .other_box_div {
        background-color: #fff;
        text-align: center;
        padding: 60px 30px 40px 30px;
        box-shadow: 0 30px 50px rgb(229 229 229 / 80%);
        margin-top: -16px;
        border-radius: 10px;
        width: 100%;
        margin: 10px auto;
    }
    
    
    .news_content_date::before {
        content: '';
        left: 30px;
    }
    .news_content_date span.mon1
    {
        padding-left: 0;
    }
    
    .news_content_date
    {
        display: flex;
        justify-content: center;
        padding: 0;
    }
    .mentor_div .carousel-indicators
    {
        margin: 0;
    }
    
        .logo_div_img {
        width: 115px;
        margin-top: 40px;
     }
 
.logo_div_content > ul
{
    padding-left: 40px;
}
    
}


/* media  575px - 768px */
@media only screen and (min-width: 769px) and (max-width: 820px)
{
    .logo_div_img {
        width: 115px!important;
        margin-top: 20px;
    }
    .logo_div_content > ul
    {
        margin-left: 36px!important;   
    }
    
}

@media only screen and (max-width: 768px)
{
    .news_div_1 {
        margin: 10px 0px!important;
    }
    
    .affix
    {
        background: transparent!important;
        box-shadow: none!important;
    }
    .inner_slider_image_1 {
        height: 300px;
        background-size: cover;
        background-position: center top;
    }
 
    .facility_1 a
    {
        height: 300px;
    }
    
    .navbar_header > ul > li::before
    {
        width: 0;
    }
    
    .carousel-indicators [data-bs-target]
    {
        white-space: nowrap;
    }
    .carousel-indicators
    {
            justify-content: end!important;
    }
    .mentor_div .carousel-indicators {
        left: 0;
        margin-right: 0;
       
        width: 82%;
        height: 45px;
        bottom: -30px;
        display: list-item;
    }
    .mentor_div .carousel-indicators > button > span
    {
        font-size: 12px;    
    }
    
    #TblDetaill td
    {
        background: #fff;
    }
    
    
    h1.page_title
    {
        font-size: 24px;
    }
    
    .breadcrumb_content
    {
        padding: 0 10px;
    }
     
    .logo_div_img
    {
        border-radius: 10px;
    }
    
    .inner_slider_image
    {
        height: 200px;
        width: 100%;
        background-size: cover;
        background-position: center right;
        background-repeat: no-repeat;
    }
    
    .logo_div_content > ul
    {
        margin-top: 20px!Important;
    }
    
    .logo_div_img::after {
    content: '';
    position: absolute;
    width: 50px;
    height: 50px;
    transform: rotateZ( 
45deg
 );
    left: 125px;
    z-index: -1;
    bottom: -3px;
    top: auto;
}
    
    .logo_div
    {
        padding: 0!important;
    }
    
    .map_div iframe
    {
        height: 350px;
    }
    
    .facility_1, .footer_div_content
    {
        margin-bottom: 20px;
    }
    
    
    
    .logo_div_img
    {
        margin: 0 auto;
    }

    .header_top_div_content::before
    {
        display: none !important;
    }
    
    .other_link_div
    {
        margin-top: -20px;
    }
    
    .top_header_div
    {
        background: #083a58;
    }

    .logo_div_img
    {
        position: relative;
    }

.other_link_div::before
{
height: 305px;
}

.other_box_div {
    background-color: #fff;
    text-align: center;
    padding: 45px 25px 30px 25px;
    box-shadow: 0 30px 50px rgb(229 229 229 / 80%);
    margin-top: -16px;
    border-radius: 10px;
    width: 240px;
    margin: 10px auto;
}
 
 .news_content_div {
    border-radius: 10px;
    padding: 30px;
    width: 280px;
    box-shadow: 1px 1px 20px rgb(229 229 229 / 92%);
    margin: 0 auto;
}
 
    
    .Layer2
    {
 background: linear-gradient(45deg, #083a58, #083a58);       
 width: 100%;
}
    
    .MobileMenubar
    {
            display: inline-block;
            width: 50px;
    }

    .navbar_header > ul
    {
        padding: 0px;
        list-style: none;
        margin: 0px;
        width: 100%;
        height: auto;
        display: inline-block;
        position: relative;
        background-color: #ffffff;
    }
    
    .navbar_header > ul > li > ul
    {
        transform: none;
        display: block;
        visibility: visible;
    }
    
    .navbar_header > ul > li
    {
        position: relative;
        float: left;
        width: 100%;
        display: inline-block;
        border-bottom: 1px solid #06314a;
    }
    
    .navbar_header > ul > li > a {
        display: inline-block;
        padding: 8px 20px;
        position: relative;
        transition: 0.5s;
        font-size: 15px;
        font-weight: 600;
        letter-spacing: 1px;
    }

    .navbar_header > ul > li > a {
        width: 100%;
        color: #ffffff;
        background: #083a58;
    }
    .navbar_header > ul > li > ul{
        background-color: #2d6741!important;
    }

    .navbar_header
    {
        width: 0px;
        right: -100%;
        position: fixed;
        left: auto;
        height: 100%;
        overflow: auto;
        background-color: #083a58;
        top: 0px;
        bottom: 0px;
        z-index: 999;
    }

    .div_Logo
    {
        position: static;
        z-index: 99;
        width: 60%;
        height: auto;
        background-color: White;
        display: block;
        margin-left: auto;
        margin-right: auto;
    }

    .Header_address
    {
        padding: 5px;
    }

    .navbar_header > ul > li > ul
    {
        display: inline-block;
        position: static;
        width: 100%;
    }

    .mobileMenu
    {
        width: 100%;
        display: inline-block;
        padding: 10px;
        text-align: left;
        margin-top: 10px;
        display: block;
    }

    .menuBar
    {
        width: 0px;
        height: 100%;
        top: 0px;
        bottom: 0px;
        left: 0px;
        display: block;
    }

    .closebtn
    {
        position: fixed;
        font-size: 25px;
        text-transform: uppercase;
        left: 0px;
        z-index: 999;
        height: 100%;
        width: 0px;
        top: 0px;
        display: inline-block;
        padding: 0;
        background-color: #000000;
        opacity: .8;
    }
    
    .navbar_header > ul > li:hover ul:after
    {
        display: none!important;
    }
    
    .Togglebtn
    {
        padding: 5px;
        border: 1px solid gray;
        display: inline-block;
        color: orange;
        font-size: 25px;
    }

}
