.warning{border: 1px solid #f00;}
.required{color: #f00;}

table.simpletbl{
	width: 100%;
	border: 1px solid #eee;
}
table.simpletbl tr:nth-child(odd){
	background: #ddd;
}
table.simpletbl tr td{
	padding: 5px;
	border-right: 1px solid #eee;
}
table.simpletbl tr td:last-child{
	border-right: 0px;
	width: 15%;
}

.hitcounter{
	background-color: #fff;
    padding: 10px;
    margin-top: -10px;
}
.hitcounter b{
	color: #003A6A;
}


/*
### pop ###
*/
.cox{
	background-color: #000;
    position: absolute;
    z-index: 111;
    left: 0;
    top: 0;
    width: 100%;
    height: auto;
    opacity: 0.5;
    min-height: 1200px;
}
.close{
	width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #000;
    color: red;
    position: absolute;
    right: -5px;
    z-index: 333;
    top: -5px;
    padding: 8px
}
.pop{
	position: absolute;
	width: 700px;
	height: 600px;
	margin: 0px auto;
	top: 3%;
	left: 24%;
	overflow: hidden;
	border: 3px solid #ddd;
	padding: 3px;
	border-radius: 10px;
	background-color: #fff;
	z-index: 222;
}

/*
### notice css ###
*/
.notics-board .block-title{
    margin-bottom: 10px;
}
.notics-board .notice{
    height: 410px;
}

/*
### student page css ###
*/
.blocklist{
    text-align: center;
}
.blocklist .entry{
    display: inline-block;
    width: 210px;
    padding: 3px;
    border: 1px solid #ddd;
    margin: 6px;
    height: 246px;
    overflow: hidden;
}
.blocklist .entry img{
    width: 202px;
    height: 200px;
}
.blocklist .entry .srtdetail{
    background-color: #00BFF3;
    padding: 7px 2px;
    color: #000;
}
.blocklist .entry:hover .srtdetail{
    background-color: #959595;
    color: #fff;
}
.blocklist .entry .srtdetail .title{
    font-size: 18px;
}
.blocklist.gallery .entry{
    height: 200px;
    position: relative;
}
.blocklist.gallery .entry .srtdetail{
    display: none;
}
.blocklist.gallery .entry:hover .srtdetail{
    width: 100%;
    display: block;
    background-color: #00BFF3;
    color: #000;
    position: absolute;
    bottom: 0px;
    left: 0px;
}
.blocklist.gallery .entry .srtdetail .title{
    font-size: 14px;
}
.blocklist.library .entry{
    height: 300px;
}
/*
### slider css ###
*/
#slider img{
    width: 766px;
    height: 400px;
}
#slideimg h3{
    position: absolute;
    bottom: -5px;
    left: 25px;
    color: #fff;
}


.rslides {
    margin: 0 auto 40px;
}

.rslides_tabs {
    list-style: none;
    padding: 0;
    background: rgba(0,0,0,.25);
    box-shadow: 0 0 1px rgba(255,255,255,.3), inset 0 0 5px rgba(0,0,0,1.0);
    -moz-box-shadow: 0 0 1px rgba(255,255,255,.3), inset 0 0 5px rgba(0,0,0,1.0);
    -webkit-box-shadow: 0 0 1px rgba(255,255,255,.3), inset 0 0 5px rgba(0,0,0,1.0);
    font-size: 18px;
    list-style: none;
    margin: 0 auto 50px;
    max-width: 540px;
    padding: 10px 0;
    text-align: center;
    width: 100%;
}

.rslides_tabs li {
    display: inline;
    float: none;
    margin-right: 1px;
}

.rslides_tabs a {
    width: auto;
    line-height: 20px;
    padding: 9px 20px;
    height: auto;
    background: transparent;
    display: inline;
}

.rslides_tabs li:first-child {
    margin-left: 0;
}

.rslides_tabs .rslides_here a {
    background: rgba(255,255,255,.1);
    color: #fff;
    font-weight: bold;
}


.callbacks_container {
    margin-bottom: 50px;
    position: relative;
    float: left;
    width: 100%;
}

.callbacks {
    position: relative;
    list-style: none;
    overflow: hidden;
    width: 100%;
    padding: 0;
    margin: 0;
}

.callbacks li {
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
}

.callbacks img {
    display: block;
    position: relative;
    z-index: 1;
    height: auto;
    width: 100%;
    border: 0;
}

.callbacks .caption {
    display: block;
    position: absolute;
    z-index: 2;
    font-size: 20px;
    text-shadow: none;
    color: #fff;
    background: rgba(0,0,0, .3);
    left: 0;
    right: 0;
    bottom: 0;
    padding: 10px 20px;
    margin: 0;
    max-width: none;
}

.callbacks_nav {
    position: absolute;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    top: 52%;
    left: 0;
    opacity: 0.7;
    z-index: 3;
    text-indent: -9999px;
    overflow: hidden;
    text-decoration: none;
    height: 61px;
    width: 38px;
    background: transparent url("../images/themes.gif") no-repeat left top;
    margin-top: -45px;
    display: none;
}

.callbacks_nav:active {
    opacity: 1.0;
}

.callbacks_nav.next {
    left: auto;
    background-position: right top;
    right: 0;
}

.navbar {
    overflow: hidden
}


/* line 2, ../scss/base/_base.scss */
body {
    margin: 0px;
    padding: 0px;
    font-family: 'kalpurushregular', sans-serif;
    font-size: 16px;
    background-color: #EFEFEF;
}
/* line 8, ../scss/base/_base.scss */
body a {
    text-decoration: none;
}

/* line 10, ../scss/base/_base.scss */
.wrapper {
    width: 100%;
    margin-top: 10px;
}
/* line 15, ../scss/base/_base.scss */
.wrapper .wrapper-content {
    width: 100%;
	max-width: 1160px;
    margin: 0px auto;
    clear: both;
    overflow: auto;
    min-height: 500px;
    overflow-x: hidden;
}
.wrapper .wrapper-content .content{
    background-color: #fff;
    min-height: 500px;
    padding: 20px;
    border: 1px solid #ccc;
    width: 68%;
    float: left;
    margin-right: 2%;
    overflow: hidden;
}
.wrapper .wrapper-content.full-width .content{
    width: 100%;
    float: left;
    margin-right: 2%;
    overflow: hidden;
}
.wrapper .wrapper-content .sidebar{
	width: 30%;
	float: left;
	border: 1px solid #ddd;
	margin-top: -48px;
}
.wrapper .wrapper-content h1.title{
    background-color: #ccc;
	width: 68%;
    font-size: 25px;
    padding: 10px 20px;
    margin: 20px 0px 0px;
}
.wrapper .wrapper-content.full-width h1.title{
	width: 100%;
}

.wrapper .wrapper-content .content.download ul{
    margin: 0px;
    padding: 0px;
}
.wrapper .wrapper-content .content.download ul li{
    display: block;
    border-bottom: 1px solid #ddd;
    padding: 5px 0px;
}
.wrapper .wrapper-content .content.download ul li:first-child{
    padding-top: 0px;
}
.wrapper .wrapper-content .content.download ul li:last-child{
    border-bottom: 0px solid #ddd;
}
.wrapper.student-list-page .wrapper-content h1.title form,
.wrapper.syllabus .wrapper-content h1.title form{
    display: inline;
    float: right;
    font-size: 14px;
}
.wrapper.student-list-page .wrapper-content h1.title form select,
.wrapper.syllabus .wrapper-content h1.title form select{
    width: 300px;
    padding: 3px;
    height: 30px;
    border-radius: 5px;
}
/* line 23, ../scss/base/_base.scss */
.wrapper .wrapper-content .left-side {
    float: left;
    width: 770px;
    overflow: hidden;
}
/* line 28, ../scss/base/_base.scss */
.wrapper .wrapper-content .right-side {
    float: right;
    width: 380px;
    overflow: hidden;
    padding-left: 10px;
}
/* line 34, ../scss/base/_base.scss */
.wrapper .slide-show {
    background-color: #fff;
    border: solid 5px #fff;
    margin-bottom: 10px;
    position: relative;
}
/* line 36, ../scss/base/_base.scss */
.wrapper .block {
    background: #FFFFFF;
    width: 100%;
    margin-bottom: 10px;
    overflow: auto;
}
/* line 42, ../scss/base/_base.scss */
.wrapper .block-content {
    margin: 5px 20px;
    list-style: none;
    text-align: justify;
    padding: 10px 0px;
    overflow: auto;
}
.principal-photo {
    float: left;
    margin-right: 15px;
    width: 300px;
    overflow: hidden;
    max-height: 250px;
}
.principal-photo img {
    width: 100%;
}
/* line 49, ../scss/base/_base.scss */
.wrapper .notics-board {
    height: 412px;
    overflow: hidden;
}
/* line 51, ../scss/base/_base.scss */
.wrapper .right-side .block-title {
    text-align: left;
    padding: 5px 20px;
    border-bottom: solid 1px #ccc;
	background-color: #fff;
}
.wrapper .block-title {
    text-align: left;
    padding: 5px 20px;
    border-bottom: solid 1px #CCCCCC;
}
/* line 56, ../scss/base/_base.scss */
.wrapper .notics-board .notics-content {
    margin: 5px 20px;
    list-style: none;
    text-align: left;
    padding: 0px;
}
/* line 63, ../scss/base/_base.scss */
.wrapper .notics-board li {
    width: 100%;
    margin: 0px;
    padding: 0px;
    border-bottom: dashed 1px #ccc;
    padding: 8px 0px;
    clear: both;
    overflow: auto;
}
/* line 70, ../scss/base/_base.scss */
.wrapper .notics-board .date {
    border-radius: 5px;
    background-color: #F3F3F3;
    width: 60px;
    display: inline-block;
    margin-right: 15px;
    font-size: 14px;
    text-align: center;
    font-weight: normal;
    color: #333;
    float: left;
    height: 50px;
}
/* line 79, ../scss/base/_base.scss */
.wrapper .notics-board .date span {
    background-color: #004883;
    width: 100%;
    border-radius: 5px 5px 0px 0px;
    display: inline-block;
    color: #fff;
    padding: 5px 0px;
    font-size: 14px;
}
/* line 89, ../scss/base/_base.scss */
.wrapper .notics-board .date span:hover {
    background-color: #003A6A;
}
/* line 90, ../scss/base/_base.scss */
.wrapper .notics-board .notics-data {
    color: #000;
    text-decoration: none;
}
/* line 91, ../scss/base/_base.scss */
.wrapper .categories-list {
    margin: 5px 20px;
    list-style: none;
    text-align: left;
    overflow-y: auto;
    margin: 0px;
    padding: 15px;
    list-style: none;
}
/* line 95, ../scss/base/_base.scss */
.wrapper .categories-list ul {
    list-style: none;
    padding: 5px;
    margin-left: 15px;
}
/* line 96, ../scss/base/_base.scss */
.wrapper .category-name {
    border-bottom: 1px solid #ececec;
    margin-top: 1px;
    text-align: center;
    background: url(../images/expand.gif) no-repeat 10px center;
    color: #000;
    cursor: pointer;
    float: left;
    display: inline-block;
    padding: 5px;
    background-color: #f9f9f9;
    padding-left: 30px;
    width: 315px;
    text-align: left;
}
/* line 106, ../scss/base/_base.scss */
.wrapper li.active .category-name{
    background: url(../images/collapse.gif) no-repeat 10px center;
}
.sidebar .block{
    margin: 0px;
	height: auto;
	overflow: hidden;
}
#accordion h3{
	font-size: 20px;
    outline: 0px;
    width: 100%;
    margin: 0px;
}
#accordion .category-name {
    border-bottom: 1px solid #ececec;
    margin-top: 1px;
    text-align: center;
    background: url(../images/expand.gif) no-repeat 10px center;
    color: #000;
    cursor: pointer;
    float: left;
    padding: 13px;
    background-color: #ccc;
    padding-left: 30px;
    width: 100%;
    text-align: left;
}
#accordion .ui-state-active .category-name{
    background: url(../images/collapse.gif) no-repeat 10px center;
    background-color: #ccc;
}
#accordion .details{
    background-color: #FAF8F8;
    padding: 0px 10px;
}
.wrapper .wrapper-content .left-side .block:nth-child(2){
	height: 500px;
	overflow: hidden;
}
.wrapper .wrapper-content .right-side .block:nth-child(2){
	height: 500px;
	overflow: hidden;
}
#accordion ul{
	margin: 0px;
	padding: 0px;
}
#accordion ul li{
	display: block;
}
#accordion ul li a{
    display: block;
    border-bottom: 1px solid #ddd;
    padding: 5px 0px;
    background: url(../images/list-arrow-icon.png) no-repeat 0px center;
	background-size: 10px;
    padding-left: 15px;
    font-size: 14px;
}
#accordion ul li:last-child a{
    border-bottom: 0px solid #ddd;
    padding-bottom: 0px;
}
/* line 107, ../scss/base/_base.scss */
.wrapper ul.categories-list li {
    list-style: none;
}
/* line 108, ../scss/base/_base.scss */
.wrapper li.active {
    background: linear-gradient(#f1f4f9, #ffffff);
}
/* line 109, ../scss/base/_base.scss */
.wrapper ul.details {
    display: none;
}
/* line 110, ../scss/base/_base.scss */
.wrapper li.active ul.details {
    display: block;
}
/* line 111, ../scss/base/_base.scss */
.wrapper .login-form {
    padding: 15px;
    background: linear-gradient(#f1f4f9, #ffffff);
    border-bottom: 1px dashed #004883;
}
/* line 112, ../scss/base/_base.scss */
.wrapper .login-form input {
    width: 330px;
    border: solid 1px #4882B0;
    margin: 5px 0px;
    padding: 8px;
    background-color: transparent;
}
/* line 113, ../scss/base/_base.scss */
.wrapper .login-form .btn-submit, .wrapper .login-form .btn-reset {
    width: 49%;
    display: inline-block;
    padding: 5px 15px;
    background: linear-gradient(#003a6a, #004883);
    color: #fff;
}

/* line 1, ../scss/layout/_header.scss */
.header {
	width: 100%;
    background-color: #003A6A;
    border-top: solid 5px #FFCD0A;
}
/* line 5, ../scss/layout/_header.scss */
.header .header-content {
	width: 100%;
    max-width: 1161px;
    margin: 0px auto;
    clear: both;
    overflow: auto;
    min-height: 120px;
    overflow-x: hidden;
}
/* line 13, ../scss/layout/_header.scss */
.header .header-content .left-side {
    float: left;
    width: 150px;
    overflow: hidden;
    color: #fff;
}
/* line 19, ../scss/layout/_header.scss */
.header .header-content .right-side {
    float: left;
    width: 700px;
    overflow: hidden;
    margin-top: 28px;
}
.header .header-content .right-side-link {
    width: 300px;
    overflow: hidden;
    float: right;
}
.header .header-content .right-side-link .additional-link {
    width: 100%;
    text-align: right;
    margin-top: 5px;
}
.header .header-content .right-side-link .additional-link .link a{
    //font-family: "SolaimanLipi";
    color: #fff;
    text-decoration: none;
    margin-right: 3px;
    padding-right: 5px; 
    border-right: solid 1px #fff;
}
.header .header-content .right-side-link .additional-link .link:last-child a{
    border-right: 0px;
}
.header .header-content .right-side-link .additional-link .link a:hover{
    color:#FFCD0A;
    text-decoration: none;
}

/* line 26, ../scss/layout/_header.scss */
.header .header-content .site-name {
    color: #fff;
    font-size: 28px;
    //font-family: "SolaimanLipi";
    text-shadow: 2px 2px 1px #9A9898;
}
/* line 27, ../scss/layout/_header.scss */
.header .header-content .site-name-en {
    color: #fff;
    font-size: 21px;
    line-height: 38px;
    font-family: "Oswald";
    text-shadow: 2px 2px 1px #9A9898;
}
/* line 28, ../scss/layout/_header.scss */
.header .header-content .org-address {
    color: #fff;
    font-size: 16px;
    //font-family: "SolaimanLipi";
}
/* line 29, ../scss/layout/_header.scss */
.header .logo {
    width: 250px;
    display: block;
    margin: 8px;
}
/* line 30, ../scss/layout/_header.scss */
.header .additional-link {
    width: 100%;
    text-align: right;
}
/* line 34, ../scss/layout/_header.scss */
.header .search-box {
    width: 100%;
    text-align: right;
    margin-top: 50px;
}
.header .search-box input{
	display: inline-block;
}
.header .search-box input[type="text"]{
	width: 210px;
    height: 35px;
    padding: 5px;
    border: 0px;
}
.header .search-box input[type="submit"]{
	width: 70px;
    height: 35px;
    padding: 5px;
    background-color: #1F67AF;
    color: #fff;
    border: 0px;
    font-size: 16px;
}

/* line 1, ../scss/layout/_footer.scss */
.footer {
    width: 100%;
    background-color: #004883;
    clear: both;
}
/* line 5, ../scss/layout/_footer.scss */
.footer .footer-content {
	width: 100%;
    max-width: 1160px;
    margin: 0px auto;
    clear: both;
    overflow: auto;
    min-height: 250px;
    overflow-x: hidden;
}
/* line 12, ../scss/layout/_footer.scss */
.footer .footer-content ul {
    list-style: none;
    padding: 0px;
    float: left;
    width: 19%;
    margin-right: 1%;
    color: #7AAAD2;
}
/* line 13, ../scss/layout/_footer.scss */
.footer .footer-content ul li.block-title {
    color: #FFCD0A;
    font-weight: bold;
    font-size: 18px;
    padding-top: 15px;
}
/* line 14, ../scss/layout/_footer.scss */
.footer .footer-content ul li {
    font-size: 13px;
    padding: 3px 2px;
}
.footer .footer-content ul li a{
    color:#fff;
    font-family: 'kalpurushregular', sans-serif;
}
/* line 15, ../scss/layout/_footer.scss */
.footer .footer-content .copyright {
    color: #dedede;
    border-top: solid 1px #7AAAD2;
    padding-top: 10px;
    padding-bottom: 5px;
    clear: both;
    font-size: 12px;
}
/* line 16, ../scss/layout/_footer.scss */
.footer .footer-content .copyright a {
    color: #7AAAD2;
    text-decoration: underline;
}
/* line 17, ../scss/layout/_footer.scss */
.footer .footer-content .right-side {
    float: right;
}
.copyright .right-side a.clogo{
    background: url('../images/clogo.png') no-repeat left center; 
    padding-left:25px; 
    padding-top: 8px;
    text-decoration: none;
    color:#dedede;
    font-weight: bold;
    
}
.copyright .right-side a:hover{
    text-decoration: underline;
}

/* line 21, ../scss/layout/_footer.scss */

/*
### footer slide css ###
*/
.footer-slide {
    background-color: #ddd;
    border-top: 6px solid #FFCD0A;
    box-shadow:0px 5px 10px #fff;
    width: 100%;
    clear: both;
    margin: 50px auto 0px;
    padding: 2px 0px;
}
.footer-slide .footer-slide-content {
    width: 100%;
    max-width: 1170px;
    margin: 15px auto;
    position: relative;
    text-align: center;
}
#quote-carousel {
    padding: 0px 50px;
    width: 100%;
    margin: 0px auto;
}
.carousel-inner {
    height: 80px;
}
.fa {
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
#quote-carousel .carousel-control{
    background: none;
    color: #222;
    font-size: 2.3em;
    text-shadow: none;
    margin-top: 17px;
    display: none;
}
#quote-carousel .carousel-control.left {
    left: 0px;
}
#quote-carousel .carousel-control.right {
    right: 0px !important;
}
#quote-carousel .carousel-indicators {
    right: 50%;
    top: auto;
    bottom: 0px;
    margin-right: -19px;
}
#quote-carousel .carousel-indicators li {
    background: #c0c0c0;
}
#quote-carousel .carousel-indicators .active {
    background: #333333;
}
#quote-carousel img{
    width: 250px;
    height: 100px
}
.item blockquote {
    border-left: none; 
    margin: 0;
}
.item blockquote img {
    margin-bottom: 10px;
}
.item blockquote p:before {
    content: "\f10d";
    font-family: 'Fontawesome';
}
.item blockquote p:after {
    content: "\f10e";
    font-family: 'Fontawesome';
}
.row {
    margin-right: 0px;
    margin-left: 0px;
}
blockquote p{
    font-size: 20px;
    max-height: 63px;
    overflow: hidden;
}
blockquote small, blockquote .small {
    line-height: 1px;
    font-size: 15px;
    color: #999;
}
.carousel-control {
    width: 5%;
}


/* line 24, ../scss/layout/_footer.scss */
.footer-slide .footer-slide-content {
    margin: 0pa auto;
}

/* line 2, ../scss/layout/_nav.scss */
.navigation {
    width: 100%;
    background-color: #003A6A;
    clear: both;
    background: linear-gradient(#004883, #004883);
    display: block;
    height: 48px;
}
/* line 9, ../scss/layout/_nav.scss */
.navigation .navigation-content {
    width: 100%;
    margin: 0px auto;
    clear: both;
}
/* line 16, ../scss/layout/_nav.scss */
.navigation li {
    border: solid 1px #045499;
}

/* line 20, ../scss/layout/_nav.scss */
.dropdown a.selected {
    color: #FFCD0A;
}
/* line 21, ../scss/layout/_nav.scss */
.dropdown a {
    color: #fff;
    font-size: 18px;
}
/* line 22, ../scss/layout/_nav.scss */
.dropdown a:hover {
    color: #fff;
    background-color: #045499;
}
/* line 23, ../scss/layout/_nav.scss */
.dropdown a.selected {
    color: #FFCD0A;
}
/* line 24, ../scss/layout/_nav.scss */
.dropdown li ul li a {
    background-color: #004883;
    border-color: #eee;
}
.navigation .navigation-content a#mobMenuBtn,
.navigation .navigation-content ul#mobMenu{
	display: none;
}
/* line 1, ../scss/custom/_table.scss */
.custom-table {
    width: 100%;
    max-width: 100%;
    max-height: 100%;
    overflow: auto;
    clear: both;
}
/* line 7, ../scss/custom/_table.scss */
.custom-table div.table > * {
    border: solid 1px #CCC;
}
/* line 10, ../scss/custom/_table.scss */
.custom-table div.tr {
    width: 100%;
    clear: both;
    display: block;
    min-height: 30px;
    /*overflow:auto;*/
    margin: 1px 0px;
    text-align: left;
}
/* line 19, ../scss/custom/_table.scss */
.custom-table div.custom-table div.th {
    font-weight: bold;
    font-size: 18px;
}
/* line 23, ../scss/custom/_table.scss */
.custom-table div.custom-table div.custom-table .td, .custom-table div.custom-table .td-2, .custom-table div.custom-table .td-3, .custom-table div.custom-table .td-4, .custom-table div.custom-table .td-5, .custom-table div.custom-table .td-6 {
    padding: 5px;
    width: 100%;
    min-height: 30px;
    /*overflow:hidden;*/
}
/* line 28, ../scss/custom/_table.scss */
.custom-table div.custom-table .td-2 {
    width: 50%;
    float: left;
}
/* line 32, ../scss/custom/_table.scss */
.custom-table div.custom-table .td-3 {
    width: 33.1%;
    float: left;
}
/* line 36, ../scss/custom/_table.scss */
.custom-table div.custom-table .cell-1 {
    text-align: right;
}
/* line 40, ../scss/custom/_table.scss */
.custom-table .registration-form div.custom-table div.th {
    padding-left: 50px;
    font-weight: bold;
    font-size: 18px;
}
/* line 45, ../scss/custom/_table.scss */
.custom-table .registration-form div.custom-table div.th {
    max-width: 100%;
    text-align: left;
}
/* line 49, ../scss/custom/_table.scss */
.custom-table .registration-form div.custom-table .cell-1 {
    text-align: right;
}
/* line 52, ../scss/custom/_table.scss */
.custom-table .custom-table .label {
    font-size: 16px;
    color: #333333;
}
/* line 56, ../scss/custom/_table.scss */
.custom-table .forgot-password .custom-table {
    max-width: 650px;
}
/* line 59, ../scss/custom/_table.scss */
.custom-table .custom-table .btn {
    width: 100%;
}
/* line 62, ../scss/custom/_table.scss */
.custom-table .change-password .custom-table {
    max-width: 650px;
}

/*
### news ticker ###
*/
.news-ticker{
    width: 1160px;
    border: 1px solid #3D3D3D;
    margin: 20px auto;
    overflow: hidden;
}
.news-ticker section{
    width: 100%;
    background-color: #ED1B23;
    float: left;
    display: inline-block;
    overflow: hidden;
    box-sizing: border-box;
    height: 30px;
    position: relative;
    cursor: pointer;    
}
.marquee-sibling{
    padding: 0;
    background-color: #3D3D3D;
    width: 100px;
    height: 30px;
    line-height: 30px;
    font-size: 18px;
    font-weight: normal;
    color: #ffffff;
    text-align: center;
    float: left;
    left: 0;
    z-index: 2000;
    font-weight: bold;
    font-family: 'kalpurushregular', sans-serif;
}
.marquee, *[class^="marquee"] {
    display: inline-block;
    white-space: nowrap;
    position:absolute;
}
.marquee-content-items{
    display: inline-block;
    padding: 5px 0px;
    margin: 0px;
    height: 30px;
    position: relative;
}
.marquee-content-items li{
    display: inline-block;
    line-height: 22px;
    color: #3D3D3D;
}
.marquee-content-items li a{
    background-image: url('../images/liseperator.png');
    background-repeat: no-repeat;
    background-size: 25px 25px;
    background-position: right center;
    display: inline-block;
    margin: 0px 5px;
    padding: 0px 35px 0px 0px;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
}

.search{
    width: 1160px;
    margin: 30px auto 0px;
    background-color: #004883;
    padding: 10px;
}
.search form{
    margin: 0px auto;
    text-align: center;
}
.search form select, .search form input[type="text"], .search form input[type="date"]{
    width: 600px;
    padding: 3px;
    height: 40px;
    border-radius: 5px 0px 0px 5px;
}
.search form input[type="submit"]{
    width: 100px;
    padding: 3px;
    height: 40px;
    border-radius: 0px 5px 5px 0px;
    border: 0px;
    margin-left: -4px;
}

/*
### message ###
*/
.msg{
    border: 1px solid #ccc;
    margin-bottom: 20px;
    border-radius: 5px;
    padding: 10px;
    text-align: center;
}
.msg .success{
    color: #2E3092;
    font-size: 16px;
}
.msg .failed{
    color: #F00;
    font-size: 16px;
}

/*
### contact ###
*/

.wrapper .wrapper-content.contact{
    border: 2px solid #ddd;
    box-shadow: 1px 1px 4px #ddd;
    background-color: #fff;
    margin-top: 30px !important;
    padding: 20px;
}
.wrapper .wrapper-content.contact .title{
	font-size: 25px;
	font-weight: bold;
}
.wrapper .wrapper-content.contact form{
	float: left;
	width: 48%;
	margin-right: 4%;
}
.wrapper .wrapper-content.contact .address-block{
	float: left;
	width: 48%;
}
.wrapper .wrapper-content.contact .address-block .google-map{
	margin-top: 35px;
    border: 2px solid #ddd;
    padding: 2px;
}
.wrapper .wrapper-content.contact .address-block .address{
	margin-top: 15px;
}
.wrapper .wrapper-content.contact .address-block .address p{
	font-weight: bold;
	font-size: 15px;
}
.wrapper .wrapper-content.contact .address-block .address .name{
	font-size: 20px;
}
.wrapper .wrapper-content.contact form .field{
	padding: 5px 0px;
	margin: 5px 0px;
}
.wrapper .wrapper-content.contact form .field label{
	display: block;
	font-weight: normal;
	font-size: 14px;
}
.wrapper .wrapper-content.contact form .field label span{
	color: #f00;
}
.wrapper .wrapper-content.contact form .field input[type="text"]{
	padding: 5px;
	width: 100%;
	height: 40px;
}
.wrapper .wrapper-content.contact form .field textarea{
	padding: 5px;
	width: 100%;
	height: 100px;
}
.wrapper .wrapper-content.contact form button{
	padding: 5px;
	width: 200px;
	border: 1px solid #ddd;
	border-radius: 3px;
	background-color: #eee;
}



/*
### responsive ###
*/
@media screen and (max-width: 1200px){
	.header .header-content .right-side {
		width: 500px;
	}
	.news-ticker{
		width: 97%;
		max-width: 1160px;
		margin: 20px auto;
	}
	.wrapper .wrapper-content{
		padding: 0px 5px;
	}
	.wrapper .wrapper-content .left-side {
		width: 65%;
	}
	.wrapper .wrapper-content .right-side {
		width: 35%;
	}
	.footer .footer-content {
		padding: 10px;
	}
}
@media screen and (max-width: 1190px){
	.wrapper .wrapper-content{
		padding: 0px 10px;
	}
}
@media screen and (max-width: 1180px){
	.wrapper .category-name{
		width: 100%;
	}
}
@media screen and (max-width: 980px){
	.header .header-content .right-side-link {
		float: left;
		display: block;
		width: 95%;
		margin: 0px 10px;
	}
	.header .header-content .right-side-link .additional-link {
		width: 100%;
		text-align: left;
		margin-top: 10px;
	}
	.header .search-box {
		width: 100%;
		text-align: left;
		margin-top: 20px;
		margin-bottom: 20px;
	}
}
@media screen and (max-width: 768px){
	.header .header-content {
		width: 100%;
		margin: 0px auto;
		clear: both;
		margin-bottom: 20px;
	}
	.header .header-content .left-side {
		float: none;
		width: 100%;
		margin: 0px auto;
		text-align: center;
	}
	.header .logo {
		margin: 15px auto 5px;
	}
	.header .header-content .right-side {
		float: none;
		width: 100%;
		margin: 0px auto;
		text-align: center;
	}
	.header .header-content .right-side-link {
		display: none;
	}
	.navigation {
		height: auto;
	}
	.navigation li {
		border-bottom: 0px;
		width: 99.93%;
	}
	.navigation .navigation-content ul#nav{
		display: none;
	}
	.navigation .navigation-content a{
		display: block;
		color: #fff;
		padding: 5px 0px;
	}
	#mobMenuBtn{
		background: url("../images/menuIco.png") no-repeat scroll 5px center;
		border-radius: 3px;
		display: block !important;
		height: 49px;
		margin: 0;
		padding: 15px 0px !important;
		text-align: right;
		text-decoration: none;
		width: 99.3%;
	}
	#mobMenu{
		display: none;
		margin: 0px;
		padding: 0px;
	}
	#mobMenu .heading{
		background-color: #004883;
		border-color: #eee;
		padding: 5px;
	}
	#mobMenu .heading a.active{
		background: url('../images/li-close-icon.png');
		background-repeat: no-repeat;
		background-position: right 5px center;
	}
	#mobMenu ul{
		display: none;
		margin: 0px;
		padding: 0px;
		background-color: #025DA8;
		width: 101.3%;
		margin: 0px -5px -5px;
	}
	#mobMenu ul li a{
		padding: 7px 7px 7px 20px;
	}
	.news-ticker{
		width: 100%;
	}

	#slider img{
		width: 100%;
		height: auto;
	}
	.wrapper .wrapper-content{
		padding: 0px 1px;
	}
	.wrapper .block-title {
		padding: 5px 10px;
	}
	.wrapper .block-content {
		margin: 5px 10px;
		overflow: hidden;
	}
	.wrapper .notics-board ul {
		width: 100%;
	}
	.wrapper .category-name{
		width: 100%;
	}
	.wrapper .wrapper-content h1.title{
		width: 100%;
	}
	.wrapper .wrapper-content .content{
		width: 100%;
		margin-right: 0;
	}
	.wrapper .wrapper-content .sidebar{
		width: 100%;
		margin-top: 20px;
	}
	.wrapper .wrapper-content .left-side {
		width: 100%;
	}
	.wrapper .wrapper-content .right-side {
		width: 100%;
		padding-left: 0px;
	}
	/* contact */
	.wrapper .wrapper-content.contact form{
		float: none;
		width: 100%;
		margin-right: 0%;
	}
	.wrapper .wrapper-content.contact .address-block{
		float: none;
		width: 100%;
	}
	.wrapper .wrapper-content.contact form .field input[type="text"]{
		width: 100%;
	}
	.wrapper .wrapper-content.contact form .field textarea{
		width: 100%;
	}
	/* footer */
	.carousel-inner {
		height: auto;
	}
	blockquote p {
		max-height: 150px;
	}
	.footer .footer-content {
		width: 100%;
		text-align: center;
		padding: 20px;
	}
	.footer .footer-content ul {
		float: left;
		width: 32%;
		display: inline-block;
		text-align: left;
	}
}
@media screen and (max-width: 500px){
	.header .header-content .site-name {
		font-size: 25px;
	}
	.header .header-content .site-name-en {
		font-size: 20px;
	}
	.footer .footer-content ul {
		float: none;
		width: 48%;
	}
}
@media screen and (max-width: 450px){
	.header .header-content .site-name {
		font-size: 23px;
	}
	.header .header-content .site-name-en {
		font-size: 18px;
	}
	.marquee-sibling {
		width: 70px;
	}
	.footer .footer-content ul {
		float: none;
		width: 48%;
	}
}
@media screen and (max-width: 400px){
	.header .header-content .site-name {
		font-size: 100%;
	}
	.header .header-content .site-name-en {
		font-size: 90%;
	}
}
@media screen and (max-width: 320px){
	.header .header-content .site-name {
		font-size: 100%;
	}
	.header .header-content .site-name-en {
		font-size: 90%;
	}
	.marquee-sibling {
		width: 60px;
	}
}


/* pagination */
.pagination-block {
	text-align: center;
    margin: 0px auto;
    width: 100%;
}
.pagination-block .pagination {
	margin: 20px 0px !important;
}
.pagination-block .pagination li{
	display: inline !important;
}