/* common css start  */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box; }

a,
a:focus,
a:hover {
  text-decoration: none; }

ol,
ul {
  list-style: none; }

img {
  vertical-align: middle; }

h1,
h2,
h3,
h4,
h5,
h6,
li,
ol,
p,
ul {
  margin-top: 0;
  margin-bottom: 0; }

h1, h2, h3, h4, h5, h6 {
  font-family: "Roboto", serif; }

body {
  font-size: 16px;
  color: #333;
  line-height: 26px;
  font-family: "Open Sans", serif;
  font-weight: 400;
  background: #f3f5f6; }

h2 {
  font-size: 28px;
  text-transform: capitalize;
  color: #232323;
  padding-bottom: 15px; }

.m-link {
  color: white;
  font-size: 13px;
  font-weight: 500;
  font-family: "Open Sans", serif;
  text-transform: uppercase;
  border: 1px solid #0dcaf0;
  display: inline-block;
  line-height: 30px;
  padding: 0 20px;
  overflow: hidden;
  border-radius: 30px;
  z-index: 1;
  position: relative;
  -webkit-transition: all linear 0.4s 0s;
  -moz-transition: all linear 0.4s 0s;
  -o-transition: all linear 0.4s 0s;
  transition: all linear 0.4s 0s; }
  .m-link i {
    margin-left: 5px; }
  .m-link:hover {
    -webkit-transition: all linear 0.4s 0s;
    -moz-transition: all linear 0.4s 0s;
    -o-transition: all linear 0.4s 0s;
    transition: all linear 0.4s 0s;
    color: white;
    border: 1px solid #0dcaf0; }
  .m-link::after {
    position: absolute;
    content: '';
    top: -100%;
    left: -100%;
    width: 100%;
    height: 100%;
    background: #0dcaf0;
    border-radius: 30px;
    z-index: -1;
    -webkit-transition: all linear 0.4s 0s;
    -moz-transition: all linear 0.4s 0s;
    -o-transition: all linear 0.4s 0s;
    transition: all linear 0.4s 0s; }
  .m-link:hover:after {
    top: 0;
    left: 0; }

.see_all_btn {
  color: white;
  font-size: 13px;
  font-weight: 500;
  font-family: "Open Sans", serif;
  text-transform: uppercase;
  border: 1px solid #0dcaf0;
  background: #0dcaf0;
  display: inline-block;
  line-height: 30px;
  padding: 0 20px;
  overflow: hidden;
  border-radius: 5px;
  z-index: 1;
  position: relative;
  -webkit-transition: all linear 0.4s 0s;
  -moz-transition: all linear 0.4s 0s;
  -o-transition: all linear 0.4s 0s;
  transition: all linear 0.4s 0s; }
  .see_all_btn i {
    margin-left: 5px; }
  .see_all_btn:hover {
    -webkit-transition: all linear 0.4s 0s;
    -moz-transition: all linear 0.4s 0s;
    -o-transition: all linear 0.4s 0s;
    transition: all linear 0.4s 0s;
    background: #0dcaf0;
    color: #0dcaf0; }
  .see_all_btn::after {
    position: absolute;
    content: '';
    top: -100%;
    left: -100%;
    width: 100%;
    height: 100%;
    background: white;
    color: #0dcaf0;
    border-radius: 5px;
    z-index: -1;
    -webkit-transition: all linear 0.4s 0s;
    -moz-transition: all linear 0.4s 0s;
    -o-transition: all linear 0.4s 0s;
    transition: all linear 0.4s 0s; }
  .see_all_btn:hover:after {
    top: 0;
    left: 0; }

.pagination {
  justify-content: center; }
  .pagination li .page-link {
    color: #0dcaf0; }

.social_media {
  padding: 0px;
  margin-top: 15px; }
  .social_media li a {
    display: inline-block; }
    .social_media li a i {
      font-size: 16px;
      line-height: 30px;
      text-align: center;
      border-radius: 50%;
      width: 30px;
      height: 30px; }
      @media (max-width: 991px) {
        .social_media li a i {
          font-size: 15px;
          line-height: 25px;
          width: 25px;
          height: 25px; } }

.vbox-close {
  top: 15px;
  right: 15px;
  color: #000;
  background: white; }

@media (max-width: 991px) {
  .p-min-md-0 {
    padding: 0 !important; }
  .mt-min-md-3 {
    margin-top: 1rem; } }

@media (max-width: 767px) {
  .ms-p-0 {
    padding: 0px !important; }
  .p-max--sm-0 {
    padding: 0px !important; } }

.btn-primary {
  background: #0dcaf0;
  border: #0dcaf0; }

/*==================================================
            header css start here
==================================================*/
.top-bar {
  background: #eee;
  padding: 10px 0px; }
  .top-bar a {
    color: #666666; }
  .top-bar strong {
    color: #00000085; }

header .container {
  background: #0dcaf0;
  padding-top: 15px;
  padding-bottom: 15px; }

header .header_content {
  display: flex; }
  @media (max-width: 767px) {
    header .header_content {
      flex-direction: column; } }
  header .header_content img {
    width: 100%;
    object-fit: cover;
    max-height: 250px; }

/*==================================================
            header css end here
==================================================*/
/*==================================================
             nav css start here
==================================================*/
nav {
  margin-top: 2px;
  padding: 0px !important; }
  nav .navbar-toggler {
    padding: 5px; }
    nav .navbar-toggler i {
      color: white;
      font-size: 25px;
      padding: 10px;
      border: 2px solid white;
      border-radius: 5px; }
    nav .navbar-toggler:focus {
      box-shadow: none; }
  nav .container {
    background: #0dcaf0; }
    nav .container .navbar-nav .nav-item .nav-link {
      color: white;
      font-size: 16px;
      font-weight: 600;
      text-transform: capitalize;
      font-family: "Open Sans", serif;
      border-right: 1px solid white;
      -webkit-transition: all linear 0.3s 0s;
      -moz-transition: all linear 0.3s 0s;
      -o-transition: all linear 0.3s 0s;
      transition: all linear 0.3s 0s; }
      @media (max-width: 991px) {
        nav .container .navbar-nav .nav-item .nav-link {
          padding-left: 15px; } }
      nav .container .navbar-nav .nav-item .nav-link:hover {
        color: #e2e2e2;
        -webkit-transition: all linear 0.3s 0s;
        -moz-transition: all linear 0.3s 0s;
        -o-transition: all linear 0.3s 0s;
        transition: all linear 0.3s 0s; }
    nav .container .navbar-nav .nav-item .active {
      color: #e2e2e2; }
    nav .container .navbar-nav .nav-item:last-child .nav-link {
      border-right: 0px; }

/*==================================================
            nav css end here
==================================================*/
/*==================================================
         banner css start here
==================================================*/
#banner img {
  height: 500px;
  object-fit: cover; }
  @media (max-width: 767px) {
    #banner img {
      height: 200px; } }

#banner .slick-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  height: 40px;
  width: 40px;
  border: 3px solid #0dcaf0;
  border-radius: 50%;
  color: #0dcaf0;
  font-size: 20px;
  text-align: center;
  line-height: 40px;
  cursor: pointer;
  z-index: 22;
  -webkit-transition: all linear 0.3s 0s;
  -moz-transition: all linear 0.3s 0s;
  -o-transition: all linear 0.3s 0s;
  transition: all linear 0.3s 0s; }
  #banner .slick-arrow:hover {
    background: white;
    -webkit-transition: all linear 0.3s 0s;
    -moz-transition: all linear 0.3s 0s;
    -o-transition: all linear 0.3s 0s;
    transition: all linear 0.3s 0s; }

#banner .fa-arrow-left {
  left: 5%; }

#banner .fa-arrow-right {
  right: 5%; }

/*==================================================
         banner css end here
==================================================*/
/*==================================================
         marquee css start here
==================================================*/
#marquee marquee {
  padding: 10px;
  font-size: 18px;
  color: #333;
  font-weight: 500;
  font-family: "Open Sans", serif; }
  @media (max-width: 767px) {
    #marquee marquee {
      font-size: 16px; } }

/*==================================================
        marquee css end here
 ==================================================*/
/*==================================================
        about_us css start here
 ==================================================*/
#about_us {
  padding-bottom: 20px; }
  #about_us .about_content {
    text-align: justify; }
    #about_us .about_content h2 {
      padding-bottom: 0px; }
    #about_us .about_content hr {
      margin: 0px;
      margin-bottom: 15px;
      background: #0dcaf0; }
    @media (max-width: 991px) {
      #about_us .about_content {
        margin-bottom: 10px; } }
    #about_us .about_content .card .card-body {
      height: 380px; }
      @media (max-width: 991px) {
        #about_us .about_content .card .card-body {
          height: auto; } }
  @media (max-width: 767px) {
    #about_us .message_side .card {
      margin-top: 25px; } }
  #about_us .message_side .card .card-body {
    padding: 7px !important; }
    @media (max-width: 767px) {
      #about_us .message_side .card .card-body {
        text-align: center; } }
    #about_us .message_side .card .card-body .about_message_img img {
      height: 170px;
      object-fit: cover;
      width: 170px; }
    #about_us .message_side .card .card-body .about_message_text h4 {
      font-size: 20px;
      font-weight: 500;
      color: #333;
      padding-top: 10px; }
      @media (min-width: 992px) {
        #about_us .message_side .card .card-body .about_message_text h4 {
          font-size: 18px;
          font-weight: 500;
          color: #333;
          padding-top: 0px; } }
    #about_us .message_side .card .card-body .about_message_text hr {
      margin: 0px; }
    #about_us .message_side .card .card-body .about_message_text .designation {
      font-size: 14px;
      font-weight: 600;
      color: #232323; }
    #about_us .message_side .card .card-body .about_message_text p {
      color: #333; }
      #about_us .message_side .card .card-body .about_message_text p:hover {
        color: #0dcaf0;
        -webkit-transition: all linear 0.3s 0s;
        -moz-transition: all linear 0.3s 0s;
        -o-transition: all linear 0.3s 0s;
        transition: all linear 0.3s 0s; }
      @media (min-width: 992px) {
        #about_us .message_side .card .card-body .about_message_text p {
          font-size: 14px;
          line-height: 23px; } }

/*==================================================
         about_us css end here
 ==================================================*/
/*==================================================
                oure teacher part start
==================================================*/
#teacher .teacher-info h2 {
  text-align: center; }

#teacher .teacher-info .teacher-member {
  padding-bottom: 25px; }
  #teacher .teacher-info .teacher-member figure {
    margin: 0px 5px;
    margin-bottom: 30px;
    height: auto;
    -webkit-transition: all linear 0.3s 0s;
    -moz-transition: all linear 0.3s 0s;
    -o-transition: all linear 0.3s 0s;
    transition: all linear 0.3s 0s; }
    #teacher .teacher-info .teacher-member figure:hover {
      box-shadow: 0 0 15px rgba(0, 0, 0, 0.201);
      margin-top: -5px; }
    #teacher .teacher-info .teacher-member figure .teacher-img {
      position: relative;
      overflow: hidden; }
      #teacher .teacher-info .teacher-member figure .teacher-img img {
        width: 100%;
        height: 250px;
        object-fit: cover;
        -webkit-transition: all linear 0.4s 0s;
        -moz-transition: all linear 0.4s 0s;
        -o-transition: all linear 0.4s 0s;
        transition: all linear 0.4s 0s; }
        @media (max-width: 767px) {
          #teacher .teacher-info .teacher-member figure .teacher-img img {
            height: 200px; } }
    #teacher .teacher-info .teacher-member figure address {
      padding: 0 5px; }
      #teacher .teacher-info .teacher-member figure address h3 {
        color: #0dcaf0;
        padding-top: 15px;
        font-size: 18px; }
        @media (max-width: 767px) {
          #teacher .teacher-info .teacher-member figure address h3 {
            font-size: 14px; } }
      @media (max-width: 767px) {
        #teacher .teacher-info .teacher-member figure address p {
          font-size: 14px; } }
    #teacher .teacher-info .teacher-member figure:hover .teacher-overlay {
      right: 0; }
    #teacher .teacher-info .teacher-member figure:hover img {
      transform: scale(1.1); }

#teacher .slick-dots {
  position: absolute;
  bottom: 8px;
  left: 50%;
  transform: translateX(-50%);
  padding: 0px; }
  #teacher .slick-dots li {
    display: inline-block; }
    #teacher .slick-dots li button {
      height: 7px;
      width: 20px;
      font-size: 0;
      background: #545454;
      border: 0;
      border-radius: 5px;
      margin: 0 5px;
      -webkit-transition: all linear 0.3s 0s;
      -moz-transition: all linear 0.3s 0s;
      -o-transition: all linear 0.3s 0s;
      transition: all linear 0.3s 0s; }
  #teacher .slick-dots .slick-active button {
    background: #0dcaf0;
    width: 30px; }

#teacher .teacher_card_body {
  height: 450px; }

/*==================================================
                our teacher part ends
==================================================*/
/*==================================================
                our notice part start
==================================================*/
.notice_part .card-body {
  height: 450px; }

.notice_part h2 {
  margin-bottom: 10px;
  color: #515151; }

.notice_part .card-body {
  padding: 5px; }
  .notice_part .card-body ul {
    padding: 0px; }
    .notice_part .card-body ul li.notice_item {
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 10px;
      margin-bottom: 20px;
      padding-left: 30px;
      box-shadow: 0px 0px 3px #00000029; }
      .notice_part .card-body ul li.notice_item::after {
        content: '';
        position: absolute;
        left: 10px;
        top: 50%;
        transform: translateY(-50%);
        height: 90%;
        width: 3px;
        background: #0dcaf0; }
      .notice_part .card-body ul li.notice_item a {
        color: #0dcaf0;
        padding: 8px 0px; }
        .notice_part .card-body ul li.notice_item a p {
          font-size: 28px;
          font-weight: 700; }
        .notice_part .card-body ul li.notice_item a .date {
          font-size: 13px;
          color: #666; }
        .notice_part .card-body ul li.notice_item a:hover {
          color: #0056b3; }
        .notice_part .card-body ul li.notice_item a.down_icon {
          height: 40px;
          width: 40px;
          border: 1px solid #0dcaf0;
          display: inline-block;
          text-align: center;
          line-height: 40px; }
    .notice_part .card-body ul li.home_item_notice {
      padding-top: 9px;
      padding-bottom: 9px;
      margin-bottom: 10px; }
      .notice_part .card-body ul li.home_item_notice a p {
        font-size: 14px; }
      .notice_part .card-body ul li.home_item_notice:last-child {
        margin-bottom: 0px; }

#notice_page .card-body {
  height: auto !important; }

/*==================================================
                our teacher part ends
==================================================*/
/*==================================================
                event part start
==================================================*/
#event h2 {
  padding-top: 15px;
  padding-bottom: 30px; }

#event .event-item figure {
  border: 1px solid #575152;
  -webkit-transition: all linear 0.4s 0s;
  -moz-transition: all linear 0.4s 0s;
  -o-transition: all linear 0.4s 0s;
  transition: all linear 0.4s 0s; }
  #event .event-item figure:hover {
    box-shadow: 0px 0px 9px rgba(255, 255, 255, 0.507);
    margin-top: -5px; }
  #event .event-item figure .event-img {
    overflow: hidden;
    height: 300px; }
    #event .event-item figure .event-img img {
      -webkit-transition: all linear 0.3s 0s;
      -moz-transition: all linear 0.3s 0s;
      -o-transition: all linear 0.3s 0s;
      transition: all linear 0.3s 0s;
      width: 100%;
      height: 100%;
      object-fit: cover; }
  #event .event-item figure:hover .event-img img {
    transform: scale(1.1); }
  #event .event-item figure figcaption {
    padding: 30px 22px 45px 22px;
    height: 350px;
    display: flex;
    flex-direction: column;
    justify-content: space-between; }
    @media (max-width: 1199px) {
      #event .event-item figure figcaption {
        height: 433px; } }
    @media (max-width: 991px) {
      #event .event-item figure figcaption {
        height: 350px; } }
    @media (max-width: 767px) {
      #event .event-item figure figcaption {
        padding: 20px 10px; } }
    #event .event-item figure figcaption h3 {
      font-size: 20px;
      line-height: 28px;
      font-weight: 500;
      padding-bottom: 10px;
      color: #333; }
      @media (max-width: 767px) {
        #event .event-item figure figcaption h3 {
          padding-bottom: 0px; } }
    #event .event-item figure figcaption p {
      text-align: justify;
      padding-top: 5px;
      color: #333; }
      #event .event-item figure figcaption p i {
        color: #0dcaf0;
        margin-right: 5px; }
    #event .event-item figure figcaption .m-link {
      color: #0dcaf0;
      margin-top: 25px;
      border: 1px solid #0dcaf0; }
      #event .event-item figure figcaption .m-link:hover {
        color: white; }
      @media (max-width: 767px) {
        #event .event-item figure figcaption .m-link {
          margin-top: 15px; } }

/*==================================================
                event part ends
==================================================*/
/*==================================================
                footer part start
==================================================*/
footer h3 {
  font-size: 20px;
  line-height: 26px;
  color: white;
  font-weight: 500;
  text-transform: capitalize; }

footer p {
  color: white; }

footer .text-justify {
  text-align: justify; }

/*==================================================
                footer part ends
==================================================*/
/*==================================================
                Event Details  part start
==================================================*/
#event_details h3 {
  font-size: 20px;
  line-height: 28px;
  font-weight: 500;
  padding-bottom: 10px;
  color: #333; }

#event_details figure {
  border: 1px solid #575152;
  -webkit-transition: all linear 0.4s 0s;
  -moz-transition: all linear 0.4s 0s;
  -o-transition: all linear 0.4s 0s;
  transition: all linear 0.4s 0s; }
  #event_details figure .event-img {
    overflow: hidden; }
    #event_details figure .event-img img {
      width: 100%; }
  #event_details figure figcaption {
    padding: 30px 22px 45px 22px; }
    #event_details figure figcaption h3 {
      font-size: 20px;
      line-height: 28px;
      font-weight: 500;
      padding-bottom: 10px;
      color: #333; }
    #event_details figure figcaption p {
      text-align: justify;
      padding-top: 5px;
      color: #333; }
      #event_details figure figcaption p i {
        color: #0dcaf0;
        margin-right: 5px; }

.event__list .card {
  margin-bottom: 10; }
  .event__list .card .card-body {
    padding: 7px !important; }
    .event__list .card .card-body h3 {
      font-size: 16px;
      font-weight: 500;
      color: #232323;
      line-height: 20px;
      -webkit-transition: all linear 0.4s 0s;
      -moz-transition: all linear 0.4s 0s;
      -o-transition: all linear 0.4s 0s;
      transition: all linear 0.4s 0s; }
    .event__list .card .card-body img {
      width: 100%; }
    .event__list .card .card-body p {
      font-size: 14px;
      font-weight: 600;
      color: #232323;
      line-height: 15px; }
  .event__list .card:hover h3 {
    color: #0dcaf0;
    -webkit-transition: all linear 0.4s 0s;
    -moz-transition: all linear 0.4s 0s;
    -o-transition: all linear 0.4s 0s;
    transition: all linear 0.4s 0s; }

/*==================================================
                Event Details part ends
==================================================*/
/*==================================================
                Message Page css start here
==================================================*/
#message_page .message_main_img {
  width: 100%;
  height: 350px;
  object-fit: contain; }

#message_page .message_text p {
  margin-bottom: 10px; }

#message_page .pull-right {
  float: right; }

/*==================================================
                Message page css end here
==================================================*/
/*==================================================
                about page css end here
==================================================*/
#about_page {
  margin-top: 25px; }
  #about_page .about_img img {
    width: 100%;
    height: 500px;
    object-fit: cover; }
    @media (max-width: 767px) {
      #about_page .about_img img {
        height: 230px; } }
  #about_page .about_text h2 {
    color: #333;
    font-size: 32px;
    font-weight: 400; }
    @media (max-width: 991px) {
      #about_page .about_text h2 {
        padding-top: 20px; } }
  #about_page .about_text p {
    font-size: 18px;
    line-height: 28px;
    color: #333; }

/*==================================================
                about page css end here
==================================================*/
/*==================================================
                gellary page css start here
==================================================*/
#gellary_page .gellary_images a {
  display: inline-block;
  width: 100%;
  height: 280px; }
  @media (max-width: 767px) {
    #gellary_page .gellary_images a {
      height: 150px; } }
  @media (max-width: 991px) {
    #gellary_page .gellary_images a {
      height: 210px; } }
  #gellary_page .gellary_images a img {
    width: 100%;
    height: 100%;
    object-fit: cover; }

#gellary_page .gellary_category ul {
  padding: 0px; }
  #gellary_page .gellary_category ul li {
    padding: 5px 0px; }
    #gellary_page .gellary_category ul li a {
      display: block;
      font-size: 18px;
      font-weight: 500;
      font-family: "Roboto", serif;
      text-transform: capitalize;
      padding: 10px 5px;
      color: #0dcaf0;
      border-radius: 5px;
      border: 1px solid #0dcaf0;
      -webkit-transition: all linear 0.3s 0s;
      -moz-transition: all linear 0.3s 0s;
      -o-transition: all linear 0.3s 0s;
      transition: all linear 0.3s 0s; }
      @media (max-width: 767px) {
        #gellary_page .gellary_category ul li a {
          font-size: 15px;
          padding: 5px 10px; } }
      #gellary_page .gellary_category ul li a:hover {
        background: #0dcaf0;
        color: white;
        -webkit-transition: all linear 0.3s 0s;
        -moz-transition: all linear 0.3s 0s;
        -o-transition: all linear 0.3s 0s;
        transition: all linear 0.3s 0s; }
      #gellary_page .gellary_category ul li a.active {
        background: #0dcaf0;
        color: white; }

/*==================================================
                gellary page css end here
==================================================*/
