
/* Extra Small Device */
@media (max-width: 767px) {
    .mobile_header{}
    .mobile_logo{}
    .mobile_logo img{    width: 75px;
        height: 45px;
        object-fit: cover;
        padding: 5px 0;}

    .top_bar{
        padding: 0px 0;
        position: fixed;
        left: 0;
        top: 0;
        width: 100%;
        z-index: 99;}

    .slideshow_container{
        height: 236px;
        max-width: 80vh;
        overflow: hidden;
    }
    .slider_section{margin-top: 21px;}
    .section_content{height: auto;}

    .content_sec3_content {
        width: 100%;
        margin: 0 !important;
        float: unset;
        padding: 20px;
    }
    .carousel-control-prev, .carousel-control-next{display: none;}
    .card-body.overlap_content{position: unset !important;}
    .content_section_4 .card{height: unset !important;}
    .content_section_2, .content_section_4{padding-bottom: 0}

    .ue_wrap:before{    display: none;
    }
    .ue_right_text{    margin-top: 0;
        padding: 0;}
    .upcoming_events_items{padding: 0 0;}
    .ue_wrap{padding-bottom: 0;}
    .slider_content {display: none;}
    .content_section_1{padding-top: 0 !important;}
    .slider_dot_container{    bottom: 30px;}
    .all_member .c_col{    -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;}

    .g-member {
        max-width: 50% !important;
    }
    .camera img{
        height:500px !important;
        object-fit:cover
    }
    .camera_wrap{
        height:500px !important;
        object-fit:cover
    }

}


/* Small Device */
@media (min-width: 768px) {
    .slideshow_container{height: auto;}
    .card-body.overlap_content{position: unset !important;}
    .content_section_2, .content_section_4{padding-bottom: 0px;}
    .board-img{height: auto;}
    .executive-img { height: 200px;}
    .all_member .c_col{    -ms-flex: 0 0 50%; flex: 0 0 50%; max-width: 50%;}
}

/* Medium  Device */
@media (min-width: 992px) {
    .slideshow_container{height: 800px;}
    .card-body.overlap_content{position: absolute !important;}
    .content_section_2, .content_section_4{padding-bottom: 220px;}
    .board-img{height: 374px;}

    a.animated_btn.nav{min-width: 85px;}
    .all_member .c_col{    -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;}

}

/* Large Device */
@media (min-width: 1200px) {

    a.animated_btn.nav{min-width: 110px;}

}


/*new design section*/
@media (min-width: 1450px) {
    .custom_border_slider{
        display: none !important;
    }
}


/* responsive layout */
@media (max-width: 1400px) {
    .section_1_line {
        left: 67%;
        width: -webkit-calc(44%) !important;
        width: -moz-calc(44%) !important;
        width: calc(44%) !important;
    }
}
/* Large Screen */
@media (max-width: 1260px) {
    .section_1_line {
        width: -webkit-calc(36%) !important;
        width: -moz-calc(36%) !important;
        width: calc(36%) !important;
        left: 67%;
    }
    .border_button_style_2::after{
        left: 38%;
    }
}

/* Large Screen */
@media (max-width: 1200px) {
    p.designation::after {
        width: 34%;
        bottom: 171px;
        right: 17px;
    }

    .second_title::after {
        width: 25%;
        bottom: 38px;
        right: 151px;
    }

    .section_1_line {
        width: -webkit-calc(35%) !important;
        width: -moz-calc(35%) !important;
        width: calc(35%) !important;
        left: 71%;
    }
    .section_1_image {
        bottom: -34px;
        right: -2%;
    }
}


/* Large Screen */
@media (max-width: 1024px) {

    .section_1_line {
        width: -webkit-calc(35%) !important;
        width: -moz-calc(35%) !important;
        width: calc(35%) !important;
        left: 71%;
    }

}


/* Tab Screen */
@media (max-width: 991px) {
    p.designation::after {
        width: 0;
    }
    .second_title::after {
        width: 32%;
        bottom: 38px;
        right: 89px;
    }

    .section_1_line {
        left: 71%;
        overflow:hidden;
        width: -webkit-calc(44%) !important;
        width: -moz-calc(44%) !important;
        width: calc(44%) !important;
    }
    .section_1_image {
        bottom: -34px;
        right: -13%;
    }
    .border_button_style_2::after{
        left: 34%;
    }

    .custom_border_slider::after{
        bottom: 78%;
    }
}
/* Tab Screen */
@media (max-width: 768px) {
    p.designation::after {
        width: 34%;
        bottom: 115px;
        right: 17px;
    }

    .second_title::after {
        width: 26%;
        bottom: 38px;
        right: 143px;
    }

    .border_button_style_2::after{
        left: 29%;
    }
    .slider_title{
        margin-top: 150px;
        font-size: 31px;
    }
    .slider_bottom_button{
        margin-top: 20px;
        font-size: 12px;
    }
}
/* Mobile Screen */
@media (max-width: 575px) {
    .section_1_line {
        width: -webkit-calc(35%) !important;
        width: -moz-calc(35%) !important;
        width: calc(35%) !important;
    }
    .second_title::after {
        width: 24%;
        bottom: 38px;
        right: 161px;
    }

    .slider_title{
        font-size: 22px;
    }
    .slider_bottom_button{
        margin-top: 20px;
        font-size: 10px;
    }
    .section_1_image {
        bottom: -4px;
        right: -7%;
        height: 102px;
    }
}
/* small mobile screen */
@media (max-width: 430px) {
    p.designation::after {
        width: 34%;
        bottom: 142px;
        right: 17px;
    }
    .second_title::after {
        width: 33%;
        bottom: 30px !important;
        right: 82px;
    }
    .slider_title{
        font-size: 18px;
    }
    .slider_bottom_button{
        margin-top: 20px;
        font-size: 7px;
    }
    .custom_border_slider::after{
        bottom: 81%;
    }
}

/* small mobile screen */
@media (max-width: 418px) {
    p.designation::after {
        width: 34%;
        bottom: 118px;
        right: 17px;
    }
    .section_1_image {
        bottom: -29px;
        right: -15%;
        height: 150px;
    }
    .section_1_line {
        left: 71%;
        overflow:hidden;
        width: -webkit-calc(32%) !important;
        width: -moz-calc(32%) !important;
        width: calc(32%) !important;
    }
    .border_button_style_2::after{
        left: 22%;
    }
    .slider_title{
        font-size: 16px;
    }
    .slider_bottom_button{
        margin-top: 20px;
        font-size: 5px;
    }
}

/* iPhone 390 */
@media (max-width: 390px) {
    p.designation::after {
        width: 34%;
        bottom: 142px;
        right: 17px;
    }
    .custom_border_slider::after{
        bottom: 85%;
    }
    .slider_title{
        font-size: 13px;
    }

}

/* small mobile screen max 375px */
@media (max-width: 375px) {
    .second_title::after {
        width: 36%;
        bottom: 38px;
        right: 17%;
    }
    .slider_title{
        font-size: 13px;
    }
    .custom_border_slider::after{
        bottom: 82%;
    }
}

/* small mobile screen max 375px */
@media (max-width: 360px) {


}

@media (max-width: 320px) {

}