@font-face {
   font-family: 'Open Sans';
   src: url('../fonts/OpenSans-Light.ttf');
   font-weight: 200;
   font-style: normal;
 }
@font-face {
   font-family: 'Open Sans';
   src: url('../fonts/OpenSans-Regular.ttf');
   font-weight: 400;
   font-style: normal;
 }
@font-face {
   font-family: 'Open Sans';
   src: url('../fonts/OpenSans-SemiBold.ttf');
   font-weight: 600;
   font-style: normal;
 }
@font-face {
   font-family: 'Open Sans';
   src: url('../fonts/OpenSans-Bold.ttf');
   font-weight: 600;
   font-style: normal;
 }
@font-face {
   font-family: 'Open Sans';
   src: url('../fonts/OpenSans-ExtraBold.ttf');
   font-weight: 800;
   font-style: normal;
 }
 body { margin: 0;
    padding: 0;
     font-family: 'Open Sans';
     background: url(../images/main.jpg) repeat;
}
ol, ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
img {max-width: 100%;}
a:focus,a:hover {outline:0 none;}
.container {position: relative;}
/*----------HEADER----------*/

 .main_head {
    clear: both;
    display: block;
    min-height: 100px;
    /*padding-top: 20px;*/
    width: 100%;
    background:#17598e;
    border-top: 5px solid #333;
    margin-bottom: 20px;
}
.navigation {
    background: #333;
    border: 1px solid #ccc;
    border-radius: 10px 10px 0 0;
    clear: both;
    display: inline-block;
    margin: 10px 0 -5px 0;
    width: 100%;
}
.navigation a {color:#fff; font-weight: 600;}

.navigation .navbar-brand {border-radius:8px 0 0 0; background-color:#ddd; }
.navigation .navbar-brand i {font-size: 20px;color:}
.navigation li a:focus, .navigation li a:hover { background-color: #ddd; color: #333;}
.navigation .open > a, .navigation .open > a:focus, .navigation .open > a:hover {background-color: #181818; }
.dropdown-menu > li > a { padding: 8px 20px;  font-weight: 600;}

.navbar-toggle .icon-bar { background-color: #fff;}

.navbar-nav .dropdown-menu {
    background: #f5f5f5 none repeat scroll 0 0;
}

.dropdown:hover .dropdown-menu{ display: block;}

.right_bx {
    background: #333;
    border-radius: 0 0 8px 8px;
    padding: 2px 5px; 
    position: absolute;
    right: 1.8%;
    top: 0;
}
.right_bx  li {
   color: #fff;
    display: inline-block;
    font-size: 12px;
    font-weight: 600;
    margin-right: 7px;
    padding-bottom: 4px;
}
.right_bx li:last-child {margin: 0;}
.logo_area {
    display: block;
    float: left;
    margin-top: 10px;
}
.logo_area a {
    display: block;
    outline: medium none;
    width: 100%;
}
.logo_area a img {width: 100%;}
.right_bx span {
    display: inline-block;
    margin-right: 1px;
}
.right_bx p {
    display: inline-block;
    margin: 0;
    padding: 0;
}
.follow_bx {
    float:none;
}

.follow_bx > span {
    display: block;
    float: left;
    padding: 15px;
    color: #fff;
    font-weight: 600;
}
.follow_bx > a {
    float: left;
    padding: 13px 5px;
}
.follow_bx > a i {
     background: #ddd none repeat scroll 0 0;
    color: #333;
    font-size: 14px;
    padding: 5px;
    text-align: center;
    width: 25px;
}

.main_title {
    color: #fff;
    font-family: "Ubuntu",sans-serif;
    font-size: 28px;
    font-weight: 500;
    line-height: 30px;
    margin: 38px 0 0;
    text-align: center;
    
}
.main_title > strong {
    display: block;
    font-size: 28px;
    font-weight: 500;
    line-height: 36px; 
}
.main_title > span {
    display: block;
    font-size: 14px;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.right_bx > ul {
    float: right;
}

.bottom_bx {
    border-right: 1px solid #ccc;
    margin-right: 20px;
    padding: 0 20px 0 2px;
    position: relative;
}
.bottom_bx  li {
   color: #fff;
    display: inline-block;
    vertical-align: middle;
}
.bottom_bx li:last-child {margin: 0;}

.bottom_bx h2 {
     display: block;
    font-size: 14px;
    font-weight: 600;
    margin: 0;
}



/*----------HEADER END----------*/

/*----------CONTAINER----------*/

.padding0{padding: 0;} 
.side_area {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #ccc;
    border-radius: 5px;
    display: block;
    padding: 5px;
    width: 100%;
    margin-bottom: 15px;
}

 
.nivoSlider {
    position:relative;
    width:100%;
    height:auto;
    overflow: hidden;
    height: 350px;
}
.nivoSlider img {
    position:absolute;
    top:0px;
    left:0px;
    max-width: none;
}
.nivo-main-image {
    display: block !important;
    position: relative !important; 
    width: 100% !important;
}

/* If an image is wrapped in a link */
.nivoSlider a.nivo-imageLink {
    position:absolute;
    top:0px;
    left:0px;
    width:100%;
    height:100%;
    border:0;
    padding:0;
    margin:0;
    z-index:6;
    display:none;
    background:white; 
    filter:alpha(opacity=0); 
    opacity:0;
}
/* The slices and boxes in the Slider */
.nivo-slice {
    display:block;
    position:absolute;
    z-index:5;
    height:100%;
    top:0;
}
.nivo-box {
    display:block;
    position:absolute;
    z-index:5;
    overflow:hidden;
}
.nivo-box img { display:block; }

/* Caption styles */
.nivo-caption {
    position:absolute;
    left:0px;
    bottom:-1px;
    background: rgba(255, 255, 255, 0.7) none repeat scroll 0 0;
    border-radius: 0 0 5px 5px;
    color:#000;
    width:100%;
    z-index:8;
    padding: 5px 10px;
    opacity: 0.8;
    overflow: hidden;
    display: none;
    -moz-opacity: 0.8;
    filter:alpha(opacity=8);
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;    /* Firefox, other Gecko */
    box-sizing: border-box;         /* Opera/IE 8+ */
    font-family: 'Condiment', cursive;
     font-size: 24px;
     text-align: right;
} 
.nivo-caption p {
    padding:5px;
    margin:0;
}
.nivo-caption a {
    display:inline !important;
}
.nivo-html-caption {
    display:none;
}
/* Direction nav styles (e.g. Next & Prev) */
.nivo-directionNav a {
    position:absolute;
    top:45%;
    z-index:9;
    cursor:pointer;
}
.nivo-prevNav {
    left:0px;
}
.nivo-nextNav {
    right:0px;
}
/* Control nav styles (e.g. 1,2,3...) */
.nivo-controlNav {
    text-align:center;
    padding: 15px 0;
    display: none;
}
.nivo-directionNav {display: none;}
.nivo-controlNav a {
    cursor:pointer;
}
.nivo-controlNav a.active {
    font-weight:bold;
}
.login_a {
    color: #fff;
    display: table;
    margin: 10px auto;
    max-width: 250px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    width: 100%;
}
.login_a i {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #141754;
    border-radius: 100px;
    color: #141754;
    display: inline-block;
    font-size: 24px;
    height: 55px;
    margin-top: -4px;
    padding-top: 13px;
    position: relative;
    vertical-align: middle;
    width: 55px;
    z-index: 2;
}
.login_a span {
    background: #141754 none repeat scroll 0 0;
    border-radius: 0 7px 7px 0;
    display: inline-block;
    font-weight: 600;
    margin: 0 0 0 -10px;
    padding: 11px 0;
    width: 180px;
}
a.login_a:focus{color: #fff;}
.login_a:hover.login_a i { color: #3239c3; border: 1px solid #3239c3;}
.login_a:hover.login_a span { background: #3239c3; color: #fff;}
.login_r {
    color: #fff;
    display: table;
    margin: 15px auto 10px;
    max-width: 250px; 
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    width: 100%;
}
.login_r i {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #a03f04;
    border-radius: 100px;
    color: #a03f04;
    display: inline-block;
    font-size: 24px;
    height: 55px;
    margin-top: -4px;
    padding-top: 13px;
    position: relative;
    vertical-align: middle;
    width: 55px;
    z-index: 2;
}
.login_r span {
    background: #a03f04 none repeat scroll 0 0;
    border-radius: 0 7px 7px 0;
    display: inline-block;
    font-weight: 600;
    margin: 0 0 0 -10px;
    padding: 11px 0;
    width: 180px;
}
.login_r:hover.login_r i { color: #f36916; border: 1px solid #f36916;}
.login_r:hover.login_r span { background: #f36916; color: #fff;}
a.login_r:focus{color: #fff;}
a.login_btn {
    background: #ddd;
    border-radius: 4px;
    color: #333;
    display: table;
    font-weight: 600;
    margin: auto auto 10px;
    max-width: 250px;
    padding: 10px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    width: 100%;

}
a.login_btn i {
    font-size: 20px;
    margin-right: 5px;
    vertical-align: middle;
}
a.login_btn:hover{background: #c1c1c1;}

.digit_lib {
    display: block;
}
.digit_lib textarea {
    border: 1px solid #ddd;
    font-size: 13px;
    padding: 5px;
    resize: none;
    width: 100%;
}
.side_area h1 {
    background: #333;
    border-radius: 5px 5px 0 0;
    color: #fff;
    display: block;
    font-family: "Ubuntu",sans-serif;
    font-size: 14px;
    font-weight: 700;
    margin: 0 0 10px;
    padding: 8px;
    text-decoration: none;
    text-transform: uppercase;
    width: 100%;
    text-align: center;
}
.side_area h2 {
    border-bottom: 1px solid #ccc;
    border-top: 1px solid #ccc;
    color: #333;
    display: block;
    font-size: 15px;
    font-weight: 600;
    margin: 0;
    padding: 10px;
    text-align: center;
    width: 100%;
}
.h3 {
    background: #333 none repeat scroll 0 0;
     border-radius: 5px 5px 0 0;
    color: #fff;
    display: block;
    font-family: "Ubuntu",sans-serif;
    font-size: 14px;
    font-weight: 700;
    margin: 0 0 10px;
    padding: 8px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    width: 100%;
}
.h4 {
    background: #f5f5f5;
    border-bottom: 1px solid #ccc;
    border-top: 1px solid #ccc;
    color: #333;
    display: block;
    font-family: "Ubuntu",sans-serif;
    font-size: 16px;
    font-weight: 700;
    margin: 5px 0;
    padding: 8px;
    text-align: center; 
    width: 100%;
}
 
.call_paper {
    display: block;
    text-align: center;
}
.call_paper > li {
    display: block;
    margin-bottom: 5px;
    padding: 5px 0;
    border-bottom: 1px solid #ccc;
}
.call_paper > li:nth-child(odd) { background: #f7f7f7 none repeat scroll 0 0;}
.call_paper span {
    font-size: 13px;
}
.call_paper p {
    color: #f00;
    margin: 0;
    padding: 5px;
    font-weight: 600;
}
.call_paper p.red { color:#e42742;}
.call_paper p.green { color:#09d480;}
.call_paper p.orange { color:#ff8d00;}
.call_paper p.blue { color:#1d99af;}

.read { 
    border-bottom: 1px solid #ccc;
    border-top: 1px solid #ccc;
    display: block;
    padding: 5px 0;
    text-align: right;
}
.read i {
    margin-right: 4px;
}
.side_area .imapact_img {
    display: block;
    margin: 10px auto;
    text-align: center;
    width: 50%;
}
.imapact_img > img {
    width: 130px;
}

.detail_bx {
    margin-top: 15px;
}
.mid_area {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #ccc;
    border-radius: 5px;
    display: block;
    padding: 5px;
    width: 100%;
    margin-bottom: 15px;
}
.middle_part {
     border-bottom: 1px solid #eee;
    display: block;
    padding-bottom: 10px;
}
.middle_part h2 {
    font-size: 28px;
    font-weight: 400;
    margin: 0;
    padding-bottom: 10px;
    text-align: center;
}
.middle_part > p {
    font-size: 14px;
    line-height: 22px;
    margin: 0;
    text-align: justify;
}
.middle_part > i {
    margin-bottom: 15px;
    display: block;
}
.mid_section {
    display: block;
}
.mid_section > img {
    display: block;
    margin: 0 auto;
}
.mid_section > h3 {
    border-bottom: 1px solid #eee;
    font-size: 20px;
    margin: 10px 0;
    padding-bottom: 10px;
    text-align: center;
}
.mid_section > p {
    font-size: 13px;
    line-height: 20px;
    margin: 10px 0;
    padding: 0;
    text-align: justify;
}
.mid_section .button { 
     background: #141754  none repeat scroll 0 0;
    border-radius: 5px;
    color: #fff;
    display: table;
    font-size: 13px;
    margin: 0 auto;
    padding: 5px 10px;
    text-align: center;
    text-decoration: none;
}
.mid_section .button:hover{background: #343bcc;}
.mid_area .about_part {
    display: inline-block;
    width: 100%;
}


.slider_bx {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #ccc;
    border-radius: 5px;
    display: block;
    margin: 0px 0 20px;
    text-align: center;
    width: 100%;
    position: relative;
}
.slider_bx > span {
    background: rgba(255, 255, 255, 0.7) none repeat scroll 0 0;
    border-radius: 0 0 5px 5px;
    bottom: -1px;
    left: 0;
    margin: 0 auto;
    padding: 10px;
    position: absolute;
    right: 0;
    text-align: right;
    width: 100%;
    font-family: 'Condiment', cursive;
     font-size: 24px;
}
.info {display: block; margin-top: 10px;}
.info a {
    color: #333;
    display: block;
    outline: medium none;
    text-decoration: none;
     font-size: 13px;
}
.info span {
    display: block;
    font-size: 12px;
}
.info a h3 {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    color: #a03f04;
    margin: 5px 0;
    padding: 0;
    font-size: 16px;
}

#owl-demo .item img{
    display: block;
    height: auto;
    margin: 0 auto;
    max-width: 100%;
}
.owl-wrapper-outer {
    overflow: hidden;
     height: 170px;
    padding-top: 25px;
}
.owl-pagination {
    display: none;
}
.owl-buttons {
    display: none;
}
.owl-item {
    display: inline-block;
    vertical-align: top;
}
.side_area .dig_lib {text-align: center; display: block; margin-bottom: 10px;}
.side_area .fb_like {text-align: center; display: block; margin-bottom: 10px;}
.side_area .fb_like img { width: 93%;}





/*----------CONTAINER END----------*/

/*----------FOOTER----------*/

.right_align { text-align: right;}
.left_align { text-align: left;}
.center_align { text-align: center;}

footer {
    background: #17598e;
    display: block;
    margin-top: 40px;
}
.footer_bx.margin105 {
    margin-left: 105px;
}
.footer_bx.margin31 {
    margin:0 10px 0 10px;
}
.footer_bx {
    display: block;
    padding: 20px 0;
}
.footer_bx > h1 {
    background: #333;
    border-radius: 8px 8px 0 0;
    color: #fff;
    display: inline-block;
    font-family: "Ubuntu",sans-serif;
    font-size: 16px;
    font-weight: 500;
    margin: 0 0 10px;
    padding: 6px 10px;
    text-align: center;
    text-transform: uppercase;
    width: 100%;
}
.footer_bx > li {
}
.footer_bx li {
    display: block;
    padding-bottom: 5px;
}

.footer_bx a {
    color: #fff;
    font-size: 13px;
}
.journal_bx > span {
    border: 1px solid #ccc;
    display: inline-block;
    height: 74px;
    overflow: hidden;
    width: 80px;
}
.journal_bx > ul {
    display: inline-block;
    padding-left: 5px;
    vertical-align: top;
    width: 100%;
}
.journal_bx li {
    display: block;
    font-size: 13px;
    padding: 0;
}
.journal_bx li span { margin-right: 3px;}
.journal_bx li strong { font-weight: normal;}
.journal_bx h1 {
    font-size: 15px;
    font-weight: 600;
    margin: 0;
}
.journal_bx {
    color: #fff;
    display: block;
    margin-bottom: 10px;
} 
.journal_bx p {
    margin: 0;
}
.address_bx {
    color: #fff;
    display: block;
    font-size: 13px;
}
.footer_bottom {
    border-top: 1px solid #666;
    clear: both;
    color: #fff;
    display: block;
    padding: 10px 0;
    text-align: center;
    width: 100%;
    font-size: 13px;
}
.address_bx > h2 {
    font-size: 15px;
    font-weight: 600;
    margin: 0 0 10px;
}
.contact_detail > li {
    margin-bottom: 5px;
}
.contact_detail > li i {
    display: inline-block;
    font-size: 18px;
    margin-left: 10px;
}
.contact_detail p {
    display: inline-block;
    margin: 0;
}
.contact_detail span {
    float: right;
    height: 53px;
}



/*----------FOOTER END----------*/


/*----------Board members----------*/


.borad_area {
    clear: both;
    display: block;
}
.borad_area li {
    border-bottom: 1px solid #e7e7e7;
    display: inline-block;
    padding: 15px 0;
    width: 100%;
}
.borad_area li:last-child { border: none; }
.borad_area li:nth-child(even) { background: rgba(228, 39, 66, 0.05);}

.board_titles h5 {
    font-size: 15px;
    font-weight: 600;
     margin: 0 0 5px;
}
.board_titles span {
    color: #333;
    line-height: 22px;
}


table.table_bx {
    border: 1px solid #ccc;
    width: 100%;
}
.table_bx tr td {
    border: 1px solid #ccc;
    padding: 5px;
}


/*----------Board members END----------*/

/*----------Archive----------*/

.issue_list {
    clear: both;
    display: block;
    position: relative;
}
.issue_list .panel-title a { 
    color: #333;
    display: block;
    font-weight: 600;
    outline: medium none;
    position: relative;
    text-decoration: none;
}
.issue_list .panel-title a.collapsed:after {
    border-right: 1px solid #666;
    border-top: 1px solid #666;
    content: "";
    height: 10px;
    position: absolute;
    right: 5px;
    top: 4px;
    transform: rotate(48deg);
    -webkit-transform: rotate(48deg);
    -moz-transform: rotate(48deg);
    -ms-transform: rotate(48deg);
    width: 10px;
    transition:all 0.3s ease-in-out 0s;
    -webkit-transition:all 0.3s ease-in-out 0s;
    -moz-transition:all 0.3s ease-in-out 0s;
    -ms-transition:all 0.3s ease-in-out 0s;
}
.issue_list .panel-title a:after {
    border-right: 1px solid #666;
    border-top: 1px solid #666;
    content: "";
    height: 10px;
    position: absolute;
    right: 5px;
    top: 4px;
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    width: 10px;
     transition:all 0.3s ease-in-out 0s;
    -webkit-transition:all 0.3s ease-in-out 0s;
    -moz-transition:all 0.3s ease-in-out 0s;
    -ms-transition:all 0.3s ease-in-out 0s;
}
.issue_list_bx li {display: block;}
.issue_list_bx li a{
    background: #e7e7e7 none repeat scroll 0 0;
    border: 1px solid #ccc;
    border-radius: 5px;
    color: #555;
    display: block;
    font-weight: 600;
    margin-bottom: 5px;
    outline: medium none;
    padding: 8px 10px;
    text-decoration: none;
}
.issue_list_bx li a i {
    float: right;
    margin: 3px;
}

/*----------Archive END----------*/


/*----------Contact us----------*/


.page_title {
    clear: both;
    display: block;
    text-align: center;
    padding-bottom: 10px;
}
.page_title > h1 {
    border-bottom: 3px solid;
    color: #a03f04;
    display: table;
    font-weight: 600;
    margin: 0 auto;
    text-transform: uppercase;
}
.contact_area {
    clear: both;
    display: table;
    margin: 20px auto;
    width: 80%;
    background: #fff none repeat scroll 0 0;
    border: 1px solid #e7e7e7;
    border-radius: 10px;  
    -webkit-box-shadow: 0 6px 6px -6px black;
     -moz-box-shadow: 0 6px 6px -6px black;
          box-shadow: 0 6px 6px -6px black;
}
.contact_bx {
    padding: 10px;
    display: block;
}
.contact_bx > h2 {
    font-size: 20px;
    margin: 0;
    padding-bottom: 10px;
    font-weight: 600;
    text-transform: uppercase;
}
.contact_bx > span {
    display: block;
    margin-bottom: 10px;
}
.contact_bx > p {
    border-bottom: 1px solid #ccc;
    border-top: 1px solid #ccc;
    color: #141754;
    font-size: 15px;
    font-weight: 600;
    margin: 10px 0;
    padding: 10px 0;
    text-align: center;
    text-transform: capitalize;
}
.contact_bx > span img {width: 100%;}
.map_bx {
    display: block;
}
.map_bx img { width: 100%;}


/*----------Contact us END----------*/

/*----------Research area END----------*/

.research_area .panel-heading {padding: 5px 10px;}
.research_area .panel-title a { 
    color: #333;
    display: block; 
    outline: medium none;
    position: relative;
    text-decoration: none;
    filter: grayscale(1);
    transition-property: filter;
    transition-duration: 0.5s; 
    font-size: 14px; 
    padding-right:15px;
}
.research_area .panel-title a:hover {
    filter: grayscale(0);
    transition-property: filter;
    transition-duration: 0.5s; 
}
.research_area .panel-title a.collapsed:after {
    border-right: 1px solid #666;
    border-top: 1px solid #666;
    content: "";
    height: 10px;
    position: absolute;
    right: 5px;
    top: 13px;
    transform: rotate(48deg);
    -webkit-transform: rotate(48deg);
    -moz-transform: rotate(48deg);
    -ms-transform: rotate(48deg);
    width: 10px;
    transition:all 0.3s ease-in-out 0s;
    -webkit-transition:all 0.3s ease-in-out 0s;
    -moz-transition:all 0.3s ease-in-out 0s;
    -ms-transition:all 0.3s ease-in-out 0s;
}
.research_area .panel-title a:after {
    border-right: 1px solid #666;
    border-top: 1px solid #666;
    content: "";
    height: 10px;
    position: absolute;
    right: 5px;
    top: 13px;
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    width: 10px;
     transition:all 0.3s ease-in-out 0s;
    -webkit-transition:all 0.3s ease-in-out 0s;
    -moz-transition:all 0.3s ease-in-out 0s;
    -ms-transition:all 0.3s ease-in-out 0s;
}
.research_area .panel-title i {
    display: inline-block;
    margin-right: 10px;
    width: 35px;
    
}
.research_area .width50 {
    display: inline-block;
    margin: 10px 16px 0 0;
    vertical-align: top;
    width: 48%;
}
.research_area .width50:nth-child(2n){ margin: 10px 0px 0 0;}
.research_area .width50:nth-child(2n+1){ margin: 10px 8px 0 4px;} 
.research_area .panel-title span {
    display: inline-block;
    vertical-align: middle;
    width: 80%;
}
.research_area .panel-title span:hover { color: #ff8d00;}

/*----------Research area END----------*/

/*----------Statistics----------*/


.statistics_bx { 
    display: block;
    width: 100%;
}

.statistics_bx table {
    border: 1px solid #ccc;
    width: 100%;
}
.statistics_bx tr td {
    border: 1px solid #ddd;
    font-size: 13px;
    font-weight: 400;
    padding: 5px;
}

/*----------Statistics END----------*/

/*----------Faq----------*/


.faq_area > h4 {
    border-bottom: 1px solid #ccc;
    color: #444;
    font-size: 16px;
    font-weight: 600;
    padding-bottom: 10px;
}
.faq_area a {
    color: #555;
    font-weight: 600;
}
.faq_area > ul {
    padding: 0 10px;
}
.faq_area li {
    border-bottom: 1px dashed #ccc;
    display: block;
    margin-bottom: 10px;
    padding-bottom: 5px;
}
.faq_area p {
    font-size: 13px;
}

/*End Light Box*/

/*Start Table Paging*/
.paging-nav {
  text-align: right;
  padding-top: 2px;
}

.paging-nav a {
  margin: auto 1px;
  text-decoration: none;
  display: inline-block;
  padding: 1px 7px;
  background: #91b9e6;
  color: white;
  border-radius: 3px;
}

.paging-nav .selected-page {
  background: #187ed5;
  font-weight: bold;
}

.paging-nav,
#tableData {
  width:100%;
  margin: 10px auto;
  
}
/*End Table Paging*/
/*----------Faq END----------*/
