
/* ======= Base ======= */


html,
body {
  height: 100%;
  font-family:SolaimanLipi !important;
  
}
body {
  font-size: 13px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.body-bg-color{
  background: lightblue;
}
/*.body-bg-color{background: #f2ada04d;}*/
iframe {
  margin: 15px;
}
/*Custom Shapes*/
.nn{color:#fff;}
.NoticeB{margin-top:-17px;margin-bottom:10px;}
.marback{background-color:#008000;border:1px solid #ADB400;height: 25px;-webkit-border-radius: 5px;color:#c00;
         padding-left:15px;
   }
 
    @font-face{
font-family:SolaimanLipi;
src:url("SolaimanLipi.woff")
}  
    
   .noteback{background:#6091ba}

.titleB {background-color:#f8f0db;padding-top:3px;border: 1px solid #04727b;}

  .Noticebubble {
    position: relative;
    width: 95px;
    margin-top:10px;
  
    background: #6091ba;

}

  .Noticebubble:after {
    content: "";
    position: absolute;
    top: 7px;
    right: 0px;
    border-style: solid;
    border-width: 10px 0 10px 0px;
    border-color: transparent #ADB400;
    display: block;
    width: 0;
    z-index: 1;
}


/*end*/
.wrapper {
  min-height: 100%;
  margin-bottom: -344px;
  /* equal to footer height */
}
.wrapper:after {
  content: "";
  display: block;
  height: 344px;
  /* must be the same height as footer */
}
.footer {
  height: 344px;
  /* must be the same height as footer */
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: Verdana, SolaimanLipi;
  font-weight: 300;
  font-size:20px;
}
p {
  color: #444444;
  font-size: 13px;
}
a {
  color: #4cae4c;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
}
a:hover {
  text-decoration: none;
  color: red;
}
a:focus {
  text-decoration: none;
}
.btn {
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.btn .fa {
  color: #fff;
  margin-right: 5px;
}
.btn .fa.fa-search {
  margin-right: 0;
}
.btn-theme {
  background: #6091ba;
  border: 1px solid #6091ba;
  color: #fff;
}
.btn-theme:hover {
  background: #84aac9;
  border: 1px solid #84aac9;
  color: #fff;
}
a.btn-cta,
.btn-cta {
  background: #5cb85c;
  color: #fff;
  padding: 10px 20px;
  font-size: 18px;
  line-height: 1.33;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #4cae4c;
  font-family: 'open sans', arial, sans-serif;
}
a.btn-cta:hover,
.btn-cta:hover {
  color: #fff;
  background: #84aac9;
  border: 1px solid #84aac9;
}
a.btn-cta .fa,
.btn-cta .fa {
  margin-right: 10px;
  font-size: 20px;
  color: #fff;
}
.form-control {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.form-control:focus {
  border-color: #6091ba;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
blockquote {
  font-size: 14px;
}
blockquote p {
  font-size: 14px;
  line-height: 1.5;
}
.RedDamask {
  background-color: #e27240;
}
.RedDamask:hover {
  background-color: #df622a;
}
.FireBush {
  background-color: #E28D40;
}
.FireBush:hover {
  background-color: #df802a;
}
.OliveDrab {
  background-color: #60A823;
}
.OliveDrab:hover {
  background-color: #54931f;
}
.Mojo {
  background-color: #C94139;
}
.Mojo:hover {
  background-color: #b73932;
}
.text-highlight {
  color: #27435a;
}
.highlight-border {
  border-color: #6091ba;
}
.read-more {
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  font-size: 13px;
  display: block;
}
.read-more .fa {
  position: relative;
  top: 1px;
  margin-left: 5px;
}
.read-more:hover {
  text-decoration: none;
}
.carousel-fade .item {
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  -ms-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
}
.carousel-fade .item.active {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
#topcontrol {
  background: #84aac9;
  color: #fff;
  text-align: center;
  display: inline-block;
  width: 35px;
  height: 35px;
  border: none;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
}
#topcontrol:hover {
  background: #6091ba;
}
#topcontrol .fa {
  position: relative;
  top: 3px;
  font-size: 25px;
}
.row-end {
  margin-right: 0;
  padding-right: 0;
}
ul.custom-list-style li {
  list-style: none;
}
.date-label {
  background: #f5f5f5;
  display: inline-block;
  width: 40px;
  height: 50px;
  text-align: center;
  font-size: 13px;
}
.date-label .month {
  background: #5cb85c;
  color: #fff;
  display: block;
  font-size: 13px;
  text-transform: uppercase;
}
.date-label .date-number {
  clear: left;
  display: block;
  padding-top: 5px;
  font-size: 15px;
  font-family: 'open sans', arial, sans-serif;
  font-weight: 500;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  background-color: #6091ba;
  border-color: #6091ba;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  background-color: #eef3f8;
  border-color: #a7c2d9;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span,
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.nav-tabs {
  border-bottom: none;
  position: relative;
  margin-bottom: -1px;
}
.tab-content {
  border: 1px solid #e8e8e8;
  padding: 15px;
  margin-bottom: 20px;
}
.nav > li > a {
  font-size: 13px;
}
.nav-tabs > li > a {
  border: 1px solid #e8e8e8;
  border-bottom: none;
  background: #f5f5f5;
  padding: 5px 15px;
  margin-right: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  color: #444444;
  -webkit-transition: all 0s;
  -moz-transition: all 0s;
  -ms-transition: all 0s;
  -o-transition: all 0s;
}
.nav-tabs > li {
  margin-right: 2px;
}
.nav-tabs > li.active {
  border-top: 2px solid #6091ba;
}
.nav-tabs > li.active a,
.nav-tabs > li.active a:hover,
.nav-tabs > li.active a:active,
.nav-tabs > li.active a:focus {
  border-bottom: 0;
  border-top: 0;
}
.table-striped > tbody > tr:nth-child(odd) > td,
.table-striped > tbody > tr:nth-child(odd) > th {
  background: #f5f8fb;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  border-top: 1px solid #ebebeb;
}
.table > thead > tr > th {
  /*background-color: #0b5410 !important;*/
  border-bottom: 2px solid #a7c2d9;
  /*color: #ffffff;*/
  text-align: center;
}
.table-hover > tbody > tr:hover > td,
.table-hover > tbody > tr:hover > th {
  background: #f5f8fb;
}
.table-boxed,
.table-bordered {
  border: 1px solid #ebebeb;
}
.table.table-boxed > thead > tr > th {
  border-bottom: none;
  background: #6091ba;
  color: #fff;
}
.panel-group .panel {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.panel-group .panel .panel-heading {
  background: none;
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.panel-group .panel .panel-heading .panel-title a {
  color: #6091ba;
}
.panel-group .panel .panel-heading .panel-title a:before {
  font-family: FontAwesome;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f146";
  margin-right: 5px;
}
.panel-group .panel .panel-heading .panel-title a.collapsed:before {
  content: "\f0fe";
}
.panel-group .panel .panel-body {
  font-size: 13px;
}
.panel {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.panel .panel-heading {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.panel .panel-heading h3.panel-title {
  font-weight: 500;
}
.panel .panel-heading .label {
  font-size: 10px;
}
.panel .panel-footer {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.panel .panel-footer ul {
  margin-bottom: 0;
}
.panel .panel-footer ul.list-inline li {
  margin-bottom: 0;
}
.panel .panel-footer small {
  color: #999999;
}
.panel > .list-group .list-group-item:last-child {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.panel-theme {
  border-color: #6091ba;
}
.panel-theme > .panel-heading,
.panel-theme > .panel-footer {
  color: #fff;
  background: #6091ba;
  border-color: #6091ba;
}
.no-margins {
  margin: 0;
}
.no-margin-left {
  margin-left: 0;
}
.no-margin-right {
  margin-right: 0;
}
.no-margin-top {
  margin-top: 0;
}
.no-margin-bottom {
  margin-bottom: 0;
}
.label {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.label.label-theme {
  background: #6091ba;
}
.label .fa {
  margin-right: 4px;
}
.label.label-icon-only .fa {
  margin-right: 0;
}
.badge.badge-theme {
  background: #6091ba;
}
.badge.badge-default {
  background: #999;
}
.badge.badge-primary {
  background: #428bca;
}
.badge.badge-success {
  background: #5cb85c;
}
.badge.badge-info {
  background: #5bc0de;
}
.badge.badge-info {
  background: #5bc0de;
}
.badge.badge-warning {
  background: #f0ad4e;
}
.badge.badge-danger {
  background: #d9534f;
}
.promo-badge {
  font-size: 20px;
  display: table;
}
.promo-badge a {
  color: #fff;
  display: table-cell;
  width: 135px;
  height: 135px;
  text-align: center;
  vertical-align: middle;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 5px solid #fff;
  -webkit-box-shadow: 0px 0px 1px 1px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0px 1px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 1px 1px rgba(0, 0, 0, 0.1);
}
.promo-badge .percentage {
  font-size: 32px;
  font-weight: 500;
  color: #fff;
  position: relative;
  font-family: 'open sans', arial, sans-serif;
}
.promo-badge .percentage .off {
  font-size: 11px;
  position: absolute;
  top: 15px;
  right: -15px;
}
.promo-badge .desc {
  font-size: 12px;
}
.progress-bar-theme {
  background: #6091ba;
}
.img-thumbnail {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border-color: #e8e8e8;
  margin-bottom: 15px;
}
#cboxLoadedContent,
#cboxContent {
  background: none;
}
.box {
  background: #f5f5f5;
  padding: 15px;
}
.box.box-border {
  border-left: 5px solid #6091ba;
}
.box.box-dark {
  background: #dff0d8;
  color: #fff;
}
.box.box-theme {
  background: #6091ba;
  color: #fff;
}
.box .date-label {
  background: #fff;
}
.social-icons {
  list-style: none;
  padding: 10px 0;
  margin-bottom: 0;
}
.social-icons li {
  float: left;
}
.social-icons li.row-end {
  margin-right: 0;
}
.social-icons a {
  display: inline-block;
  background: #95b6d1;
  width: 32px;
  height: 32px;
  text-align: center;
  padding-top: 4px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  font-size: 18px;
  margin-right: 10px;
  float: left;
}
.social-icons a:hover {
  background: #6091ba;
}
.social-icons a .fa {
  color: #fff;
}
.social-icons a .fa:before {
  font-size: 18px;
  text-align: center;
  padding: 0;
}
/* ======= Header ======= */
.logo img {
    width: 80px;
    height: 80px;
}
.header .top-bar {
  background: #2f506c;
}
.header .top-bar .search-form {
  padding: 10px 0;
}
.header .top-bar .search-form .form-group {
  display: inline-block;
  margin-bottom: 0;
  vertical-align: middle;
}
.header .social-icons li.row-end {
  margin-right: 0;
}
.header .social-icons a {
  background: #27435a;
}
.header .social-icons a:hover {
  background: #6091ba;
}
.header .social-icons a:hover .fa {
  color: #fff;
}
.header .social-icons a .fa {
  color: rgba(255, 255, 255, 0.4);
}
.header .social-icons a .fa:before {
  font-size: 18px;
  text-align: center;
  padding: 0;
}
.header .header-main {
  padding: 30px 0;
}
.header h1.logo {
  margin-top:23px;
  margin-bottom: 0;
}
.header .menu-top {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: right;
  float: right;
}
.header .menu-top li {
  list-style: none;
  float: left;
  font-size: 11px;
  font-family: 'open sans', arial, sans-serif;
}
.header .menu-top li:last-child a {
  padding-right: 0;
}
.header .menu-top li.divider a {
 /* border-right: 1px solid #c3c3c3; */
}
.header .menu-top li a {
  display: inline-block;
  color: #777777;
  padding: 0px 10px;
}
.header .menu-top li a:hover {
  color: #6091ba;
}
.header .contact {
  font-size: 20px;
  font-family: 'open sans', arial, sans-serif;
  font-weight: 300;
  margin-top: 10px;
}
.header .contact p {
  float: right;
  margin-bottom: 0;
}
.header .contact p.phone {
  margin-right: 30px;
}
.header .contact p a {
  color: #444444;
}
.header .contact .fa {
  color: #6091ba;
  margin-right: 8px;
  font-size: 18px;
  position: relative;
  top: 1px;
}
.header .contact .fa.fa-phone {
  font-size: 22px;
  top: 2px;
}
.header .search-form {
  border: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.header .search-form .form-control {
  width: 260px;
  background: #f5f5f5;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
}
.header .search-form .form-control:focus {
  background: #fff;
  border-color: #6091ba;
}
.main-nav {
  background: #04727b;
  margin-bottom: 10px;
}
.main-nav button {
  background: #27435a;
  color: #fff !important;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.main-nav button:focus {
  outline: none;
}
.main-nav button .icon-bar {
  background-color: #fff;
}
.main-nav .navbar-collapse {
  padding: 0;
}
.main-nav .nav .nav-item {
  text-transform: uppercase;
  font-family: 'open sans', arial, sans-serif;
  /*z-index: 100;*/
}
.main-nav .nav .nav-item a {
  color: #dce7f0;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  font-size:medium;
  font-family:Verdana, SolaimanLipi;
}
.main-nav .nav .nav-item a:hover {
  background: #086067;
  color: #fff;
}
.main-nav .nav .nav-item.active {
  position: relative;
}
.main-nav .nav .nav-item.active > a {
  background:#0F7116;
  color: #fff;
}
.main-nav .nav .nav-item.active > a:before {
  content: "\f0d8";
  position: absolute;
  bottom: -8px;
  left: 0;
  text-align: center;
  font-family: FontAwesome;
  display: block;
  font-size: 12px;
  width: 100%;
}
.main-nav .nav .nav-item.active > a.dropdown-toggle:before {
  display: none;
}
.main-nav .nav .nav-item.open a {
  background: #04727b;
  color: #fff;
}
.main-nav .nav .nav-item .dropdown-menu {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  margin: 0;
  border: none;
  padding: 0;
  text-transform: none;
  min-width: 220px;
}
.main-nav .nav .nav-item .dropdown-menu a {
  border-bottom: 1px solid #3e6a8f;
  padding: 8px 20px;
}
.main-nav .nav .nav-item .dropdown-menu a:hover {
  background: #086067;
  color: #fff;
  padding-left: 24px;
}
/* ======= Footer ======= */
.footer {
  background: #444444;

}
.footer p {
  color: #dcdcdc;
}

.footer ul {
  padding-left: 0;
}
.footer li {
  list-style: none;
}
.footer h3 {
  margin-top: 0;
  margin-bottom: 20px;
}
.footer .footer-content {
  padding: 30px 0 0 0;
  font-size: 12px;

}
.footer .footer-content .footer-col .footer-col-inner {
  padding: 0 15px;
}
.footer .footer-content .footer-col .fa {
  margin-right: 10px;
  display: inline-block;
  /*color: #ffffff;*/
}

/*.footer .footer-content .footer-col .fa:hover {*/

  /*color: #4cae4c !important;*/
/*}*/

.footer .footer-content .footer-col .fa.fa-phone {
  font-size: 16px;
}
.footer .footer-content .footer-col li {
  /*margin-bottom: 10px;*/
  font-size: 12px;
}
.footer .footer-content .footer-col a {
  color: #dcdcdc;
}
/*.footer .footer-content .footer-col a:hover {*/
  /*color: #ef4c23;*/
/*}*/

.footer .footer-content .adr {
  margin-bottom: 30px;
}
.footer .footer-content .adr .fa {
  font-size: 16px;
  margin-top: 2px;
}
.footer .footer-content .subscribe-form {
  padding: 0;
}
.footer .footer-content .subscribe-form .form-group {
  display: inline-block;
  margin-bottom: 0;
  vertical-align: middle;
}
.footer .footer-content .subscribe-form .form-control {
  background: #f5f5f5;
  border: none;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
}
.footer .footer-content .subscribe-form .form-control:focus {
  background: #fff;
}
.footer .bottom-bar {
  background: #2b2b2b;
  padding: 5px 0;
}
.footer .bottom-bar .copyright {
  font-size: 12px;
  font-weight:bold;
  color: #dcdcdc;
  line-height: 3;
}
.footer .bottom-bar .copyright a:hover {
  color: #84aac9;
}
.footer .bottom-bar .social {
  margin: 0;
}
.footer .bottom-bar .social li {
  float: right;
  margin-left: 10px;
  text-align: center;
  font-size: 18px;
  line-height: 2;
}
.footer .bottom-bar .social li a {
  color: #a9a9a9;
  padding: 0 5px;
}
.footer .bottom-bar .social li a:hover {
  color: #6091ba;
}
/* ======= FlexSlider ======= */
.flexslider {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-box-shadow: 0 0 0;
  -moz-box-shadow: 0 0 0;
  box-shadow: 0 0 0;
  border: 0;
}
.flexslider .flex-control-nav {
  bottom: -35px;
}
.flexslider .flex-control-paging li a {
  background: #0b5410;
}
.flexslider .flex-control-paging li a:hover {
  background: #6091ba;
}
.flexslider .flex-control-paging li a.flex-active {
  background: #04727b;
  width: 25px;

}
.flexslider .slides li {
  position: relative;
}
.flexslider .slides .flex-caption {
  position: absolute;
  left: 30px;
  bottom: 30px;
  color: #fff;
  display: inline-block;
  font-family: 'open sans', arial, sans-serif;
}
.flexslider .slides .flex-caption .main {
  display: inline-block;
  background: #6091ba;
  margin-bottom: 5px;
  padding: 10px 15px;
  font-size: 18px;
  text-transform: uppercase;
}
.flexslider .slides .flex-caption .secondary {
  display: inline-block;
  background: rgba(0, 0, 0, 0.8);
  padding: 5px 15px;
  color: #fff;
  font-size: 16px;
}
.flexslider .slides .promo-badge {
  position: absolute;
  right: 60px;
  top: 30px;
}
/* ======= Page ======= */
.page-wrapper .page-heading {
  margin-bottom: 30px;
  border-bottom: 1px solid #e8e8e8;
}
.page-wrapper .page-heading h1.heading-title {
  margin-top: 0;
  display: inline-block;
  font-size: 28px;
}
.page-wrapper .breadcrumbs {
  display: inline-block;
}
.page-wrapper .breadcrumbs ul {
  padding-top: 25px;
  margin: 0;
}
.page-wrapper .breadcrumbs ul li {
  color: #6091ba;
  font-size: 12px;
  float: left;
  list-style: none;
  display: inline-block;
}
.page-wrapper .breadcrumbs ul li a {
  display: inline-block;
  padding: 0 5px;
  color: #aaaaaa;
}
.page-wrapper .breadcrumbs ul li a:hover {
  color: #365d7e;
}
.page-wrapper .breadcrumbs ul li.breadcrumbs-label {
  padding-right: 0;
  color: #aaaaaa;
}
.page-wrapper .breadcrumbs ul li.current {
  max-width: 250px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.page-wrapper .breadcrumbs ul li .fa {
  margin-right: 5px;
  color: #aaaaaa;
}
.page-wrapper ul li {
  margin-bottom: 5px;
}
.page-wrapper ul li .fa {
  margin-right: 5px;
  color: #6091ba;
}
.page-wrapper ul li.list-group-item {
  margin-bottom: -1px;
}
.page-wrapper ul.nav li {
  margin-bottom: 0;
}
.page-wrapper ul.social-icons li .fa {
  margin-right: 0;
  color: #fff;
}
.page-wrapper ol li {
  margin-bottom: 5px;
}
.page-wrapper dl dd {
  margin-bottom: 5px;
}
.page-wrapper .page-content h1 {
  font-size: 26px;
  font-weight: normal;
}
.page-wrapper .page-content h2 {
  font-size: 24px;
  font-weight: normal;
}
.page-wrapper .page-content h3 {
  font-size: 20px;
  font-weight: normal;
}
.page-wrapper .page-content h4 {
  font-size: 18px;
  font-weight: normal;
}
.page-wrapper .page-content h5 {
  font-size: 16px;
  font-weight: normal;
}
.page-wrapper .page-content h6 {
  font-size: 14px;
  font-weight: normal;
}
.page-wrapper .page-content .title {
  margin-top: 0;
  margin-bottom: 15px;
  font-weight: 300;
}
.page-wrapper .page-content .page-row {
  margin-bottom: 30px;
}
.page-wrapper .page-content .custom-quote {
  border-color: #a7c2d9;
}
.page-wrapper .page-content .custom-quote p {
  font-size: 14px;
  color: #777777;
  line-height: 1.5;
}
.page-wrapper .page-content .custom-quote .fa {
  color: #6091ba;
  margin-right: 10px;
}
.page-wrapper .page-content .custom-quote .people {
  margin-top: 10px;
  font-size: 11px;
  color: #444444;
  font-style: normal;
}
.page-wrapper .page-content .custom-quote .people .name {
  color: #6091ba;
}
.page-wrapper .page-content .has-divider {
  border-bottom: 1px dotted #e8e8e8;
  padding-bottom: 15px;
}
.page-wrapper .page-content .has-divider-solid {
  border-bottom: 1px solid #e8e8e8;
}
.page-wrapper .page-content .row-divider {
  border-bottom: 1px dotted #e8e8e8;
  padding: 10px 0;
}
.page-wrapper .page-content .even-row {
  background: #f5f5f5;
}
.page-wrapper .page-content .read-more.btn {
  margin-bottom: 15px;
  display: inline-block;
}
.page-wrapper .page-content .panel-title {
  font-size: 16px;
  font-weight: 300;
}
.page-wrapper .page-content .video-iframe {
  max-width: 100%;
}
.page-wrapper .page-content .album-cover {
  border: 1px solid #e8e8e8;
  margin-bottom: 30px;
}
.page-wrapper .page-content .album-cover:hover {
  -webkit-box-shadow: 0px 0px 5px 0px #e8e8e8;
  -moz-box-shadow: 0px 0px 5px 0px #e8e8e8;
  box-shadow: 0px 0px 5px 0px #e8e8e8;
}
.page-wrapper .page-content .album-cover > a:hover {
  position: relative;
}
.page-wrapper .page-content .album-cover > a:hover img {
  display: block;
  -webkit-opacity: 0.9;
  -moz-opacity: 0.9;
  opacity: 0.9;
}
.page-wrapper .page-content .album-cover .desc {
  padding: 15px;
  position: relative;
}
.page-wrapper .page-content .album-cover .desc:before {
  content: "";
  display: block;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #fff;
  position: absolute;
  top: -10px;
}
.page-wrapper .page-content .prettyphoto:hover img {
  -webkit-box-shadow: 0px 0px 5px 0px #e8e8e8;
  -moz-box-shadow: 0px 0px 5px 0px #e8e8e8;
  box-shadow: 0px 0px 5px 0px #e8e8e8;
}
.page-wrapper .page-sidebar h3.title {
  margin-top: 0;
  margin-bottom: 15px;
  font-size: 20px;
}
.page-wrapper .page-sidebar .widget {
  margin-bottom: 30px;
  padding-bottom: 15px;
}
.page-wrapper .page-sidebar .widget.has-divider {
  border-bottom: 1px dotted #e8e8e8;
}
.page-wrapper .page-sidebar .widget .iframe {
  height: auto;
  min-height: 200px;
  max-width: 100%;
}
.page-wrapper .page-sidebar .widget .fa {
  margin-right: 5px;
  color: #6091ba;
}
.page-wrapper .page-sidebar .widget .fa.fa-phone {
  font-size: 16px;
}
.page-wrapper .page-sidebar .widget .btn .fa {
  color: #fff;
}
.page-wrapper .page-sidebar .widget .nav li a {
  padding: 5px 15px;
  color: #444444;
  margin-bottom: 10px;
  border-left: 5px solid transparent;
}
.page-wrapper .page-sidebar .widget .nav li a:hover {
  background: none;
  color: #6091ba;
}
.page-wrapper .page-sidebar .widget .nav li.active a {
  background: none;
  color: #6091ba;
  font-weight: bold;
  border-left: 5px solid #6091ba;
}
.page-wrapper .page-sidebar ul {
  padding-left: 0;
}
.page-wrapper .page-sidebar #flickr-photos li {
  list-style: none;
  float: left;
  display: inline-block;
  margin-bottom: 5px;
  margin-right: 5px;
}
.page-wrapper .page-sidebar #flickr-photos li img {
  max-width: 100%;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
}
.page-wrapper .page-sidebar #flickr-photos li img:hover {
  -webkit-opacity: 0.8;
  -moz-opacity: 0.8;
  opacity: 0.8;
}
.page-wrapper .page-sidebar .news-item {
  margin-bottom: 15px;
}
.page-wrapper .page-sidebar .news-item img {
  width: 40px;
  height: 40px;
}
.page-wrapper .page-sidebar .news-item .title {
  font-size: 14px;
  margin-top: 0;
}
.page-wrapper .page-sidebar .testimonials-carousel {
  position: relative;
}
.page-wrapper .page-sidebar .testimonials-carousel .fa {
  color: #6091ba;
  margin-right: 5px;
  font-size: 18px;
}
.page-wrapper .page-sidebar .testimonials-carousel .carousel .item {
  min-height: 300px;
}
.page-wrapper .page-sidebar .testimonials-carousel .people {
  margin-top: 10px;
}
.page-wrapper .page-sidebar .testimonials-carousel .people .name {
  color: #6091ba;
}
.page-wrapper .page-sidebar .testimonials-carousel .people .title {
  color: #999;
}
.page-wrapper .page-sidebar .testimonials-carousel .carousel-controls {
  margin-top: 20px;
  text-align: right;
}
.page-wrapper .page-sidebar .testimonials-carousel .carousel-controls a .fa {
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  background: #dddddd;
  color: #fff;
  display: inline-block;
  width: 20px;
  height: 20px;
  text-align: center;
  margin-right: 0;
  font-size: 15px;
}
.page-wrapper .page-sidebar .testimonials-carousel .carousel-controls a.next .fa {
  padding-top: 2px;
  padding-right: 1px;
}
.page-wrapper .page-sidebar .testimonials-carousel .carousel-controls a.prev .fa {
  padding-top: 2px;
  padding-right: 1px;
}
.page-wrapper .page-sidebar .testimonials-carousel .carousel-controls a:hover .fa {
  background: #6091ba;
}

/*Chairman*/

.page-wrapper .page-sidebar .testimonialsC-carousel .carousel-controls a .fa {
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  background: #dddddd;
  color: #fff;
  display: inline-block;
  width: 20px;
  height: 20px;
  text-align: center;
  margin-right: 0;
  font-size: 15px;
}
.page-wrapper .page-sidebar .testimonialsC-carousel .carousel-controls a.next .fa {
  padding-top: 2px;
  padding-right: 1px;
}
.page-wrapper .page-sidebar .testimonialsC-carousel .carousel-controls a.prev .fa {
  padding-top: 2px;
  padding-right: 1px;
}
.page-wrapper .page-sidebar .testimonialsC-carousel .carousel-controls a:hover .fa {
  background: #6091ba;
}
/*end*/
/* ======= Configure Style ======= */
.config-wrapper {
  position: absolute;
  top: 100px;
  right: 0;
}
.config-wrapper-inner {
  position: relative;
}
.config-trigger {
  display: block;
  position: absolute;
  left: -36px;
  width: 36px;
  height: 36px;
  background: #444444;
  color: #fff;
  text-align: center;
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 4px;
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 4px;
  -moz-border-radius-topleft: 4px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.config-trigger:hover {
  background: #000;
}
.config-trigger .fa {
  font-size: 22px;
  padding-top: 8px;
  display: block;
  color: #fff;
}
.config-panel {
  display: none;
  background: #444444;
  color: #fff;
  padding: 15px;
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 4px;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 4px;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.config-panel p {
  margin: 0;
  padding: 0;
  margin-bottom: 15px;
  color: #fff;
}
.config-panel ul {
  margin-bottom: 0;
}
.config-panel li a {
  display: block;
  width: 20px;
  height: 20px;
  border: 2px solid transparent;
}
.config-panel li a:hover {
  -webkit-opacity: 0.9;
  -moz-opacity: 0.9;
  opacity: 0.9;
  border: 2px solid rgba(255, 255, 255, 0.8);
}
.config-panel li.active a {
  border: 2px solid #fff;
}
.config-panel li.default a {
  background: #6091ba;
}
.config-panel li.green a {
  background: #57a89a;
}
.config-panel li.purple a {
  background: #6f7a9f;
}
.config-panel li.red a {
  background: #a85770;
}
.config-panel .close {
  position: absolute;
  right: 5px;
  top: 5px;
  color: #fff;
}
.config-panel .close .fa {
  color: #fff;
}
.ie8 .footer .footer-content {
  min-height: 280px;
}
.ie8 .navbar-nav {
  position: relative;
  z-index: 100;
}
/* ======= Home Page ======= */
.home-page h1.section-heading {
  font-size: 22px;
  font-weight: 300;
  line-height: 2;
  margin-top: 0;
  color: #2f506c;
  border-bottom: 1px solid #ccc;
}
.home-page h1.section-heading .line {
  display: inline-block;
  padding: 0 15px;
  padding-top: 5px;
  font-family:Verdana, SolaimanLipi;
  font-size:23px;
  font-weight:bold;
}
.home-page section {
    background: #f5f5f5;
    overflow: hidden;
    border-radius: 10px;
    margin-bottom: 30px;
    box-shadow: -3px 10px 88px -6px rgba(97,93,93,0.75);
    -webkit-box-shadow: -3px 10px 88px -6px rgba(97,93,93,0.75);
    -moz-box-shadow: -3px 10px 88px -6px rgba(97,93,93,0.75);
}
.details.col-md-9.col-xs-12 {
    box-shadow: -3px 10px 88px -6px rgba(97,93,93,0.75);
    -webkit-box-shadow: -3px 10px 88px -6px rgba(97,93,93,0.75);
    -moz-box-shadow: -3px 10px 88px -6px rgba(97,93,93,0.75);
    border-radius: 10px;
    margin-bottom: 15px;
}
.home-page .section-content {
  padding: 0;
 /* padding-top: 0;*/
}
.home-page .carousel-controls a .fa {
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  background: #dddddd;
  color: #fff;
  display: inline-block;
  width: 20px;
  height: 20px;
  text-align: center;
  margin-right: 0;
  font-size: 15px;
}
.home-page .carousel-controls a.next .fa {
  padding-top: 2px;
  padding-right: 1px;
}
.home-page .carousel-controls a.prev .fa {
  padding-top: 2px;
  padding-right: 1px;
}
.home-page .carousel-controls a:hover .fa {
  background: #6091ba;
}
.home-page .promo {
  margin-bottom: 30px;
}
.home-page .promo h1.section-heading {
  margin-top: 0;
  font-size: 24px;
}
.home-page .promo p {
  color: #f5f5f5;
}
.home-page .promo .btn-cta {
  font-size: 20px;
  margin-top: 30px;
  font-family: 'Open Sans', arial, sans-serif;
}
.home-page .news {
    position: relative;
    border-radius: 10px;
}
.home-page .news .carousel-controls {
  position: absolute;
  right: 10px;
  top: 10px;
}
.home-page .news h2.title {
  font-size: 18px;
  margin-top: 0;
}
.home-page .news h2.title a {
  color: #444444;
}
.home-page .news h2.title a:hover {
  color: #365d7e;
}
.home-page .news .news-item {
  padding-left: 115px;
  position: relative;
  margin-bottom: 20px;
}
.home-page .news .thumb {
  position: absolute;
  left: 0;
  top: 0;
}
.home-page .events .section-content {
  min-height: 450px;
}
.home-page .events .event-item {
  position: relative;
  padding-left: 55px;
  border-bottom: 1px solid #e8e8e8;
  padding-bottom: 10px;
}
.home-page .events .event-item .date-label {
  background: #fff;
  position: absolute;
  left: 0;
}
.home-page .events .event-item h2.title {
  margin-bottom: 20px;
  font-size: 16px;
}
.home-page .events .event-item p {
  margin-bottom: 5px;
}
.home-page .events .event-item .fa {
  margin-right: 5px;
  font-size: 14px;
  min-width: 16px;
  color: #666;
}
.home-page .events .event-item .fa.fa-map-marker {
  font-size: 18px;
}
.home-page .events .read-more {
  margin-top: 15px;
}
.home-page .events .details p {
  color: #666;
}
.home-page .maincontent .maincontent-form {
  margin-bottom: 15px;

}
.home-page .maincontent {
  min-height:450px;
}
.home-page .maincontent .keywords {
  padding-left: 0;
}
.home-page .maincontent .keywords input {
  width: 200px;
  margin-right: 5px;
}
.home-page .video {
  position: relative;
}
.home-page .video .carousel-controls {
  position: absolute;
  right: 10px;
  top: 10px;
}
.home-page .video .video-iframe {
  max-width: 100%;
  width: 100%;
  height: 287px;
  margin-bottom: 5px;
}
.home-page .links .fa {
  margin-right: 5px;
}
.home-page .testimonials {
  position: relative;
}
.home-page .testimonials .carousel-controls {
  position: absolute;
  right: 10px;
  top: 10px;
}
.home-page .testimonials .fa {
  color: #6091ba;
  margin-right: 5px;
  font-size: 18px;
}
.home-page .testimonials .carousel .item {
  min-height: 298px;
}
.home-page .testimonials .people {
  margin-top: 10px;
}
.home-page .testimonials .people .name {
  color: #6091ba;
}
.home-page .testimonials .people .title {
  color: #999;
}

/* Chariman*/
.home-page .testimonialsC {
  position: relative;
}
.home-page .testimonialsC .carousel-controls {
  position: absolute;
  right: 10px;
  top: 10px;
}
.home-page .testimonialsC .fa {
  color: #6091ba;
  margin-right: 5px;
  font-size: 18px;
}
.home-page .testimonialsC .carousel .item {
  min-height: 298px;
}
.home-page .testimonialsC .people {
  margin-top: 10px;
}
.home-page .testimonialsC .people .name {
  color: #6091ba;
}
.home-page .testimonialsC .people .title {
  color: #999;
}
/*End*/
.cusTitle{font-weight:bold;}
.home-page .awards {
  background: #fff;
}
.home-page .awards .logos {
  margin: 0;
  padding: 0;
}
.home-page .awards .logos li {
  list-style: none;
  margin-right: 0;
  text-align: center;
}
.home-page .awards .logos li img {
  -webkit-opacity: 0.6;
  -moz-opacity: 0.6;
  opacity: 0.6;
  margin: 0 auto;
}
.home-page .awards .logos li img:hover {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
.home-page .awards .carousel-control {
  background: none;
  width: auto;
  top: 20px;
  text-shadow: none;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
}
.home-page .awards .carousel-control .fa {
  color: #e8e8e8;
  font-weight: bold;
}
.home-page .awards .carousel-control:hover .fa {
  color: #999;
}
/* ======= Courses Page ======= */
.courses-wrapper .tab-content {
  font-size: 12px;
}
.courses-wrapper .tab-content .item {
  margin-top: 15px;
}
.courses-wrapper .tab-content img {
  margin-bottom: 10px;
}
.courses-wrapper .maincontent {
  margin-bottom: 30px;
}
.courses-wrapper .maincontent .keywords input {
  width: 260px;
}
.courses-wrapper .course-list-header {
  font-size: 13px;
  margin-bottom: 15px;
}
.courses-wrapper .course-list-header .summary {
  padding-top: 10px;
}
.courses-wrapper .course-list-header .control-label {
  font-size: 12px;
  font-weight: normal;
  display: inline-block;
  margin-right: 10px;
  line-height: 2;
}
.courses-wrapper .course-list-header .sort {
  padding-top: 5px;
}
.courses-wrapper .course-list-header .sort-options {
  width: auto;
  height: 25px;
  font-size: 12px;
}
.courses-wrapper .course-item {
  font-size: 12px;
}
.courses-wrapper .course-item .col-meta {
  color: #777777;
}
/* ======= Events Page ======= */
.events-wrapper .events-item .date-label {
  background: #f5f5f5;
}
.events-wrapper .events-item .details .time {
  margin-right: 10px;
}
.events-wrapper .events-item .details .fa {
  margin-right: 5px;
}
/* ======= Contact Page ======= */
.contact-form .required {
  color: #e14b39;
  display: inline-block;
  font-weight: normal;
  padding-left: 2px;
}
#map {
  height: 300px;
}
#map,
#map *,
#map *:before,
#map *:after {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
/*update style*/
/*...........canvas........*/
.sidebar-box{
background: #fff;
padding: 10px;
margin-bottom: 0;
}
.nav-box .pie-chart-box{
  margin: 0 auto;
padding: 10px 10px 7px;
padding-top: 0;
text-align: center;
}
.box-wrapper.nav-box{
padding: 0;
}
.text-wrapper .text a{
  font-weight: 600;
font-family: Verdana, SolaimanLipi;
font-size: 23px;
text-transform: uppercase;
display: block;
color: #333333;
padding-bottom: 19px;
color: #2f506c;
}
/*...........//canvas........*/
.download-inner{min-height: 150px; padding: 10px 15px;}
.download-inner a{padding: 5px 0; font-size: 16px;}
.home-login{
font-size: 14px;
height: 30px;
text-align: center;
padding: 2px 15px 1px 15px;
border-radius: 2px;
text-align: center;
line-height: 25px;
color: #fff !important;
}

#login_form_classune{
  background-color: #fff;
-webkit-box-shadow: 2px 2px 5px 0px rgba(170,170,171,1);
-moz-box-shadow: 2px 2px 5px 0px rgba(170,170,171,1);
box-shadow: 2px 2px 5px 0px rgba(170,170,171,1);
}
.col-md-12.login-panelAll p{
float: left !important;
padding-left: 0px;
margin-bottom: 10px;
}
.login-panelAll{padding-left: 0;}
.col-md-12.login-panelAll p>a{
  float: left !important;
  font-weight: bold;
  
}
.login-panelAll p>a:hover{
   text-decoration: underline;

}
#register_from_login_div{ text-align: center; }
.important-link{margin-bottom: 20px;}
.important-link p{padding: 2px 15px !important;}
.manu-area >button{display: inline-block;}
/*Gallery section*/
.thumblink span{font-size: 14px; font-weight: bold; line-height: 23px;}
.border-bottom{border-bottom: 1px solid #dddddd; color: gray; margin-bottom: 30px;}
.padding-unset{padding-bottom: 4px;padding-top: 4px;}
.thumblink:hover{
  cursor: pointer;
color: black;
background-color: rgba(0,0,0, .25) !important;
transition: .3s all;
-o-transition: .3s all;
-moz-transition: .3s all;
-webkit-transition: .3s all;
}
/*top student slider*/
.student-carousel .item h3{font-size: 13px; text-align: center; margin-top: 10px !important;}
.student-carousel .item p{font-size: 13px; text-align: center;}
.student-carousel .item p span{color: #09f; letter-spacing: 0.5px;}
.student-carousel .owl-nav{
    position: relative;
    display: block;
    float: right;
    top: -190px;
    right: 0;
    bottom: 0;
    padding-right: 15px;
}
.student-carousel .owl-nav button.owl-prev{margin-right: 1px;}
.student-carousel .owl-nav button.owl-prev,
.student-carousel .owl-nav button.owl-next
{
background: #449d44;
padding: 0 12px !important;
text-align: center;
color: #fff;
margin-top: 0px;
padding-bottom: 4px !important;
line-height: 18px;
font-size: 20px;
border-radius: 2px;
display: inline-block;
}
.student-carousel .item{border:1px solid #ccc;}
.sub-text p{line-height: 19px !important; margin-bottom: 15px;}
.text-wrapper .tran4s p{line-height: 19px !important; margin-top: 17px;}
.text-wrapper .text a.btn-details{
  margin-top: 5px;
  margin-bottom: 10px;
  font-size: 12px;
  text-transform: unset;
  letter-spacing: 0.5px;
  background: #dfdfdf;
  padding: 1px 5px;
  border-radius: 3px;
}
.text-wrapper .text a.btn-details:hover{color: #4cae4c;}
/*top login btn*/
 .custom-position{
            position: relative;
        }
.custom-position .sub-nav{
    position: absolute;
    margin-top: 35px;
    width: 290px !important;
    margin-left: -203px !important;
    z-index: 999;
}
.manu-area{
  width: 232px;
    display: none;
}
.register_show-area{display: block;}
#lblbSchoolName{font-size: 25px;}
#lblbSchoolNameEng{font-size: 21px;line-height: 15px}
/*student atendance*/
.pie-chart-box table tr.st-total-bg{background: #00421b;
color: #fff;}

/*right-site-heading custoom css start*/

.institution-details.right_heading {
    padding-top: 19px;
}
/*right-site-heading custoom css end*/

.pie-chart-box table tr.st-success-bg{background: #1da83f;
color: #fff;}

.pie-chart-box table tr.st-denger-bg{background: #db4437;
color: #fff;}
.nav-box .pie-chart-box table tbody> tr{text-align: left; font-size: 14px;}
button.close{
width: 100px;
text-align: center;
margin-top: 0;
margin-top: -10px !important;
background: #539f94;
border-radius: 3px;
color: red;
}
.exam-result {
    margin: 0;
    padding: 15px 0px;
    background: #0b9000;
    color: #ffffff;
    text-align: center;
}
.nodeattachments li {
    list-style: none;
    margin: 5px 0;
}
.student-database {
    background: #fff;
    padding-bottom: 20px;
    padding-top: 15px;
    margin-bottom: 30px;
}
.border-top2 {
    border-top: 2px solid #00421b;
}
.holyday-title{
  text-align: center;
font-size: 24px;
font-weight: bold;
}
.holyday-inner .holyday-box{
  display: block;
  text-align: center;
  width: 84%;
  height: 900px;
}
.message-inner
{width: 100%;
margin: 0 auto;
height: none;
display: block;
text-align: center;
}
.leftAside.contact-hight{height: 250px;}
.meanmenu-reveal{display: none;}
.web-logo{margin-top: 3px;}
/*update 24.9*/
.home-login{background: #00575f; border-radius: 3px;}
.home-login:hover{background: #086067;}
/*top header*/
.header-top {
    padding-top: 7px;
    padding-bottom: 10px;
}

.header-contact-phone {
    margin-right: 35px;
    position: relative;
    padding-right: 30px;
}
.header-contact-phone::before {
    position: absolute;
    content: "";
    height: 12px;
    width: 1px;
    top: 5px;
    right: 0;
    background-color: #fff;
}
.d-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
}
.header-contact p {
    display: inline-block;
    margin: 0;
    font-size: 12px;
    color: #fff;
    line-height: 1;
}
.header-contact span {
    color: #fdc800;
    vertical-align: middle;
    font-size: 12px;
    line-height: 1;
    margin-right: 9px;
}
.header-social-icon-list {
    text-align: right;
}
.header-social-icon-list ul{margin-bottom: 0 ;}
.header-social-icon-list ul li {
    display: inline-block;
    line-height: 1;
}
.header-social-icon-list ul li a {
    font-size: 12px;
    color: #fdc800;
    margin-left: 19px;
    padding-left: 19px;
    position: relative;
    transition: all ease-out .3s;
}
.header-social-icon-list ul li a::before {
    position: absolute;
    content: "";
    height: 12px;
    width: 1px;
    background-color: #fff;
    left: 0;
    top: 2px;
}
.header-social-icon-list ul li:first-child a::before {
    position: absolute;
    content: "";
    height: 0px;
    width: 0px;
    background-color: #fff;
    left: 0;
    top: 2px;
}
/*.footer-bg{background: #04727b;color: #fff;}*/
/*header,footer background color*/
.primary-bg,
.header-bg,
.footer-bg{background: #0b9000;}

.footer-bg{color: #fff;}

.main-logo-inner{padding-left: 15px;}
.ft-title{color: #2b2b2b;}
.home-login:focus, .home-login.focus, .home-login:active{background: #008e99;}

.adivisor-text-title> span {
    font-size: 12px;
    color: #777777;
    line-height: 3px;
    font-weight: 500;
    font-family: 'Roboto', sans-serif;
}
.home-page section.achievements{margin-bottom: 20px;}
.col-paddding{padding-right: 0;}

/*admission form online*/
.form-inner-bg{
  min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #d8f3e3;
    border: 1px solid #04727b3b;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
}
legend{background: #b6e7ca;padding: 4px 6px;color: #333;}
.form-inner-bg label{color: #333;}
.form-inner-bg>span{
  display: block;
    text-align: center;
    font-size: 30px;
    color: #333;
    margin-bottom: 15px;
    padding: 8px 0;
}
.amission-form-bg {
    background: #e7f5ed;
}
.admision-form-logo {
    text-align: center;
    display: inline-block;
    margin-top: 34px;
    width: 90px;
    height: 90px;
    border-radius: 50%;
}
.admission-scl-name {
    font-size: 20px;
    padding-top: 30px;
    padding-bottom: 0;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}
.admission-scl-adderss {
    padding: 2px 0;
    font-size: 18px;
}
.form-logo-inner {
    display: block;
    text-align: center;
    margin: 0 auto;
}
.routine-btn {
    padding-top: 20px;
    padding-bottom: 10px;
}
.student-panel .routine-btn .themehover {
    margin: 0 auto;
    text-align: center;
    display: block;
}
.student-panel .routine-btn .themehover {
    width: 160px;
    line-height: 40px;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
}

button {
    border: none;
    outline: none;
    box-shadow: none;
    display: block;
    padding: 0;
}
.p-color-bg{background: #00a946;}

/*......../admission form online*/


/*color swither*/
.styleswitcher {
    background-color: #ffffff;
    box-shadow: 2px 1px 5px rgba(0, 0, 0, 0.1);
    height: 180px;
    left: 0px;
    padding: 15px;
    position: fixed;
    top: 250px;
    width: 220px;
    z-index: 99999;
}
.styleswitcher-inner {
    height: 100%;
    left: 0;
    overflow: auto;
    padding: 15px;
    position: absolute;
    top: 0;
    width: 100%;
}
.styleswitcher .switcher-btn-bx {
    box-shadow: 7px 0 5px rgba(0, 0, 0, 0.1);
    position: absolute;
    right: -40px;
    top: 82px;
}
.switch-btn {
    background: #ffffff none repeat scroll 0 0;
    box-shadow: 2px 1px 5px rgba(0, 0, 0, 0.1);
    color: #333333;
    cursor: pointer;
    display: block;
    font-size: 21px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    width: 40px;
}
a:not([href]):not([tabindex]):focus, a:not([href]):not([tabindex]):hover {
    color: inherit;
    text-decoration: none;
}
.styleswitcher .switcher-title {
    font-weight: 800;
    margin: 10px 5px;
    text-transform: uppercase;
}
.color-skins{margin: 0; padding: 0;}
.color-skins li {
    cursor: pointer;
    display: inline-block;
    list-style: outside none none;
    margin: 0 4px 10px;
}
.color-skins li a {
    display: block;
    height: 35px;
    width: 35px;
}
.color-skins li .skin-1 {
    background-color: #273272;
}
.color-skins li .skin-2 {
    background-color: #0fb8cd;
}
.color-skins li .skin-3 {
    background-color: #4f6df5;
}
.color-skins li .skin-4 {
    background-color: #1abc9c;
}
.color-skins li .skin-5 {
    background-color: #ff784b;
}
.color-skins li .skin-6 {
    background-color: #6cc000;
}
.color-skins li .skin-7 {
    background-color: #570be1;
}
.color-skins li .skin-8 {
    background-color: #fc3d6a;
}
.meritoriou-student .table thead>tr>th{color: #333;}
.subscribe-style-one {
    position: relative;
    padding: 45px 0px 50px;
    background: #1bd235;
}
.auto-container {
    position: static;
    max-width: 1200px;
    padding: 0px 15px;
    margin: 0 auto;
}

h2.sign-up {
    position: relative;
    color: #ffffff;
    font-size: 30px;
    font-weight: 700;
    text-transform: uppercase;
}
.subscribe-style-one form {
    position: relative;
    margin-top: 10px;
}
.subscribe-style-one .form-group {
    position: relative;
    display: block;
    margin-bottom: 0px;
    z-index: 1;
}


.subscribe-style-one .form-group input[type="email"]
{
    position: relative;
    display: block;
    width: 100%;
    line-height: 28px;
    padding: 12px 16px;
    height: 60px;
    font-size: 16px;
    background: #ffffff;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}

.subscribe-style-one .form-group input[type="submit"],
.subscribe-style-one .form-group button {
  position: absolute;
  top: 0;
  right: 0;
  width:65px;
  height:60px;
  color:#ffffff;
  font-size:24px;
  text-align:center;
  background-color:#2b2b2b;
}


.list-style-one li .icon {
    position: absolute;
    left: 0px;
    top: 5px;
    color: #ffffff;
    font-size: 20px;
    line-height: 1em;
}
.list-style-one li {
    position: relative;
    padding-left: 40px;
    font-size: 15px;
    font-weight: 400;
    margin-bottom: 20px;
    color: rgba(228,230,235,0.70);
}
.content-info{background: #fcfcfc; padding: 20px;margin-bottom: 60px;}
.tab-rutne .table > thead > tr >th, 
.tab-rutne .table > tbody > tr > td {
    text-align: center;
    padding: 20px 8px;
}
.panel .teacher-title{background: #0b9000;}
.panel .teacher-title .institute-title {font-size: 25px;color: #fff;font-weight: 500;}
.table-lilac thead tr th {
  background-color: #0b5410 !important;
  border-color: #3E6A8F #3E6A8F #3E6A8F !important;
  color: #fff;
  border-bottom-width: 5px;
}
.managing-inner {
  margin-bottom: 30px;
  display: inline-block;
  max-width: 100%;
  height: auto;
  padding: 10px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}
.members-text h4{padding-top: 10px; }
/*footer social icon*/
.social-icon-two {
  position: relative;
}
.footer-social-icon-list .social-icon-two li {
  position: relative;
  margin-right: 6px;
  display: inline-block;
}

 ul.social-icon-two li a {
  position: relative;
  width: 35px;
  height: 35px;
  color: #404554;
  font-size: 14px;
  line-height: 33px;
  text-align: center;
  border-radius: 50%;
  display: inline-block;
  border: 1px solid #404554;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  transition: all 300ms ease;
}
.footer .footer-content .social-icon-two span.fa{margin-right: 0;}
.social-icon-two >li >a:hover{color: #fc9e0b !important;border-color: #fc9e0b;background: none;}
.footer-important-link a:hover{color:#000;}
.margin-top15{margin-top: 15px;}
.bg-blue-gradient{padding-top: 15px;}
.newsContent.newsContent-notice{background: #fcfcfc;padding-left: 15px !important;}
.singel-section-notice{margin: 0;padding: 10px;background: #f1f1f1;padding-bottom: 0;margin-bottom: 15px;}
.home-page .rightbar-link-bg{background: #0b9000; color: #fff !important;}
.rightbar-link-bg .line{border: 0 !important; padding-top: 0 !important;}
.home-photo-gallery{margin-bottom: 8px;}
.atten-title h5{font-size: 16px; margin-bottom: 5px;}
.gallery-inner .gallery-bg{   
   display: inline-block;
    max-width: 100%;
    height: auto;
    margin: 0 auto;
    text-align: center;
    padding: 10px;
    border-radius: 4px;
    background: #fff;
    border: 1px solid #ddd;
    transition: all .2s ease-in-out;
  }
  .gallery-inner .gallery-img-title{margin: 0; padding-top: 15px; font-size: 16px;}
  .table-overflow{overflow-y: auto;}
  .book-list{margin: 10px 0; font-size: 18px;}
  .syllabue-list{font-size: 18px;}
  /*academic teachers section*/

.tech-box {
    border: 1px solid #CCC;
    float: left;
    margin: 0px 10px 15px 0px !important;
    padding: 5px;
    width:  100%;
    box-sizing: border-box;
    box-shadow: 1px 2px 4px #ddd;
}

.teacher img {
    height: 105px;
    width: 100px;
    float:left;
    padding-right:10px;
    overflow:hidden;
}
img {
    vertical-align: middle;
}
.media-heading {
    margin-top: 0px;
    margin-bottom: 5px;
}
.media-body, .media-left, .media-right {
    display: table-cell;
    vertical-align: top;
}
.media-body {
    width: 10000px;
}
.media-body, .media-left, .media-right {
    display: table-cell;
    vertical-align: top;
}
.media-left, .media > .pull-left {
    padding-right: 10px;
}
.teacher-inner-content{
      background: #fcfcfc;
    padding: 20px;
    margin: 0;
    margin-bottom: 30px;
  /*..........//academic teachers section*/
}
/*public exam result table*/
.exam-result-table{font-size: 16px;}
.exam-result-table thead> tr> th{ background: #14ab0b47; }
.exam-result-table tbody> tr:first-child td,
.exam-result-table tbody> tr:nth-child(3) td{ background-color: #75c0ffad; }
.exam-result-table tbody> tr:nth-child(2) td{ background-color: #a1d4ffc2; }
.panel-info>.panel-heading {
    color: #fff;
    background-color: #2faf26e3;
    border-color: #bce8f1;
}
.exam-title{color: #ffffff;}
.login-inner-section {
    padding: 30px 0px;
}

.login-title >p{
      text-align: center;
    font-size: 20px;
    letter-spacing: 1px;
    font-weight: 500;
}
.student-login .login-btn {
    color: rgb(255, 255, 255);
    font-size: 16px;
    letter-spacing: 1.5px;
    width: 100%;
    text-align: center;
    padding: 10px 0px;
    background: rgb(11, 144, 0);
    border-radius: 4px;
}
.student-login {
    padding-left: 7px;
    padding-right: 7px;
}
.routine-btn {
    padding-top: 20px;
    padding-bottom: 10px;
}

.login-inner-section .login-input {
    font-size: 14px;
    height: 50px;
    line-height: 50px;
    background: none 0px 0px repeat scroll rgb(247, 247, 247);
    border-width: 1px;
    border-style: solid;
    border-color: rgb(212, 212, 212);
    border-image: initial;
    border-radius: 4px;
}
.margin-top100 {
    margin-top: 100px;
}
.applicant-logout {
    padding: 12px 8px;
    border-radius: 4px;
    background: #b6e7ca;
    padding: 11px 8px;
}

.admission-pdf-btn {
    font-size: 16px;
    padding: 11px 8px 6px 8px;
    background: #b6e7ca;
    border-radius: 4px;
    color: #002147;
    font-weight: 700;
    margin-right: 5px;
}
.admission-pdf-btn:hover {
    color: #fff;
    background-color: #449d44;
    border-color: #398439;
}
.fileUpload {
    margin-top: 15px;
    margin-bottom: 15px;
    padding: 14px 8px;
}
.fileUpload #logo-id {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    padding: 0;
    font-size: 33px;
    cursor: pointer;
    opacity: 0;
    filter: alpha(opacity=0);
}

/*...........//public exam result table*/
.teacher-title {
    background: #0b9000;
    padding: 7px 0;
    text-align: center;
    margin: 0;
}
.institute-title {
    color: #fff;
    font-size: 24px;
    text-align: center;
    margin-bottom: 0;
    padding: 4px 0;
}

/* home page online admission button */
.admision-button.admission-section{margin-bottom: 12px;background: unset;}
.admision-button p.online-botton {
  margin: 0;
  padding: 5px;
  text-align: center;
  display: inline-block;
  /* background: #0b9000; */
  background: #fff;
  color: #fff;
  border-radius: 5px;
  border: 1px solid #db4437;
}
p.online-botton a {
  color: #db4437;
  font-size: 18px;
  transition: 0.6s;
}

.gallary.photo-gallery{height: 402px;}
/* ............//end home page online admission button */

/*span.onclick-btn{display: none;}*/

/* Extra small devices (phones, less than 768px) */
@media (max-width: 767px) {
  .wrapper {
    min-height: inherit;
    margin-bottom: 0;
  }
  .wrapper:after {
    content: none;
  }
  .footer {
    height: auto;
  }
  .pull-right,
  .pull-left {
    float: none !important;
  }
  .logo {
    text-align: center;
  }
  .header .contact p {
    text-align: center;
    margin-right: 0;
    margin-bottom: 5px;
    float: none;
  }
  .header .menu-top {
    text-align: center;
    margin-top: 10px;
  }
  .header .menu-top li {
    float: none;
    display: inline-block;
  }
  .header br {
    display: none;
  }
  .header .social-icons {
    text-align: center;
    margin: 0 auto;
  }
  .header .social-icons li {
    float: none;
    display: inline-block;
  }
  .main-nav .navbar-collapse {
    padding-left: 15px;
    padding-right: 15px;
    border-top: 0;
    -webkit-box-shadow: 0;
    -moz-box-shadow: 0;
    box-shadow: 0;
  }
  .navbar-nav {
    margin-top: 0;
  }
  .header .search-form {
    text-align: center;
  }
  .header .search-form .form-group {
    display: inline-block;
  }
  .header .search-form .form-control {
    width: 210px;
  }
  .main-nav .nav .nav-item.active > a:before {
    content: none;
  }
  .flexslider {
    margin-bottom: 15px;
  }

  .flexslider .slides .flex-caption {
    position: static;
    display: block;
  }
  .flexslider .slides .flex-caption br {
    display: none;
  }
  .flexslider .slides .flex-caption .main {
    font-size: 13px;
    display: block;
    margin-bottom: 0;
  }
  .flexslider .slides .flex-caption .secondary {
    display: block;
    font-size: 12px;
  }
  .flexslider .flex-control-nav {
    display: none;
  }
  .home-page .promo .btn-cta {
    margin-top: 0;
  }
  .home-page .news .thumb {
    width: 60px;
    height: 60px;
  }
  .home-page .news .news-item {
    padding-left: 75px;
  }
  .home-page .maincontent .keywords {
    padding-left: 15px;
    margin-top: 10px;
  }
  .home-page .maincontent .keywords input {
    width: 180px;
  }
  .home-page .video .video-iframe {
    height: auto;
  }
  .home-page .testimonials .carousel .item {
    min-height: inherit;
  }
  .home-page .events .section-content {
    min-height: inherit;
  }
  .home-page .awards .carousel-control {
    top: 50px;
  }
  .footer .footer-content .subscribe-form .form-control {
    width: 140px;
  }
  .footer #tweet .tweets-list-container {
    max-width: 100%;
  }
  .footer .bottom-bar .social li {
    float: left;
  }
  .footer-col-inner {
    margin-bottom: 30px;
  }
  .footer #tweet {
    min-height: inherit;
  }
  .footer .footer-content .footer-col .fa-twitter {
    text-align: center;
    margin-bottom: 10px;
  }
  .page-wrapper .page-heading h1.heading-title {
    float: none;
    text-align: center;
    display: block;
  }
  .page-wrapper .breadcrumbs {
    text-align: center;
    display: block;
  }
  .page-wrapper .breadcrumbs ul {
    padding-top: 0;
    padding-left: 0;
    margin: 0 auto;
  }
  .page-wrapper .breadcrumbs ul li {
    float: none;
    display: inline-block;
  }
  .page-wrapper .breadcrumbs ul li.current {
    max-width: inherit;
    overflow: visible;
  }
  .home-page .course-finder .keywords input {
    float: left !important;
  }
  .home-login{margin-right: 15px;}
  .h-teacher30{margin-bottom: 30px;}
  .holyday-inner .holyday-box{
  display: block;
  text-align: center;
  width: 100%;
  height: 500px;
}
.ems-login-inner{float: left !important;}
.ems-login-btn{float: left !important;}
.web-logo{margin-top: 15px;padding-left: 15px;}

.mean-bar {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    position: relative;
    width: 100%;
    z-index: 99;}

a.meanmenu-reveal {
    border: 1px solid #444;
    color: #444;
    cursor: pointer;
    display: block;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 1px;
    font-weight: 700;
    height: 32px;
    line-height: 22px;
    margin-top: -41px;
    padding: 6px 7px;
    position: absolute;
    right: 0;
    text-decoration: none;
    top: 0;
    width: 36px;
    margin-right: 0;
  }

a.meanmenu-reveal span {
    background: #444 none repeat scroll 0 0;
    display: block;
    height: 3px;
    margin-top: 3px;
  }
  #lblbSchoolName {
    font-size: 22px;
  }
  .logo .title-bng{margin-top: 15px;}
#lblbSchoolNameEng {
    font-size: 20px;
}
.header-top-left,
.header-top-right{display: table;text-align: center; margin: 0 auto; }
.nav-item.dropdown:hover .dropdown-menu{display: none;}
.nav-item.dropdown{border-bottom: 1px solid}
.nav-item.dropdown{z-index: 0;}
.header .contact p.parent{position: absolute; z-index: 99999;}
.col-paddding{padding-right: 15px; padding-left: 0;}
.styleswitcher{display: none;}
.admision-form-logo {margin-top: 15px;}
.admission-scl-name {
    font-size: 20px;
    padding-top: 20px;
    padding-bottom: 0;
    letter-spacing: 0px;
}
.admission-scl-name {
    line-height: 27px;
}
.table-responsive{overflow-y: auto;}
#MainContent_UsefulLinksDiv{padding-bottom: 60px; padding-right: 15px !important;}
.fa.fa-caret-down{display: none;}

}


/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
  .wrapper {
    min-height: inherit;
    margin-bottom: 0;
  }
  .wrapper:after {
    content: none;
  }
  .footer {
    height: auto;
  }
  .footer .bottom-bar .social li {
    float: left;
  }
  .footer-col-inner {
    margin-bottom: 15px;
  }
  .home-page .testimonials .carousel .item {
    min-height: inherit;
  }
  .home-page .events .section-content {
    min-height: inherit;
  }
  .footer #tweet {
    min-height: inherit;
  }
  .page-wrapper .album-cover {
    min-height: 360px;
  }
}
/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {
  .home-page .testimonials .carousel .item {
    min-height: 180px;
  }
  .home-page .events .section-content {
  
  }
  .home-page .video .video-iframe {
    height: 287px;
  }
  .footer .bottom-bar .social li {
    float: right;
  }
  .footer #tweet {
    min-height: 100px;
  }
  .page-wrapper .album-cover {
    min-height: 360px;
  }
  /* Sticky Footer */
  html,
  body {
    height: 100%;
  }
  body {
    font-size: 13px;
  }
  .wrapper {
    min-height: 100%;
    margin-bottom: 0px;
    /* equal to footer height */
  }
  .wrapper:after {
    content: "";
    display: block;
    height: 44px;
    /* must be the same height as footer */
  }
  .footer {
    height: 50px;
    /* must be the same height as footer */
  }
}
/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
  .home-page .maincontent .keywords input {
    width: 255px;
  }
}


.page-heading {
    border-bottom: 1px solid #e8e8e8;
    margin-top:30px;
    margin-bottom: 30px;
}
 h1.heading-title {
    display: inline-block;
    font-size: 28px;
    margin-top: 0;
}
.pull-left {
    float: left;
}


.breadcrumbs {
    display: inline-block;
    list-style: outside none none;
    margin-top: 20px;
}
.breadcrumbs {
    display: inline-block;
}
.breadcrumbs ul li {
    color: #4cae4c;
    display: inline-block;
    float: left;
    font-size: 12px;
    list-style: outside none none;
}

.breadcrumbs ul li.breadcrumbs-label {
    color: #aaaaaa;
    padding-right: 5px;
}

.breadcrumbs ul li .fa {
    color: #aaaaaa;
    margin-right: 5px;
}

.breadcrumbs ul li.current {
    max-width: 250px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}


.breadcrumbs ul{ margin-bottom:0 !important; list-style-type:none;}

.newsContent
{
    border-bottom:1px solid #dfdfdf;
    padding-top:20px;
    padding-bottom:20px;
    float:left;
    padding-left:0 !important;
    margin-left:0 !important;
    }
.newswebform details
{
    margin-top:-20px !important;
    margin-right:0 !important;
    
    } 
    
.newsContent_align
{
    float:left;
    padding-left:0 !important;
    margin-left:0 !important;
    }
       
   .date-label-wrapper
   {
       margin-top:25px !important; 
       
       }
       
.details title
{
    
    margin-top:0 !important;    
    }      
    
 .detailsalign
 {
     padding-top:0 !important;
     margin-top:0 !important;
     }
      
.Event_news_aside
{
    padding-top:20px;
    font-size:16px;
    padding-left:0;
    margin-left:0 !important;
} 
h1.section-heading .line {
    border-top: 2px solid #04727b;
    display: inline-block;
    padding: 5px 15px 0 15px;
}



@media (max-width: 1199px) {
  p.online-botton a {
    font-size: 14px;
    }
  
#lblbSchoolName {
    font-size: 18px;
}
#lblbSchoolNameEng {
    font-size: 16px;
}
}

 @media all and (max-width : 991px) {
.header h1.logo {
    margin-top: -15px;
    margin-bottom: 0;
    text-align: center;
    width: 100%;
}
.logo {
    text-align: center;
  margin-top:-21px;
}
.institution-details.right_heading h2, h4 {
    width: 100%;
}
.mean-container .mean-nav {
    /* background: #006871 none repeat scroll 0 0; */
    float: none;
    /* margin-top: 18px; */
    margin-top:33px;
    width: 100%;
}
.mean-container a.meanmenu-reveal {
    border: 1px solid #fff;
    color: #fff;
    margin-top: -30px;
    padding: 1px 4px;
   
}
.mean-container a.meanmenu-reveal span {
    background: #fff none repeat scroll 0 0;
   
}

 }



.logo {
    text-align: center;
    margin-top: -2px;
}
.header-bottom-area {
    padding-top: 3px;
    padding-bottom: 6px;
}
.right_heading {
    padding-top: 12px;
}
  }

/* Small devices (tablets, 480px and up) */
@media (max-width: 480px) {
  #lblbSchoolName{font-size: 14px;}
#lblbSchoolNameEng{font-size: 13px;}
  .holyday-inner .holyday-box{
  display: block;
  text-align: center;
  width: 100%;
  height: 300px;
}
.message-inner img{width: 100%; height: 200px;}
.table.std-lis-media thead> tr> th{padding: 2px;}
#academic_class_routine_container .table.std-lis-media{font-size: 10px;}
.text-wrapper .text a{display: inline-block;}
.header-contact-phone {
    margin-right: 30px;
}
.syllabue-list,
.book-list{font-size: 12px;}
h4#lblbSchoolNameEng {
    padding: 0;
    margin: 0;
}
h2#lblbSchoolNameEng {
    padding: 0;
    margin: 0;
}
}
iframe {
    margin: 0;
}

