/*======================================================================

Template Name: Sau
Author: Ariful Islam
Website : http://www.sau.edu.bd/

======================================================================*/

html {
    color: #222;
    font-size: 1em;
    line-height: 1.4;
  }

  body {
    font-family: 'Open Sans', sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: left;
    background-color: #fff;
    margin: 0;
  }
  /*
   * Remove text-shadow in selection highlight:
   * https://twitter.com/miketaylr/status/12228805301
   *
   * Vendor-prefixed and regular ::selection selectors cannot be combined:
   * https://stackoverflow.com/a/16982510/7133471
   *
   * Customize the background color to match your design.
   */

  ::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
  }

  ::selection {
    background: #b3d4fc;
    text-shadow: none;
  }

  /*
   * A better looking default horizontal rule
   */

  hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
  }

  /*
   * Remove the gap between audio, canvas, iframes,
   * images, videos and the bottom of their containers:
   * https://github.com/h5bp/html5-boilerplate/issues/440
   */

  audio,
  canvas,
  iframe,
  img,
  svg,
  video {
    vertical-align: middle;
  }

  /*
   * Remove default fieldset styles.
   */

  fieldset {
    border: 0;
    margin: 0;
    padding: 0;
  }

  /*
   * Allow only vertical resizing of textareas.
   */

  textarea {
    resize: vertical;
  }

  /* ==========================================================================
     Browser Upgrade Prompt
     ========================================================================== */

  .browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
  }

  /* ==========================================================================
     Author's custom styles
     ========================================================================== */

  /* ==========================================================================
     Helper classes
     ========================================================================== */

  /*
   * Hide visually and from screen readers
   */

  .hidden {
    display: none !important;
  }

  /*
  * Hide only visually, but have it available for screen readers:
  * https://snook.ca/archives/html_and_css/hiding-content-for-accessibility
  *
  * 1. For long content, line feeds are not interpreted as spaces and small width
  *    causes content to wrap 1 word per line:
  *    https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe
  */

  .sr-only {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    white-space: nowrap;
    width: 1px;
    /* 1 */
  }

  /*
  * Extends the .sr-only class to allow the element
  * to be focusable when navigated to via the keyboard:
  * https://www.drupal.org/node/897638
  */

  .sr-only.focusable:active,
  .sr-only.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    white-space: inherit;
    width: auto;
  }

  /*
  * Hide visually and from screen readers, but maintain layout
  */

  .invisible {
    visibility: hidden;
  }

  /*
  * Clearfix: contain floats
  *
  * For modern browsers
  * 1. The space content is one way to avoid an Opera bug when the
  *    `contenteditable` attribute is included anywhere else in the document.
  *    Otherwise it causes space to appear at the top and bottom of elements
  *    that receive the `clearfix` class.
  * 2. The use of `table` rather than `block` is only necessary if using
  *    `:before` to contain the top-margins of child elements.
  */

  .clearfix:before,
  .clearfix:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */
  }

  .clearfix:after {
    clear: both;
  }

  /* ==========================================================================
     EXAMPLE Media Queries for Responsive Design.
     These examples override the primary ('mobile first') styles.
     Modify as content requires.
     ========================================================================== */

  @media only screen and (min-width: 35em) {
    /* Style adjustments for viewports that meet the condition */
  }

  @media print,
    (-webkit-min-device-pixel-ratio: 1.25),
    (min-resolution: 1.25dppx),
    (min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
  }

  /* ==========================================================================
     Print styles.
     Inlined to avoid the additional HTTP request:
     https://www.phpied.com/delay-loading-your-print-css/
     ========================================================================== */

  @media print {
    *,
    *:before,
    *:after {
      background: transparent !important;
      color: #000 !important;
      /* Black prints faster */
      box-shadow: none !important;
      text-shadow: none !important;
    }
    a,
    a:visited {
      text-decoration: underline;
    }
    a[href]:after {
      content: " (" attr(href) ")";
    }
    abbr[title]:after {
      content: " (" attr(title) ")";
    }
    /*
       * Don't show links that are fragment identifiers,
       * or use the `javascript:` pseudo protocol
       */
    a[href^="#"]:after,
    a[href^="javascript:"]:after {
      content: "";
    }
    pre {
      white-space: pre-wrap !important;
    }
    pre,
    blockquote {
      border: 1px solid #999;
      page-break-inside: avoid;
    }
    /*
       * Printing Tables:
       * https://web.archive.org/web/20180815150934/http://css-discuss.incutio.com/wiki/Printing_Tables
       */
    thead {
      display: table-header-group;
    }
    tr,
    img {
      page-break-inside: avoid;
    }
    p,
    h2,
    h3 {
      orphans: 3;
      widows: 3;
    }
    h2,
    h3 {
      page-break-after: avoid;
    }
  }

  /*=========================================
  Header Style
  ==========================================*/
  .header-section{}

  .slicknav_menu {
    display: none;
  }

  .top-header {
      margin-bottom: 12px;
  }
  .logo{
      margin-top: 16px;
  }

  .logo img{
    width: 366px;
  }

  .logo a {
      display: block;
  }

  .top-menu{
      text-align: right;
      margin-bottom: 2px;
  }
  .top-menu li{
      list-style: none;
      display: inline-block;
      font-size: 13px;
      color: #717171;
      line-height: 30px;
      letter-spacing: .18px;
      padding: 0px 0px 0px 10px;
  }

  .phone-area {
    margin-top: 13px;
  }

  .phone-area li {
    position: relative;
  }
  .phone-area li:after {
    content: "";
    position: absolute;
    right: -7px;
    width: 1px;
    height: 16px;
    background: #c7c7c7;
    top: 7px;
  }

  .phone-area li:last-child:after {
    width: 0;
  }

  .top-menu li i{
    color: #000;
    margin-right: 4px;
  }
  .top-menu li a {
      font-size: 12px;
      color: #717171;
      line-height: 30px;
      letter-spacing: .18px;
      text-decoration: none;
      padding: 0px 4px;
  }

  .search-field form {
      position: relative;
      text-align: right;
  }

  .search-field input[type="text"] {
      width: 360px;
      border: 0px;
      background: #efefef;
      padding: 7px 10px;
      min-height: 35px;
      margin-bottom: 0px; /* 7px*/
      outline: none;
  }

  .search-field input[type="submit"] {
      position: absolute;
      right: 0;
      top: 0;
      bottom: 0;
      height: 35px;
      font-size: 13px;
      border: 0px;
      background: #8b0b0b;
      color: #fff;
      padding: 0 20px;
      outline: none;
  }

  .search-field p {
      color: #555555;
      text-decoration: none;
      outline: none;
      font-size: 12px;
      margin-bottom: 0px;
  }

  /*==================
  Menu Style
  ==================*/

  .nav-menu {
      background:#008000;
  }

  .nav-menu ul{
      padding: 0;
      margin-bottom: 0;
  }
  .nav-menu ul li {
      display: inline-block;
      list-style: none;
      position: relative;
  }
  .nav-menu ul li a {
      color: yellow;
      font-size: 12px; /* 15px */
      font-family: Engravers MT;
      padding: 18px 20px;
      display: inline-block;
      text-decoration: none;
      transition: .3s linear 0s;

  }

  .nav-menu ul li a:hover {
      font-size: 11px; /* 15px */
      background: white;
      color: green;
  }

  .nav-menu ul li a span.icon {
      position: relative;
      top: 2px;
      right: -2px;
  }

  /* submenu */

  .dropdown_menu {
      position: absolute;
      left: 0;
      top: 100%;
      width: 230px; /* 250 */
      z-index: 9999;
      background: #ffffff;
      border: 1px solid #eee;
      text-align: left;
      opacity: 0;
      visibility: hidden;
      -webkit-transition: .3s linear 0s;
      -moz-transition: .3s linear 0s;
      -ms-transition: .3s linear 0s;
      transition: .3s linear 0s;
      -webkit-transform: scaleY(.5);
      -moz-transform: scaleY(.5);
      -ms-transform: scaleY(.5);
      transform: scaleY(.5);
      -webkit-transform-origin: top;
      -moz-transform-origin: top;
      -ms-transform-origin: top;
      transform-origin: top;
  }

  .nav-menu ul li:hover .dropdown_menu {
      top: 100%;
      opacity: 1;
      visibility: visible;
      -webkit-transform: scaleX(1);
      -moz-transform: scaleX(1);
      -ms-transform: scaleX(1);
      transform: scaleX(1);
       font-size: 11px; /* 15px */
  }

  .nav-menu li ul.dropdown_menu li a {
      display: block;
      padding: 10px 20px;
      color: green;
      font-weight:bold;
      border-bottom: 1px solid #eee;
      font-size: 11px; /* 15px */
  }

  .nav-menu li ul.dropdown_menu li a:hover {
    color: blue;
  background: white;
  }

  .nav-menu li ul.dropdown_menu li {

      display: block;
  }

  .nav-menu li ul.dropdown_menu li a span.icon {

    float: right;
  }


  .nav-menu ul li .dropdown_menu li ul.dropdown_menu {
      position: absolute;
      left: 100%;
      top: 0;
      z-index: 9999;
      background: #ffffff;
      text-align: left;
      opacity: 0;
      visibility: hidden;
      -webkit-transform: translateY(15px);
      -moz-transform: translateY(15px);
      -ms-transform: translateY(15px);
      transform: translateY(15px);
  }

  .nav-menu ul li .dropdown_menu li:hover > ul.dropdown_menu {
      opacity: 1;
      visibility: visible;
      -webkit-transform: translateY(0);
      -moz-transform: translateY(0);
      -ms-transform: translateY(0);
      transform: translateY(0);
  }



  /*=================================
  Footer Style
  =================================*/

  .footer__inner-section {
      background: #f2f1eb;
      margin: 0;
      padding: 20px;
      border-top: 2px solid #e0e0dc;
  }

  .footer__inner-section .footer___widget-title {
      font-size: 22px;
      font-weight: 500;
      color: #222;
      margin-bottom: 30px;
  }

  .footer__inner-section ul {
      padding: 0;
      list-style: none;
  }

  .single__footer-item a {
      text-decoration: none;
      font-size: 12px;
      color: #333;
      font-family:Engravers MT;
      margin-bottom: 11px;
      display: inline-block;
  }

  .single__footer-item a:hover {
    color: green;
  }


  .single__footer-item p {
      text-decoration: none;
      font-size: 13px;
      color: #333;
      font-weight: 400;
      margin-bottom: 11px;
      display: inline-block;
  }

  .single__footer-item .single__item {
      display: flex;
      flex-flow: row wrap;
      margin-bottom: 10px;
  }

  .f__contact-info-title {
      font-size: 14px;
      font-weight: 700;
      flex-basis: 70px;
  }

  .f__contact-info-text {
      flex-basis: 165px;
  }
  .f__contact-info-text p {
      font-size: 13px;
  }

  .copyright-inner {
      background: #a30101;
      color: #fff;
      text-align: center;
      font-size: 13px;
      padding: 18px 0px;
  }

  .copyright-inner p {
      margin-bottom: 0px;
  }

  .footer__social-share p {
    margin-bottom: 16px;
  }
  .footer__social-share h4 {
    margin-bottom: 16px;
  }

  .footer__social-share ul li {
    display: inline-block;
    padding: 0px 10px 0px 0;
  }
  .footer__social-share ul li a {
    display: inline-flex;
    align-items: center;
    height: 35px;
    background: #b11313;
    justify-content: center;
    width: 35px;
    font-size: 17px;
    color: #ffffff;
  }
  .footer__social-share ul li a:hover {
    color: #ffffff;
  }


  /*================================
  People Style
  ================================*/

  .sau__people-section {
      padding: 50px 0px 50px;
  }

  .sau__people-section .heading-section {
      padding-bottom: 40px;
  }
  .sau__people-section .heading-section h2 {
      font-size: 31px;
      font-weight: 700;
      text-align: center;
  }

  .single__people-item img{
      width: 100%;
  }

  .single__people-item .people-desc{
      background: #fff;
      text-align: center;
      padding:10px 0px 20px;
      margin: 0px 12px;
      transform: translateY(-40px);
      box-shadow: 0px 5px 16px -4px #ddd;
      border-radius: 6px;
      -webkit-transition: .3s linear 0s;
      -moz-transition: .3s linear 0s;
      -ms-transition: .3s linear 0s;
      transition: .3s linear 0s;
  }

  .single__people-item .people-desc h4{
      margin-bottom: 4px;
  }

  .single__people-item .people-desc h4 a{
      font-size: 14px;
      font-weight: 700;
      margin-bottom: 7px;
      color: #222;
      text-decoration: none;
      -webkit-transition: .3s linear 0s;
      -moz-transition: .3s linear 0s;
      -ms-transition: .3s linear 0s;
      transition: .3s linear 0s;
  }

  .single__people-item .people-desc p{
      font-size: 14px;
      font-weight: 300;
      margin-bottom: 0;
      -webkit-transition: .3s linear 0s;
      -moz-transition: .3s linear 0s;
      -ms-transition: .3s linear 0s;
      transition: .3s linear 0s;
  }

  .single__people-item:hover .people-desc {
      transform: translateY(-55px);
      background: #a30101;
      color: #fff;
  }

  .single__people-item:hover .people-desc h4 a, .single__people-item:hover .people-desc p {
      color: #fff;
  }

  .people-image:before {
      content: '';
      position: absolute;
      left: 0;
      top: 0;
      right: 0;
      bottom: 0;
      background: rgb(163, 1, 31);
      opacity: 0;
      -webkit-transition: .3s linear 0s;
      -moz-transition: .3s linear 0s;
      -ms-transition: .3s linear 0s;
      transition: .3s linear 0s;
      transform: translateX(100%);
  }
  .people-image {
      position: relative;
      overflow: hidden;
  }

  .single__people-item:hover :before{
      opacity: .4;
      transform: translateX(0);
  }

  .department-search {
      margin-bottom: 50px;
  }
  .pagingation-text p {
      margin-bottom: 0;
  }

  a.show-more-btn {
      border: 1px solid #ddd;
      color: #444;
      font-size: 15px;
      font-weight: 500;
      padding: 10px 20px;
      -webkit-transition: .3s linear 0s;
      -moz-transition: .3s linear 0s;
      -ms-transition: .3s linear 0s;
      transition: .3s linear 0s;
  }

  .department-search .btn:hover{
      background: #a30101;
      color: #fff;
      border: 1px solid #a30101;
  }

  a.show-more-btn:hover {
      background: #a30101;
      color: #fff;
      border: 1px solid #a30101;
  }

  /*============================
  Single Faculty
  ============================*/

  .single-profile-widget {
    background: #F9FBFD;
    margin-bottom: 30px;
  }

  .single-profile-widget img {
    max-width: 100%;
  }

  .profile-name {
    padding: 12px 20px;
  }


  .profile-name p {
    font-size: 15px;
    line-height: 25px;
    font-style: italic;
    font-weight: 500;
    margin-bottom: 10px;
  }

  .profile-name h3 {
    font-weight: 600;
    color: #333;
    font-size: 18px;
    margin-top: 0px;
    margin-bottom: 10px;
  }

  .profile-name h5 {
    color: #777;
    font-size: 15px;
    font-weight: 600;
    text-decoration: none;
  }

  .doc-btn a {
    font-size: 15px;
    display: block;
    text-decoration: none;
    padding: 14px 20px;
    border: 2px solid #eee;
    transition: all 600ms ease;
    color: #333;
    font-weight: 600;
    margin-bottom: 14px;
  }

  .doc-btn a i {
    margin-right: 14px;
    font-size: 18px;
  }

  .doc-btn a:hover {
    background: #a30101;
    color: #fff;
    border-bottom: 2px solid #a30101;
  }

  .profile__widget-area .contact-info p {
    font-size: 16px;
      font-weight: normal;
      line-height: 27px;
      color: #777777;
      margin-bottom: 15px;
  }
  .profile__widget-area .contact-info h5 {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 16px;
  }

  .profile__widget-area .contact-info i {
    margin-right: 10px;
  }

  .profile__widget-area .contact-info span {
    font-size: 15px;
    color: #777;
    font-weight: 400;
  }


  .profile__widget-area .contact-info  {
    padding: 16px 20px 4px;
  }


  .table__single-item .table-heading h5 {
    margin-bottom: 0;
    font-size: 18px;
    font-weight: 500;
    color: #222;
  }



  .table__single-item .table-content p {
      color: #464646;
      font-size: 15px;
      line-height: 23px;
  }

  .tab-content tr th {
    vertical-align: initial;
    padding: 10px;
    font-size: 14px;
    font-weight: 700;
    color: #444;
    background: #eee;
  }

  .tab-content tr td {
    font-size: 13px;
      color: #5a5a5a;
  }
  .nav.nav-tabs .nav-link.active  {
      background-color: #3da5e5;
      border-color: #dee2e6 #dee2e6 #fff;
      color: #fff;
      border-radius: 0;
  }

  .nav-tabs .nav-link {
    border: 1px solid #ddd;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    margin-right: -1px;
    color: #333;
    font-size: 15px;
    font-weight: 600;
    padding: 13px;
  }

  .nav-tabs {
    margin-top: 30px;
    margin-bottom: 20px;
    border-bottom: 0;
  }
  .profile__info-area p {
    font-size: 16px;
    color: #5a5a5a;
    line-height: 20px; /* 28px; */
    text-align: justify;
  }

  /* ==============================
   Slider Section
  ==============================*/
  .sau__slider-section  {
    padding: 0px 0px 20px;
  }

  .sau__slider-section .side-menu ul {
      margin: 0;
      padding: 0;
      list-style: none;
  }

  .sau__slider-section .side-menu li a {
      text-decoration: none;
      display: block;
      margin-bottom: 8px;
      font-size: 14px;
  }

  .sau__slider-section .left-menu li a {
      text-decoration: none;
      display: block;
      text-align: center;
      background: #3ca3e4;
      color: #fff;
      margin-bottom: 6px;
      text-transform: uppercase;
      font-size: 14px;
      font-weight: 600;
      padding: 8px 0px;
  }
  .sau__slider-section .side-menu li a i {
      display: block;
      font-size: 26px;
      margin-bottom: 4px;
  }
  .sau__slider-section img {
      width: 100%;
  }

  .sau__slider-section .right-menu li a {
      color: #222;
      font-weight: 400;
      border-bottom: 1px solid #ddd;
      padding: 9px 10px;
      margin-bottom: 0;
      transition: .3s linear 0s;
  }

  .sau__slider-section .right-menu li {
      position: relative;
  }

  .sau__slider-section .right-menu li a .icon {
      float: left;
      margin-right: 7px;
      margin-top: 2px;
  }

  .sau__slider-section .right-menu li a .icon i {
    font-size: 17px;
  }

  .sau__slider-section .right-menu li:hover .dropdown_menu {
    opacity: 1;
    visibility: visible;
    transform: translateX(0px);
  }

  .sau__slider-section .right-menu li .dropdown_menu {
    right: 100%;
    top: 0;
    left: auto;
    transform: scale(1) translateX(-20px);
    transition: .3s linear 0s;
  }

  .sau__slider-section .right-menu li .dropdown_menu li a {

      padding: 8.7px 15px;
  }

  .sau__slider-section .right-menu li a:hover {
      background: #3ca3e4;
      color: #ffffff;
  }


  .sau__slider-section .right-menu{
      border: 1px solid #ddd;
      border-bottom: 0;
  }

  .slider-bg-1{
      /* background: url(../images/slider2.png); */
  }

  .slider-bg-2{
      /* background: url(../images/slider3.png); */
  }
  .slider-bg-3{
      /* background: url(../images/slider4.png); */
  }

  .slider-bg{
      background-size: cover;
      background-repeat: no-repeat;
      background-position: center;
      width: 100%;
      position: relative;
      height: 381px;
      margin-top: -21px;

  }




  .sau-slider {
      position: relative;
  }


  .slider-table-cell h1 {
      font-size: 23px;
      line-height: 35px;
      color: #ffffff;
      font-weight: 600;
      margin-bottom: 47px;
      background: #3ca3e4;
      padding: 6px 10px;
      margin-bottom: 6px;
  }

  .slide-btn a{
      background: #3ca3e4;
      color: #fff;
      font-size: 14px;
      font-weight: 600;
      text-transform: uppercase;
      padding: 12px 20px;
      border-radius: 3px;
      text-decoration: none;
  }

  p.slider-text {
      background: #ffffff;
      padding: 5px 10px;
      font-size: 14px;
      font-weight: 400;
      color: #5d5c5c;
  }



  /*.slider-table {
      display: table;
      width: 100%;
      height: 100%;
  }*/

  .slider-table-cell{
      position: absolute;
      bottom: 50px;
      right: 20px;
      text-align: left;


  }

  .sau-slider .owl-nav button {
      background: #454545 !important;
      color: #fff !important;
      font-size: 20px !important;
      -webkit-transition: .4s linear 0s;
      -ms-transition: .4s linear 0s;
      transition: .4s linear 0s;
      width: 36px;
      height: 35px;
      outline: none;
      margin-left: 2px;
  }

  .sau-slider .owl-nav {
        position: absolute;
      bottom: 0;
      right: 0;
  }
  .sau-slider .owl-nav button:hover{
      background: #3ca3e4;

  }

  .sau-slider .owl-nav button {
   /*   position: absolute;
      top: 50%;
      transform: translateY(-50%);*/
  }

  .sau-slider .owl-nav .owl-next {
  /*    left: auto;
      right: 0;*/
  }

  .vc-message {
    background: #4DB2EC;
  }

  .vc-message img {
    height: 190px;
    margin-bottom: 10px;
  }

  .vc-message p {
    color: #ffffff;
    text-decoration: none;
    outline: none;
    font-size: 15px;
    font-weight: 400;
    padding: 0px 12px;
  }
  .vc-message p a {
    font-size: 14px;
    text-decoration: underline;
    color: #fff;
    font-weight: 700;
  }

  .vc-message .sau-btn a {
    font-size: 18px;
    text-align: center;
    font-weight: 600;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    min-height: 76px;
    /* background: #b11313; */
    border: 2px solid #fff;
    transition: .3s linear 0s;
    color: #fff;
    margin: 12px;
  }

  .vc-message .sau-btn a:hover {
    background: #f9f5ae;
    color: #222;
    border: 2px solid #f9f5ae;

  }


  /* news ticker css */

  .trending-tricker-title span {
      background: #4DB2EC;
      color: #fff;
      font-size: 12px;
      text-transform: uppercase;
      font-weight: 400;
      padding: 3px 8px;
      line-height: 1;
  }

  .single-news-ticker h3 {
      font-size: 15px;
      font-weight: 400;
      margin-bottom: 0px;
  }

  .single-news-ticker h3 a {
      text-decoration: none;
      color: #40454d;
  }
  .single-news-ticker h3 a:hover {
      color: #3ca3e4;
  }
  .owl-carousel.news-ticker-active .owl-nav {
      position: absolute;
      right: 0;
      top: 0;
  }

  .owl-carousel.news-ticker-active {
      position: relative;
  }

  .owl-carousel.news-ticker-active .owl-nav button i {
      border: 1px solid #ccc;
      padding: 3px 8px;
  }

  .owl-carousel.news-ticker-active .owl-nav button {
      margin-left: 10px;
  }

  .trending-tricker-title:before {
      content: "";
      position: absolute;
      right: 0;
      top: 50%;
      width: 2px;
      height: 30px;
      background: #4DB2EC;
      transform: translateY(-50%);
  }

  .trending-tricker-title {
      position: relative;
  }

  .news-ticker-area .box-bg {
      background: #F2F4F3;
      padding: 10px 15px;
  }
  .news-ticker-area {
    padding: 20px 0px;
  }

  /* =========================
  News section
  ==========================*/

  .sau__news-section {
    margin-bottom: 8px;
  }

  .sau__news-section .single__news-item {
      /* height: 400px; */
  }

  .sau__news-section .single__news-item .block-title {
      /* background: #b11313;
      display: inline-block;
      color: #fff;
      font-size: 16px;
      font-weight: 500;
      padding: 12px 20px;
      text-transform: uppercase;
      margin-bottom: 0; */

      display: inline-block;
      color: #b11313;
      font-size: 16px;
      font-weight: 500;
      padding: 12px 0;
      text-transform: uppercase;
      margin-bottom: 0;
      border-bottom: 2px solid;

  }

  .sau__news-section .single__news-item .section-head {
    position: relative;
    margin-bottom: 15px;
    z-index: 1;
  }

  .sau__news-section .single__news-item .section-head:before {
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    background: #ddd;
    content: "";
    bottom: 0;
    z-index: -1;
  }

  .sau__news-section .single__news-item .block-title i{
     margin-right: 10px;
  }

  .sau__news-section .single__news-item ul {
      padding: 13px;
      list-style: none;
      background: #f4f6f7;
  }
  .sau__news-section .single__news-item ul li {
    border-bottom: 1px solid #e5e9ea;
    margin-bottom: 3px;
    display: flex;
    align-items: center;
    flex-flow: row wrap;
    background: #ffffff;
    padding: 4px 10px;
  }

  .sau__news-section .single__news-item ul li .date {
    flex-basis: 50px;
    max-width: 50px;
    position: relative;
    margin-right: 30px;
    display: inherit;
  }

  .sau__news-section .single__news-item ul li .date span {

    display: block;
    font-size: 13px;
    color: #b11313;
    font-weight: 700;
    text-align: center;
  }

  .sau__news-section .single__news-item ul li .date span .year {
    position: absolute;
      top: 50%;
      right: -4px;
      transform: rotate(-90deg) translateX(35%);
  }

  .sau__news-section .single__news-item ul li a {
      font-size: 14px;
      color: #3ca3e4;
      text-decoration: none;
      display: block;
      font-family: Open Sans;
      transition: .3s linear 0s;
  }

  .press_release img {
    height: 322px;
  }

  .sau__news-section .single__news-item ul li:last-child{
    border-bottom: none;
  }

  .sau__news-section .single__news-item ul li a:hover {

      color: green;

  }

  .sau__news-section .single__news-item ul li span {
  display: block;
      font-size: 11px;
      font-weight: 500;
      color: #8a8a8a;
  }

  .sau__news-section .single__news-item ul .readmore-btn {
      text-align: right;
      display: inherit;
      font-size: 14px;
      font-weight: 600;
      padding: 10px 1px 2px;
  }

  .news_marquee {
    overflow: hidden;
    height: 272px !important;
  }
  .news_marquee .js-marquee {
      margin-bottom: 0px !important;
  }

  .sau__gallery-section {
    padding-bottom: 20px;
  }
  .sau__gallery-section .block-title {
      background: #b11313;
      display: inline-block;
      color: #fff;
      font-size: 16px;
      font-weight: 500;
      padding: 12px 20px;
      text-transform: uppercase;
      margin-bottom: 20px;
  }

  .sau__gallery-section .block-title i{
     margin-right: 10px;
  }
  .sau__gallery-section .single-gallery img {
    width: 100%;
  }

  /* ============================
  Login
  ============================ */
  .login__section {
    padding: 120px 0px;
  }

  .login__section .login_form-wrapper {
      background: #f5f4f4;
      border-radius: 10px;
      margin: 0px 50px;


  }

  .login__section .login_form-wrapper .login-title {
      font-size: 18px;
      font-weight: 600;
      text-transform: uppercase;
      color: #fff;
      font-family: Open Sans;
      margin-bottom: 0;
      padding: 16px 30px;
      background: #57a5f9;
      text-align: center;
      margin: 0 auto;
      width: 170px;
      position: relative;
      top: -17px;

  }


  .login__section .login_form-wrapper form {
      padding: 30px 50px 36px;
  }

  .login__section .login_form-wrapper form .form-control {
      padding: 24px 16px;
  }

  .login__section .login_form-wrapper form .input-group-text {
      padding: 0 20px;
  }

  .login__section .login_form-wrapper form .login-btn {
      text-align: right;
      display: inline-block;
  }

  .login__section .login_form-wrapper form .login-btn input[type="submit"] {
      background: #57a5f9;
      color: #fff;
      font-size: 19px;
      border: 0;
      padding: 16px 0px;
      width: 100%;
      text-transform: uppercase;
      border-radius: 5px;
      outline: none;
  }

  .login__section .login_form-wrapper form p {
      padding: 22px 0 10px;
      font-size: 14px;
      color: #747474;
  }




  /* ============================
  Register
  ============================ */

  .register-form .login-title[class]{
      width: 240px;
  }

  .register-form .login-btn input[type="submit"]{
      padding: 16px 41px !important;
      width: initial !important;

  }

  /* ============================
  Box item
  ============================ */

  .box-section  {
      padding: 0 0 20px;
  }
  .box-section h3 {
    text-align: center;
  color: #fff;
  margin-bottom: 20px;
  font-size: 22px;
  }


  .box-section .single__box-item {
      border: 1px solid #f9f9f9;
      background: #f1f1f1;
      border-radius: 7px;
      padding: 20px 20px;
      border-left: 4px solid #57a5f9;
      display: flex;
      align-items: center;
      justify-content: space-between;
  }


  .box-section .single__box-item .icon {
      font-size: 40px;
      color: #2b80d8;}


  .box-section .single__box-item .number h4 {
      font-size: 12px;
      color: #397ce2;
  }

  .box-section .single__box-item .number span {
      font-size: 18px;
      font-weight: 700;
      color: #555;

  }



  /* news & event */
  .news-block {
    background: #f9f9f9;
    margin-bottom: 10px;
    padding: 8px;
    position: relative;

  }

  img {
    width: 100%;
  }

  .news-block .news-info img{
    margin-bottom: 10px;
  }

  .news-block .news-info h3{}

  .news-block .news-info h3 a{
    font-size: 18px;
    line-height: 27px;
    display: inline-block;
    font-weight: 600;
    color: #333;
    text-decoration: none;
    transition: .3s linear 0s;
  }

  .news-block .news-info h3 a:hover{
    color: green;
   }

  .news-block .news-info p{
    font-size: 14px;
    font-weight: 400;
    color: #777777;
    margin-bottom: 30px;
  }

  .news-block .news-info .news-meta{
    padding: 8px 0px 8px;
    background: #fff;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    font-style: italic;
    box-shadow: 0px 0px 4px 1px #ddd;

  }

  .news-block .news-info .news-meta p{
    margin-bottom: 0px;
    font-weight: 700;
    font-size: 13px;
    color: #777777;

  }

  /* .news-block .news-info {}

  .news-block .news-info {} */

  .counter-block{
    width: 100%;
    height: 100%;
    padding: 25px 0px 20px;
    position: relative;
    z-index: 1;
  }

  .counter-block:before{
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #111;
    z-index: -1;
    opacity: .8;
  }

  .counter-block ul {
    padding: 0;
      list-style: none;
      text-align: center;
      margin-bottom: 0px;
  }

  .counter-block ul li{
    display: inline-block;
    text-align: center;
    color: #fff;
    padding: 0px 50px;
    font-size: 20px;
    font-weight: 700;
  }

  .counter-block ul li .icon {
    border: 1px solid #fff;
    width: 60px;
    height: 60px;
    display: inline-flex;
    border-radius: 100%;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px;
  }

  .counter-block ul li .icon i {
    font-size: 24px;
  }

  .counter-block ul .icon i{}

  .counter-block ul h4{
    font-weight: 800;
    font-size: 30px;
  }

  .counter-block ul p{
    margin-bottom: 0px;
    font-weight: 500;
    font-size: 16px;

  }


  .map-section {
    margin-bottom: 20px;
  }

  .map-section .useful_link{
    border: 1px solid #eee;
  }

  .map-section h3 {
    font-size: 20px;
    color: #444;
    font-weight: 600;
    text-align: center;
    padding: 12px 0px;
    border-bottom: 1px solid #eee;
    text-transform: uppercase;
    margin-bottom: 0;
  }

  .map-section .useful_link ul {
    padding: 0;
    list-style: none;
    margin-bottom: 0px;
  }

  .map-section .useful_link ul li {}

  .map-section .useful_link ul li a{
    display: block;
    color: #555;
    font-size: 15px;
    font-weight: 400;
    text-decoration: none;
    padding: 13px 15px;
    border-bottom: 1px solid #eee;
    transition: .3s linear 0s;
    position: relative;
    z-index: 3;
  }

  .map-section .useful_link ul li a:before{
    width: 0;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    background: #b11313;
    transition: .3s linear 0s;
    z-index: -1;
  }

  .map-section .useful_link ul li a:hover:before{
    width: 100%;
    color: #ffffff;
  }

  .map-section .useful_link ul li a:hover{
    color: #ffffff;
  }

  /* Update Style */

.sau__news-section .single__news-item ul li {
    justify-content: flex-start;
  }
  .sau__news-section .single__news-item ul li .info {
    flex-basis: 440px;
    max-width: 440px;
  }

  .press_release li .pr_date {
    flex-basis: 45px;
    max-width: 45px;
      position: relative;
      margin-right: 30px;
      display: block;
      text-align: center;
      border: 1px solid #d3d7da;
  }


  .press_release li .pr_date div {
    width: 100%;
    display: block;
    font-weight: 600;
    font-size: 12px;
    padding: 5px;
  }

  .press_release li .pr_date .month {
    background: #008000;
    border-bottom: 1px solid #023d33;
    color: #fff;
    padding: 0;
    text-transform: uppercase;

  }

  .press_release li .pr_date .year {
    font-weight: 700;
    padding: 7px 0px 2px;
    box-shadow: 0px 2px 0px 0px #ddd;
  }

  /* Faculty page style */
  .faculty-page .faculty-wrap{
    box-shadow: 0px 0px 7px 4px #eae9e9;
    border-radius: 5px;
  }

  .faculty-page .faculty-wrap h2{
    background: #3d9aea;
    color: #ffffff;
    font-size: 16px;
    padding: 13px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
  }

  .faculty-page .faculty-wrap .info{
    padding: 20px;
  }

  .faculty__side-nav {
    border: 1px solid #eee;
    border-radius: 5px;
  }
  .faculty__side-nav ul {
    padding: 0;
    list-style: none;
    margin-bottom: 0;
  }
  .faculty__side-nav h4 {
    font-size: 16px;
    background: #3d9aea;
    color: #fff;
    padding: 8px 12px;
    line-height: 24px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
  }
  .faculty__side-nav ul li a {
    font-size: 14px;
    color: #555;
    display: block;
    border-bottom: 1px solid #eee;
    padding: 8px 15px;
    font-weight: 400;
    font-family: Open Sans;
    text-decoration: none;
    transition: .3s linear 0s;
  }

  .faculty__side-nav ul li a:hover {
    background: #3da5e5;
    color: #ffffff;
  }

  .faculty__side-nav ul li a:hover .icon i {
    color: #ffffff;
  }

  .faculty__side-nav ul li ul.dropdown li a {
    padding: 8px 25px;
  }

  .faculty__side-nav ul li ul.dropdown li ul li a {
    padding: 8px 35px;
  }

  .faculty__side-nav ul li ul.dropdown{
    display: none;
  }

  .faculty__side-nav ul li a .icon i{
    float: right;
    transition: .4s linear 0s;
  }

  .faculty__side-nav ul li a .icon .fa-angle-down {
    display: none;
  }

  .faculty__side-nav ul li.active a .fa-angle-right {
    display: none;
  }

  .faculty__side-nav ul li.active a .fa-angle-down {
    display: block;
  }

  /* Department Page Style */
  .department-page .department-wrap{
    box-shadow: 0px 0px 7px 4px #eae9e9;
    border-radius: 5px;
  }

  .department-page .department-wrap h2{
    background: #3d9aea;
    color: #ffffff;
    font-size: 16px;
    padding: 13px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
  }

  .department-page .department-wrap .info{
    padding: 20px;
  }

  .department__side-nav {
    border: 1px solid #eee;
    border-radius: 5px;
  }
  .department__side-nav ul {
    padding: 0;
    list-style: none;
    margin-bottom: 0;
  }
  .department__side-nav h4 {
    font-size: 16px;
    background: #3d9aea;
    color: #fff;
    padding: 8px 12px;
    line-height: 24px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
  }
  .department__side-nav ul li a {
    font-size: 14px;
    color: #555;
    display: block;
    border-bottom: 1px solid #eee;
    padding: 8px 15px;
    font-weight: 400;
    font-family: Open Sans;
    text-decoration: none;
    transition: .3s linear 0s;
  }

  .department__side-nav ul li a:hover {
    background: #3da5e5;
    color: #ffffff;
  }

  .department__side-nav ul li a:hover .icon i {
    color: #ffffff;
  }

  .department__side-nav ul li ul.dropdown li a {
    padding: 8px 25px;
  }

  .department__side-nav ul li ul.dropdown li ul li a {
    padding: 8px 35px;
  }

  .department__side-nav ul li ul.dropdown{
    display: none;
  }

  .department__side-nav ul li a .icon i{
    float: right;
    transition: .4s linear 0s;
  }

  .department__side-nav ul li a .icon .fa-angle-down {
    display: none;
  }

  .department__side-nav ul li.active a .fa-angle-right {
    display: none;
  }

  .department__side-nav ul li.active a .fa-angle-down {
    display: block;
  }


/* Contact Style */
.contact-section {
padding: 50px 0px;
}
.contact-section .section-head {
text-align: center;
width: 100%;
padding-bottom: 32px;

}
.contact-section .section-head h1 {
font-size: 45px;
color: #222;
font-weight: bold;

}
.single__contact-item h3 {
font-weight: 700;
color: #a30101;
font-size: 20px;
line-height: 1.3em;
margin-bottom: 30px;
}

.single__contact-item {
margin-bottom: 30px;
box-shadow: 0px 0px 7px 2px #efebeb;
padding: 16px;
border-radius: 5px;

}

.single__contact-item ul {
padding: 0;
margin: 0;
}

.single__contact-item ul li {
list-style: none;
color: #777777;
font-size: 14px;
line-height: 1.9em;
margin-bottom: 10px;
display: flex;
flex-flow: row wrap;
}

.single__contact-item ul li span.head {
color: #555;
flex-basis: 100px;
font-weight: 900;
}

.single__contact-item ul li span {
color: #777777;
font-weight: 400;
margin-right: 4px;
flex-basis: 220px;
}

.google-map {
margin-bottom: 50px;
}

/*===== Custom =============*/
.department-page .department-wrap {
    min-height: 600px;
}
