/*!
Project Name: Occidental Public School
Front-End Developer: Bikash Bhandari
Front-End Developer Email: bikash.433@gmail.com
Front-End Developer URI: www.bhandaribikash.com.np
Description: Occidental Public School.
*/

@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

body {
  padding-top: 0px;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
}
img {
  max-width: 100%;
}
main {
  min-height: 20vh;
  display: block;
  clear: both;
  margin-top: 96px;
}
a {
  cursor: pointer;
  color: #ea9f30;
}
.main_logo {
  position: relative;
  display: block;
  padding-left: 10px;
}
.main_logo img {
  max-height: 70px;
  max-width: 100%;
  margin-top: -50px;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  background: #fff;
  padding: 10px 10px 10px 0px;
}
.main_logo:after {
  position: absolute;
  left: 98%;
  width: 100px;
  height: 120px;
  background: url(../images/triangle_1.png);
  content: " ";
  pointer-events: none;
  bottom: -2px;
  z-index: 9;
  background-repeat: no-repeat;
  background-size: cover;
  background-size: contain;
}
.xw-global-header:before {
  position: absolute;
  right: 74%;
  left: auto;
  bottom: 0;
  width: 100%;
  height: 150px;
  background: #fff;
  content: " ";
  pointer-events: none;
  bottom: 0;
  z-index: 0;
}
.xw-global-header.sticky:before {
  right: 80%;
}

/*!
  Front-End Developer: Bikash Bhandari
  Front-End Developer Email: bikash.433@gmail.com
  Front-End Developer URI: www.bhandaribikash.com.np
*/
.xw-global-header__main {
  padding-top: 0px;
}
.xw-global-header__main,
.xw-global-header.sticky .xw-global-header__main {
  padding-bottom: 0px;
}
.xw-global-header.sticky .main_logo img {
  margin-top: -15px;
  max-height: 60px;
}

.xw-global-header__main,
.xw-global-header.sticky .xw-global-header__main {
  padding-bottom: 0px;
}
.xw-global-header.sticky .main_logo img {
  margin-top: 10px;
  max-height: 70px;
}
.header_btn {
  display: inline-block;
  position: relative;
  text-align: right;
  list-style: none;
  padding-left: 0px;
  padding-top: 20px;
  display: block;
  width: 100%;
  margin-bottom: 0px;
}
.header_btn li {
  display: inline-block;
  position: relative;
  margin-left: 10px;
}
.header_btn li:first-child {
  margin-left: 0px;
}
.header_btn li a {
  font-weight: 600;
  border-radius: 25px;
  padding: 5px 15px;
}
.xw-header-widget--quicklinks ul.header_btn {
  position: relative;
  list-style: none;
  margin-bottom: 0px;
  padding-left: 10px;
  float: right;
}
.xw-header-widget--quicklinks ul.header_btn li {
  display: inline-block;
  position: relative;
  margin-left: 10px;
}
.xw-header-widget--quicklinks ul.header_btn:first-child {
  margin-left: 0px;
}
.xw-header-widget--quicklinks ul.header_btn li a {
  font-weight: 600;
  border-radius: 25px;
  padding: 2px 15px;
  font-size: 14px;
  color: #fff;
  display: block;
}

.btn-success {
  color: #fff;
  background-color: #ea9f30;
  border-color: #df962a;
}
.btn-primary {
  color: #fff;
  background-color: #2f3288;
  border-color: #002c72;
}
.btn-warning {
  color: #fff;
  background-color: #ea9f30;
  border-color: #df962a;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning:not(:disabled):not(.disabled):active {
  color: #fff;
  background-color: #108255;
  border-color: #108255;
  box-shadow: none;
}

.xw-section-board-member,
.bg-gray-pattern {
  background: url(../images/white-gray-pattern.jpg) center fixed repeat;
  /* border-bottom: 1px solid #fff; */
  border-top: 1px solid #fff;
}
.bg-white {
  background: #fff;
  border-bottom: 1px solid #ddd;
  border-top: 1px solid #ddd;
}

.xw-section__content {
  margin-left: -10px;
  margin-right: -10px;
}

#particles-js {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  right: 0;
  z-index: -1;
}
.xw-section--why-us {
  z-index: 2;
  /* background-position: 0px -125px; */
}
.xw-section--why-us:after {
  content: none;
}
.xw-btn {
  cursor: pointer;
}
/*!
  Project Name: Occidental Public School
  Front-End Developer: Bikash Bhandari
  Front-End Developer Email: bikash.433@gmail.com
  Front-End Developer URI: www.bhandaribikash.com.np
  Description: Occidental Public School.
*/
.xw-footer-widget p {
  text-align: justify;
}
.xw-btn:hover {
  background: #108255;
  border-color: #108255;
}
.xw-sidebar-widget--news a:hover .xw-sidebar-widget--news__right h5,
.xw-sidebar-widget--news a:hover .xw-sidebar-widget--news__right h6,
.xw-event-item a:hover h4 {
  color: #108255;
}
.xw-sidebar-widget--news:hover .xw-sidebar-widget--news__left p {
  background-color: #108255;
}
.xw-sidebar-widget--news:hover .xw-sidebar-widget--news__overlay,
.xw-event-item a:hover .xw-event-item__date {
  background-color: rgb(241 79 17 / 10%);
}
.btn-primary:hover,
.btn-danger:hover,
.xw-book-tour .xw-link:hover {
  background-color: #108255;
  border-color: #108255;
}
.xw-event-item a:hover .xw-event-item__text {
  border-top-color: #108255;
}
.xw-section-testimonial {
  border-bottom: 1px solid #ddd;
}

.main-modal {
  padding-top: 30px;
}
.main-modal .modal-header {
  font-size: 18px;
  font-weight: 600;
  padding: 10px 25px 5px 20px;
}
.main-modal .modal-header span {
  display: inline-block;
  position: relative;
  width: 100%;
  color: #2270b2;
}
.main-modal .modal-header .close {
  position: absolute;
  top: 25px;
  right: 25px;
  font-size: 16px;
  background: #e00c1b;
  color: #fff;
  padding: 5px 7px;
  opacity: 1;
  font-weight: normal;
  border-radius: 100%;
}

/*!
      Project Name: Occidental Public School
      Front-End Developer: Bikash Bhandari
      Front-End Developer Email: bikash.433@gmail.com
      Front-End Developer URI: www.bhandaribikash.com.np
      Description: Occidental Public School.
    */

/*Photo Gallery Album*/
.gallery-album .img-wrapper {
  box-shadow: 0px 5px 15px 0px rgb(8 18 109 / 15%);
  background: #fff;
  position: relative;
  margin-bottom: 30px;
  border-radius: 25px;
}
.gallery-album .img-wrapper .caption {
  position: relative;
  width: 100%;
  padding: 15px;
  background: #fff;
  border-bottom-left-radius: 9px;
  border-bottom-right-radius: 9px;
}
.gallery-album .img-wrapper .caption:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 135%;
  background: #108255;
  transition: all 0.5s ease-in;
  -moz-transition: all 0.5s ease-in;
  -webkit-transition: all 0.5s ease-in;
  border-bottom-left-radius: 9px;
  border-bottom-right-radius: 9px;
}
.gallery-album .img-wrapper .caption h6 a {
  color: #1075bb;
  font-size: 16px;
  position: relative;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: normal;
  text-align: center;
}
.gallery-album .img-wrapper .caption span {
  display: block;
  font-size: 14px;
  line-height: 14px;
  color: #ea9f30;
  padding: 5px 0px 0px 0px;
  position: relative;
}
.gallery-album .img-wrapper .caption span b{
  color: #002c72;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: normal;
}
/* .gallery-album .img-wrapper:hover img {
  opacity: 0.4;
} */
.gallery-album .img-wrapper:hover .caption:before {
  width: 100%;
}
.gallery-album .img-wrapper:hover .caption h6 a {
  text-decoration: none;
  color: #fff;
}
.gallery-album .img-wrapper .caption h6 a:hover {
  text-decoration: none;
  color: #fff;
}
.gallery-album .img-wrapper:hover .caption span, .gallery-album .img-wrapper:hover .caption span b {
  color: #fff;
}

/*Gallery*/
.gallery_list .col-md-4 {
  margin-bottom: 30px;
}

/*CSS for Gallery*/
.gallery-section{padding: 60px 0px;}
#image-gallery {
  margin-top: 60px;
}
.img-wrapper {
  position: relative;
  margin-bottom: 30px;
}
.img-wrapper a {
  display: block;
  text-align: center;
  border-radius: 25px;
  position: relative;
  z-index: 1;
}
.img-wrapper img {
  max-width: 100%;
  max-height: 200px;
  margin-left: auto;
  margin-right: auto;
  border-radius: 9px;
}
.gallery-img .img-overlay {
  background: rgba(0, 0, 0, 0.7);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
}
.gallery-img .img-overlay a {
  padding: 60px;
}
.gallery-img .img-overlay i {
  color: #fff;
  font-size: 3em;
}
.gallery-img #overlay {
  background: rgba(0, 0, 0, 0.7);
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 999999;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.gallery-img #overlay img {
  margin: 0;
  width: 80%;
  height: auto;
  object-fit: contain;
}
.gallery-img .img-overlay:hover {
  cursor: pointer;
}
.gallery-img #nextButton,
.gallery-img #prevButton {
  padding: 60px;
  color: #fff;
  font-size: 2em;
  transition: opacity 0.8s;
  cursor: pointer;
}
.gallery-img #exitButton {
  color: #fff;
  font-size: 2em;
  transition: opacity 0.8s;
  position: absolute;
  top: 15px;
  right: 15px;
}
.gallery-img #nextButton:hover,
.gallery-img #prevButton:hover,
.gallery-img #exitButton:hover {
  opacity: 0.7;
}
.gallery-album .img-wrapper .caption h6 a {
  text-align: center;
}

.btn-sec {
  display: block;
  text-align: center;
}
.btn-sec a {
  padding: 5px 30px;
  display: inline-block;
  position: relative;
  font-size: 16px;
  border-radius: 25px;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: normal;
}

/*====================================
    BreadCrumbs CSS
======================================*/
.breadcrumbs {
  background-size: cover;
  background-position: center bottom;
  background-repeat: no-repeat;
  position: relative;
  padding: 20px 0;
  z-index: 10;
  margin-top: 96px;
}
.breadcrumbs::before {
  background: #000;
  opacity: 0.6;
}
.breadcrumbs .bread-title {
  z-index: 1234563;
  position: relative;
  border-radius: 5px;
}
.breadcrumbs .bread-title p {
  color: #fff;
  font-size: 13px;
}
.breadcrumbs h2 {
  color: #fff;
  text-transform: capitalize;
  font-size: 40px;
  margin: 0;
  padding: 0;
  line-height: 45px;
  z-index: 123456;
  position: relative;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: normal;
  padding-top: 0px;
}
.breadcrumbs .bread-list {
  display: block;
  margin-top: 15px;
}
.breadcrumbs ul {
  padding-left: 0px;
  margin-bottom: 5px;
}
.breadcrumbs ul li {
  display: block;
  display: inline-block;
  color: #fff;
}
.breadcrumbs ul li span {
  margin: 0px 10px;
  font-size: 11px;
  font-weight: 400;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  text-transform: capitalize;
}

.breadcrumbs ul li a {
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  text-transform: capitalize;
}
.breadcrumbs .bread-menu {
  color: #fff;
  z-index: 123456;
  position: relative;
  line-height: initial;
  padding-left: 49px;
  font-size: 0;
}
.breadcrumbs .bread-menu:before {
  content: "";
  position: absolute;
  top: 50%;
  width: 32px;
  height: 5px;
  left: 0;
  background: #fcbd11;
  margin-top: -2.5px;
}
.breadcrumbs .bread-menu li a {
  color: #fff;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-size: 18px;
  font-weight: 500;
  padding-right: 8px;
  margin-right: 8px;
  display: inline-block;
}
.breadcrumbs .bread-menu li a:hover {
  color: #fcbd11;
}
.breadcrumbs .bread-menu li:last-child {
  margin: 0;
  padding: 0;
}
/* .breadcrumbs .bread-menu li + li::before {
      content: '\f105';
      font-family: "FontAwesome";
      left: -7px;
      position: relative;
      font-size: 18px;
    } */

/*Start About Us CSS*/
.section-title {
  position: relative;
  text-align: center;
}
.section-title h2 {
  font-size: 26px;
  position: relative;
  display: inline-block;
  text-transform: capitalize;
  color: #123456;
  line-height: initial;
  line-height: 20px;
  margin-bottom: 25px;
}
.section-title h2 span {
  display: inline-block;
  color: #fff;
  position: relative;
  border-radius: 50px;
  padding: 5px 15px;
  line-height: initial;
  font-size: 13px;
  background: #ea9f30;
  margin-bottom: 15px;
  font-weight: 600;
}
.section-title h2 span:before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -8px;
  border-top: 8px solid #ea9f30;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  margin-left: -8px;
}
.section-title h2 b {
  display: block;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: normal;
}
.section-title.style2 h2 {
  margin-bottom: 0px;
}
.section-title.style2 h4 {
  font-size: 15px;
  font-weight: 400;
}
.section-title p {
  display: block;
  font-size: 15px;
}
/* Style Two */
.section-title.style2 {
  overflow: hidden;
}
.section-title.style2 .section-top {
  float: left;
  width: 50%;
  text-align: left;
}
.section-title.style2 .section-bottom {
  float: right;
  width: 50%;
  text-align: right;
}
.section-title.style2 .text-style-two {
  margin-top: 60px;
}

/* Text Left */
.section-title.text-left .icon:after {
  display: none;
}
.section-title.text-left .icon:before {
  left: 30px;
}
/* Text Right */
.section-title.text-right .icon:before {
  display: none;
}
.section-title.text-right .icon:after {
  right: 30px;
}
.about-us {
  padding: 45px 0 45px;
  /* border-bottom: 1px solid #f4f4f4; */
  /* background: #fff url(../../images/att-bg.png) no-repeat left center; */
  background: #fff;
}
.modern-img-feature img {
  position: relative;
}
/* About Area */
.about-area .section-title {
  margin-bottom: 15px;
}
.about-area .section-title h2 b {
  display: block;
  font-weight: 700;
  font-size: 25px;
  line-height: 34px;
}
.about-content p {
  margin-bottom: 20px;
  text-align: justify;
}
.about-content p:last-child {
  margin: 0;
}
.about-content .button {
  margin-top: 20px;
}

.small-list-feature ul {
  margin-top: 20px;
  list-style-type: none;
  padding-left: 5px;
}
.small-list-feature ul li {
  line-height: 35px;
}
.small-list-feature ul li svg {
  color: #ea9f30;
  margin-right: 10px;
  border: 1px solid #ea9f30;
  border-radius: 100%;
  width: 25px !important;
  height: 25px;
  line-height: 25px;
  text-align: center;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  padding: 5px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
}
.small-list-feature ul li:hover svg {
  border-radius: 100%;
  background: #ea9f30;
  color: #fff;
  border-color: transparent;
}

/*!
  Project Name: Occidental Public School
  Front-End Developer: Bikash Bhandari
  Front-End Developer Email: bikash.433@gmail.com
  Front-End Developer URI: www.bhandaribikash.com.np
  Description: Occidental Public School.
*/
.pf-details {
  padding-bottom: 45px;
  padding-top: 45px;
}
.pf-details .single-content h4 {
  margin-bottom: 20px;
  font-size: 20px;
  padding-left: 20px;
  position: relative;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: normal;
  color: #123456;
}
.pf-details .single-content h4:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 4px;
  height: 100%;
  background: #ea9f30;
}
.pf-details .single-content p {
  margin-bottom: 20px;
  text-align: justify;
  line-height: 26px;
}
.pf-details .single-content p:last-child {
  margin: 0;
}

.pt-45 {
  padding-top: 45px;
}
.single-content figure {
  margin-bottom: 30px;
}

/* Service MENU */
.service-sidebar .widget-title {
  position: relative;
  font-size: 20px;
  text-transform: capitalize;
  display: block;
  margin-bottom: 12px;
  padding-bottom: 12px;
  margin-top: 0;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: normal;
  color: #123456;
}
.service-sidebar .widget-title:before {
  content: "";
  position: absolute;
  left: 0;
  width: 40px;
  height: 2px;
  bottom: 0;
  background: #ea9f30;
  display: block;
}
.service-sidebar .widget ul li a svg {
  margin-right: 12px;
  float: right;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.service-sidebar .widget {
  background: #fff;
  box-shadow: 0px 0px 15px #0000001c;
  padding: 20px; border-radius: 10px;
}
.service-sidebar .widget h6 {
  margin-bottom: 0px;
  margin-top: 10px;
  color: #ea9f30;
  font-weight: 600;
}
.service-sidebar .widget li {
  margin: 0 0 8px;
}
.service-sidebar .widget a {
  padding: 0;
  font-size: 15px;
  font-weight: 500;
  border-bottom: 1px solid #ddd;
  display: block;
  width: 100%;
  line-height: 30px;
  padding-bottom: 5px;
  color: #002c72;
}
.service-sidebar .widget a:hover {
  border-color: #0d6944;
}
.service-sidebar .widget a:hover,
.service-sidebar .widget ul li a:hover:before {
  color: #0d6944;
}

.widget {
  margin: 0 0 2em;
}
.button button {
  border-radius: 25px;
  min-width: 150px;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: normal;
}
#menu-service-menu {
  padding-left: 0px;
  list-style-type: none;
  margin-bottom: 0px;
}

.pf-details .news-meta {
  padding-left: 0px;
  border-bottom: 1px solid #ddd;
  padding-bottom: 10px;
}
.pf-details .news-meta li:before {
  display: none;
}
.pf-details .news-meta li {
  display: inline-block;
  margin: 0;
  margin-right: 15px;
  padding: 0;
}
.pf-details .news-meta li svg {
  color: #e20c30;
  margin-right: 5px;
}

/* Widget Tags*/
.tagcloud ul {
  margin-left: -5px;
}
.tagcloud ul li {
  display: inline-block;
  margin-top: 10px !important;
  margin-left: 5px;
}
.tagcloud a {
  color: #555;
  font-size: 14px !important;
  display: inline-block;
  padding: 2px 10px;
  background: #fff;
  background: #f4f9fc;
  border-radius: 50px;
}

.tagcloud a:hover {
  background: #ea9f30;
  color: #fff;
}

.sidebar-title {
  position: relative;
  font-size: 20px;
  text-transform: capitalize;
  display: block;
  margin-bottom: 10px;
  padding-bottom: 10px;
  margin-top: 0;
}
.sidebar-title::before {
  content: "";
  position: absolute;
  left: 0;
  width: 40px;
  height: 2px;
  bottom: 0;
  background: #e20c30;
  display: block;
}

.single-sidebar {
  margin-bottom: 30px;
  background: #fff;
  padding: 20px;
  -webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}
.single-sidebar ul,
.single-sidebar ul li {
  list-style: none;
  padding: 0;
  margin: 0;
}
.single-sidebar ul li:before {
  display: none;
}

/*For Pagination*/
.pagination-sec {
  text-align: left;
}
.pagination-sec li {
  display: inline-block;
  padding: 0px 2px;
}
.pagination-sec li a {
  border-radius: 50px;
}
.pagination-sec span,
.pagination-sec a,
.pagination-sec a:focus {
  background: #0160ae;
  width: 35px;
  height: 35px;
  color: #fff;
  line-height: 35px;
  text-align: center;
  position: relative;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: inline-block;
}
.pagination-sec li.current a,
.pagination-sec li:hover a {
  background: #ea9f30;
  color: #fff;
  -webkit-box-shadow: 0px 10px 15px rgba(88, 85, 85, 0.15);
  -moz-box-shadow: 0px 10px 15px rgba(88, 85, 85, 0.15);
  box-shadow: 0px 10px 15px rgba(88, 85, 85, 0.15);
}
.pagination-sec li.prev a,
.pagination-sec li.next a {
  box-shadow: none;
  color: #fff;
  width: auto;
  padding: 0 20px;
}
/*!
      Project Name: Occidental Public School
      Front-End Developer: Bikash Bhandari
      Front-End Developer Email: bikash.433@gmail.com
      Front-End Developer URI: www.bhandaribikash.com.np
      Description: Occidental Public School.
    */

/*====================================
    Faqs CSS
    ======================================*/
.faqs {
  padding: 45px 0 45px;
}
.faqs .single-faq {
  margin-bottom: 10px;
}
.faq-title i,
.faq-title svg {
  width: 42px;
  line-height: 55px;
  font-size: 16px;
  text-align: center;
  color: #ea9f30;
  position: absolute;
  display: inline-block !important;
  left: 0;
  top: 0;
  height: 100%;
  border-right: 1px solid #ebebeb;
}

.faq-title a {
  padding: 10px 15px;
  font-size: 18px;
  border: 1px solid #ebebeb;
  margin-bottom: 1px;
  display: block;
  color: #ea9f30;
  position: relative;
}
.faq-title a.collapsed {
  color: #002c72;
}
.faq-title a:hover,
.faq-title a.collapsed:hover {
  color: #ea9f30;
}
.faq-title a.collapsed i.fa-minus,
.faq-title a i.fa-plus,
.faq-title a.collapsed svg.fa-minus,
.faq-title a svg.fa-plus {
  display: none !important;
}
.faq-title a i.fa-minus,
.faq-title a.collapsed i.fa-plus,
.faq-title a svg.fa-minus,
.faq-title a.collapsed svg.fa-plus {
  display: inline-block !important;
}

.faq-body {
  border: none;
  background: #fff;
  padding: 20px 49px;
  border: 1px solid #ebebeb;
  border-top: none;
}
.faq-body p {
  font-size: 15px;
}

/* .faq-title a:before{
    content: "\f068";
    font-family: 'FontAwesome';
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    display: inline-block; position: relative;
    font-weight: 100;
    margin-right: 5px;
    padding-right: 10px;
    border-right: 1px solid #ddd;
    color: #ea9f30;
  } */
.faq-title a:hover:before,
.faq-title a.collapsed:hover:before {
  color: #ea9f30;
}
/* .faq-title a.collapsed:before {
  content: "\f067";
  font-family: "FontAwesome";
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: inline-block;
  position: relative;
  font-weight: 100;
  margin-right: 5px;
  padding-right: 10px;
  border-right: 1px solid #ddd;
  color: #002c72;
} */
/*====================================
    End Faqs CSS
  ======================================*/
/*!
    Project Name: Occidental Public School
    Front-End Developer: Bikash Bhandari
    Front-End Developer Email: bikash.433@gmail.com
    Front-End Developer URI: www.bhandaribikash.com.np
    Description: Occidental Public School.
  */
/*======================================
  Contact Box CSS
  ========================================*/
.single-contact-box {
  text-align: left;
  margin-bottom: 20px;
  position: relative;
}
.single-contact-box i {
  font-size: 25px;
  width: 55px;
  height: 55px;
  line-height: 55px;
  background: #0160ae;
  color: #fff;
  text-align: center;
  border-radius: 100%;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.single-contact-box svg {
  font-size: 25px;
  width: 45px !important;
  height: 45px;
  line-height: 45px;
  padding: 10px;
  background: #ea9f30;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #fff;
  text-align: center;
  border-radius: 100%;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  margin-top: 10px;
}
.single-contact-box:hover svg {background: #0d6944;}
.single-contact-box:hover i {
  background: #ea9f30;
  color: #fff;
}
.single-contact-box h4 {
  color: #ea9f30;
  display: block;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
  font-size: 18px;
  margin-bottom: 0px;
  line-height: inherit;
  margin-bottom: 5px;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: normal;
}
.single-contact-box .col-lg-2 {
  padding-right: 0px;
  text-align: right;
}
.contact-us .contact-form-area h4 {
  font-size: 26px;
  color: #212121;
  margin: 0 0 30px;
  border-left: 4px solid #ea9f30;
  padding-left: 9px;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: normal;
}
.contact-box-main .contact-title {
  margin-bottom: 20px;
}
.contact-form-area label span {
  color: #CC0000;
}
.contact-map iframe {
  overflow: hidden;
  background: none !important;
  height: 500px;
  width: 100%;
  margin-bottom: -5px;
  border-top: 1px solid #ea9f30;
}
/*======================================
    End Contact Box CSS
  ========================================*/
/*======================================
  Contact Form CSS
  ========================================*/
.contact-us {
  padding: 30px 0 45px;
}

.contact-form-area h4 {
  font-size: 22px;
  font-weight: 600;
}
.contact-form-area label {
  font-weight: 500;
  display: block;
  width: 100%;
}
.contact-form-area h6 {
  font-weight: 700;
  margin-top: 30px;
  color: #006699;
}
.contact-form-area .form-group {
  margin: 0;
  margin-top: 15px;
}
.contact-form-area .form-group input {
  height: 40px;
  border: 1px solid rgba(204, 204, 204, 0.75);
  width: 100%;
  display: block;
  border-radius: 4px;
  padding: 0px 15px 0 15px;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
  font-size: 14px;
  font-weight: normal;
}
.contact-form-area.service .form-group input{padding-left: 35px;}
.contact-form-area .form-group input:focus {
  border-color: #ea9f30;
  outline: none !important;
}
.contact-form-area .form-group input:hover {
  border-color: #ea9f30;
}
.contact-form-area .form-group textarea {
  height: 100px;
  border: 1px solid #dfdfdf;
  width: 100%;
  display: block;
  border-radius: 5px;
  padding: 15px;
  resize: none;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
  border-radius: 0px;
  font-weight: normal;
}
.contact-form-area .form-group {
  position: relative;
}
.contact-form-area .form-group .icon {
  position: absolute;
  left: 15px;
  z-index: 33;
  color: #ea9f30;
  top: 40px;
}
.contact-form-area .form-group.button {
  text-align: center;
  margin: 20px 0 0 !important;
}
.contact-form-area .form-group.textarea .icon {
  top: 45px;
  left: 15px;
}
.contact-form-area .homes-btn.theme-2 {
  padding: 15px 32px;
}
input:hover,
select:hover,
textarea:hover,
input:focus,
select:focus,
textarea:focus {
  outline: none !important;
  border-color: #ea9f30 !important;
}
/*!
    Project Name: Occidental Public School
    Front-End Developer: Bikash Bhandari
    Front-End Developer Email: bikash.433@gmail.com
    Front-End Developer URI: www.bhandaribikash.com.np
    Description: Occidental Public School.
  */
/*news list*/
.mb-30 {
  margin-bottom: 30px;
}
.news-list {
  padding-top: 45px;
  padding-bottom: 30px;
}
.news-list .xw-sidebar-widget--news__left {
  width: 160px;
  height: 160px;
}

.contact-form-area .form-group input[type="checkbox"],
.contact-form-area .form-group input[type="radio"] {
  display: inline-block;
  position: relative;
  height: 20px !important;
  width: 20px !important;
  vertical-align: middle;
}

.contact-form-area .form-group em {
  font-style: normal;
  display: inline-block;
  position: relative;
  padding-right: 10px;
}
.xw-global-header__navigation > ul > li a.active {
  color: #108255;
}

.notice_sec {
  padding: 50px 0px 30px 0px;
  background: url(../../uploads/page_image/computer1.jpg);
  background-position: center;
  position: relative;
}
.notice_sec::after {
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  opacity: 0.9;
  position: absolute;
  background: #002c72;
}
.notice_sec .xw-sidebar {
  z-index: 1;
  position: relative;
}
.xw-sidebar-widget--news__right img {
  display: none;
}

.xw-section__content .row {
  text-align: center;
}
.facility {
  text-align: center;
  margin-top: 45px;
  margin-left: auto;
  margin-right: auto;
}
.white-box {
  background: #fff;
  text-align: center;
  padding: 15px;
  border-radius: 10px;
  transition: 0.5s;
}
.thumb_icon {
  height: 100px;
  width: 100px;
  text-align: center;
  margin: 0 auto;
  border-radius: 100%;
  line-height: 24px;
  border: 5px solid #fff;
  margin-top: -60px;
  background: #002c72;
  -moz-box-shadow: 0 1px 3px -1px #666;
  -webkit-box-shadow: 0 1px 3px -1px #666;
  box-shadow: 0 1px 3px -1px #666;
  overflow: hidden;
}
.thumb_icon img {
  margin: 0 auto;
  height: 100px;
  width: 100px;
  border-radius: 100%;
}
.facility h4.title {
  text-align: center;
  color: #ea9f30;
  font-size: 18px;
  transition: all 0.3s ease-out;
  text-transform: capitalize;
  text-decoration: none;
  transition: 0.5s;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: normal;
  padding-top: 10px;
}
.facility p.description {
  margin: 0;
  font-size: 15px;
  text-align: center;
  line-height: 1.8;
  font-weight: 500;
  color: #123456;
}
.facility h2 {
  color: rgb(201 228 247 / 39%);
  position: absolute;
  top: 10px;
  font-size: 48px;
}
.facility .white-box{display: block;}
.facility .white-box:hover {
  background: #108255;
  transition: 0.5s;
}
.facility .white-box:hover h4.title,
.facility .white-box:hover p.description {
  color: #fff;
}
.facility .white-box:hover h4.title{
  text-shadow: 0 0px 0 #737373, 0 1px 0 #666666, 0 2px 0 #595959,
    0 2px 0 #4d4d4d, 0 2px 0 #404040, 0 3px 0px rgba(0, 0, 0, 0.1),
    0 0 2px rgba(0, 0, 0, 0.1), 0 0px 1px rgba(0, 0, 0, 0.3),
    0 1px 3px rgba(0, 0, 0, 0.2), 0 2px 5px rgba(0, 0, 0, 0.25),
    0 3px 5px rgba(0, 0, 0, 0.2), 0 6px 10px rgba(0, 0, 0, 0.15);
  transition: 0.5s; font-size: 20px; margin-top: -2px;
}

.news-item {
  margin-bottom: 30px;
  background: #fff;
  border-radius: 10px;
  -webkit-box-shadow: 0 3px 7px 0 rgb(0 0 0 / 25%);
  -moz-box-shadow: 0 3px 7px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 3px 7px 0 rgb(0 0 0 / 25%);
}
.news-item a{display: block;}
.news-item figure,
.news-item__text {
  display: inline-block;
  position: relative;
}
.news-item figure {
  width: 40%;
  vertical-align: top;
  padding: 5px;
  border-radius: 10px;
  background: #f7f7f7;
}
.news-item__text {
  width: 60%;
  padding: 15px;
  text-align: left;
}

.news-item figure img {
  max-height: 140px;
  border-radius: 10px;
}
.news-item__date {
  position: absolute;
  top: 100px;
  left: 0px;
  background-color: #fff;
  font-size: 12px;
  padding: 2px 15px;
  border-radius: 4px;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
}
.news-item__text h4 {
  font-size: 18px;
  /* text-transform: capitalize; */
  color: #ea9f30;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: normal;
}
a:hover .news-item__date, a:hover .news-item__text h4 {
  color: #108255;
}
.news-item__text .xw-btn {
  padding: 5px 20px;
  font-size: 14px;
  font-weight: 500;
}
.news_content {
  text-align: center;
}
.news_content .col-lg-6 {
  margin-left: auto;
  margin-right: auto;
}
.news_des {
  min-height: 60px;
  max-height: 60px;
  overflow: hidden;
  margin-bottom: 10px;
  color: #666;
}
.news_des p {
  font-size: 13px;
  color: #666;
}
.news_sec {
  padding-bottom: 30px;
}

.news_sec {
  position: relative;
  background: #eff6fc;
  border-bottom: 1px solid #ddd;
}

.xw-section-testimonial {
  position: relative;
  background: #fff;
  border-bottom: 1px solid #ddd;
}

.news-ticker {
  background: #1075bb;
  margin-top: 0px;
  position: relative;
}
.ticker-wrapper-h {
  display: flex;
  position: relative;
  overflow: hidden;
}
.ticker-wrapper-h .heading {
  background-color: #ea9f30;
  color: #fff;
  padding: 9px 15px;
  flex: none;
  z-index: 3;
  font-size: 18px;
  text-transform: capitalize;
  position: relative;
  font-weight: 600;
}
.ticker-wrapper-h .heading:after {
  content: "";
  position: absolute;
  top: 14px;
  border-left: 10px solid #ea9f30;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  left: 99%;
}
.news-ticker-h {
  display: flex;
  margin: 0;
  padding: 0;
  padding-left: 90%;
  z-index: 2;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  animation-name: tic-h;
  animation-duration: 90s;
}
.news-ticker-h:hover {
  animation-play-state: paused;
}
.news-ticker-h li {
  display: flex;
  width: 100%;
  align-items: center;
  white-space: nowrap;
  padding-left: 60px;
}
.news-ticker-h li a {
  color: #fff;
  font-weight: 500;
}
@keyframes tic-h {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    visibility: visible;
  }
  100% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
.news-ticker-h li a svg {
  display: inline-block;
  position: relative;
  margin-right: 5px;
}
.news-ticker-h li a:hover {
  color: #f1c011;
}

.team-sec {
  padding: 30px 0px;
}
.team-sec h3 {
  margin-bottom: 20px;
  font-size: 20px;
  position: relative;
  font-weight: 700;
  color: #123456;
  padding-left: 15px;
}
.team-sec h3:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 4px;
  height: 100%;
  background: #ea9f30;
}
.team_box {
  margin-bottom: 30px;
  text-align: center;
}
.team_box figure img {
  height: 200px;
  width: 200px;
  border-radius: 100%;
  border-bottom: 5px solid #ff9972;
}
.team_box h5 {
  margin-top: 15px;
  font-weight: 500;
  font-size: 18px;
}
.team_box h5 a:hover{color: #0d6944;}
.team_box h6 {
  font-size: 14px;
  font-weight: 500;
}
.app_src{display: block;}
.app_download{background: #fff; padding: 10px 30px; border-radius: 9px; display: inline-block; position: relative; clear: both; margin-top: 10px;
border: 2px solid #fff; min-width: 172px; text-align: center;}
.app_download img{ max-height: 25px; max-width: 100%; transition: 0.3s; transform: scale(1);}
.app_download:hover{border-color: #ea9f30;}
.app_download:hover img{transform: scale(1.2);}

.highlight_sec{padding-bottom: 30px;}
/* For Video Sec CSS By: Bikash Bhandari */
.video-sec {
  position: relative;
}
.video-sec iframe {
  width: 100%;
  min-height: 205px;
  margin-bottom: 25px;
}

.container{max-width: 95%;}

/*!
  Front-End Developer: Bikash Bhandari
  Front-End Developer Email: bikash.433@gmail.com
  Front-End Developer URI: www.bhandaribikash.com.np
*/
/*Start Responsive CSS By; Bikash Bhandari*/

@media only screen and (max-width: 1024px) {
  .main_logo img{max-height: 60px;}
}

@media only screen and (max-width: 1199px) {
  .header_btn li a {
    padding: 5px 10px;
    font-size: 12px;
  }
  .xw-event-item figure {
    height: 175px;
  }
  .xw-event-item__text {
    padding: 15px 15px 20px;
    min-height: 330px;
  }
  .xw-global-header__navigation > ul > li {
    margin-left: 5px !important;
    margin-bottom: 0px;
  }
  .xw-feature-item--alter {
    padding-right: 75px;
  }
  .xw-feature-item {
    padding-left: 75px;
  }
  .xw-footer-widget h4 {
    font-size: 16px;
  }
  main{margin-top: 85px;}
  .xw-global-header__navigation > ul > li a {
    padding: 10px 5px;
  }
  .xw-header-widget ul {
    text-align: right;
  }
  .xw-header-widget--quicklinks ul {
    text-align: right;
  }
  .xw-header-widget ul li {
    margin-right: 15px; vertical-align: middle;
  }
  ul.short_contact_info li:last-child{max-height: 18px; max-width: 200px; overflow: hidden;}
  .xw-header-widget--quicklinks ul.header_btn{padding-left: 5px; margin-left: 5px;}
  .social-top li a{line-height: 22px;}
}
@media only screen and (max-width: 991px) {
  body {
    padding-top: 0px;
  }
  .main,
  .breadcrumbs {
    margin-top: 0px; background-position: left bottom;
  }
  .breadcrumbs h2{font-size: 30px;}
  .xw-global-header {
    position: relative;
  }
  .xw-global-header__top {
    padding:5px 7px 5px 0px;
  }
  .xw-global-header__top .col-md-12,
  .main_logo:after,
  .xw-global-header:before {
    display: none;
  }
  .main_logo img {
    max-height: 90px;
    margin-top: 0px;
    padding: 5px 5px 10px 0px;
  }
  .xw-global-header__navigation {
    position: absolute;
    top: 92px;
    background: #fff;
    min-width: 100%;
    padding: 0px 15px;
    z-index: 1;
  }
  .xw-global-header__logo-wrap .navbar-toggler {
    position: absolute;
    left: auto;
    right: 5%;
    top: 30%;
    z-index: 1;
  }
  .header_btn {
    padding-top: 25px;
  }
  .xw-global-header__navigation .dropdown-menu-item li a {
    border-bottom: 1px solid #ddd;
    padding: 10px 0px;
    font-weight: 600;
  }
  .xw-global-header__navigation ul.dropdown-menu-item > li > ul > li a {
    padding: 9px 20px;
    border: none;
  }
  .xw-banner {
    padding: 150px 0 100px;
    min-height: 520px;
  }
  .message-carousel {
    padding-bottom: 30px;
  }
  .xw-event-item__text {
    min-height: 275px !important;
  }
  .xw-event-item figure {
    height: auto;
    max-height: 200px;
    overflow: hidden;
  }
  .xw-global-header__navigation > ul > li {
    padding: 0px;
  }
  .xw-feature-item--alter {
    text-align: left;
    padding-right: 0px;
  }
  .xw-feature-item--alter .xw-feature-item__icon {
    right: auto;
    left: 0;
  }
  .xw-section--why-us figure {
    text-align: center;
    display: none;
  }
  .xw-section--why-us figure img {
    max-height: 200px;
  }
  .xw-feature-item__icon {
    font-size: 18px;
    height: 45px;
    width: 45px;
    line-height: 45px;
  }
  .xw-feature-item h4 {
    padding-top: 10px;
    margin-bottom: 0px;
  }
  .xw-feature-item {
    padding-left: 60px;
    margin-bottom: 30px;
  }
  .xw-feature-item:last-child,
  .widget {
    margin-bottom: 10px;
  }
  .xw-footer-widget p,
  .xw-footer-widget a,
  .small-list-feature ul li {
    font-size: 14px;
  }
  .service-sidebar .widget-title {
    font-size: 18px;
  }
  .xw-footer-widget {
    margin-bottom: 30px;
  }
  .service-sidebar {
    margin-top: 30px;
  }
  .small-list-feature ul {
    margin-top: 10px;
  }
  .small-list-feature ul li {
    line-height: 30px;
  }
  .pf-details {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .makeStyles-root-1 .row,
  .makeStyles-root-3 .row {
    margin-right: -15px;
    margin-left: -15px;
  }
  .contact-form-area .form-group input {
    padding: 0px 15px 0 16px;
  }
  .news-list {
    padding-top: 30px;
  }
  .xw-main-footer {
    padding: 30px 0px 0px;
  }
  .xw-footer-widget h4 {
    margin: 0 0 20px;
  }
  .single-content figure img {
    max-height: 300px;
    max-width: 100%;
  }
  .contact-us {
    padding: 20px 0 20px;
  }
  main {margin-top: 0px;}
  ul.short_contact_info li:last-child{max-width: 195px;}
  .xw-header-widget ul.social-top{padding-right: 5px; margin-right: 5px;}
  .about-content{margin-bottom: 30px;}

}

@media only screen and (max-width: 768px) {
  .xw-banner {
    padding: 75px 0 75px;
    min-height: 420px;
  }
  .xw-banner-slider .slick-dots {
    bottom: 30px;
  }
  .xw-section {
    padding: 45px 0 45px;
  }
  .xw-section__title {
    margin-bottom: 30px;
  }
  .xw-section__title__icon {
    margin-top: 10px;
  }
  .xw-section-message {
    padding: 45px 0 30px;
  }
  .xw-section--alter {
    overflow: hidden;
  }
  .gallery-album .img-wrapper .caption h6 a {
    font-size: 16px;
  }
  .pf-details .single-content h4 {
    font-size: 18px;
  }
  .breadcrumbs h2 {
    font-size: 36px;
  }
  .breadcrumbs h2 {
    line-height: 24px;
    padding-bottom: 10px;
  }
  .pf-details .single-content h4 {
    margin-bottom: 15px;
  }
  .xw-footer-widget h4 {
    margin: 0 0 15px;
  }
  .single-content figure img {
    max-height: 250px;
  }
  .btn-primary {
    font-size: 14px;
    line-height: 18px;
  }
  .section-title h2 b {
    line-height: 24px;
  }
}
@media only screen and (max-width: 767px) {
  .top-right-menu ul {
    display: none;
  }
  .top-right-menu ul.header_btn{display: block; border: none; padding-left: 0px; margin-left: 0px;}
  /* .xw-global-header__logo-wrap .navbar-toggler {
    left: 100%;
  } */
  .xw-event-item__text {
    min-height: inherit !important;
  }
  .xw-legal-footer-widget.text-right {
    text-align: center !important;
  }
  .highlight_sec .gallery-album .img-wrapper .caption h6 a{text-align: center !important;}
  .highlight_sec .gallery-album .img-wrapper img, .img-wrapper img{max-height: inherit; width: 100%;}
  .app_sec .app_download{margin-left: 5px; margin-right: 5px; min-width: auto;}
  .app_sec .app_download:first-child{margin-left: 0px;}
  .app_sec .app_download:last-child{margin-right: 0px;}
  .contact-form-area .form-group.button{margin: 10px 0px 20px 0px !important;}
  .contact-us .contact-form-area h4, .section-title h2, .xw-section__title h2{font-size: 24px;}
  .modern-img-feature{margin-bottom: 15px;}
}

@media only screen and (max-width: 686px) {
  .xw-banner {
    padding: 50px 0 75px;
    min-height: 400px;
  }
  .xw-section {
    padding: 40px 0 40px;
  }
  .xw-section__title {
    margin-bottom: 25px;
  }
  .xw-section__title__icon {
    margin-top: 5px;
  }
  .xw-section-message {
    padding: 40px 0 25px;
  }
  .breadcrumbs h2 {
    font-size: 30px;
  }
  .xw-global-header__navigation{min-width: 99%;}
  .breadcrumbs {
    background-position: left -100px bottom;
  }
}
@media only screen and (max-width: 575px) {
  .xw-global-header__navigation{top: 82px;}
  .xw-banner {
    padding: 45px 0 60px;
    min-height: 350px;
  }
  .xw-section {
    padding: 30px 0 30px;
  }
  .xw-section__title {
    margin-bottom: 20px;
  }
  .xw-section-message {
    padding: 30px 0 15px;
  }
  .xw-banner__content h1, .section-title h2, .breadcrumbs h2,
  .contact-us .contact-form-area h4, .section-title h2, .xw-section__title h2{font-size: 20px;}
  .xw-section__title h2 {
    font-size: 30px;
  }
  .breadcrumbs .bread-menu li a,
  .breadcrumbs ul li span,
  .pf-details .single-content h4,
  .single-contact-box h4,
  .faq-title a {
    font-size: 16px;
  }
  .xw-feature-item h4,
  .xw-legal-footer-widget p,
  .xw-footer-widget ul li,
  .xw-footer-widget ul li a,
  .pf-details .single-content p,
  .about-content p,
  .service-sidebar .widget h6,
  .single-contact-box,
  .faq-body p {
    font-size: 14px;
  }
  .pf-details .single-content p {
    line-height: 18px;
  }
  .pf-details .single-content h4 {
    margin-bottom: 10px;
  }
  .xw-footer-widget h4 {
    margin: 0 0 10px;
  }
  .pagination-sec span,
  .pagination-sec a,
  .pagination-sec a:focus {
    width: 30px;
    height: 30px;
    line-height: 30px;
  }
  .pagination-sec li.prev a,
  .pagination-sec li.next a {
    font-size: 13px;
  }
  .single-content figure img {
    max-height: 200px;
  }
  .faq-body {
    padding: 15px 30px;
  }
  .header_btn {
    padding-top: 25px;
  }
  .top-right-menu{
    position: fixed;
    right: -25px;
    top: 21%;
    z-index: 1;
    width: auto;
  }
  .xw-global-header.sticky .top-right-menu {
    top: 1%;
  }
  .xw-header-widget--quicklinks ul.header_btn li a{padding: 2px 20px 2px 10px;}
  .section-title h2{margin-bottom: 20px;}
  .news-item figure, .news-item figure img, .news-item__text, .news-list .xw-sidebar-widget--news__left,
  .xw-sidebar-widget--news__right{width: 100%;}
  .news-list .xw-sidebar-widget--news__left, .xw-sidebar-widget--news__right{height: 100%; min-height: auto;}
  .xw-sidebar-widget--news__right{padding-top: 15px; position: relative;}
  .news-item figure img, .news_des{max-height: initial;}
  .news_des{min-height: inherit;}
  .app_sec .app_download{padding: 5px 25px;}
  .breadcrumbs {
    background-position: left -120px bottom;
  }
  .mb-30{margin-bottom: 15px;}
  .main_logo img{max-height: 80px;}
}
@media only screen and (max-width: 481px) {
  .header_btn {
    padding-top: 0px;
  }
  .header_btn li {
    margin-left: 0px;
  }
  .main_logo{padding-left: 5px;}
  .xw-global-header__navigation {
    top: 72px;
  }
  .top-right-menu{top: 18%;}
  .xw-chairman-message h2,
  .xw-section__title h2 {
    font-size: 24px;
  }
  .main_logo img{max-height: 70px;}

  .ticker-wrapper-h .heading{font-size: 16px; padding: 5px 10px;}
  .ticker-wrapper-h .heading:after{top: 7px;}
  .news-ticker-h li a{font-size: 14px;}
  .breadcrumbs {
    background-position: left -150px bottom;
  }
  .navbar-toggler .icon-bar{width: 25px;}
  .xw-global-header__logo-wrap .navbar-toggler{top:26%;}
  .navbar-toggler .icon-bar:nth-child(4){
    transform-origin: 5% 0%;
    -moz-transform-origin: 5% 0%;
    -ms-transform-origin: 5% 0%;
    -o-transform-origin: 5% 0%;
    -webkit-transform-origin: 5% 0%;
  }
}
/*!
  Front-End Developer: Bikash Bhandari
  Front-End Developer Email: bikash.433@gmail.com
  Front-End Developer URI: www.bhandaribikash.com.np
*/
@media only screen and (max-width: 420px) {
  .xw-sidebar-widget--news__right h5,
  .breadcrumbs .bread-menu li a,
  .breadcrumbs ul li span,
  .service-sidebar .widget a,
  .xw-footer-widget h4,
  .faq-title a {
    font-size: 14px;
  }
  .xw-chairman-message h2,
  .section-title h2 {
    font-size: 20px;
  }
  .xw-legal-footer-widget p,
  .pf-details .single-content p,
  .about-content p,
  .xw-footer-widget p,
  .service-sidebar .widget p,
  .xw-footer-widget ul li a,
  .single-contact-box,
  .faq-body p {
    font-size: 13px;
  }
  .header_btn li a {
    padding: 2px 10px;
  }
  .section-title h2{margin-bottom: 15px;}
  .gallery-section{padding-bottom: 15px;}
  .breadcrumbs {
    background-position: left -160px bottom;
  }
  .main_short_info .about-content .section-bottom{width: 95%; padding: 15px 15px 10px 15px;}
  .main_logo img {max-height: 68px;}
  .xw-global-header__navigation {top: 70px;}
}
@media only screen and (max-width: 393px) {
  .xw-header-widget {
    text-align: center;
  }
  .xw-sidebar-widget--news__right h5,
  .xw-chairman-message p, .xw-header-widget a {
    font-size: 13px;
  }
  .xw-legal-footer-widget p{font-size: 12px;}
  .header_btn li a {
    padding: 3px 10px;
  }
  .xw-global-header__navigation {
    top: 62px;
  }
  .gallery-album .img-wrapper {
    min-height: 100px;
  }
  .main_logo img{max-height: 62px;}
  .top-right-menu {top: 16%;}
  .xw-header-widget ul li{margin-right: 5px;}
  .app_sec .app_download{padding: 5px 15px;}
  .xw-global-header__logo-wrap .navbar-toggler{top: 20%;}
  .xw-header-widget--quicklinks ul.header_btn li a{font-size: 13px; letter-spacing: 0.025rem;}
  .ticker-wrapper-h .heading { font-size: 14px; letter-spacing: 0.025rem;}
  .ticker-wrapper-h .heading:after {top: 5px;}
}
/*!
  staff
*/
.staff_info {
  margin-top: 30px;
}
.staff_info figure {
  margin-top: 30px;
}
.staff_info figure img {
  height: 200px;
  width: 200px;
  border-radius: 100%;
  border-bottom: 5px solid #ff9972;
}
.staff_info .staff_box {
  padding: 30px;
  display: block;
  margin-bottom: 30px;
  background: #fff1eb;
  position: relative;
  border: 1px solid #fff; border-radius: 10px;
  filter: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.1));
}
.staff_info .staff_box:after {
  right: 100%;
  top: 30%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(194, 225, 245, 0);
  border-right-color: #fff1eb;
  border-width: 18px;
  margin-top: -18px;
}
.staff_info .staff_box ul {
  list-style: none;
  padding-left: 0px;
}
.staff_info .staff_box h4 {
  color: #0d6944;
  font-weight: 500;
  font-size: 24px;
  padding-top: 15px;
}
.staff_info .staff_box h5 {
  color: #000050;
  font-weight: 500;
  font-size: 20px;
  padding-top: 15px;
  padding-bottom: 10px;
  border-bottom: 2px solid #ea9f30;
}
.staff_info .staff_box ul li {
  font-size: 18px;
}
.staff_info .staff_box ul li i {
  font-size: 24px;
  min-width: 30px;
  color: #006699;
}

.staff_info ul li {
  list-style-type: none;
}
.social_icon ul li {
  list-style-type: none;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  margin-right: 10px;
}
.social_icon ul li a {
  display: inline-block;
  color: #000050;
  font-size: 20px;
}
.social_icon ul li a:hover {
  color: #ea9f30;
}
