/*!
  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.
*/
@charset "UTF-8";
@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');
body {
  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;
  overflow-x: hidden;
  letter-spacing: 0.025rem;
}

.xw-global-header__top,
a {
  -webkit-transition: 0.2s all linear;
}

.xw-dropdown-menu__item h5,
body {
  font-family: "Poppins", sans-serif;
  font-size: 15px;
}

.navbar-toggler:focus,
.slick-slide:focus,
.xw-btn:focus,
.xw-input-item:focus,
a:focus,
a:hover {
  outline: 0;
}

.text-uppercase {
  text-transform: uppercase;
}

body {
  color: #234567;
  font-weight: 500;
  padding-top: 140px;
}

p:last-child {
  margin-bottom: 0;
}

h1,
h2,
h3,
h4,
h5 {
  line-height: 1.1;
  font-weight: 700;
  letter-spacing: 0.014rem;
}

a {
  transition: 0.2s all linear;
}

a:focus,
a:hover {
  text-decoration: none;
}

figure {
  margin: 0;
}

.text-center {
  text-align: center;
}

.xw-input-item {
  width: 100%;
  height: 37px;
  padding: 6px 12px;
  font-weight: 300;
  border: 1px solid #dcdcdc;
  border-radius: 18.5px;
}

.xw-dropdown-menu {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #fff;
  width: 100vw;
  top: 100%;
  z-index: 999;
  border-top: solid 1px #dadada;
}

.xw-dropdown-menu .container-fluid {
  padding: 0;
}

.xw-dropdown-menu__item {
  font-weight: 300;
  padding: 48px 44px 29px 21px;
  border-right: solid 1px #dfdfdf;
}

.xw-dropdown-menu__item h5 {
  font-weight: 500;
  line-height: 1.3;
  margin: 0 0 15px;
}

.xw-dropdown-menu__item h5 a {
  color: #2d2d2d;
}

.xw-dropdown-menu__item p {
  font-size: 14px;
  line-height: 1.2;
  color: #929292;
}

.xw-dropdown-menu__item p:last-of-type {
  margin: 0 0 30px;
}

.xw-dropdown-menu__item h6 {
  text-align: center;
  margin: 0;
}

.navbar-toggler {
  border: none;
  padding: 0;
  box-shadow: none;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.navbar-toggler .icon-bar {
  width: 35px;
  height: 4px;
  margin-top: 4px;
  display: block;
  transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  background: #002c72;
}

.navbar-toggler .icon-bar:nth-child(2) {
  transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform-origin: 10% 90%;
  -moz-transform-origin: 10% 90%;
  -ms-transform-origin: 10% 90%;
  -o-transform-origin: 10% 90%;
  -webkit-transform-origin: 10% 90%;
}

.navbar-toggler .icon-bar:nth-child(3) {
  opacity: 0;
}

.navbar-toggler .icon-bar:nth-child(4) {
  transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform-origin: 25% 90%;
  -moz-transform-origin: 25% 90%;
  -ms-transform-origin: 25% 90%;
  -o-transform-origin: 25% 90%;
  -webkit-transform-origin: 25% 90%;
}

.navbar-toggler.collapsed .icon-bar:nth-child(2) {
  transform: rotate(0);
  -moz-ransform: rotate(0);
  -ms-transform: rotate(0);
  -o-transform: rotate(0);
  -webkit-transform: rotate(0);
}

.navbar-toggler.collapsed .icon-bar:nth-child(3) {
  opacity: 1;
}

.navbar-toggler.collapsed .icon-bar:nth-child(4) {
  transform: rotate(0);
  -moz-ransform: rotate(0);
  -ms-transform: rotate(0);
  -o-transform: rotate(0);
  -webkit-transform: rotate(0);
}

.xw-header-widget {
  font-size: 13px;
  font-weight: 500;
}

.xw-header-widget a {
  color: #fff;
}

.xw-header-widget a:focus,
.xw-header-widget a:hover {
  color: #4ec187;
}

.xw-header-widget ul {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 0;
}

.xw-header-widget ul li {
  display: inline-block;
  font-size: 13px;  
}

.xw-header-widget ul li:last-child {
  margin-right: 0;
}

.xw-global-header {
  /* position: fixed;
  z-index: 999;
  top: 0;
  left: 0; */
  width: 100%;
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 6px rgb(0 0 0 / 14%);
  -moz-box-shadow: 0px 0px 6px rgb(0 0 0 / 14%);
  box-shadow: 0px 0px 6px rgb(0 0 0 / 14%);
}

.xw-global-header.sticky {
  border-bottom: solid 1px #ececec;
}
.xw-global-header.sticky .col-lg-5{-ms-flex: 0 0 16.666667%; flex: 0 0 16.666667%; max-width: 16.666667%;}
.xw-global-header.sticky .col-lg-7{
  -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
}
.xw-global-header.sticky .navbar-collapse {
  justify-content: flex-start;
}

.xw-global-header.sticky .xw-global-header__top {
  margin-top: 0px;
}
.xw-global-header.sticky .xw-global-header__top .main_logo span, .xw-global-header.sticky .xw-global-header__top .header_contact_info{display: none;}
.xw-global-header.sticky .xw-global-header__main {
  padding: 7px 0;
}

.xw-global-header__top {
  padding: 0;
  background-color: #fff;
  margin-top: 0;
  transition: 0.2s all linear;
}

.xw-btn,
.xw-global-header__main {
  -webkit-transition: 0.2s all linear;
}

.xw-global-header__main {
  transition: 0.2s all linear;
}

/* .xw-global-header__navigation>ul>li {
    padding: 0 0 20px;
    margin-bottom: -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.
*/
.xw-global-header__navigation > ul > li a {
  padding: 35px 9px;
}

/* .login-drop .dropdown-menu{padding: 0px; border-radius: 4px; right: 0; left: auto !important; margin-top: 0px;} */

.login-drop .dropdown-menu{
  position: absolute;
  top: 100%;
  right: 0px;
  left: auto;
  background-color: #fff;
  border-radius: 8px;
  padding: 0px 0px;
  opacity: 0;
  z-index: 1;
  min-width: 200px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transform: translateY(50px);
  transform: translateY(50px);
  -ms-box-shadow: 0px 7px 10px -1px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0px 7px 10px -1px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 7px 10px -1px rgba(0, 0, 0, 0.2);
  display: block !important;
  visibility: hidden;
  border: 0; margin-top: 0px; 
  border-top-left-radius: 0; 
  border-top-right-radius: 0;
}

.login-drop:hover .dropdown-menu {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translate(0px);
  transform: translate(0px);
}

.login-drop .dropdown-menu a{display: block !important; border-bottom: 1px solid #ddd !important; 
  border-radius: 0px; padding: 10px 15px; font-weight: 400;}
.login-drop .dropdown-menu a:last-child{border-bottom-left-radius: 4px; border-bottom-right-radius: 4px;}
.login-drop .dropdown-menu a:hover{color: #fff; background: #00a650;}
.login-drop:hover{cursor: pointer;}
.reg-form{border: 1px solid #ddd; -webkit-box-shadow: 0px 0px 6px rgb(0 0 0 / 14%);
  -moz-box-shadow: 0px 0px 6px rgb(0 0 0 / 14%); box-shadow: 0px 0px 6px rgb(0 0 0 / 14%);
  padding: 5px 30px 30px 5px;
}
.xw-header-widget--quicklinks{display: block; background: #17469e;}
.xw-header-widget--quicklinks ul{display: inline-block; position: relative;}
.xw-header-widget ul.social-top{padding-right: 10px; margin-right: 10px; border-right:1px solid rgb(255 255 255 / 50%);}
.social-top li a{width: 25px; height: 25px; background: #fff; color: #00a650; border: 1px solid #fff;
display: inline-block; position: relative; border-radius: 100%; text-align: center; line-height: 25px;}
.social-top li a:hover{color: #fff; background: #00a650;}
.download-sec{
  border: 1px solid #ddd; -webkit-box-shadow: 0px 0px 6px rgb(0 0 0 / 14%);
  -moz-box-shadow: 0px 0px 6px rgb(0 0 0 / 14%); box-shadow: 0px 0px 6px rgb(0 0 0 / 14%);
  margin-bottom: 30px;
}
.download-sec table{margin-bottom: 0px; border-color: #ddd;}
.download-sec tr th, .download-sec tr td{padding: 10px 15px;}
.download-sec tr th{background: #006699; color: #fff;}
.download-sec tr th:first-child{border-left: 0px;}
.download-sec tr th:last-child{border-right: 0px;}

@media (min-width: 992px) {
  .login-drop:hover .dropdown-menu{display: block;}
  .xw-header-widget--quicklinks {
    text-align: right;
  }
  .xw-global-header__navigation > ul {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -ms-flex-align: center;
    align-items: center;
  }
  .xw-global-header__navigation > ul > li {
    margin-left: 12px;
    font-size: 14px;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1170px;
  }

  .xw-global-header__navigation > ul > li {
    margin-left: 10px;
    font-size: 15px;
  }
}

.xw-global-header__navigation > ul > li:first-child {
  margin-left: 0;
}

.xw-global-header__navigation > ul > li > a img {
  width: 8px;
  height: auto;
  margin-left: 6px;
}

.xw-global-header__navigation ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.xw-global-header__navigation ul li {
  font-weight: 500;
}

.xw-global-header__navigation ul li.active a {
  color: #002c72;
}

.xw-global-header__navigation a {
  color: #002c72;
  display: block; font-size: 16px;
  letter-spacing: 0.025rem;
  font-family: "Poppins", sans-serif;
}
.xw-global-header__navigation a:hover {
  color: #00a650;
  display: block;
}
.xw-global-header__navigation li:focus > a,
.xw-global-header__navigation li:hover > a {
  color: #00a650;
}

.navbar-collapse {
  justify-content: flex-end;
}

.xw-global-footer {
  font-weight: 400;
}

.xw-scroll-to-top {
  display: none;
  width: 45px;
  height: 45px;
  text-align: center;
  line-height: 45px;
  background-color: rgb(224 10 24 / 66%);
  color: #fff;
  border-radius: 50%;
  font-size: 16px;
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 9999;
}

.xw-scroll-to-top:focus,
.xw-scroll-to-top:hover {
  color: #fff;
  background-color: #00a650;
}

.xw-global-footer {
  background: transparent; 
  font-size: 13px;
  position: relative;
  display: block;
  /* background-image: url(../../images/shape-6.png); */
  background-size: 20% auto;
  background-repeat: no-repeat;
  background-position: center right;

}
/* .xw-global-footer:before{    height: 100%; width: 100%; background: rgb(231 243 241 / 81%); 
  z-index: 0; display: block; content: ""; position: absolute; left: 0; top: 0;} */

.xw-main-footer {
  color: #fff;
  margin-bottom: 0;
  border:0;
  position: relative;
  z-index: 1;

  position: relative;
  background-image: url(../../images/frontend/Manmohan.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 80px 0 20px;

}

.xw-main-footer:before{
  position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: #012c6d;
    opacity: .95;
    content: "";
}

.xw-global-footer p{font-size: 13px; font-weight: 100;}

.xw-footer-widget {
  font-weight: 400;
}

.xw-footer-widget h4 {
  font-size: 20px;
  font-weight: 500;
  font-family: 'Noto Serif', serif;
  margin: 0 0 25px;
  color: #fff;
  text-transform: capitalize;
}

@media (min-width: 99px) {
  .xw-main-footer {
    padding: 45px 0 30px;
  }

  .xw-footer-widget h4 {
    font-size: 20px;
  }
}

.xw-footer-widget ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.xw-footer-widget ul li {
  margin: 0 0 10px; font-weight: 300; font-size: 14px; position: relative;
}
.footer_contact ul li{padding-left: 20px; position: relative;}
.footer_contact ul li a{display: inline-block; position: relative; }
.footer_contact svg{position: absolute; left: 0; top: 5px;}

.xw-footer-widget ul.useful_link li{display: inline-block; position: relative; width: 49%;
  padding-top: 5px; padding-bottom: 5px; font-family: "Poppins", sans-serif;
}

.xw-footer-widget a {
  color: #fff; font-size: 14px; position: relative;
}
.xw-footer-widget ul.useful_link li a, .xw-footer-widget ul.quick_link li a{padding-left: 25px;}
.xw-footer-widget ul.useful_link li a::after, .xw-footer-widget ul.quick_link li a::after{
  content: "➜";
  text-align: center;
  display: block;
  font-size: 14px;
  position: absolute;
  top: 10%;
  left: 0;
  font-weight: 500;
}

.xw-footer-widget a:focus,
.xw-footer-widget a:hover {
  color: #4ec187;
}
.xw-footer-widget--social-links{padding-top: 15px;}
.xw-footer-widget--social-links ul {
  font-size: 0;
}

.xw-footer-widget--social-links ul li {
  font-size: 15px;
  display: inline-block;
  margin-right: 10px;
}

.xw-footer-widget--social-links ul li a {
  display: inline-block;
  width: 32px;
  height: 32px;
  border: 2px solid #00a650;
  border-radius: 50%;
  text-align: center;
  line-height: 28px;
  color: #00a650;
  background: #fff;
}

.xw-footer-widget--social-links ul li a:focus,
.xw-footer-widget--social-links ul li a:hover {
  color: #fff;
  background-color: #00a650;
  border-color: #fff;
}

.xw-footer-widget--quicklinks a {
  display: block;
}

.xw-footer-widget--newsletter h4 {
  text-transform: none;
  margin-bottom: 6px;
}

.xw-footer-widget--newsletter .xw-form-group {
  position: relative;
}

.xw-footer-widget--newsletter .xw-input-field {
  height: 47px;
  padding-right: 106px;
  border-radius: 5px;
  border: none;
  background-color: #fff;
  color: #515151;
}

.xw-footer-widget--newsletter .xw-btn {
  height: 47px;
  padding: 14px 18px;
  background-color: #00655f;
  color: #fff;
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 0 5px 5px 0;
}

.xw-footer-widget--newsletter .xw-btn:focus,
.xw-footer-widget--newsletter .xw-btn:hover {
  background-color: #00433f;
}

.xw-legal-footer {
  padding: 10px 0;
  background-color: #17469e;
  color: #fff;
  position: relative;
  z-index: 1;
}

.xw-legal-footer a {
  color: #fff;
  font-weight: 500;
}

.xw-legal-footer a:focus,
.xw-legal-footer a:hover {
  color: #00a650;
}

.xw-global-header__navigation ul > li > ul {
  padding: 0;
  z-index: 100;
  background: #fff;
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05),
    -2px 0 5px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05),
    -2px 0 5px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05),
    -2px 0 5px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05),
    -2px 0 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05),
    -2px 0 5px 1px rgba(0, 0, 0, 0.05);
}

@media (min-width: 992px) {
  .xw-global-header__navigation ul > li > ul {
    position: absolute;
    top: 100%;
    right: -15px;
    left: auto;
    background-color: #fff;
    border-radius: 8px;
    padding: 10px 0;
    opacity: 0;
    z-index: 2;
    min-width: 250px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
    -ms-box-shadow: 0px 7px 10px -1px rgba(0, 0, 0, 0.2);
    -o-box-shadow: 0px 7px 10px -1px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 7px 10px -1px rgba(0, 0, 0, 0.2);
    display: block !important;
    visibility: hidden;
    border: 0; border-top-left-radius: 0; border-top-right-radius: 0;
  }
}

.xw-global-header__navigation ul > li > ul > li {
  position: relative;
  width: 100%;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.xw-global-header__navigation ul > li > ul > li:last-child {
  border-bottom: none;
}

.xw-global-header__navigation ul > li > ul > li a {
  position: relative;
  display: block;
  padding: 9px 20px;
  line-height: 20px;
  font-weight: 500;
  font-size: 14px;
  color: #17469e;
  text-align: left;
  text-transform: capitalize;
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}

.xw-global-header__navigation ul > li > ul > li a:focus,
.xw-global-header__navigation ul > li > ul > li a:hover {
  color: #fff;
  background: #00a650;
}

.xw-global-header__navigation ul > li > ul > li.dropdown [class*="fa"] {
  float: right;
  margin-top: 2px;
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.xw-global-header__navigation ul > li > ul > li.dropdown a:hover [class*="fa"]{float: left; margin-left: -15px; rotate: 180deg;}
.xw-global-header__navigation ul > li > ul > li > ul {
  position: absolute;
  right: 100%;
  top: 0px;
  width: 240px;
  padding: 0;
  z-index: 100;
  visibility: hidden;
  opacity: 0;
  background: #fff;
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05),
    -2px 0 5px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05),
    -2px 0 5px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05),
    -2px 0 5px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05),
    -2px 0 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05),
    -2px 0 5px 1px rgba(0, 0, 0, 0.05);
}

.xw-global-header__navigation ul li.from-right > ul,
.xw-global-header__navigation ul > li > ul.from-right {
  left: auto;
  right: 0;
}

.xw-global-header__navigation ul > li > ul > li > ul > li {
  position: relative;
  width: 100%;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.xw-global-header__navigation ul > li > ul > li > ul > li:last-child {
  border-bottom: none;
}

.xw-global-header__navigation ul > li > ul > li > ul > li > a {
  position: relative;
  display: block;
  line-height: 22px;
  font-weight: 500;
  font-size: 14px;
  text-transform: capitalize;
  color: #222;
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.xw-global-header__navigation ul > li > ul > li > ul{top: 0 !important;}
.xw-global-header__navigation ul > li > ul > li > ul > li > a{color: #123456 !important; background: #fff !important;}

.xw-global-header__navigation ul > li > ul > li > ul > li > a:hover {
  color: #fff !important;
  background: #00a650 !important;
}

.xw-global-header__navigation ul li:focus > ul,
.xw-global-header__navigation ul li:hover > ul,
.xw-global-header__navigation ul > li.dropdown:focus > ul,
.xw-global-header__navigation ul > li.dropdown:hover > ul {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translate(0px);
  transform: translate(0px);
}

.breadcrumb {
  background-color: transparent;
  padding: 0;
  margin: 0;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.breadcrumb .breadcrumb-item,
.breadcrumb .breadcrumb-item.active,
.breadcrumb a {
  color: #fff;
}

.breadcrumb a:focus,
.breadcrumb a:hover {
  color: #ababab;
}

.breadcrumb .breadcrumb-item + .breadcrumb-item:before {
  color: #fff;
}

.xw-btn {
  font-family: 'Roboto', sans-serif;
  border-radius: 50px;
  background-color: #fff;
  text-transform: none;
  display: inline-block;
  color: #00a650;
  line-height: 1;
  border: none;
  cursor: pointer;
  transition: 0.2s all linear;
  border:1px solid #00a650;
  font-size: 16px;
  font-weight: 500;
  padding: 7px 20px;
}

.xw-btn:focus,
.xw-btn:hover {
  background-color: #00a650;
  color: #fff;
}

.form-control {
  font-weight: 500;
}

.form-control:focus {
  outline: 0;
  box-shadow: none;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: url(../images/icons/down.png) 96% center no-repeat;
}

select::-ms-expand {
  display: none;
}

.xw-banner {
  padding: 200px 0 280px;
  min-height: 620px;
  position: relative;
}

.xw-banner:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(33, 33, 33, 0.35);
}

.xw-banner--hasbgimage {
  background-size: cover;
  background-position: center;
}

  .banner_content_sec{background: #17469e;   padding: 60px 30px 60px 60px; 
    height: 105%; color: #fff; position: relative;  z-index: 1; rotate: -15deg; 
    margin-right: -100px; margin-top: 40px;}
  .xw-banner__content {
    color: #fff;
    position: relative;
    font-family: 'Noto Serif', serif;
    rotate: 15deg;
  }

.xw-banner__content h1 {
  font-size: 25px;
  margin: 0 0 25px;
  line-height: 1.2;
  font-weight: 700;
  text-transform: uppercase;
  font-family: 'Noto Serif', serif;
}

.xw-banner-slider .slider-track {
  transition: all 1s cubic-bezier(0.7, 0, 0.3, 1);
}
.xw-banner-slider  img {
  width: 100%;
  transition: all 1s cubic-bezier(0.7, 0, 0.3, 1);
  transform: scale(1.2);
}

.xw-banner-slider  .slick-active img {
  transform: scale(1);
}

@media (min-width: 578px) {
  .breadcrumb {
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .xw-banner__content h1 {
    font-size: 24px;
  }
  .xw-banner__content p{font-size: 16px;}
}

@media (min-width: 768px) {
  .xw-banner__content h1 {
    font-size: 36px;
  }
}

@media (min-width: 992px) {
  .xw-banner__content h1 {
    font-size: 42px;
  }
}

@media (min-width: 1200px) {
  .xw-banner__content h1 {
    font-size: 25px; line-height: 35px;
  }
}

.xw-banner__content p {
  font-size: 18px;
  margin-bottom: 25px;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
}

@media (min-width: 768px) {
  .xw-banner__content p {
    font-size: 22px;
    margin-bottom: 35px;
  }
}

@media (min-width: 992px) {
  .xw-banner__content p {
    font-size: 22px;
  }
}

@media (min-width: 1200px) {
  .xw-banner__content p {
    margin: 0 0 45px;
  }
}

.cf-section-work__list ul li:last-child,
.xw-banner__content p:last-child {
  margin-bottom: 0;
}

.xw-banner__content p a {
  color: #fff;
}

.xw-banner__content p a:hover [class*="fa"] {
  margin-left: 10px;
}

.xw-banner__content p a [class*="fa"] {
  margin-left: 4px;
  -webkit-transition: 0.2s all linear;
  transition: 0.2s all linear;
}
.xw-banner-slider {
  position: relative;
  max-height: 525px;
  overflow: hidden;
  background: #17469e;
}
.xw-banner-slider figure{margin-left: -5px; max-height: 500px; overflow: hidden;}
.xw-banner-slider figure img{max-height: 520px; max-width: 100%;}
.xw-banner-slider .slick-dots {
  bottom: 5%; z-index: 2; right: 25%;
}

.xw-inner-banner {
  padding: 40px 0;
}

.xw-inner-banner h1 {
  font-size: 28px;
  font-weight: 500;
  margin: 0;
  color: #fff;
  text-transform: uppercase;
}

@media (min-width: 578px) {
  .xw-inner-banner {
    padding: 55px 0 45px;
  }

  .xw-inner-banner h1 {
    font-size: 32px;
  }
}

@media (min-width: 768px) {
  .xw-inner-banner h1 {
    font-size: 36px;
  }
}

@media (min-width: 992px) {
  .xw-inner-banner h1 {
    font-size: 40px;
  }
}

.slick-next,
.slick-prev {
  width: 35px;
  height: 18px;
  text-align: center;
  background-color: transparent !important;
  z-index: 2;
}

.slick-prev {
  left: -25px;
}

.slick-prev:before {
  content: url(../images/icons/arrow-left.png);
}

.slick-next {
  right: -25px;
}

@media (min-width: 578px) {
  .slick-prev {
    left: -71px;
  }

  .slick-next {
    right: -71px;
  }
}

.slick-next:before {
  content: url(../images/icons/arrow-right.png);
}

.slick-slide img {
  display: inline-block;
}

.cf-header-widget--large-btn a:focus,
.cf-header-widget--large-btn a:hover {
  background-color: #002c72;
}

.cf-section-services {
  padding-bottom: 30px;
}

.slick-dots {
  bottom: 15px;
}

.slick-dots li {
  margin: 0;
}

.slick-dots li button {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background-color: #fff;
  border: 1px solid #fcb22b;
  margin: 0;
}

.slick-dots li button:before {
  content: none;
}

.slick-dots li.slick-active button {
  background-color: #fcb22b; border-color: #fff;
}

.slick-dotted.slick-slider {
  margin: 0;
}

.xw-widget {
  background-color: #f3f3f3;
  margin-bottom: 40px;
}

.xw-widget__title {
  padding: 20px 15px;
  background-color: #002c72;
  color: #fff;
}

.xw-widget__title h4 {
  margin: 0;
  line-height: 1;
  font-size: 20px;
  text-transform: uppercase;
}

.xw-widget__content {
  padding: 8px 35px 8px 25px;
}

.xw-widget__content ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.xw-widget__content ul li {
  padding: 10px 0;
  border-bottom: dashed 1px #bababa;
}

.xw-widget__content ul li:last-child {
  border-bottom: none;
}

.xw-widget__content ul li a {
  color: #515151;
  display: block;
}

.xw-widget__content ul li a:focus,
.xw-widget__content ul li a:hover {
  color: #002c72;
}

.xw-widget__content ul li a [class*="fa"] {
  color: #002c72;
  margin-right: 6px;
}

.xw-widget--hascounter ul {
  counter-reset: counter;
}

.xw-widget--hascounter ul li {
  counter-increment: counter;
}

.xw-widget--hascounter ul li:before {
  content: "0" counter(counter) ".";
  color: #8d8d8d;
  margin-right: 8px;
  display: inline-block;
}

.xw-widget-callback {
  background-color: #f3f3f3;
  margin-bottom: 40px;
}

.xw-widget-callback__title {
  color: #fff;
  padding: 30px 15px 85px;
  background: url(../images/write.png) left top no-repeat;
  background-size: cover;
  position: relative;
}
/*!
    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-widget-callback__title h4 {
  font-size: 20px;
  margin: 0 0 18px;
  text-transform: uppercase;
}

.xw-widget-callback__title p {
  font-size: 14px;
  line-height: 1.75;
}

.xw-widget-callback__icon {
  display: inline-block;
  width: 60px;
  height: 60px;
  border: 2px solid #002c72;
  border-radius: 50%;
  background-color: #fff;
  font-size: 20px;
  text-align: center;
  line-height: 56px;
  color: #002c72;
  position: absolute;
  bottom: 0;
  left: 18px;
}

.xw-widget-callback__content {
  padding: 20px 17px 22px;
}

.xw-widget-callback .xw-input-field {
  border-color: #c8c8c8;
  color: #515151;
}

.xw-widget-callback .xw-input-field:focus {
  border-color: #002c72;
}

.xw-widget-callback .xw-input-field::-webkit-input-placeholder {
  color: #787878;
}

.xw-widget-callback .xw-input-field:-moz-placeholder {
  color: #787878;
}

.xw-widget-callback .xw-input-field::-moz-placeholder {
  color: #787878;
}

.xw-widget-callback .xw-input-field:-ms-input-placeholder {
  color: #787878;
}

input[type="checkbox"] {
  position: absolute;
  opacity: 0;
}

input[type="checkbox"] + label {
  position: relative;
  cursor: pointer;
  padding: 0;
  margin-bottom: 15px;
}

input[type="checkbox"] + label:before {
  content: "";
  margin-right: 10px;
  display: inline-block;
  vertical-align: text-top;
  width: 20px;
  height: 20px;
  background: #fff;
  border: 1px solid #c8c8c8;
}

input[type="checkbox"]:disabled + label {
  color: #b8b8b8;
  cursor: auto;
}

input[type="checkbox"]:disabled + label:before {
  box-shadow: none;
  background: #ddd;
}

input[type="checkbox"]:checked + label:after {
  content: "";
  position: absolute;
  left: 5px;
  top: 11px;
  background: #002c72;
  width: 2px;
  height: 2px;
  box-shadow: 2px 0 0 #002c72, 4px 0 0 #002c72, 4px -2px 0 #002c72,
    4px -4px 0 #002c72, 4px -6px 0 #002c72, 4px -8px 0 #002c72;
  transform: rotate(45deg);
}

.pagination {
  font-size: 15px;
  margin: 13px 0;
}

.pagination .page-link {
  color: #515151;
  border-color: transparent;
  padding: 11px 14px;
  line-height: 1;
  border-radius: 3px;
}

.pagination .page-link:focus {
  box-shadow: none;
}

.pagination .page-item {
  margin-right: 5px;
}

.pagination .page-item.active .page-link {
  background-color: #002c72;
  border-color: #002c72;
}

.pagination .page-item:first-child {
  margin-right: 17px;
}

.pagination .page-item:last-child {
  margin-left: 17px;
  margin-right: 0;
}

.dropdown-toggle::after {
  content: none;
}

.xw-section {
  padding: 60px 0 60px;
}

.xw-section__title {
  text-align: center;
  margin-bottom: 35px;
  z-index: 1;
  position: relative;
}

.xw-section__title h2 {
  font-size: 30px;
  color: #005550;
  font-weight: 500;
  line-height: 1.3;
  text-align: center;
  margin-bottom: 30px;
  font-family: 'Roboto', sans-serif;
}

.xw-section__title h2 em{color: #00a650; font-style: normal;}

.xw-section--programs:after,
.xw-section--why-us:after {
  content: "";
  top: 0;
  bottom: 0;
}

.xw-section__title__icon:before {
  left: 8%;
}

.xw-section__title__icon:after {
  right: 8%;
}

.xw-section--programs {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  background-attachment: fixed;
}

.xw-section--programs:after {
  position: absolute;
  left: 0;
  right: 0;
  background-color: rgba(34, 37, 58, 0.9);
}

.xw-section--programs > * {
  position: relative;
  z-index: 2;
}

.xw-section--programs .form-control {
  height: 66px;
  background: url(../images/icons/down.png) 88% center no-repeat;
  background-color: rgba(255, 255, 255, 0.6);
  border: none;
  padding: 15px 52px 15px 38px;
  font-size: 17px;
  color: #14272e;
  cursor: pointer;
}

.xw-section--programs .xw-btn {
  border-radius: 35px;
}

.xw-section--why-us {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.xw-section--why-us:after {
  position: absolute;
  left: 0;
  right: 0;
  background-color: rgba(16, 28, 64, 0.7);
}

.xw-section--why-us > * {
  position: relative;
  z-index: 2;
}

.xw-section--why-us .row {
  margin: 0;
}

.xw-section--why-us .row > [class*="col-"] {
  padding: 10px;
}
.xw-section--why-us figure {
  text-align: center;
}
.xw-section--why-us figure img {
  max-width: 100%;
  border-radius: 50%;
  max-height: 260px;
}

.xw-section-message {
  padding: 60px 0px 60px 0px;
  background: #fff;
  position: relative;
  display: block;
  background-image: url(../../images/bg-6.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center bottom;
  border-top: 1px solid #fff;
}
.xw-section-message figure{position: relative; display: block; z-index: 2; margin-top: 30px;
  border: 10px solid #fff; margin-left: auto; margin-right: auto; text-align: center;
  border-radius: 25px; width: 250px; height: 250px; overflow: hidden;
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.3), 0 10px 10px -5px rgba(0, 0, 0, 0.4), inset 0 2px 4px 0 black;
}

.xw-chairman-message p {
  line-height: 1.6;
  text-align: justify;
}
.xw-chairman-message,
.xw-chairman-message figure {
  position: relative;
}
.xw-chairman-message figure img {
  width: 240px;
  height: 240px;
  margin-left: auto; margin-right: auto;
}
.princy_msg {
  margin-left: -30px;
}
.about-content{position: relative; z-index: 1;}
.about-content .xw-btn {
  margin-top: 10px;
}
.about-content .xw-btn,
.xw-chairman-message .xw-btn {
  font-size: 14px;
  font-weight: 500;
  padding: 5px 20px;
  border-radius: 25px;
}
.message-carousel{display: block; position: relative; z-index: 1;}
.message-carousel .slick-dots {
  display: inline-block;
  width: auto;
  position: absolute;
  right: 0;
}

.author_sec {
  padding-top: 15px;
  text-align: center;
}
.author_sec .name {
  font-weight: 400;
  color: #17469e;
  letter-spacing: 0.025rem; font-size: 20px;
}
.author_sec .designation {
  color: #567890;
  font-size: 16px;
  font-style: italic;
  font-weight: 500;
}
.xw-sidebar h2, .xw-section__title h2 {
  position: relative;
  text-transform: capitalize;
  margin-bottom: 25px;
  font-family: 'Noto Serif', serif;
  font-size: 30px;
  color: #123456;
  font-weight: 700;
  line-height: 1.3;
  text-align: left;
  display: block;
}
.xw-sidebar h2 em, .xw-section__title h2 em {
  color: #17469e;
  font-style: normal;
}

.xw-sidebar h3 {
  font-size: 20px;
  color: #000;
  margin: 0 0 30px;
  border-left: 5px solid #00a650;
  padding-left: 10px;
}

.xw-sidebar-widget--news {
  margin: 0 0 20px;
  border-radius: 6px; min-height: 120px;
  transition: all 0.5s linear;
  -webkit-transition: all 0.5s linear;
  position: relative;
}

.xw-sidebar-widget--news .xw-sidebar-widget--news__left, .xw-sidebar-widget--news h5 a {
  display: block;
}

.xw-sidebar-widget--news .btn-more{
  vertical-align: middle; position: relative; color: #146fff; float: right;
}

.related_item .xw-sidebar-widget--news .btn-more{float: none;}

.xw-sidebar-widget--news .btn-more:hover{color: #00a650;}
.xw-sidebar-widget--news .btn-more svg{margin-left: 5px;}

/* .xw-sidebar-widget--news:focus,
.xw-sidebar-widget--news:hover {
  background-color:rgb(252 255 251);
  -webkit-box-shadow: -3px 3px 20px #0000002e;
  -moz-box-shadow: -3px 3px 20px #0000002e;
  box-shadow: -3px 3px 20px #0000002e;
} */

.xw-sidebar-widget--news
  a:focus
  .xw-sidebar-widget--news__right
  h6
  [class*="fa"],
.xw-sidebar-widget--news
  a:hover
  .xw-sidebar-widget--news__right
  h6
  [class*="fa"] {
  margin-left: 6px;
}

.xw-sidebar-widget--news__left {
  float: left;
  width: 100px;
  height: auto;
  position: relative;
  padding-top: 10px;
}

.xw-sidebar-widget--news__left figure {
  position: relative;
  width: 100%;
  max-height: 100px;
  border-radius: 9px;
  overflow: hidden;
}

.xw-sidebar-widget--news__left figure img {
  transition: all 2s cubic-bezier(0.7, 0, 0.3, 1);
  transform: scale(1); max-height: 170px;
}

.xw-sidebar-widget--news__left h5 {
  font-size: 15px;
  color: #fff;
  line-height: 26px;
  font-weight: 500;
  padding: 0 15px 20px;
  margin: 0;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.xw-sidebar-widget--news__left p {
  font-size: 12px;
  font-weight: 500;
  color: #005550;
  display: block;
  width: 100%;
  left: 0;
  bottom: 0;
  padding: 2px 10px;
  position: absolute;
  z-index: 3;
  background-color: #f6f9ff;
}

.xw-sidebar-widget--news__overlay {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: rgb(0 102 153 / 45%);
}

.xw-sidebar-widget--news__right {
  padding-left: 15px;
  overflow: hidden;
  min-height: 100px;
}

.xw-sidebar-widget--news__right .meta {
  font-size: 11px; display: inline-block; position: relative;
  margin-bottom: 0; padding-left: 0; list-style: none; 
}
.xw-sidebar-widget--news__right .meta li{
  display: inline-block; position: relative; vertical-align: middle;
  margin-right: 10px;font-weight: 400; letter-spacing: 0.025rem;
}
.xw-sidebar-widget--news__right .meta li:last-child{margin-right: 0px;}
.team_info{position: relative; background: #17469e; padding: 15px;
    filter: drop-shadow(0 1px 2px rgba(0,0,0,.1)); border-radius: 6px;
    border-top-left-radius: 0; border-top-right-radius: 0;
    /* border: 1px solid #fff; */
}
.team_info:before{ content: ""; position: absolute; top: -7px; right: 45%; border-width: 14px 0px 14px 14px; border-style: solid;
    border-color: #17469e transparent transparent transparent; display: block; width: 0; height: 0; rotate: -45deg;
}




/*!
  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-sidebar-widget--news__right p {
  font-size: 14px;
  margin: 0 0 5px;
  line-height: 20px;
  text-align: justify;
  font-weight: 400;
  color: #123456;
}

.xw-sidebar-widget--news__right h5 {
  font-size: 18px;
  margin: 0 0 10px;
  line-height: 20px;
  color: #123456;
  font-weight: 500;
  padding-top: 5px;
}

.related_item .xw-sidebar-widget--news__right h5{font-size: 16px;}

.xw-sidebar-widget--news__right h6 {
  margin: 0;
  color: #06602c;
  font-size: 14px;
  font-weight: 500;
}

.xw-sidebar-widget--news__right h6 [class*="fa"] {
  margin-left: 12px;
  position: relative;
  -webkit-transition: 0.2s all linear;
  transition: 0.2s all linear;
}

.xw-event-slider .slick-dots,
.xw-testimonial-slider .slick-dots {
  bottom: -15px;
}
.xw-event-item {
  /*max-width: 351px;*/
  text-align: center;
  margin-bottom: 45px;
  margin-left: 10px;
  margin-right: 10px;
  -webkit-box-shadow: 0 3px 7px 0 rgba(0, 0, 0, 0.35);
  -moz-box-shadow: 0 3px 7px 0 rgba(0, 0, 0, 0.35);
  box-shadow: 0 3px 7px 0 rgba(0, 0, 0, 0.35);
}

.xw-event-item:focus figure img,
.xw-event-item:hover figure img {
  -webkit-transition: 2s all linear;
  transition: 2s all linear;
  -webkit-transform: scale(1.05, 1.05);
  -ms-transform: scale(1.05, 1.05);
  transform: scale(1.05, 1.05);
}

.xw-event-item:focus .xw-event-item__overlay,
.xw-event-item:hover .xw-event-item__overlay {
  opacity: 1;
}

.xw-event-item:focus .xw-btn,
.xw-event-item:hover .xw-btn {
  background-color: #00a650;
}

.xw-event-item__date {
  font-size: 14px;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  color: #fff;
  display: inline-block;
  padding: 5px 16px 7px;
  background-color: #00a650;
  position: absolute;
  z-index: 2;
  left: 0;
  bottom: 15px;
}

.xw-event-item a {
  color: #515151;
}

.xw-event-item figure {
  height: 305px;
  position: relative;
  overflow: hidden;
}

.xw-event-item figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.xw-event-item__text {
  border-top: solid 5px #00a650;
  padding: 30px 25px 30px;
  position: relative;
  background: #fff;
  min-height: 307px;
}

.xw-event-item__text h4 {
  color: #002c72;
  font-size: 20px;
  font-weight: 700;
  font-family: 'Roboto', sans-serif;
  margin: 0 0 20px;
}

.xw-event-item__text p {
  font-size: 14px;
  line-height: 1.7;
}

.xw-event-item__overlay {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.3);
  opacity: 0;
  z-index: 1;
  -webkit-transition: 0.3s all ease-out;
  transition: 0.3s all ease-out;
}

.xw-event-item .xw-btn {
  font-size: 16px;
  font-weight: 500;
  font-family: 'Roboto', sans-serif;
  padding: 10px 30px;
  border-radius: 55px;
  position: absolute;
  bottom: 0;
  left: 50%;
  white-space: nowrap;
  -webkit-transform: translate(-50%, 50%);
  -ms-transform: translate(-50%, 50%);
  transform: translate(-50%, 50%);
}

.xw-feature-item {
  color: #fff;
  position: relative;
  padding-left: 90px;
  margin-bottom: 50px;
}

.xw-feature-item--alter {
  padding-left: 0;
  padding-right: 90px;
  text-align: right;
}

.xw-feature-item--alter .xw-feature-item__icon {
  left: auto;
  right: 0;
}

.xw-feature-item:last-child {
  margin-bottom: 0;
}

.xw-feature-item__icon {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  border: 2px solid #fff;
  text-align: center;
  line-height: 56px;
  font-size: 30px;
  position: absolute;
  top: -4px;
  left: 0;
}

.xw-feature-item h4 {
  font-size: 17px;
  font-weight: 500;
  margin: 0 0 12px;
}

.xw-feature-item p {
  font-size: 13px;
  font-weight: 500;
}

.xw-testimonial-item {
  padding: 30px;
  text-align: center;
  position: relative;
  background-color: #fff;
  border-radius: 10px;
  /* -webkit-box-shadow: 0 3px 7px 0 rgba(0, 0, 0, 0.35);
  -moz-box-shadow: 0 3px 7px 0 rgba(0, 0, 0, 0.35);
  box-shadow: 0 3px 7px 0 rgba(0, 0, 0, 0.35); */
}

.xw-testimonial-item__content {
  text-align: justify;
  padding-right: 10px;
  padding-left: 30px;
  overflow: hidden;
  height: 150px;
  width: auto;
  display: inline-block;
  position: relative;
  width: 90%;
}

.xw-testimonial-item figure {
  display: inline-block;
  position: relative;
  width: 100px;
  height: 100px;
  border: 2px solid #00a650;
  border-radius: 50%;
  vertical-align: top;
}

.xw-testimonial-item figure img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  object-fit: cover;
}

.xw-testimonial-item p {
  font-size: 14px;
  margin: 0;
}

.xw-testimonial-item h5 {
  font-size: 18px;
  font-weight: 700;
  color: #00a650;
  margin: 17px 0 8px;
}

.xw-testimonial-item h6 {
  font-size: 12px;
  font-weight: 500;
}

.xw-book-tour {
  position: fixed;
  top: 60%;
  left: 0;
  z-index: 999;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.xw-book-tour.form-visible .xw-link {
  display: none;
}

.xw-book-tour.form-visible .xw-book-tour-form {
  display: block;
}

.xw-book-tour-close,
.xw-book-tour.form-visible .xw-book-tour-close {
  display: inline-block;
}

.xw-book-tour-close {
  width: 36px;
  height: 36px;
  text-align: center;
  line-height: 36px;
  background-color: #dc3545;
  position: absolute;
  bottom: 100%;
  right: 0;
  cursor: pointer;
}

.xw-book-tour-close:hover {
  background-color: #00a650;
}

.xw-book-tour-close img {
  max-width: 20px;
}

.xw-book-tour .xw-link {
  padding: 7px 15px;
  color: #fff;
  background-color: #00a650;
  font-size: 12px;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  margin-left: -32px;
  cursor: pointer;
  display: none;
}

.xw-book-tour .xw-link.shown {
  display: inline-block;
}

.xw-book-tour .xw-link.shown + .xw-book-tour-close {
  display: none;
}

.xw-book-tour-form {
  display: none;
  width: 380px;
  background-color: #002c72;
  padding: 20px 15px 28px;
  border-radius: 0 0 5px;
}

.xw-book-tour-form .form-control {
  height: 40px;
  border: none;
  border-radius: 0;
}

.xw-book-tour-form .form-control::-webkit-input-placeholder {
  color: #515151;
}

.xw-book-tour-form .form-control::-moz-placeholder {
  color: #515151;
}

.xw-book-tour-form .form-control:-ms-input-placeholder {
  color: #515151;
}

.xw-book-tour-form .form-control:-moz-placeholder {
  color: #515151;
}

.xw-mis-login .xw-link,
.xw-mis-login h3 {
  font-family: 'Roboto', sans-serif;
  color: #fff;
  text-transform: uppercase;
}

.xw-book-tour-form .xw-btn {
  display: block;
  background-color: #dc3545;
  width: 100%;
  padding: 10px 30px;
  font-size: 15px;
  border-radius: 0;
  font-weight: 500;
  border-radius: 50px;
}

.xw-book-tour-form .xw-btn:focus,
.xw-book-tour-form .xw-btn:hover {
  background-color: #00a650;
}

.xw-book-tour-form .form-group {
  margin-bottom: 18px;
}

.xw-book-tour-form textarea.form-control {
  height: 70px;
}

.xw-mis-login {
  position: absolute;
  right: 10%;
  top: 40%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 99;
}

.xw-mis-login-form {
  width: 320px;
  padding: 20px 15px 30px;
  background-color: #002c72;
  border-radius: 5px 0 5px 5px;
  display: none;
}

.xw-mis-login .xw-link {
  padding: 12px 42px;
  background-color: #002c72;
  font-size: 18px;
  font-weight: 700;
  border-radius: 4px;
  cursor: pointer;
  display: none;
  margin-right: 75px;
  -webkit-transition: 0.2s all linear;
  transition: 0.2s all linear;
}

.xw-mis-login .xw-link:focus,
.xw-mis-login .xw-link:hover {
  background-color: #002c72;
}

.xw-mis-login .xw-link.shown {
  display: inline-block;
}

.xw-mis-login .xw-link.shown + .xw-mis-login-close {
  display: none;
}

.xw-mis-login .xw-mis-login-close {
  display: inline-block;
  width: 36px;
  height: 36px;
  text-align: center;
  line-height: 36px;
  background-color: #002c72;
  position: absolute;
  bottom: 100%;
  right: 0;
  cursor: pointer;
  -webkit-transform: translateY(1px);
  -ms-transform: translateY(1px);
  transform: translateY(1px);
}

.xw-mis-login h3 {
  font-size: 24px;
  text-align: center;
  margin: 0 0 15px;
}

.xw-mis-login .form-control {
  height: 40px;
  border: none;
  border-radius: 0;
}

.xw-mis-login .form-control::-webkit-input-placeholder {
  color: #515151;
}

.xw-mis-login .form-control::-moz-placeholder {
  color: #515151;
}

.xw-mis-login .form-control:-ms-input-placeholder {
  color: #515151;
}

.xw-mis-login .form-control:-moz-placeholder {
  color: #515151;
}

.xw-mis-login .xw-btn {
  display: block;
  background-color: #002c72;
  width: 100%;
  padding: 11px 20px 14px;
  font-size: 15px;
  border-radius: 0;
  font-weight: 500;
}

.xw-mis-login .xw-btn:focus,
.xw-mis-login .xw-btn:hover {
  background-color: #006694;
}

.xw-banner-section-wrap {
  position: relative;
}

.xw-programs-slider__item {
  text-align: center;
  padding: 0 20px;
}

.xw-programs-slider .xw-btn {
  display: block;
  text-align: center;
  padding: 22px 42px;
}

.xw-partners-slider__item {
  text-align: center;
  padding: 0 50px;
  display: table !important;
}

.xw-partners-slider__item a {
  display: table-cell;
  vertical-align: middle;
}

.xw-partners-slider__item a:focus img,
.xw-partners-slider__item a:hover img {
  -webkit-filter: none;
  filter: none;
}

.xw-partners-slider__item img {
  max-width: 100%;
  height: auto;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  -webkit-transition: 0.2s all linear;
  transition: 0.2s all linear;
}

.slimScrollBar {
  background-color: #0089ff !important;
}

.xw-about-page-wrap {
  padding: 60px 0 20px;
}

.section-bottom-shape {
  position: absolute;
  z-index: 0;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 70px;
  -webkit-transform: rotateX(180deg);
  transform: rotateX(180deg);
}

.section-bottom-shape svg {
  width: 100%;
  height: 100%;
}
.section-bottom-shape svg path {
  fill: #fff;
}

@media (min-width: 768px) {
  .xw-about-page-wrap {
    padding: 70px 0 40px;
  }
}

@media (min-width: 992px) {
  .xw-about-page-wrap {
    padding: 70px 0;
  }
}

.xw-about-page-wrap h2 {
  margin: 0 0 16px;
}

.xw-about-page-wrap p {
  line-height: 1.75;
}

.xw-img-left {
  margin: 0 0 25px;
}

@media (min-width: 768px) {
  .xw-img-left {
    float: left;
    margin-right: 40px;
  }
}

.xw-values-block {
  margin: 30px 0 40px;
}

@media (min-width: 768px) {
  .xw-values-block {
    margin: 40px 0 60px;
  }
}

.xw-values-block h3 {
  text-transform: uppercase;
  color: #002c72;
  margin: 0 0 15px;
}

.xw-values-block ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.xw-values-block ul li {
  margin-bottom: 16px;
}

.xw-values-block ul [class*="fa"] {
  color: #002c72;
  margin-right: 8px;
}

.xw-values-block blockquote {
  line-height: 1.75;
  font-style: italic;
  padding: 5px 0 0 50px;
  margin: 0;
  position: relative;
}

.xw-values-block blockquote:before {
  content: "“";
  position: absolute;
  font-size: 80px;
  color: #002c72;
  top: 0;
  left: 0;
  line-height: 0.9;
}

.xw-section-about-us h3 {
  font-size: 20px;
  color: #002c72;
  margin: 35px 0 10px;
}

.xw-section-about-us h3 [class*="fa"] {
  margin-right: 5px;
}

.xw-section-about-us h3 em {
  font-weight: 400;
}

.xw-section-about-us hr {
  margin: 67px 0;
  border-top: solid 1px #171717;
}

.xw-team-block h3 {
  font-size: 24px;
  font-weight: 700;
  text-transform: uppercase;
  margin: 0 0 20px;
}

@media (min-width: 768px) {
  .xw-section-about-us h3 {
    font-size: 24px;
  }

  .xw-team-block h3 {
    font-size: 28px;
  }
}

@media (min-width: 1200px) {
  .xw-team-block h3 {
    font-size: 35px;
  }
}

.xw-team-block .slick-list.draggable {
  margin: 0 -15px;
}

.xw-team-item {
  padding: 0 15px;
  margin-bottom: 30px;
}

.xw-team-item img {
  max-width: 100%;
}

.xw-team-item__inner {
  width: 262px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.xw-team-item__content {
  text-align: center;
  padding: 10px;
  display: table;
  width: 100%;
  min-height: 110px;
  background-color: #f5f5f5;
  border: 1px solid #d7d7d7;
}

.nav-pills .nav-link:after,
.xw-overview-tab .nav:before,
.xw-progress-bar:before {
  width: 0;
  content: "";
}

.xw-team-item__content > div {
  display: table-cell;
  vertical-align: middle;
}

.xw-team-item__content h4 {
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  color: #002c72;
  margin: 0 0 6px;
}

.xw-team-item__content p {
  margin: 0;
  line-height: 1.6;
}
/*!
    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-country-page-wrap {
  padding: 70px 0;
}

.xw-feature-image {
  margin-bottom: 50px;
}

.xw-tab__content {
  padding: 0 20px;
}

.xw-tab__content h2 {
  font-size: 30px;
  margin: 0 0 20px;
}

.xw-tab__content p {
  margin: 0 0 30px;
}

.xw-overview-tab .nav {
  height: 100%;
  position: relative;
}

.xw-overview-tab .nav:before {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  border-right: solid 1px #b2b2b2;
  z-index: -1;
}

.xw-user-review {
  margin-top: 70px;
  border-top: solid 1px #002c72;
  padding: 65px 0;
}

.xw-user-review h3 {
  font-size: 30px;
  text-transform: uppercase;
  color: #002c72;
  margin: 0 0 10px;
}

.xw-user-rating {
  padding: 25px 55px 25px 30px;
  border: 1px solid #c8c8c8;
  text-align: center;
  margin-bottom: 65px;
}

.xw-user-rating__overall {
  position: relative;
  display: inline-block;
  padding-left: 34px;
}

.xw-user-rating__overall__digit {
  font-size: 50px;
  font-weight: 500;
  line-height: 1;
  position: absolute;
  left: 0;
}

.xw-user-rating__overall__text {
  font-size: 14px;
  margin-top: 8px;
}

.xw-user-rating__overall__text p {
  line-height: 1;
  margin: 0 0 4px;
}

.xw-progress-bar {
  list-style: none;
  padding: 0 0 0 38px;
  margin: 0;
  line-height: 1;
  position: relative;
}

.xw-progress-bar:before {
  position: absolute;
  height: 95%;
  border-right: solid 1px #c8c8c8;
  left: -10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.xw-progress-bar li {
  padding: 0 45px 22px 60px;
  position: relative;
}

.xw-progress-bar li:last-child {
  padding-bottom: 0;
}

.xw-progress-bar__star {
  position: absolute;
  left: 0;
  top: -2px;
}

.xw-progress-bar__percentage {
  position: absolute;
  right: 0;
  top: -2px;
}

.xw-student-rating__title {
  margin-bottom: 15px;
}

.xw-student-rating__item {
  padding-bottom: 40px;
  border-bottom: dashed 1px #bdbdbd;
  margin-bottom: 35px;
}

.xw-student-rating__item__title {
  margin-bottom: 10px;
}

.xw-student-rating__item__user {
  font-size: 18px;
  font-weight: 500;
  text-transform: uppercase;
  margin-right: 32px;
}

.xw-student-rating__item__date {
  font-size: 13px;
  color: #787878;
  margin-right: 20px;
}

.xw-user-star {
  letter-spacing: -0.25em;
}

.xw-user-star [class*="fa"] {
  font-size: 13px;
  color: #fd7c13;
}

.xw-student-review-form {
  padding: 30px 30px 40px;
  background-color: #f5f5f5;
}

.xw-student-review-form h4 {
  font-size: 30px;
  text-transform: uppercase;
  color: #002c72;
  margin: 0 0 25px;
}

.xw-student-review-form__stars p {
  margin: 0;
  line-height: 1;
  font-size: 16px;
}

.xw-student-review-form .xw-input-field {
  border-color: #c8c8c8;
}

.xw-student-review-form .xw-input-field:focus {
  border-color: #002c72;
}

.xw-student-review-form .xw-input-field::-webkit-input-placeholder {
  color: #515151;
}

.xw-student-review-form .xw-input-field:-moz-placeholder {
  color: #515151;
}

.xw-student-review-form .xw-input-field::-moz-placeholder {
  color: #515151;
}

.xw-student-review-form .xw-input-field:-ms-input-placeholder {
  color: #515151;
}

.xw-student-review-form .xw-form-group {
  margin-bottom: 18px;
}

.xw-student-review-form textarea.xw-input-field {
  height: 161px;
}

/* .nav-pills .nav-link {
  font-size: 18px;
  font-weight: 500;
  color: #515151;
  line-height: 1;
  padding: 16px 20px;
  border-bottom: dashed 1px #bcbcbc;
  border-radius: 0;
  position: relative;
}

.nav-pills .nav-link:after {
  position: absolute;
  left: 100%;
  top: 0;
  height: 0;
  border-style: solid;
  border-width: 25px 0 25px 25px;
  border-color: transparent;
  -webkit-transition: 0.2s all linear;
  transition: 0.2s all linear;
}

.nav-pills .nav-link.active {
  color: #fff;
  background-color: #002c72;
}

.nav-pills .nav-link.active:after {
  border-color: transparent transparent transparent #002c72;
}

.nav-pills .nav-link:last-child {
  border-bottom: none;
} */

.team_tab{text-align: center; padding: 0px 15px 15px; background: #abcdef; margin-top: -60px; margin-bottom: 30px;}
.team_tab .nav-pills{display: block; width: 100%; margin-bottom: 0px !important;}
.team_tab .nav-pills .nav-item{display: inline-block; position: relative; margin-left: 10px; margin-right: 10px;}
.team_tab .nav-pills .nav-item button{background: #fff; font-weight: 500; color: #17469e; text-transform: capitalize;}
.team_tab .nav-pills .nav-item button, .team_tab .nav-pills .nav-item button:active, .team_tab .nav-pills .nav-item button:focus
{border: none; outline: 0;}
.team_tab .nav-pills .nav-item:hover, .team_tab .nav-pills .nav-item button:hover{cursor: pointer;}
.team_tab .nav-pills .nav-item button:hover{background: #00a650; color: #fff;}
.team_tab .nav-pills .nav-item button.active, .team_tab .nav-pills .nav-item button.active:hover{background: #17469e; color: #fff;} 
.team_tab .nav-pills .nav-item button.active:before{
  content: ""; position: absolute; bottom: auto; top: 116%;  right: 45%;
  border-width: 16px 0px 16px 16px; border-style: solid;
  border-color: #eee transparent transparent transparent;
  display: block; width: 0; height: 0; rotate: -45deg;
}
.progress {
  height: 8px;
  border-radius: 8px;
  background-color: #d1d1d1;
}

.progress-bar {
  background-color: #fd7c13;
}

.xw-section-contact-info {
  padding: 70px 0 95px;
}
/*!
    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-contact-info__item {
  text-align: center;
  padding: 42px 30px 45px;
  height: 100%;
  border: 1px solid #d7d7d7;
  -webkit-box-shadow: 0 2px 7px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 2px 7px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 7px 0 rgba(0, 0, 0, 0.1);
  -webkit-transition: 0.3s all ease-out;
  transition: 0.3s all ease-out;
  position: relative;
  top: 0;
}

.xw-contact-info__item:focus,
.xw-contact-info__item:hover {
  top: -6px;
  -webkit-box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.2);
}

.xw-contact-info__item__icon {
  display: inline-block;
  height: 70px;
  width: 70px;
  line-height: 68px;
  border: 1px solid #002c72;
  border-radius: 50%;
  margin-bottom: 22px;
  -webkit-box-shadow: 0 2px 7px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 2px 7px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 7px 0 rgba(0, 0, 0, 0.1);
}

.xw-contact-info__item h4 {
  font-size: 24px;
  text-transform: uppercase;
  color: #002c72;
  margin: 0 0 5px;
}

.xw-contact-info__item p a {
  color: #515151;
}

.xw-contact-info__item p a:focus,
.xw-contact-info__item p a:hover {
  color: #002c72;
}

.xw-section-contact-form {
  padding-bottom: 180px;
}

.xw-section-contact-form .row {
  margin: 0;
}

.xw-section-contact-form .row [class*="col-"] {
  padding: 0;
}

.xw-section-contact-form .row [class*="col-"] > div {
  height: 100%;
}

.xw-section-contact-form .row [class*="col-"] > div > img {
  height: 100%;
  width: auto;
  object-fit: cover;
}

.xw-contact-block {
  padding: 55px 58px 58px;
  -webkit-box-shadow: -2px 0 7px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: -2px 0 7px 0 rgba(0, 0, 0, 0.1);
  box-shadow: -2px 0 7px 0 rgba(0, 0, 0, 0.1);
}

.xw-contact-block h5 {
  margin: 0 0 15px;
}

.xw-contact-block .xw-input-field {
  height: 47px;
  border: none;
  padding-left: 0;
  padding-right: 0;
  border-bottom: solid 2px #e8e8e8;
}

.xw-contact-block .xw-input-field:focus {
  border-color: #002c72;
}

.xw-contact-block .xw-input-field::-webkit-input-placeholder {
  color: #797979;
}

.xw-contact-block .xw-input-field:-moz-placeholder {
  color: #797979;
}

.xw-contact-block .xw-input-field::-moz-placeholder {
  color: #797979;
}

.xw-contact-block .xw-input-field:-ms-input-placeholder {
  color: #797979;
}

.xw-contact-block .xw-btn {
  background-color: #002c72;
}

.xw-contact-block .xw-btn:focus,
.xw-contact-block .xw-btn:hover {
  background-color: #000;
}

.xw-contact-block textarea.xw-input-field {
  height: 138px;
}

.xw-section-appointment {
  padding: 70px 0 120px;
}

.xw-section-appointment .container {
  position: relative;
}

.xw-section-appointment__image {
  display: none;
}

@media (min-width: 992px) {
  .xw-section-appointment__image {
    display: block;
    position: absolute;
    right: 35px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}

.xw-appointment-form {
  background-color: #fff;
  padding: 25px 20px;
  border: 1px solid #c8c8c8;
  position: relative;
}

@media (min-width: 992px) {
  .xw-appointment-form:before {
    position: absolute;
    top: 50%;
    right: -160px;
    width: 317px;
    height: 643px;
    z-index: -1;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    content: "";
    background: url(../images/bgshadow.png) center no-repeat;
    background-size: contain;
  }
}

.xw-appointment-form h5 {
  font-size: 18px;
  color: #002c72;
  margin: 0 0 6px;
}

@media (min-width: 578px) {
  .xw-appointment-form {
    padding: 25px 40px 42px 28px;
  }

  .xw-appointment-form h5 {
    font-size: 20px;
  }
}

.xw-appointment-form p {
  line-height: 1.3;
}

.xw-appointment-form .xw-input-field {
  border-color: #c8c8c8;
}

.xw-appointment-form .xw-input-field:focus {
  border-color: #002c72;
}

.xw-appointment-form .xw-input-field::-webkit-input-placeholder {
  color: #515151;
}

.xw-appointment-form .xw-input-field:-moz-placeholder {
  color: #515151;
}

.xw-appointment-form .xw-input-field::-moz-placeholder {
  color: #515151;
}

.xw-appointment-form .xw-input-field:-ms-input-placeholder {
  color: #515151;
}

.xw-appointment-form .xw-form-group {
  margin-bottom: 18px;
}

.xw-appointment-form .xw-captcha-wrap {
  margin-bottom: 25px;
}

.xw-appointment-form .xw-btn {
  padding: 13px 70px;
  text-transform: none;
}

.xw-blog-detail__date,
.xw-section-blog .xw-blogitem__content__date h6 {
  text-transform: uppercase;
}

.xw-appointment-form .row {
  margin-left: -10px;
  margin-right: -10px;
}

@media (min-width: 768px) {
  .xw-appointment-form .row {
    margin-bottom: 22px;
  }
}

.xw-appointment-form .row [class*="col"] {
  padding: 0 10px;
}

.xw-appointment-form ul {
  list-style: none;
  padding: 0;
  margin: 12px 0 25px;
}

.xw-appointment-form ul li {
  display: inline-block;
  min-width: 130px;
  padding-right: 20px;
}

@media screen and (min-width: 0\0) {
  select {
    background-image: none;
    padding: 5px;
  }
}

.xw-blog-detail-wrap {
  padding: 75px 0 120px;
}

.xw-blog-detail {
  padding: 0 35px;
}

.xw-blog-detail__feature-image {
  margin: 0 0 40px -35px;
  position: relative;
}

.xw-blog-detail__date {
  display: inline-block;
  color: #fff;
  line-height: 1;
  padding: 14px 24px 12px;
  background-color: #002c72;
  position: absolute;
  bottom: 0;
  left: 35px;
  -webkit-transform: translateY(50%);
  -ms-transform: translateY(50%);
  transform: translateY(50%);
}

.xw-blog-detail h2 {
  font-size: 24px;
  margin: 0 0 12px;
}

.xw-blog-detail p {
  margin: 0 0 35px;
}

.xw-blog-detail blockquote {
  font-size: 18px;
  font-style: italic;
  padding: 10px 0 0 45px;
  margin: 0 0 30px;
  position: relative;
}

.xw-blog-detail blockquote:before {
  content: "";
  width: 28px;
  height: 24px;
  background: url(../images/quote.png) top left no-repeat;
  background-size: contain;
  position: absolute;
  top: 0;
  left: 0;
}

.xw-blog-detail__share {
  padding: 10px 25px;
  border: 1px solid #dedede;
}

.xw-blog-detail__share h5 {
  float: left;
  font-size: 15px;
  margin: 4px 0 0;
  font-weight: 400;
  text-transform: uppercase;
}

.xw-blog-detail__share-link {
  float: right;
}

.xw-btn-social {
  font-size: 13px;
  display: inline-block;
  padding: 6px 12px 8px;
  color: #fff;
  background-color: #002c72;
  margin-right: 7px;
}

.xw-btn-social:focus,
.xw-btn-social:hover {
  color: #fff;
}

.xw-btn-social:last-child {
  margin-right: 0;
}

.xw-btn-social [class*="fa"] {
  position: relative;
}

.xw-btn-social [class*="fa"] + span {
  margin-left: 15px;
  display: inline-block;
  position: relative;
  line-height: 1.4;
}

.xw-btn-social [class*="fa"] + span:before {
  content: "";
  width: 0;
  height: 100%;
  border-right: solid 1px rgba(255, 255, 255, 0.8);
  position: absolute;
  top: 0;
  left: -8px;
}

.xw-section-blog .row {
  margin: 0 -17px;
}

.xw-section-blog .row [class*="col"] {
  padding: 0 17px;
  margin-bottom: 34px;
}

.xw-section-blog .xw-blogitem__content h4 {
  font-size: 24px;
  line-height: 1.3;
  margin: 0 0 12px;
}

.xw-section-blog .xw-blogitem__content h4 a {
  color: #002c72;
}

.xw-section-blog .xw-blogitem__content h4 a:focus,
.xw-section-blog .xw-blogitem__content h4 a:hover {
  -webkit-text-decoration: #002c72 solid underline;
  text-decoration: #002c72 solid underline;
}

.xw-section-blog .xw-blogitem__content__date {
  padding: 11px 20px;
}

.xw-image-gallery-block {
  padding: 70px 0 120px;
}

.xw-image-gallery-block .xw-section-study-abroad__item {
  padding: 0;
  background-color: #f5f5f5;
  margin-bottom: 30px;
}

.xw-image-gallery-block .xw-section-study-abroad__item figure {
  margin-bottom: 0;
}

.xw-image-gallery-block .xw-section-study-abroad__item__content {
  padding: 20px 25px;
}

.xw-image-gallery-block .xw-section-study-abroad__item__content h4 {
  text-transform: none;
  line-height: 1.2;
}

.xw-image-gallery-block .xw-section-study-abroad__item__iframe {
  line-height: 0;
}

.xw-image-gallery-block .xw-section-study-abroad__item__iframe iframe {
  max-width: 100%;
  height: 220px;
}

.xw-about-us-block {
  padding: 70px 0 120px;
}

.xw-about-us-block .xw-team-item {
  padding: 0;
}

.xw-testimonial-block {
  padding: 110px 0 120px;
}

.xw-testimonial-block .xw-testimonial-slider__item {
  padding: 50px 25px 35px;
  min-height: 320px;
  margin-bottom: 45px;
}
.header_contact_info li{margin-top: 5px; padding-right: 7px; margin-right: 7px; border-right: 1px solid #abcdef;}
.header_contact_info li:last-child{padding-right: 0px; border: 0; margin-right: 0px;}
.header_contact_info li a i, .header_contact_info li a svg{min-width: 20px;}

h2.title {
  position: relative;
  text-transform: capitalize;
  margin-bottom: 25px;
  font-family: 'Noto Serif', serif;
  font-size: 30px;
  color: #123456;
  font-weight: 700;
  line-height: 1.3;
  text-align: left;
  display: block;
}
h2.title em {
  color: #17469e;
  font-style: normal;
}

.princy_msg p {
  font-size: 16px;
  letter-spacing: 0.025rem;
  font-weight: 400;
  color: #123456;
  line-height: 35px;
}

.princy_msg .btn-read-more{float: right;}

.btn-read-more{color: #06602c; display: inline-block; position: relative;}
.btn-read-more:hover{color: #00a650;}

/* Shapes */
.circle-one,
.circle-two,
.circle-dots,
.rectangle-dots {
  z-index: -1;
  max-width: 20%;
  position: absolute; }

.rectangle-dots {
  bottom: 20%; z-index: 1;
  left: 5%;
  -webkit-animation: 8s down-up-three infinite;
  animation: 8s down-up-three infinite; }

.circle-dots {
  top: 25%; z-index: 1;
  right: 8%;
  -webkit-animation: 8s down-up-two infinite;
  animation: 8s down-up-two infinite; }

.circle-one {
  top: 0%; z-index: 1;
  left: 0;
  -webkit-animation: 50s shapeAnimationOne infinite;
  animation: 50s shapeAnimationOne infinite;}

.circle-two {
  top: 25%; z-index: 1;
  right: 25%;
  -webkit-animation: 50s shapeAnimationTwo infinite;
  animation: 50s shapeAnimationTwo infinite; }

  /* Hero Circle */
@-webkit-keyframes rotated_circle {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }
@keyframes rotated_circle {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

/* Hero Circle */
@-webkit-keyframes upDownLeft {
  0%,
  100% {
    -webkit-transform: translate(0px, 0px);
    transform: translate(0px, 0px); }
  25%,
  75% {
    -webkit-transform: translate(0px, 50px);
    transform: translate(0px, 50px); }
  50% {
    -webkit-transform: translate(-50px, 50px);
    transform: translate(-50px, 50px); } }
@keyframes upDownLeft {
  0%,
  100% {
    -webkit-transform: translate(0px, 0px);
    transform: translate(0px, 0px); }
  25%,
  75% {
    -webkit-transform: translate(0px, 50px);
    transform: translate(0px, 50px); }
  50% {
    -webkit-transform: translate(-50px, 50px);
    transform: translate(-50px, 50px); } }

@-webkit-keyframes shapeAnimationOne {
  0% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
    transform: translate(0px, 0px) rotate(0deg); }
  25% {
    -webkit-transform: translate(0px, 300px) rotate(90deg);
    transform: translate(0px, 300px) rotate(90deg); }
  50% {
    -webkit-transform: translate(300px, 300px) rotate(180deg);
    transform: translate(300px, 300px) rotate(180deg); }
  75% {
    -webkit-transform: translate(300px, 0px) rotate(270deg);
    transform: translate(300px, 0px) rotate(270deg); }
  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, 300px) rotate(90deg);
    transform: translate(0px, 300px) rotate(90deg); }
  50% {
    -webkit-transform: translate(300px, 300px) rotate(180deg);
    transform: translate(300px, 300px) rotate(180deg); }
  75% {
    -webkit-transform: translate(300px, 0px) rotate(270deg);
    transform: translate(300px, 0px) rotate(270deg); }
  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(-500px, 0px) rotate(270deg);
    transform: translate(-500px, 0px) rotate(270deg); }
  50% {
    -webkit-transform: translate(-300px, -500px) rotate(180deg);
    transform: translate(-300px, -500px) rotate(180deg); }
  75% {
    -webkit-transform: translate(0px, -500px) rotate(90deg);
    transform: translate(0px, -500px) 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(-500px, 0px) rotate(270deg);
    transform: translate(-500px, 0px) rotate(270deg); }
  50% {
    -webkit-transform: translate(-500px, -500px) rotate(180deg);
    transform: translate(-500px, -500px) rotate(180deg); }
  75% {
    -webkit-transform: translate(0px, -500px) rotate(90deg);
    transform: translate(0px, -500px) rotate(90deg); }
  100% {
    -webkit-transform: translate(0px, 0px) rotate(360deg);
    transform: translate(0px, 0px) rotate(360deg); } }

@-webkit-keyframes shapeAnimationThree {
  0% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
    transform: translate(0px, 0px) rotate(0deg); }
  25% {
    -webkit-transform: translate(50px, 150px) rotate(90deg);
    transform: translate(50px, 150px) rotate(90deg); }
  50% {
    -webkit-transform: translate(150px, 150px) rotate(180deg);
    transform: translate(150px, 150px) rotate(180deg); }
  75% {
    -webkit-transform: translate(150px, 50px) rotate(270deg);
    transform: translate(150px, 50px) rotate(270deg); }
  100% {
    -webkit-transform: translate(0px, 0px) rotate(360deg);
    transform: translate(0px, 0px) rotate(360deg); } }

@keyframes shapeAnimationThree {
  0% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
    transform: translate(0px, 0px) rotate(0deg); }
  25% {
    -webkit-transform: translate(50px, 150px) rotate(90deg);
    transform: translate(50px, 150px) rotate(90deg); }
  50% {
    -webkit-transform: translate(150px, 150px) rotate(180deg);
    transform: translate(150px, 150px) rotate(180deg); }
  75% {
    -webkit-transform: translate(150px, 50px) rotate(270deg);
    transform: translate(150px, 50px) rotate(270deg); }
  100% {
    -webkit-transform: translate(0px, 0px) rotate(360deg);
    transform: translate(0px, 0px) rotate(360deg); } }

@-webkit-keyframes shapeAnimationFour {
  0% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
    transform: translate(0px, 0px) rotate(0deg); }
  25% {
    -webkit-transform: translate(-150px -50px) rotate(90deg);
    transform: translate(-150px -50px) rotate(90deg); }
  50% {
    -webkit-transform: translate(-150px, -150px) rotate(180deg);
    transform: translate(-150px, -150px) rotate(180deg); }
  75% {
    -webkit-transform: translate(-50px, -150px) rotate(270deg);
    transform: translate(-50px, -150px) rotate(270deg); }
  100% {
    -webkit-transform: translate(0px, 0px) rotate(360deg);
    transform: translate(0px, 0px) rotate(360deg); } }

@keyframes shapeAnimationFour {
  0% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
    transform: translate(0px, 0px) rotate(0deg); }
  25% {
    -webkit-transform: translate(-150px -50px) rotate(90deg);
    transform: translate(-150px -50px) rotate(90deg); }
  50% {
    -webkit-transform: translate(-150px, -150px) rotate(180deg);
    transform: translate(-150px, -150px) rotate(180deg); }
  75% {
    -webkit-transform: translate(-50px, -150px) rotate(270deg);
    transform: translate(-50px, -150px) rotate(270deg); }
  100% {
    -webkit-transform: translate(0px, 0px) rotate(360deg);
    transform: translate(0px, 0px) rotate(360deg); } }

@-webkit-keyframes shapeAnimationFive {
  0% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
    transform: translate(0px, 0px) rotate(0deg); }
  25% {
    -webkit-transform: translate(-100px -100px) rotate(90deg);
    transform: translate(-100px -100px) rotate(90deg); }
  50% {
    -webkit-transform: translate(100px, 50px) rotate(180deg);
    transform: translate(100px, 50px) rotate(180deg); }
  75% {
    -webkit-transform: translate(-100px, 150px) rotate(270deg);
    transform: translate(-100px, 150px) rotate(270deg); }
  100% {
    -webkit-transform: translate(0px, 0px) rotate(360deg);
    transform: translate(0px, 0px) rotate(360deg); } }

@keyframes shapeAnimationFive {
  0% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
    transform: translate(0px, 0px) rotate(0deg); }
  25% {
    -webkit-transform: translate(-100px -100px) rotate(90deg);
    transform: translate(-100px -100px) rotate(90deg); }
  50% {
    -webkit-transform: translate(100px, 50px) rotate(180deg);
    transform: translate(100px, 50px) rotate(180deg); }
  75% {
    -webkit-transform: translate(-100px, 150px) rotate(270deg);
    transform: translate(-100px, 150px) rotate(270deg); }
  100% {
    -webkit-transform: translate(0px, 0px) rotate(360deg);
    transform: translate(0px, 0px) rotate(360deg); } }

@-webkit-keyframes down-up-one {
  0% {
    -webkit-transform: rotateX(0deg) translateY(0px);
    transform: rotateX(0deg) translateY(0px); }
  50% {
    -webkit-transform: rotateX(0deg) translateY(25px);
    transform: rotateX(0deg) translateY(25px); }
  100% {
    -webkit-transform: rotateX(0deg) translateY(0px);
    transform: rotateX(0deg) translateY(0px); } }

@keyframes down-up-one {
  0% {
    -webkit-transform: rotateX(0deg) translateY(0px);
    transform: rotateX(0deg) translateY(0px); }
  50% {
    -webkit-transform: rotateX(0deg) translateY(25px);
    transform: rotateX(0deg) translateY(25px); }
  100% {
    -webkit-transform: rotateX(0deg) translateY(0px);
    transform: rotateX(0deg) translateY(0px); } }

@-webkit-keyframes down-up-two {
  0% {
    -webkit-transform: translate(0px);
    transform: translate(0px); }
  50% {
    -webkit-transform: translate(-25px, -25px);
    transform: translate(-25px, -25px); }
  100% {
    -webkit-transform: translate(0px);
    transform: translate(0px); } }

@keyframes down-up-two {
  0% {
    -webkit-transform: translate(0px);
    transform: translate(0px); }
  50% {
    -webkit-transform: translate(-25px, -25px);
    transform: translate(-25px, -25px); }
  100% {
    -webkit-transform: translate(0px);
    transform: translate(0px); } }

@-webkit-keyframes down-up-three {
  0% {
    -webkit-transform: translate(0px);
    transform: translate(0px); }
  50% {
    -webkit-transform: translate(25px, -15px);
    transform: translate(25px, -15px); }
  100% {
    -webkit-transform: translate(0px);
    transform: translate(0px); } }

@keyframes down-up-three {
  0% {
    -webkit-transform: translate(0px);
    transform: translate(0px); }
  50% {
    -webkit-transform: translate(25px, -15px);
    transform: translate(25px, -15px); }
  100% {
    -webkit-transform: translate(0px);
    transform: translate(0px); } }

@-webkit-keyframes moveLeftRight {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  50% {
    -webkit-transform: translateX(80px);
    transform: translateX(80px); }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0); } }

@keyframes moveLeftRight {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  50% {
    -webkit-transform: translateX(80px);
    transform: translateX(80px); }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0); } }

@-webkit-keyframes zoomInOut {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0); }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1); } }

@keyframes zoomInOut {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0); }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1); } }

@-webkit-keyframes fadeInUpRight {
  0% {
    opacity: 0;
    margin: -50px -50px 0 0; }
  100% {
    opacity: 1;
    margin: 0; } }

@keyframes fadeInUpRight {
  0% {
    opacity: 0;
    margin: -50px -50px 0 0; }
  100% {
    opacity: 1;
    margin: 0; } }

.fadeInUpRight {
  -webkit-animation-name: fadeInUpRight;
  animation-name: fadeInUpRight; }

.about-us .style_ani_1 {
    position: absolute;
    z-index: 0;
    bottom: -25px;
    right: -10px;
    -webkit-animation: 9s down-up-two infinite;
    animation: 9s down-up-two infinite;
}

.xw-banner--homepage .style_ani_3 {
  right: 2%;
  bottom: 45%;
  z-index: 0;
  position: absolute;
  -webkit-animation: 35s rotated_circle infinite;
  animation: 35s rotated_circle infinite;
}

.xw-section-message .style_ani_4 {
  right:50%;
  bottom: 35%;
  z-index: 0;
  position: absolute;
  max-height: 250px;
  -webkit-animation: 9s down-up-one infinite;
  animation: 9s down-up-one infinite;
}

.xw-section-message .bikash_433, .message  .bikash_433{
  left: 10%;
  bottom: 0%;
  z-index: 0;
  position: absolute;
  max-height: 250px;
  -webkit-animation: 9s moveLeftRight infinite;
  animation: 9s moveLeftRight infinite;
}

.event-section .style_ani_5 {
  right: 0;
  bottom: 0;
  z-index: 0;
  position: absolute;
  max-height: 200px;
  -webkit-animation: 9s down-up-two infinite;
  animation: 9s down-up-two infinite;
}

.video_sec .style_ani_1 {
  position: absolute;
  z-index: 0;
  bottom: -60px;
  left: -20px;
  -webkit-animation: 9s down-up-three infinite;
  animation: 9s down-up-three infinite;
}
.video_sec .style_ani_4 {
  right: 0;
  bottom: 95%;
  z-index: 0;
  position: absolute;
  max-height: 200px;
  -webkit-animation: 9s down-up-two infinite;
  animation: 9s down-up-two infinite;
}
/* .video_sec{padding: 60px 0px; position: relative; background-color: rgb(248, 248, 248);}
.video_sec .text{ margin-bottom: 20px; text-align: justify; font-weight: 400; line-height: 35px; letter-spacing: 0.025rem; font-size: 16px;}
.video_sec iframe{min-height: 420px; width: 100%; -webkit-transition: all 1.5s cubic-bezier(0,0,.2,1); transition: all 1.5s cubic-bezier(0,0,.2,1);
z-index:1; position: relative; margin-left: 30px; border-radius: 5px;} */

.video_gallery{padding: 30px 0px;}
.video_gallery iframe{height:250px; width: 100%; position: relative; margin-bottom: 20px; 
  box-shadow: 0px 5px 15px 0px rgb(8 18 109 / 15%); background: #fff; padding: 4px;}

.section-bottom-shape-two {
  position: absolute;
  z-index: 0;
  bottom: -1px;
  left: 0;
  width: 100%;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  overflow: hidden;
}
.section-bottom-shape-two svg {
  width: 100%;
  height: 100%;
  height: 310px;
  -webkit-transform: translateX(0) rotateY(180deg);
  transform: translateX(0) rotateY(180deg);
}
.section-bottom-shape-two svg path {
  fill: #f8f8f8;
}

.event-section{
  padding: 60px 0px 60px 0px;
  background-position: center;
  background: #fff;
  position: relative;
  display: block;
  
  background-image: url(../../images/shape-6.png);
  background-size: 20% auto;
  background-repeat: no-repeat;
  background-position: center left;
  background-attachment: fixed;
}

.event-section:before{ height: 100%; width: 100%; background: rgb(255 255 255 / 91%); 
  z-index: 0; display: block; content: ""; position: absolute; left: 0; top: 0;}

.event-section .box{position: relative; overflow: hidden; border-radius: 5px; margin-left: 10px; margin-right: 10px; width: 95% !important;}
.event_slider{margin-left: -10px; margin-right: -10px;}
.event-section .box .thumbnail {position: relative; border-radius: 5px; overflow: hidden;}
.event-section .box .thumbnail .image {display: block;
  -webkit-transition: all .25s cubic-bezier(.645,.045,.355,1);
  transition: all .25s cubic-bezier(.645,.045,.355,1);
}
.event_date{position: absolute; top: 10px; right: 0; min-width: 100px; background: #fff; padding: 2px 10px;
  color: #00a650; font-size: 12px; border-top-left-radius: 5px;  border-bottom-left-radius: 5px; font-weight: 600;
  -webkit-transition: all .75s cubic-bezier(.645,.045,.355,1);
  transition: all .75s cubic-bezier(.645,.045,.355,1);}
.event-section .box .thumbnail .image img {
  width: 100%; -webkit-transition: all 1.5s cubic-bezier(0,0,.2,1); transition: all 1.5s cubic-bezier(0,0,.2,1);
}
.event-section .box .info { position: absolute; bottom: 0; left: 0; right: 0; padding: 25px 25px 15px;
  -webkit-transform: translateY(100%); transform: translateY(100%); z-index: 1;
  -webkit-transition: all .25s cubic-bezier(.645,.045,.355,1); transition: all .25s cubic-bezier(.645,.045,.355,1);
}
.event-section .box .info .course-caption-main { -webkit-transform: translateY(-100%) translateY(-45px); transform: translateY(-100%) translateY(-45px);
  -webkit-transition: all .25s cubic-bezier(.645,.045,.355,1); transition: all .25s cubic-bezier(.645,.045,.355,1);
}
.event-section .box .info .title {font-size: 20px; line-height: 1.34; color: #fff; margin: 0; font-weight: 400;}
.event-section .box .info .title a{-webkit-transition: all .25s cubic-bezier(.645,.045,.355,1); transition: all .25s cubic-bezier(.645,.045,.355,1);
  display: block; color: #fff;}
.event-section .box .info .meta {font-size: 12px; display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; 
  margin-top: 10px; margin-bottom: 0; padding-left: 0; color: #fff; list-style: none;}
.event-section .box .info .meta li { margin-right: 25px; font-weight: 400;}
.event-section .box .info .meta li:last-child {margin-right: 0;}
.event-section .box .info .desc {margin: 9px 0 0;}
.event-section .box .info .desc p, .event-section .box .info .desc a {line-height: 1.6;color: #fff; font-weight: 500;
  font-size: 14px;}
.event-section .box .info .desc a{font-size: 14px; display: inline-block; position: relative; padding-left: 5px; font-weight: 400;}
.event-section .box .info .title a:hover, .event-section .box .info .desc a:hover{color: #9effef;}
.event-section .box .thumbnail .image .course-overlay-bg {
  position: absolute; top: 0; left: 0; bottom: 0; right: 0; pointer-events: none;
  -webkit-transition: all .25s cubic-bezier(.645,.045,.355,1); transition: all .25s cubic-bezier(.645,.045,.355,1);
}
.event-section .box .thumbnail .image .course-overlay-bg::after, .event-section .box .thumbnail .image .course-overlay-bg::before {
  content: ""; position: absolute; top: 0; left: 0; right: 0; bottom: 0;
  background: -webkit-gradient(linear,left top,left bottom,color-stop(43%,transparent),to(#000));
  background: linear-gradient(180deg,transparent 43%,#000 100%);
  -webkit-transition: all .25s cubic-bezier(.645,.045,.355,1);
  transition: all .25s cubic-bezier(.645,.045,.355,1);
}
.event-section .box .thumbnail .image .course-overlay-bg::after {
  opacity: 0;
  background: -webkit-gradient(linear,left top,left bottom,from(transparent),to(#000));
  background: linear-gradient(180deg,transparent 0,#000 100%);
}
.event-section .box:hover .thumbnail .image img{-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}
.event-section .box:hover .thumbnail .image .course-overlay-bg{position:absolute;top:0;left:0;bottom:0;right:0;pointer-events:none;
  -webkit-transition:all .25s cubic-bezier(.645,.045,.355,1);transition:all .25s cubic-bezier(.645,.045,.355,1)}
.event-section .box:hover .thumbnail .image .course-overlay-bg::before{opacity:0}
.event-section .box:hover .thumbnail .image .course-overlay-bg::after{opacity:1}
.event-section .box:hover .info{-webkit-transform:none;transform:none}
.event-section .box:hover .info .course-caption-main{-webkit-transform:none;transform:none}

.event_slider .slick-prev:before, .event_slider .slick-next:before,
.hsakib_slider  .slick-prev:before, .hsakib_slider  .slick-next:before {
  font-family: 'slick';
  font-size: 20px; font-weight: 700;
  line-height: 1;
  opacity: .75;
  color: #123456;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.event_slider .slick-next, .hsakib_slider .slick-next{right: 15px;}
.event_slider .slick-prev, .hsakib_slider .slick-prev{left: 15px;}
.event_slider .slick-prev:before, .hsakib_slider .slick-prev:before  {
  content: '←';
}
.event_slider .slick-next:before, .hsakib_slider .slick-next:before {
  content: '→';
}
.event_slider .slick-prev:before:hover, .hsakib_slider .slick-next:before:hover,
.event_slider .slick-prev:before:hover, .hsakib_slider .slick-next:before:hover{
  color: #00a650;
}
.hsakib_slider{position: relative; z-index: 1;}
.related_org{padding:60px 0px 30px 0px; position: relative; border-bottom: 1px solid #e7f3f1;}
.company_logo{padding: 30px 0px;}
.company_logo a{text-align: center; margin-left: 10px; margin-right: 10px; background: #fff; 
  min-height: 100px; min-width: 150px; padding: 15px; display: block; color: #123456;
  -webkit-box-shadow: 0 10px 30px rgba(51,51,51,.1);  box-shadow: 0 10px 30px rgba(51,51,51,.1);
  border: 1px solid #fff; border-radius: 5px;
}
.company_logo figure{text-align: center;}
.company_logo img{max-height: 60px; max-width: 100%; margin-left: auto; margin-right: auto;}
.company_logo figcaption{margin-top: 10px;}
.company_logo a:hover{border-color: #00a650;}

.feedback_link {
  position: fixed;
  bottom: 6%;
  right: 0px;
  z-index: 99;
  min-height: 30px;
  -webkit-transition: all 0.95s ease-in-out;
  -moz-transition: all 0.95s ease-in-out;
  -ms-transition: all 0.95s ease-in-out;
  -o-transition: all 0.95s ease-in-out;
  transition: all 0.95s ease-in-out;
}

.feedback_link a span {
  position: relative;
  z-index: 5;
  color: #ffffff;
}

.feedback_link a {
  /* background-image: linear-gradient(to right, rgba(255,153,102,100), rgba(255,94,98,100));  */
  background-image: linear-gradient(
    to right,
    rgb(32 173 150),
    rgb(118 187 71)
  );
  border: 0;
  padding: 6px 15px;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  letter-spacing: 0.025rem;
  border-radius: 1px;
  cursor: pointer;
  position: relative;
  z-index: 3;
}
.feedback_link a:after {
  background-color: #4cb748;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 1px;
  animation-name: blink;
  animation-duration: 1.3s;
  animation-iteration-count: infinite;
  animation-direction: alternate-reverse;
  z-index: 4;
  animation-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
.feedback_link a:hover {
  background: #4cb748;
}

@keyframes blink {
  0% {
    transform: scale3d(1, 1, 1);
    opacity: 0.8;
  }
  100% {
    transform: scale3d(1.1, 1.4, 1.1);
    opacity: 0;
  }
}

.notice_list{padding:60px 0px; background:rgb(245, 245, 245); position: relative;}
.notice_list .xw-sidebar, .notice_list .xw-sidebar h2{text-align: left;}
.notice_list .notice_box{color: #123456; background: #fff; border-radius: 5px; display: block; margin-top: 15px; margin-bottom: 15px;
  -webkit-box-shadow: 0 10px 30px rgba(51,51,51,.1); box-shadow: 0 10px 30px rgba(51,51,51,.1);}
.notice_list span, .notice_list h4{display: inline-block; position: relative; vertical-align: middle; padding: 10px;}
.notice_list span{width: 100px; height:100%; font-size: 16px; text-align: center;  margin-right: 5px; 
  background:#00a650; color: #fff;}
.notice_list h4{width:75%; margin: 0px; font-size: 16px; font-weight: 500;}
.notice_list .view_all_link{position: absolute; right: 9%; top: 62px;}
.notice_list .view_all_link a{color: #005550;}
.notice_list .view_all_link a:hover{color: #00a650;}
.notice_list .notice_box: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;
  color: #00a650;
}

.message{
  position: relative;
  font-size: 16px;
  padding: 60px 0px 30px 0px;
}
.auther_433{text-align: center; position: relative; float: left; margin-right: 30px; background: #00a650;
padding: 15px; border-radius: 9px;}
.author_name{ margin-top: 20px; padding: 15px; background: #fff; font-family: 'Noto Serif', serif;
border-radius: 9px; position: relative;}
.author_name:before{
  content: "♦"; left: 48%; color: #fff; top: -25px; position: absolute; z-index: 1; font-size: 30px;
}
.author_name h5{font-weight: 500; color: #17469e;}
.author_name h6{color: #567890; margin-bottom: 0px;}
.message-inner figure{max-height: 300px; overflow: hidden;}
.message-inner figure img{max-height: 290px; border-radius: 9px;}
.message-box {
  text-align: justify;
}
.message-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: #fff; border-width: 18px; margin-top: -18px;}
.message-box h5{display: block; text-align: right; margin-top: 30px; color: #00a650;}
.message-box h6{display: block; text-align: right; margin-top: 10px; color: #567890;}
.text p{font-weight: 400; font-size: 14px; letter-spacing: 0.025rem; line-height: 30px;}

p:last-child {margin-bottom: 0;}

.xw-sidebar-widget--news:hover .xw-sidebar-widget--news__left img {
  transform: scale(1.5);
}

.xw-sidebar-widget--news__right h5 a:hover{color: #00a650;}

.btn-outline-success{
  color: #00a650;
  border-color: #00a650;
  border-radius: 100px;
  padding: 3px 15px;
  font-size: 16px;
}
.btn-outline-success:hover{
  color: #fff;
  background: #00a650;
  border-color: #00a650;
}

/*!
  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 screen and (max-width: 1200px) {
  .xw-map-block iframe {
    width: 68% !important;
  }
}

@media screen and (min-width: 992px) {
  .xw-global-header__navigation ul > li:focus > ul,
  .xw-global-header__navigation ul > li:hover > ul {display: block;}
}

@media screen and (max-width: 992px) {
  .xw-contact-form,
  .xw-section-contact-form {
    padding-right: 0;
  }

  .xw-header-widget--address,
  .xw-header-widget--social-links {
    display: none;
  }

  .xw-header-widget.text-center {
    text-align: left !important;
  }

  /* .xw-global-header__main .d-flex {
            display: block !important
        } */

  .xw-global-header__logo-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  /* .xw-global-header__navigation ul {
            padding-top: 20px
        } */

  .xw-global-header__navigation ul > li:last-child {
    padding-bottom: 0;
  }

  .xw-global-header__navigation ul > li > ul {
    display: none;
  }

  .xw-section-services .xw-section-services__bgimage {
    max-width: 420px;
  }

  .xw-section-services .xw-section-services__bgimage img {
    max-width: 100%;
    height: auto;
  }

  .xw-section-testprep__title h3 {
    text-align: center;
    margin-bottom: 30px;
  }

  .xw-section-work__content figure {
    margin-bottom: 35px;
  }

  .xw-section-work__list .xw-section-work__bg {
    height: 100%;
    width: 0;
    top: 0;
    left: 25px;
    border-right: dashed 1px #002c72;
  }

  .xw-section-work__list .xw-section-work__bg img {
    display: none;
  }

  .xw-section-news__content [class*="col-"] {
    margin-bottom: 30px;
  }

  .xw-section-contact {
    background-color: #002c72;
  }

  .xw-section-about-us hr {
    margin: 50px 0 60px;
  }

  .xw-map-block {
    font-size: 0;
  }

  .xw-map-block iframe {
    width: 100% !important;
    float: none;
    height: 420px;
  }

  .xw-footer-img {
    max-width: 740px;
    width: 100%;
  }

  .xw-footer-img img {
    max-width: 100%;
    height: auto;
  }

  .xw-main-footer [class*="col-"]:nth-child(2) {
    order: 1;
  }

  .xw-testimonial-slider {
    margin-top: 70px;
  }

  .xw-footer-widget--newsletter h4 {
    margin-bottom: 25px;
  }

  .xw-values-block blockquote {
    margin-top: 20px;
  }

  .xw-widget-callback__title {
    padding-bottom: 45px;
  }

  .xw-widget-callback__content {
    padding: 45px 17px 22px;
  }

  .xw-widget-callback__icon {
    bottom: -30px;
  }
}

@media screen and (max-width: 767px) {
  .xw-chairman-message figure img{
    border-bottom-right-radius: 100%;
    border-top-right-radius: 0%;
    border-bottom-left-radius: 100%;
    position: relative;
    right: 0%;
    border-right: 0;
    border-bottom: 10px solid #00a650;
    width: 100%;
  }
  .princy_msg{margin-left: 0px;}

  .download-sec table{min-width: 600px;}

  .xw-brand-item {
    margin-bottom: 20px;
  }

  .xw-section-services {
    overflow: hidden;
  }

  .xw-section-services__intro {
    position: relative;
    padding: 60px 0;
  }

  .xw-section-services__intro:after {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    height: 100%;
    width: 992px;
    background-color: #010101;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: -1;
  }

  .xw-section-services__wrapper {
    padding: 60px 0 10px;
  }

  .xw-section-testprep {
    padding: 70px 0 20px;
  }

  .xw-section-testprep figure {
    margin-bottom: 40px;
  }

  .xw-section-study-abroad__content {
    max-width: 420px;
    margin-left: auto;
    margin-right: auto;
  }

  .xw-section-testimonial {
    padding: 60px 0;
  }

  .xw-section-news {
    padding: 60px 0 35px;
  }

  .xw-section-appointment {
    padding: 70px 0;
  }

  .xw-blogitem {
    max-width: 380px;
    margin-left: auto;
    margin-right: auto;
  }

  .xw-footer-img {
    display: none;
  }

  .xw-global-footer {
    padding-top: 0;
  }

  .xw-legal-footer {
    font-size: 14px;
  }

  .xw-legal-footer-widget {
    margin-bottom: 4px;
  }

  .xw-legal-footer-widget.text-right {
    text-align: center !important;
    margin-bottom: 0;
  }

  .xw-footer-widget ul.useful_link li{display: block; width: 100%; text-align: left;}

  .xw-inner-banner h1 {
    margin-bottom: 10px;
  }

  [class*="col-"]:last-child .xw-brand-item {
    margin-bottom: 0;
  }
  .xw-section-message, .princy_msg, .princy_msg p{text-align: center;}
  .xw-section-message figure{margin-left: auto; margin-right: auto; margin-top: 0px; margin-bottom: 10px;}
  .author_sec{padding-top: 0px;}
}

@media screen and (max-width: 575px) {
  
  .xw-global-header__top [class*="col-xs"] {
    padding: 0 15px;
  }

  .xw-header-widget--large-btn a {
    padding: 13px 24px;
  }

  .xw-section-work__list .xw-section-work__bg {
    height: 90%;
  }
}

@media screen and (max-width: 480px) {

  .xw-global-header__top [class*="col-"].justify-content-end {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }

  .xw-global-header__logo-wrap img {
    max-width: 160px;
  }

  .xw-section-about-us img,
  .xw-section-work__content figure img {
    max-width: 100%;
  }

  .xw-banner {
    padding: 100px 0 148px;
    background-position: 57%;
  }

  .xw-section-study-abroad__content {
    padding: 20px 15px;
  }

  .xw-section-testimonial__iframe__title h4 {
    font-size: 14px;
    line-height: 1.6;
  }

  .xw-section-news__content h4 {
    margin: 0 0 15px;
  }

  .xw-section-appointment {
    padding: 60px 0;
  }

  .xw-testimonial-slider {
    background-color: #2e2e2e;
  }

  .xw-contact-form {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .xw-map-block iframe {
    height: 320px;
  }

  .xw-values-block blockquote {
    padding: 5px 0 0 35px;
  }
}
