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