@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");

:root {
  --corporate-navy: #0A1F44;
  --corporate-blue: #1E3A5F;
  --corporate-gold: #D4AF37;
  --corporate-light-gold: #F4E4C1;
  --corporate-white: #FFFFFF;
  --corporate-light-gray: #F5F7FA;
  --corporate-gray: #E8EDF2;
  --corporate-text: #2C3E50;
  --corporate-text-light: #6C7A89;
  --corporate-gradient: linear-gradient(135deg, #0A1F44 0%, #1E3A5F 100%);
  --corporate-gold-gradient: linear-gradient(135deg, #D4AF37 0%, #F4E4C1 100%);
}

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: #554800;
}

.main_logo {
  position: relative;
  display: block;
  padding: 1px 0px;
  margin-bottom: 0px;
  text-align: right;
  min-height: 78px;
}
.xw-global-header.sticky .main_logo{min-height: 52px; text-align: center;}
.main_logo img {
  max-height: 80px;
  max-width: 100%;
  display: inline-block;
  position: relative;
  vertical-align: middle;
}

.main_logo span {
  display: inline-block;
  font-family: "Poppins", sans-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;
}
.xw-global-header:before {
    position: absolute;
    right: 80%;
    left: auto;
    width: 100%;
    height: 150px;
    background: #051e3f;
    content: " ";
    pointer-events: none;
    bottom: 0px;
    z-index: 0;
}


.tab-button:hover {
  background-color: #65a965 !important;
  color: #fff !important;
}

/* .tab-button .tab-icon,
.tab-button .tab-label { color: inherit; } */


.tab-button:hover .tab-icon,
.tab-button:hover .tab-label,
.tab-button:hover span {
  color: #fff !important;
}


.tab-button.active {
  background: #c69500 !important;
  color: #fff !important;
  /* active tab stays white */
}



.submit-button:hover {
  background-color: #5cb85c !important;
  color: #fff !important;
  cursor: pointer;
}

/* .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: 0px;
  max-height: 60px;
}

.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 #c69500;
  background: #c69500;
  color: #fff;
}

.header_btn li .login-drop a.btn-success:hover {
  background: #c69500;
}

.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: #c69500;
  border-radius: 0px;
  border: none;
  min-width: 120px;
}

.login-drop .dropdown-menu a {
  color: #c69500;
  border-color: #c69500;
  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: #c69500;
}

.btn-success {
  color: #fff;
  background-color: #c69500;
  border-color: #c69500;
}

.btn-primary {
  color: #fff;
  background-color: #006699;
  border-color: #002c72;
}

.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: #c69500;
  border-color: #c69500;
}

.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: #c69500;
}

.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: #c69500;
  border-color: #c69500;
}

.xw-event-item a:hover .xw-event-item__text {
  border-top-color: #c69500;
}

.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: #c69500;
}

.gallery-album .img-wrapper .caption h6 a:hover {
  text-decoration: none;
  color: #c69500;
}

.gallery-album .img-wrapper:hover .caption span {
  color: #222;
}

.gallery-album .img-wrapper:hover .caption span:last-child {
  color: #c69500;
}

/*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: #c69500;
  border-color: #c69500;
  background: #fff;
}

/*====================================
    BreadCrumbs CSS
======================================*/
.breadcrumbs {
  position: relative;
  padding: 30px 0px;
  text-align: center;
  z-index: 0;
  background: #fbf5e0;
}

.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: #051e3f;
  text-transform: capitalize;
  font-size: 35px;
  margin: 0;
  padding: 0;
  line-height: 45px;
  position: relative;
  font-weight: 500;
  padding-top: 0px;
  font-family: "Poppins", sans-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: #c69500;
  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: #c69500;
}

.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: "Poppins", sans-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: #c69500;
  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: "Poppins", sans-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: #c69500;
}

.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: #051e3f;
  border-radius: 25px 0 25px 0;
  padding: 10px 22px;
  margin-right: -20px;
  margin-left: -20px;
  font-size: 20px;
  font-weight: 600;
  font-family: "Poppins", sans-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: #c69500;
  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: #c69500;
}

.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: #c69500;
  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: #c69500;
  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: #c69500;
  position: relative;
}

.faq-title a.collapsed {
  color: #c69500;
}

.faq-title a:hover,
.faq-title a.collapsed:hover {
  color: #c69500;
}

.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: #c69500;
}

/* .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: #c69500;
  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: #c69500;
  color: #fff;
}

.single-contact-box h4 {
  color: #c69500;
  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: "Poppins", sans-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: "Poppins", sans-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: "Poppins", sans-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: #c69500;
  outline: none !important;
}

.contact-form-area .form-group input:hover {
  border-color: #c69500;
}

.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: #c69500;
  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: #c69500 !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: #c69500;
}

.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: #c69500;
}

.facility h2 {
  color: rgb(201 228 247 / 39%);
  position: absolute;
  top: 10px;
  font-size: 48px;
}

.facility .white-box:hover {
  background: #c69500;
  transition: 0.5s;
}

.facility .white-box:hover h4.title a {
  color: #c69500;
  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: #c69500;
}

.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: "Poppins", sans-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: #c69500;
  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: #c69500;
}

.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: #c69500;
}

.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: #c69500;
}

.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: #c69500;
  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: #c69500;
}

.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: #c69500;
}

.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: "Poppins", sans-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: #c69500;
  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: #c69500;
  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: "Poppins", sans-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;
  padding: 0px;
}

.social_head li {
  position: relative;
  list-style-type: none;
  margin-top: 5px;
}

.social_head li a {
  display: block;
  padding: 5px;
  background: #fff;
  font-size: 14px;
  height: 26px;
  width: 26px;
  text-align: center;
  border: 1px solid #d4a017;
  border-radius: 100%;
  margin-right: 10px;
  color: #d4a017;
}

.social_head li a:hover {
  background-color: #d4a017;
  border-color: #fff;
  color: #fff;
}

/* ===== Scrollbar CSS ===== */
/* Firefox */
* {
  scrollbar-width: 5px;
  scrollbar-color: #051e3f #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: #c69500;
  font-size: 20px;
}

.social_icon ul li a:hover {
  color: #c69500;
}

.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: #c69500;
}

.vacancy_list li a:hover {
  border-color: #c69500;
}

.vacancy_list li a:hover h5 {
  color: #c69500;
}

.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: #c69500;
}

.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: #c69500;
}

.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: #c69500;
}

.facilities .view_all_link a:hover {
  color: #c69500;
}

.facility_box:hover h4 {
  color: #c69500;
}

.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: #c69500;
}

.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: 20%;
  position: relative;
}

.xw-global-header__logo-wrap:before{
    position: absolute;
    left: 66%;
    right: auto;
    width: 150px;
    height: 150px;
    background: #051e3f;
    content: " ";
    pointer-events: none;
    bottom: 24px;
    z-index: 0;
    rotate: 30deg;
    border-bottom-right-radius: 9px;
}

.xw-global-header.sticky .xw-global-header__logo-wrap {
  margin-top: 0px;
}

.h_right {
  width: 80%;
  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);
  min-height: 255px;
}

.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: #b1a43b;
}

.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: #c69500
}

.short_overview h4 a:hover small {
  color: #c69500
}

.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: #c49010;
  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: #c49010;
}

a:hover {
  color: #c49010;
}

.single-content h1 {
  font-size: 24px;
  color: #123456;
}

.inv_box {
  display: block;
  background: #ffffff;
  text-align: center;
  padding: 30px 20px;
  margin-bottom: 30px;
  border-radius: 4px;
  -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);
}

.inv_box h4 {
  font-size: 18px;
  color: #005500;
  font-weight: 400;
  padding: 30px 0 0 0;
}

.inv_box img {
  display: block;
  max-width: 100%;
  max-height: 110px;
  min-height: 100px;
  margin-left: auto;
  margin-right: auto;
  -webkit-transition: all 1.5s cubic-bezier(0, 0, 0.2, 1);
  transition: all 1.5s cubic-bezier(0, 0, 0.2, 1);
}

.inv_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);
}

.inv_box:hover h4 {
  color: #c69500;
}

.inv_box:hover figure img {
  -webkit-transform: scale3d(1.2, 1.2, 1.2);
  transform: scale3d(1.2, 1.2, 1.2);
}







/*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: #c69500;
  }

  .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: #c69500;
  }

  .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);
    }
  }
}


/* ── Slick carousel core fix ─────────────────────────────────────── */
.slick-initialized .slick-slide {
  display: block;
}

.slick-list {
  overflow: hidden;
}

.slick-track {
  display: flex;
}

.slick-slide {
  float: left;
  min-height: 1px;
}

/* ── Homepage redesign helpers ───────────────────────────────────── */
.btn-read-more {
  display: inline-block;
  padding: 9px 24px;
  border-radius: 25px;
  border: 2px solid #ffc107;
  color: #ffc107;
  font-weight: 600;
  font-size: 14px;
  transition: all 0.3s ease;
  text-decoration: none;
}

.btn-read-more:hover {
  background: #ffc107;
  color: #fff;
  text-decoration: none;
}

/* Sector / facility slider items full width */
.slick-slide>div {
  width: 100%;
}

/* Fix blank space below slick slides */
.slick-track {
  align-items: flex-start !important;
}

.slick-slide>div {
  height: auto !important;
}

.slick-slide {
  height: auto !important;
}


/* ========================================
   Home Page Styles - Prosperity Holdings Theme
   ======================================== */

/* Section Heading Styles */
.home-section-head {
  text-align: center;
  margin-bottom: 20px;
}

.home-section-title {
  font-size: 28px;
  font-weight: 700;
  color: #0a2540;
  font-family: 'Noto Serif', serif;
  margin-bottom: 8px;
}

.home-section-title-left {
  font-size: 28px;
  font-weight: 700;
  color: #0a2540;
  font-family: 'Noto Serif', serif;
  margin-bottom: 8px;
  text-align: left;
}

.home-section-title em {
  color: #c69500;
  font-style: normal;
}

.home-section-divider {
  width: 60px;
  height: 3px;
  background: linear-gradient(90deg, #c69500, #e63946);
  margin: 0 auto 10px;
  border-radius: 2px;
}

.home-section-divider-left {
  width: 60px;
  height: 3px;
  background: linear-gradient(90deg, #c69500, #e63946);
  margin: 0 0 20px;
  border-radius: 2px;
}

/* About Us Section */
.home-about-section {
  padding: 30px 0;
  background: #fff;
}

.home-about-content {
  color: #444;
  line-height: 1.8;
  font-weight: 400;
}

.home-about-btn-wrapper {
  margin-top: 25px;
}

.home-about-image {
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.12);
  transform: perspective(800px) rotateY(-3deg);
  transition: transform 0.4s ease;
}

.home-about-image img {
  width: 80%;
  display: block;
}

/* Focus Sectors Section */
.home-sectors-section {
  padding: 60px 0;
  /* background: linear-gradient(135deg, #f0f4f8 0%, #e6eef5 100%); */
  background:linear-gradient(135deg, rgba(10, 31, 68, 1) 0%, rgba(30, 58, 95, 1) 100%);
}

.home-sectors-description {
  color: #666;
  max-width: 650px;
  margin: 15px auto 0;
  font-weight: 400;
}

.home-sectors-slider-wrapper {
  margin-top: 10px;
}

.home-sector-slide {
  padding: 0;
}

.home-sector-card {
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  margin: 10px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.home-sector-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 30px rgba(196, 30, 58, 0.2);
}

.home-sector-card-link {
  display: block;
}

.home-sector-image-wrapper {
  height: 150px;
  overflow: hidden;
}

.home-sector-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}

.home-sector-image:hover {
  transform: scale(1.05);
}

.home-sector-content {
  padding: 18px 20px;
}

.home-sector-title {
  font-size: 16px;
  font-weight: 600;
  color: #0a2540;
  margin: 0 0 8px;
}

.home-sector-link-text {
  color: #d4a017;
  font-size: 13px;
  font-weight: 500;
}
.home-sector-link-text:hover {color: #c69500;}

.home-sector-link-icon {
  font-size: 11px;
}

/* Notice and News Section */
.home-notice-news-section {
  padding: 30px 0;
  background: #fff;
}

.home-notice-box,
.home-news-box {
  background: #f8fffe;
  border-radius: 12px;
  padding: 30px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
  height: 100%;
}

.home-notice-title,
.home-news-title {
  font-size: 22px;
  font-weight: 700;
  color: #0a2540;
  font-family: 'Noto Serif', serif;
  margin-bottom: 6px;
}

.home-notice-item {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 12px 0;
  border-bottom: 1px solid #e6eef5;
  text-decoration: none;
}

.home-notice-item:hover {
  background: #f0f4f8;
}

.home-notice-date {
  min-width: 42px;
  height: 42px;
  background: #c69500;
  color: #fff;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 11px;
  font-weight: 600;
  text-align: center;
  line-height: 1.2;
  padding: 4px;
  white-space: pre-line;
}

.home-notice-text {
  color: #0a2540;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.5;
}

.home-view-all-link {
  margin-top: 20px;
}

.home-view-all-link a {
  color: #c69500;
  font-weight: 600;
  font-size: 14px;
}

.home-news-item {
  display: flex;
  gap: 14px;
  padding: 12px 0;
  border-bottom: 1px solid #e6eef5;
}

.home-news-image-link {
  flex-shrink: 0;
}

.home-news-image {
  width: 75px;
  height: 65px;
  object-fit: cover;
  border-radius: 8px;
}

.home-news-title-link {
  font-size: 14px;
  font-weight: 600;
  margin: 0 0 5px;
  line-height: 1.4;
}

.home-news-title-link a {
  color: #0a2540;
}

.home-news-date {
  font-size: 12px;
  color: #888;
}

.home-news-date i {
  margin-right: 4px;
}

/* Investment Section */
.home-investment-section {
  padding: 60px 0;
  background: #f8fafb;
}

.home-investment-slider-wrapper {
  margin-top: 10px;
}

.home-investment-slide {
  padding: 0 8px;
}

.home-investment-card {
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  margin: 8px;
  text-align: center;
  box-shadow: 0 3px 15px rgba(0, 0, 0, 0.07);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.home-investment-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(196, 30, 58, 0.18);
}

.home-investment-card-link {
  display: block;
  text-decoration: none;
}

.home-investment-image-wrapper {
  height: 100px;
  overflow: hidden;
}

.home-investment-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}

.home-investment-image:hover {
  transform: scale(1.08);
}

.home-investment-content {
  padding: 8px 10px;
}

.home-investment-title {
  font-size: 13px;
  font-weight: 600;
  color: #0a2540;
  margin: 0;
  line-height: 1.3;
}

.home-investment-amount {
  font-size: 11px;
  color: #c69500;
  font-weight: 500;
  margin-top: 4px;
}

.home-investment-card-disabled {
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  margin: 8px;
  text-align: center;
  box-shadow: 0 3px 15px rgba(0, 0, 0, 0.07);
  opacity: 0.6;
  cursor: not-allowed;
}

.home-investment-no-website {
  font-size: 10px;
  color: #999;
  margin-top: 2px;
}

.home-investment-view-all {
  text-align: center;
  margin-top: 15px;
}

/* Chairman Message Section */
.home-chairman-section {
  padding: 60px 0;
  background: linear-gradient(135deg, #0a2540 0%, #153a5f 60%, #1e4d7a 100%);
  position: relative;
  overflow: hidden;
}

.home-chairman-bg-circle {
  position: absolute;
  top: -80px;
  right: -80px;
  width: 350px;
  height: 350px;
  border-radius: 50%;
  background: rgba(196, 30, 58, 0.08);
  pointer-events: none;
}

.home-chairman-container {
  position: relative;
  z-index: 1;
}

.home-chairman-head {
  text-align: center;
  margin-bottom: 25px;
}

.home-chairman-title {
  font-size: 28px;
  font-weight: 700;
  color: #fff;
  font-family: 'Noto Serif', serif;
  margin-bottom: 8px;
}

.home-chairman-title em {
  color: #ffc107;
  font-style: normal;
}

.home-chairman-image-wrapper {
  text-align: center;
}

.home-chairman-image-border {
  display: inline-block;
  border-radius: 50%;
  border: 5px solid rgb(154 143 109);
  padding: 5px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.3);
}

.home-chairman-image {
  width: 200px;
  height: 200px;
  border-radius: 50%;
  object-fit: cover;
  display: block;
}

.home-chairman-name {
  color: #fff;
  margin-top: 18px;
  font-size: 20px;
  font-weight: 700;
}

.home-chairman-designation {
  color: #ffc107;
  font-size: 14px;
  font-weight: 500;
}

.home-chairman-message {
  background: rgba(255, 255, 255, 0.07);
  border-radius: 12px;
  padding: 24px 28px;
  border-left: 4px solid #ffc107;
  color: rgba(255, 255, 255, 0.9);
  line-height: 1.9;
  font-weight: 400;
  display: inline-block;
  width: 100%;
}

.home-chairman-quote-icon {
  color: #ffc107;
  font-size: 24px;
  margin-bottom: 10px;
  display: block;
}

.home-chairman-read-more {
  margin-top: 16px;
}

.home-chairman-read-more .btn-read-more {
  background: transparent;
  color: #ffc107;
  border-color: #ffc107;
}

/* Board of Directors Section */
.home-board-section {
  padding: 60px 0;
  background: #fff;
}

.home-board-chairman-wrapper {
  display: flex;
  justify-content: center;
  margin-bottom: 30px;
}

.home-board-chairman-link {
  text-decoration: none;
}

.home-board-chairman-card {
  text-align: center;
  background: #f8fffe;
  border-radius: 12px;
  padding: 24px 30px;
  box-shadow: 0 6px 25px rgba(68, 157, 68, 0.15);
  min-width: 200px;
  transition: transform 0.3s ease;
}

.home-board-chairman-card:hover {
  transform: translateY(-5px);
}

.home-board-chairman-image {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  object-fit: cover;
  border: 3px solid #d4a017;
  margin-bottom: 12px;
}

.home-board-chairman-name {
  font-size: 16px;
  font-weight: 700;
  color: #123456;
  margin: 0 0 4px;
}

.home-board-chairman-designation {
  font-size: 13px;
  color: #d4a017;
  font-weight: 500;
}

.home-board-directors-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  gap: 20px;
}

.home-board-director-link {
  text-decoration: none;
}

.home-board-director-card {
  text-align: center;
  background: #f8fffe;
  border-radius: 12px;
  padding: 20px 22px;
  box-shadow: 0 4px 18px rgba(0, 0, 0, 0.07);
  border: 1px solid #e0f0e0;
  min-width: 160px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.home-board-director-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(68, 157, 68, 0.15);
}

.home-board-director-image {
  width: 85px;
  height: 85px;
  border-radius: 50%;
  object-fit: cover;
  border: 2px solid #cde8cd;
  margin-bottom: 10px;
}

.home-board-director-name {
  font-size: 14px;
  font-weight: 600;
  color: #123456;
  margin: 0 0 4px;
}

.home-board-director-designation {
  font-size: 12px;
  color: #d4a017;
  font-weight: 500;
}

.home-board-view-all {
  text-align: center;
  margin-top: 30px;
}

/* Events Section */
.home-events-section {
  padding: 30px 0;
  background: #f4f9f4;
}

.home-event-slide {
  padding: 0 10px;
}

.home-event-card {
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  margin: 8px;
  box-shadow: 0 4px 18px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.home-event-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.14);
}

.home-event-image-wrapper {
  position: relative;
  height: 150px;
  overflow: hidden;
}

.home-event-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}

.home-event-image:hover {
  transform: scale(1.06);
}

.home-event-date-badge {
  position: absolute;
  bottom: 12px;
  left: 12px;
  background: #d4a017;
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  padding: 4px 10px;
  border-radius: 20px;
}

.home-event-date-icon {
  margin-right: 5px;
}

.home-event-content {
  padding: 18px;
}

.home-event-title {
  font-size: 15px;
  font-weight: 600;
  color: #123456;
  margin: 0 0 10px;
  line-height: 1.4;
}

.home-event-title-link {
  color: inherit;
  text-decoration: none;
}

.home-event-description {
  font-size: 13px;
  color: #666;
  line-height: 1.6;
  margin-bottom: 12px;
}

.home-event-read-more {
  color: #d4a017;
  font-size: 13px;
  font-weight: 600;
  text-decoration: none;
}

.home-event-read-more-icon {
  font-size: 11px;
}

/* Sister Organizations Section */
.home-sister-section {
  padding: 60px 0;
  background: linear-gradient(135deg, #0a2540 0%, #153a5f 60%, #1e4d7a 100%);
}

.home-sister-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 24px;
  margin-top: 20px;
}

.home-sister-link {
  text-decoration: none;
}

.home-sister-card {
  background: #f8fffe;
  border-radius: 10px;
  padding: 16px 20px;
  text-align: center;
  border: 1px solid #e0f0e0;
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.06);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  min-width: 130px;
}

.home-sister-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 20px rgba(68, 157, 68, 0.15);
}

.home-sister-image {
  max-height: 55px;
  max-width: 120px;
  object-fit: contain;
  margin-bottom: 8px;
}

.home-sister-name {
  font-size: 12px;
  color: #d4a017;
  margin: 0;
  font-weight: 500;
}

/* Popup Modal Styles */
.home-popup-modal-body {
  max-height: 80vh;
  overflow-y: scroll;
}

/* Read More Button */
.btn-read-more {
  display: inline-block;
  padding: 7px 20px;
  background: #fff;
  color: #ffc107;
  border-radius: 9px;
  text-decoration: none;
  font-weight: 500;
  transition: all 0.3s ease;
}

.btn-read-more:hover {
  background: #ffc107;
  color: #fff;
  text-decoration: none;
}


    .section-wrapper { background-color: #f0f2f5; padding: 60px 20px 80px;}
    .section_title{text-align: center;}
    .section_title .label {
      color: #c9991f;
      font-size: 13px;
      letter-spacing: 2px;
      text-transform: uppercase;
      text-align: center;
      margin-bottom: 12px;
    }
    .section_title .heading {
      font-size: clamp(24px, 5vw, 36px);
      color: #1a1a2e;
      text-align: center;
      margin-bottom: 15px;
      line-height: 1.2;
    }
    .section_title .subtext {
      color: #6b7280;
      font-size: 15px;
      text-align: center;
      max-width: 580px;
      margin: 0 auto 50px;
      line-height: 1.7;
    }
    .sec_ttl_white, .section_title.sec_ttl_white .heading{color: #fff;}
    .sec_ttl_white, .section_title.sec_ttl_white .subtext{color: rgba(255, 255, 255, 0.8);}

    .cards-grid {
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      gap: 20px;
      margin: 0 auto;
    }

    @media (max-width: 1024px) {
      .cards-grid {
        grid-template-columns: repeat(2, 1fr);
      }
    }

    @media (max-width: 580px) {
      .cards-grid {
        grid-template-columns: 1fr;
      }
    }

    .cards-grid .card {
      background-color: #ffffff;
      border-radius: 16px;
      padding: 20px 24px 20px;
      box-shadow: 0 2px 12px rgba(0, 0, 0, 0.05);
      transition: box-shadow 0.3s ease, transform 0.3s ease;
      border: 0;
    }

    .card:hover {
      box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
      transform: translateY(-3px);
    }

    .icon-box {
      width: 58px;
      height: 58px;
      background-color: #d4a017;
      border-radius: 14px;
      display: flex;
      align-items: center;
      justify-content: center;
      margin-bottom: 24px;
    }

    .icon-box svg {
      width: 26px;
      height: 26px;
      color: #1a1a1a;
      stroke: #1a1a1a;
    }

    .cards-grid .card-title {
      font-size: 16px;
      font-weight: 500;
      color: #1a1a2e;
      margin-bottom: 10px;
    }

    .card-desc {
      font-size: 14px;
      color: #6b7280;
      line-height: 1.65;
      font-weight: 400;
    }

    /* ── Portfolio Section ── */
    .portfolio-section {
      padding-top: 60px;
      padding-bottom: 80px;
    }
    .portfolio-grid {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 20px;
      margin: 0 auto;
    }

    @media (max-width: 900px) {
      .portfolio-grid {
        grid-template-columns: repeat(2, 1fr);
      }
    }

    @media (max-width: 560px) {
      .portfolio-grid {
        grid-template-columns: 1fr;
      }
    }

    .p-card {
      background-color: #ffffff;
      border-radius: 16px;
      padding: 24px 22px 28px;
      box-shadow: 0 2px 12px rgba(0, 0, 0, 0.05);
      transition: box-shadow 0.3s ease, transform 0.3s ease;
      display: flex;
      flex-direction: column;
    }

    .p-card:hover {
      box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
      transform: translateY(-3px);
    }

    .p-card-top {
      display: flex;
      align-items: center;
      justify-content: space-between;
      margin-bottom: 18px;
    }

    .p-card .badge {
      display: inline-block;
      font-size: 12px;
      font-weight: 600;
      padding: 4px 12px;
      border-radius: 999px;
    }

    .p-card .badge-active {
      background-color: #d1fae5;
      color: #065f46;
    }

    .badge-pipeline {
      background-color: #fef9c3;
      color: #854d0e;
    }

    .ext-icon {
      display: flex;
      align-items: center;
      justify-content: center;
      cursor: pointer;
      opacity: 0.6;
      transition: opacity 0.2s;
    }

    .ext-icon:hover {
      opacity: 1;
    }

    .p-card-title {
      font-size: 17px;
      font-weight: 700;
      color: #1a1a2e;
      margin-bottom: 6px;
    }

    .p-card-sector {
      font-size: 13px;
      font-weight: 600;
      margin-bottom: 12px;
    }

    .sector-energy       { color: #d4a017; }
    .sector-manufacturing{ color: #d4a017; }
    .sector-agro         { color: #d4a017; }
    .sector-it           { color: #d4a017; }
    .sector-hospitality  { color: #d4a017; }
    .sector-pharma       { color: #d4a017; }

    .p-card-desc {
      font-size: 14px;
      color: #6b7280;
      line-height: 1.65;
    }



    /* ========================================
   PORTFOLIO ALLOCATION SECTION
   ======================================== */
    .corporate-allocation-section {
      padding: 100px 0;
      background: var(--corporate-navy);
      position: relative;
      overflow: hidden;
    }
    .corporate-allocation-section::before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: linear-gradient(135deg, rgba(10, 31, 68, 1) 0%, rgba(30, 58, 95, 1) 100%);
      opacity: 0.95;
    }
    .corporate-allocation-section .container {
      position: relative;
      z-index: 1;
    }
    .corporate-allocation-chart {
      max-width: 400px;
      margin: 0 auto;
      padding: 40px;
    }
    .corporate-donut-chart {
      width: 100%;
      height: auto;
      filter: drop-shadow(0 10px 30px rgba(0, 0, 0, 0.3));
      animation: rotateChart 1.5s ease-out;
    }
    @keyframes rotateChart {
      from {
        transform: rotate(-90deg);
        opacity: 0;
      }

      to {
        transform: rotate(0deg);
        opacity: 1;
      }
    }
    .corporate-allocation-bars {
      padding: 20px 0;
    }
    .corporate-allocation-item {
      margin-bottom: 28px;
      cursor: pointer;
      transition: all 0.3s ease;
    }
    .corporate-allocation-item:last-child {
      margin-bottom: 0;
    }
    .corporate-allocation-item:hover {
      transform: translateX(10px);
    }
    .corporate-allocation-header {
      display: flex;
      align-items: center;
      gap: 12px;
      margin-bottom: 10px;
    }
    .corporate-allocation-dot {
      width: 12px;
      height: 12px;
      border-radius: 50%;
      flex-shrink: 0;
      transition: all 0.3s ease;
    }
    .corporate-allocation-item:hover .corporate-allocation-dot {
      transform: scale(1.5);
      box-shadow: 0 0 15px currentColor;
    }
    .corporate-allocation-label {
      flex: 1;
      font-size: 16px;
      font-weight: 500;
      color: var(--corporate-white);
      transition: all 0.3s ease;
    }
    .corporate-allocation-item:hover .corporate-allocation-label {
      color: var(--corporate-gold);
      font-weight: 600;
    }
    .corporate-allocation-percent {
      font-size: 18px;
      font-weight: 700;
      color: var(--corporate-gold);
      min-width: 50px;
      text-align: right;
      transition: all 0.3s ease;
    }
    .corporate-allocation-item:hover .corporate-allocation-percent {
      transform: scale(1.2);
      text-shadow: 0 0 10px var(--corporate-gold);
    }
    .corporate-allocation-bar {
      width: 100%;
      height: 8px;
      background: rgba(255, 255, 255, 0.1);
      border-radius: 10px;
      overflow: visible;
      position: relative;
      transition: all 0.3s ease;
    }
    .corporate-allocation-item:hover .corporate-allocation-bar {
      height: 12px;
      background: rgba(255, 255, 255, 0.15);
    }
    .corporate-allocation-fill {
      height: 100%;
      border-radius: 10px;
      transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1);
      position: relative;
      animation: fillBar 1.5s ease-out;
      box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
    }
    .corporate-allocation-item:hover .corporate-allocation-fill {
      box-shadow: 0 4px 20px currentColor;
      filter: brightness(1.2);
    }
    @keyframes fillBar {
      from {
        width: 0 !important;
      }
    }
    .corporate-allocation-fill::after {
      content: '';
      position: absolute;
      top: 0;
      right: 0;
      width: 30%;
      height: 100%;
      background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3));
      animation: shimmer 2s infinite;
    }
    .corporate-allocation-item:hover .corporate-allocation-fill::after {
      animation: shimmerFast 1s infinite;
    }
    @keyframes shimmer {

      0%,
      100% {
        opacity: 0;
      }

      50% {
        opacity: 1;
      }
    }
    @keyframes shimmerFast {

      0%,
      100% {
        opacity: 0;
      }

      50% {
        opacity: 1;
      }
    }
    .corporate-sectors-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
      gap: 30px;
      margin-top: 40px;
    }
    .corporate-sector-card {
      background: rgba(255, 255, 255, 0.05);
      backdrop-filter: blur(10px);
      border: 2px solid rgba(212, 175, 55, 0.2);
      border-radius: 16px;
      padding: 40px 30px;
      text-align: center;
      transition: all 0.4s ease;
      position: relative;
      overflow: hidden;
    }
    .corporate-sector-card::before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 4px;
      background: var(--corporate-gold);
      transform: scaleX(0);
      transition: transform 0.4s ease;
    }
    .corporate-sector-card:hover::before {
      transform: scaleX(1);
    }
    .corporate-sector-card:hover {
      transform: translateY(-10px);
      box-shadow: 0 20px 40px rgba(212, 175, 55, 0.3);
      border-color: var(--corporate-gold);
      background: rgba(255, 255, 255, 0.08);
    }
    .corporate-sector-icon {
      width: 80px;
      height: 80px;
      margin: 0 auto 24px;
      display: flex;
      align-items: center;
      justify-content: center;
      background: linear-gradient(135deg, var(--corporate-gold) 0%, #c9a961 100%);
      border-radius: 50%;
      transition: all 0.3s ease;
    }
    .corporate-sector-card:hover .corporate-sector-icon {
      transform: scale(1.1);
      box-shadow: 0 10px 30px rgba(212, 175, 55, 0.4);
    }
    .corporate-sector-icon img {
      max-width: 50px;
      max-height: 50px;
      object-fit: contain;
    }
    .corporate-sector-name {
      font-size: 20px;
      font-weight: 600;
      color: var(--corporate-white);
      margin-bottom: 16px;
      transition: all 0.3s ease;
    }
    .corporate-sector-card:hover .corporate-sector-name {
      color: var(--corporate-gold);
    }
    .corporate-sector-description {
      font-size: 14px;
      color: rgba(255, 255, 255, 0.7);
      line-height: 1.6;
      margin-bottom: 16px;
    }
    .corporate-sector-arrow {
      font-size: 18px;
      color: var(--corporate-gold);
      opacity: 0;
      transform: translateX(-10px);
      transition: all 0.3s ease;
    }
    .corporate-sector-card:hover .corporate-sector-arrow {
      opacity: 1;
      transform: translateX(0);
    }
    .corporate-sector-card a {
      text-decoration: none;
      display: block;
    }


    /* ===== FUTURE PROJECTS STYLES ===== */

    .fp-card {
      background: #ffffff;
      border-radius: 16px;
      padding: 32px 28px 26px;
      box-shadow: 0 2px 12px rgba(0,0,0,0.07);
      display: flex;
      flex-direction: column;
      gap: 10px;
      transition: transform 0.2s ease, box-shadow 0.2s ease;
    }

    .fp-card:hover {
      transform: translateY(-4px);
      box-shadow: 0 8px 28px rgba(0,0,0,0.12);
    }

    .fp-card-header {
      display: flex;
      align-items: center;
      gap: 16px;
    }

    .fp-icon-box {
      width: 56px;
      height: 56px;
      min-width: 56px;
      background: #d4a017;
      border-radius: 14px;
      display: flex;
      align-items: center;
      justify-content: center;
    }

    .fp-header-text {
      display: flex;
      flex-direction: column;
      gap: 3px;
    }

    .fp-card-title {
      font-size: 18px;
      font-weight: 600;
      color: #1a1a2e;
      line-height: 1.3;
    }

    .fp-card-sector {
      font-size: 13px;
      font-weight: 600;
    }

    .fp-card-desc {
      font-size: 14px;
      color: #6b7280;
      line-height: 1.7;
      margin: 0;
    }

    .fp-card-footer {
      display: flex;
      align-items: flex-end;
      justify-content: space-between;
      margin-top: auto;
      padding-top: 8px;
    }

    .fp-meta {
      display: flex;
      gap: 28px;
    }

    .fp-meta-item {
      display: flex;
      flex-direction: column;
      gap: 2px;
    }

    .fp-meta-label {
      font-size: 11.5px;
      color: #9ca3af;
      font-weight: 400;
    }

    .fp-meta-value {
      font-size: 14px;
      font-weight: 700;
      color: #1a1a2e;
    }

    .fp-arrow {
      font-size: 20px;
      color: #d4a017;
      font-weight: 600;
      line-height: 1;
      transition: transform 0.2s ease;
    }

    .fp-card:hover .fp-arrow {
      transform: translateX(4px);
    }

    @media (max-width: 700px) {
      .fp-grid {
        grid-template-columns: 1fr;
      }
      .fp-card {
        padding: 24px 20px 22px;
      }
      .fp-meta {
        gap: 18px;
      }
    }


    /* ===== CTA SECTION ===== */
    .fp-grid-inner {
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      gap: 24px;
      max-width: 1100px;
      margin: 0 auto;
    }
    .fp-grid .fp-card{margin: 15px;}
    .fp-grid-inner .fp-card{margin: 0px;}
    .cta-section {
      background-color: #f0f2f5;
      padding: 60px 24px;
    }
    .cta-wrapper {
      margin: 0 auto;
    }
    .cta-box {
      background: linear-gradient(135deg, #0f1c3a 0%, #1a2f5e 60%, #162550 100%);
      border-radius: 20px;
      padding: 64px 40px;
      text-align: center;
      position: relative;
      overflow: hidden;
    }
    .cta-box::before {
      content: '';
      position: absolute;
      top: -60px;
      right: -60px;
      width: 220px;
      height: 220px;
      background: rgba(255,255,255,0.03);
      border-radius: 50%;
      pointer-events: none;
    }
    .cta-box::after {
      content: '';
      position: absolute;
      bottom: -80px;
      left: -40px;
      width: 280px;
      height: 280px;
      background: rgba(255,255,255,0.02);
      border-radius: 50%;
      pointer-events: none;
    }
    .cta-heading {
      font-size: clamp(26px, 4.5vw, 44px);
      font-weight: 800;
      color: #ffffff;
      margin-bottom: 16px;
      line-height: 1.2;
    }
    .cta-highlight {
      color: #d4a017;
    }
    .cta-subtext {
      color: #8fa3c8;
      font-size: 15px;
      max-width: 480px;
      margin: 0 auto 36px;
      line-height: 1.7;
    }
    .cta-buttons {
      display: flex;
      justify-content: center;
      align-items: center;
      gap: 16px;
      flex-wrap: wrap;
    }
    .cta-btn-primary {
      display: inline-flex;
      align-items: center;
      background-color: #d4a017;
      color: #1a1a2e;
      font-weight: 600;
      font-size: 15px;
      padding: 14px 28px;
      border-radius: 10px;
      text-decoration: none;
      transition: background-color 0.2s ease, transform 0.2s ease;
      letter-spacing: 0.2px;
    }
    .cta-btn-primary:hover {
      background-color: #c49010;
      color: #fff;
      transform: translateY(-2px);
    }
    .cta-btn-secondary {
      display: inline-flex;
      align-items: center;
      background-color: transparent;
      color: #ffffff;
      font-weight: 600;
      font-size: 15px;
      padding: 13px 26px;
      border-radius: 10px;
      border: 1.5px solid rgba(255,255,255,0.3);
      text-decoration: none;
      transition: border-color 0.2s ease, background-color 0.2s ease, transform 0.2s ease;
      letter-spacing: 0.2px;
    }
    .cta-btn-secondary:hover {
      border-color: rgba(255,255,255,0.6);
      background-color: rgba(255,255,255,0.05);
      transform: translateY(-2px);
    }
    @media (max-width: 560px) {
      .cta-box {
        padding: 44px 22px;
      }
      .cta-buttons {
        flex-direction: column;
        align-items: stretch;
      }
      .cta-btn-primary,
      .cta-btn-secondary {
        justify-content: center;
        text-align: center;
      }
    }