/*------------------------------------------------------------------
 [Table of contents]
 
 1. Typography
 2. HTML5 compatibility
 3. Colors
 4. Header
 5. Top Navigation Bar
 6. Menu
 7. Footer
 8. Slider Banner
 9. Upcomming Event
 10. Alumni Dashboard
 11. Block Links
 12. Alumni Interview
 13. Twitter Stream
 14. Instagram
 15. Newsletter
 16. About Us Page
 17. Event Single Page
 18. Alumni Story Page
 19. Job Detail Page
 20. Programs Events Page
 21. Gallery Page
 22. Access Denied Page
 23. Log In And Register Page
 24. Alumni Directory Page
 25. Story Single Page
 26. Career Opportunity Page
 27. Blog Page
 28. Blog Single Page
 29. Typography Page

 -------------------------------------------------------------------*/

/* Typography */
@font-face {
  font-family: "Montserrat-Regular", sans-serif;
  src: url("../fonts/Montserrat-Regular.otf") format("otf");
}
@font-face {
  font-family: "Montserrat-Light", sans-serif;
  src: url("../fonts/Montserrat-Light.otf") format("otf");

}
@font-face {
  font-family: "Montserrat-Bold";
  src: url("../fonts/Montserrat-Bold.otf") format("otf");
}
html, body, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
  font-family: "Montserrat-Light", sans-serif;
  font-size: 12px;
  color: #757575;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

a {
  color: #757575;
  -moz-transition: all 0.3s ease-in-out 0s;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
a:hover, a:active, a:focus {
  text-decoration: none;
  -moz-transition: all 0.3s ease-in-out 0s;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

.color-theme {
  color: #f7ca18;
}

.bg-color-theme,
.bnt-theme {
  background-color: #f7ca18;
  -moz-transition: all 0.3s ease-in-out 0s;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.bg-color-theme:hover,
.bnt-theme:hover {
  opacity: 0.8;
  -moz-transition: all 0.3s ease-in-out 0s;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

.no-margin {
  margin: 0 !important;
}

.no-padding {
  padding: 0 !important;
}

.heading-light, .text-light {
  font-family: "Montserrat-Light", sans-serif;
  color: #484848;
  margin-top: 10px;
  margin-bottom: 10px;
}

.heading-regular, .text-regular {
  font-family: "Montserrat-Regular", sans-serif;
}

.subscribe-form{
  margin-top: 30px;
}

.heading-bold, .text-bold {
  font-family: "Montserrat-Bold";
}

.list-item li {
  list-style: none;
  float: left;
}

.font12 {
  font-size: 12px;
}

.font13 {
  font-size: 13px;
}

.font14 {
  font-size: 14px;
}

.font15 {
  font-size: 15px;
}

.font16 {
  font-size: 16px;
}

.font17 {
  font-size: 17px;
}

.font19 {
  font-size: 19px;
}

.font20 {
  font-size: 20px;
}

.font21 {
  font-size: 21px;
}

.font25 {
  font-size: 25px;
}

.font28 {
  font-size: 28px;
}

.font36 {
  font-size: 36px;
}

.font42 {
  font-size: 42px;
}

.color-theme-dark {
  color: #333333;
}

.color-theme-while {
  color: #ffffff;
}

/* color */
.color-custom {
  color: #ff3d00;
}

.color-custom:hover {
  color: #ff3d00;
}

.text-color {
  color: #777777;
}

.color-price-old {
  color: #fa6b6b;
}

.color-price-old:hover {
  color: #fa6b6b;
}

.color-white {
  color: #fff;
}

.color-white:hover {
  color: #fff;
}

.color-dark {
  color: #333333;
}

.color-dark:hover {
  color: #333333;
}

.color-red {
  color: #ff3d00;
}

.color-red:hover {
  color: #ff3d00;
}

.color-pink {
  color: #fa6b6b;
}

.color-pink:hover {
  color: #fa6b6b;
}

.color-blue {
  color: #395499;
}

.color-blue:hover {
  color: #395499;
}

.color-blue-light {
  color: #67e0fa;
}

.color-blue-light:hover {
  color: #67e0fa;
}

.color-green {
  color: #21caa9;
}

.color-green:hover {
  color: #21caa9;
}

.color-green-dark {
  color: #ff3d00;
}

.color-green-dark:hover {
  color: #ff3d00;
}

.color-gray {
  color: #999999;
}

.color-gray:hover {
  color: #999999;
}

.color-yellow {
  color: #feea3a;
}

/* background-color */
.bg-custom {
  background-color: #ff3d00;
}

.bg-red {
  background-color: #fa6b6b;
}

.bg-pink {
  background-color: #fa6b6b;
}

.bg-blue {
  background-color: #395499;
}

.bg-light-blue {
  background-color: #67e0fa;
}

.bg-green {
  background-color: #21caa9;
}

.bg-green-light {
  background-color: #41df7c;
}

.bg-green-dark {
  background-color: #ff3d00;
}

.bg-yellow {
  background-color: #feea3a;
}

.bg-coquelicot {
  background-color: #fd6940;
}

.bg-black {
  background-color: #000;
}

.bg-gray {
  background-color: #e9e9e9;
}

/*************************************
   4. Header
*************************************/
@media (min-width: 992px) {
  .page .container-header {
    box-shadow: 1px 7px 20px rgba(0, 0, 0, 0.15);
  }
}
.page .header-wrapper {
  float: left;
  position: relative;
  width: 100%;
  z-index: 2;
}

.page .logo a img {
  box-shadow: 1px 7px 20px rgba(0, 0, 0, 0.15);
  /* width: 125px; */
}

.container-header {
  position: relative;
  height: 150px;
}

@media (min-width: 992px) {
  .header-position {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 100;
    float: left;
    width: 100%;
    background-color: #fff;
  }
}
/************************************* /
/* 5. Top Bar Nav */
.top-nav {
  background-color: #a03721;
  height: 45px;
}
.top-nav .top-right {
  text-align: right;
}
.top-nav ul .top-search .navbar-form .form-control {
  -moz-transition: all 0.5s ease-in-out 0s;
  -webkit-transition: all 0.5s ease-in-out 0s;
  -ms-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
  max-width: 70px;
  font-size: 12px;
  font-family: "Montserrat-Regular", sans-serif;
  display: inline-block;
  width: auto;
  vertical-align: middle;
}
.top-nav ul .top-search .navbar-form button {
  font-size: 16px;
  margin-top: 9px;
  float: right;
}
.top-nav ul .top-search .navbar-form .form-control, .top-nav ul .top-search .navbar-form button {
  background-color: transparent !important;
  border: none;
  border-radius: 0;
  color: #fff;
  font-weight: 500;
}
.top-nav ul .top-search .navbar-form:hover .form-control {
  max-width: 120px;
  -moz-transition: all 0.5s ease-in-out 0s;
  -webkit-transition: all 0.5s ease-in-out 0s;
  -ms-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
}
.top-nav ul .login {
  float: right;
  margin-left: 15px;
  margin-right: 0;
  padding-right: 0;
}
.top-nav ul .login a {
  background-color: #3a539b;
  height: 23px;
  margin: 8px 0;
  line-height: 2.2;
  color: #c0c6da;
  padding: 0 15px;
  border-radius: 3px;
  font-size: 10px;
  font-family: "Montserrat-Light", sans-serif;
}
.top-nav ul li a {
  color: #fff;
  display: block;
  line-height: 3;
  font-size: 14px;
}
.top-nav ul li a .lnr {
  font-size: 20px;
}
.top-nav ul li a .icon {
  width: 30px;
  height: 37px;
  float: left;
  background-position: center center !important;
  margin-right: 5px;
}
.top-nav ul li a .mail-icon {
  background: url("../../images/mail-icon.png") no-repeat;
}
.top-nav ul li a .phone-icon {
  background: url("../../images/phone-icon.png") no-repeat;
}
.top-nav ul li a:hover {
  text-decoration: none;
}

/************************************* /
/* logo */
@media (min-width: 992px) {
  .logo {
    position: absolute;
    display: inline-block;
    width: 212px;
    height: 120px;
    /* z-index: 10; */
  }
  .logo a {
    display: block;
  }
  .logo a img {
    /* box-shadow: 2px 11px 16px rgba(0, 0, 0, 0.8); */
    width: 200px;
    height: 175px;
  }
}
@media (max-width: 991px) {
  .logo-mobile {
    float: left;
    width: 150px;
    height: 50px;
    position: absolute;
    top: -50px;
    left: 10px;
    z-index: 9999;
  }
  .logo-mobile a {
    display: block;
  }
  .logo-mobile img {
    width: 150px;
    height: auto;
  }
   .logo-nav {
    float: right;
    position: absolute;
    top: 35px;
    right: 15px;
    z-index: 9999;
  }
}
/************************************* /
/* 6. Menu */
.menu {
  padding: 9px 0;
}
.menu .nav > li > a {
  /* color: #a03721;
  font-family: "Montserrat-Regular", sans-serif; */
  /* font-size: 14px; */
  /* border-bottom: 2px solid #fff; */
}
.menu .current a,
.menu .nav > li a:hover {
  border-bottom: 2px solid #f7ca18 !important;
}

.mean-container .mean-nav ul li a:hover {
  color: #f7ca18;
}

@media (max-width: 991px) {
  .mobile-menu {
  }
}
/*************************************
   Header Type 1
*************************************/
.container-header.type1 {
  /************************************* /
  /* Top Bar Nav */
  /************************************* /
  /* logo */
  /************************************* /
  /* Menu */
}
.container-header.type1 .top-nav .top-left {
  text-align: left;
}
.container-header.type1 .top-nav .top-left ul li:nth-child(1) {
  margin-right: 20px;
}
@media (min-width: 992px) {
  .container-header.type1 .logo {
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
  }
}
@media (max-width: 991px) {
  .container-header.type1 .header-middle .container {
    position: relative;
  }
}
@media (min-width: 1200px) {
  .container-header.type1 .menu .nav > li {
    width: 200px;
  }
  .container-header.type1 .menu .nav > li:nth-child(2) {
    margin-right: 140px;
  }
  .container-header.type1 .menu .nav > li:nth-child(3) {
    margin-left: 140px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .container-header.type1 .menu .nav > li {
    width: 180px;
  }
  .container-header.type1 .menu .nav > li:nth-child(2) {
    margin-right: 100px;
  }
  .container-header.type1 .menu .nav > li:nth-child(3) {
    margin-left: 100px;
  }
  .container-header.type1 .menu .logo {
    width: 210px !important;
  }
  .container-header.type1 .menu .logo img {
    max-width: 100%;
  }
  .container-header.type1 .menu .nav > li > a {
    font-size: 12px !important;
  }
}

/*************************************
   Header Type 2
*************************************/
.container-header.type2 {
  /************************************* /
  /* logo */
  /************************************* /
  /* Menu */
}
.container-header.type2 .container {
  position: relative;
}
@media (min-width: 992px) {
  .container-header.type2 .logo {
    top: -37px;
    left: 15px;
  }
}
.container-header.type2 .menu .navbar-nav {
  text-align: right;
}
.container-header.type2 .menu .nav > li > a {
  padding-left: 25px;
  padding-right: 25px;
}
.container-header.type2 .menu .nav > li:nth-child(4) a {
  padding-right: 0 !important;
}

/*************************************
   Main Content
*************************************/
.content-wrapper {
  width: 100%;
  float: left;
}

/*************************************
   7. Footer
*************************************/
.footer-wrapper {
  background-color: #a03721;
  padding-bottom: 24px;
  width: 100%;
  float: left;
}
.footer-wrapper .foooter-container {
  background-color: #fff;
  padding: 55px 0 0;
  line-height: 2;
}
.footer-wrapper .foooter-container .footer-middle {
  padding-bottom: 30px;
  border-bottom: 1px solid #e9e9e9;
}
.footer-wrapper .foooter-container .footer-middle .contact-footer .logo-footer {
  float: left;
  display: block;
  margin-bottom: 10px;
}
.footer-wrapper .foooter-container .footer-middle .contact-footer .logo-footer img {
  max-width: 100%;
}
.footer-wrapper .foooter-container .footer-middle .contact-footer .contact-desc {
  clear: both;
  margin-bottom: 10px;
}
.footer-wrapper .foooter-container .footer-middle .contact-footer .contact-phone-email {
  clear: both;
}
.footer-wrapper .foooter-container .footer-middle .contact-footer .contact-phone-email .contact-email {
  margin-left: 30px;
}
.footer-wrapper .foooter-container .footer-middle .contact-footer .contact-phone-email .contact-email a {
  color: #757575;
  -moz-transition: all 0.3s ease-in-out 0s;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.footer-wrapper .foooter-container .footer-middle .contact-footer .contact-phone-email .contact-email a:hover {
  -moz-transition: all 0.3s ease-in-out 0s;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  color: #f7ca18;
}
.footer-wrapper .foooter-container .footer-middle .links-footer h6 {
    margin-bottom: 15px;
    text-transform: uppercase;
    color: rgb(117, 117, 117);
}
.footer-wrapper .foooter-container .footer-middle .links-footer ul li {
  line-height: 2.6;
}
.footer-wrapper .foooter-container .footer-middle .links-footer ul li a {
  -moz-transition: all 0.3s ease-in-out 0s;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.footer-wrapper .foooter-container .footer-middle .links-footer ul li a:hover {
  -moz-transition: all 0.3s ease-in-out 0s;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  color: #f7ca18;
}
.footer-wrapper .foooter-container .footer-middle .links-social {
  max-width: 350px;
  margin: 0 auto;
}
.footer-wrapper .foooter-container .footer-middle .links-social .login-dashboard a {
  color: #fff;
  padding: 18px 30px;
  text-transform: uppercase;
  display: block;
  letter-spacing: 1px;
}
.footer-wrapper .foooter-container .footer-middle .links-social ul {
  margin-top: 28px;
}
.footer-wrapper .foooter-container .footer-middle .links-social ul li a {
  font-size: 22px;
  color: #9f9f9f;
  -moz-transition: all 0.3s ease-in-out 0s;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.footer-wrapper .foooter-container .footer-middle .links-social ul li a:hover {
  -moz-transition: all 0.3s ease-in-out 0s;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  color: #f7ca18;
}
@media (max-width: 991px) {
  .footer-wrapper .foooter-container .footer-middle .contact-footer {
    margin-bottom: 30px;
  }
  .footer-wrapper .foooter-container .footer-middle .links-footer {
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .footer-wrapper .foooter-container .footer-middle .contact-footer {
    text-align: center;
  }
  .footer-wrapper .foooter-container .footer-middle .contact-footer .logo-footer {
    width: 100%;
  }
  .footer-wrapper .foooter-container .footer-middle .links-footer {
    text-align: center;
  }
  .footer-wrapper .foooter-container .footer-middle .links-footer h6 {
    margin-top: 20px;
  }
}
.footer-wrapper .foooter-container .footer-bottom {
  padding: 30px 0;
}
.footer-wrapper .foooter-container .footer-bottom p {
  color: #9f9f9f;
}

/*************************************
   Footer Type 2
*************************************/
/************************************* /
/* Title */
.title.type1 {
  position: relative;
  padding-bottom: 22px;
}
.title.type1:before {
  content: "";
  background-color: #000;
  width: 38px;
  height: 2px;
  position: absolute;
  bottom: 0;
  left: 0;
}



/*** 9. Upcomming event ***/
.upcoming-event {
  padding: 55px 0;
  background-color: #faf9f9;
}
.upcoming-event .area-top {
  color: #2d2d2d;
}
.upcoming-event .area-top h2 {
  line-height: 1.2;
  margin: 14px 0;
}
.upcoming-event .area-top .map-icon {
  background: url("../../images/map-icon.png") no-repeat;
  width: 18px;
  height: 18px;
  float: left;
  margin-right: 10px;
}
.upcoming-event .area-top .text-place {
  font-size: 13px;
  line-height: 1.4;
  color: #757575;
}
.upcoming-event .area-top .area-calendar {
  background-color: #ebebeb;
  text-align: center;
  float: left;
  width: 70px;
  height: 90px;
  line-height: 1.4;
  padding-top: 5px;
}
.upcoming-event .area-top .area-calendar span {
  clear: both;
  float: left;
  width: 100%;
}
.upcoming-event .area-top .area-calendar .day {
  font-size: 27px;
  color: #2d2d2d;
}
.upcoming-event .area-top .area-calendar .month {
  font-size: 14px;
  color: #2d2d2d;
  padding-bottom: 5px;
}
.upcoming-event .area-top .area-calendar .year {
  background-color: #dadada;
  font-size: 14px;
  color: #595959;
  padding: 3px 0;
}
.upcoming-event .area-bottom {
  vertical-align: middle;
}
.upcoming-event .area-bottom .join-now {
  color: #fff;
  font-size: 18px;
  padding: 22px 80px;
  margin-top: 7px;
  font-family: "Montserrat-Bold";
}
@media (max-width: 991px) {
  .upcoming-event .area-img {
    margin-bottom: 30px;
  }
  .upcoming-event .area-img img {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .upcoming-event .area-bottom {
    padding-top: 88px;
  }
}
@media (max-width: 767px) {
  .upcoming-event {
    padding: 20px 0 !important;
  }
  .upcoming-event .area-top h2 {
    font-size: 25px;
  }
  .upcoming-event .area-bottom {
    padding-top: 30px;
  }
  .upcoming-event .area-bottom #time {
    margin-bottom: 30px;
  }
}
@media (max-width: 570px) {
  .upcoming-event .area-bottom #time {
    width: 100%;
  }
  .upcoming-event .area-bottom .join-now {
    float: left !important;
  }
}

.table-cell {
  float: left;
  position: relative;
}
.table-cell:before {
  content: ":";
  position: absolute;
  right: 0;
  top: 2px;
  margin: auto;
  font-size: 30px;
}
.table-cell .tab-val {
  font-size: 40px;
  color: #2d2d2d;
  font-family: "Montserrat-Light", sans-serif;
}
.table-cell .tab-metr {
  font-size: 14px;
  text-transform: capitalize;
  font-family: "Montserrat-Light", sans-serif;
  margin-top: 15px;
}
.table-cell:nth-child(4):before {
  display: none;
}
.table-cell:nth-child(1):before {
  padding-left: 0 !important;
}
@media (min-width: 768px) {
  .table-cell {
    padding: 0 23px;
  }
  .table-cell:nth-of-type(1){
    padding: 0 23px 0 0!important;
  }
  .table-cell .tab-val {
    font-size: 40px;
  }
  .table-cell .tab-metr {
    font-size: 14px;
    margin-top: 15px;
  }
}
@media (max-width: 767px) {
  .table-cell {
    padding: 0 15px;
  }
  .table-cell:nth-of-type(1){
      padding: 0 15px 0 0!important;
  }
  .table-cell .tab-val {
    font-size: 30px;
  }
  .table-cell .tab-metr {
    font-size: 12px;
    margin-top: 15px;
  }
}

/*** 10. Alumni dashboard ***/
.alumni-dashboard {
  padding: 75px 0;
}
.alumni-dashboard .title-dashboard {
  color: #484848;
  margin-bottom: 35px;
}
.alumni-dashboard .area-content .icon {
  width: 45px;
  height: 30px;
  margin: 0;
  background-repeat: no-repeat;
  background-position: 0 0;
}
.alumni-dashboard .area-content .mail-icon {
  background-image: url("../../images/message-icon.png");
}
.alumni-dashboard .area-content .account-icon {
  background-image: url("../../images/account-icon.png");
}
.alumni-dashboard .area-content .group-icon {
  background-image: url("../../images/group-icon.png");
}
.alumni-dashboard .area-content .search-icon {
  background-image: url("../../images/search-icon.png");
}
.alumni-dashboard .area-content .box-content h4 {
  margin: 22px 0 30px;
  color: #484848;
}
.alumni-dashboard .area-content .box-content p {
  line-height: 1.8;
}
@media (max-width: 767px) {
  .alumni-dashboard .area-content .box-content {
    margin-bottom: 20px;
  }
}
.alumni-dashboard .login-dashboard {
  margin-top: 50px;
}
.alumni-dashboard .login-dashboard a {
  padding: 18px 32px;
  text-transform: uppercase;
  color: #fff;
  font-family: "Montserrat-Bold";
  font-size: 15px;
  display: inline-block;
  letter-spacing: 1px;
}
@media (max-width: 767px) {
  .alumni-dashboard {
    padding: 20px 0 !important;
  }
}

/*** Block Links ***/
.block-links {
  padding: 0 0 75px;
}
.block-links .title-links {
  padding: 10px 0;
  margin-bottom: 10px;
}
.block-links .title-links h3 {
  font-size: 21px;
  color: #2d2d2d;
}
.block-links h6 {
  color: #2d2d2d;
  line-height: 1.4;
  margin-bottom: 10px;
  margin-top: -5px;
}
.block-links p {
  color: #9f9f9f;
  font-size: 11px;
  line-height: 1.4;
  font-family: "Montserrat-Light", sans-serif;
}
.block-links .view-all {
  width: 100%;
  float: left;
}
.block-links .view-all a {
  background-color: #e9e9e9;
  text-align: center;
  color: #484848;
  font-family: "Montserrat-Light", sans-serif;
  text-transform: capitalize;
  padding: 16px 0;
  display: block;
  font-size: 14px;
}
.block-links .column-news .post-item {
  margin-bottom: 30px;
}
.block-links .column-news .image-frame {
  float: left;
}
.block-links .column-news .image-frame img {
  width: 100%;
}
.block-links .column-news .post-desc-wrapper {
  float: left;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 1200px) {
  .block-links .column-news .image-frame {
    width: 37%;
  }
  .block-links .column-news .post-desc-wrapper {
    width: 63%;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .block-links .column-news .image-frame {
    width: 28%;
  }
  .block-links .column-news .post-desc-wrapper {
    width: 72%;
  }
}
@media (max-width: 991px) {
  .block-links .column-news .image-frame {
    width: 40%;
  }
  .block-links .column-news .post-desc-wrapper {
    width: 60%;
  }
}
.block-links .column-career .company-item {
  margin-bottom: 30px;
}
.block-links .column-career .company-logo {
  float: left;
}
.block-links .column-career .company-desc-wrapper {
  float: left;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 992px) {
  .block-links .column-career .company-logo {
    width: 37%;
  }
  .block-links .column-career .company-desc-wrapper {
    width: 63%;
  }
}
@media (max-width: 991px) {
  .block-links .column-career .company-logo {
    width: 25%;
  }
  .block-links .column-career .company-desc-wrapper {
    width: 75%;
    margin-top: 20px;
  }
}
.block-links .column-calendar {
  display: block;
  float: left;
}
.block-links .column-calendar .content-calendar {
  background-color: #fcfcfc;
  display: block;
  float: left;
}
.block-links .column-calendar .top-section {
  color: #484848;
  padding: 15px;
  border-bottom: 1px solid #e9e9e9;
}
.block-links .column-calendar .top-section h6 {
  margin: 0;
}
.block-links .column-calendar .top-section .calendar-icon {
  background: url("../../images/calendar-icon.jpg") no-repeat;
}
.block-links .column-calendar .list-view {
  padding: 10px;
  float: left;
}
.block-links .column-calendar .list-view .view-item {
  border-bottom: 1px solid #e9e9e9;
  padding: 12px;
  width: 100%;
  float: left;
}
.block-links .column-calendar .list-view .view-item .date-item {
  width: 12%;
  float: left;
  padding: 0 2px;
  text-align: center;
  font-size: 14px;
  text-transform: uppercase;
  line-height: 1.3;
}
.block-links .column-calendar .list-view .view-item .date-item .dates {
  color: #484848;
}
.block-links .column-calendar .list-view .view-item .date-item .day {
  font-size: 28px;
}
.block-links .column-calendar .list-view .view-item .date-item .month {
  color: #9f9f9f;
}
.block-links .column-calendar .list-view .view-item .date-desc-wrapper {
  width: 88%;
  float: left;
  padding-left: 20px;
}
.block-links .column-calendar .list-view .view-item .date-desc-wrapper .place {
  float: left;
  margin: 5px 0;
}
.block-links .column-calendar .list-view .view-item .date-desc-wrapper .place .text-place {
  color: #757575;
  font-size: 10px;
}
.block-links .column-calendar .list-view .view-item .date-desc-wrapper .place .map-icon {
  width: 15px;
  height: 15px;
  float: left;
  background: url("../../images/map-icon.png") no-repeat;
  background-size: 13px 13px;
  margin-right: 5px;
}
@media (min-width: 991px) {
  .block-links .column-calendar .list-view {
    overflow-y: scroll;
    height: 434px;
  }
}
@media (max-width: 991px) {
  .block-links .block-news {
    margin-bottom: 30px;
  }
  .block-links .block-career {
    margin-bottom: 30px;
  }
}

/*** 12. Alumni Interview ***/
.alumni-interview {
  background-size: cover;
}
.alumni-interview .interview-wrapper {
  display: block;
  float: left;
}
.alumni-interview .interview-wrapper h1 {
  font-size: 42px;
  color: #2d2d2d;
  margin: 20px 0;
  letter-spacing: 1px;
}
.alumni-interview .interview-wrapper h4 {
  font-size: 20px;
}
.alumni-interview .interview-wrapper .interview-desc p {
  line-height: 2;
  font-size: 13px;
  width: 85%;
}
.alumni-interview .interview-wrapper .interview-see-story {
  float: left;
  margin-top: 50px;
  display: block;
}
.alumni-interview .interview-wrapper .interview-see-story a {
  border: 3px solid #f7ca18;
  padding: 17px 41px;
  font-size: 17px;
  text-transform: uppercase;
  color: #2d2d2d;
  display: block;
  -moz-transition: all 0.3s ease-in-out 0s;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.alumni-interview .interview-wrapper .interview-see-story a:hover {
  background-color: #f7ca18;
  color: #fff;
  -moz-transition: all 0.3s ease-in-out 0s;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.alumni-interview .interview-wrapper h1 {
  color: #2d2d2d;
}
@media (min-width: 992px) {
  .alumni-interview .interview-wrapper {
    padding: 125px 0;
  }
}
@media (max-width: 991px) {
  .alumni-interview .interview-wrapper {
    padding: 40px 0;
  }
}
@media (min-width: 992px) {
  .alumni-interview {
    background: url("../../images/interview-banner.png") no-repeat;
  }
}
@media (max-width: 991px) {
  .alumni-interview {
    background-color: #e9e9e9;
  }
}

/*** 13. Twitter Stream ***/
.twitter-stream .twitter-icon {
  display: block;
  margin-bottom: 25px;
}
.twitter-stream .twitter-icon .fa {
  font-size: 40px;
}
.twitter-stream .twitter-content .twitter-desc p {
  font-size: 25px;
  letter-spacing: 3px;
  line-height: 2;
}
.twitter-stream .twitter-content .twitter-desc a {
  color: #f7ca18;
}
.twitter-stream .twitter-content .twitter-user {
  width: 215px;
  margin: 20px auto 0;
}
.twitter-stream .twitter-content .twitter-user .avatar-user {
  float: left;
}
.twitter-stream .twitter-content .twitter-user .name {
  float: left;
  line-height: 2.2;
  margin-left: 18px;
  font-size: 18px;
  font-family: "Montserrat-Light", sans-serif;
}
@media (max-width: 767px) {
  .twitter-stream .twitter-content .twitter-desc p {
    font-size: 18px !important;
  }
}
@media (min-width: 768px) {
  .twitter-stream {
    padding: 75px 0;
  }
}
@media (max-width: 767px) {
  .twitter-stream {
    padding: 35px 0;
  }
}

/*** 14. Instagream  ***/
.instagream .instagram-feed ul li img {
  width: 100%;
}
.instagream .instagram-feed-user {
  width: 100%;
  float: left;
  background-color: #a03721;
  margin-top: -5px;
  height: 60px;
  line-height: 57px;
  color: #fff;
}
.instagream .instagram-feed-user .user-wrapper {
  font-size: 14px;
  font-family: "Montserrat-Light", sans-serif;
  width: 140px;
  margin: 0 auto;
}
.instagream .instagram-feed-user .user-wrapper .icon-instagram {
  margin-right: 10px;
  margin-top: 3px;
  float: left;
  display: block;
}
.instagream .instagram-feed-user .user-wrapper .icon-instagram .fa {
  font-size: 22px;
  line-height: 22px;
}

/*** 15. newsletter  ***/
.newsletter {
  padding: 135px 0 115px;
  background: url("../../images/newsletter.png") no-repeat;
  /* background-color:#a03721 ; */
  background-size: cover;
}
.newsletter .newsletter-wrapper {
  display: block;
}
.newsletter .newsletter-title {
  margin-bottom: 30px;
  color: #fff;
}
.newsletter .newsletter-title h2 {
  margin-bottom: 20px;
  color:#fff;
}
.newsletter .newsletter-title p {
  font-size: 14px;
  font-family: "Montserrat-Light", sans-serif;
  color: #fff;
}
.newsletter .form-inline .form-control {
  background-color: transparent !important;
  border-top: none;
  border-right: none;
  border-left: none;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  margin: 0 auto;
  border-color: #7f87a5 !important;
}
.newsletter .form-inline button {
  clear: both;
  margin: 30px auto 0;
  display: block;
  border: none;
  padding: 16px 45px;
  font-size: 15px;
  color: #fff;
  text-transform: uppercase;
  font-family: "Montserrat-Bold";
  letter-spacing: 1px;
}
@media (min-width: 768px) {
  .newsletter .newsletter-title h2 {
    font-size: 34px;
  }
  .newsletter .form-inline .form-control {
    width: 420px;
  }
}
@media (max-width: 767px) {
  .newsletter .newsletter-title h2 {
    font-size: 26px;
    line-height: 1.6;
  }
  .newsletter .newsletter-title p {
    display: none;
  }
  .newsletter .form-inline .form-control {
    width: 100%;
  }
}

.newsletter.type2 .form-inline button {
  color: #a03721;
  font-family: "Montserrat-Light", sans-serif;
}

::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px transparent;
  background-color: #fff;
}

::-webkit-scrollbar {
  width: 8px;
  background-color: #fff;
}

::-webkit-scrollbar-thumb {
  background-color: #e5e5e5;
  border: 0px solid #fff;
  border-radius: 10px;
  opacity: 0.5;
}

/*************************************
   16. About Us Page
*************************************/
.about-us .about-us-title {
  background: url("../../images/cover-image.jpg");
  background-size: cover;
  padding: 330px 0 200px;
}
.about-us .about-us-title h1 {
  color: #fff;
  letter-spacing: 1px;
}
.about-us .about-us-content {
  padding: 55px 0 25px;
}
.about-us .about-us-content .content-wrapper {
  line-height: 2;
  float: none;
}
.about-us .about-us-content .content-wrapper p {
  font-size: 14px;
  margin-bottom: 30px;
}
@media (min-width: 992px) {
  .about-us .about-us-title {
    padding: 330px 0 200px;
  }
  .about-us .about-us-content .content-wrapper {
    width: 80%;
    margin-right: auto;
    margin-left: auto;
  }
}
@media (max-width: 991px) {
  .about-us .about-us-title {
    padding: 70px 0 70px;
  }
}

.programs-services {
  padding-bottom: 40px;
}
.programs-services .services-img {
  padding-right: 30px;
}
.programs-services .services-img img {
  width: 100%;
}
.programs-services .services-content h2 {
  color: #2d2d2d;
  letter-spacing: 2px;
}
.programs-services .services-content #tab_services .nav-tabs {
  border-bottom: none;
}
.programs-services .services-content #tab_services .nav-tabs > li > a {
  padding-left: 0;
  padding-right: 0;
  font-size: 16px;
  font-family: "Montserrat-Light", sans-serif;
  color: #2d2d2d;
  border-bottom: 2px solid transparent !important;
}
.programs-services .services-content #tab_services .nav-tabs > li > a:hover {
  background: transparent !important;
  border-color: transparent !important;
}
.programs-services .services-content #tab_services .nav-tabs > li.active > a, .programs-services .services-content #tab_services .nav-tabs > li.active > a:hover, .programs-services .services-content #tab_services .nav-tabs > li.active > a:focus {
  border-top-color: transparent;
  border-right-color: transparent;
  border-left-color: transparent;
  border-bottom: 2px solid #f7ca18 !important;
}
.programs-services .services-content #tab_services .tab-content {
  margin-top: 30px;
  float: left;
  line-height: 2;
  font-size: 14px;
}
.programs-services .services-content #tab_services .tab-content .list-item {
  margin-top: 25px;
  float: left;
}
.programs-services .services-content #tab_services .tab-content .list-item li {
  float: left;
  width: 100%;
  line-height: 3;
  position: relative;
}
.programs-services .services-content #tab_services .tab-content .list-item li:before {
  content: "";
  height: 15px;
  width: 15px;
  background-color: #f7ca18;
  margin-right: 35px;
  position: absolute;
  left: 0;
  top: 14px;
}
@media (min-width: 768px) {
  .programs-services .services-content #tab_services ul li {
    margin-right: 60px;
  }
  .programs-services .services-content #tab_services .tab-content .list-item {
    margin-left: 35px;
  }
  .programs-services .services-content #tab_services .tab-content .list-item li {
    padding-left: 50px;
  }
}
@media (max-width: 767px) {
  .programs-services .services-content h2 {
    font-size: 26px;
  }
  .programs-services .services-content #tab_services ul li {
    margin-right: 10px;
  }
  .programs-services .services-content #tab_services .tab-content .list-item li {
    padding-left: 25px;
  }
}
@media (min-width: 992px) {
  .programs-services .services-content h2 {
    margin-bottom: 25px;
    margin-top: -5px;
  }
}
@media (max-width: 991px) {
  .programs-services .services-img {
    margin-bottom: 25px;
  }
  .programs-services .services-content h2 {
    margin-bottom: 10px;
  }
}

.our-history {
  background-color: #fafafa;
}
.our-history .history-content .list-history {
  position: relative;
}
.our-history .history-content .list-history:before {
  height: 5px;
  content: "";
  background-color: #f7ca18;
  position: absolute;
}
.our-history .history-content .list-history li {
  width: 16.666%;
  float: left;
  position: relative;
}
.our-history .history-content .list-history li .history-title {
  color: #2d2d2d;
  font-size: 14px;
  margin-bottom: 25px;
  text-align: center;
  width: 100%;
  float: left;
  line-height: 1.6;
}
.our-history .history-content .list-history li .history-dot {
  width: 100%;
  float: left;
  text-align: center;
}
.our-history .history-content .list-history li .history-dot span {
  width: 15px;
  height: 15px;
  background-color: #a03721;
  border: 3px solid #fff;
  display: inline-block;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.our-history .history-content .list-history li .history-year {
  font-size: 14px;
  color: #9f9f9f;
  margin-top: 25px;
  float: left;
  width: 100%;
}
@media (min-width: 1200px) {
  .our-history .history-content .list-history:before {
    width: 960px;
    left: 89px;
    top: 74px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .our-history .history-content .list-history:before {
    width: 778px;
    left: 83px;
    top: 74px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .our-history .history-content .list-history .history-title {
    height: 66px;
  }
  .our-history .history-content .list-history:before {
    left: 59px;
    width: 606px;
    top: 95px;
  }
}
@media (max-width: 768px) {
  .our-history .history-content .list-history {
    width: 300px !important;
    margin: 0 auto;
  }
  .our-history .history-content .list-history:before {
    height: 458px !important;
    right: 118px;
    top: 30px;
    width: 5px;
  }
  .our-history .history-content .list-history li {
    width: 100%;
    float: left;
    text-align: center;
    padding: 10px 0;
  }
  .our-history .history-content .list-history li .history-title {
    float: left;
    width: 50%;
  }
  .our-history .history-content .list-history li .history-dot {
    float: left;
    width: 20%;
    margin-top: 20px !important;
  }
  .our-history .history-content .list-history li .history-year {
    float: left;
    width: 30%;
    margin-top: 20px !important;
  }
}
@media (min-width: 768px) {
  .our-history {
    padding: 60px 0 70px;
  }
  .our-history .history-content {
    padding-top: 40px;
    margin-top: 40px;
  }
}
@media (max-width: 767px) {
  .our-history {
    padding: 60px 0 20px;
  }
  .our-history .history-content {
    padding-top: 40px;
  }
}

.map .map-content img {
  width: 100%;
}
@media (min-width: 992px) {
  .map {
    padding: 60px 0;
  }
  .map .map-content {
    padding-top: 60px;
  }
}
@media (max-width: 991px) {
  .map {
    padding: 30px 0;
  }
  .map .map-content {
    padding-top: 20px;
  }
}

.title-page h2 {
  color: #2d2d2d;
  margin-bottom: 40px;
}
.title-page p {
  width: 53%;
  font-size: 14px;
  line-height: 2.4;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 991px) {
  .title-page P {
    display: none;
  }
}
@media (max-width: 991px) {
  .title-page h2 {
    font-size: 26px;
  }
}

/*************************************
   17. Event Single Page
*************************************/
.event .event-img {
  background: url("../../images/bg-event.jpg") 0 0;
  background-size: cover;
  position: relative;
}
.event .event-img img {
  width: 100%;
}
.event .event-img .event-time {
  background-color: #fff;
  position: absolute;
  display: inline-block;
  margin: auto;
  left: 0;
  right: 0;
  bottom: 60px;
  text-align: center;
}
.event .event-content {
  padding: 55px 0 35px;
}
.event .event-content .event-detail .dates {
  color: #484848;
  font-size: 20px;
}
.event .event-content .event-detail .event-detail-title {
  padding: 25px 0;
  display: block;
}
.event .event-content .event-detail .event-detail-title h1 {
  color: #2d2d2d;
  line-height: 1.2;
}
.event .event-content .event-detail .place {
  display: block;
  margin-bottom: 20px;
  line-height: 1.3;
  margin-left: auto;
  margin-right: auto;
}
.event .event-content .event-detail .place .icon-map {
  background: url("../../images/event-map-icon.png");
  width: 19px;
  height: 27px;
  float: left;
}
.event .event-content .event-detail .place .place-text {
  font-size: 20px;
  color: #484848;
}
.event .event-content .event-detail .view-map {
  width: 100%;
  text-align: center;
  float: left;
  display: block;
  margin-bottom: 20px;
}
.event .event-content .event-detail .view-map a {
  color: #3a539b;
  font-size: 20px;
  border-bottom: 2px;
  padding-bottom: 5px;
  border-style: solid;
  border-color: #3a539b;
}
.event .event-content .event-descriptiion {
  margin-top: 30px;
  width: 100%;
  float: left;
}
.event .event-content .event-descriptiion p {
  margin-bottom: 30px;
  color: #484848;
  font-size: 18px;
  line-height: 2;
}
.event .event-content .join-now {
  display: block;
  margin-top: 25px;
  float: left;
  width: 100%;
  margin-bottom: 25px;
}
.event .event-content .join-now a {
  color: #fff;
  font-size: 23px;
  padding: 20px 80px;
  line-height: 2.3;
}
@media (min-width: 768px) {
  .event .event-img .event-time {
    width: 545px;
    height: 115px;
    padding: 22px 60px;
  }
  .event .event-content .event-detail-title h1 {
    font-size: 35px;
  }
  .event .event-content .place {
    width: 51%;
  }
}
@media (max-width: 767px) {
  .event .event-img .event-time {
    width: 323px;
    height: 100px;
    padding: 20px;
    bottom: 10px !important;
  }
  .event .event-content .event-detail-title h1 {
    font-size: 25px;
  }
  .event .event-content .place {
    width: 95%;
  }
}

/*************************************
   18. Alumni Story Page
*************************************/
.alumni-story {
  padding: 55px 0 35px;
}
.alumni-story .alumni-story-wrapper {
  margin-bottom: 75px;
  float: left;
}
.alumni-story .alumni-story-wrapper .alumni-story-img img {
  width: 100%;
}
.alumni-story .alumni-story-wrapper .alumni-story-content {
  margin-top: 35px;
  padding-left: 30px;
  float: left;
  width: 100%;
}
.alumni-story .alumni-story-wrapper .alumni-story-content h3 {
  color: #484848;
  line-height: 1.4;
  margin-bottom: 20px;
}
.alumni-story .alumni-story-wrapper .alumni-story-content p {
  line-height: 2;
  font-size: 13px;
  float: left;
}
.alumni-story .alumni-story-wrapper .alumni-story-content .dates {
  float: left;
  margin-top: 20px;
  font-size: 13px;
  color: #9f9f9f;
}

.pagination-wrapper {
  text-align: center;
}
.pagination-wrapper .pagination > li {
  float: left;
}
.pagination-wrapper .prev {
  background: url("../../images/prev.png") no-repeat;
  background-position: left center;
  padding-left: 15px;
  cursor: pointer;
}
.pagination-wrapper .next {
  background: url("../../images/next.png") no-repeat;
  background-position: right center;
  padding-right: 15px;
  cursor: pointer;
}

@media (max-width: 767px) {
  .pagination > li > a, .pagination > li > span {
    margin-left: 0 !important;
  }

  .prev a, .next a {
    font-size: 0 !important;
    padding: 18px 12px !important;
  }
}
/*************************************
   19. Job Detail Page
*************************************/
.job-detail {
  padding: 55px 0;
}
.job-detail .job-detail-title {
  float: left;
  display: block;
  width: 100%;
  margin-bottom: 20px;
  margin-top: 20px;
}
.job-detail .job-detail-title h5 {
  color: #2d2d2d;
  margin: 10px 0;
}
.job-detail .desc p {
  line-height: 1.8;
  font-family: "Montserrat-Light", sans-serif;
  font-size: 14px;
}
.job-detail .brand {
  float: left;
}
.job-detail .brand .brand-log {
  float: left;
  width: 140px;
}
.job-detail .brand .brand-content {
  float: left;
}
.job-detail .brand .brand-content h2 {
  color: #2d2d2d;
  font-size: 28px;
  margin-bottom: 10px;
}
.job-detail .brand .brand-content a {
  font-size: 15px;
  color: #757575;
}
.job-detail .brand .brand-content a:hover {
  text-decoration: none;
  color: #f7ca18;
}
.job-detail .aplly a {
  color: #fff;
  font-size: 14px;
  padding: 14px 55px;
}
.job-detail .about-company {
  width: 100%;
  float: left;
  padding-top: 20px;
}
.job-detail .about-company .about-company-content .info {
  margin-bottom: 10px;
  float: left;
  width: 100%;
  font-size: 14px;
}
.job-detail .about-company .about-company-content .info .icon {
  width: 30px;
  height: 30px;
  float: left;
}
.job-detail .about-company .about-company-content .info .text-content {
  float: left;
}
.job-detail .about-company .about-company-content .info .budding-icon {
  background: url("../../images/building-icon.png") no-repeat;
}
.job-detail .about-company .about-company-content .info .paper-icon {
  background: url("../../images/paper-icon.png") no-repeat;
}
.job-detail .about-company .about-company-content .info .clock-icon {
  background: url("../../images/clock-icon.jpg") no-repeat;
}
.job-detail .about-company .about-company-content .info > span {
  float: left;
  margin-right: 35px;
  line-height: 1.4;
}
.job-detail .jobs {
  width: 100%;
  float: left;
  padding-top: 20px;
}
.job-detail .jobs .jobs-content {
  padding-left: 35px;
}
.job-detail .jobs .jobs-content h5 {
  margin-bottom: 20px;
  color: #3a539b;
}
.job-detail .jobs .jobs-content .price {
  width: 100%;
  float: left;
  font-size: 14px;
  margin-bottom: 5px;
  line-height: 1.4;
}
.job-detail .jobs .jobs-content .price .icon {
  width: 30px;
  height: 30px;
  float: left;
  background: url("../../images/star-icon.png") no-repeat;
}
.job-detail .jobs .jobs-content .price .text-price {
  float: left;
}
.job-detail .jobs .jobs-content .info {
  padding-left: 30px;
  float: left;
  width: 100%;
  margin-bottom: 25px;
}
.job-detail .jobs .jobs-content .info p {
  font-size: 14px;
}
.job-detail .why-us {
  width: 100%;
  float: left;
  padding-top: 20px;
}
.job-detail .why-us .why-us-content {
  padding-left: 35px;
}
.job-detail .why-us .why-us-content .list-item {
  margin-left: 30px;
  margin-top: 20px;
  float: left;
}
.job-detail .why-us .why-us-content .list-item li {
  float: left;
  width: 100%;
  line-height: 3;
  position: relative;
  padding-left: 40px;
  font-size: 14px;
}
.job-detail .why-us .why-us-content .list-item li:before {
  content: "";
  height: 15px;
  width: 15px;
  background-color: #3a539b;
  margin-right: 35px;
  position: absolute;
  left: 0;
  top: 14px;
}
.job-detail .apply-to {
  width: 100%;
  float: left;
  margin-top: 40px;
}
.job-detail .apply-to a {
  font-size: 14px;
  padding: 16px 60px;
  display: inline-block;
  color: #fff;
}
@media (min-width: 768px) {
  .job-detail .brand {
    width: 60%;
  }
  .job-detail .brand .brand-content {
    padding: 40px;
  }
  .job-detail .aplly {
    float: right;
    width: 30%;
    text-align: right;
    padding-top: 60px;
  }
}
@media (max-width: 767px) {
  .job-detail .brand {
    width: 100%;
  }
  .job-detail .brand .brand-content {
    padding: 40px 20px;
  }
  .job-detail .aplly {
    float: left;
    width: 100%;
    text-align: center;
    padding-top: 30px;
  }
  .job-detail .jobs .jobs-content .info p {
    line-height: 1.4;
  }
  .job-detail .why-us .list-item {
    margin-left: 0 !important;
  }
}

/*************************************
   20. Programs events Page
*************************************/
.program-upcoming-event {
  background: url("../../images/bg-event.jpg") no-repeat;
  background-size: cover;
}
.program-upcoming-event .area-img {
  position: relative;
}
.program-upcoming-event .area-img img {
  width: 100%;
}
.program-upcoming-event .area-img #time-event {
  position: absolute;
  bottom: 40px;
  left: 0;
  right: 0;
  margin: auto;
  height: 70px;
  top: 0;
  color: #fff;
}
.program-upcoming-event .area-img #time-event .table-cell {
  padding: 0 20px !important;
}
.program-upcoming-event .area-img #time-event .table-cell .tab-val {
  color: #fff;
}
@media (min-width: 992px) {
  .program-upcoming-event .area-img #time-event {
    width: 400px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .program-upcoming-event .area-img #time-event {
    width: 380px;
  }
}
@media (max-width: 767px) {
  .program-upcoming-event .area-img #time-event {
    width: 340px;
  }
}
.program-upcoming-event .area-content .area-top {
  color: #fff;
}
.program-upcoming-event .area-content .area-top .top-section {
  width: 100%;
  float: left;
  margin-bottom: 15px;
}
.program-upcoming-event .area-content .area-top .top-section h5 {
  float: left;
  margin-right: 20px;
}
.program-upcoming-event .area-content .area-top .top-section .dates {
  float: left;
  line-height: 1.6;
}
.program-upcoming-event .area-content .area-top h2 {
  line-height: 1.4;
  margin: 14px 0;
  letter-spacing: 1px;
}
.program-upcoming-event .area-content .area-top .map-icon {
  background: url("../../images/map-icon-while.png") no-repeat;
  width: 18px;
  height: 18px;
  float: left;
  margin-right: 10px;
}
.program-upcoming-event .area-content .area-top .text-place {
  font-size: 13px;
  line-height: 1.4;
  color: #e9e9e9;
}
.program-upcoming-event .area-content .area-top .area-calendar {
  background-color: #ebebeb;
  text-align: center;
  float: left;
  width: 70px;
  height: 90px;
  line-height: 1.4;
  padding-top: 5px;
}
.program-upcoming-event .area-content .area-top .area-calendar span {
  clear: both;
  float: left;
  width: 100%;
}
.program-upcoming-event .area-content .area-top .area-calendar .day {
  font-size: 27px;
  color: #2d2d2d;
}
.program-upcoming-event .area-content .area-top .area-calendar .month {
  font-size: 14px;
  color: #2d2d2d;
  padding-bottom: 5px;
}
.program-upcoming-event .area-content .area-top .area-calendar .year {
  background-color: #dadada;
  font-size: 14px;
  color: #595959;
  padding: 3px 0;
}
.program-upcoming-event .area-content .area-bottom {
  vertical-align: middle;
}
.program-upcoming-event .area-content .area-bottom .join-now {
  color: #fff;
  font-size: 18px;
  margin-top: 7px;
  font-family: "Montserrat-Bold";
  display: inline-block;
}
@media (min-width: 1200px) {
  .program-upcoming-event .area-content {
    padding: 160px 0 0 40px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .program-upcoming-event .area-content {
    padding: 60px 0 0 40px;
  }
}
@media (min-width: 992px) {
  .program-upcoming-event .area-content .area-bottom {
    padding-top: 70px;
    text-align: center;
  }
  .program-upcoming-event .area-content .area-bottom .join-now {
    padding: 22px 80px;
  }
}
@media (max-width: 991px) {
  .program-upcoming-event .area-content {
    padding: 30px 0;
  }
  .program-upcoming-event .area-content .area-top h2 {
    font-size: 20px;
  }
  .program-upcoming-event .area-content .area-bottom {
    padding-top: 30px;
  }
  .program-upcoming-event .area-content .area-bottom .join-now {
    padding: 18px 50px;
  }
}

.event-calendar .top-section {
  background-color: #fcfcfc;
  padding: 30px 0;
}
.event-calendar .top-section h4 {
  color: #2d2d2d;
  font-size: 21px;
}
.event-calendar .event-month {
  color: #484848;
  padding: 55px 0;
  position: relative;
}
.event-calendar .event-month .year {
  width: 100%;
  float: left;
  font-size: 14px;
}
.event-calendar .event-month .month {
  width: 100%;
  float: left;
  font-size: 30px;
  padding: 10px;
}
.event-calendar .event-month .owl-prev, .event-calendar .event-month .owl-next {
  position: absolute;
  top: 10px;
  width: 21px;
  height: 37px;
  display: block !important;
  font-size: 0;
}
.event-calendar .event-month .owl-prev {
  background: url("../../images/event-prev.png") no-repeat;
  left: 0px;
}
.event-calendar .event-month .owl-next {
  background: url("../../images/event-next.png") no-repeat;
  right: 0px;
}
.event-calendar .event-list-content {
  background-color: #fcfcfc;
  margin-bottom: 55px;
  float: left;
}
.event-calendar .event-list-content .event-list-item:last-child {
  border: none !important;
}
.event-calendar .event-list-content .event-list-item {
  border-bottom: 1px solid #e9e9e9;
  padding: 45px 0;
  width: 94%;
  display: block;
  float: left;
  margin-left: 30px;
}
.event-calendar .event-list-content .event-list-item .date-item {
  float: left;
  padding: 0 5px;
  text-align: center;
  font-size: 14px;
  text-transform: uppercase;
  line-height: 1.3;
}
.event-calendar .event-list-content .event-list-item .date-item .dates {
  color: #9f9f9f;
  width: 100%;
  float: left;
  font-size: 21px;
}
.event-calendar .event-list-content .event-list-item .date-item .day {
  font-size: 40px;
  width: 100%;
  float: left;
}
.event-calendar .event-list-content .event-list-item .date-desc-wrapper {
  float: left;
  padding-left: 55px;
}
.event-calendar .event-list-content .event-list-item .date-desc-wrapper .date-title {
  display: block;
  margin-bottom: 20px;
}
.event-calendar .event-list-content .event-list-item .date-desc-wrapper .date-title h4 {
  color: #2d2d2d;
  font-size: 21px;
}
.event-calendar .event-list-content .event-list-item .date-desc-wrapper .date-excerpt p {
  line-height: 2;
  font-size: 14px;
}
.event-calendar .event-list-content .event-list-item .date-desc-wrapper .place {
  float: left;
  margin: 10px 0 0;
  font-size: 12px;
  font-family: "Montserrat-Light", sans-serif;
  line-height: 2;
}
.event-calendar .event-list-content .event-list-item .date-desc-wrapper .place .text-place {
  color: #757575;
}
.event-calendar .event-list-content .event-list-item .date-desc-wrapper .place .map-icon {
  width: 18px;
  height: 18px;
  float: left;
  background: url("../../images/map-icon.png") no-repeat;
  background-size: 18px 18px;
  margin-right: 10px;
  margin-top: 4px;
}
.event-calendar .event-list-content .event-list-item .date-desc-wrapper .place a {
  margin-left: 20px;
  text-decoration: underline;
  color: #818ddf;
}
.event-calendar .event-list-content .event-list-item .date-desc-wrapper .place a:hover {
  color: #f7ca18;
}
.event-calendar .event-list-content .event-list-item .date-links a {
  font-size: 14px;
  float: right;
  display: block;
  width: 100%;
  margin-bottom: 15px;
  margin-top: 20px;
  -moz-transition: all 0.3s ease-in-out 0s;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.event-calendar .event-list-content .event-list-item .date-links span {
  float: right;
  width: 100%;
  text-align: center;
  color: #de2121;
  font-size: 14px;
}
.event-calendar .event-list-content .event-list-item .sold-out a {
  background-color: #9f9f9f;
  color: #fff;
}
.event-calendar .event-list-content .event-list-item .sold-out a:hover {
  color: #f7ca18;
  -moz-transition: all 0.3s ease-in-out 0s;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.event-calendar .event-list-content .event-list-item .register a {
  border: 2px solid #f7ca18;
  color: #484848;
}
.event-calendar .event-list-content .event-list-item .register a:hover {
  color: #fff;
  background-color: #f7ca18;
  -moz-transition: all 0.3s ease-in-out 0s;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
@media (min-width: 1200px) {
  .event-calendar .event-list-content .event-list-item .date-links a {
    padding: 18px 40px;
  }
}
@media (min-width: 991px) and (max-width: 1199px) {
  .event-calendar .event-list-content .event-list-item .date-links a {
    padding: 18px 10px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .event-calendar .event-list-content .event-list-item .date-links a {
    padding: 18px 10px;
  }
}
@media (min-width: 768px) {
  .event-calendar .event-list-content .event-list-item .date-links {
    width: 17%;
    float: right;
    padding-right: 20px;
  }
  .event-calendar .event-list-content .event-list-item .date-item {
    width: 8%;
  }
  .event-calendar .event-list-content .event-list-item .date-desc-wrapper {
    width: 70%;
  }
}
@media (max-width: 767px) {
  .event-calendar .event-list-content .event-list-item {
    margin-left: 0 !important;
    width: 100% !important;
  }
  .event-calendar .event-list-content .event-list-item .date-links {
    width: 100% !important;
  }
  .event-calendar .event-list-content .event-list-item .date-links a {
    padding: 18px 40px;
    display: inline-block;
    max-width: 200px;
    float: none;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .event-calendar .event-list-content .event-list-item .date-item {
    width: 20%;
  }
  .event-calendar .event-list-content .event-list-item .date-desc-wrapper {
    width: 80%;
  }
}
@media (max-width: 480px) {
  .event-calendar .event-list-content .event-list-item .date-item {
    width: 100%;
    margin-bottom: 25px;
  }
  .event-calendar .event-list-content .event-list-item .date-desc-wrapper {
    width: 100%;
    padding-left: 0 !important;
  }
}

/*************************************
   21. Galery Page
*************************************/
.galery-wrapper .galery-title {
  padding: 0px 0 50px;
}
.galery-wrapper .galery-title h4 {
  font-size: 20px;
  color: #2d2d2d;
}
.galery-wrapper .galery-content {
  float: left;
}
.galery-wrapper .galery-content ul li {
  padding: 0;
  margin: -1px;
}
.galery-wrapper .galery-content ul li img {
  width: 100%;
}
.galery-wrapper .galery-content ul li .galery-item {
  position: relative;
}
.galery-wrapper .galery-content ul li .galery-item:hover .galery-content {
  visibility: visible;
  opacity: 1;
  -moz-transition: all 0.3s ease-in-out 0s;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.galery-wrapper .galery-content ul li .galery-item .galery-content {
  position: absolute;
  background-color: rgba(247, 202, 24, 0.9);
  top: 4%;
  left: 4%;
  right: 4%;
  bottom: 4%;
  margin: auto;
  width: 92%;
  height: 92%;
  z-index: 10;
  text-align: center;
  padding-top: 40%;
  cursor: pointer;
  -moz-transition: all 0.3s ease-in-out 0s;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  visibility: hidden;
  opacity: 0;
}
.galery-wrapper .galery-content ul li .galery-item .galery-content h4 {
  font-size: 20px;
  color: #fff;
  margin-bottom: 20px;
  font-family: time-new-roman;
}
.galery-wrapper .galery-content ul li .galery-item .galery-content a {
  color: #fff;
  font-size: 25px;
}
.galery-wrapper .pagination-wrapper {
  padding: 53px 0;
  display: block;
  float: left;
  width: 100%;
}
.galery-wrapper .pagination-wrapper .pagination {
  margin: 0;
}

.overflow-body {
  overflow: hidden;
}

.bg-popup {
  background-color: rgba(48, 59, 108, 0.9);
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 9998;
  display: none;
}

.bg-popup.ready-popup {
  display: block;
}

.wrapper-popup {
  display: none;
  height: auto;
  left: 0;
  margin: auto;
  max-width: 700px;
  position: fixed;
  right: 0;
  top: 50%;
  z-index: 9999;
  transform: translateX(0) translateY(-50%);
  -webkit-transform: translateX(0) translateY(-50%);
  -moz-transform: translateX(0) translateY(-50%);
  -ms-transform: translateX(0) translateY(-50%);
}
.wrapper-popup .close-popup {
  color: #ececf0;
  font-size: 25px;
  position: absolute;
  top: -45px;
  right: 0;
}
.wrapper-popup .popup-content {
  background-color: #fff;
  float: left;
  padding: 0;
}
.wrapper-popup .popup-content .box-img img {
  width: 100%;
}
.wrapper-popup .popup-content .desc {
  padding: 30px 60px;
}
.wrapper-popup .popup-content .desc p {
  line-height: 2;
  color: #484848;
  font-size: 13px;
  font-family: "Montserrat-Light", sans-serif;
}

.wrapper-popup.ready-popup {
  display: block;
}

/*************************************
   22. Access Denied Page
*************************************/
.access-denied {
  padding: 90px 0 85px;
}
.access-denied h2 {
  color: #2d2d2d;
  margin-bottom: 20px;
}
.access-denied .box-text h4 {
  font-size: 20px;
  color: #484848;
  margin-bottom: 20px;
}
.access-denied .box-text p {
  font-size: 13px;
  line-height: 2;
}

/*************************************
   23. Log In And Register  Page
*************************************/
.account-page .account-title h4 {
  font-size: 20px;
  color: #484848;
  margin-bottom: 30px;
  line-height: 1.6;
}
.account-page .account-content {
  display: block;
}
.account-page .account-content .input-box input {
  width: 100%;
  max-width: 322px;
  margin: 0 auto;
  border-top: none;
  border-left: none;
  border-right: none;
  height: 50px;
  text-align: center;
  color: #9f9f9f;
  font-size: 14px;
  font-family: "Montserrat-Light", sans-serif;
  margin-bottom: 10px;
}
.account-page .account-content .buttons-set {
  margin-top: 40px;
}
.account-page .account-content .buttons-set a {
  padding: 16px 55px;
  color: #2d2d2d;
  font-size: 16px;
  display: inline-block;
}

@media (min-width: 768px) {
  .account-page.register {
    padding: 105px 95px 94px;
  }

  .account-page.login {
    padding: 135px 95px 115px;
  }
}
@media (max-width: 767px) {
  .account-page {
    padding: 40px 0;
  }
}
/*************************************
   24. Alummi Directory Page
*************************************/
.alumni-directory {
  float: left;
  padding: 85px 0 35px;
  width: 100%;
}
.alumni-directory .top-section {
  width: 100%;
  float: left;
  margin-bottom: 25px;
}
.alumni-directory .top-section .title-page h4 {
  font-size: 21px;
  color: #2d2d2d;
}
.alumni-directory .top-section .search-alumni-directory input {
  float: left;
  height: 45px;
  min-width: 260px;
  border-color: #e9e9e9;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  font-size: 13px;
  color: #9f9f9f;
  font-family: "Montserrat-Light", sans-serif;
  padding-left: 10px;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: none;
}
.alumni-directory .top-section .search-alumni-directory button {
  float: left;
  border: none;
  height: 45px;
  padding: 16px 40px;
  margin-left: 10px;
  text-transform: uppercase;
  font-size: 14px;
  color: #fff;
}
@media (min-width: 992px) {
  .alumni-directory .top-section .search-alumni-directory form {
    float: right;
  }
}
@media (max-width: 991px) {
  .alumni-directory .top-section .title-page {
    margin-bottom: 25px;
  }
  .alumni-directory .top-section .search-alumni-directory form {
    float: left;
  }
  .alumni-directory .top-section .search-alumni-directory form .form-control {
    width: auto !important;
    display: inline-block;
    min-width: 200px !important;
  }
}
@media (max-width: 480px) {
  .alumni-directory .top-section .search-alumni-directory form button {
    padding: 16px 20px !important;
  }
}
.alumni-directory .alumni-directory-content span {
  float: left;
  line-height: 4;
  font-size: 14px;
  font-family: "Montserrat-Light", sans-serif;
}
.alumni-directory .alumni-directory-content ul li {
  width: 100%;
  float: left;
}
.alumni-directory .alumni-directory-content .user {
  width: 20%;
}
.alumni-directory .alumni-directory-content .year {
  width: 15%;
  padding: 0 15px;
}
.alumni-directory .alumni-directory-content .city {
  width: 15%;
  padding: 0 15px;
}
.alumni-directory .alumni-directory-content .scholl {
  width: 25%;
  padding: 0 15px;
}
.alumni-directory .alumni-directory-content .department {
  width: 25%;
  padding-left: 15px;
}
.alumni-directory .alumni-directory-content .label-content {
  padding-bottom: 25px;
  border-bottom: 1px solid #d9d9d9;
}
.alumni-directory .alumni-directory-content .label-content span {
  color: #2d2d2d;
  font-size: 14px;
  text-transform: capitalize;
}
.alumni-directory .alumni-directory-content .box-content {
  padding: 3px 0;
  position: relative;
}
.alumni-directory .alumni-directory-content .box-content:before {
  content: "";
  height: 1px;
  width: 93.5%;
  bottom: 0;
  right: 0;
  background-color: #e9e9e9;
  position: absolute;
}
.alumni-directory .alumni-directory-content .box-content .user img {
  float: left;
}
.alumni-directory .alumni-directory-content .box-content .user .label-name {
  float: left;
  margin-left: 21px;
  color: #2d2d2d;
  font-family: "Montserrat-Regular", sans-serif;
}
@media (min-width: 1200px) {
  .alumni-directory .alumni-directory-content {
    width: 100%;
    float: left;
  }
}
@media (max-width: 1199px) {
  .alumni-directory .alumni-directory-content {
    overflow-y: hidden;
  }
  .alumni-directory .alumni-directory-content .list-item {
    width: 1170px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .alumni-directory .alumni-directory-content {
    width: 940px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .alumni-directory .alumni-directory-content {
    width: 720px;
  }
}
@media (max-width: 768px) {
  .alumni-directory .alumni-directory-content {
    width: 100%;
  }
}
.alumni-directory .pagination-wrapper {
  float: left;
  width: 100%;
  padding: 55px 0 35px;
}

/*************************************
  25. Story Single Page
*************************************/
.story-single {
  padding-bottom: 55px;
}
.story-single .cover-img .area-img img {
  width: 100%;
}
.story-single .cover-img .area-title {
  color: #2d2d2d;
}
@media (min-width: 768px) {
  .story-single .cover-img .area-title {
    margin-top: -107px;
    margin-bottom: 50px;
  }
  .story-single .cover-img .area-title h1 {
    font-size: 45px;
    margin-top: 25px;
  }
}
@media (max-width: 767px) {
  .story-single .cover-img .area-title {
    margin-bottom: 20px;
  }
  .story-single .cover-img .area-title h1 {
    font-size: 25px;
    margin-top: 20px;
  }
  .story-single .cover-img .area-title h2 {
    font-size: 18px;
  }
}
.story-single .story-content .desc {
  float: left;
  width: 100%;
}
.story-single .story-content .desc p {
  font-size: 18px;
  color: #2d2d2d;
  font-family: "Montserrat-Light", sans-serif;
  line-height: 1.6;
  margin-bottom: 40px;
}
.story-single .story-content .desc-center p {
  color: #2d2d2d;
  font-family: "Montserrat-Light", sans-serif;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .story-single .story-content .desc-center {
    width: 76%;
    margin: 0 auto;
    padding: 35px 0 75px;
    clear: both;
  }
  .story-single .story-content .desc-center p {
    font-size: 33px;
  }
}
@media (max-width: 767px) {
  .story-single .story-content .desc-center {
    padding: 0 0 50px;
  }
  .story-single .story-content .desc-center p {
    font-size: 25px;
  }
}
.story-single .story-content .desc-border {
  padding: 35px;
  border: 2px dashed #f7ca18;
  float: left;
  width: 100%;
  margin-bottom: 50px;
}
.story-single .story-content .desc-border h4 {
  color: #2d2d2d;
  font-size: 20px;
  margin-bottom: 20px;
}
.story-single .story-content .desc-border p {
  color: #2d2d2d;
  font-size: 20px;
  font-family: "Montserrat-Light", sans-serif;
  line-height: 1.6;
}
@media (min-width: 768px) {
  .story-single .story-content .desc-border p {
    width: 58%;
    margin: 0 auto;
  }
}
.story-single .story-content .post-by p {
  font-size: 16px;
  color: #9f9f9f;
  font-style: italic;
}
.story-single .story-content .post-by span {
  text-decoration: underline;
}
.story-single .orther-story {
  background: url("../../images/bg-other-story.jpg") no-repeat;
  background-size: cover;
}
.story-single .orther-story .box-right a {
  padding-right: 40px;
}
.story-single .orther-story .box-right a:before {
  content: "\e876";
  right: 0;
}
.story-single .orther-story .box-right .story-text {
  width: 100%;
  float: right;
}
.story-single .orther-story .box-left a {
  padding-left: 40px;
}
.story-single .orther-story .box-left a:before {
  content: "\e875";
  left: 0;
}
.story-single .orther-story a {
  color: #fff;
  display: block;
}
.story-single .orther-story a:before {
  font-family: 'Linearicons-Free';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 30px;
  top: 10px;
  position: absolute;
  color: #ecede7;
}
.story-single .orther-story a .story-text {
  font-size: 15px;
}
.story-single .orther-story a .story-title {
  font-size: 19px;
  margin-top: 10px;
  width: 100%;
  float: left;
}
@media (min-width: 768px) {
  .story-single .orther-story {
    padding: 60px 0;
  }
}
@media (max-width: 767px) {
  .story-single .orther-story {
    padding: 30px 0;
  }
}
.story-single .share .box-share h4 {
  float: left;
}
.story-single .share .box-share ul {
  float: left;
}
@media (min-width: 768px) {
  .story-single {
    padding-bottom: 55px;
  }
}
@media (max-width: 767px) {
  .story-single {
    padding-bottom: 25px;
  }
}

.share .box-share h4 {
  font-size: 18px;
  color: #2d2d2d;
  text-transform: uppercase;
  line-height: 3.5;
}
.share .box-share ul li {
  float: left;
  margin-left: 20px;
}
.share .box-share ul li a {
  display: block;
  background-repeat: no-repeat;
  width: 100%;
  padding: 30px;
  -moz-transition: all 0.3s ease-in-out 0s;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.share .box-share ul li a:hover {
  opacity: 0.9;
  -moz-transition: all 0.3s ease-in-out 0s;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
@media (min-width: 992px) {
  .share .box-share ul li {
    height: 55px;
    width: 220px;
  }
  .share .box-share ul .facebook a {
    background: url("../../images/facebook.png") no-repeat;
  }
  .share .box-share ul .twitter a {
    background: url("../../images/twitter.png") no-repeat;
  }
  .share .box-share ul .google a {
    background: url("../../images/google.png") no-repeat;
  }
}
@media (max-width: 991px) {
  .share .box-share ul li {
    height: 37px;
    width: 37px;
  }
  .share .box-share ul .facebook a {
    background: url("../../images/facebook-small.jpg") no-repeat;
  }
  .share .box-share ul .twitter a {
    background: url("../../images/twitter-small.jpg") no-repeat;
  }
  .share .box-share ul .google a {
    background: url("../../images/google-small.jpg") no-repeat;
  }
}
@media (min-width: 768px) {
  .share {
    padding: 55px 0;
  }
}
@media (max-width: 767px) {
  .share {
    padding: 25px 0;
  }
}

.comments .note-comments {
  color: #484848;
  font-size: 20px;
  margin-bottom: 30px;
  float: left;
}
.comments .list-comments {
  float: left;
}
.comments .list-comments li {
  width: 100%;
  float: left;
  padding: 20px 0;
}
.comments .list-comments li .user-avatar {
  float: left;
}
.comments .list-comments li .user-comments {
  float: left;
  padding-left: 30px;
}
.comments .list-comments li .user-comments h4 {
  font-size: 20px;
  color: #484848;
  margin-bottom: 20px;
}
.comments .list-comments li .user-comments p {
  font-size: 14px;
  color: #484848;
  line-height: 1.6;
  margin-bottom: 20px;
}
.comments .list-comments li .user-comments a {
  color: #9f9f9f;
  font-size: 14px;
}
@media (min-width: 992px) {
  .comments .list-comments li .user-avatar {
    width: 8%;
  }
  .comments .list-comments li .user-comments {
    width: 92%;
  }
}
@media (max-width: 991px) {
  .comments .list-comments li .user-avatar {
    width: 20%;
  }
  .comments .list-comments li .user-comments {
    width: 80%;
  }
}
@media (min-width: 768px) {
  .comments {
    padding: 55px 0;
  }
}
@media (max-width: 767px) {
  .comments {
    padding: 25px 0;
  }
}

.write-comments .title-write h4 {
  color: #484848;
  font-size: 20px;
  margin-bottom: 30px;
  float: left;
}
.write-comments form .input-box {
  margin-bottom: 20px;
}
.write-comments form .your-comment {
  border-bottom: 1px solid #9f9f9f;
  width: 100%;
  float: left;
  padding-bottom: 45px;
}
.write-comments form .email {
  float: left;
}
.write-comments form .password {
  float: left;
}
.write-comments form input {
  padding: 15px;
}
.write-comments form textarea {
  padding-top: 15px;
  padding-left: 15px;
  height: 45px;
}
.write-comments form textarea, .write-comments form input {
  width: 100%;
  float: left;
  border-top: none;
  border-right: none;
  border-left: none;
  border-bottom: 1px solid #9f9f9f;
  color: #9f9f9f;
  font-size: 15px;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
}
.write-comments form .buttons-set {
  text-align: right;
  margin-top: 30px;
  width: 100%;
  float: left;
}
.write-comments form .buttons-set a {
  padding: 18px 60px;
  font-size: 16px;
  color: #ffffff;
  display: block;
  float: right;
}
@media (min-width: 768px) {
  .write-comments form .email {
    margin-right: 4%;
  }
  .write-comments form .email, .write-comments form .password {
    width: 48%;
  }
}
@media (max-width: 767px) {
  .write-comments form .email, .write-comments form .password {
    width: 100%;
  }
}
.write-comments ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #9f9f9f;
}
.write-comments ::-moz-placeholder {
  /* Firefox 19+ */
  color: #9f9f9f;
}
.write-comments :-ms-input-placeholder {
  /* IE 10+ */
  color: #9f9f9f;
}
.write-comments :-moz-placeholder {
  /* Firefox 18- */
  color: #9f9f9f;
}

/*************************************
  26. Career Opportunity Page
*************************************/
.career-opportunity .top-section {
  width: 100%;
  float: left;
  margin-bottom: 30px;
  border-bottom: 1px solid #d9d9d9;
}
.career-opportunity .top-section .title-page h4 {
  font-size: 21px;
  color: #2d2d2d;
}
.career-opportunity .top-section .sellect-career-opportunity {
  width: 100%;
  float: left;
}
.career-opportunity .top-section .sellect-career-opportunity label {
  float: left;
  color: #484848;
  font-size: 15px;
  margin-right: 20px;
  line-height: 3;
}
.career-opportunity .top-section .sellect-career-opportunity .navbar-form {
  float: left;
}
.career-opportunity .top-section .sellect-career-opportunity .list-item {
  float: left;
}
.career-opportunity .top-section .sellect-career-opportunity .list-item li {
  float: left;
}
.career-opportunity .top-section .sellect-career-opportunity .list-item input, .career-opportunity .top-section .sellect-career-opportunity .list-item .select {
  height: 45px;
  border: 1px solid #acacac;
  margin-right: 10px;
  padding: 10px 20px;
  font-size: 13px;
  font-family: "Montserrat-Light", sans-serif;
}
@media (min-width: 480px) {
  .career-opportunity .top-section .sellect-career-opportunity .list-item input {
    min-width: 245px;
  }
  .career-opportunity .top-section .sellect-career-opportunity .list-item .select-rate {
    min-width: 245px;
  }
  .career-opportunity .top-section .sellect-career-opportunity .list-item .select-role {
    min-width: 135px;
  }
}
@media (max-width: 479px) {
  .career-opportunity .top-section .sellect-career-opportunity .list-item li {
    width: 100%;
  }
  .career-opportunity .top-section .sellect-career-opportunity .list-item input {
    width: 100%;
  }
  .career-opportunity .top-section .sellect-career-opportunity .list-item .select-rate {
    width: 100%;
  }
  .career-opportunity .top-section .sellect-career-opportunity .list-item .select-role {
    width: 100%;
  }
  .career-opportunity .top-section .sellect-career-opportunity .list-item .select .dropdown-menu {
    width: 100%;
    margin: 1px 0 0 !important;
  }
}
.career-opportunity .top-section .sellect-career-opportunity .list-item .select {
  position: relative;
  line-height: 2;
}
.career-opportunity .top-section .sellect-career-opportunity .list-item .select a {
  color: #9f9f9f;
}
.career-opportunity .top-section .sellect-career-opportunity .list-item .select .select-box {
  padding: 15px;
  border: none;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
}
.career-opportunity .top-section .sellect-career-opportunity .list-item .select .select-box li {
  line-height: 1;
  padding: 10px 0;
  width: 100%;
  float: left;
  font-size: 13px;
  cursor: pointer;
}
.career-opportunity .top-section .sellect-career-opportunity .list-item .select .select-box li:hover {
  color: #f7ca18;
}
.career-opportunity .top-section .sellect-career-opportunity .list-item .select span.select-icon {
  float: right;
}
.career-opportunity .top-section .sellect-career-opportunity .list-item .button-set .bnt {
  border: 2px solid #f7ca18;
  height: 45px;
  line-height: 1.4;
  padding: 11px 60px;
  font-size: 15px;
  text-transform: uppercase;
  background-color: transparent;
  -moz-transition: all 0.3s ease-in-out 0s;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.career-opportunity .top-section .sellect-career-opportunity .list-item .button-set .bnt:hover {
  background-color: #f7ca18;
  color: #fff;
  -moz-transition: all 0.3s ease-in-out 0s;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
@media (min-width: 1200px) {
  .career-opportunity .top-section .sellect-career-opportunity .navbar-form {
    padding: 35px 0 55px;
  }
}
@media (max-width: 1199px) {
  .career-opportunity .top-section .sellect-career-opportunity .navbar-form {
    padding: 0 0 25px;
  }
  .career-opportunity .top-section .sellect-career-opportunity input, .career-opportunity .top-section .sellect-career-opportunity .select {
    margin-bottom: 10px;
  }
}
.career-opportunity .alumni-directory-content ul li {
  width: 100%;
  float: left;
  background-color: #fcfcfc;
}
.career-opportunity .alumni-directory-content ul li span {
  float: left;
}
.career-opportunity .alumni-directory-content ul li.even {
  background-color: transparent;
}
.career-opportunity .alumni-directory-content .label-content {
  background-color: transparent;
  padding-bottom: 20px;
}
.career-opportunity .alumni-directory-content .label-content span {
  color: #2d2d2d;
  font-family: "Montserrat-Light", sans-serif;
  font-size: 15px;
}
.career-opportunity .alumni-directory-content .label-content .company {
  padding-left: 15px;
}
.career-opportunity .alumni-directory-content .box-content {
  line-height: 6;
  padding: 20px 0;
}
.career-opportunity .alumni-directory-content .box-content span {
  font-size: 15px;
}
.career-opportunity .alumni-directory-content .company {
  width: 13%;
}
.career-opportunity .alumni-directory-content .company img {
  margin-top: 17px;
  float: left;
}
.career-opportunity .alumni-directory-content .position {
  width: 17.5%;
  padding: 0 15px;
  font-family: "Montserrat-Regular", sans-serif;
  font-size: 16px;
  color: #2d2d2d;
}
.career-opportunity .alumni-directory-content .location {
  width: 13%;
  padding: 0 15px;
}
.career-opportunity .alumni-directory-content .rate {
  width: 13%;
  padding: 0 15px;
}
.career-opportunity .alumni-directory-content .role {
  width: 13%;
  padding: 0 15px;
}
.career-opportunity .alumni-directory-content .applicant {
  width: 13%;
  padding: 0 15px;
}
.career-opportunity .alumni-directory-content .apply {
  width: 17.5%;
  padding-left: 15px;
}
.career-opportunity .alumni-directory-content .apply a {
  padding: 16px 60px;
  color: #fff;
  font-size: 14px;
  text-transform: uppercase;
  font-family: "Montserrat-Regular", sans-serif;
  line-height: 1.4;
}
@media (min-width: 1200px) {
  .career-opportunity .alumni-directory-content {
    width: 100%;
    float: left;
  }
}
@media (max-width: 1199px) {
  .career-opportunity .alumni-directory-content {
    overflow-y: hidden;
  }
  .career-opportunity .alumni-directory-content .list-item {
    width: 1170px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .career-opportunity .alumni-directory-content {
    width: 940px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .career-opportunity .alumni-directory-content {
    width: 720px;
  }
}
@media (max-width: 768px) {
  .career-opportunity .alumni-directory-content {
    width: 100%;
  }
}
.career-opportunity .pagination-wrapper {
  float: left;
  width: 100%;
  padding: 35px 0;
}
@media (min-width: 768px) {
  .career-opportunity {
    padding-top: 60px;
  }
}
@media (max-width: 767px) {
  .career-opportunity {
    padding-top: 40px;
  }
}
.career-opportunity ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #9f9f9f;
}
.career-opportunity ::-moz-placeholder {
  /* Firefox 19+ */
  color: #9f9f9f;
}
.career-opportunity :-ms-input-placeholder {
  /* IE 10+ */
  color: #9f9f9f;
}
.career-opportunity :-moz-placeholder {
  /* Firefox 18- */
  color: #9f9f9f;
}

/*************************************
  27. Blog Page
*************************************/
.latst-article .container {
  position: relative;
}
.latst-article .area-img img {
  width: 100%;
}
.latst-article .area-content {
  position: absolute;
  color: #fff;
}
.latst-article .area-content .category {
  display: block;
  float: left;
}
.latst-article .area-content .category a {
  display: block;
  float: left;
  padding: 12px 20px;
  color: #484848;
  font-size: 13px;
  background-color: #fff;
  -moz-transition: all 0.3s ease-in-out 0s;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.latst-article .area-content .category a:hover {
  color: #fff;
  background-color: #f7ca18;
  -moz-transition: all 0.3s ease-in-out 0s;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.latst-article .area-content .article-title {
  display: block;
  margin: 20px 0;
  float: left;
  width: 100%;
}
@media (min-width: 768px) {
  .latst-article .area-content {
    bottom: 70px;
    left: 70px;
  }
  .latst-article .area-content .article-title h2 {
    font-size: 32px;
  }
}
@media (max-width: 767px) {
  .latst-article .area-content {
    bottom: 10px;
    left: 30px;
    width: 90%;
  }
  .latst-article .area-content .article-title h2 {
    font-size: 15px;
  }
}

.blog-content {
  padding: 55px 0;
}
.blog-content .articles .article-item .area-img img {
  width: 100%;
}
.blog-content .articles .article-item .area-content {
  margin-top: -2px;
}
.blog-content .articles .article-item .area-content .article-left {
  padding: 0;
  border-right: 1px solid #2d2d2d;
}
.blog-content .articles .article-item .area-content .article-left .stats {
  padding: 15px 5px;
  float: left;
  width: 100%;
}
.blog-content .articles .article-item .area-content .article-left .stats .text-content {
  margin-right: 0;
}
.blog-content .articles .article-item .area-content .article-left .catetory-title {
  background-color: #2d2d2d;
  text-align: center;
  padding: 9px;
}
.blog-content .articles .article-item .area-content .article-left .catetory-title h6 {
  color: #ffffff;
  font-size: 13px;
}
.blog-content .articles .article-item .area-content .article-right {
  padding-right: 0;
  padding-top: 23px;
  margin-bottom: 50px;
  padding-left: 30px;
}
.blog-content .articles .article-item .area-content .article-right h3 {
  margin-bottom: 15px;
}
.blog-content .articles .article-item .area-content .article-right h3 a {
  color: #484848;
  font-size: 23px;
  font-family: "Montserrat-Regular", sans-serif;
}
.blog-content .articles .article-item .area-content .article-right h3 a:hover {
  color: #f7ca18;
}
.blog-content .articles .article-item .area-content .article-right p {
  font-size: 13px;
  font-family: "Montserrat-Light", sans-serif;
  line-height: 1.6;
  margin-bottom: 30px;
}
.blog-content .articles .article-item .area-content .article-right .quote-source {
  color: #484848;
  font-size: 16px !important;
}
@media (max-width: 767px) {
  .blog-content .articles .article-item .area-content .article-right {
    padding-left: 0 !important;
  }
}

.blog-right .block-item {
  padding-bottom: 35px;
  float: left;
  width: 100%;
}
.blog-right .block-title {
  border-bottom: 1px solid #acacac;
  padding-bottom: 22px;
  margin-bottom: 30px;
}
.blog-right .block-title h5 {
  font-size: 20px;
  color: #484848;
}
.blog-right .popurlar-port ul li {
  float: left;
  width: 100%;
  clear: both;
  margin-bottom: 20px;
}
.blog-right .popurlar-port ul li .area-img {
  width: 30%;
  float: left;
}
.blog-right .popurlar-port ul li .area-img img {
  max-width: 100%;
}
.blog-right .popurlar-port ul li .area-content {
  width: 70%;
  float: left;
  padding-left: 20px;
}
.blog-right .popurlar-port ul li .area-content h6 {
  font-size: 14px;
  color: #484848;
  padding: 5px 0 15px;
  line-height: 1.4;
}
.blog-right .twitter .twitter-icon {
  font-size: 20px;
  padding-bottom: 20px;
}
.blog-right .twitter .twitter-content {
  font-size: 17px;
  color: #484848;
  line-height: 1.6;
}
.blog-right .twitter .twitter-user {
  margin-top: 15px;
}
.blog-right .tag .list-inline li a {
  cursor: pointer;
  padding: 10px 17px;
  font-size: 14px;
  font-family: "Montserrat-Light", sans-serif;
  border: 1px solid #e1e1e1;
  display: block;
  margin-bottom: 15px;
  -moz-transition: all 0.3s ease-in-out 0s;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.blog-right .tag .list-inline li a:hover {
  background-color: #f7ca18;
  color: #fff;
  -moz-transition: all 0.3s ease-in-out 0s;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
@media (min-width: 1200px) {
  .blog-right .block-content {
    padding: 0 25px;
  }
  .blog-right .tag .list-inline li a {
    padding: 10px 17px;
  }
}
@media (max-width: 1199px) {
  .blog-right .tag .list-inline li a {
    padding: 10px 14px;
  }
}

.stats span {
  float: left;
  margin-right: 20px;
}
.stats .text-content {
  font-size: 11px;
  line-height: 1.2;
}
.stats .icon {
  width: 15px;
  height: 15px;
  margin-right: 10px;
  background-repeat: no-repeat !important;
}
.stats .clock-icon-while {
  background: url("../../images/clock-icon-while.png");
}
.stats .comment-icon-while {
  background: url("../../images/comment-icon-while.png");
}
.stats .clock-icon {
  background: url("../../images/clock-icon.png");
}
.stats .comment-icon {
  background: url("../../images/comments-icon.png");
}
.stats .user-icon {
  background: url("../../images/user-icon.png");
}

@media (max-width: 768px) {
  .stats > span {
    margin-bottom: 10px;
  }
}
/*************************************
  28. Blog Single Page
*************************************/
.blog-post-content .blog-post .area-img img {
  width: 100%;
}
.blog-post-content .blog-post .area-content {
  border-bottom: 1px solid #acacac;
  float: left;
  width: 100%;
}
.blog-post-content .blog-post .area-content h3 {
  color: #484848;
  margin-bottom: 20px;
}
.blog-post-content .blog-post .area-content .stats {
  float: left;
}
.blog-post-content .blog-post .area-content .desc {
  float: left;
  width: 100%;
}
.blog-post-content .blog-post .area-content .desc p {
  margin-bottom: 30px;
  line-height: 1.6;
  font-size: 14px;
  font-family: "Montserrat-Light", sans-serif;
}
.blog-post-content .blog-post .area-content .desc-center {
  width: 100%;
  display: block;
  float: left;
}
.blog-post-content .blog-post .area-content .desc-center p {
  color: #2d2d2d;
  font-size: 26px;
  font-family: "Montserrat-Light", sans-serif;
  line-height: 1.4;
  padding: 0 24px;
}
@media (min-width: 768px) {
  .blog-post-content .blog-post .area-content .desc-center {
    padding: 25px 0 75px;
  }
  .blog-post-content .blog-post .area-content .desc-center p {
    font-size: 26px;
    padding: 0 24px;
  }
}
@media (max-width: 768px) {
  .blog-post-content .blog-post .area-content .desc-center {
    padding: 0px 0 55px;
  }
  .blog-post-content .blog-post .area-content .desc-center p {
    font-size: 20px;
    padding: 0 15px;
  }
}
.blog-post-content .blog-post .area-content .list-item {
  margin-top: 15px;
  margin-bottom: 50px;
  float: left;
  width: 100%;
}
.blog-post-content .blog-post .area-content .list-item li {
  float: left;
  width: 100%;
  line-height: 3;
  position: relative;
  font-size: 14px;
  font-family: "Montserrat-Light", sans-serif;
}
.blog-post-content .blog-post .area-content .list-item li:before {
  content: "";
  height: 15px;
  width: 15px;
  background-color: #f7ca18;
  margin-right: 35px;
  position: absolute;
  left: 0;
  top: 14px;
}
@media (min-width: 768px) {
  .blog-post-content .blog-post .area-content {
    padding: 35px;
  }
  .blog-post-content .blog-post .area-content .list-item {
    margin-left: 35px;
  }
  .blog-post-content .blog-post .area-content .list-item li {
    padding-left: 50px;
  }
  .blog-post-content .blog-post .area-content h3 {
    font-size: 23px;
  }
  .blog-post-content .blog-post .area-content .stats {
    margin-bottom: 45px;
  }
}
@media (max-width: 767px) {
  .blog-post-content .blog-post .area-content h3 {
    font-size: 18px;
  }
  .blog-post-content .blog-post .area-content .stats {
    margin-bottom: 15px;
  }
  .blog-post-content .blog-post .area-img {
    margin-bottom: 20px;
  }
  .blog-post-content .blog-post .list-item li {
    padding-left: 25px;
  }
}
.blog-post-content .share, .blog-post-content .comments, .blog-post-content .write-comments {
  width: 100%;
  float: left;
}
.blog-post-content .share {
  text-align: center;
}
.blog-post-content .share h4 {
  margin-bottom: 30px;
}
.blog-post-content .share ul li {
  float: none;
  display: inline-block;
}
.blog-post-content .write-comments .buttons-set a {
  padding: 23px 60px;
}
@media (min-width: 768px) {
  .blog-post-content .comments {
    padding: 25px 0 55px;
  }
}
@media (max-width: 767px) {
  .blog-post-content .comments {
    padding: 0 0 35px;
  }
}

.blog-content.blog-content-fullwidth {
  padding-top: 0 !important;
}

.blog-post-content.full-width .area-img {
  position: relative;
}
.blog-post-content.full-width .area-img .blog-text {
  position: absolute;
  bottom: 0px;
  left: 0px;
  top: 0;
  right: 0;
  margin: auto;
  color: #fff;
  height: 100px;
  text-align: center;
}
.blog-post-content.full-width .area-img .blog-text .category {
  display: block;
  float: left;
  width: 100%;
  text-align: center;
}
.blog-post-content.full-width .area-img .blog-text .category a {
  display: inline-block;
  padding: 12px 20px;
  color: #484848;
  font-size: 13px;
  background-color: #fff;
  -moz-transition: all 0.3s ease-in-out 0s;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.blog-post-content.full-width .area-img .blog-text .category a:hover {
  color: #fff;
  background-color: #f7ca18;
  -moz-transition: all 0.3s ease-in-out 0s;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.blog-post-content.full-width .area-img .blog-text .article-title {
  display: block;
  margin: 20px 0;
  float: left;
  width: 100%;
}
@media (min-width: 768px) {
  .blog-post-content.full-width .area-img .blog-text .article-title h2 {
    font-size: 32px;
  }
}
@media (max-width: 767px) {
  .blog-post-content.full-width .area-img .blog-text .article-title h2 {
    font-size: 18px;
  }
}
.blog-post-content.full-width .area-content {
  border-bottom: none;
  padding-bottom: 0;
}
.blog-post-content.full-width .area-content .stats {
  float: left;
  width: 100%;
  border-bottom: 1px solid #acacac;
  padding-bottom: 45px;
  margin-bottom: 0;
  padding-top: 20px;
}
@media (max-width: 767px) {
  .blog-post-content.full-width .area-content {
    margin-top: 20px;
  }
}
.blog-post-content.full-width .area-content, .blog-post-content.full-width .share, .blog-post-content.full-width .comments, .blog-post-content.full-width .write-comments {
  width: 100%;
  float: left;
}
.blog-post-content.full-width .write-comments {
  margin-top: 30px;
}
@media (min-width: 768px) {
  .blog-post-content.full-width .area-content, .blog-post-content.full-width .share, .blog-post-content.full-width .comments, .blog-post-content.full-width .write-comments {
    padding-left: 10%;
    padding-right: 10%;
  }
}

/*************************************
  29. Typography Page
*************************************/
.divider {
  height: 30px;
  clear: both;
  overflow: hidden;
  width: 100%;
}

.divider--sm {
  height: 25px;
}

.divider--md {
  height: 35px;
}

.divider--lg {
  height: 45px;
}

.line10 {
  line-height: 1;
}

.line15 {
  line-height: 1.5;
}

.line20 {
  line-height: 2;
}

.typography {
  color: #2d2d2d;
}
.typography .paragraphs p {
  line-height: 2;
  font-size: 14px;
  font-family: "Montserrat-Light", sans-serif;
  color: #757575;
}
.typography .title-page {
  margin-bottom: 20px;
  margin-top: 30px;
}
.typography .title-page h4 {
  padding-bottom: 10px;
  padding-left: 5px;
  padding-right: 5px;
  border-bottom: 3px solid #f7ca18;
  display: inline-block;
}
.typography .highlighter p {
  color: #757575;
}
.typography .blockquotes p {
  padding: 15px 0px 15px 50px;
  color: #757575;
}
.typography .border-blockquotes p {
  border: 2px dashed #f7ca18;
  padding: 45px 50px;
}
.typography .listing li {
  float: left;
  width: 100%;
  line-height: 1.5;
  font-family: "Montserrat-Light", sans-serif;
  font-size: 14px;
  margin-bottom: 20px;
  color: #757575;
}
.typography .listing .simple-list li:before {
  content: "";
  width: 20px;
  height: 20px;
  float: left;
  background-color: #f7ca18;
  margin-right: 20px;
}
.typography .listing .decimal-list {
  list-style-type: none;
  counter-reset: myCounter;
}
.typography .listing .decimal-list li {
  text-indent: 0;
  position: relative;
  padding-left: 15px;
}
.typography .listing .decimal-list ul {
  counter-reset: myCounter1;
  list-style-type: none;
  padding: 0;
  margin: 7px 0 0 17px;
}
.typography .listing .decimal-list ul li:before {
  content: counter(myCounter1);
  counter-increment: myCounter1;
}
.typography .listing .decimal-list li:before {
  content: counter(myCounter);
  counter-increment: myCounter;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.typography .alignment p {
  color: #757575;
}

/*# sourceMappingURL=styles.css.map */



/* navbar  */
/* ================================
   Modern Dropdown Menu Styling
   Matches Alumni Theme
==================================*/

.menu nav {
  position: relative;
}

.menu nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.menu nav ul li {
  position: relative;
  display: inline-block;
}

.menu nav ul li a {
  display: block;
  color: #2d2d2d;
  font-family: "Montserrat-Regular", sans-serif;
  font-size: 16px;
  text-transform: uppercase;
  padding: 35px 10px;
  transition: all 0.3s ease;
   color: #a03721;
  font-weight: 500;
}

.menu nav ul li a:hover,
.menu nav ul li:hover > a {
  /* color: #fff;
  background-color: #f7ca18; */
  text-decoration: none;
}

/* Dropdown Container */
.menu nav ul li ul {
  position: absolute;
  top: 80%;
  left: 0;
  min-width: 200px;
  background: #fff;
  border-top: 3px solid #f7ca18;
  opacity: 0;
  visibility: hidden;
  transform: translateY(15px);
  transition: all 0.3s ease;
  z-index: 999;
}

/* Dropdown Links */
.menu nav ul li ul li {
  display: block;
  border-bottom: 1px solid #eee;
}

.menu nav ul li ul li:last-child {
  border-bottom: none;
}

.menu nav ul li ul li a {
   color: #a03721;
  padding: 12px 20px;
  font-weight: 500;
  background: #fff;
  font-size: 16px;
  text-transform: none;
}

.menu nav ul li ul li a:hover {
  background-color: #f7ca18;
  color: #fff;
}

/* Hover to reveal dropdown */
.menu nav ul li:hover > ul {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

/* Submenu (3rd level dropdowns) */
.menu nav ul li ul li ul {
  left: 100%;
  top: 0;
  border-top: none;
}

.menu nav ul li ul li:hover > ul {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

/* Responsive adjustments */
@media (max-width: 991px) {
  .menu nav ul li {
    display: block;
  }

  .menu nav ul li ul {
    position: static;
    opacity: 1;
    visibility: visible;
    transform: none;
    border: none;
    box-shadow: none;
  }

  .menu nav ul li ul li a {
    background: #f9f9f9;
    border: none;
    padding-left: 40px;
  }

  .menu nav ul li ul li a:hover {
    background: #f7ca18;
    color: #fff;
  }
}

/* ---------- Modern Slider Styles ---------- */
.slider-hero.modern-slider {
  position: relative;
  overflow: hidden;
  height: 779px; /* banner height you requested */
}
.slider-hero.modern-slider .sliders-wrap {
  height: 100%;
  position: relative;
}
.slider-hero.modern-slider .slide {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
  opacity: 0;
  transform: scale(1.02);
  transition: opacity 0.8s ease, transform 0.8s ease;
  display: block;
}
.slider-hero.modern-slider .slide.active {
  opacity: 1;
  transform: scale(1);
  z-index: 2;
}

/* caption */
.slider-hero .owl-caption {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  text-align: center;
  padding: 0 20px;
}
.slider-hero .content-block h2 {
  color: #fff;
  font-family: 'Montserrat-Bold';
  font-size: 44px;
  line-height: 1.1;
  letter-spacing: 1px;
  text-transform: none;
  margin-bottom: 12px;
  text-shadow: 0 6px 18px rgba(0,0,0,0.45);
}
.slider-hero .content-block .lead {
  color: rgba(255,255,255,0.9);
  font-family: 'Montserrat-Light';
  font-size: 16px;
  margin-bottom: 18px;
}

/* button */
.bnt.bnt-theme.read-story {
  background-color: #f7ca18;
  color: #222;
  padding: 12px 28px;
  font-family: 'Montserrat-Bold';
  border-radius: 4px;
  display: inline-block;
  text-transform: uppercase;
  letter-spacing: .6px;
  box-shadow: 0 6px 18px rgba(0,0,0,0.12);
}
.bnt.bnt-theme.read-story:hover { opacity: .95; }

/* controls */
.slider-control {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(0,0,0,0.45);
  color: #fff;
  border: none;
  width: 44px;
  height: 44px;
  line-height: 42px;
  font-size: 26px;
  border-radius: 50%;
  cursor: pointer;
  z-index: 10;
  box-shadow: 0 6px 18px rgba(0,0,0,0.25);
}
.slider-control.prev { left: 22px; }
.slider-control.next { right: 22px; }

/* dots */
.slider-dots {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 22px;
  text-align: center;
  z-index: 10;
}
.slider-dots .dot {
  display: inline-block;
  width: 12px;
  height: 12px;
  margin: 0 8px;
  background: rgba(255,255,255,0.55);
  border-radius: 50%;
  border: 2px solid rgba(0,0,0,0.08);
  transition: all .25s ease;
  cursor: pointer;
}
.slider-dots .dot.active {
  background: #f7ca18;
  transform: scale(1.1);
}

/* small screens - make slider height adaptive */
@media (max-width: 991px) {
  .slider-hero.modern-slider { height: 420px; }
  .slider-hero .content-block h2 { font-size: 26px; }
  .slider-hero .content-block .lead { font-size: 14px; }
  .slider-control { width: 36px; height: 36px; font-size: 20px; }
}

/* keep other sections tidy (small improvements) */
.upcoming-event { padding: 55px 0; background-color: #faf9f9; }
.alumni-dashboard { padding: 65px 0; }
.block-links { padding: 45px 0 75px; }

/* Ensure newsletter area looks crisp */
/* .newsletter.newsletter-parallax {
  background-image: url('../images/newsletter-bg.jpg');
  background-size: cover;
  background-position: center;
  padding: 90px 0;
} */

/* small tweaks for accessibility focus outlines */
.slider-control:focus, .dot:focus, .bnt:focus {
  outline: 3px solid rgba(247,202,24,0.25);
  outline-offset: 2px;
}

/* ==========================
   OJOTA SECONDARY SCHOOL ASSOCIATION
   Our History Page Styles
========================== */

body.page-our-history {
  font-family: "Poppins", sans-serif;
  color: #222;
  background-color: #f9fafc;
  line-height: 1.8;
  overflow-x: hidden;
}

/* ---------- Hero Section ---------- */
.our-history-hero {
  background: #a03721;
  color: #fff;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 120px 20px;
}

.our-history-hero h1 {
  font-size: 48px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.our-history-hero p {
  font-size: 18px;
  max-width: 700px;
  line-height: 30px;
  margin: 0 auto;
  opacity: 0.9;
}

/* ---------- Video Section ---------- */
.history-video-section {
  text-align: center;
  padding: 80px 20px;
  background: #fff;
}

.history-video-section h2 {
  color: #a03721;
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 30px;
}

.video-wrapper {
  position: relative;
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
  padding-top: 56.25%; /* 16:9 Aspect Ratio */
  overflow: hidden;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
  border-radius: 12px;
}

/* ---------- Timeline Section ---------- */
.history-timeline {
  position: relative;
  padding: 80px 0;
  background: #fefefe;
}

.history-timeline::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 3px;
  height: 100%;
  background-color: #a03721;
  transform: translateX(-50%);
}

.timeline-item {
  position: relative;
  width: 50%;
  padding: 30px 50px;
  box-sizing: border-box;
}

.timeline-item.left {
  left: 0;
  text-align: right;
}

.timeline-item.right {
  left: 50%;
}

.timeline-item::before {
  content: "";
  position: absolute;
  top: 40px;
  width: 22px;
  height: 22px;
  background-color: #fff;
  border: 4px solid #a03721;
  border-radius: 50%;
  z-index: 2;
}

.timeline-item.left::before {
  right: -11px;
}

.timeline-item.right::before {
  left: -11px;
}

.timeline-content {
  /* background: #f4f6fb; */
  background-color: #a03721;
  padding: 25px 30px;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.08);
  display: flex;
  flex-direction: column;
}

.timeline-content h3 {
  color: #f7ca18;
  font-weight: 700;
  margin-bottom: 10px;
  font-size: 25px;
}

.timeline-content p {
  color: #fff;
  font-size: 17px;
  font-weight: 600;
}

.timeline-content span {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  margin-top: 8px;
  font-family: "Montserrat-Regular", sans-serif;
  margin-left: 10px
}

/* ---------- Timeline Image Section ---------- */
.timeline-image-section {
  text-align: center;
  padding: 70px 20px 20px 20px;
  background: #fff;
}

.timeline-image-section h2 {
  color: #a03721;
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 30px;
}

.timeline-image-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.timeline-image-wrapper img {
  max-width: 100%;
  height: auto;
  border-radius: 12px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
}

/* ---------- Footer Section ---------- */
.our-history-footer {
  background-color: #a03721;
  color: #fff;
  text-align: center;
  padding: 60px 20px;
}

.our-history-footer h2 {
  font-size: 32px;
  margin-bottom: 10px;
}

.our-history-footer p {
  opacity: 0.9;
  font-size: 16px;
}

/* ---------- Responsive ---------- */
@media (max-width: 991px) {
  .timeline-item {
    width: 100%;
    padding: 30px 20px;
  }

  .history-timeline::before {
    left: 10px;
  }

  .timeline-item.left,
  .timeline-item.right {
    text-align: left;
    left: 0;
  }

  .timeline-item::before {
    left: 0;
  }

  .our-history-hero h1 {
    font-size: 36px;
  }

  .our-history-hero p {
    font-size: 16px;
  }

  .history-video-section h2,
  .timeline-image-section h2 {
    font-size: 26px;
  }
}

/* =============== VISION MISSION SECTION =============== */

.vision-mission {
  background: #f8fafc;
  padding: 80px 20px;
  color: #1d1d1d;
  font-family: "Poppins", sans-serif;
}

.vm-container {
  max-width: 1100px;
  margin: auto;
  text-align: center;
}

.vm-title {
  font-size: 2.5rem;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 10px;
  color: #0a2a43;
}

.vm-subtitle {
  font-size: 1.2rem;
  margin-bottom: 50px;
  color: #444;
  opacity: 0.85;
}

.vm-cards {
  display: flex;
  flex-direction: column;
  gap: 60px;
}

.vm-card {
  display: flex;
  align-items: center;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 6px 25px rgba(0, 0, 0, 0.08);
  overflow: hidden;
  transition: all 0.3s ease;
}

.vm-card:hover {
  transform: translateY(-5px);
}

.vm-image {
  width: 45%;
  height: 100%;
  object-fit: cover;
}

.vm-content {
  padding: 40px;
  text-align: left;
  flex: 1;
}

.vm-content h3 {
  font-size: 30px;
  color: #0a2a43;
  margin-bottom: 20px;
}

.vm-content p,
.vm-content li {
  font-size: 16px;
  line-height: 1.8;
  color: #333;
}

.vm-content ul {
  list-style: none;
  padding: 0;
}

.vm-content ul li {
  margin-bottom: 12px;
  position: relative;
  padding-left: 25px;
}

.vm-content ul li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: #0077b6;
  font-weight: bold;
}

/* Alternate layout for visual rhythm */
.vm-card:nth-child(even) {
  flex-direction: row-reverse;
}

/* Mobile Responsive */
@media (max-width: 900px) {
  .vm-card {
    flex-direction: column;
  }

  .vm-image {
    width: 100%;
    height: 220px;
  }

  .vm-content {
    padding: 25px;
    text-align: center;
  }

  .vm-content h3 {
    font-size: 1.6rem;
  }

  .vm-content p,
  .vm-content li {
    font-size: 1rem;
  }

  .vm-title {
    font-size: 2rem;
  }
}

/* ========== MEMBERS PAGE ========== */

.members-hero {
  position: relative;
  background: url('../images/members-hero.jpg') center/cover no-repeat;
  height: 450px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  text-align: center;
}
.members-hero .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.55);
}
.members-hero h1 {
  font-size: 3rem;
  font-weight: 700;
  z-index: 2;
}
.members-hero p {
  font-size: 1.2rem;
  margin-top: 15px;
  z-index: 2;
}

.section-title h2 {
  font-size: 2.3rem;
  color: #0a2a43;
  font-weight: 700;
  text-transform: uppercase;
}
.section-title p {
  color: #555;
  margin-bottom: 50px;
}

.executive-section, .honorable-section {
  padding: 80px 0;
  background-color: #f8fafc;
}
.honorable-section {
  background: #fff;
}

.members-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(230px, 1fr));
  gap: 30px;
}

.member-card {
  background: #fff;
  border-radius: 15px;
  box-shadow: 0 10px 25px rgba(0,0,0,0.08);
  text-align: center;
  overflow: hidden;
  transition: all 0.3s ease;
}
.member-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 15px 35px rgba(0,0,0,0.12);
}

.member-photo {
  position: relative;
  overflow: hidden;
}
.member-photo img {
  width: 100%;
  height: 370px;
  object-fit: cover;
  border-bottom: 3px solid #a03721;
}
.member-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(160, 55, 33, 0.75);
  opacity: 0;
  transition: opacity 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}
.member-photo:hover .member-overlay {
  opacity: 1;
}
.member-overlay p {
  color: #fff;
  font-weight: 600;
  font-size: 1.1rem;
}

.member-card h4 {
  font-size: 1.3rem;
  color: #222;
  font-weight: 600;
  margin-top: 15px;
}
.member-card span {
  color: #a03721;
  font-weight: 500;
  display: block;
  margin-bottom: 20px;
}

/* Responsive */
@media (max-width: 768px) {
  .members-hero h1 {
    font-size: 2rem;
  }
  .members-hero p {
    font-size: 1rem;
  }
  .member-photo img {
    height: 250px;
  }
}

/* ===== Projects Page (Collapsible) ===== */

.projects-hero {
  background: linear-gradient(to right, rgba(160,55,33,0.85), rgba(247,202,24,0.8)),
              url('../images/banner/projects-banner.jpg') center/cover no-repeat;
  color: #fff;
  text-align: center;
  padding: 120px 20px;
  animation: fadeInDown 1s ease;
  font-weight: 6;
}

.heading-p{
  font-weight: 600;
  font-size: 40px;
  color: white;
  font-family: "Montserrat-SemiBold", sans-serif;
}

.text-p{
  font-weight: 400;
  color: white;
  font-family: "Montserrat-Regular", sans-serif;
  line-height: 20px;
  font-size: 18px;
  margin-top: 5px;
}

.projects-wrapper {
  padding: 80px 0;
  background-color: #f9f9f9;
}

.project-block {
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 3px 12px rgba(0,0,0,0.1);
  margin-bottom: 25px;
  overflow: hidden;
  transition: all 0.3s ease;
}

.project-toggle {
  width: 100%;
  background: #a03721;
  color: #fff;
  font-family: "Montserrat-SemiBold";
  font-size: 20px;
  text-align: left;
  padding: 18px 25px;
  border: none;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: background 0.3s ease;
}

.project-toggle:hover {
  background: #8d311d;
}

.project-toggle i {
  transition: transform 0.3s ease;
}

.project-toggle i.rotated {
  transform: rotate(180deg);
}

.project-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.5s ease;
  padding: 0 25px;
  overflow: auto;
}

.project-content.active {
  padding: 25px;
}

.project-description {
  font-size: 16px;
  color: #555;
  margin-bottom: 20px;
}

.project-gallery {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 15px;
}

.project-item img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  border-radius: 10px;
  transition: transform 0.4s ease, box-shadow 0.4s ease;
}

.project-item video {
  width: 100%;
  height: 250px;
  object-fit: cover;
  border-radius: 10px;
  background: #000;
}


.project-item img:hover {
  transform: scale(1.03);
  box-shadow: 0 8px 20px rgba(0,0,0,0.15);
}

/* Responsive */
@media (max-width: 768px) {
  .projects-hero {
    padding: 80px 10px;
  }

  .project-toggle {
    font-size: 18px;
    padding: 15px 20px;
  }

  .project-item img {
    height: 180px;
  }
}

/* Animations */
@keyframes fadeInDown {
  0% {opacity: 0; transform: translateY(-30px);}
  100% {opacity: 1; transform: translateY(0);}
}

/* =============================================
   MODERN SOCIAL EVENTS PAGE
   ============================================= */

/* Hero Section */
.events-hero {
    position: relative;
    height: 60vh;
    min-height: 500px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.events-hero .hero-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgba(160, 55, 33, 0.95) 0%, rgba(247, 202, 24, 0.85) 100%),
                url('../images/events-hero.jpg') center/cover;
    animation: kenburns 20s ease-in-out infinite alternate;
}

.events-hero .hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: radial-gradient(ellipse at center, transparent 0%, rgba(26, 26, 26, 0.4) 100%);
}

.events-hero .hero-content {
    position: relative;
    z-index: 10;
    text-align: center;
    color: var(--white);
    max-width: 800px;
    padding: 0 20px;
}

.events-hero .hero-subtitle {
    font-size: 1.1rem;
    letter-spacing: 3px;
    text-transform: uppercase;
    margin-bottom: 15px;
    font-weight: 300;
    opacity: 0.95;
}

.events-hero .hero-title {
    font-family: "Montserrat-Bold", sans-serif;
    font-size: clamp(3rem, 6vw, 5rem);
    font-weight: 900;
    margin-bottom: 20px;
    line-height: 1.1;
}

.events-hero .hero-description {
    font-size: 1.2rem;
    font-weight: 300;
    opacity: 0.95;
    max-width: 600px;
    margin: 0 auto;
}

.scroll-indicator {
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10;
}

.mouse-scroll {
    width: 25px;
    height: 40px;
    border: 2px solid rgba(255, 255, 255, 0.6);
    border-radius: 15px;
    position: relative;
    animation: scroll 2s infinite;
}

.mouse-scroll::before {
    content: '';
    position: absolute;
    top: 8px;
    left: 50%;
    transform: translateX(-50%);
    width: 4px;
    height: 8px;
    background: rgba(255, 255, 255, 0.8);
    border-radius: 2px;
}

@keyframes scroll {
    0%, 100% { opacity: 0; }
    50% { opacity: 1; }
}

/* Filter Section */
.events-filter-section {
    padding: 40px 0;
    background: #fff;
    border-bottom: 1px solid #e9ecef;
    position: sticky;
    top: 0;
    z-index: 100;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.filter-bar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    flex-wrap: wrap;
}

.filter-group {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.filter-btn {
    padding: 12px 24px;
    border: 2px solid #e9ecef;
    background: var(--white);
    color: var(--text);
    border-radius: 50px;
    font-weight: 600;
    font-size: 0.95rem;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    gap: 8px;
}

.filter-btn span{
    font-size: 14px;
}

.filter-btn:hover {
    border-color: var(--primary);
    color: var(--primary);
    transform: translateY(-2px);
}

.filter-btn.active {
    background: var(--gradient);
    color: var(--white);
    border-color: transparent;
    box-shadow: 0 4px 15px rgba(160, 55, 33, 0.3);
}

.search-box {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 12px 20px;
    background: #f8f9fa;
    border-radius: 50px;
    min-width: 250px;
}

.search-box i {
    color: var(--text-light);
}

.search-box input {
    border: none;
    background: transparent;
    outline: none;
    font-size: 16px;
    width: 100%;
}

/* Events Grid Section */
.events-grid-section {
    padding: 60px 0;
    background: linear-gradient(180deg, #ffffff 0%, #f8f9fa 100%);
}

.events-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
    gap: 30px;
    margin-bottom: 60px;
}

/* Event Card */
.event-card {
    background: var(--white);
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    opacity: 0;
    animation: fadeIn 0.6s ease forwards;
}

@keyframes fadeIn {
    to { opacity: 1; }
}

.event-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.15);
}

.event-thumbnail {
    position: relative;
    height: 280px;
    overflow: hidden;
}

.event-thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s ease;
}

.event-card:hover .event-thumbnail img {
    transform: scale(1.1);
}

.event-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.8) 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.4s ease;
}

.event-card:hover .event-overlay {
    opacity: 1;
}

.overlay-content {
    text-align: center;
}

.view-gallery-btn {
    padding: 15px 50px;
    background: #fff;
    border: none;
    border-radius: 50px;
    font-weight: 600;
    font-size: 1rem;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 10px;
    transition: all 0.3s ease;
    color: #1d1d1d;
    font-size: 14px;
}

.view-gallery-btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 12px 35px rgba(0, 0, 0, 0.3);
}

.photo-count {
    position: absolute;
    top: 20px;
    right: 20px;
    background: rgba(255, 255, 255, 0.95);
    padding: 8px 16px;
    border-radius: 50px;
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 0.9rem;
    font-weight: 600;
    color: var(--primary);
}

/* Event Content */
.event-content {
    padding: 25px;
}

.event-meta {
    display: flex;
    gap: 15px;
    margin-bottom: 15px;
    flex-wrap: wrap;
}

.meta-item {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 0.9rem;
    color: var(--text-light);
}

.meta-item i {
    color: var(--primary);
}

.event-title {
    font-size: 20px;
    color: #a03721;
    font-family: "Montserrat-SemiBold", sans-serif;
    margin-bottom: 12px;
    font-weight: 600;
    line-height: 1.3;
}

.event-description {
    color: #1d1d1d;
    line-height: 1.6;
    margin-bottom: 20px;
    font-family: "Montserrat-Regular", sans-serif;
}

.event-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 20px;
    border-top: 1px solid #e9ecef;
}

.attendees {
    display: flex;
    align-items: center;
    gap: 8px;
    color: var(--text-light);
    font-size: 0.9rem;
    font-family: "Montserrat-Regular", sans-serif;
}

.attendees i {
    color: var(--primary);
}

.quick-view-btn {
    padding: 10px 20px;
    background: transparent;
    border: 2px solid var(--primary);
    color: var(--primary);
    border-radius: 50px;
    font-weight: 600;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 8px;
    transition: all 0.3s ease;
    white-space: nowrap;
}

.quick-view-btn p{
  display: inline-block;
  margin: 0;
}

.quick-view-btn:hover {
    background: var(--gradient);
    color: var(--white);
    border-color: transparent;
    transform: translateX(5px);
}

/* Modal Styles */
.event-modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10000;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    transition: all 0.4s ease;
}

.event-modal.active {
    opacity: 1;
    visibility: visible;
}

.modal-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.95);
    cursor: pointer;
}

.modal-container {
    position: relative;
    width: 90%;
    max-width: 1200px;
    max-height: 90vh;
    background: var(--white);
    border-radius: 20px;
    overflow-y: auto;
    z-index: 10001;
    animation: modalSlideIn 0.4s ease;
}

@keyframes modalSlideIn {
    from {
        transform: translateY(-50px);
        opacity: 0;
    }
    to {
        transform: translateY(0);
        opacity: 1;
    }
}

.close-modal {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 45px;
    height: 45px;
    background: rgba(255, 255, 255, 0.95);
    border: none;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.3rem;
    color: var(--dark);
    z-index: 10;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.close-modal:hover {
    transform: rotate(90deg);
    background: var(--primary);
    color: var(--white);
}

/* Modal Header */
.modal-header {
    padding: 40px;
    background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);
    border-bottom: 1px solid #e9ecef;
}

.modal-title {
    font-size: 2.5rem;
    color: #a03721;
    margin-bottom: 15px;
    font-family: "Montserrat-Bold", sans-serif;
}

span{
font-family: "Montserrat-Regular", sans-serif;
}

.modal-meta {
    display: flex;
    gap: 25px;
    margin-bottom: 20px;
    flex-wrap: wrap;
}

.modal-meta span {
    display: flex;
    align-items: center;
    gap: 8px;
    color: var(--text-light);
    font-size: 1rem;
}

.modal-meta i {
    color: var(--primary);
}

.modal-description {
    font-size: 1.1rem;
    line-height: 1.8;
    color: #1d1d1d;
    font-family: "Montserrat-Regular", sans-serif;
}

/* Gallery Main */
.modal-gallery {
    padding: 40px;
}

.gallery-main {
    position: relative;
    margin-bottom: 30px;
    border-radius: 12px;
    overflow: hidden;
    background: #000;
}

.gallery-main-image {
    width: 100%;
    height: 600px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.gallery-main-image img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    transition: opacity 0.3s ease;
}

.gallery-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 50px;
    height: 50px;
    background: #a03721;
    border: none;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.2rem;
    color: var(--dark);
    transition: all 0.3s ease;
    z-index: 10;
    color: white
}

.gallery-nav:hover {
       background: #a03721;
    transform: translateY(-50%) scale(1.1);
}

.gallery-prev {
    left: 20px;
}

.gallery-next {
    right: 20px;
}

.gallery-counter {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    background: rgba(255, 255, 255, 0.95);
    padding: 10px 20px;
    border-radius: 50px;
    font-weight: 600;
    color: var(--dark);
}

/* Gallery Thumbnails */
.gallery-thumbnails {
    display: flex;
    gap: 15px;
    overflow-x: auto;
    padding: 10px 0;
    scroll-behavior: smooth;
}

.gallery-thumbnails::-webkit-scrollbar {
    height: 8px;
}

.gallery-thumbnails::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 10px;
}

.gallery-thumbnails::-webkit-scrollbar-thumb {
    background: var(--primary);
    border-radius: 10px;
}

.thumbnail-item {
    min-width: 120px;
    height: 80px;
    border-radius: 8px;
    overflow: hidden;
    cursor: pointer;
    border: 3px solid transparent;
    transition: all 0.3s ease;
}

.thumbnail-item:hover {
    transform: scale(1.05);
}

.thumbnail-item.active {
    border-color: var(--primary);
}

.thumbnail-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Modal Actions */
.modal-actions {
    display: flex;
    gap: 15px;
    padding: 30px 40px;
    background: #f8f9fa;
    border-top: 1px solid #e9ecef;
    justify-content: center;
}

.action-btn {
    padding: 12px 25px;
    background: var(--white);
    border: 2px solid #e9ecef;
    color: var(--text);
    border-radius: 50px;
    font-weight: 600;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 8px;
    transition: all 0.3s ease;
}

.action-btn:hover {
    border-color: var(--primary);
    color: var(--primary);
    transform: translateY(-2px);
}

/* No Events State */
.no-events {
    text-align: center;
    padding: 80px 20px;
    grid-column: 1 / -1;
}

.no-events i {
    font-size: 5rem;
    color: var(--text-light);
    margin-bottom: 20px;
}

.no-events h3 {
    font-size: 2rem;
    color: var(--dark);
    margin-bottom: 10px;
}

.no-events p {
    color: var(--text-light);
    font-size: 1.1rem;
}

/* Load More Section */
.load-more-section {
    text-align: center;
    padding: 20px 0;
}

.load-more-btn {
    padding: 15px 40px;
    background: var(--gradient);
    color: var(--white);
    border: none;
    border-radius: 50px;
    font-weight: 600;
    font-size: 1rem;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    transition: all 0.3s ease;
    box-shadow: 0 8px 25px rgba(160, 55, 33, 0.3);
}

.load-more-btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 12px 35px rgba(160, 55, 33, 0.4);
}

/* =============================================
   RESPONSIVE DESIGN
   ============================================= */

@media (max-width: 991px) {
    .events-grid {
        grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
        gap: 20px;
    }
    
    .filter-bar {
        flex-direction: column;
        align-items: stretch;
    }
    
    .filter-group {
        justify-content: center;
    }
    
    .search-box {
        width: 100%;
    }

    .search-box input {
        font-size: 14px;
    }
    
    .modal-container {
        width: 95%;
    }
    
    .modal-header {
        padding: 30px 20px;
    }
    
    .modal-title {
        font-size: 2rem;
    color: #a03721;
    }
    
    .modal-gallery {
        padding: 20px;
    }
    
    .gallery-main-image {
        height: 400px;
    }
    
    .modal-actions {
        padding: 20px;
        flex-wrap: wrap;
    }
}

@media (max-width: 767px) {
    .events-hero {
        height: 50vh;
        min-height: 400px;
    }
    
    .events-hero .hero-title {
        font-size: 2.5rem;
    }
    
    .events-grid {
        grid-template-columns: 1fr;
    }
    
    .filter-btn {
        padding: 10px 18px;
        font-size: 0.85rem;
    }
    
    .event-thumbnail {
        height: 220px;
    }
    
    .event-content {
        padding: 20px;
    }
    
    .event-title {
        font-size: 1.3rem;
    }
    
    .event-footer {
        flex-direction: column;
        gap: 15px;
        align-items: flex-start;
    }
    
    .quick-view-btn {
        width: 100%;
        justify-content: center;
    }
    
    .modal-container {
        max-height: 95vh;
        border-radius: 12px;
    }
    
    .close-modal {
        top: 10px;
        right: 10px;
        width: 40px;
        height: 40px;
    }
    
    .modal-title {
        font-size: 1.5rem;
            color: #a03721;
    }
    
    .modal-meta {
        flex-direction: column;
        gap: 10px;
    }
    
    .gallery-main-image {
        height: 300px;
    }
    
    .gallery-nav {
        width: 40px;
        height: 40px;
    }
    
    .gallery-prev {
        left: 10px;
    }
    
    .gallery-next {
        right: 10px;
    }
    
    .thumbnail-item {
        min-width: 100px;
        height: 70px;
    }
    
    .action-btn {
        padding: 10px 20px;
        font-size: 0.9rem;
    }
}

@media (max-width: 480px) {
    .events-hero .hero-title {
        font-size: 2rem;
    }
    
    .events-hero .hero-description {
        font-size: 1rem;
    }
    
    .filter-group {
        gap: 8px;
    }
    
    .filter-btn {
        padding: 8px 15px;
        font-size: 0.8rem;
    }
    
    .modal-header {
        padding: 20px 15px;
    }
    
    .modal-gallery {
        padding: 15px;
    }
    
    .gallery-main-image {
        height: 250px;
    }
    
    .modal-actions {
        padding: 15px;
    }
}

/* official program grid */
.program-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 20px;
}

.program-card {
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  padding: 15px;
  text-align: center;
  transition: transform 0.2s ease;
}

.program-card:hover {
  transform: translateY(-4px);
}

.program-card img {
  width: 100%;
  border-radius: 8px;
  margin-bottom: 10px;
}

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 10px;
  margin-top: 20px;
}

.gallery-grid img {
  width: 100%;
  border-radius: 8px;
}

/* =============================================
   SINGLE OFFICIAL PROGRAM PAGE
   ============================================= */

/* Hero Section */
.program-hero {
  position: relative;
  height: 70vh;
  min-height: 600px;
  display: flex;
  align-items: center;
  overflow: hidden;
}

.hero-image-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.hero-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  animation: kenburns 20s ease-in-out infinite alternate;
}

.hero-placeholder {
  width: 100%;
  height: 100%;
 background: linear-gradient(
      135deg,
      rgba(160, 55, 33, 0.95) 0%,
      rgba(247, 202, 24, 0.85) 100%
    ),
    url("../images/events-hero.jpg") center/cover;
  animation: kenburns 20s ease-in-out infinite alternate;}

@keyframes kenburns {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.1);
  }
}

.hero-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0.5) 0%,
    rgba(0, 0, 0, 0.8) 100%
  );
}

.hero-content {
  position: relative;
  z-index: 10;
  width: 100%;
  padding: 0 20px;
}

.breadcrumb {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 20px;
  font-size: 0.9rem;
}

.breadcrumb a {
  color: rgba(255, 255, 255, 0.8);
  text-decoration: none;
  transition: color 0.3s ease;
}

.breadcrumb a:hover {
  color: var(--white);
}

.breadcrumb i {
  color: rgba(255, 255, 255, 0.5);
  font-size: 0.7rem;
}

.breadcrumb span {
  color: var(--white);
}

.program-status-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 20px;
  border-radius: 50px;
  font-weight: 600;
  font-size: 2rem;
  margin-bottom: 20px;
}

.program-status-badge.upcoming {
  background: rgba(37, 99, 235, 0.9);
  color: var(--white);
}

.program-status-badge.ongoing {
  background: rgba(34, 197, 94, 0.9);
  color: var(--white);
}

.program-status-badge.completed {
  background: rgba(148, 163, 184, 0.9);
  color: var(--white);
}

.program-status-badge i {
  font-size: 0.6rem;
  animation: pulse 2s infinite;
}

.program-title {
  font-family: "Montserrat-Bold", sans-serif;
  font-size: clamp(2.5rem, 6vw, 4rem);
  font-weight: 900;
  color: var(--white);
  margin-bottom: 30px;
  line-height: 1.2;
  text-shadow: 0 4px 20px rgba(0, 0, 0, 0.5);
}

.program-meta {
  display: flex;
  gap: 30px;
  margin-bottom: 40px;
  flex-wrap: wrap;
}

.program-meta .meta-item {
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--white);
  font-size: 1.1rem;
  font-weight: 500;
}

.program-meta .meta-item i {
  color: var(--accent);
  font-size: 1.3rem;
}

.hero-cta {
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
}

.btn {
  padding: 15px 35px;
  border-radius: 50px;
  font-weight: 600;
  font-size: 1rem;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  transition: all 0.3s ease;
  border: none;
  text-decoration: none;
}

.btn-primary {
  background: var(--gradient);
  color: var(--white);
  box-shadow: 0 8px 25px rgba(160, 55, 33, 0.4);
}

.btn-primary:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 35px rgba(160, 55, 33, 0.5);
}

.btn-secondary {
  background: rgba(255, 255, 255, 0.1);
  color: var(--white);
  backdrop-filter: blur(10px);
  border: 2px solid rgba(255, 255, 255, 0.3);
}

.btn-secondary:hover {
  background: rgba(255, 255, 255, 0.2);
  border-color: rgba(255, 255, 255, 0.5);
  transform: translateY(-3px);
}

.btn-large {
  padding: 18px 40px;
  font-size: 1.1rem;
}

/* Program Details Section */
.program-details {
  padding: 80px 0;
  background: linear-gradient(180deg, #ffffff 0%, #f8f9fa 100%);
}

.details-grid {
  display: grid;
  grid-template-columns: 1fr 380px;
  gap: 40px;
}

/* Main Content */
.details-main {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.content-card {
  background: var(--white);
  border-radius: 20px;
  padding: 40px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
}

.content-card:hover {
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.12);
}

.card-title {
  font-size: 1.8rem;
  color: var(--dark);
  margin-bottom: 25px;
  display: flex;
  align-items: center;
  gap: 12px;
  padding-bottom: 20px;
  border-bottom: 2px solid #e9ecef;
}

.card-title i {
  color: var(--primary);
  font-size: 1.5rem;
}

.photo-count-badge {
  margin-left: auto;
  padding: 6px 15px;
  background: var(--gradient-light);
  color: var(--primary);
  border-radius: 50px;
  font-size: 0.9rem;
  font-weight: 600;
}

.card-content {
  color: var(--text);
  line-height: 1.8;
}

.program-description p {
  margin-bottom: 20px;
  font-size: 1.5rem;
}

.organizer-name {
  font-size: 1.3rem;
  font-weight: 600;
  color: var(--primary);
}

/* Photo Gallery Grid */
.photo-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  gap: 15px;
}

.photo-item {
  position: relative;
  height: 200px;
  border-radius: 12px;
  overflow: hidden;
  cursor: pointer;
  transition: all 0.3s ease;
}

.photo-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}

.photo-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s ease;
}

.photo-item:hover img {
  transform: scale(1.1);
}

.photo-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.photo-item:hover .photo-overlay {
  opacity: 1;
}

.view-photo-btn {
  width: 50px;
  height: 50px;
  background: var(--white);
  border: none;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
  color: var(--primary);
  transition: all 0.3s ease;
}

.view-photo-btn:hover {
  transform: scale(1.1);
  background: var(--primary);
  color: var(--white);
}

/* Sidebar */
.details-sidebar {
  display: flex;
  flex-direction: column;
  gap: 25px;
}

.sidebar-card {
  background: var(--white);
  border-radius: 20px;
  padding: 30px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  position: sticky;
  top: 100px;
}

.sidebar-title {
  font-size: 1.3rem;
  color: var(--dark);
  margin-bottom: 20px;
  padding-bottom: 15px;
  border-bottom: 2px solid #e9ecef;
}

/* Quick Info */
.info-list {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-bottom: 25px;
}

.info-item {
  display: flex;
  gap: 15px;
}

.info-icon {
  width: 45px;
  height: 45px;
  background: var(--gradient-light);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.info-icon i {
  color: var(--primary);
  font-size: 1.2rem;
}

.info-content {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.info-label {
  font-size: 0.85rem;
  color: var(--text-light);
  font-weight: 500;
}

.info-value {
  font-size: 1rem;
  color: var(--dark);
  font-weight: 600;
}

.info-value.status-upcoming {
  color: #2563eb;
}

.info-value.status-ongoing {
  color: #22c55e;
}

.info-value.status-completed {
  color: #94a3b8;
}

.btn-full {
  width: 100%;
  justify-content: center;
  margin-top: 10px;
}

/* Contact Card */
.contact-list {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.contact-item {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px;
  background: #f8f9fa;
  border-radius: 10px;
  transition: all 0.3s ease;
}

.contact-item:hover {
  background: var(--gradient-light);
}

.contact-item i {
  color: var(--primary);
  font-size: 1.1rem;
  width: 20px;
}

.contact-item a {
  color: var(--text);
  text-decoration: none;
  transition: color 0.3s ease;
}

.contact-item a:hover {
  color: var(--primary);
}

/* Share Card */
.share-buttons {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 10px;
}

.share-btn {
  width: 50px;
  height: 50px;
  border: none;
  border-radius: 12px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
  color: var(--white);
  transition: all 0.3s ease;
}

.share-btn:hover {
  transform: translateY(-3px);
}

.share-btn.facebook {
  background: #1877f2;
}

.share-btn.twitter {
  background: #1da1f2;
}

.share-btn.linkedin {
  background: #0a66c2;
}

.share-btn.whatsapp {
  background: #25d366;
}

.share-btn.copy {
  background: var(--text);
}

/* Related Programs */
.related-programs {
  padding: 80px 0;
  background: var(--light);
}

.section-title {
  font-size: 2.5rem;
  color: var(--dark);
  font-weight: 500;
  text-align: center;
  margin-bottom: 50px;
}

.programs-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

.related-card {
  background: var(--white);
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
}

.related-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.15);
}

.related-image {
  height: 200px;
  overflow: hidden;
}

.related-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s ease;
}

.related-card:hover .related-image img {
  transform: scale(1.1);
}

.image-placeholder {
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, var(--primary) 0%, var(--accent) 100%);
}

.related-content {
  padding: 25px;
}

.related-content h3 {
  font-size: 1.3rem;
  margin-bottom: 15px;
}

.related-content h3 a {
  color: var(--dark);
  text-decoration: none;
  transition: color 0.3s ease;
}

.related-content h3 a:hover {
  color: var(--primary);
}

.related-meta {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-bottom: 20px;
  font-size: 0.9rem;
  color: var(--text-light);
}

.related-meta span {
  display: flex;
  align-items: center;
  gap: 8px;
}

.related-meta i {
  color: var(--primary);
}

.view-more {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--primary);
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease;
  font-size: 14px;
}

.view-more:hover {
  gap: 12px;
}

/* Gallery Modal */
.gallery-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10000;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease;
}

.gallery-modal.active {
  opacity: 1;
  visibility: visible;
}

.modal-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.95);
  cursor: pointer;
}

.modal-container {
  position: relative;
  width: 90%;
  max-width: 1200px;
  max-height: 90vh;
  background: var(--white);
  border-radius: 20px;
  overflow-y: auto;
  z-index: 10001;
  animation: modalSlideIn 0.4s ease;
}

@keyframes modalSlideIn {
  from {
    transform: translateY(-50px);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}

.close-modal {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 45px;
  height: 45px;
  background: rgba(255, 255, 255, 0.95);
  border: none;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.3rem;
  color: var(--dark);
  z-index: 10;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.close-modal:hover {
  transform: rotate(90deg);
  background: var(--primary);
  color: var(--white);
}

/* Modal Gallery */
.modal-gallery {
  padding: 40px;
}

.gallery-main {
  position: relative;
  margin-bottom: 30px;
  border-radius: 12px;
  overflow: hidden;
  background: #000;
}

.gallery-main-image {
  width: 100%;
  height: 600px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.gallery-main-image img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  transition: opacity 0.3s ease;
}

.gallery-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 50px;
  height: 50px;
  background: rgba(255, 255, 255, 0.95);
  border: none;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
  color: var(--dark);
  transition: all 0.3s ease;
  z-index: 10;
}

.gallery-nav:hover {
  background: var(--primary);
  color: var(--white);
  transform: translateY(-50%) scale(1.1);
}

.gallery-prev {
  left: 20px;
}

.gallery-next {
  right: 20px;
}

.gallery-counter {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  background: rgba(255, 255, 255, 0.95);
  padding: 10px 20px;
  border-radius: 50px;
  font-weight: 600;
  color: var(--dark);
}

/* Gallery Thumbnails */
.gallery-thumbnails {
  display: flex;
  gap: 15px;
  overflow-x: auto;
  padding: 10px 0;
  scroll-behavior: smooth;
}

.gallery-thumbnails::-webkit-scrollbar {
  height: 8px;
}

.gallery-thumbnails::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 10px;
}

.gallery-thumbnails::-webkit-scrollbar-thumb {
  background: var(--primary);
  border-radius: 10px;
}

.thumbnail-item {
  min-width: 120px;
  height: 80px;
  border-radius: 8px;
  overflow: hidden;
  cursor: pointer;
  border: 3px solid transparent;
  transition: all 0.3s ease;
}

.thumbnail-item:hover {
  transform: scale(1.05);
}

.thumbnail-item.active {
  border-color: var(--primary);
}

.thumbnail-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Modal Actions */
.modal-actions {
  display: flex;
  gap: 15px;
  padding: 30px 40px;
  background: #f8f9fa;
  border-top: 1px solid #e9ecef;
  justify-content: center;
}

.action-btn {
  padding: 12px 25px;
  background: var(--white);
  border: 2px solid #e9ecef;
  color: var(--text);
  border-radius: 50px;
  font-weight: 600;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 8px;
  transition: all 0.3s ease;
}

.action-btn:hover {
  border-color: var(--primary);
  color: var(--primary);
  transform: translateY(-2px);
}

/* =============================================
   RESPONSIVE DESIGN
   ============================================= */

@media (max-width: 1024px) {
  .details-grid {
    grid-template-columns: 1fr;
  }

  .sidebar-card {
    position: static;
  }

  .programs-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 768px) {
  .program-hero {
    height: 60vh;
    min-height: 500px;
  }

  .program-title {
    font-size: 2rem;
  }

  .program-meta {
    flex-direction: column;
    gap: 15px;
  }

  .hero-cta {
    flex-direction: column;
  }

  .btn {
    width: 100%;
    justify-content: center;
  }

  .content-card {
    padding: 25px;
  }

  .card-title {
    font-size: 1.5rem;
    flex-wrap: wrap;
  }

  .photo-grid {
    grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
    gap: 10px;
  }

  .photo-item {
    height: 150px;
  }

  .programs-grid {
    grid-template-columns: 1fr;
  }

  .share-buttons {
    grid-template-columns: repeat(5, 1fr);
    gap: 8px;
  }

  .share-btn {
    width: 45px;
    height: 45px;
  }

  .modal-container {
    width: 95%;
    border-radius: 12px;
  }

  .modal-gallery {
    padding: 20px;
  }

  .gallery-main-image {
    height: 400px;
  }

  .gallery-nav {
    width: 40px;
    height: 40px;
  }

  .gallery-prev {
    left: 10px;
  }

  .gallery-next {
    right: 10px;
  }

  .modal-actions {
    padding: 20px;
    flex-wrap: wrap;
  }
}

@media (max-width: 480px) {
  .program-hero {
    height: 50vh;
    min-height: 400px;
  }

  .program-title {
    font-size: 1.8rem;
  }

  .breadcrumb {
    font-size: 0.8rem;
  }

  .photo-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .gallery-main-image {
    height: 300px;
  }

  .thumbnail-item {
    min-width: 100px;
    height: 70px;
  }

  .action-btn {
    padding: 10px 20px;
    font-size: 0.9rem;
  }
}

/* =============================================
   OFFICIAL PROGRAMS PAGE - COMPLETE CSS
   ============================================= */

/* Variables */
:root {
  --primary: #a03721;
  --primary-dark: #7d2a17;
  --accent: #f7ca18;
  --dark: #1a1a1a;
  --light: #f8f9fa;
  --white: #ffffff;
  --text: #333333;
  --text-light: #6c757d;
  --gradient: linear-gradient(135deg, #a03721 0%, #f7ca18 100%);
  --gradient-light: linear-gradient(
    135deg,
    rgba(160, 55, 33, 0.1) 0%,
    rgba(247, 202, 24, 0.1) 100%
  );
  --shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  --shadow-lg: 0 20px 60px rgba(0, 0, 0, 0.15);
}

/* Reset for this page */
.official-programs-page * {
  box-sizing: border-box;
}

/* Hero Section */
.programs-hero {
  position: relative;
  height: 60vh;
  min-height: 500px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.programs-hero .hero-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
      135deg,
      rgba(160, 55, 33, 0.95) 0%,
      rgba(247, 202, 24, 0.85) 100%
    ),
    url("images/slider1.jpg") center/cover;
  animation: kenburns 20s ease-in-out infinite alternate;
}

@keyframes kenburns {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.1);
  }
}

.programs-hero .hero-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: radial-gradient(
    ellipse at center,
    transparent 0%,
    rgba(26, 26, 26, 0.4) 100%
  );
}

.programs-hero .hero-content {
  position: relative;
  z-index: 10;
  text-align: center;
  color: var(--white);
  max-width: 800px;
  padding: 0 20px;
}

.programs-hero .hero-subtitle {
  font-size: 1.1rem;
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-bottom: 15px;
  font-weight: 300;
  opacity: 0.95;
}

.programs-hero .hero-title {
  font-family: "Montserrat-Bold", sans-serif;
  font-size: clamp(3rem, 6vw, 5rem);
  font-weight: 900;
  margin-bottom: 20px;
  line-height: 1.1;
}

.programs-hero .hero-description {
  font-size: 1.2rem;
  font-weight: 300;
  opacity: 0.95;
}

.scroll-indicator {
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
}

.mouse-scroll {
  width: 25px;
  height: 40px;
  border: 2px solid rgba(255, 255, 255, 0.6);
  border-radius: 15px;
  position: relative;
  animation: scroll 2s infinite;
}

.mouse-scroll::before {
  content: "";
  position: absolute;
  top: 8px;
  left: 50%;
  transform: translateX(-50%);
  width: 4px;
  height: 8px;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 2px;
}

@keyframes scroll {
  0%,
  100% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
}

/* Featured Program */
.featured-program {
  padding: 80px 0;
  background: var(--white);
    font-family: "Montserrat-Regular", sans-serif;
}

.featured-badge {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 12px 25px;
  background: var(--gradient);
  color: var(--white);
  border-radius: 50px;
  font-weight: 600;
  margin-bottom: 40px;
  box-shadow: 0 8px 25px rgba(160, 55, 33, 0.3);
}

.featured-badge i {
  font-size: 1.2rem;
}

.featured-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
}

.featured-image {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: var(--shadow-lg);
}

.featured-image img {
  width: 100%;
  height: 500px;
  object-fit: cover;
  display: block;
  transition: transform 0.6s ease;
}

.featured-program:hover .featured-image img {
  transform: scale(1.05);
}

.image-placeholder {
  width: 100%;
  height: 500px;
  background: var(--gradient);
}

.image-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    to bottom,
    transparent 50%,
    rgba(0, 0, 0, 0.7) 100%
  );
  pointer-events: none;
}

.event-date-badge {
  position: absolute;
  bottom: 30px;
  left: 30px;
  background: var(--white);
  padding: 20px;
  border-radius: 15px;
  text-align: center;
  min-width: 90px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
}

.event-date-badge .day {
  display: block;
  font-size: 2.5rem;
  font-weight: 800;
  color: var(--primary);
  line-height: 1;
}

.event-date-badge .month {
  display: block;
  font-size: 1rem;
  color: var(--text-light);
  text-transform: uppercase;
  margin-top: 5px;
}

.featured-content {
  padding: 20px 0;
}

.featured-meta {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-bottom: 25px;
}

.featured-meta .meta-item {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 1rem;
  color: var(--text-light);
}

.featured-meta .meta-item i {
  color: var(--primary);
  font-size: 1.2rem;
  width: 20px;
}

.featured-title {
  font-size: 2.5rem;
  color: var(--dark);
  margin-bottom: 20px;
  line-height: 1.3;
    font-family: "Montserrat-Regular", sans-serif;
}

.featured-description {
  font-size: 1.5rem;
  color: var(--text);
  line-height: 1.8;
  margin-bottom: 25px;
    font-family: "Montserrat-Regular", sans-serif;

}

.attendees-info {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 15px 20px;
  background: var(--gradient-light);
  border-radius: 10px;
  margin-bottom: 30px;
  font-weight: 600;
  color: var(--primary);
}

.attendees-info i {
  font-size: 1.2rem;
}

.featured-actions {
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
}

.btn {
  padding: 15px 35px;
  border-radius: 50px;
  font-weight: 600;
  font-size: 1rem;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  transition: all 0.3s ease;
  border: none;
  text-decoration: none;
}

.btn-primary {
  background: var(--gradient);
  color: var(--white);
  box-shadow: 0 8px 25px rgba(160, 55, 33, 0.3);
}

.btn-primary:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 35px rgba(160, 55, 33, 0.4);
}

.btn-secondary {
  background: transparent;
  color: var(--primary);
  border: 2px solid var(--primary);
}

.btn-secondary:hover {
  background: var(--primary);
  color: var(--white);
  transform: translateY(-3px);
}

.btn-large {
  padding: 18px 40px;
  font-size: 1.1rem;
}

/* Filter Section */
.programs-filter {
  padding: 60px 0 40px;
  background: #f8f9fa;
  border-top: 1px solid #e9ecef;
}

.filter-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 30px;
}

.section-title {
  font-size: 2.5rem;
  color: var(--dark);
  margin: 0;
}

.filter-controls {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

.filter-btn {
  padding: 12px 24px;
  border: 2px solid #e9ecef;
  background: var(--white);
  color: var(--text);
  border-radius: 50px;
  font-weight: 600;
  font-size: 0.95rem;
  cursor: pointer;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  gap: 8px;
}

.filter-btn:hover {
  border-color: var(--primary);
  color: var(--primary);
  transform: translateY(-2px);
}

.filter-btn.active {
  background: var(--gradient);
  color: var(--white);
  border-color: transparent;
  box-shadow: 0 4px 15px rgba(160, 55, 33, 0.3);
}

/* Programs List */
.programs-list {
  padding: 60px 0 80px;
  background: #f8f9fa;
}

.programs-content {
  display: flex;
  flex-direction: column;
  gap: 25px;
}

.program-card {
  background: var(--white);
  border-radius: 20px;
  padding: 30px;
  display: flex;
  align-items: center;
  gap: 30px;
  box-shadow: var(--shadow);
  transition: all 0.4s ease;
}

.program-card:hover {
  transform: translateY(-5px);
  box-shadow: var(--shadow-lg);
}

.program-date {
  flex-shrink: 0;
  text-align: center;
  padding: 20px;
  background: var(--gradient-light);
  border-radius: 15px;
  min-width: 100px;
}

.program-date .date-day {
  display: block;
  font-size: 2.5rem;
  font-weight: 800;
  color: var(--primary);
  line-height: 1;
}

.program-date .date-month {
  display: block;
  font-size: 1rem;
  color: var(--text-light);
  text-transform: uppercase;
  margin-top: 8px;
  font-weight: 600;
}

.program-content {
  flex-grow: 1;
}

.program-header {
  margin-bottom: 15px;
}

.program-status {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 6px 15px;
  border-radius: 50px;
  font-size: 1rem;
  font-weight: 600;
  margin-bottom: 12px;
  font-family: "Montserrat-Regular", sans-serif;
}

.program-status i {
  font-size: 1rem;
}

.status-upcoming {
  background: rgba(37, 99, 235, 0.1);
  color: #2563eb;
}

.status-ongoing {
  background: rgba(34, 197, 94, 0.1);
  color: #22c55e;
}

.status-completed {
  background: rgba(148, 163, 184, 0.1);
  color: #94a3b8;
}

.program-title {
  font-size: 1.5rem;
  margin: 0;
}

.program-title a {
  color: var(--dark);
  text-decoration: none;
  transition: color 0.3s ease;
}

.program-title a:hover {
  color: var(--primary);
}

.program-meta {
  display: flex;
  gap: 20px;
  margin: 15px 0;
  flex-wrap: wrap;
}

.program-meta .meta-item {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 1.5rem;
  color: #1d1d1d;
}

.program-meta .meta-item i {
  color: var(--primary);
}

.program-description {
  color: var(--text);
  line-height: 1.6;
  margin: 0;
}

.program-action {
  flex-shrink: 0;
}

.view-program-btn {
  padding: 12px 25px;
  background: transparent;
  border: 2px solid var(--primary);
  color: var(--primary);
  border-radius: 50px;
  font-weight: 600;
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 8px;
  transition: all 0.3s ease;
  font-size: 1rem;
}

.view-program-btn:hover {
  /* background: var(--gradient);
  color: var(--white);
  border-color: transparent;
  transform: translateX(5px); */
  color:#a03721;
}

/* No Programs State */
.no-programs {
  text-align: center;
  padding: 80px 20px;
  background: var(--white);
  border-radius: 20px;
  box-shadow: var(--shadow);
}

.no-programs i {
  font-size: 5rem;
  color: var(--text-light);
  margin-bottom: 20px;
  opacity: 0.5;
}

.no-programs h3 {
  font-size: 2rem;
  color: var(--dark);
  margin-bottom: 10px;
}

.no-programs p {
  color: var(--text-light);
  font-size: 1.1rem;
}

/* CTA Section */
.programs-cta {
  position: relative;
  padding: 100px 0;
  overflow: hidden;
}

.cta-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--gradient);
}

.cta-content {
  position: relative;
  z-index: 10;
  text-align: center;
  color: var(--white);
  max-width: 800px;
  margin: 0 auto;
}

.cta-content h2 {
  font-size: 3rem;
  margin-bottom: 20px;
  font-family: "Montserrat", sans-serif;
}

.cta-content p {
  font-size: 1.3rem;
  margin-bottom: 40px;
  opacity: 0.95;
}

.cta-actions {
  display: flex;
  gap: 15px;
  justify-content: center;
  flex-wrap: wrap;
}

.cta-actions .btn-primary {
  background: var(--white);
  color: var(--primary);
}

.cta-actions .btn-secondary {
  border-color: var(--white);
  color: var(--white);
}

.cta-actions .btn-secondary:hover {
  background: var(--white);
}


/* =============================================
   RESPONSIVE DESIGN ONLY
   ============================================= */

/* Large Tablets (max-width: 1200px) */
@media (max-width: 1200px) {
  .featured-grid {
    gap: 40px;
  }
  .featured-title {
    font-size: 2.2rem;
  }
  .featured-description {
    font-size: 1.2rem;
  }
  .section-title {
    font-size: 2.2rem;
  }
}

/* Tablets (max-width: 992px) */
@media (max-width: 992px) {
  .programs-hero {
    height: 50vh;
    min-height: 400px;
  }

  .featured-grid {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .featured-image img {
    height: 400px;
  }

  .featured-content {
    padding: 10px 0;
  }

  .featured-program {
    padding: 60px 30px;
  }

  .program-card {
    flex-direction: column;
    text-align: center;
  }

  .program-date {
    margin-bottom: 15px;
  }

  .filter-header {
    flex-direction: column;
    text-align: center;
    gap: 20px;
  }

  .filter-controls {
    justify-content: center;
  }

  .cta-content h2 {
    font-size: 2.5rem;
  }
  .cta-content p {
    font-size: 1.1rem;
  }
}

/* Mobile Devices (max-width: 768px) */
@media (max-width: 768px) {
  .programs-hero {
    height: 45vh;
  }

  .programs-hero .hero-title {
    font-size: 2.3rem;
  }

  .programs-hero .hero-description {
    font-size: 1rem;
  }

  .featured-program {
    padding: 50px 20px;
  }

  .featured-badge {
    font-size: 0.9rem;
    padding: 10px 18px;
  }

  .featured-title {
    font-size: 1.8rem;
  }

  .featured-description {
    font-size: 1rem;
  }

  .btn,
  .view-program-btn {
    padding: 10px 22px;
    font-size: 0.9rem;
  }

  .program-card {
    padding: 20px;
  }

  .program-title {
    font-size: 1.3rem;
  }

  .program-meta {
    flex-direction: column;
    gap: 10px;
    text-align: center;
  }

  .program-meta .meta-item {
    font-size: 1rem;
  }

  .section-title {
    font-size: 2rem;
    text-align: center;
  }

  .cta-actions {
    flex-direction: column;
    gap: 10px;
  }
}

/* Small Phones (max-width: 576px) */
@media (max-width: 576px) {
  .programs-hero {
    height: 40vh;
    min-height: 300px;
  }

  .programs-hero .hero-title {
    font-size: 1.9rem;
  }

  .featured-image img {
    height: 280px;
  }

  .event-date-badge {
    bottom: 20px;
    left: 20px;
    padding: 12px;
    min-width: 70px;
  }

  .event-date-badge .day {
    font-size: 2rem;
  }

  .featured-actions {
    flex-direction: column;
    align-items: center;
  }

  .attendees-info {
    flex-direction: column;
    text-align: center;
  }

  .programs-filter {
    padding: 40px 10px;
  }

  .programs-list {
    padding: 40px 10px 60px;
  }

  .program-card {
    padding: 15px;
  }

  .cta-content h2 {
    font-size: 1.8rem;
  }

  .cta-content p {
    font-size: 0.95rem;
  }
}

/* Extra Small (max-width: 400px) */
@media (max-width: 400px) {
  .btn,
  .btn-primary,
  .btn-secondary,
  .view-program-btn {
    width: 100%;
    justify-content: center;
  }

  .featured-title {
    font-size: 1.5rem;
  }

  .featured-description {
    font-size: 0.95rem;
  }

  .program-title {
    font-size: 1rem;
  }

  .filter-controls {
    flex-direction: column;
  }
}

/* ====================================
   Career Opportunity Additional Styles
   Add this to your existing CSS
   ==================================== */

/* Status styling */
.alumni-directory-content .status-closed {
    color: #e74c3c !important;
    font-weight: 600;
}

/* Disabled button */
.bnt-disabled {
    background: #95a5a6 !important;
    color: white !important;
    cursor: not-allowed;
    opacity: 0.6;
    pointer-events: none;
}

/* Position link styling */
.alumni-directory-content .position a {
    color: inherit;
    text-decoration: none;
    transition: color 0.3s ease;
}

.alumni-directory-content .position a:hover {
    color: #667eea;
    text-decoration: underline;
}

/* Company logo styling */
.alumni-directory-content .company img {
    width: 50px;
    height: 50px;
    object-fit: cover;
    border-radius: 5px;
}

/* No results message */
.no-results {
    padding: 40px 20px;
    text-align: center;
    color: #666;
    font-size: 16px;
}

.no-results p {
    margin: 0;
}

/* Pagination active state enhancement */
.pagination .current span {
    background: #667eea;
    color: white;
}

/* Filter form enhancement */
.sellect-career-opportunity .input-search-keywords {
    padding: 10px 15px;
    border: 1px solid #ddd;
    border-radius: 5px;
    transition: border-color 0.3s ease;
}

.sellect-career-opportunity .input-search-keywords:focus {
    border-color: #667eea;
    outline: none;
}

/* Apply button states */
.apply .bnt-theme {
    transition: all 0.3s ease;
}

.apply .bnt-theme:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

/* Responsive adjustments for career opportunity table */
@media (max-width: 768px) {
    .alumni-directory-content .label-content {
        display: none;
    }
    
    .alumni-directory-content .box-content {
        display: flex;
        flex-direction: column;
        padding: 20px;
        border-bottom: 1px solid #eee;
    }
    
    .alumni-directory-content .box-content span {
        width: 100% !important;
        padding: 8px 0;
        text-align: left !important;
    }
    
    .alumni-directory-content .box-content span:before {
        content: attr(class);
        font-weight: 600;
        text-transform: capitalize;
        margin-right: 10px;
        color: #667eea;
    }
    
    .alumni-directory-content .company {
        display: flex;
        align-items: center;
        gap: 10px;
    }
    
    .alumni-directory-content .company:before {
        content: 'Company: ';
    }
    
    .alumni-directory-content .apply {
        margin-top: 10px;
    }
}

/* ====================================
   Modern Blog Page Styles
   ==================================== */

/* Latest Article / Featured Post */
.latest-article {
    position: relative;
    margin-bottom: 60px;
    overflow: hidden;
}

.latest-article .container {
    position: relative;
}

.latest-article .area-img {
    width: 100%;
    height: 500px;
    overflow: hidden;
    border-radius: 15px;
    position: relative;
}

.latest-article .area-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.latest-article:hover .area-img img {
    transform: scale(1.05);
}

.latest-article .area-content {
    position: absolute;
    bottom: 40px;
    left: 40px;
    right: 40px;
    z-index: 2;
    background: rgba(255, 255, 255, 0.95);
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15);
}

.latest-article .category .bnt {
    display: inline-block;
    padding: 8px 20px;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    border-radius: 20px;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1px;
    text-decoration: none;
    transition: all 0.3s ease;
}

.latest-article .category .bnt:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(102, 126, 234, 0.4);
}

.latest-article .article-title h2 {
    font-size: 32px;
    font-weight: 700;
    margin: 15px 0;
    line-height: 1.4;
}

.latest-article .article-title h2 a {
    color: #1a202c;
    text-decoration: none;
    transition: color 0.3s ease;
}

.latest-article .article-title h2 a:hover {
    color: #667eea;
}

.latest-article .stats {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}

.latest-article .stats span {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    color: #4a5568;
}

.latest-article .stats .icon {
    width: 16px;
    height: 16px;
    display: inline-block;
}

/* Blog Content Area */
.blog-content {
    padding: 60px 0;
}

/* Article Items */
.articles {
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.article-item {
    background: white;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
}

.article-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12);
}

.article-item .area-img {
    width: 100%;
    height: 300px;
    overflow: hidden;
}

.article-item .area-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.article-item:hover .area-img img {
    transform: scale(1.1);
}

.article-item .area-content {
    padding: 30px;
    display: flex;
    gap: 20px;
}

.article-item .article-left {
    flex-shrink: 0;
}

.article-item .category-title h6 {
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #667eea;
    margin-bottom: 10px;
}

.article-item .category-title h6 a {
    color: #667eea;
    text-decoration: none;
}

.article-item .article-left .stats {
    display: flex;
    align-items: center;
    gap: 5px;
    font-size: 13px;
}

.article-item .article-left .stats a {
    color: #718096;
    text-decoration: none;
}

.article-item .article-left .stats a:hover {
    color: #667eea;
}

.article-item .article-right {
    flex-grow: 1;
}

.article-item .article-right h3 {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 15px;
    line-height: 1.4;
}

.article-item .article-right h3 a {
    color: #1a202c;
    text-decoration: none;
    transition: color 0.3s ease;
}

.article-item .article-right h3 a:hover {
    color: #667eea;
}

.article-item .article-right p {
    color: #4a5568;
    line-height: 1.7;
    margin-bottom: 15px;
}

.article-item .article-right .stats {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}

.article-item .article-right .stats span {
    display: flex;
    align-items: center;
    gap: 5px;
    font-size: 13px;
    color: #718096;
}

/* Pagination */
.pagination-wrapper {
    margin-top: 50px;
}

.pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    list-style: none;
    padding: 0;
    margin: 0;
}

.pagination li {
    list-style: none;
}

.pagination li a,
.pagination li span {
    display: inline-block;
    padding: 10px 16px;
    border: 2px solid #e2e8f0;
    border-radius: 8px;
    color: #4a5568;
    text-decoration: none;
    font-weight: 600;
    transition: all 0.3s ease;
}

.pagination li a:hover {
    background: #667eea;
    color: white;
    border-color: #667eea;
}

.pagination li.current span {
    background: #667eea;
    color: white;
    border-color: #667eea;
}

.pagination li.prev a,
.pagination li.next a {
    font-weight: 600;
}

/* Sidebar */
.sidebar {
    padding-left: 30px;
}

.block-sidebar {
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.block-item {
    background: white;
    border-radius: 15px;
    padding: 30px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
}

.block-item .block-title {
    margin-bottom: 25px;
    padding-bottom: 15px;
    border-bottom: 3px solid #667eea;
}

.block-item .block-title h5 {
    font-size: 16px;
    font-weight: 700;
    color: #1a202c;
    margin: 0;
}

/* Popular Posts Widget */
.popular-post .block-content ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.popular-post .block-content li {
    display: flex;
    gap: 15px;
    padding: 15px 0;
    border-bottom: 1px solid #e2e8f0;
}

.popular-post .block-content li:last-child {
    border-bottom: none;
}

.popular-post .area-img {
    width: 80px;
    height: 80px;
    flex-shrink: 0;
    border-radius: 8px;
    overflow: hidden;
}

.popular-post .area-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.popular-post li:hover .area-img img {
    transform: scale(1.1);
}

.popular-post .area-content {
    flex-grow: 1;
}

.popular-post .area-content h6 {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 8px;
    line-height: 1.4;
}

.popular-post .area-content h6 a {
    color: #1a202c;
    text-decoration: none;
    transition: color 0.3s ease;
}

.popular-post .area-content h6 a:hover {
    color: #667eea;
}

.popular-post .stats {
    display: flex;
    align-items: center;
    gap: 5px;
    font-size: 12px;
    color: #718096;
}

/* Categories Widget */
.categories-widget .category-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.categories-widget .category-list li {
    padding: 12px 0;
    border-bottom: 1px solid #e2e8f0;
}

.categories-widget .category-list li:last-child {
    border-bottom: none;
}

.categories-widget .category-list a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #4a5568;
    text-decoration: none;
    font-weight: 500;
    transition: color 0.3s ease;
}

.categories-widget .category-list a:hover {
    color: #667eea;
}

.categories-widget .count {
    font-size: 12px;
    color: #718096;
}

/* Tags Widget */
.tag .list-inline {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    list-style: none;
    padding: 0;
    margin: 0;
}

.tag .list-inline li {
    list-style: none;
}

.tag .list-inline a {
    display: inline-block;
    padding: 8px 16px;
    background: #f7fafc;
    color: #4a5568;
    border-radius: 20px;
    font-size: 13px;
    text-decoration: none;
    transition: all 0.3s ease;
}

.tag .list-inline a:hover {
    background: #667eea;
    color: white;
    transform: translateY(-2px);
}

/* Recent Comments Widget */
.recent-comments .block-content ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.recent-comments .comment-item {
    padding: 15px 0;
    border-bottom: 1px solid #e2e8f0;
}

.recent-comments .comment-item:last-child {
    border-bottom: none;
}

.recent-comments .comment-author {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 10px;
}

.recent-comments .comment-author img {
    border-radius: 50%;
}

.recent-comments .comment-author strong {
    font-size: 14px;
    color: #1a202c;
}

.recent-comments .comment-content p {
    font-size: 13px;
    color: #4a5568;
    margin-bottom: 8px;
    line-height: 1.6;
}

.recent-comments .comment-link {
    font-size: 12px;
    color: #667eea;
    text-decoration: none;
    font-weight: 600;
}

.recent-comments .comment-link:hover {
    text-decoration: underline;
}

/* No Posts Message */
.no-posts {
    text-align: center;
    padding: 60px 20px;
    background: white;
    border-radius: 15px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
}

.no-posts p {
    font-size: 18px;
    color: #718096;
    margin: 0;
}

/* Newsletter Section */
/*
.newsletter {
    padding: 80px 0;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    position: relative;
}

.newsletter-wrapper {
    max-width: 700px;
    margin: 0 auto;
}

.newsletter-title h2 {
    font-size: 36px;
    font-weight: 700;
    color: white;
    margin-bottom: 15px;
}

.newsletter-title p {
    font-size: 16px;
    margin-bottom: 30px;
    opacity: 0.95;
}

.newsletter-form {
    display: flex;
    gap: 15px;
    justify-content: center;
    flex-wrap: wrap;
}

.newsletter-form input[type="email"] {
    flex: 1;
    min-width: 250px;
    padding: 15px 25px;
    border: none;
    border-radius: 30px;
    font-size: 15px;
}

.newsletter-form input[type="email"]:focus {
    outline: none;
    box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.3);
}

.newsletter-form .button {
    padding: 15px 40px;
    background: white;
    color: #667eea;
    border: none;
    border-radius: 30px;
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    cursor: pointer;
    transition: all 0.3s ease;
}

.newsletter-form .button:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.2);
}
*/

/* Responsive Design */
@media (max-width: 1024px) {
    .latest-article .area-img {
        height: 400px;
    }
    
    .latest-article .area-content {
        bottom: 30px;
        left: 30px;
        right: 30px;
        padding: 25px;
    }
    
    .latest-article .article-title h2 {
        font-size: 28px;
    }
}

@media (max-width: 768px) {
    .latest-article .area-img {
        height: 300px;
        border-radius: 10px;
    }
    
    .latest-article .area-content {
        position: relative;
        bottom: 0;
        left: 0;
        right: 0;
        margin-top: -50px;
        border-radius: 10px 10px 0 0;
    }
    
    .latest-article .article-title h2 {
        font-size: 22px;
    }
    
    .article-item .area-img {
        height: 250px;
    }
    
    .article-item .area-content {
        flex-direction: column;
        padding: 20px;
    }
    
    .article-item .article-left,
    .article-item .article-right {
        width: 100% !important;
        padding: 0 !important;
    }
    
    .article-item .article-right h3 {
        font-size: 20px;
    }
    
    .sidebar {
        padding-left: 0;
        margin-top: 50px;
    }
    
    .newsletter-title h2 {
        font-size: 28px;
    }
    
    .newsletter-form {
        flex-direction: column;
    }
    
    .newsletter-form input[type="email"],
    .newsletter-form .button {
        width: 100%;
    }
}

@media (max-width: 480px) {
    .latest-article .area-content {
        padding: 20px;
    }
    
    .latest-article .article-title h2 {
        font-size: 18px;
    }
    
    .article-item .article-right h3 {
        font-size: 18px;
    }
    
    .block-item {
        padding: 20px;
    }
    
    .pagination li a,
    .pagination li span {
        padding: 8px 12px;
        font-size: 14px;
    }
}

