  html,body{
    overflow-x:hidden!important; 
    color: #555;
    font-size: 14px;
    padding-right: 0!important;
  }
  .fluid-width-video-wrapper{
    padding-top: 0!important;
  } 
  .detail-video{
    margin-top: 160px;
    padding: 0;
  }
  span.close-it{
    font-size: 35px;
    position: absolute;
    right: 25px;
    top: -15px;
    cursor: pointer;
  }
  ul.dropdown li a{
    border-bottom: 1px dashed #ddd;
  }
  .iframe-menu{
    width: 100%;
    height: 150px!important;
    margin-bottom: 0;
  }
  .iframe-gallery{
    width: 100%;
    height: 300px!important;
  }
  .img-insta div{
    padding: 5px!important;
  }
  .img-insta div img{
    height: 50px;
    width : 100%;
    object-fit: cover;
  }
  a{
    color: #000000;
  }
  a:hover{
    color: #333;
  }
  a.theme-color{
    color: #0E325E!important;
  }
  .academics-dropdown ul li a:hover{
    color: #0E325E!important;
  }
  .infra-box{
    background: red;
    padding: 0;
    margin-bottom: 20px;
  }
  .modal-img-box{
    background: #eee;
    text-align: center;
    padding: 0!important;
    margin: 20px 0;
    text-transform: uppercase;
  }
  .modal-img-box img{
    width: 100%;
  }
  .text-blue{
    color: #0E325E!important;
  }
  .text-orange{
    color: #FF5555;
  }
  .text-white{
    color: #fff;
  }
  .bold{
    font-weight: bold;
  }
    #certificateCarousel{
      margin-top: 13px;
    }
    #certificateCarousel img{
      width: 300px;
    }
    .carousel-fade .carousel-inner .item {
      opacity: 0;
      transition-property: opacity;
    }

    .carousel-fade .carousel-inner .active {
      opacity: 1;
    }

    .carousel-fade .carousel-inner .active.left,
    .carousel-fade .carousel-inner .active.right {
      left: 0;
      opacity: 0;
      z-index: 1;
    }

    .carousel-fade .carousel-inner .next.left,
    .carousel-fade .carousel-inner .prev.right {
      opacity: 1;
    }

    .carousel-fade .carousel-control {
      z-index: 2;
    }

    /*
      WHAT IS NEW IN 3.3: "Added transforms to improve carousel performance in modern browsers."
      Need to override the 3.3 new styles for modern browsers & apply opacity
    */
    @media all and (transform-3d), (-webkit-transform-3d) {
        .carousel-fade .carousel-inner > .item.next,
        .carousel-fade .carousel-inner > .item.active.right {
          opacity: 0;
          -webkit-transform: translate3d(0, 0, 0);
                  transform: translate3d(0, 0, 0);
        }
        .carousel-fade .carousel-inner > .item.prev,
        .carousel-fade .carousel-inner > .item.active.left {
          opacity: 0;
          -webkit-transform: translate3d(0, 0, 0);
                  transform: translate3d(0, 0, 0);
        }
        .carousel-fade .carousel-inner > .item.next.left,
        .carousel-fade .carousel-inner > .item.prev.right,
        .carousel-fade .carousel-inner > .item.active {
          opacity: 1;
          -webkit-transform: translate3d(0, 0, 0);
                  transform: translate3d(0, 0, 0);
        }
    }

  .navbar-fixed-bottom{
    background: #FF5555;
    border-radius: 0;
    color: #fff;
    cursor: pointer;
    text-align: center;
    margin-bottom: 0;
    border: 0;
    padding: 0!important;
    overflow-x:hidden!important; 
  }
  .navbar-fixed-bottom .fa-close{
    margin-top: 10px;
    margin-right: 20px;
    display: none;
  }
  .navbar-fixed-bottom #sidebar{
    overflow-x: hidden;
    padding: 0;
  }
  .navbar-fixed-bottom #sidebar .open{
    display: none;
  }
  #bottom-menu{
    display: none;
    overflow: auto;
    background: #333;
  }
  #bottom-menu a{
    background: #333;
    color: #eee;
    padding-left: 30px;
    border-radius: 0;
    border: none;
    border-bottom: 1px solid rgba(255,255,255,1)!important;
    text-transform: uppercase;
    text-align: left;
  }
  #bottom-menu a::before{
    position: absolute;
    left: 15px;
    top: 8px;
    color: #fff;
    content: '\f105';
    font-family: 'FontAwesome';
    font-weight: bold;
  }
  
  .navbar-fixed-bottom h4{
    padding: 10px 0 0px 0!important;
  }
  .mt0{
    margin-top: 0!important;
  }
  .col-extra{
    padding: 20px 10px;
  }
  .btn-theme-1{
    border: none;
    background: #255084;
    color: #fff!important;
  }
  section .container.p0{
    padding: 0!important;
  }
  .widget-bg-menu{
    background: #0E325E;
    padding: 25px;
  }
  .widget-bg-menu *{
    color: #eee;
  }
  .widget-bg-menu li:last-child{
    border: none;
  }
/*  h1{ font-size: 40px; }
  h2{ font-size: 35px; }
  h3{ font-size: 30px; }
  h4{ font-size: 25px; }
  h5{ font-size: 20px; }
  h6{ font-size: 18px; }*/
  .font-blue,h1,h2,h3,h4,h5,h6{
    color: #0E325E;
  }
  .widget-bg-menu li a{
    font-weight: normal;
  }
  .widget-bg-menu li a::before{
    position: absolute;
    right: 5px;
    top: 8px;
    color: #fff;
    content: '\f105';
    font-family: 'FontAwesome';
    font-weight: bold;
  }

  .widget-bg-menu li.active a,.widget-bg-menu li a:hover{
    color: #F0D63B;
  }
  .widget-bg-menu li.active a::before{
    color: #F0D63B;
  }
  footer p,footer a,footer li{
    color: #ddd!important;
  }
  .table{
    margin-top: 0;
  }
  .table tr th,.table thead tr{
    background: #0E325E;
    color: #fff;
    font-weight: normal;
    text-transform: uppercase;
  }
  .tab-content{
    border: none;
  }
  .no-br{
    border: none!important;
  }
  .set0{
    margin: 0!important;
    padding: 0!important;
  }
  .set-tb0{
    padding-top: 0!important;
    padding-bottom: 0!important;

  }
  .inner-header .pt-120{
    padding-top: 0!important;
  }
  .inner-header .pb-60{
    padding-bottom: 0!important;
  }
  .inner-header .text-theme-colored2{
    color: #F0D63B!important;
  }
  .inner-header li{
    color: #eee!important;
  }
  .wrap-jamalian{
    position: relative;
  }

  @media(min-width: 768px){
    .btn-jamailian-times,
    .btn-alumni{
      position: relative;
      /*background: #F0D63B;*/
      text-transform: capitalize;
      font-weight: bold;
      border-radius: 0;
      color: #000!important;
      height: 39px;
    }
    .btn-alumni{
      background: transparent;
      color: #eee!important;
    }
  }
  .btn-all{
    position: absolute;
    right: -65px;
    top: 20%;
    letter-spacing: 1.2px;
    border: none;
    color: #255084;
    background: transparent;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 18px;
    border-radius: 40px;
    padding: 5px 20px 5px 20px;
    transform : rotate(-90deg);
  }
  .btn-all:hover{
    background: #255084;
    color: #eee!important;
  }
  .header-middle{
    padding: 4px 0!important; 
    background: #f5f5f5!important;
  }
  .header-middle .mt-10{
    margin-top: 25px!important;
  }
  section.newsticker{
    background: #0E325E!important;
  }
  section.newsticker p{
    margin-bottom: 0;
    color: #333;
  }
  .newsticker-col .owl-nav button.owl-prev{
    left: -35px;
    top: 47px;
    opacity: 1;
  }
  .testimonial-content *{
    color: #444;
  }
  .team-members .team-details{
    border: 1px solid #eee;
    border-top: none;
  }
  .container-adjust{
    padding-top: 10px!important;
    padding-bottom : 0!important;
  }
  .newsticker-col .owl-nav button.owl-next{
    right: -35px;
    top: 47px;
    opacity: 1;
  }
  .container-tab-wrap{
    padding: 20px 30px!important;
    border-bottom: none;
  }
  .tab-content{
    border-top: none!important;
  }
  .arrow-down{
    width: 0; 
    height: 0; 
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 20px solid #F0D63B;
  }
  .arrow-down.news{
    position: absolute;
    bottom: -20px;
    display: none;
    left: 44%;
  }
  .container-tab-wrap .nav-tabs > li{
    width: 33.3%;
  }
  .nav-tabs > li.active > a{
    border: 1px solid #0E325E!important;
  }
  .nav-tabs > li.active a .arrow-down.news{
    display: block;
  }
  .container-tab-wrap .nav-tabs > li > a{
    padding: 5px 24px!important;
    background: #0E325E;
    border: none!important;
    border: 2px solid #fff!important;
  }
  .container-tab-wrap .nav-tabs > li > a *{
    color: #fff!important;
  }
  .container-tab-wrap .nav-tabs > li.active > a{
    background: #F0D63B;
  }
  .container-tab-wrap .nav-tabs > li.active > a *{
    color: #333!important;
  }
  .container-adjust .event-meta{
    margin-left: 0!important;
  }
  .a-download{
    color: #0E325E;
    font-size: 24px;
    position: absolute;
    right: 20px;
    bottom: 10px;
  }
  .container-adjust .event-block .event-date{
    right: 10px!important;
    bottom: 15px;
    top: auto!important;
  }
  .container-adjust .event-block .event-date .font-18{
    font-size: 13px!important;
    text-transform: uppercase;
  }
  .event-block .event-meta.downloads{
    margin-left: 0;
  }
  .theme-color{
    color: #FF5555;
    font-weight: bold;
  }
  .download-detail{
    margin-bottom: 30px;
  }

  .campus-tour{
    padding-top: 140px!important;
  }
  .play-btn{
    font-size: 140px!important;
    margin-top: 30px;
  }
  .btn-view-all{
    display: none;
    background: #F0D63B;
    font-weight: bold;
    text-transform: uppercase;
    margin-top: 15px;
    color: #333;
    position: absolute;
    bottom: -10px;
    right: 10px;
    z-index: 10;
  }
  .slider-bottom-boxes img{
    width: 100%;
    object-fit : cover;
  }
  section.welcome{
    background: #eee;
  }
  /*section.welcome::before{
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(30, 49, 72, 0.85);
  }*/
  section.welcome *:not(span){
    color: #444!important;
  }
  section.welcome h2{
    font-size: 40px;
  }
  section.welcome .btn{
    color: #fff!important;
    border: none;
  }
  section.welcome .btn:hover{
    background: #FF5555;
  }
  .row-sec{
    border: 4px solid #fff;
  }
  .row-sec .team-members{
    border: 4px solid #fff;
  }
  .megamenu-col-title{
    text-transform: uppercase;
    font-family: 'Roboto Slab', serif;
  }
  .menuzord-brand{
  }
  .menuzord-menu > li > .megamenu .megamenu-row ul li a{
    font-weight: bold;
    color: #444;
  }
  .quick-link li{
    background: rgba(255,255,255,.5);
  }
  .quick-link li a{
    color: #444;
    text-transform: uppercase;
    font-weight: bold;
  }
  .list-department li{
    padding-left: 15px;
    position: relative;
  }
  .list-department li::before{
    position: absolute;
    content: '\f105';
    left: 0;
    top: 8px;
    font-weight: bold;
    font-family: 'FontAwesome';
    color: #333;
  }
  .latest-posts.download{
    padding-top: 20px;
    border-bottom: 1px dashed #ccc;
  }
  .latest-posts.download.p0{
    padding-top: 0;
  }
  .latest-posts.download.br0{
    border: none;
  }
  .read-more-menu{
    color: #0E325E;
    font-weight: bold;
  }
  .img-download{
    width: 40px;
  }
  .post-right.downloads h5{
    margin-top: 0;
    margin-bottom: 4px;
  }
  .post-right.downloads h6{
    font-style: italic;
    margin-top: 0;
    color: #777;
  }
  .logo-footer{
    
  }

  .clients-logo-bottom .item{
    padding: 5px!important;
    margin-top: 10px!important;
    border: 1px solid #ccc;
    margin-right: 3px!important;
  }
  .clients-logo-bottom .item h4{
    background: #0E325E;
    margin-bottom: 0;
    font-size: 15px;
    color: #eee;
  }
  .common-nav .owl-nav button.owl-prev,
  .common-nav .owl-nav button.owl-next{
    background: #F0D63B!important;
    opacity: 1!important;
    color: #333;
  }
  .clients-logo-bottom .owl-nav button.owl-prev,
  .clients-logo-bottom .owl-nav button.owl-next{
    background: #F0D63B!important;
    opacity: 1!important;
    color: #333;
    top: 65%!important;
  }
  .clients-logo-bottom .item img{
    width: 100%;
  }
  .view-msg{
    padding: 6px 12px;
    border: 1px solid #0E325E;
    color: #0E325E;
    font-weight: bold;
  }

  .milestone-block ul li,.profile ul li {
    position: relative;
    padding-left: 30px;
    margin-bottom: 20px;
    text-align: left;
  }
  .milestone-block ul li::before,.profile ul li::before {
    position: absolute;
    content: '\f105';
    left: 10px;
    top: 0px;
    font-weight: bold;
    font-family: 'FontAwesome';
  }

  .pdf-box{
    border: 1px solid #666;
    height: 160px;
    border-radius: 5px;
    margin-bottom: 30px;
    text-align: center;
    text-transform: uppercase;
  }
  .wrap-jamalian-box .pdf-box{
    height: 130px;
  }
  .pdf-box hr{
    border-color : #999;
  }
  .pdf-box h5{
    font-weight: bold;
    color: #444;
    height: 40px;
  }
  .wrap-jamalian-box .pdf-box h5{
    height: auto;
  }
  .pdf-box .fa{
    font-size: 45px;
    color: #666;
  }

  .commitee,.commitee1{
    border: 1px solid #0E325E;
    height: 140px;
    margin-bottom: 20px;
    overflow: hidden;
    padding: 0;
  }
  .commitee .col-lg-4{
    padding: 0;
  }
  .commitee .col-lg-7,
  .commitee1 .col-lg-7{
    padding-left: 20px!important;
  }
  .commitee.auto,.commitee1.auto{
    height: auto;
  }
  .commitee h5,.commitee1 h5{
    padding: 5px 20px;
    background: #0E325E;
    color: #fff;
  }
  .commitee br,.commitee1 br{
    display: none;
  }
  .commitee3 img{
    height: 90px;
    width: 80px;
    float: right;
    /* margin-top: -15px; */
    margin-right: 5px;
  }
  
  .commitee img, .commitee1 img {

    height: 90px;
    width: 80px;
    float: right;
    margin-top: -15px;
    margin-right: 5px;

}
  ul.profile li{
    margin-bottom: 10px;
  }

  .accreditation .gallery-item{
    padding: 20px;
    margin-bottom: 30px;
  }
  .accreditation .gallery-item img{
    border: 1px solid #0E325E;
    width: 100%;
    height: 200px;
  }
  .accreditation .grid-3 .gallery-item img{
    height: 250px;
  }
  .accreditation .gallery-item img:hover{
    border: 1px solid #444;
    cursor: pointer!important;
  }

  .tabs-left ul li{
    margin-right: 3px;
  }
  .tabs-left ul li a{
    border-color: #0E325E!important;
    color: #0E325E;
  }
  .tabs-left ul li.active a{
    background: #0E325E!important;
    color: #fff!important;
  }
  .tabs-left ul li a{
    border-radius: 0;
    border: 1px solid #eee;
  }

  .btn-view-more{
    background: #139F5A;
    color: #fff;
    margin-top: 10px;
    text-transform: uppercase;
  }

  .row-alter-commitee-box .commitee .col-lg-4,
  .row-alter-commitee-box .commitee .col-sm-8{
    position: relative;
    height: 140px;
    font-style: italic;
    padding: 0px;
  }
  .row-alter-commitee-box .commitee .col-sm-8{
    padding: 10px 10px 0 10px;
  }
  .row-alter-commitee-box .commitee .col-sm-8 span{
    font-style: normal;
  }
  .row-alter-commitee-box .commitee1 img{
    margin-top: 20px!important;
  }
  .row-alter-commitee-box .commitee br{
    display: block;
  }
  .row-alter-commitee-box .commitee a,
  .row-alter-commitee-box .commitee1 a{
    position: absolute;
    width: 100%;
    background: #0E325E;
    bottom: 0;
    padding: 10px;
    left: 0;
    color: #eee!important;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 12px;
    opacity: 0;
    -webkit-transition: ease-in .5s;
    -o-transition: ease-in .5s;
    transition: ease-in .5s;
  }
  .row-alter-commitee-box .commitee:hover a,
  .row-alter-commitee-box .commitee1:hover a{
    opacity: 1;
  }

  .list-group.scrolltofixed .fa-bars{
    color: #F0D63B;
  }
  .list-group.scrolltofixed h4{
    color: #F0D63B;
    margin-bottom: 0;
   /*  padding: 10px 12px; */
    text-transform: uppercase;
    text-align: left;
  }
  .list-group.scrolltofixed a{
    background: transparent!important;
    border: none;
    border-bottom: 1px dashed #d3d3d3!important;
    color: #eee;
    border-radius: 0;
    text-transform: uppercase;
    padding: 15px 0;
    padding-bottom: 12px;
  }
  .list-group.scrolltofixed a:hover,
  .list-group.scrolltofixed a.active{
    color: #F0D63B!important;
  }
  .list-group.scrolltofixed a:last-child{
    border: none;
  }
  .list-group.scrolltofixed a::before{
    position: absolute;
    right: 0px;
    top: 15px;
    font-weight: bold;
    content: '\f105';
    font-family: 'FontAwesome';
  }

.flatModal .modal-content{
  border-radius: 0;
}
.flatModal .modal-body{
    padding: 0px 20px!important;
    font-size: 16px;
    color: #444;
  }
  .flatModal .modal-body h2{
    font-size: 24px;
    margin-bottom: 20px;
    color: #FF5555;
  }
  .flatModal .modal-footer{
    background: #F5F7F8;
    border-top: 0;
  }
  .flatModal .btn-pay{
    border: 0;
    background: #0E325E;
    color: #fff;
    padding: 10px;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 10px;
  }
  .flatModal .btn-pay:hover{
    background: #FF5555;
  }
  .header-nav-wrapper{
    position: relative;
  }
  .btn-contact{
    position: absolute;
    right: 10px;
    top: 20px;
    border: none;
    background: #0E325E;
    color: #ffffff;
    padding: 4px 12px;
    border-radius: 20px;
  }
   .btn-contact:hover{
   
    background: #0E325E;
    color: #ffffff;
  
  }
  .col-md-9.sm-pull-none{
    padding-top: 10px!important;
  }
  /*.col-md-9.sm-pull-none h3{
    border-bottom: 1px solid #eee;
    margin-bottom: 10px;
    padding-bottom: 10px;
  }
  .col-md-9.sm-pull-none h4{
    border-top: 1px solid #eee;
    padding-top: 15px;
  }*/
  .year-box{
    background: #EFEFEF;
    padding: 10px;
    text-align: center;
    margin-bottom: 30px;
  }
  .inner-year{
    border: 1px solid #fff;
    padding: 20px 10px;
  }
  .year-box h4,.year-box h5{
    color: #333;
    text-transform: uppercase;
  }
  .year-box .fa{
    font-size: 22px;
  }
  .nav-tabs{
    margin-bottom: 20px;
  }
  .tab-content h5{
    font-size: 14px;
    margin-bottom: 20px;
    text-transform: uppercase;
  }
  .btn-category-bottom{
    position: fixed;
    background: #FF5555;
    bottom: 75px;
    right: 15px;
    border: none;
    color: #eee;
    font-size: 22px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    z-index: 10;
  }
  .img-wrap-staff{
    position: relative;
  }
  .img-wrap-staff h3{
    position: absolute;
    right: 10px;
    top: -10px;
    background: rgba(0,0,0,.8);
    color: #eee;
    font-size: 13px;
    padding: 2px 5px;
    text-transform: uppercase;
  }
  .detail-staff{
    text-align: center;
    padding: 10px 4px;
    border-top: 0;
  }
  .detail-staff p{
    margin: 0;
  }
  .staff-btn{
    background: #444;
    color: #eee!important;
    border-radius: 0 0 4px 4px;
  }
  #categoryModal .modal-dialog *{
      border-radius: 0;
    }
       #categoryModal .modal-dialog{
          max-width: 400px;
          width: 80%;
          margin: 40px auto;
       }
       #categoryModal .modal-body h4{
        color: #777;
       }
       #categoryModal .modal-title{
        color: #142B51;
       }
       #categoryModal .panel-body{
          background: #fff;
          padding: 0 25px;
          border-color: #e5e5e5;
       }
       #categoryModal .panel-group{
        padding: 0 20px;
          margin-bottom: 0!important;
      }
       #categoryModal .panel-heading .panel-title .fa{
          position: absolute;
          right: 10px;
          top: 6px;
          font-size: 21px;
       }
       #categoryModal .panel-heading{
          height: 40px!important;
          position: relative;
          background: transparent!important;
          text-transform: uppercase;
          color: #333;
          font-weight: bold;
       }
     #categoryModal .leftside-menu{
      margin: 0;
      padding: 0;
      -webkit-box-flex: 1;
        border-left: 1px solid #e5e5e5;
        flex-basis: 100%;
        flex-grow: 1;
        page-break-after: always;
        padding-bottom: 10px;
        margin-bottom: 0;
     }
     #categoryModal .leftside-menu li{
      padding: 14px;
            padding-left: 0!important;
            list-style: none;
            padding-bottom: 0;
            position: relative;
         }
         #categoryModal .leftside-menu li.active a{
          color: #FF5555;
         }
         #categoryModal .leftside-menu li::before{
        -ms-transform: none;
        -webkit-transform: none;
        border: 0;
        color: transparent;
        content: '';
        display: block;
        height: 1px;
        left: 0;
        position: absolute;
        top: 25px;
        transform: none;
        width: 10px;
        background: #e5e5e5;
         }
       #categoryModal .leftside-menu li a{
          color: #777;
          font-size: 16px;
          padding-left: 25px!important;
          width: 100%;
          position: relative;
      
       }
     #categoryModal .close{
        font-size: 30px;
        color: #000;
        opacity: 1;
        background: transparent!important;
        text-shadow :none!important;
     }
     .panel-group-box .panel-heading{
      padding: 10px;
      background: transparent;
     }
     .panel-group-box .panel-heading h2{
      text-transform: uppercase;
      font-size: 20px;
     }
     .panel-group-box .panel-heading:hover{
      background: #002F6C;
     }
     .panel-group-box .panel-heading:hover h2 a{
      color: #fff!important;
     }
     .panel-group-box .panel-heading h2 .fa{
      font-size: 20px;
     }

  @media(min-width:768px){
    .menuzord-menu li.home-logo{
      display: none;
      padding: 0;
    }
    .menuzord-menu li.home-logo a{
      padding: 0;
      background: transparent!important;
    }
    .menuzord-menu li.home-logo img{
      width: 60px;
      margin-top: 3px;
    }
    .scroll-to-fixed-fixed ul.menuzord-menu li.home-text{
      display: none!important;
    }
    .scroll-to-fixed-fixed ul.menuzord-menu li.home-logo{
      display: block;
    }
  }   

  @media(min-width: 768px) and (max-width: 1000px){
    .header-nav-wrapper .container{
      width: 100%;
    }
    .menuzord .showhide{
      display: none!important;
    }
    ul.menuzord-menu{
      display: block!important;
    }
    ul.menuzord-menu li{
      padding: 10px 3px!important;
    }
    ul.menuzord-menu > li > a{
      font-size: 12px;
      padding: 5px!important;
      padding: 3px 8px!important;
    }
    .menuzord-menu ul.dropdown,.menuzord-menu > li > .megamenu{
      top: 39px!important;
    }
  }

  @media(max-width: 767px){
    .btn-alumni,.btn-jamailian-times{
      position: relative;
      width: 33.3%;
      float: right;
      /*background: #F0D63B;*/
      border-radius: 0;
    }
    .btn-alumni{
      background: transparent;
      color: #fff!important;
    }
    .xs-header-logo{
      width: 320px;
      padding: 5px;
      float: left;
    }
    .menuzord-responsive .showhide{
      margin: 12px;
      background: #0E325E;
    }
    .menuzord .showhide em{
      background: #fff;
      width: 20px;
    }

  .newsticker-col .owl-nav button.owl-next{
    right: 0;
    top: 100%;
  }

  .newsticker-col .owl-nav button.owl-prev{
    left: 0;
    top: 100%;
  }
    .xs-m{
      font-size: 18px;
      margin : 0;
      text-align: center;
    }
    .nav-tabs > li{
      width: 49%;
      margin-bottom: 5px;
    }
    .nav-tabs > li > a{
      font-size: 12px;
    }
    .sm-pull-none{
      padding-left: 40px!important;
      padding-right: 40px!important;
    }
    .set-perfect div{
      width: 33.3%;
      float: left;
    }
    .commitee,.commitee1{
      height: auto!important;
    }
    .row-alter-commitee-box .commitee a, .row-alter-commitee-box .commitee1 a{
      opacity: 1;
      border-radius: 5px 0 0 5px;
      bottom: -40px;
    }
    .row-alter-commitee-box .commitee .col-sm-8{
      height: auto;
    }
  }
  
  
  
  
.gallery-widget .gallery-list a {
    padding: 0 5px 0 0;
    display: inline-block;
    width: 25%
}

.gallery-widget .gallery-list a:last-child {
    margin-right: 0px
}

.gallery-widget .gallery-list a img {
    width: 100%
}

.gallery-widget .view-more {
    font-size: 12px
}

.gallery-widget .view-more i {
    color: #86bc42
}
#top_register{
	padding:13px !important;
}

@media only screen and (max-width: 1025px) and (min-width: 900px) {
	#online_job {
		padding: 1px !important;
		margin-right: 269px;
		margin-top: -31px;
	}
}
.commitee21{
	    min-height:auto;
}
.commitee21{
    border: 1px solid #0E325E;
    /* height: 140px; */
    margin-bottom: 20px;
    overflow: hidden;
    padding: 0;
}
   .commitee21 img {
    height: 90px;
    width: 80px;
    float: right;
    margin-top: -15px;
    margin-right: 5px;
}
.commitee21 .col-lg-7 {
    padding-left: 20px!important;
}

.commitee21 h5{
    padding: 5px 20px;
    background: #0E325E;
    color: #fff;
}
.ariia{
    position: absolute;
    right: 71px;
    top: 15px;
}
.ariia_img{
  width:41%;
}

.ariia_img_mobile{
	width: 25%;
}
/* ---- New Implementation css ------ */
section.flashnews {
    background: #0a0909d4!important;
  }
  section.flashnews .pb-10{
	  padding-bottom: 2px !important;
  }
  section.flashnews .pt-10{
	  padding-top: 2px !important;
  }
  .rev_slider_wrapper{
	  height: 550px!important;
  }
  .custom-panel{
	margin-top: 20px!important;
  }
  .custom-panel .panel+.panel{
	margin-top: 0px!important;
  }
  .custom-panel .panel-default>.panel-heading h4 a{
	  font-size:15px!important;
	  color:#fff!important;
	  text-align:left!important;
  }
  .custom-panel .panel-default>.panel-heading{
	background-color: #0E325E!important;
    border-color: #0E325E!important;
  }
  .custom-panel .panel-default>.panel-collapse{
	padding:10px 0px 0px 15px!important;
  }
  .custom-panel .panel-default>.panel-collapse p{
	font-size:14px!important;
	text-align:left!important;
	line-height:1.2em!important;
  }
  .event-caption{
	background:#0E325E;
	width:7%;
	float:left;
	padding:23px 0px;
	/*margin-right:-15px;
	margin-top:10px;*/
  }
  .event-grid{
	width:93%;
	float:left;
  }
  .event-grid .item img{ 
	height: 230px!important;
  }
  .event-grid .item h5{ 
	color:#28568E!important;
	text-transform:capitalize!important;
	height: 40px!important;
  }
  .owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev{
	  background: #ECD33A!important;
  }
  .thumbnail .caption.custom-thumbnail {
    padding: 0px!important;
  }
  .custom-events .thumbnail{
	padding:0px!important;  
  }
  .custom-thumbnail .nop{
	padding-right: 0px;
    padding-left: 10px;
  }
  .custom-thumbnail .nop1{
	padding-right: 15px;
    padding-left: 0px;
  }
  .custom-thumbnail h5{
	  text-align:left!important;
	  color:red;
	  font-size:12px;
	  padding:0px 0px 0px 10px!important;
  }
  .month-div{
	  background:#0E325E!important;
	  color:#fff!important;
	  font-size:10px;
	  padding:5px 0px;
  }
  .custom-thumbnail p{
	  text-align:left!important;
	  font-size:11.5px!important;
	  padding:5px 0px 0px 5px!important;
	  color:#333!important;
	  margin-bottom:5px!important;
  }
  .custom-thumbnail a.link{
	  color:red;
	  float:right!important;
	  font-size:11px!important;
	  margin:0px 5px 0px 0px!important;
  }
  .vertical-caption{
	width:100%;
	font-size:25px;
	text-align:center;
	color:#fff;
	font-weight:500;
	line-height:1.4em;
  }
  .newsmonth{
	  background:#0E325E!important;
	  color:#fff!important;
	  font-size:15px;
	  padding:14px 10px;
	  font-weight:600;
	  text-align:center;
	  line-height: 1.3em;
  }
  .news-div .nop1{
	  padding-right: 0px;
  }
  .news-div .nop{
	  padding-right: 0px;
  }
  .news-div h5{
	  color:#0E325E!important;
	  font-size:16px;
	  margin:0px!important;
	  font-weight:600;
  }
  .news-div p{
	  font-size:15px!important;
	  color:#333!important;
	  margin:0px!important;
  }
  .news-div span.text{
	  font-size:14px!important;
	  color:#777777!important;
  }
  .nav-tabs.custom-tab {
    margin-bottom: 0px;
	background:#0E325E;
	
  }
  .nav-tabs.custom-tab > li {
	  margin-bottom:0px!important;
  }
  .nav-tabs.custom-tab > li > a {
	  border: 0px!important;
	  background:#0E325E!important;
	  color:#fff!important;
	  padding: 10.5px 26px;
	  font-size:15px!important;
  }
  .nav-tabs.custom-tab > li.active > a {
    border: 0px!important;
	background:#ECD33A!important;
	color:#333!important;
  }
  .nav-tabs.custom-tab > li > a .fa {
    margin-right: 2px;
  }
  .nav-tabs > li > a i {
    display: block;
	font-size:15px;
    vertical-align: middle;
  }
  .tab-content.cus-content{
	padding: 0px!important;
    border: 1px solid #eeeeee!important;
  }
  .tab-content.cus-content .event {
	  background: none;
  }
  .tab-content.cus-content .event h2 {
    background: none;
    color: #000;
  }
  .tab-content.cus-content .new h2 {
    background: none;
    color: #000;
	margin-bottom:10px;
  }
  .tab-content.cus-content .event,.tab-content.cus-content .new{
	border:none;  
  }
  .tab-content.cus-content .event .view_circular {
	  color:#333!important;
  }
  .tab-content.cus-content .new .view_circular {
    color: #333!important;
	font-size: 13px;
    float: right;
    margin-right: 10px;
    text-transform: capitalize;
  }
  #quickLinkModal img.footer_logo1 {
		width:50%!important;
		margin-top:5px;
	}
	#quickLinkModal .modal-dialog {
		width: 800px;
		margin: 30px auto;
	}
	#quickLinkModal h3{
		color:#0E325E;
		font-size:17px;
		font-weight:700;
		text-transform:capitalize;
		margin-top:5px!important;
	}
	#quickLinkModal li::before{
		top:0px!important;
	}
	#quickLinkModal ul li a{
		font-size:13px!important;
	}
	#quickLinkModal .modal-body hr {
		margin-top:10px!important;
		margin-bottom:10px!important;
	}
	#quickLinkModal .modal-body h2 {
		margin-bottom:10px!important;
	}
	#quickLinkModal .close {
		float: right;
		font-size: 28px;
		font-weight: 700;
		line-height: 1;
		color: #000;
		text-shadow: 0 1px 0 #fff;
		filter: alpha(opacity=20);
		opacity: 0.9;
	}
	.event-grid .clients-logo-bottom .item{
		padding: 0px!important;
		border: 0px solid #ccc!important;
	}
	.wrap-jamalian a{
		text-transform:uppercase!important;
		font-size:12.5px!important;
		font-weight:normal!important;
		padding: 8px 8px!important;
		color:#fff!important;
	}
	.wrap-jamalian .dropdown{
		margin-top:-1px!important;
	}
	.dropdown-content a{
		color:#000!important;
	}
	marquee.mar-new a{
		padding: 0px!important;
		border-right: 0px!important;
		color:#0E325E!important;
	}
	marquee.mar-new a h5{
		margin-bottom:8px!important;
	}
	/*marquee.mar-new li:hover a{
		background:#0E325E!important;
		color:#fff!important;
	}*/
	.our-team{
		overflow: hidden;
		position: relative;
	}
	.our-team:after{
		content: "";
		width: 100%;
		height: 100%;
		background: rgba(43, 193, 234, 0.6);
		position: absolute;
		top: -100%;
		left: 0;
		opacity: 0;
		transition: all 0.8s ease 0s;
	}
	.our-team:hover:after{
		top: 0;
		opacity: 1;
	}
	.our-team img{
		width: 100%;
		height: auto;
	}
	.our-team .social{
		width: 100%;
		list-style: none;
		padding: 0;
		margin: 0;
		text-align: center;
		position: absolute;
		top: -50%;
		left: 0;
		z-index: 1;
		transform: translateY(-50%) rotate(-12deg);
		transition: all 0.8s ease 0s;
	}
	.our-team:hover .social{ top: 50%; }
	.our-team .social li{ display: inline-block; }
	.our-team .social li a{
		width: 35px;
		height: 35px;
		line-height: 35px;
		background: #0b579f;
		font-size: 15px;
		color: #fff;
		margin: 0 5px;
	}
	.our-team .team-content{
		width: 100%;
		padding: 3px 14px;
		background: #fff;
		border-bottom: 3px solid #0b579f;
		text-transform: uppercase;
		position: absolute;
		bottom: 0;
		left: 0;
		z-index: 1;
	}
	.our-team:hover .team-content{ background: #f9f9f9; }
	.our-team .team-content:before{
		content: "";
		width: 100%;
		border-right: 420px solid #fff;
		border-top: 60px solid transparent;
		position: absolute;
		top: -60px;
		left: 0;
	}
	.our-team:hover .team-content:before{ border-right-color: #f9f9f9; }
	.our-team .team-content:after{
		content: "";
		width: 3px;
		height: 50%;
		background: #0b579f;
		position: absolute;
		top: 50%;
		left: 0;
		transform: translateY(-50%);
	}
	.our-team .title{
		font-size: 18px;
		color: #333;
		margin: 0;
	}
	.our-team .post{
		display: block;
		font-size: 12px;
		font-weight: 400;
		color: #888;
		margin-top: 3px;
	}
	@media only screen and (max-width: 990px){
		.our-team{ margin-bottom: 30px; }
	}

  @media (max-width: 768px){
	#quickLinkModal .modal-dialog {
		width: auto!important;
	}
	.event-grid .item img{ 
		height: auto!important;
	  }
	section.welcome h2 {
		font-size: 30px;
	}
  }
  @media (max-width: 450px){
	.xs-header-logo {
		width: 280px!important;
	}
	.event-grid{ 
		margin-left: 15px!important;
	}
	.event-grid .item img{ 
		height: auto!important;
	}
	.menuzord .showhide em {
	    margin: 2.5px 5px 0;
	}
	.menuzord .showhide {
		width: 50px;
		height: 40px;
		padding: 11px;
	}
  }

  a.search-view:hover
  {
	  color:#ECD33A!important;
  }
  ul.list-aggregate li:hover{
	  background:#f0f0f0!important;
  }