
  html, body {
    overflow-x : hidden;
    font-family: 'Poppins';
    font-size: 14px;
    font-weight: normal;
    line-height: 22px;
  }
  ul,ol {
    margin: 0;
    padding: 0;
    list-style-type: none;
  }
  h1,h2,h3,h4,h5,h6 {
    margin: 0;
    padding: 0;
  }
  a {
    text-decoration: none!important;
  }
  .btn-thm1 {
    font-size: 15px;
    line-height: 40px;
    font-weight: 600;
    padding-right: 45px;
    padding-left: 45px;
    border-width: 0px;
    -webkit-border-radius: 50px;
    border-radius: 50px;
    background-color: #ef5874;
    color: #ffffff;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
  }
  .btn-thm1:hover {
    background-color: #00BEB0;
    color: #fff;
  }
  .btn-thm1.unique:hover {
    background: #426374;
  }
  .btn-thm2 {
    background-color: #00BEB0;
  }
  .btn-thm2:hover {
    background: #ef5874;
  }
  .img-responsive{
    width: 100%;
  }
  .btn-phone{
    background: transparent;
    border: 1px solid #333!important;
    padding: 0 15px!important;
    padding-left: 30px!important;
    margin: 0;
    line-height: 20px!important;
    height: auto!important;
    position: relative;
    font-size: 14px!important;
    border-radius: 20px;
    padding-top: 0;
    font-weight: bold;
    color: #333!important;
    margin-top: 8px;
  }
  .btn-phone .fa{
    position: absolute;
    left: 9px;
    font-size: 26px;
    top: -8px;
    background: #fff;
    padding-left: 6px;
    /* Safari */
    -webkit-transform: rotate(15deg);
    /* Firefox */
    -moz-transform: rotate(-90deg);
    /* IE */
    -ms-transform: rotate(-90deg);
    /* Opera */
    -o-transform: rotate(-90deg);
    /* Internet Explorer */
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  }
  .btn-phone span{
    background: #fff;
    position: absolute;
    left: 26px;
    top: -8px!important;
    font-size: 8px;
    text-transform: uppercase;
    top: 0;
    padding: 0 6px;
    line-height: 10px;
  }
  .set0 {
    margin: 0;
    padding: 0;
  }
  .p0 {
    padding: 0;
  }
  .mb30{
    margin-bottom: 30px;
  }
  .title-font {
    font-family: 'Quicksand', Arial, Helvetica, 'Nimbus Sans L', sans-serif;
  }
  /** HEADER **/
      .main-header{
        position: fixed;
        top: 0;
        left: 0;
        padding: 5px 0;
        z-index: 999;
        width: 100%;
        background: #fff;
        color: #333;
        border-bottom: 1px solid #eee;
      }
      .main-header.scrolled{
        padding: 0;
        background: #fff;
      }
      .main-header.scrolled ul.dropdown-menu{
        top: 160%;
      }
      .main-header .container{
        width: 94%;
      }
      .img-logo{
        width: 180px;
        position: absolute;
        left: 0px;
        top: -22px;
        padding: 5px;
      }
      .main-header.scrolled{
        position: fixed!important;
        border-bottom: 1px solid #ddd;
      }
      .main-menu-block{
        margin-top: 15px;
        margin-bottom: 15px;
      }
      .main-header.scrolled .main-menu-block{
        margin-top: 15px;
        margin-bottom: 10px;
      }
      .main-menu-block a{
        padding: 8px 5px 5px;
        margin-left: 10px;
        margin-right: 10px;
        text-transform: capitalize;
        color: #333;
        border-bottom: 2px solid transparent;
        font-family: 'Quicksand', Arial, Helvetica, 'Nimbus Sans L', sans-serif;
        text-transform: uppercase;
        font-weight: bold;
        font-size: 13px;
      }
      .main-menu-block a.post{
        background: #469A45;
        padding: 8px 10px 5px;
        color: #fff!important;
        border-radius: 4px;
      }
      .main-menu-block a.post span{
        background: #469A45;
        font-size: 11px;
        color: #333;
        background: #F8E81C;
        padding: 2px 4px;
        border-radius: 4px;
      }
      .main-menu-block a .ion-ios-contact-outline{
        font-size: 18px;
      }
      .main-header.scrolled .main-menu-block a{
        color: #333;
      }
      .main-menu-block button{
        outline: none!important;
        background: transparent;
        border: none;
        font-size: 20px;
        margin-top: -5px;
      }
      .main-header.scrolled .main-menu-block button{
        color: #333;
      }
      .next-header {
        margin-top: 62px;
      }
  /** MOBILE MENU **/
      .navbar-fixed-top{
        background: #fff;
        border-bottom: 1px solid #ddd;
        padding-right: 10px;
      }
      .navbar-fixed-top .logo-xs{
        width: 100px;
        padding: 1px;
        margin: 5px 5px 5px;
      }
      .btn-xs-top{
        border: none;
        font-size : 24px;
        padding: 8px 10px;
        background: transparent;
        outline: none;
        color: #333;
        margin-top: 3px;
      }
      .modal.left .modal-dialog,
    .modal.right .modal-dialog {
      position: fixed;
      margin: auto;
      width: 100%;
      height: 100%;
      max-width: 350px;
      -webkit-transform: translate3d(0%, 0, 0);
          -ms-transform: translate3d(0%, 0, 0);
           -o-transform: translate3d(0%, 0, 0);
              transform: translate3d(0%, 0, 0);
    }

    .modal.left .modal-content,
    .modal.right .modal-content {
      height: 100%;
      overflow-y: auto;
      background: #fff;
    }
    
    .modal.left .modal-body,
    .modal.right .modal-body {
      padding: 15px 15px 80px;
      background: transparent;
    }

    /** LEFT TOGGLE **/
    .modal.left.fade .modal-dialog{
      left: -320px;
      -webkit-transition: opacity 0.3s linear, left 0.3s ease-out;
         -moz-transition: opacity 0.3s linear, left 0.3s ease-out;
           -o-transition: opacity 0.3s linear, left 0.3s ease-out;
              transition: opacity 0.3s linear, left 0.3s ease-out;
    }
    
    .modal.left.fade.in .modal-dialog{
      left: 0;
    }
    .modal-header{
      padding: 0;
    }
          
    /** RIGHT TOGGLE **/
    .modal.right .modal-dialog {
      right: -320px;
      -webkit-transition: opacity 0.3s linear, right 0.3s ease-out;
         -moz-transition: opacity 0.3s linear, right 0.3s ease-out;
           -o-transition: opacity 0.3s linear, right 0.3s ease-out;
              transition: opacity 0.3s linear, right 0.3s ease-out;
    }
    
    .modal.right.in .modal-dialog {
      right: 0;
    }
    .modal-content{
      border-radius: 0;
      border: none;
    }

    .menuModal .modal-content::-webkit-scrollbar { width: 0 !important }
    .menuModal .modal-content::-webkit-scrollbar { -ms-overflow-style: none; }
    .menuModal .modal-content::-webkit-scrollbar { overflow: -moz-scrollbars-none!important; }

    .modal-header{
      border-bottom-color: #EEEEEE;
      background-color: #FAFAFA;
    } 
    .main-menu-wrapper{
      padding: 0;
    }
    .img-logo-menu{
      position: relative;
      max-width: 170px;
      margin-bottom: 20px;
    }
    .img-xs-menu {
      width: 250px;
      margin-bottom: 20px;
    }
    .back{
      cursor: pointer;
      color: #eee;
      background: #333;
      padding: 12px;
    }
    .panel-heading{
      border-radius: 0!important;
    }
    .pg-menu{
          box-shadow: none!important;
          border-bottom: none;
          margin-bottom: 0;
          border-radius: 0;
      }
    .pg-menu .panel-body{
      padding: 0;
    }
    .pg-menu .panel-body *{
        border: none;
    }
      .pg-menu .panel-default{
        border: none;
        border-radius: none;
        background: transparent;
      }
      .pg-menu.hl .panel-default{
        padding: 15px 0;
        border-bottom: none;
        padding-bottom: 0;
      }
      .panel-group .panel{
        border-radius: 0;
      }
      .pg-menu .panel-title{
        padding: 15px 20px;
      }
      .pg-menu.hl .panel-title{
        padding-left: 0;
        font-size: 18px;
      }
      .pg-menu .panel-title{
        color: #333!important;
      }
      .pb-inner{
        padding: 0;
      }
      .pb-inner.set-pad{
        padding: 20px 40px;
      }
      .pb-inner.set-pad h5{
        font-size: 16px;
      }
      .pg-menu .panel-title span{
          position: relative;
      }
      .pb-inner a{
          position: relative;
          padding: 10px 40px;
          color: #666;
    font-family: 'Quicksand', Arial, Helvetica, 'Nimbus Sans L', sans-serif;
          font-size: 14px;
          text-transform: uppercase;
      }
      .pb-inner a span{
          position: relative;
      }
      .stitle{
        padding-left: 50px;
      }
      .stitle span{
        position: relative;
        padding-left: 5px;
        text-transform: uppercase;
        color: #666;
      }
      .stitle span::before{
          position: absolute;
          content: '';
          width: 15px;
          height: 3px;
          background: #222;
          left: -15px;
          top: 42%;
      }
      .stitle span::after{
          position: absolute;
          content: '';
          width: 15px;
          height: 3px;
          background: #222;
          right: -20px;
          top: 42%;
      }
      .pb-inner a span::before{
          position: absolute;
          content: '';
          width: 4px;
          height: 4px;
          border-radius: 4px;
          background: #222;
          left: -10px;
          top: 42%;
      }
      .pg-menu.hl .panel-heading{
        padding: 0 0 25px 0;
        padding-left: 25px;
        border-bottom: 1px dashed #ddd;
        position: relative;
      }     
      a.social {
        display: inline-block;
        width: 45px;
        height: 45px;
        border-radius: 45px;
        line-height: 45px;
        text-align: center;
        font-size: 18px;
        color: #fff!important;
        margin-right: 10px;
      }  
      a.social.fb {
        background: #475993;
      }
      a.social.tw {
        background: #76A9EA;
      }
      a.social.yt {
        background: #F61C0D;
      }

  /* BEGIN :: HOME PAGE */
  .icon-block {
    background-image : url(../../images/bg1.jpg);
    background-position: top center;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-size: cover;
    position: relative;
  }
  .carousel-control {
    opacity: 1;
    background: transparent;
  }
  .carousel-control .fa{
    position: absolute;
    top: 50%;
    z-index: 5;
    display: inline-block;
  }
  .carousel-control .fa-chevron-left
  ,.carousel-control .fa-chevron-right {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    margin-left: -15px;
    font-size: 30px;
  }
  .carousel-control .fa-chevron-right {
    right: 50%;
}
  .vision-mission-wrapper{
    margin-top : 20px;
  }
  @media(min-width: 768px) {
    .vision-mission-wrapper{
      margin-top : -100px;
    }
    .vision-mission-wrapper{
      display: flex;  
      margin-top : -100px;
    }
  }
  .vision-mission-box {
    background-position: top center;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-size: cover;  
    text-align: center;
    color: #eee;
    padding: 40px 40px 40px;
  }
  .vision-mission-box h3 {
    margin-bottom: 10px;
  }
  .vision-box {
    background-image: url(../../images/vision.jpg);
  }
  .mission-box {
    background-image: url(../../images/mission.jpg);
  }

  .icon-wrapper {
    padding: 50px 0 50px;
    display: grid;
    grid-template-columns : repeat(5, 1fr);
  }
  .icon-box {
    text-align: center;
    font-size: 14px;
    color: #B48487;
  }
  .icon-box.media {
    color: #333;
  } 
  .icon-box img{
    width: 100px;
    margin: 0 auto;
  }
  .icon-box h4 {
    font-family: 'Quicksand', Arial, Helvetica, 'Nimbus Sans L', sans-serif;
    font-size: 16px;
    color: #EF5874;
    margin-bottom: 5px;
  }

  .row-department {
    margin : 40px 0;
    border: 1px solid #ddd;
  }
  @media (min-width: 992px) {
    .row-department {
      display: flex;
    } 
  }
  .row-department .content {
    padding: 0 40px;
  }
  .row-department table {
    margin-top: 30px;
  } 
  .row-department table tr td {
    padding: 13px 0!important;
  }
  .row-department table tr td:nth-child(1) {
    font-weight: bold;
  }
  .row-department table tr td:nth-child(2) {
    padding-left : 40px!important;
    padding-right : 40px!important;
  }
  .row-department table tr:first-child td {
    border: none;
  }
  .row-department img {
    height: 100%;
    object-fit : cover;    
  }
  
  @media(min-width: 768px) {
    .home-about-box {
      display: grid;
      grid-template-columns : repeat(2, 1fr);
    }
  }
  .home-about-box img {
    width: 100%!important;
    height: 100%;
  }
  .home-about-box .content {
    text-align: center;
    display: flex;
    padding: 30px;
  }
  .home-about-box .content .title-font {
    margin-bottom: 20px;
  }
  .centerMe {
    margin : auto;
    padding-left: 20px;
    padding-right: 20px;
  }
  .home-about-box .content p{ 
    font-size: 1.2rem;
    line-height: 30px;
    margin: 0 0 20px;
  }
  
  .home-events-block {
    background: url(../../images/bg-events.jpg);
    background-size: cover;
    padding: 50px;
    color: #eee;
  }
  .home-events .container {
    max-width: 1000px;
  }
  .faculty-and-staff {
    padding: 30px 0;
  }
  .event-box {
    /* margin: 0 10%; */
    display: grid;
    grid-template-columns: 150px auto 250px;
    margin-top: 30px;
    padding-bottom: 25px;
    border-bottom: 1px solid #eee;
  }
  .event-box:last-child {
    border-bottom: none;
  }
  .event-box > div {
    padding: 0 20px;
  }
  .event-box > div > h3 {
    margin: 0;
    color: #333;
  }
  .event-box > .date {
    position: relative;
    padding-left: 80px;
    display: none;
  }
  .event-box > .date > span{
    position: absolute;
    font-size: 50px;
    font-weight: normal;
    left: 0;
    top: -15px;
    line-height: 70px;
    color: #000;
  }
  .event-box > .date > p {
    color: #444;
  }
  .event-box > .date > p > strong {
    display: block;
    font-size: 24px;
    color: #444;
  }

  .event-box > div.image {
    height: 100px;
    overflow: hidden;
  }
  .event-box > div.image img {
    border: 1px solid #e5e5e5;
  }
  .event-box > div.content > h3 {
    color: #00BEB0;
    font-size: 20px;
  }

  .event-box > div.content p {
    margin-top: 10px;
  }

  .home-about-box.split .content {
    background-image: url(../../images/bg2.jpg);
    color: #eee;
  }
  .home-about-box.admission {
    background-image: url(../../images/bg4.jpg);
    grid-template-columns : repeat(1, 1fr);
  }
  .home-about-box.admission .content {
    padding : 100px;
    color: #eee;
  }
  .our-activities-block {
    padding: 50px 0;
  }
  .activities-wrapper {
    display: grid;
    grid-template-columns : repeat(3, 1fr);
    padding: 25px 0;
  }
  .activity-box {
    margin-top: 15px;
    padding: 10px;
    padding-left: 85px;
    padding-right: 35px;
    line-height: 26px;
    position: relative;
    color: #ddd;
  }
  .activity-box > span {
    position: absolute;
    left: 0;
    top: 0;
  }
  .activity-box > span > img {
    width: 70px;
    height: 70px;
    border-radius: 50%;
  } 

  .our-gallery-block {
    padding: 50px 0 0;
    background-image : url(../../images/bg5.jpg);
  }
  .gallery-wrapper {
    display: grid;
    grid-template-columns : repeat(6, 1fr);
    margin-top: 50px;
  }

  .footer-block {
    background-color : #413737;
    padding: 50px 30px; 
  }
  .footer-block .title-font {
    color: #eee;
    font-size: 20px;
    margin-bottom: 15px;
  }
  .footer-box p, .footer-box li,
  .footer-box a {
    color : rgba(255,255,255,0.4)
  }
  .footer-box li{
    margin-bottom: 8px;
  }
  ul.address li {
    position: relative;
    padding-left: 25px;
  }
  ul.address li .fa {
    position: absolute;
    left: 0;
    top: 3px;
    color: #EF5874;
    font-size: 18px;
  }

  @media(max-width: 767px) {
    .modal.left .modal-dialog,
    .modal.right .modal-dialog  {
      max-width: none;
    }
    .icon-wrapper {
      grid-template-columns : repeat(2, 1fr);
    }
    .home-about-box .content p {
      font-size: 1.1rem;
    }
    .icon-wrapper > div:nth-child(5) {
      grid-column-end : span 2;
    }
    .icon-box {
      display: block;
      margin-bottom: 30px;
    }
    .activities-wrapper {
      grid-template-columns : repeat(2, 1fr);
      padding: 40px;
    }
    .gallery-wrapper {
      grid-template-columns : repeat(3, 1fr);
    }
    .centerMe {
      all : unset;
    }
    .home-about-box.admission .content {
      padding: 4%;
      text-align: center;
    }
    .activity-box {
      padding-left: 0;
      text-align: center;
    }
    .activity-box > span {
      position: relative;
      display: block;
      margin-bottom: 10px;
    }
    .footer-box {
      margin-bottom: 25px;
    }
    .event-box {
      display: block;
      text-align: center;
    }
    .event-box > .date {
      display: none;
    }
    .faculty-box {
      background: #f7f7f7;
      padding: 30px 20px;
      border-radius: 6px;
      margin: 10px 30px;
      border: 1px solid #eee;
    }
    .event-box .image {
      margin-top: 10px;
      margin-bottom: 20px;
      height: auto!important;
    }
    .event-box .btn {
      float: none!important;
    }
    .next-header {
      margin-top: 45px;
    }
  }

  @media(min-width: 768px) and (max-width: 991px) {
    .activities-wrapper {
      grid-template-columns : repeat(2, 1fr);
    }
  }
