

#flexiselDemo1, #flexiselDemo2, #flexiselDemo3
{
    display: none;
}



.nbs-flexisel-container
{
    position: relative;
    max-width: 90%;
    margin: auto;
}

.nbs-flexisel-ul
{
    position: relative;
    width: 9999px;
    margin: 0px;
    padding: 0px;
    list-style-type: none;
    text-align: center;
}



.nbs-flexisel-inner
{
    overflow: hidden;
    float: left;
    width: 100%;
    height: 250px;
}



.nbs-flexisel-item
{
    float: left;
    margin: 0px;
    padding: 0px;
    cursor: pointer;
    position: relative;
    line-height: 0px;
}

.nbs-flexisel-item img
{
    width: 96%;
    margin: auto 2%;
    cursor: pointer;
    position: relative; /* margin-top: 10px;     margin-bottom: 10px;     max-width:auto;     max-height:auto;*/
}



/*** Navigation ***/



.nbs-flexisel-nav-left, .nbs-flexisel-nav-right
{
    width: 39px;
    height: 33px;
    position: absolute;
    cursor: pointer;
    z-index: 100;
    opacity: 0.5;
    top: 65px;
}



.nbs-flexisel-nav-left
{
    left: -50px;
    background: url(../images/leftArrow1.png) no-repeat;
}



.nbs-flexisel-nav-right
{
    right: -50px;
    background: url(../images/rightArrow1.png) no-repeat;
}



@media (min-width: 320px) and (max-width: 768px)
{

    .nbs-flexisel-nav-left
    {
        left: 0px;
    }

    .nbs-flexisel-nav-right
    {
        right: 0px;
    }

}


.navigation-section
{
    background-color: #f1f1f1;
}

.navigation-section .facility-box
{
    padding: 25px;
    border: 5px solid #f7f7f7;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    background-color: #fff;
    margin: 15px;
    -webkit-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.1);
}

.navigation-section .facility-box:hover
{
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
    -webkit-box-shadow: 0px 10px 15px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 10px 15px 0px rgba(0, 0, 0, 0.1);
}

.navigation-section .facility-box i
{
    color: #00bffe;
    display: inline-block;
    margin-bottom: 20px;
    font-size: 50px;
}

.navigation-section .facility-box .title
{
    margin-bottom: 15px !important;
    font-size: 22px !important;
}

.navigation-section .facility-box p
{
    line-height: 1.5;
    font-size: 16px;
}

.navigation-section .owl-dots
{
    text-align: center;
    margin-top: 25px;
    position: relative;
    z-index: 1;
}

.navigation-section .owl-dot
{
    height: 10px;
    width: 10px;
    background-color: #ccc;
    -webkit-transition: .3s all;
    transition: .3s all;
    border-radius: 50%;
    margin-right: 5px;
    display: inline-block;
}

.navigation-section .owl-dot:hover, .navigation-section .owl-dot.active
{
    background-color: #00a9da;
}

.notification-box
{
    background-color: #fff;
    padding: 20px;
    margin: 15px auto;
    border-top: 15px solid #00bffe;
}

.notification-box .noti-title
{
    color: #282a2c;
    text-transform: uppercase;
    font-size: 15px;
    position: relative;
    padding-bottom: 15px;
}

.notification-box .noti-title::after
{
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    height: 3px;
    width: 20px;
    background-color: #000;
}

.notification-box .contents
{
    padding-top: 10px;
    overflow: hidden;
    max-height: 280px;
    border-bottom: 1px solid #ccc;
}

.notification-box .contents ul
{
    list-style: none;
    margin: 0;
    padding: 0;
}

.notification-box .contents ul li
{
    display: table;
    padding: 15px 0;
    border-bottom: 1px dashed #c2c2c2;
    width: 100%;
}

.notification-box .contents ul li .calander-box
{
    width: 65px;
    display: table-cell;
    background-color: #f3f3f3;
}

.notification-box .contents ul li .month
{
    display: block;
    width: 65px;
    height: 22px;
    line-height: 22px;
    font-weight: 600;
    text-align: center;
    color: white;
    background-color: #00bffe;
}

.notification-box .contents ul li .date
{
    font-size: 16px;
    font-weight: 700;
    width: 65px;
    height: 43px;
    line-height: 43px;
    text-align: center;
    display: block;
    color: #282a2c;
}

.notification-box .contents ul .content
{
    display: table-cell;
    padding-left: 10px;
}

.notification-box .contents ul .content .event-title a
{
    line-height: 22px;
    font-weight: 700;
    font-size: 14px;
    color: #4782b2;
}

.section-title {
  font-size: 12px;
  text-transform: uppercase;
  line-height: 34px;
  font-weight: 400;
  margin-bottom: 60px;
  margin-top: 0;
  text-align: center;
  position: relative;
  letter-spacing: 1px;
}

@media (min-widht: 992px) {
  .section-title.text-right-lg {
    text-align: right;
  }
  .section-title.text-right-lg::after {
    left: unset;
    right: 0;
  }
}

.section-title::after {
  content: "";
  position: absolute;
  display: inline-block;
  bottom: -20px;
  width: 100px;
  height: 3px;
  background: #00a9da;
  left: 50%;
  margin-left: -50px;
}

.section-title .title-head {
  font-size: 36px;
  text-transform: capitalize;
  display: block;
  font-weight: 700;
  letter-spacing: 0;
  color:#303f9f;
}

.section-padding {
  padding: 50px 0;
}
.ovImg img
{
    width:35%;
}