/*!
Project Name: Manmohan Memorial Institute of Health Sciences
Front-End Developer: Bikash Bhandari
Front-End Developer Email: bikash.433@gmail.com
Front-End Developer URI: www.bhandaribikash.com.np
Description: Manmohan Memorial Institute of Health Sciences.
*/
@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:ital,wght@0,300;0,400;0,700;1,300;1,400;1,700&family=Roboto+Slab:wght@100;200;300;400;500;600;700;800;900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
@import url("https://fonts.googleapis.com/css2?family=Spartan:wght@100;200;300;400;500;600;700;800;900&display=swap");

body {
  padding-top: 0px;
  font-family: "Open Sans", sans-serif;
  font-family: 'Roboto Condensed', sans-serif;
  font-family: 'Roboto Slab', serif;
  font-family: 'Roboto', sans-serif;

  font-family: "Poppins", sans-serif;
  -webkit-font-smoothing: antialiased;

}
img {
  max-width: 100%;
}
main {
  min-height: 20vh;
  display: block;
  clear: both;
}
a {
  cursor: pointer;
  color: #17469e;
}
.main_logo {
  position: relative;
  display: block;
  padding: 5px 0px;
}
.main_logo img {
  max-height: 90px;
  max-width: 120px;
  background: #fff;
  display: inline-block;
  position: relative;
  vertical-align: middle;
}
.main_logo span{display: inline-block; font-family: 'Noto Serif', serif; font-weight: 700;
  position: relative; width: 63%; color: #123456; text-transform: uppercase; font-size: 16px;
  vertical-align: middle; padding-left: 16px; letter-spacing: 0.025rem; line-height: 20px;}
/* .main_logo:after {
  position: absolute;
  left: 98%;
  width: 100px;
  height: 120px;
  background: url(../images/triangle_1.png);
  content: " ";
  pointer-events: none;
  bottom: 0;
  z-index: 9;
  background-repeat: no-repeat;
  background-size: cover;
  background-size: contain;
} */

.main_logo span small{
  display:inline-block; position: relative; font-size: 10px; font-weight: 700; 
  text-transform: uppercase; text-align: center; color: #17469e;
  /*  padding: 2px 10px; border-radius: 9px;  background: #00a650; color: #fff; */
}
/* .xw-global-header:before {
  position: absolute;
  right: 74%;
  left: auto;
  bottom: 0;
  width: 100%;
  height: 150px;
  background: #fff;
  content: " ";
  pointer-events: none;
  bottom: 0;
  z-index: 0;
}
.xw-global-header.sticky:before {
  right: 80%;
} */

/*!
  Project Name: Manmohan Memorial Institute of Health Sciences
  Front-End Developer: Bikash Bhandari
  Front-End Developer Email: bikash.433@gmail.com
  Front-End Developer URI: www.bhandaribikash.com.np
  Description: Manmohan Memorial Institute of Health Sciences.
*/
.xw-global-header__main,
.xw-global-header.sticky .xw-global-header__main {
  padding-bottom: 0px;
}
.xw-global-header.sticky .main_logo img {
  margin-top: -15px;
  max-height: 60px;
}

.xw-global-header__main,
.xw-global-header.sticky .xw-global-header__main {
  padding-bottom: 0px;
}
.xw-global-header.sticky .main_logo img {
  margin-top: -5px;
  max-height: 70px;
}
.header_btn {
  display: inline-block;
  position: relative;
  text-align: right;
  list-style: none;
  padding-left: 0px;
  padding-top: 20px;
  display: block;
  width: 100%;
  margin-bottom: 0px;
}
.header_btn li {
  display: inline-block;
  position: relative;
  margin-left: 10px;
}
.header_btn li:first-child {
  margin-left: 0px;
}
.header_btn li a {
  font-weight: 500;
  border-radius: 25px;
  padding: 5px 15px;
}
.xw-global-header.sticky .header_btn {
  padding-top: 15px;
}

.header_btn {
  display: inline-block;
  position: relative;
  text-align: right;
  list-style: none;
  padding-left: 0px;
  padding-top: 10px;
  display: block;
  width: 115%;
  margin-bottom: 0px;
  margin-left: -30px;
}
.header_btn li {
  display: inline-block;
  position: relative;
  margin-left: 10px;
}
.header_btn li:first-child {
  margin-left: 0px;
}
.header_btn li a {
  font-weight: 500;
  padding: 5px 15px;
  font-size: 14px;
  color: #fff;
  border-radius: 0px;
  border:none;
  min-width: 120px;
}
.login-drop .dropdown-menu a{ color: #002c72; border-color: #005550; font-weight: 500;}
.xw-global-header.sticky .header_btn {
  padding-top: 15px; position: absolute; right: 0; z-index: 1;
}

.social_media{position:fixed; top: 40%; right: 0; z-index: 3;}
.social_media li{list-style-type: none;}
.social_media li a{height:35px; width:35px; font-size: 20px; padding: 5px; background: #567890; color:#fff; 
  display: inline-block; text-align: center; border-bottom: 1px solid #405566;}
  .social_media li:last-child a{border-bottom:none;}
.social_media li a img{max-height: 25px; max-width:100%;}
.social_media li a i{font-size: 20px;}
.social_media li a:hover{background:#00a650;}

.btn-success {
  color: #fff;
  background-color: #00a650;
  border-color: #e32100;
}
.btn-primary {
  color: #fff;
  background-color: #006699;
  border-color: #002c72;
}
.btn-warning {
  color: #fff;
  background-color: #00a650;
  border-color: #e32100;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning:not(:disabled):not(.disabled):active {
  color: #fff;
  background-color: #00a650;
  border-color: #e32100;
  box-shadow: 0 0 0 0.2rem rgb(222 170 12 / 50%);
}

.xw-section-board-member,
.bg-gray-pattern {
  background: url(../images/white-gray-pattern.jpg) center fixed repeat;
  /* border-bottom: 1px solid #fff; */
  border-top: 1px solid #fff;
}
.bg-white {
  background: #fff;
  border-bottom: 1px solid #ddd;
  border-top: 1px solid #ddd;
}

.xw-section__content {
  margin-left: -10px;
  margin-right: -10px;
}

#particles-js {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  right: 0;
  z-index: -1;
}
.xw-section--why-us {
  z-index: 2;
  /* background-position: 0px -125px; */
}
.xw-section--why-us:after {
  content: none;
}
.xw-btn {
  cursor: pointer;
}
.login-drop a:hover{color: #fff;}


/*!
  Project Name: Manmohan Memorial Institute of Health Sciences
  Front-End Developer: Bikash Bhandari
  Front-End Developer Email: bikash.433@gmail.com
  Front-End Developer URI: www.bhandaribikash.com.np
  Description: Manmohan Memorial Institute of Health Sciences.
*/
.xw-footer-widget p {
  text-align: justify;
}
.xw-btn:hover {
  background: #00a650;
  border-color: #00a650;
}
.xw-sidebar-widget--news a:hover .xw-sidebar-widget--news__right h5,
.xw-sidebar-widget--news a:hover .xw-sidebar-widget--news__right h6,
.xw-event-item a:hover h4 {
  color: #00a650;
}
.xw-event-item a:hover .xw-event-item__date {
  background-color:rgb(252 255 251);
}
.xw-sidebar-widget--news:hover .xw-sidebar-widget--news__overlay{background-color: rgb(76 183 72 / 6%);}
.btn-primary:hover,
.btn-danger:hover,
.xw-book-tour .xw-link:hover {
  background-color: #00a650;
  border-color: #00a650;
}
.xw-event-item a:hover .xw-event-item__text {
  border-top-color: #00a650;
}
.xw-section-testimonial {
  border-bottom: 1px solid #ddd;
}

.main-modal {
  padding-top: 30px;
}
.main-modal .modal-header {
  font-size: 18px;
  font-weight: 500;
  padding: 10px 25px 5px 20px;
}
.main-modal .modal-header span {
  display: inline-block;
  position: relative;
  width: 92%;
  color: #2270b2;
}
.main-modal .modal-header .close {
  position: absolute;
  top: 25px;
  right: 25px;
  font-size: 16px;
  background: #005550;
  color: #fff;
  padding: 5px 7px;
  opacity: 1;
  font-weight: normal;
  border-radius: 100%;
}

/*!
      Project Name: Manmohan Memorial Institute of Health Sciences
      Front-End Developer: Bikash Bhandari
      Front-End Developer Email: bikash.433@gmail.com
      Front-End Developer URI: www.bhandaribikash.com.np
      Description: Manmohan Memorial Institute of Health Sciences.
    */
/*Photo Gallery Album*/
.gallery-album .img-wrapper {
  box-shadow: 0px 5px 15px 0px rgb(8 18 109 / 15%);
  background: #00a650;
  min-height: 200px;
}
.gallery-album .img-wrapper .caption {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 15px;
  background: rgba(0, 0, 0, 0.3);
}
.gallery-album .img-wrapper .caption:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 100%;
  background: #fff;
  transition: all 0.5s ease-in;
  -moz-transition: all 0.5s ease-in;
  -webkit-transition: all 0.5s ease-in;
}
.gallery-album .img-wrapper .caption h6 a {
  color: #fff;
  font-size: 18px;
  position: relative;
  font-weight: 400;
}
.gallery-album .img-wrapper .caption span {
  display: block;
  font-size: 14px;
  line-height: 14px;
  color: #fff;
  padding: 0 0 5px;
  position: relative;
  font-weight: 300;
}
.gallery-album .img-wrapper:hover img {
  opacity: 0.4;
}
.gallery-album .img-wrapper:hover .caption:before {
  width: 100%;
}
.gallery-album .img-wrapper .caption h6 a {text-align: left;}
.gallery-album .img-wrapper:hover .caption h6 a {
  text-decoration: none;
  color: #00a650;
}
.gallery-album .img-wrapper .caption h6 a:hover {
  text-decoration: none;
  color: #00a650;
}
.gallery-album .img-wrapper:hover .caption span {
  color: #222;
}
.gallery-album .img-wrapper:hover .caption span:last-child {
  color: #002c72;
}

/*Gallery*/
.gallery-section {
  padding: 60px 0px 60px 0px;
  background: #fff;
  position: relative;
  display: block;
  background-image: url(../../images/bg-shape-6.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  background-attachment: fixed;
}

.gallery_list .col-md-4 {
  margin-bottom: 30px;
}

/*CSS for Gallery*/
.img-wrapper {
  position: relative;
  margin-bottom: 30px;
}
.img-wrapper a {
  display: block; text-align: center;
}
.img-wrapper img {
  max-width: 100%;
  max-height: 240px;
  margin-left: auto; margin-right: auto;
  -webkit-box-shadow: 0 5px 15px rgba(51,51,51,.5);
  box-shadow: 0 5px 15px rgba(51,51,51,.5);
}
.img-wrapper img:focus, .img-wrapper img:hover {
  background-color: rgb(252 255 251); -webkit-box-shadow: -2px 2px 14px #0000002e;
  -moz-box-shadow: -2px 2px 14px #0000002e; box-shadow: -2px 2px 14px #0000002e;
}

.gallery-img .img-overlay {
  background: rgba(0, 0, 0, 0.7);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
}
.gallery-img .img-overlay a {
  padding: 60px;
}
.gallery-img .img-overlay i,
.gallery-img .img-overlay svg {
  color: #fff;
  font-size: 3em;
}
.gallery-img #overlay {
  background: rgba(0, 0, 0, 0.7);
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 999999;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.gallery-img #overlay img {
  margin: 0;
  width: 80%;
  height: auto;
  object-fit: contain;
}
.gallery-img .img-overlay:hover {
  cursor: pointer;
}
.gallery-img #nextButton,
.gallery-img #prevButton {
  padding: 60px;
  color: #fff;
  font-size: 2em;
  transition: opacity 0.8s;
  cursor: pointer;
}
.gallery-img #exitButton {
  color: #fff;
  font-size: 2em;
  transition: opacity 0.8s;
  position: absolute;
  top: 15px;
  right: 15px;
}
.gallery-img #nextButton:hover,
.gallery-img #prevButton:hover,
.gallery-img #exitButton:hover {
  opacity: 0.7;
}
.btn-sec {
  display: block;
  text-align: center;
}
.btn-sec a {
  padding: 5px 30px;
  display: inline-block;
  position: relative;
  font-weight: 500;
  font-size: 14px;
  border-radius: 25px;
  color: #00a650;
  border-color: #00a650;
  background: #fff;
}

/*====================================
    BreadCrumbs CSS
======================================*/
.breadcrumbs {
  position: relative;
  padding: 30px 0px;
  text-align: center;
  z-index: 0;
  background:#abcdef;
}
.breadcrumbs::before {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  /* background-color: #ffffff; */
  content: "";
  opacity: .50;
}
.breadcrumbs .bread-title {
  position: relative;
  border-radius: 5px;
}
.breadcrumbs .bread-title p {
  color: #123456;
  font-size: 13px;
}
.breadcrumbs h2 {
  color: #012c6d;
  text-transform: capitalize;
  font-size: 35px;
  margin: 0;
  padding: 0;
  line-height: 45px;
  position: relative;
  font-weight: 500;
  padding-top: 0px;
  font-family: 'Noto Serif', serif;
}
.breadcrumbs .bread-list {
  display: block;
  margin-top: 15px;
}
.breadcrumbs ul {
  padding-left: 15px;
  margin-bottom: 5px;
}
.breadcrumbs ul li {
  display: block;
  display: inline-block;
  color: #123456;
}
.breadcrumbs ul li span {
  margin: 0px 10px;
  font-size: 11px;
  font-weight: 400;
  color: #123456;
  font-size: 16px;
  font-weight: 400;
  text-transform: capitalize;
}

.breadcrumbs ul li a {
  color: #123456;
  font-size: 16px;
  font-weight: 500;
  text-transform: capitalize;
}
.breadcrumbs .bread-menu {
  color: #123456;
  z-index: 333;
  position: relative;
  line-height: initial;
  font-size: 0; padding-top: 10px;
}
/* .breadcrumbs .bread-menu:before {
  content: "";
  position: absolute;
  top: 50%;
  width: 32px;
  height: 5px;
  left: 0;
  background: #9effef;
  margin-top: -2.5px;
} */
.breadcrumbs .bread-menu li a {
  color: #123456;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-size: 16px;
  font-weight: 400;
  display: inline-block;
}
.breadcrumbs .bread-menu li a:hover {
  color: #00a650;
}
.breadcrumbs .bread-menu li:last-child {
  margin: 0;
  padding: 0;
}
/* .breadcrumbs .bread-menu li + li::before {
      content: '\f105';
      font-family: "FontAwesome";
      left: -7px;
      position: relative;
      font-size: 18px;
    } */

/*Start About Us CSS*/
.section-title {
  position: relative;
  text-align: center;
  font-family: "Poppins", sans-serif;
}
.section-title h2 {
  font-size: 26px;
  position: relative;
  display: inline-block;
  text-transform: capitalize;
  color: #001000;
  line-height: 20px;
  margin-bottom: 25px;
  font-family: 'Noto Serif', serif;
  font-weight: 700;
}
.section-title h2 span {
  display: inline-block;
  color: #fff;
  position: relative;
  border-radius: 50px;
  padding: 5px 15px;
  line-height: initial;
  font-size: 13px;
  background: #17469e;
  margin-bottom: 15px;
  font-weight: 500;
}
.section-title h2 span:before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -8px;
  border-top: 8px solid #17469e;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  margin-left: -8px;
}
.section-title h2 b {
  font-size: 30px;
  color: #123456;
  font-weight: 700;
  line-height: 1.3;
  text-align: left;
  display: block;
}
.section-title h2 b em{
  color: #17469e;
  font-style: normal;
}
.section-title.style2 h2 {
  margin-bottom: 0px;
}
.section-title.style2 h4 {
  font-size: 15px;
  font-weight: 400;
}
.section-title p {
  display: block;
  font-size: 15px;
}
/* Style Two */
.section-title.style2 {
  overflow: hidden;
}
.section-title.style2 .section-top {
  float: left;
  width: 50%;
  text-align: left;
}
.section-title.style2 .section-bottom {
  float: right;
  width: 50%;
  text-align: right;
}
.section-title.style2 .text-style-two {
  margin-top: 60px;
}

/* Text Left */
.section-title.text-left .icon:after {
  display: none;
}
.section-title.text-left .icon:before {
  left: 30px;
}
/* Text Right */
.section-title.text-right .icon:before {
  display: none;
}
.section-title.text-right .icon:after {
  right: 30px;
}
.about-us {
  padding: 45px 0 45px;
  background: #fff;
  position: relative;
}
.about-us .modern-img-feature{max-height: 475px; overflow: hidden;  border-radius: 6px; 
  position: relative; z-index: 1;}
.modern-img-feature img {
  position: relative; max-height: 500px; max-width: 100%;
}
/* About Area */
.about-area .section-title {
  margin-bottom: 15px;
}
.about-area .section-title h2 b {
  display: block;
  font-weight: 700;
  font-size: 25px;
  line-height: 34px;
}
.about-content p {
  margin-bottom: 20px;
  text-align: justify;
  font-weight: 400;
  line-height: 25px;
  letter-spacing: 0.014rem;
  color: #234567;
}
.about-content p:last-child {
  margin: 0;
}
.about-content .button {
  margin-top: 20px;
}

.small-list-feature ul {
  margin-top: 20px;
  list-style-type: none;
  padding-left: 5px;
}
.small-list-feature ul li {
  line-height: 35px;
}
.small-list-feature ul li svg {
  color: #00a650;
  margin-right: 10px;
  border: 1px solid #00a650;
  border-radius: 100%;
  width: 25px !important;
  height: 25px;
  line-height: 25px;
  text-align: center;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  padding: 5px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
}
.small-list-feature ul li:hover svg {
  border-radius: 100%;
  background: #00a650;
  color: #fff;
  border-color: transparent;
}


.about_short figure{position: relative; float: left; margin-right: 10px;}
.about_short figure img{max-height: 300px; max-width: 100%;}

/*!
  Project Name: Manmohan Memorial Institute of Health Sciences
  Front-End Developer: Bikash Bhandari
  Front-End Developer Email: bikash.433@gmail.com
  Front-End Developer URI: www.bhandaribikash.com.np
  Description: Manmohan Memorial Institute of Health Sciences.
*/
.pf-details, .about-details {
  padding-bottom: 45px;
  padding-top: 45px;
}
.pf-details .single-content h4, .about-details .single-content h4 {
  margin-bottom: 20px;
  font-size: 24px;
  padding-left: 20px;
  position: relative;
  font-weight: 600;
  color: #012c6d;
  font-family: 'Noto Serif', serif;
}
.pf-details .single-content h4:before, .about-details .single-content h4:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 4px;
  height: 100%;
  background: #17469e;
}
.pf-details .single-content p, .about-details .single-content p {
  margin-bottom: 20px;
  text-align: justify;
  line-height: 26px;
  font-weight: 400;
}
.pf-details .single-content p strong, .about-details .single-content p strong{font-weight: 600;}
.pf-details .single-content p:last-child, .about-details .single-content p:last-child {
  margin: 0;
}

.pt-45 {
  padding-top: 45px;
}
.single-content figure {
  margin-bottom: 30px;
}

.pf-details .single-content ul li{margin-bottom: 10px; line-height: 20px;   font-weight: 400;}
.pf-details .single-content ul li:last-child{margin-bottom: 0px;}

/* Service MENU */
.service-sidebar .widget-title {
  color: #fff !important;
  position: relative;
  display: block;
  text-transform: capitalize;
  background: #17469e;
  border-radius: 25px 0 25px 0;
  padding: 10px 22px;
  margin-right: -20px;
  margin-left: -20px;
  font-size: 20px;
  font-weight: 600;
  font-family: 'Noto Serif', serif;
}
.service-sidebar .xw-sidebar.related_item .widget-title{margin-right: 0px; margin-left: 0px;}
/* .service-sidebar .widget-title:before {
  content: "";
  position: absolute;
  left: 0;
  width: 40px;
  height: 2px;
  bottom: 0;
  background: #00a650;
  display: block;
} */
.service-sidebar .widget ul li a svg {
  margin-right: 10px; margin-top: 7px;
  float: right;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.service-sidebar .widget {
  background: #fff;
  box-shadow: 0px 0px 15px #0000001c;
  padding: 20px; padding-top: 0px;
  border-top-left-radius: 25px;
  border-top-right-radius: 25px;
}
.service-sidebar .widget h6 {
  margin-bottom: 0px;
  margin-top: 10px;
  color: #00a650;
  font-weight: 500;
}

.service-sidebar .widget a {
  padding: 0;
  font-size: 16px;
  font-weight: 500;
  border-bottom: 1px solid #ddd;
  display: block;
  width: 100%;
  line-height: 30px;
  padding: 5px 0px;
  font-family: "Poppins", sans-serif;
}
.service-sidebar .widget a:hover {
  border-color: #9effef;
}
.service-sidebar .widget a:hover,
.service-sidebar .widget ul li a:hover:before {
  color: #00a650;
}

.widget {
  margin: 0 0 2em;
}
.button button {
  border-radius: 25px;
  font-weight: 500;
  min-width: 150px;
}
#menu-service-menu {
  padding-left: 0px;
  list-style-type: none;
  margin-bottom: 0px;
}

.pf-details .news-meta {
  padding-left: 0px;
  border-bottom: 1px solid #ddd;
  padding-bottom: 10px;
}
.pf-details .news-meta li:before {
  display: none;
}
.pf-details .news-meta li {
  display: inline-block;
  margin: 0;
  margin-right: 15px;
  padding: 0;
}
.pf-details .news-meta li svg {
  color: #e20c30;
  margin-right: 5px;
}

.service-single-sidebar.widget p{font-weight: 400; font-size: 14px;}

/* Widget Tags*/
.tagcloud ul {
  margin-left: -5px;
}
.tagcloud ul li {
  display: inline-block;
  margin-top: 10px !important;
  margin-left: 5px;
}
.tagcloud a {
  color: #555;
  font-size: 14px !important;
  display: inline-block;
  padding: 2px 10px;
  background: #fff;
  background: #f4f9fc;
  border-radius: 50px;
}

.tagcloud a:hover {
  background: #00a650;
  color: #fff;
}

.sidebar-title {
  position: relative;
  font-size: 20px;
  text-transform: capitalize;
  display: block;
  margin-bottom: 10px;
  padding-bottom: 10px;
  margin-top: 0;
}
.sidebar-title::before {
  content: "";
  position: absolute;
  left: 0;
  width: 40px;
  height: 2px;
  bottom: 0;
  background: #e20c30;
  display: block;
}

.single-sidebar {
  margin-bottom: 30px;
  background: #fff;
  padding: 20px;
  -webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}
.single-sidebar ul,
.single-sidebar ul li {
  list-style: none;
  padding: 0;
  margin: 0;
}
.single-sidebar ul li:before {
  display: none;
}

/*For Pagination*/
.pagination-sec {
  text-align: left;
}
.pagination-sec li {
  display: inline-block;
  padding: 0px 2px;
}
.pagination-sec li a {
  border-radius: 50px;
}
.pagination-sec span,
.pagination-sec a,
.pagination-sec a:focus {
  background: #0160ae;
  width: 35px;
  height: 35px;
  color: #fff;
  line-height: 35px;
  text-align: center;
  position: relative;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: inline-block;
}
.pagination-sec li.current a,
.pagination-sec li:hover a {
  background: #00a650;
  color: #fff;
  -webkit-box-shadow: 0px 10px 15px rgba(88, 85, 85, 0.15);
  -moz-box-shadow: 0px 10px 15px rgba(88, 85, 85, 0.15);
  box-shadow: 0px 10px 15px rgba(88, 85, 85, 0.15);
}
.pagination-sec li.prev a,
.pagination-sec li.next a {
  box-shadow: none;
  color: #fff;
  width: auto;
  padding: 0 20px;
}
/*!
      Project Name: Manmohan Memorial Institute of Health Sciences
      Front-End Developer: Bikash Bhandari
      Front-End Developer Email: bikash.433@gmail.com
      Front-End Developer URI: www.bhandaribikash.com.np
      Description: Manmohan Memorial Institute of Health Sciences.
    */

/*====================================
    Faqs CSS
    ======================================*/
.faqs {
  padding: 45px 0 45px;
}
.faqs .single-faq {
  margin-bottom: 10px;
}
.faq-title i,
.faq-title svg {
  width: 42px;
  line-height: 55px;
  font-size: 16px;
  text-align: center;
  color: #00a650;
  position: absolute;
  display: inline-block !important;
  left: 0;
  top: 0;
  height: 100%;
  border-right: 1px solid #ebebeb;
}

.faq-title a {
  padding: 10px 15px;
  font-size: 18px;
  border: 1px solid #ebebeb;
  margin-bottom: 1px;
  display: block;
  color: #00a650;
  position: relative;
}
.faq-title a.collapsed {
  color: #002c72;
}
.faq-title a:hover,
.faq-title a.collapsed:hover {
  color: #00a650;
}
.faq-title a.collapsed i.fa-minus,
.faq-title a i.fa-plus,
.faq-title a.collapsed svg.fa-minus,
.faq-title a svg.fa-plus {
  display: none !important;
}
.faq-title a i.fa-minus,
.faq-title a.collapsed i.fa-plus,
.faq-title a svg.fa-minus,
.faq-title a.collapsed svg.fa-plus {
  display: inline-block !important;
}

.faq-body {
  border: none;
  background: #fff;
  padding: 20px 49px;
  border: 1px solid #ebebeb;
  border-top: none;
}
.faq-body p {
  font-size: 15px;
}

/* .faq-title a:before{
    content: "\f068";
    font-family: 'FontAwesome';
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    display: inline-block; position: relative;
    font-weight: 100;
    margin-right: 5px;
    padding-right: 10px;
    border-right: 1px solid #ddd;
    color: #00a650;
  } */
.faq-title a:hover:before,
.faq-title a.collapsed:hover:before {
  color: #00a650;
}
/* .faq-title a.collapsed:before {
  content: "\f067";
  font-family: "FontAwesome";
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: inline-block;
  position: relative;
  font-weight: 100;
  margin-right: 5px;
  padding-right: 10px;
  border-right: 1px solid #ddd;
  color: #002c72;
} */
/*====================================
    End Faqs CSS
  ======================================*/
/*!
    Project Name: Manmohan Memorial Institute of Health Sciences
    Front-End Developer: Bikash Bhandari
    Front-End Developer Email: bikash.433@gmail.com
    Front-End Developer URI: www.bhandaribikash.com.np
    Description: Manmohan Memorial Institute of Health Sciences.
  */
/*======================================
  Contact Box CSS
  ========================================*/
.single-contact-box {
  text-align: left;
  margin-bottom: 20px;
  position: relative;
}
.single-contact-box i {
  font-size: 25px;
  width: 55px;
  height: 55px;
  line-height: 55px;
  background: #0160ae;
  color: #fff;
  text-align: center;
  border-radius: 100%;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.single-contact-box p{font-weight: 400;}
.single-contact-box svg {
  font-size: 25px;
  width: 45px !important;
  height: 45px;
  line-height: 45px;
  padding: 10px;
  background: #17469e;
  color: #fff;
  text-align: center;
  border-radius: 100%;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  margin-top: 10px;
}
.single-contact-box:hover i {
  background: #00a650;
  color: #fff;
}
.single-contact-box h4 {
  color: #17469e;
  display: block;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
  font-size: 16px;
  margin-bottom: 0px;
  line-height: inherit;
  margin-bottom: 5px;
  font-weight: 600;
  font-family: 'Noto Serif', serif;
}
.single-contact-box .col-lg-2 {
  padding-right: 0px;
  text-align: right;
}
.contact-us .contact-form-area h4 {
  margin-bottom: 20px;
  font-size: 24px;
  padding-left: 20px;
  position: relative;
  font-weight: 600;
  color: #012c6d;
  font-family: 'Noto Serif', serif;
}
.contact-box-main .contact-title {
  margin-bottom: 20px;
}
.contact-form-area label span {
  color: #CC0000;
}
.contact-map iframe {
  overflow: hidden;
  background: none !important;
  height: 500px;
  width: 100%;
  margin-bottom: -5px;
  border-top: 1px solid #abcdef;
}
/*======================================
    End Contact Box CSS
  ========================================*/
/*======================================
  Contact Form CSS
  ========================================*/
.contact-us {
  padding: 30px 0 45px;
}

.contact-form-area h4 {
  font-size: 22px;
  font-weight: 500;
}
.contact-form-area label {
  font-weight: 500;
  display: block;
  width: 100%;
  font-size: 16px;
  color: #123456;
}
.contact-form-area h6 {
  font-weight: 600;
  margin-top: 30px;
  color: #17469e;
  font-family: 'Noto Serif', serif;
  font-size: 18px;
}
.contact-form-area .form-group {
  margin: 0;
  margin-top: 15px;
}
.contact-form-area .form-group select{font-size: 14px;}
.contact-form-area .form-group input {
  border: 1px solid rgba(204, 204, 204, 0.75);
  width: 100%;
  display: block;
  border-radius: 4px;
  padding:5px;
  min-height: 40px;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
  font-size: 14px;
  font-weight: normal;
}
.contact-form-area .form-group input:focus {
  border-color: #00a650;
  outline: none !important;
}
.contact-form-area .form-group input:hover {
  border-color: #00a650;
}
.contact-form-area .form-group textarea {
  height: 100px;
  border: 1px solid #dfdfdf;
  width: 100%;
  display: block;
  border-radius: 5px;
  padding: 15px;
  resize: none;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
  border-radius: 0px;
  font-weight: normal;
}
.contact-form-area .form-group {
  position: relative;
}
.contact-form-area .form-group .icon {
  position: absolute;
  left: 15px;
  z-index: 33;
  color: #00a650;
  top: 40px;
  color: #c5ddd9;
}
.contact-form-area .form-group.button {
  text-align: center;
  margin: 20px 0 0 !important;
}
.contact-form-area .form-group.textarea .icon {
  top: 45px;
  left: 15px;
}
.contact-form-area .homes-btn.theme-2 {
  padding: 15px 32px;
}
input:hover,
select:hover,
textarea:hover,
input:focus,
select:focus,
textarea:focus {
  outline: none !important;
  border-color: #00a650 !important;
}
/*!
    Project Name: Manmohan Memorial Institute of Health Sciences
    Front-End Developer: Bikash Bhandari
    Front-End Developer Email: bikash.433@gmail.com
    Front-End Developer URI: www.bhandaribikash.com.np
    Description: Manmohan Memorial Institute of Health Sciences.
  */
/*news list*/
.mb-30 {
  margin-bottom: 30px;
}
.news-list, .notice-list {
  padding-top: 45px;
  padding-bottom: 30px;
}
.news-list .xw-sidebar-widget--news__left,  .notice-list .xw-sidebar-widget--news__left {
  width: 160px;
  height: 160px;
}

.contact-form-area .form-group input[type="checkbox"],
.contact-form-area .form-group input[type="radio"] {
  display: inline-block;
  position: relative;
  height: 20px !important;
  width: 20px !important;
  vertical-align: middle;
}

.contact-form-area .form-group em {
  font-style: normal;
  display: inline-block;
  position: relative;
  padding-right: 10px;
}
.xw-global-header__navigation > ul > li a.active {
  color: #00a650;
}

.notice_sec {
  padding: 60px 0px 0px 0px;
  background: #fff;
  position: relative;
  display: block;
  background-image: url(../../images/bg-6.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  border-top: 1px solid #fff;
}
.notice_sec .xw-sidebar {
  z-index: 1;
  position: relative;
  padding-left: 7.5%;
}
.xw-sidebar-widget--news__right img {
  display: none;
}

.xw-section__content .row {
  text-align: center;
}
.facility {
  text-align: center;
  margin-top: 45px;
  margin-left: auto;
  margin-right: auto;
}
.white-box {
  background: #fff;
  text-align: center;
  padding: 15px;
  border-radius: 10px;
  transition: 0.5s;
}
.thumb_icon {
  height: 100px;
  width: 100px;
  text-align: center;
  margin: 0 auto;
  border-radius: 100%;
  line-height: 24px;
  border: 5px solid #fff;
  margin-top: -60px;
  background: #002c72;
  -moz-box-shadow: 0 1px 3px -1px #666;
  -webkit-box-shadow: 0 1px 3px -1px #666;
  box-shadow: 0 1px 3px -1px #666;
  overflow: hidden;
}
.thumb_icon img {
  margin: 0 auto;
  height: 100px;
  width: 100px;
  border-radius: 100%;
}
.facility h4.title {
  text-align: center;
}
.facility h4.title a {
  color: #002c72;
  font-size: 16px;
  transition: all 0.3s ease-out;
  text-transform: capitalize;
  text-decoration: none;
  transition: 0.5s;
}
.facility p.description {
  margin: 0;
  font-size: 15px;
  text-align: center;
  line-height: 1.8;
  font-weight: 500;
}
.facility h4.title a:hover {
  color: #00a650;
}
.facility h2 {
  color: rgb(201 228 247 / 39%);
  position: absolute;
  top: 10px;
  font-size: 48px;
}
.facility .white-box:hover {
  background: #00a650;
  transition: 0.5s;
}
.facility .white-box:hover h4.title a {
  color: #002c72;
  text-shadow: 0px 0px 15px #fff;
}
.facility .white-box:hover h4.title a:hover,
.facility .white-box:hover p.description {
  color: #fff;
}
.facility .white-box:hover h4.title a:hover {
  text-shadow: 0 0px 0 #737373, 0 1px 0 #666666, 0 2px 0 #595959,
    0 2px 0 #4d4d4d, 0 2px 0 #404040, 0 3px 0px rgba(0, 0, 0, 0.1),
    0 0 2px rgba(0, 0, 0, 0.1), 0 0px 1px rgba(0, 0, 0, 0.3),
    0 1px 3px rgba(0, 0, 0, 0.2), 0 2px 5px rgba(0, 0, 0, 0.25),
    0 3px 5px rgba(0, 0, 0, 0.2), 0 6px 10px rgba(0, 0, 0, 0.15);
  transition: 0.5s;
}

.news-item {
  margin-bottom: 30px;
  background: #fff;
  border-radius: 10px;
  -webkit-box-shadow: 0 3px 7px 0 rgb(0 0 0 / 25%);
  -moz-box-shadow: 0 3px 7px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 3px 7px 0 rgb(0 0 0 / 25%);
}
.news-item figure,
.news-item__text {
  display: inline-block;
  position: relative;
}
.news-item figure {
  width: 40%;
  vertical-align: top;
  padding: 5px;
  border-radius: 10px;
  background: #f7f7f7;
}
.news-item__text {
  width: 60%;
  padding: 15px;
  text-align: left;
}

.news-item figure img {
  max-height: 140px;
  border-radius: 10px;
}
.news-item__date {
  position: absolute;
  top: 100px;
  left: 10px;
  background-color: #fff;
  font-size: 12px;
  padding: 2px 15px;
  border-radius: 10px;
}
.news-item__text h4 {
  font-size: 18px;
  text-transform: capitalize;
  color: #002c72;
}
a:hover .news-item__text h4 {
  color: #00a650;
}
.news-item__text .xw-btn {
  padding: 5px 20px;
  font-size: 14px;
  font-weight: 500;
}
.news_content {
  text-align: center;
}
.news_content .col-lg-6 {
  margin-left: auto;
  margin-right: auto;
}
.news_des {
  min-height: 50px;
  max-height: 50px;
  overflow: hidden;
  margin-bottom: 10px;
  color: #666;
}
.news_des p {
  font-size: 13px;
  color: #666;
}
.news_sec {
  padding-bottom: 30px;
}

.news_sec {
  position: relative;
  background: #fff url(../../images/bikash-bg.png) no-repeat bottom -30px center;
  border-bottom: 1px solid #ddd;
}

.xw-section-testimonial {
  position: relative;
  background: #fff url(../../images/bikash-bg2.png) no-repeat top -20px left;
  border-bottom: 1px solid #ddd;
}

.news-ticker {
  /* position: fixed;
  bottom: 0;
  left: 0;
  z-index: 9;
  overflow: hidden; */
  margin-bottom: 0px;
  background: #e9f0ff;
  width: 100%;
  -webkit-box-shadow: 0px -5px 5px rgb(0 0 0 / 15%);
  box-shadow: 0px -5px 5px rgb(0 0 0 / 15%);
  border-bottom: 1px solid #c2d2cf;
}
.news-ticker.viewport-bottom{position: relative; display: none;}
.ticker-wrapper-h {
  position: relative;
}
.ticker-wrapper-h .heading {
  background-color: #103479;
  color: #fff;
  padding: 25px 25px 25px 15px;
  flex: none;
  z-index: 3;
  font-size: 20px;
  text-transform: capitalize;
  display: inline-block;
  position: relative;
  font-weight: 600;
  font-family: 'Noto Serif', serif;
  width: 35.2%; text-align: right;
}
.ticker-wrapper-h .heading:after {
  content: "";
  position: absolute;
  top:25px;
  border-left: 15px solid #103479;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
  left: 99%;
}
.news-ticker-h {
  display: inline-block; position: relative; width: 62%; vertical-align: middle;
  margin: 0;
  padding: 0;
  z-index: 2;
  /* animation-iteration-count: infinite;
  animation-timing-function: linear;
  animation-name: tic-h;
  animation-duration: 60s; */
}
.news-ticker-h:hover {
  animation-play-state: paused;
}
.news-ticker-h .item {
  align-items: center;
  white-space: nowrap;
  padding-left: 60px;
}
.news-ticker-h .item a {
  color: #17469e;
  font-weight: 500;
  font-size: 16px;
  display: block;
  width: 100%;
}
@keyframes tic-h {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    visibility: visible;
  }
  100% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
.news-ticker-h .item a svg {
  display: inline-block;
  position: relative;
  margin-right: 5px;
}
.news-ticker-h .item a:hover {
  color: #00a650;
}

.team-sec {
  padding: 60px 0px;
  background: #eee;
}
.team-sec h3 {
  margin-bottom: 20px;
  font-size: 20px;
  position: relative;
  font-weight: 700;
  color: #333;
  padding-left: 15px;
}
.team-sec h3:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 4px;
  height: 100%;
  background: #00a650;
}
.team_box {
  position: relative;
  border-radius: 13px;
  margin-bottom: 30px;
  background-color: #ffffff;
  box-shadow: 0px 5px 83px 0px rgba(9, 29, 62, 0.08);
  transition: all 0.3s linear;
}
.team_box figure{
  position: relative;
  text-align: center;
  transition: all 0.5s ease;
  border-radius: 9px;
  max-height: 165px;
  overflow: hidden;
  margin-bottom: 10px;
}

.team_box figure img {
  border-radius: 9px;
  max-width: 100%; max-height:160px;
  transition: all 2s cubic-bezier(0.7, 0, 0.3, 1);
  transform: scale(1);
}
.team_box h5 {
  font-size: 15px;
  margin-bottom: 2px;
  line-height: 20px;
  font-weight: 500;
  color: #123456;
  font-family: "Poppins", sans-serif;
  text-align: center;
}
.team_box h5 a{color: #fff; text-align: center;}
.team_box h5 a:hover{color: #fff;}
.team_box h6 {
  text-align: center;
  font-size: 13px;
  font-weight: 400;
  color: #fff;
   margin-bottom: 0px;
}
.navbar-toggler{display: none;}
.news_inner{position: relative;}
.news_inner figure{max-height: 245px; overflow: hidden; text-align: center;}
.news_inner figure img{max-height: 250px; max-width: 100%; margin-block-start: auto; margin-right:auto;}
.news_inner h5{font-size: 13px; font-weight: 400; color: #005550; padding: 5px 10px; background: #f6f9ff; 
  display: inline-block; position: absolute; top: 5px; left: 0;}
.news_inner h4{font-size: 16px; color: #005550; margin-top: 10px; text-align: center;}
.news_inner h6{font-size: 14px; margin-top: 0px; margin-bottom: 0px; color: #005550; text-align: center;}
.news_inner h6 svg{margin-left: 10px;}
.news_inner p{font-size: 14px; font-weight: 400; text-align: center !important;}
.courses_list{padding: 60px 0px; background: #eee;}

.feature-item {
  position: relative;
  border-radius: 13px;
  margin-bottom: 30px;
  background-color: #ffffff;
  box-shadow: 0px 5px 83px 0px rgba(9, 29, 62, 0.08);
  transition: all 0.3s linear;
}
.feature-item .feature__img {
  position: relative; text-align: center;
  transition: all 0.5s ease; border-radius: 9px;
  max-height: 145px; overflow: hidden;
}
.feature-item .feature__img img {
  border-radius: 9px; width: 100%;
  transition: all 2s cubic-bezier(0.7, 0, 0.3, 1);
  transform: scale(1);
}
.feature-item .feature__content {
  overflow: hidden;
  position: relative;
  padding:10px 15px 15px 15px;
  min-height: 75px;
}

.feature-item .feature__title {
  font-size: 16px; margin-bottom: 0; line-height: 24px; font-weight: 500; color: #123456;
  font-family: "Poppins", sans-serif;
}

.feature-item .btn__link {
  position: absolute;
  bottom: 10px;
  left: auto;
  right: 15px;
  display: flex;
  align-items: center;
  height: 30px;
  line-height: 30px;
  opacity: 0;
  transform: scale(0.85);
  transition: all 0.5s linear;
}
.feature-item .btn__link .icon-outlined {
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #ffffff;
  background-color: #00a650;
  margin-right: 5px;
  transition: all 0.3s linear;
  border: 2px solid #fff;
  padding: 5px;
  font-size: 14px;
}

.feature-item:hover {
  box-shadow: 0px 5px 83px 0px rgba(9, 29, 62, 0.15);
  -webkit-box-shadow: -1px 1px 7px #0000002e;
  -moz-box-shadow: -1px 1px 7px #0000002e;
  box-shadow: -1px 1px 7px #0000002e;
}

.feature-item:hover .btn__link {
  opacity: 1;
  transform: scale(1);
}

.feature-item:hover .feature__img img {
  transform: scale(1.5);
}

.feature-item .feature__title a:hover{color: #00a650;}

.big_notice{position: relative;}
.big_notice figure img{transform: scale(1.02); width: 100%;}
.notice_content{padding: 30px 90px 60px 120px; position: absolute; bottom: 0; left: 0; color: #fff;}
.notice_content a, .notice_content .date_time, .notice_content h4, .notice_content p{
  color: #fff;  z-index: 1; position: relative;
}
.notice-overlay{
  transition: all 0.5s;
  opacity: 0.8;
  width: 100%;
  height: 100%;
  position: absolute;
  filter: blur(40px);
  background-color: #3b5998;
  z-index: 0;
  left: 30px;
  bottom: 0;
}

.notice_content .date_time {
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 300;
}
.notice_content h4{
  position: relative;
  text-transform: capitalize;
  font-family: 'Noto Serif', serif;
  font-size: 25px;
  font-weight: 500;
  line-height: 1.3;
  text-align: left;
  display: block;
}
.notice_content p{font-weight: 300; letter-spacing: 0.025rem;  font-family: "Poppins", sans-serif;}
.notice_content .btn-more{
  background: #fff;
  color: #3b5998;
  display: inline-block;
  font-size: 13px;
  font-weight: 500;
  padding: 4px 20px;
  border-radius: 25px;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-top: 24px;
  border: 1px solid #fff;
}
.notice_content:hover .notice-overlay {
  opacity: 1;
}
.notice_content:hover a h4{text-decoration: underline;}
.notice_content .btn-more:hover {
  background: #00a650;
  color: #fff;
}


.admission-info{position: relative; z-index: 2;}
.admission-blurb {
  position: relative;
  overflow: hidden;
  padding: 2rem 2.5rem 3rem;
  background: linear-gradient(90deg, rgb(24, 139, 183) 0%, rgb(55, 163, 117) 50%, rgba(68, 173, 90, 0.72) 70%, rgba(77, 181, 69, 0) 100%);
  max-width: 38rem;
  margin: auto;
  margin-bottom: 0;
  overflow: hidden;
}
.admission-blurb__link {
  position: absolute;
  inset: 0;
  z-index: 1;
}
.admission-blurb__img {
  position: absolute;
  z-index: -1;
  right: 0;
  top: 0;
  width: 60%;
}
.admission-blurb__img > img {
  transition: transform 0.25s ease-in-out;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.admission-blurb__content {
  color: white;
}
.admission-blurb__content .title {
  color: white;
  font-size: 1.5rem;
  font-weight: 500;
  text-transform: capitalize;
  font-family: 'Noto Serif', serif;
}
.admission-blurb__content .cta {
  margin-top: 0.5rem;
  font-size: 16px;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
}

.row.no-gutter > * {
  padding-left: 0;
  padding-right: 0;
}

.admission-blurb:hover img {
  transform: scale(1.125) rotate(0deg);
}


.video_sec{padding: 60px 0px; background: url(../../images/frontend/campus_view.jpg); background-repeat: no-repeat;
  background-size: cover; background-attachment: fixed; background-position: center center; text-align: right;}
.video_433{max-width: 45%; max-height: 100%; margin-left: auto;}
.video_sec .video_433 iframe{max-width: 100%;  width: 100%; max-height:100%; min-height: 300px;
border-radius: 9px; opacity: .9;}
.video_sec:hover .video_433 iframe{opacity: 1;}

.header_contact_info{float: left;}
.social_head{float: right;}
.social_head, .social_head li{display: inline-block; position: relative;}
.social_head li a{display:block; padding: 2px 10px; color: #fff; font-size: 18px;}


/* ===== Scrollbar CSS ===== */
  /* Firefox */
  * {
    scrollbar-width: auto;
    scrollbar-color: #00a650 #ffffff;
  }

  /* Chrome, Edge, and Safari */
  *::-webkit-scrollbar {
    width: 9px;
  }

  *::-webkit-scrollbar-track {
    background: #ffffff;
  }

  *::-webkit-scrollbar-thumb {
    background-color: #00a650;
    border-radius: 25px;
    border: 2px solid #ffffff;
    position: absolute;
    z-index: 999;
    width: 16px;
  }

  .error_page{padding: 60px 0px; text-align: center;}
  .error_page h4{color: #17469e;}
  .error_page button{font-weight: 600;}

  .event-list .box{margin-bottom: 30px; margin-left: 0px; margin-right: 0px; width: 100% !important;}
  .event-list .box:hover .event_date, .event-section .box:hover .event_date{opacity: 0;}






/*!
  Project Name: Manmohan Memorial Institute of Health Sciences
  Front-End Developer: Bikash Bhandari
  Front-End Developer Email: bikash.433@gmail.com
  Front-End Developer URI: www.bhandaribikash.com.np
  Description: Manmohan Memorial Institute of Health Sciences.
*/
/*Start Responsive CSS By; Bikash Bhandari*/

@media only screen and (max-width: 1199px) {
  .main_logo img{max-width: 105px; max-height:85px;}
  .main_logo span{font-size: 18px;}
  .header_btn li a {
    padding: 5px 10px;
  }
  .xw-event-item figure {
    height: 175px;
  }
  .xw-event-item__text {
    padding: 15px 15px 20px;
    min-height: 330px;
  }
  .xw-global-header__navigation > ul > li {
    margin-left: 5px !important;
    margin-bottom: 0px;
  }
  .xw-feature-item--alter {
    padding-right: 75px;
  }
  .xw-feature-item {
    padding-left: 75px;
  }
  .xw-footer-widget h4, .princy_msg p {
    font-size: 16px;
  }
  .xw-global-header__navigation > ul > li a {
    padding: 15px 5px;
  }
  .xw-header-widget ul {
    text-align: center;
  }
  .xw-header-widget--quicklinks ul {
    text-align: right;
  }
  .xw-header-widget ul.header_contact_info li:last-child{display: none;}
  .xw-header-widget ul li {
    margin-right: 15px;
  }
  .xw-sidebar-widget--news__right{min-height: 230px;}
  .princy_msg p{line-height: 30px;}
  .video_sec iframe{margin-left: 0px; min-height: 360px;}
  .service-sidebar .widget-title{font-size: 18px;}
  .service-sidebar .widget h6{font-size: 14px;}
}
@media only screen and (max-width: 991px) {
  body {
    padding-top: 0px;
  }
  main, .main,
  .breadcrumbs {
    margin-top: 0px;
  }
  .xw-global-header {
    position: relative;
  }
  .xw-global-header__top {
    padding: 5px 0px;
  }
  .xw-header-widget--quicklinks ul.header_btn{padding-right: 40px;}
  /* .xw-global-header__top .col-md-12,
  .main_logo:after,
  .xw-global-header:before {
    display: none;
  } */
  .xw-header-widget ul.header_contact_info li:first-child{display: none;}
  .xw-header-widget ul.header_contact_info li{margin-bottom: 5px;}
  .xw-sidebar h3{margin-bottom: 10px; margin-top: 15px;}
  .header_contact_info li{border-right: none;}
  .xw-header-widget--quicklinks ul{display: block; width: 100%;}
  .xw-header-widget ul li{margin-right: 0px;}
  .main_logo img {
    max-height: 90px;
    margin-top: 0px;
  }
  .main_logo span{display: inline-block; position: relative; width: 70%;}
  .xw-global-header__navigation {
    position: absolute;
    top: 20px; right: 0;
    background: #fff;
    min-width: 100%;
    padding: 0px;
  }
  .xw-global-header__navigation > ul > li{margin-left: 0px !important;}
  .head_btn .navbar-toggler {
    position: absolute;
    left: auto;
    right: 0;
    top: 0;
    z-index: 1;
    display: inline-block;
  }
  .header_btn {
    padding-top: 25px;
  }
  .xw-global-header__navigation .dropdown-menu-item li a {
    border-bottom: 1px solid #ddd;
    padding: 10px 15px;
    font-weight: 500;
    clear: both;
  }
  .xw-global-header__navigation ul > li > ul > li:last-child{border-bottom: 1px solid rgba(0, 0, 0, 0.1);}
  .xw-global-header__navigation .dropdown-menu-item li a i, .xw-global-header__navigation .dropdown-menu-item li a svg{float: right; margin-top: 5px;}
  .xw-global-header__navigation ul.dropdown-menu-item > li > ul > li a {
    padding: 9px 20px;
    border: none;
    background: #f5f7f7;
  }
  .xw-global-header__navigation ul.dropdown-menu-item > li > ul > li a:hover{color: #00a650;}
  .xw-banner {
    padding: 150px 0 100px;
    min-height: 520px;
  }
  .message-carousel {
    padding-bottom: 30px;
  }
  .xw-event-item__text {
    min-height: 275px !important;
  }
  .xw-event-item figure {
    height: auto;
    max-height: 200px;
    overflow: hidden;
  }
  .xw-global-header__navigation > ul > li {
    padding: 0px;
  }
  .xw-feature-item--alter {
    text-align: left;
    padding-right: 0px;
  }
  .xw-feature-item--alter .xw-feature-item__icon {
    right: auto;
    left: 0;
  }
  .xw-section--why-us figure {
    text-align: center;
    display: none;
  }
  .xw-section--why-us figure img {
    max-height: 200px;
  }
  .xw-feature-item__icon {
    font-size: 18px;
    height: 45px;
    width: 45px;
    line-height: 45px;
  }
  .xw-feature-item h4 {
    padding-top: 10px;
    margin-bottom: 0px;
  }
  .xw-feature-item {
    padding-left: 60px;
    margin-bottom: 30px;
  }
  .xw-feature-item:last-child,
  .widget {
    margin-bottom: 10px;
  }
  .xw-footer-widget p,
  .xw-footer-widget a,
  .small-list-feature ul li {
    font-size: 14px;
  }
  .service-sidebar .widget-title, .event-section .box .info .title {
    font-size: 18px;
  }
  .xw-footer-widget {
    margin-bottom: 30px;
  }
  .service-sidebar,
  .small-list-feature ul, .notice_list .notice_box{
    margin-top: 10px;
  }
  .video_gallery iframe, .notice_list .notice_box{margin-bottom: 10px;}

  .small-list-feature ul li {
    line-height: 30px;
  }
  .pf-details {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .makeStyles-root-1 .row,
  .makeStyles-root-3 .row {
    margin-right: -15px;
    margin-left: -15px;
  }
  .contact-form-area .form-group input {
    padding: 0px 15px 0 16px;
  }
  .news-list {
    padding-top: 30px;
  }
  .xw-main-footer {
    padding: 30px 0px 0px;
  }
  .xw-footer-widget h4 {
    margin: 0 0 20px;
  }
  .single-content figure img {
    max-height: 300px;
    max-width: 100%;
  }
  .contact-us {
    padding: 20px 0 20px;
  }
  .xw-global-header__navigation ul > li > ul, ul.dropdown-menu.show{position: relative !important; min-width: 100%; box-shadow: none !important; border: none;
  transform: none !important;}
  .section-title h2 b, h2.title{font-size: 24px;}
  .xw-sidebar-widget--news__right{min-height: 125px;}
  .video_sec .text{margin-bottom: 1px;}
  .event-section .box .info .desc{display: none;}

  .xw-section-message .style_ani_4{right: 20%; bottom: 30%;}
  .circle-one{left: 5%;}

  .video_sec .style_ani_1{left: 2px;}
  .event-section .style_ani_5{max-height: 175px; right: 10%; bottom: -30px;}
  .medicine_cap{max-height:60px; right: 5%; top: 60%;}
  .message-box{margin-left: 0px; margin-right: 0px;}
  .message-box h5{font-size: 18px;}
  .message-box h6{font-size: 14px;}
  .message-box:after{ right: 47%; top: auto; bottom: 100%; border: solid transparent;
    content: " "; height: 0; width: 0; position: absolute; pointer-events: none;
    border-color: rgba(194, 225, 245, 0); border-bottom-color: #fff;
    border-width: 18px; margin-top: -18px;
  }
  
}

@media only screen and (max-width: 768px) {
  .xw-banner {
    padding: 75px 0 75px;
    min-height: 420px;
  }
  .xw-banner-slider .slick-dots {
    bottom: 30px;
  }
  .xw-section {
    padding: 45px 0 45px;
  }
  .xw-section__title {
    margin-bottom: 30px;
  }
  .xw-section__title__icon {
    margin-top: 10px;
  }
  .xw-section-message {
    padding: 45px 0 30px;
  }
  .xw-section--alter {
    overflow: hidden;
  }
  .gallery-album .img-wrapper .caption h6 a {
    font-size: 16px;
  }
  .pf-details .single-content h4 {
    font-size: 18px;
  }
  .breadcrumbs h2 {
    font-size: 36px;
  }
  .breadcrumbs {
    padding: 10px 0px;
  }
  .breadcrumbs h2 {
    line-height: 24px;
    padding-bottom: 10px;
  }
  .pf-details .single-content h4, .about-details .single-content h4 {
    margin-bottom: 15px;
  }
  .xw-footer-widget h4 {
    margin: 0 0 15px;
  }
  .btn-primary {
    font-size: 14px;
    line-height: 18px;
  }
  .section-title h2 b {
    line-height: 24px;
  }
  .event_slider .slick-prev, .hsakib_slider .slick-prev{left: 0;}
  .event_slider .slick-next, .hsakib_slider .slick-next{right: 0;}
  .event-section .style_ani_5{max-height: 150px;}
  .video_sec .style_ani_4{right: 10%; max-height: 150px;}
  .xw-section-message .style_ani_4{right: 5%; max-height: 200px;}

}
@media only screen and (max-width: 767px) {
  .main_logo span{display: none;}
  .xw-event-item__text {
    min-height: inherit !important;
  }
  .xw-legal-footer-widget.text-right {
    text-align: left !important;
  }
  .about-content{padding-top: 10px;}
  .contact-form-area{margin-bottom: 30px;}
  .event-section .box{width: 100% !important;}
  .about-details {padding-bottom: 15px; padding-top: 15px;}
}
@media only screen and (max-width: 686px) {
  .xw-banner {
    padding: 50px 0 75px;
    min-height: 400px;
  }
  .xw-section {
    padding: 40px 0 40px;
  }
  .xw-section__title {
    margin-bottom: 25px;
  }
  .xw-section__title__icon {
    margin-top: 5px;
  }
  .breadcrumbs h2 {
    font-size: 30px;
  }

  .about-us .style_ani_1{right: 30px; max-height: 120px;}

  @-webkit-keyframes shapeAnimationOne {
    0% {
      -webkit-transform: translate(0px, 0px) rotate(0deg);
      transform: translate(0px, 0px) rotate(0deg); }
    25% {
      -webkit-transform: translate(0px, 150px) rotate(90deg);
      transform: translate(0px, 150px) rotate(90deg); }
    50% {
      -webkit-transform: translate(150px, 150px) rotate(120deg);
      transform: translate(150px, 150px) rotate(120deg); }
    75% {
      -webkit-transform: translate(150px, 0px) rotate(100deg);
      transform: translate(150px, 0px) rotate(100deg); }
    100% {
      -webkit-transform: translate(0px, 0px) rotate(360deg);
      transform: translate(0px, 0px) rotate(360deg); } }
  
  @keyframes shapeAnimationOne {
    0% {
      -webkit-transform: translate(0px, 0px) rotate(0deg);
      transform: translate(0px, 0px) rotate(0deg); }
    25% {
      -webkit-transform: translate(0px, 150px) rotate(90deg);
      transform: translate(0px, 150px) rotate(90deg); }
    50% {
      -webkit-transform: translate(150px, 150px) rotate(120deg);
      transform: translate(150px, 150px) rotate(120deg); }
    75% {
      -webkit-transform: translate(150px, 0px) rotate(100deg);
      transform: translate(150px, 0px) rotate(100deg); }
    100% {
      -webkit-transform: translate(0px, 0px) rotate(360deg);
      transform: translate(0px, 0px) rotate(360deg); } }

  @-webkit-keyframes shapeAnimationTwo {
    0% {
      -webkit-transform: translate(0px, 0px) rotate(0deg);
      transform: translate(0px, 0px) rotate(0deg); }
    25% {
      -webkit-transform: translate(-300px, 0px) rotate(270deg);
      transform: translate(-300px, 0px) rotate(270deg); }
    50% {
      -webkit-transform: translate(-300px, -300px) rotate(180deg);
      transform: translate(-300px, -300px) rotate(180deg); }
    75% {
      -webkit-transform: translate(0px, -300px) rotate(90deg);
      transform: translate(0px, -300px) rotate(90deg); }
    100% {
      -webkit-transform: translate(0px, 0px) rotate(360deg);
      transform: translate(0px, 0px) rotate(360deg); } 
    }
  
  @keyframes shapeAnimationTwo {
    0% {
      -webkit-transform: translate(0px, 0px) rotate(0deg);
      transform: translate(0px, 0px) rotate(0deg); }
    25% {
      -webkit-transform: translate(-300px, 0px) rotate(270deg);
      transform: translate(-300px, 0px) rotate(270deg); }
    50% {
      -webkit-transform: translate(-300px, -300px) rotate(180deg);
      transform: translate(-300px, -300px) rotate(180deg); }
    75% {
      -webkit-transform: translate(0px, -300px) rotate(90deg);
      transform: translate(0px, -300px) rotate(90deg); }
    100% {
      -webkit-transform: translate(0px, 0px) rotate(360deg);
      transform: translate(0px, 0px) rotate(360deg); } 
    }

}
@media only screen and (max-width: 575px) {
  .event-section, .gallery-section, .related_org, .notice_sec{padding: 45px 0px 45px 0px;}
  .xw-section__title h2{margin-bottom: 20px;}
  .video_sec, .notice_list{padding: 45px 0px;}

  .img-wrapper{margin-bottom: 15px;}
  .company_logo{padding: 15px 0px;}
  .event-section .style_ani_5{max-height: 120px;}
  .xw-header-widget--quicklinks ul.header_btn{padding-right: 75px;}
  .head_btn .navbar-toggler{right: 30px;}
  .xw-global-header__navigation {
    min-width: 300px; top: 15px;
  }
  .head_btn .navbar-toggler{top: 5px;}
  .dropdown.login-drop{margin-top:4px;}
  .navbar-toggler .icon-bar{width: 30px; height: 3px;}
  .xw-banner {
    padding: 45px 0 60px;
    min-height: 350px;
  }
  .xw-section {
    padding: 30px 0 30px;
  }
  .xw-section__title {
    margin-bottom: 20px;
  }
  .xw-banner__content h1,
  .section-title h2,
  .breadcrumbs h2, .xw-sidebar h2 {
    font-size: 24px;
  }
  .xw-section__title h2 {
    font-size: 30px;
  }
  .section-title h2 b{font-size: 20px;}
  .pf-details .single-content h4, .about-details .single-content h4, .xw-sidebar h3{font-size: 18px;}
  .breadcrumbs .bread-menu li a,
  .breadcrumbs ul li span,
  .pf-details .single-content h4,
  .single-contact-box h4,
  .faq-title a, .social_media li a, .xw-banner__content p,
  .event-section .box .info .title {
    font-size: 16px;
  }
  .news_inner h4{font-size: 15px;}
  .xw-feature-item h4,
  .xw-footer-widget ul li,
  .xw-footer-widget ul li a,
  .pf-details .single-content p,
  .about-content p,
  .service-sidebar .widget h6,
  .single-contact-box,
  .faq-body p, .about-content .xw-btn, .xw-chairman-message .xw-btn {
    font-size: 14px;
  }
  .section-title h2 span, .feedback_link a,  .xw-legal-footer-widget p, .xw-legal-footer-widget.text-right{font-size:12px;}
  .slick-dots li button{height: 10px; width: 10px;}
  .about-content p{line-height: 25px;}
  .breadcrumbs {
    padding: 5px 0px;
  }
  .pf-details .single-content p {
    line-height: 24px;
  }
  .pf-details .single-content h4 {
    margin-bottom: 10px;
  }
  .xw-footer-widget h4 {
    margin: 0 0 10px;
  }
  .pagination-sec span,
  .pagination-sec a,
  .pagination-sec a:focus {
    width: 30px;
    height: 30px;
    line-height: 30px;
  }
  .pagination-sec li.prev a,
  .pagination-sec li.next a {
    font-size: 13px;
  }
  .faq-body {
    padding: 15px 30px;
  }
  .header_btn {
    padding-top: 25px;
  }
  .section-title h2{margin-bottom: 15px;}
  .social_media li a{
    height: 30px; width: 30px; padding: 2px;
  }
  .about-content .xw-btn, .xw-chairman-message .xw-btn{padding: 5px 15px;}
  .message-inner figure img{margin-top: 20px;}
  .notice_list .notice_box{margin-top: 5px; margin-bottom: 5px;}
  .xw-sidebar-widget--news__right{padding-left: 0px;}
  .xw-sidebar-widget--news{margin-top: 60px;}
  .service-sidebar .xw-sidebar-widget--news{margin-top: 0px;}
  .contact-form-area .form-group{margin-top: 10px;}
  .xw-sidebar-widget--news a{text-align: center;}
  .xw-sidebar-widget--news__left{float: none; margin-left: auto; margin-right: auto; margin-top: -70px;}
  .xw-sidebar-widget--news__left figure img{border-width: 2px;}
  .xw-sidebar-widget--news__right h5, .xw-sidebar-widget--news__right p{text-align: center !important;}
  .xw-sidebar-widget--news__right h6, .xw-sidebar-widget--news__right .meta{margin-top: 10px; bottom: inherit; right: inherit; 
    position: relative;  display: inline-block; vertical-align: middle;}
  .xw-sidebar-widget--news__right .meta li{display: inline-block; position: relative; vertical-align: middle; padding-left: 10px; margin-right: 0px;}
  .xw-sidebar-widget--news a:hover figure img{border-color: #00a650;}
  .video_sec iframe{min-height: 300px;}
  .message-box{padding: 20px;}
  .service-sidebar .widget-title{font-size: 16px;}
}
@media only screen and (max-width: 481px) {

  @-webkit-keyframes shapeAnimationTwo {
    0% {
      -webkit-transform: translate(0px, 0px) rotate(0deg);
      transform: translate(0px, 0px) rotate(0deg); }
    25% {
      -webkit-transform: translate(-200px, 0px) rotate(270deg);
      transform: translate(-200px, 0px) rotate(270deg); }
    50% {
      -webkit-transform: translate(-200px, -200px) rotate(180deg);
      transform: translate(-200px, -200px) rotate(180deg); }
    75% {
      -webkit-transform: translate(0px, -200px) rotate(90deg);
      transform: translate(0px, -200px) rotate(90deg); }
    100% {
      -webkit-transform: translate(0px, 0px) rotate(360deg);
      transform: translate(0px, 0px) rotate(360deg); } 
    }
  
  @keyframes shapeAnimationTwo {
    0% {
      -webkit-transform: translate(0px, 0px) rotate(0deg);
      transform: translate(0px, 0px) rotate(0deg); }
    25% {
      -webkit-transform: translate(-200px, 0px) rotate(270deg);
      transform: translate(-200px, 0px) rotate(270deg); }
    50% {
      -webkit-transform: translate(-200px, -200px) rotate(180deg);
      transform: translate(-200px, -200px) rotate(180deg); }
    75% {
      -webkit-transform: translate(0px, -200px) rotate(90deg);
      transform: translate(0px, -200px) rotate(90deg); }
    100% {
      -webkit-transform: translate(0px, 0px) rotate(360deg);
      transform: translate(0px, 0px) rotate(360deg); } 
    }

    .xw-section-message .bikash_433, .message .bikash_433{max-height: 200px;}

  .header_btn {
    padding-top: 0px;
  }
  .header_btn li {
    margin-left: 0px;
  }
  .header_btn li a {
    min-width: 114px;
  }
  .xw-global-header__navigation {
    top: 15px;
  }
  .xw-chairman-message h2,
  .xw-section__title h2 {
    font-size: 24px;
  }
  .xw-banner__content h1,
  .section-title h2,
  .breadcrumbs h2, .xw-sidebar h2 {
    font-size: 20px;
  }
  .notice_list h4, .xw-sidebar-widget--news__right p{font-size: 14px;}
  .xw-header-widget--quicklinks ul.header_btn{padding-right: 60px;}
  .notice_list span{height: auto; width:100%; color: #00a650; background: none; font-size: 12px; text-align: left; padding-bottom: 0px;}
  .notice_list h4{display: block; width: 100%;}
  .video_sec iframe{min-height: 275px;}
  .message-inner figure img{margin-top: 15px;}
  .message-box:after{right: 45%;}
}
/*!
  Project Name: Manmohan Memorial Institute of Health Sciences
  Front-End Developer: Bikash Bhandari
  Front-End Developer Email: bikash.433@gmail.com
  Front-End Developer URI: www.bhandaribikash.com.np
  Description: Manmohan Memorial Institute of Health Sciences.
*/
@media only screen and (max-width: 420px) {

  .xw-chairman-message h2,
  .section-title h2 {
    font-size: 20px;
  }
  .xw-banner__content h1,
  .section-title h2,
  .breadcrumbs h2, .xw-sidebar h2 {
    font-size: 18px;
  }
  .message-box h5, .xw-sidebar h3{font-size: 16px;}

  .xw-sidebar-widget--news__right h5,
  .breadcrumbs .bread-menu li a,
  .breadcrumbs ul li span,
  .service-sidebar .widget a,
  .xw-footer-widget h4,
  .faq-title a, .xw-banner__content p, .btn-sec a,
  .pf-details .single-content p,
  .about-content p,
  .xw-footer-widget p,
  .service-sidebar .widget p,
  .xw-footer-widget ul li a,
  .single-contact-box,
  .faq-body p, .about-content .xw-btn, .xw-chairman-message .xw-btn, 
  .xw-sidebar-widget--news__right p, .xw-sidebar-widget--news__right h6 {
    font-size: 14px;
  }
  .message-box, .service-sidebar .widget{padding: 15px;}
  .header_btn li a {
    padding: 2px 10px;
  }
  .btn-sec a{padding: 5px 20px;}
  .xw-section-message figure{height: 220px; width: 220px;}
  .xw-chairman-message figure img{height: 220px;}
  .video_sec iframe{min-height: 250px;}
  .xw-section-message .bikash_433, .message .bikash_433{max-height: 150px;}
  .message-inner figure img{margin-top: 0px;}
}
@media only screen and (max-width: 393px) {
  .xw-header-widget {
    text-align: center;
  }
  .xw-header-widget a, .xw-legal-footer-widget p, .xw-legal-footer-widget.text-right p {
    font-size: 11px;
  }
  .about-content .xw-btn, .xw-chairman-message .xw-btn{ font-size: 12px;}
  .xw-chairman-message p{font-size: 14px;}
  .header_btn li a {
    padding: 3px 10px;
  }
  .gallery-album .img-wrapper {
    min-height: 100px;
  }
  .xw-header-widget--quicklinks ul.header_btn{padding-right: 50px;}
  .header_btn li a {
    min-width: 100px;
  }
  .video_sec iframe{min-height: 220px;}
  .news_inner h4{font-size: 14px;}
  .news_inner h6{font-size: 13px;}
}


@media only screen and (max-width: 370px) {

    @-webkit-keyframes shapeAnimationTwo {
      0% {
        -webkit-transform: translate(0px, 0px) rotate(0deg);
        transform: translate(0px, 0px) rotate(0deg); }
      25% {
        -webkit-transform: translate(-175px, 0px) rotate(270deg);
        transform: translate(-175px, 0px) rotate(270deg); }
      50% {
        -webkit-transform: translate(-175px, -175px) rotate(180deg);
        transform: translate(-175px, -175px) rotate(180deg); }
      75% {
        -webkit-transform: translate(0px, -175px) rotate(90deg);
        transform: translate(0px, -175px) rotate(90deg); }
      100% {
        -webkit-transform: translate(0px, 0px) rotate(360deg);
        transform: translate(0px, 0px) rotate(360deg); } 
      }

    @keyframes shapeAnimationTwo {
      0% {
        -webkit-transform: translate(0px, 0px) rotate(0deg);
        transform: translate(0px, 0px) rotate(0deg); }
      25% {
        -webkit-transform: translate(-175px, 0px) rotate(270deg);
        transform: translate(-175px, 0px) rotate(270deg); }
      50% {
        -webkit-transform: translate(-175px, -175px) rotate(180deg);
        transform: translate(-175px, -175px) rotate(180deg); }
      75% {
        -webkit-transform: translate(0px, -175px) rotate(90deg);
        transform: translate(0px, -175px) rotate(90deg); }
      100% {
        -webkit-transform: translate(0px, 0px) rotate(360deg);
        transform: translate(0px, 0px) rotate(360deg); } 
      }
  }


/*!
  staff
*/
.staff_info {
  margin-top: 30px;
}
.staff_info figure {
  margin-top: 30px;
}
.staff_info figure img {
  height: 200px;
  width: 200px;
  border-radius: 100%;
  border-bottom: 5px solid #9dc3bd;
}
.staff_info .staff_box {
  padding: 30px;
  border-radius: 4px;
  display: block;
  margin-bottom: 30px;
  background: #f6f9ff;
  position: relative;
  border: 1px solid #fff;
  filter: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.1));
}
.staff_info .staff_box:after {
  right: 100%;
  top: 30%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(194, 225, 245, 0);
  border-right-color: #f6f9ff;
  border-width: 18px;
  margin-top: -18px;
}
.staff_info .staff_box ul {
  list-style: none;
  padding-left: 0px;
}
.staff_info .staff_box h4 {
  color: #005550;
  font-weight: 500;
  font-size: 24px;
  padding-top: 15px;
}
.staff_info .staff_box h5 {
  color: #567890;
  font-weight: 400;
  font-size: 16px;
  padding-top: 5px;
}
.staff_info .staff_box ul{border-bottom: 1px solid #bbe3e1;}
.staff_info .staff_box ul li {
  font-size: 16px; font-weight: 400; padding-bottom: 10px;
}
.staff_info .staff_box ul li a{color:#005550;}
.staff_info .staff_box ul li i {
  font-size: 24px;
  min-width: 30px;
  color: #567890;
}
.staff_info ul li {
  list-style-type: none;
}
.staff_info .staff_box p{font-weight: 400; font-size: 14px; color: #567890;}


.social_icon ul li {
  list-style-type: none;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  margin-right: 10px;
}
.social_icon ul li a {
  display: inline-block;
  color: #000050;
  font-size: 20px;
}
.social_icon ul li a:hover {
  color: #00a650;
}

