 .bg_img
{
	background:url(../img/title_bg.gif);
	background-repeat:no-repeat;
}

img
{
    max-width: 100%;
}

.gap
{
    height: 10px;
}

.no_right
{
    padding-right: 0px;

}

.no_left
{
    padding-left: 0px;

}

.no_top
{
    padding-top: 0px;
}

.no_bottom
{
    padding-bottom: 0px;
}

.left_padding
{
    padding-left: 10px;
}

.right_padding
{
    padding-right:10px;
}

.menu_gap
{
    height: 4px;
    background-color: rgb(87,183,0);
}

.slide_gap
{
    height: 10px;
}

/*
scolling menu fix in top
.affix
{
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1000;
}*/

.body_width
{
    max-width:960px;
}

.body_color
{
background-color: rgb(206,211,213);
}

.body_background
{
    /*background: url("../img/rehab_main.jpg") 100% ;*/
    background:  #E7ECEF url("../img/body_background.png")repeat-y scroll center top ;
    background-attachment: fixed;

}

.no_background
{
    background-color: white;
}


.rehab_name
{
    font-size: 15px;
    font-weight: bold;
    color: white;
    background-color: rgb(62,62,134);
    height: 24px;
}

.fair_top_background
{
    background-color: rgb(87,183,0);
    height: 24px;
}




.ol, ul
{
   list-style-type: none;
}








@media (max-width: 1023px) {
/* menu header position left or right*/
    .navbar-header {
        float: none;
    }
    .navbar-left,.navbar-right {
        float: none !important;
    }
    
    /*menu in minimize position*/
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
        overflow-x: hidden;
    }

    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
        margin-top: 7.5px;
    }
   .navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
       padding-top: 10px;
       padding-bottom: 10px;



   }
   .collapse.in{
       display:block !important;
   }
    .navbar-nav .open .dropdown-menu
    {
        background-color:transparent;
        border:0 none;
        box-shadow:none;
        float: none;
        margin-top: 0;
        position: static;
        width: auto;
    }

    .open > .dropdown-menu
    {
        display: block;
    }

    .navbar-default .navbar-toggle .icon-bar
    {
        background-color: #DDD;
    }

    .navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover
    {
        border-color: rgb(46,48,146);
        background-color: rgb(46,48,146);
    }

    #top-nav
    {
        padding-right: 0;
    }



    .nav > li > a
    {
        font-size: 15px !important;
    }



}


@media (min-width: 960px ) {

    .nav > li > a
    {
        font-size: 14px !important;
    }

    #table_in_file
    {
        width: 50%;
    }

}



@media (min-width: 768px) {
    .navbar {
        border-radius: 0px
    }

    .nav-stacked > li > a
    {
        border-radius: 0px;
    }

    .nav-stacked > li + li
    {
        margin-top:0px  ;
    }

    .nav-stacked > li + li
    {
        border-top: 1px dotted;
    }
/*menu in center position */
    .navbar-nav
    {
        width: 100%;
        text-align: center;
    }
    .navbar-nav > li
    {
        float: none;
        display: inline-block;
    }
    .navbar-nav > li.navbar-right
    {
        float: right !important;
    }
/*menu in center position end */

    #table_in_file
    {
        width: 75%;
    }
    
}


@media (max-width: 400px) {

    .nav > li > a
    {
        border-right: none;
        font-size: 12px !important;

    }

    .nav-stacked > li > a
    {
        border-radius: 0px;
    }

    .nav-stacked > li + li
    {
        margin-top:0px;
    }

    .nav-stacked > li + li
    {
        border-top: 1px dotted;
    }

    .navbar {
        margin-bottom: 0px;
        background-color: rgb(46,48,146);
        /*background-color: #0F6300;*/
        border: none;
        /* padding-top: 3px;*/


    }

    .nav > li > a
    {
        border-top: 1px solid #ffffff;
    }

    .dropdown-menu > li > a
    {
        font-size: 12px !important;
    }
    /*

    #scroller{ height:261px;margin:0;padding:0;line-height:18px;position:relative;}
    #scroller li{float:top;padding: 5px;list-style-position:inside;}
    #scrollerWrapper{height:261px;margin-top:0px; margin-left:0px; overflow:hidden; border-radius: 0px;background:rgb(206,211,213); width: 230px;}
    */


    #scrollerWrapper
    {
        width:100% !important;
       /* height: 300px !important;*/
    }

    .left_padding
    {
        padding-left: 0px;
    }



    .element.style
    {
        height: 150px;
        width: 100%;

    }

    #table_in_file
    {
        width: 100%;
    }

}

.navbar-default .navbar-nav > li > a
{
    color: #ffffff;



}


.navbar-default .navbar-nav > li > a:hover
 {
     background-color: rgb(87,183,0);
     color: white;

 }

.width
{
    max-width: 100px;
}

.navbar {
    margin-bottom: 0px;
    background-color: rgb(46,48,146);
   /* background-color: #0F6300;*/
   border: none;
    min-height: 30px;



}




.nav > li > a
{
    font-size: 12px;
    /*border-right:1px solid #ffffff;*/

    text-align: center;
    /*border-radius: 3px;*/
  padding-left: 4px;
    padding-right: 4px;
    padding-top: 5px;
    padding-bottom: 5px;

}

#border_right
{
    border-right: 1px solid #ffffff;
}

#no_right_border
{
    border-right: none;

}

.navbar-default .navbar-brand
{
    border-right: solid #ffffff;


}


.dropdown-menu > li > a
{
    border-top: 3px solid transparent;

}

.dropdown-menu > li > a:hover
{
    background-color: rgb(46,48,146);
    color: #ffffff;
}


.dropdown:hover .dropdown-menu
{
    display: block;

}





.bottom_menu
{
    border-right: solid #8D6520;
    font-size: 20px;
    font-weight: bold;
    color: #777777;
    padding: 10px;
}

.bottom_menu:hover
{
    text-decoration: none;
}



.fancybox-nav span {
    visibility: visible;
}

.rehab
{
    color: darkblue;
    font-size: 19px;

}

.nav-stacked > li
{
  padding: 0px;
}

.nav-stacked > li > a
{
    color: white;
    background-color:rgb(46,48,146) ;
   /* border: 1px solid #999999;*/
    height: 26px;
    text-align: left;
    padding-top: 5px;
    padding-left: 10px;

    font-size: 12px!important;
}

.nav-stacked > li > a:hover
{
    background-color: rgb(198,198,198);
    color: black;

}


.heading_margin
{
    margin-top: 5px;
    margin-bottom: 0px;
}

.bangla_text
{
	height: 1px !important;
}


#bangla_li
{
    font-size: 17px !important;
    color: white ;
    border: none;
    /*text-align: center;*/
}

.bangla_li:hover
{
    background-color: rgb(46,48,146);
}





#scroller{ height:299px;margin:0;padding:0;line-height:22px;position:relative;}
#scroller li{float:top;padding: 5px;list-style-position:inside;}
#scrollerWrapper{height:299px;margin-top:0px; margin-left:0px; overflow:hidden; border-radius: 0px;background:rgb(206,211,213); width: 230px;}




#scroller_mobile{ height:273px;margin:0;padding:0;line-height:18px;position:relative;}
#scroller_mobile li{float:top;height:50px;padding: 10px;list-style-position:inside;}
#scrollerWrapper_mobile{height:273px;margin-top:0px; margin-left:0px; overflow:hidden;border-radius: 0px; background:rgb(206,211,213); width: 257px;}

.scroll_news
{
    color: gray;
    width: 225px!important;
}

.scroll_news_mobile
{
    color: gray;
    width: 257px!important;
}

.scroll_text
{
    color: #666666;
    font-size: 12px;
	position:absolute;
	margin-left:5px !important;
	padding-top:2px;
	
	white-space:nowrap;
	width : 200px;
    overflow:hidden;
    display:inline-block;
    text-overflow: ellipsis;
	
}

.scroll_text:hover
{
    color:red;
}

#scroller li > a:hover
{
    text-decoration: none;
    /*background-color: #0F6800;*/
    color: #080808;
}

.link_head
{
    font-size: 18px;
    color: rgb(46,48,146);
    border-bottom: 1px solid rgb(46,48,146) ;

}

.link_li
{
    font-size: 12px;
   /* border-bottom: 1px dashed #adadad;*/
    border-bottom: 1px dashed #E9DEDE;
    padding-top: 3px;
    padding-bottom:3px;
}

.link_li a
{
    color: #666666;
	text-decoration:none;
}

.link_li a:hover
{
	color:#00009B;
}

.link_ul
{
    padding-left: 0px;
}

.btn-primary
{
background-color: #ECECEC;
    width: 210px;
    font-size: 12px;
    font-weight: bold;
    border: 1px solid #999999;
    color: #666666;
}

.btn-primary.active, .btn-primary.focus, .btn-primary:active, .btn-primary:focus, .btn-primary:hover, .open > .dropdown-toggle.btn-primary
{
    background-color: #ECECEC;
    color: darkblue;

}

#more_button {
    background-color: #002FB3;
    color: white;
    width: 55px;
    height: 15px;
    text-align: center;
    border: none;
    padding: 2px;
    font-size: 8px;
    border-radius: 1px;
    float: right;
}

#more_button:hover
{
background-color: #666666;
}





.bg:hover
{
    background: url("../img/logo_slider/b1.png");
}

.footer_background
{
background-color: #CCCCCC;
    color: #002FB3;
    font-size: 12px;
    text-align: left;
   padding-bottom: 10px;
    padding-top: 10px;


}


.heading
{
    color: rgb(46,48,146);
    border-bottom: 1px solid rgb(46,48,146);
}

.left_right
{
    padding-left: 10px;
    padding-right: 10px;
}

.sub_heading
{
    color: rgb(96,96,105);
    font-size: 20px;
}

.home_icon
{
    height: 30px;
    width: 30px;
    float: left;
    padding-right: 5px;
}

/*.table
{
 color:rgb(96,96,105) ;
    font-size: 12px;
}*/

#table_in_file tr td
{
    font-size: 12px;
    padding: 3px;
}

#no table > tbody > tr > td
{
   border-top: none;
}


.column1
{
    width: 150px;
}

.column2
{
    width: 250px;
}

/*.directors_photo
{
    height: 160px;
    width: 140px;
}*/
.members
{
    border-bottom: 1px solid rgb(46,48,146);
}

.sp_members
{
    font-size: 12px;
    font-weight: bold;
    color: rgb(46,48,146);
}

.members_text
{
    font-size: 11px;
}
.logo_image
{
    height: 79px;
    width: 113px;
}

.logo_image_small
{
    height: 40px;
    width: 60px;
}







.news_head
{
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#fbfbfb+0,d6d6d6+100 */
    background: rgb(251,251,251); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(251,251,251,1) 0%, rgba(214,214,214,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(251,251,251,1)), color-stop(100%,rgba(214,214,214,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(251,251,251,1) 0%,rgba(214,214,214,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(251,251,251,1) 0%,rgba(214,214,214,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(251,251,251,1) 0%,rgba(214,214,214,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(251,251,251,1) 0%,rgba(214,214,214,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fbfbfb', endColorstr='#d6d6d6',GradientType=0 ); /* IE6-9 */

}

.menu_background
{
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#2e3192+0,2f3196+22,3436a5+48,383cba+74,3b3ec3+81,3e41d0+100 */
    background: rgb(46,49,146); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(46,49,146,1) 0%, rgba(47,49,150,1) 22%, rgba(52,54,165,1) 48%, rgba(56,60,186,1) 74%, rgba(59,62,195,1) 81%, rgba(62,65,208,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(46,49,146,1) 0%,rgba(47,49,150,1) 22%,rgba(52,54,165,1) 48%,rgba(56,60,186,1) 74%,rgba(59,62,195,1) 81%,rgba(62,65,208,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(46,49,146,1) 0%,rgba(47,49,150,1) 22%,rgba(52,54,165,1) 48%,rgba(56,60,186,1) 74%,rgba(59,62,195,1) 81%,rgba(62,65,208,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2e3192', endColorstr='#3e41d0',GradientType=0 ); /* IE6-9 */
}

.menu_1
{
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#484add+0,4546d4+10,3538a9+38,2f3397+52,20226c+79,181a57+100 */
    background: rgb(72,74,221); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(72,74,221,1) 0%, rgba(69,70,212,1) 10%, rgba(53,56,169,1) 38%, rgba(47,51,151,1) 52%, rgba(32,34,108,1) 79%, rgba(24,26,87,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(72,74,221,1) 0%,rgba(69,70,212,1) 10%,rgba(53,56,169,1) 38%,rgba(47,51,151,1) 52%,rgba(32,34,108,1) 79%,rgba(24,26,87,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(72,74,221,1) 0%,rgba(69,70,212,1) 10%,rgba(53,56,169,1) 38%,rgba(47,51,151,1) 52%,rgba(32,34,108,1) 79%,rgba(24,26,87,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#484add', endColorstr='#181a57',GradientType=0 ); /* IE6-9 */
}







.img_width
{
width:257px;
}

.gellary_text
{
font-size:12px;
text-align:justify;

color: black;
height:40px;
width:189px;


text-align:center;
}

.fancybox-skin{
	height:500px !important
	width:750px; !important

	}
	
	
	
	
	
	
	
	
	
	
	
.footer_text
{
    color: white;
    font-size: 13px;
	
}

.footer_heading
{
    color: white;
    margin-bottom: 0px;
}


.footer_social_icon
{
    font-size: 16px;
}

.top_bar_a
{
    color: black;

}


.logo_image_slick
{
    height: 130px;
    width: 180px;
}


/* for mouse hover modal*/
.ui-widget-header {
    background: none;
    border: hidden;
   
}


.ui-dialog .ui-dialog-titlebar-close {
    display:none;
}

/*  END mouse  hover modal*/

/* Modify by AKA on Sep 11, 2019 upon Client(Mr. Ruble) req */
.stabottomlink {
	position: relative;
	left: 242px;
	top: -47px;
	font-size: 12px;
	color: #666666;
}

@media (max-width: 480px) {
	.stabottomlink {
	position: relative;
	left: 2px;
	top: -195px;
	font-size: 12px;
	color: #666666;
	}
	


}

@media (max-width: 1023px) {
    .stabottomlink {
    position: relative;
    left: 3px !important;
    top: -189px !important;
    font-size: 12px;
    color: gray;
}
}




/* 
  ##Device = Tablets, Ipads (portrait)
  ##Screen = B/w 768px to 1024px
*/

@media (min-width: 768px) and (max-width: 1024px) {
  
  
}

/* Modify by AKA on Sep 11, 2019 */

/* @media only screen and (max-device-width: 480px) and (max-width: 600px){
    #table_in_file tr td {
    font-size: 10px;
    padding: 0px;
    margin: 0px;
    position: relative;
    right: 8px;
    left: 0;
}
} */

@media (min-width: 360px) and (max-width: 600px) {
  #table_in_file tr td {
    font-size: 10px;
    padding: 0px;
    margin: 0px;
    position: relative;
    right: 8px;
    left: 0;
}

.col-1 {width: 8.33%;}
.col-2 {width: 16.66%;}
.col-3 {width: 25%;}
.col-4 {width: 33.33%;}
.col-5 {width: 41.66%;}
.col-6 {width: 50%;}
.col-7 {width: 58.33%;}
.col-8 {width: 66.66%;}
.col-9 {width: 75%;}
.col-10 {width: 83.33%;}
.col-11 {width: 91.66%;}
.col-12 {width: 100%;}
  
}



/*@media only screen and (max-width: 600px) {
  #table_in_file tr td {
    font-size: 10px;
    padding: 0px;
    margin: 0px;
    position: relative;
    right: 8px;
    left: 0;
}

.col-1 {width: 8.33%;}
.col-2 {width: 16.66%;}
.col-3 {width: 25%;}
.col-4 {width: 33.33%;}
.col-5 {width: 41.66%;}
.col-6 {width: 50%;}
.col-7 {width: 58.33%;}
.col-8 {width: 66.66%;}
.col-9 {width: 75%;}
.col-10 {width: 83.33%;}
.col-11 {width: 91.66%;}
.col-12 {width: 100%;}

}*/

@media only screen and (max-width: 480px){
     #scrollerWrapper{
     height:299px;
     margin-top:0px; 
     margin-left:0px; 
     overflow:hidden; 
     border-radius: 0px;
     background:rgb(206,211,213); 
     
 }
 
 .scroll_text
{
    color: #666666;
    font-size: 10px;
	position:absolute;
	margin-left:5px !important;
	padding-top:2px;
	
	white-space:nowrap;
	width : 335px !important;
    overflow:hidden;
    display:inline-block;
    text-overflow: ellipsis;
	
}
}


/* for news scroll margin place*/
p{
margin: 0 0 1px !important;
}

