.text-secondary {
  color: #2B378F !important;
}

.navmenu {
  position: fixed;
  top: 0px;
  right: 0px;
  z-index: 99;
  width: 100%;
  box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
}
.navmenu .top-header {
  width: 100%;
  padding: 0px 20px;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  background: rgb(255, 255, 255);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.8267682073) 0%, rgba(255, 255, 255, 0.6530987395) 64%);
  gap: 20px;
}
.navmenu .top-header .th-item {
  cursor: pointer;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.navmenu .navbar {
  width: 100%;
  background: rgb(255, 255, 255);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.8267682073) 0%, rgba(255, 255, 255, 0.6530987395) 64%);
}
.navmenu .navbar .nav-logo .menu-bar {
  display: none;
}
.navmenu .navbar .nav-logo img {
  width: 51%;
}
.navmenu .navbar .menu-member {
  display: flex;
  flex-direction: row;
  justify-items: center;
  align-items: center;
  justify-content: space-between;
  justify-items: center;
}
.navmenu .navbar .menu-member .update-link {
  cursor: pointer;
  border: 1px solid #EC3434;
  padding: 7px 11px;
  text-transform: uppercase;
}
.navmenu .navbar .menu-member .menu-bar {
  margin-left: 10px;
}
.navmenu .navbar .menu-member .menu-bar span {
  font-size: 35px;
  cursor: pointer;
  color: #EC3434;
}
.navmenu .navbar .menu-member button, .navmenu .navbar .menu-member .btn {
  background-color: #EC3434;
  border-radius: 0;
  border: none;
  font-size: 1.125rem;
  height: 36px;
  line-height: 0;
  padding: 0 22px !important;
  text-transform: uppercase;
}
.navmenu .navbar .menu-bar-list {
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 999;
  width: 100%;
  height: 100vh;
  overflow-y: auto;
  overflow-x: hidden;
  background-color: white;
  display: none;
}

.fixed-nav {
  width: 100%;
  background-color: white;
  box-shadow: 0px 17px 19px 0px rgba(0, 0, 0, 0.26);
  -webkit-box-shadow: 0px 17px 19px 0px rgba(0, 0, 0, 0.26);
  -moz-box-shadow: 0px 17px 19px 0px rgba(0, 0, 0, 0.26);
}
.fixed-nav .top-header {
  display: none;
}

#politicalNews {
  margin-top: 5rem !important;
}

.top-btns {
  display: none;
}

@media screen and (max-width: 768px) {
  .bichar-section .d-flex {
    flex-wrap: wrap;
  }
  .bichar-section .chm-quote {
    float: right !important;
    position: relative !important;
    padding: 16px 39px !important;
    z-index: 100 !important;
    margin-top: -78px !important;
    margin-right: 46px !important;
    background-color: #FFFFFF !important;
    box-shadow: 0 4px 80px rgba(0, 0, 0, 0.1) !important;
    width: 76% !important;
  }
  .bichar-section .msg-wrap-inner img {
    width: 100% !important;
    height: 29.5rem !important;
    -o-object-fit: cover !important;
       object-fit: cover !important;
  }
  .bichar-section .msch-inner {
    margin-left: 12px !important;
  }
  .bichar-section figure {
    margin-right: 8px;
    cursor: pointer;
  }
  .bichar-section figure .img-wrap {
    background: #333435 !important;
    height: 21.1rem !important;
    border-radius: 4px;
  }
  .bichar-section figure .img-wrap img {
    width: 19rem !important;
    opacity: 0.4;
  }
  .bichar-section figure figcaption {
    position: relative !important;
    top: -51px;
    color: #ffffff;
    font-weight: bolder;
    left: 0.5rem;
  }
  .sidebar-logo {
    width: 79% !important;
    margin-top: 2px !important;
  }
  .top-btns {
    display: block;
  }
  .top-btns .menu-member {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
  }
  .top-btns .menu-member .update-link {
    cursor: pointer;
    border: 1px solid #EC3434;
    padding: 4px;
    text-transform: uppercase;
  }
  .accordion {
    margin: 0 !important;
  }
  .accordion .accordion-item {
    padding-bottom: 17px;
    font-weight: 600;
    font-size: 18px;
  }
  .accordion .accordion-item h2 {
    font-size: 0 !important;
  }
  #news .news-banner {
    display: none;
  }
  #news .news-item {
    margin-top: 20px;
  }
  .news-item-image a img {
    width: 55% !important;
    -o-object-fit: cover !important;
       object-fit: cover !important;
  }
  aside {
    position: fixed;
    display: none;
    top: 0;
    right: 0;
    background: white;
    width: 100% !important;
    z-index: 100;
    height: 100%;
    overflow-y: scroll;
    transition: all 0.5s ease-in;
  }
  aside .sidenav-close {
    position: fixed !important;
  }
  aside .web-icon {
    width: 21px;
  }
  nav .fixed-nav {
    padding-top: -6px !important;
  }
  .nav-logo .logo-text {
    margin-left: 38px !important;
  }
  .nav-logo .surya-logo {
    position: absolute !important;
    width: 37px !important;
    margin-left: 4px;
    margin-top: -3px;
  }
  .nav-logo .surya-logo-onscroll {
    position: absolute !important;
    width: 36px !important;
    margin-left: 5px;
  }
  .dropdown-menu-right {
    right: 209px;
    left: auto;
    top: 74px;
  }
  .main-searchbar {
    width: 100% !important;
    position: fixed;
    top: 67px;
    background-color: white;
    display: none;
    z-index: 999;
  }
  .main-searchbar .search-close {
    position: absolute;
    top: 20px;
    right: 20px;
    cursor: pointer;
    z-index: 999;
  }
  nav#menu {
    background: white !important;
  }
  .navmenu {
    position: fixed;
    top: 0px;
    right: 0px;
    z-index: 99;
    width: 100%;
  }
  .navmenu .top-header {
    width: 100%;
    padding: 5px 20px;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    background: rgb(255, 255, 255);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.8267682073) 0%, rgba(255, 255, 255, 0.6530987395) 64%);
    gap: 20px;
  }
  .navmenu .top-header .th-item {
    cursor: pointer;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .navmenu .navbar {
    width: 100%;
    padding: 12px;
  }
  .navmenu .navbar .menu-bar {
    cursor: pointer;
    color: #EC3434;
  }
  .navmenu .navbar .nav-logo {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }
  .navmenu .navbar .nav-logo .menu-bar {
    display: block;
  }
  .navmenu .navbar .nav-logo img {
    width: 65%;
  }
  .navmenu .navbar .menu-member {
    display: contents;
    display: none;
    flex-direction: row;
    justify-content: flex-start;
  }
  .navmenu .navbar .menu-member .menu-bar {
    margin-left: 10px;
  }
  .navmenu .navbar .menu-member .menu-bar span {
    font-size: 30px;
  }
  .navmenu .navbar .menu-member .button button {
    margin-top: 3px;
    height: 24px;
    padding: 5px !important;
    font-size: 12px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    vertical-align: center;
  }
  .navmenu .navbar .menu-bar-list {
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 999;
    width: 100%;
    height: 100vh;
    overflow-y: auto;
    overflow-x: hidden;
    background-color: white;
    display: none;
  }
  .fixed-nav .top-header {
    display: none !important;
  }
  .large-sec img {
    -o-object-fit: cover;
       object-fit: cover;
    height: 150px !important;
  }
}
@media screen and (max-width: 1024px) {
  .menu-member {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
  }
  .menu-member .menu-bar {
    margin-left: 10px;
  }
  .menu-member .menu-bar span {
    font-size: 30px;
  }
  .menu-member .button button {
    margin-top: 3px;
    height: 24px;
    padding: 5px !important;
    font-size: 12px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    vertical-align: center;
  }
  .lg-card .news-innner__wrapper .news-para {
    opacity: 0.8;
    line-height: 24px;
    font-size: 1.25rem;
  }
  .highlight-news {
    height: 34rem;
  }
  .main-banner {
    margin-top: 43px;
  }
}
#mySidenav {
  overflow-x: hidden !important;
}
#mySidenav .sidenav-close {
  position: fixed !important;
  top: 30px;
  right: 30px;
  color: black;
  z-index: 9999;
  display: none;
}

.main-searchbar {
  width: 34%;
  position: fixed;
  top: 56px;
  background-color: white;
  display: none;
  z-index: 999;
  right: 5px;
}
.main-searchbar .search-close {
  position: absolute;
  top: 20px;
  right: 20px;
  cursor: pointer;
  z-index: 999;
}

.form .list-height {
  height: 20rem;
  overflow-y: scroll;
}

.text-parimary {
  color: #EC3434;
}

.social-site-section {
  margin-top: 10rem;
  color: #EC3434;
}

.news-section a {
  text-decoration: none;
  color: black;
}

.large-sec img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  height: 245px;
}

.item-video-card {
  height: 15rem;
}

.nav-link {
  color: black;
}

.nav-link:hover {
  color: black;
}

.search-icon .search {
  margin-top: 1px;
  margin-left: 6px;
  font-size: x-large;
}

#news h2 {
  margin: 0 !important;
}
#news .row {
  margin-right: -15px;
  margin-left: -15px;
}
#news .ot-title-block h2 {
  display: inline-block;
  color: #fff;
  font-size: 18px;
  line-height: 130%;
  border-bottom: 0;
  font-weight: 400;
  margin-bottom: 0;
  background-color: #e52b1e;
  padding: 10px 15px;
  border-radius: 3px 3px 0 0;
  background-color: #d12229 !important;
  border-left: 3px solid #12356d;
  border-right: 3px solid #12356d;
  border-radius: 0 !important;
}
#news .full-width {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  height: 248px;
}
#news h2 {
  margin: 0;
  font-size: 28px;
}
#news h1,
#news h2,
#news h3,
#news h4,
#news h5,
#news h6 {
  color: #4f5357;
  display: block;
  margin-bottom: 20px;
  margin-top: 0;
  line-height: 24px;
  font-style: normal;
  font-weight: 700;
}

.ot-title-block > h2 > a {
  color: #fff;
  text-decoration: none;
}

.pull-right {
  float: right !important;
}

a {
  color: #4b4a4a;
  text-decoration: none;
}

a:hover {
  color: #4b4a4a;
  text-decoration: none;
}

i.material-icons {
  vertical-align: bottom;
  line-height: initial !important;
  line-height: inherit !important;
  font-size: 1.2em;
}

.textDesc {
  font-size: 17px !important;
  text-align: justify !important;
  line-height: 150% !important;
  color: #636363 !important;
}

.otg, .otg-item, .otm, .otm li, .otm ul {
  display: block;
}

.ot-articles-blog-list, .ot-articles-blog-list .item {
  display: block;
}

.ot-articles-blog-list > .item.item-small:first-child {
  margin-top: 0;
  padding-top: 0;
}

.ot-articles-blog-list > .item.item-small {
  margin-top: 15px;
  padding-top: 15px;
  border: 0;
}

.ot-articles-blog-list > .item.item-small .item-header {
  overflow: visible;
  padding-right: 10px;
}

.ot-articles-blog-list .item-header {
  display: block;
  float: left;
  width: 32.0512820513%;
  overflow: hidden;
  position: relative;
  border-radius: 3px;
}

@media screen and (min-width: 992px) {
  .w120_80 {
    width: 120px;
    height: 100px;
  }
  .ent-img-clip, .feat-img-clip, .one-img-clip, .w120_80, .w246_170 {
    overflow: hidden;
  }
}
.ot-articles-blog-list > .item.item-small .item-header img {
  border-radius: 2px;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
}

.item-header img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  height: 65px;
}

.fadeIn {
  animation-name: fadeIn;
}

.animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}

.animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}

.ot-articles-blog-list .item-content {
  display: block;
  margin-left: 35.8974358974%;
}

.ot-articles-blog-list > .item.item-small .item-content h2 {
  font-size: 14px;
  margin-bottom: 0;
}

.ot-articles-blog-list .item-content h2 {
  font-size: 21px;
  margin-bottom: 15px;
}

.ot-articles-blog-list .item-content h2 a {
  font-size: 17px;
}

.ot-articles-blog-list .item-content h2 a {
  display: inline-block;
}

.ot-articles-blog-list .item-meta {
  display: block;
  margin-bottom: 15px;
  font-size: 14px;
  line-height: 100%;
}

.ot-articles-blog-list .item-meta .item-meta-item {
  display: inline-block;
  margin-right: 18px;
  color: #9a9a9a;
}

.ot-articles-blog-list .item-meta .item-meta-item .material-icons, .ot-articles-blog-list .item-meta .item-meta-item i.fa {
  padding-right: 8px;
}

.ot-articles-blog-list .item:after {
  display: block;
  clear: both;
  content: "";
}

.dropdown-menu-right {
  right: 237px;
  left: auto;
  top: 40px;
}

.j-card {
  padding: 28px 42px;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  margin-top: 30px;
}

.join-us-section .vertical-line {
  position: absolute;
  top: 34px;
  left: 27px;
}

.join-us-section .heading-wrapper h3 {
  line-height: 53px;
}

.social-btn, .social-btn:hover {
  color: white;
}

.btn-facebook, .btn-facebook:hover {
  background: #448AE9;
}

.btn-twitter, .btn-twitter:hover {
  background: #1CA1F2;
}

.btn-youtube, .btn-youtube:hover {
  background: #F1563E;
}

.social-links a {
  padding: 18px;
  text-align: center;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 27px;
}

.text-primary {
  color: #EC3434 !important;
  opacity: 1;
}

.chm-quote {
  float: right;
  position: relative;
  padding: 32px 53px;
  z-index: 100;
  margin-top: -125px;
  margin-right: 23px;
  background-color: #FFFFFF;
  box-shadow: 0 4px 80px rgba(0, 0, 0, 0.1);
  width: 90%;
}

.chm-quote .svg-quote-inner svg {
  width: 30px;
}

.quotes-warp {
  font-family: Poppins;
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 22px;
}

.mid-wrp {
  text-align: justify;
}

.president-language {
  background-color: #FDEBEB;
  margin-left: -1rem !important;
}

.msg-section .vertical-line {
  position: absolute;
  top: -8px;
  left: 300px;
}

.cpn-tag {
  font-size: 2.25rem;
  font-weight: bolder;
}

.chm-quote {
  float: right;
  position: relative;
  padding: 15px 39px;
  z-index: 100;
  margin-top: -73px;
  margin-right: 23px;
  background-color: #FFFFFF;
  box-shadow: 0 4px 80px rgba(0, 0, 0, 0.1);
  width: 90%;
}

.btn-outline-primary {
  color: white;
}

.contact-section ul li {
  list-style-type: none;
}

.contact-section ul {
  margin-left: -39px;
}

/* ----- MODAL STYLE ----- */
.surya-logo {
  position: absolute;
  width: 80px !important;
  transition: width 0.5s ease-in;
  top: 12px;
}

.surya-logo-onscroll {
  position: absolute;
  width: 54px !important;
  transition: width 0.5s ease-out;
}

.nav-logo .logo-text {
  margin-left: 87px;
}

aside {
  position: fixed;
  display: none;
  top: 0;
  right: 0;
  background: white;
  width: 28rem;
  z-index: 100;
  height: 100%;
  padding: 4px;
  overflow-y: scroll;
  transition: width height 0.5s ease;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
aside a:hover {
  color: #EC3434;
}
aside .sidenav-close {
  position: fixed;
  right: 0px;
}
aside .accordion-body {
  padding: 0px 21px 0px 0px;
}
aside .accordion-button {
  font-size: 25px;
  line-height: -7px;
  color: #EC3434;
}
aside .accordion .item {
  border: none;
  margin-bottom: 50px;
  background: none;
}
aside .t-p {
  color: rgb(193, 206, 216);
  padding: 40px 30px 0px 30px;
}
aside .accordion .item .item-header h2 button.btn.btn-link {
  background: #333435;
  color: white;
  border-radius: 0px;
  font-family: "Poppins";
  font-size: 16px;
  font-weight: 400;
  line-height: 2.5;
  text-decoration: none;
}
aside .accordion .item .item-header {
  border-bottom: none;
  background: transparent;
  padding: 0px;
  margin: 2px;
}
aside .accordion .item .item-header h2 button {
  color: white;
  font-size: 20px;
  padding: 15px;
  display: block;
  width: 100%;
  text-align: left;
}
aside .accordion .item .item-header h2 i {
  float: right;
  font-size: 30px;
  color: #EC3434;
  width: 38px;
  justify-content: center;
  align-items: center;
  margin-left: 8rem;
  position: absolute;
  right: 53px;
}
aside a.collapsed i {
  transform: rotate(0deg);
}
aside a i {
  transform: rotate(180deg);
  transition: 0.5s;
  position: absolute;
  right: 53px;
}
aside .accordion-button img {
  width: 22px;
  margin-right: 23px;
}

.cp-footer {
  background-color: #EC3434;
}
.cp-footer ul {
  list-style-type: none;
  margin: 0;
  padding: 10px;
}

.bichar-section .chm-quote {
  float: right;
  position: relative;
  padding: 16px 39px;
  z-index: 100;
  margin-top: -58px;
  margin-right: 100px;
  background-color: #FFFFFF;
  box-shadow: 0 4px 80px rgba(0, 0, 0, 0.1);
  width: 76%;
}
.bichar-section .msg-wrap-inner img {
  width: 86%;
  height: 24.5rem;
  -o-object-fit: cover;
     object-fit: cover;
}
.bichar-section .msch-inner {
  margin-left: 12px !important;
}
.bichar-section figure {
  width: 11rem;
  cursor: pointer;
}
.bichar-section figure .img-wrap {
  background: #333435;
  height: 11.3rem;
  border-radius: 4px;
}
.bichar-section figure .img-wrap img {
  opacity: 0.4;
}
.bichar-section figure figcaption {
  position: relative !important;
  top: -51px;
  color: #ffffff;
  font-weight: bolder;
  left: 0.5rem;
}

.bigTitle {
  line-height: 36px;
}

.news-title h4 {
  font-weight: 700;
}

.pagination li {
  margin: 0 3px;
}
.pagination .page-item.active .page-link {
  z-index: 3;
  color: #fff;
  background-color: #EC3434;
  border-color: #EC3434;
}
.pagination .page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #e42c57;
  background-color: #fff;
  border: 1px solid #dee2e6;
}

.sidebar-logo {
  width: 90%;
  margin-top: 9px;
}

.blockquote {
  margin-bottom: 1rem;
  font-size: 1.5rem;
  font-weight: 700;
}

.committee-list .card {
  width: 16rem;
  height: 23.5rem;
  box-shadow: 0px 8px 50px rgba(0, 0, 0, 0.078);
}
.committee-list .card:hover {
  cursor: pointer;
  border: 2px solid #EC3434;
}
.committee-list .card img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  height: 15em;
}

.committees-group-list #accordionCard {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 0px solid rgba(0, 0, 0, 0.125) !important;
  border-radius: 0.25rem;
}
.committees-group-list .image-card {
  width: 15rem;
  height: 21rem;
  box-shadow: 0px 8px 50px rgba(0, 0, 0, 0.078);
}
.committees-group-list .image-card:hover {
  cursor: pointer;
  border: 2px solid #EC3434;
}
.committees-group-list .image-card img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  height: 15em;
}

.publications #accordionCard {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 0px solid rgba(0, 0, 0, 0.125) !important;
  border-radius: 0.25rem;
}
.publications .image-card {
  width: 15rem;
  height: 21rem;
  box-shadow: 0px 8px 50px rgba(0, 0, 0, 0.078);
}
.publications .image-card:hover {
  cursor: pointer;
  border: 2px solid #EC3434;
}
.publications .image-card img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  height: 15em;
}

.footer-left {
  background: #2B378F !important;
  width: 1030px;
  height: 48px;
  -webkit-clip-path: polygon(0 0, 95% 0%, 100% 100%, 0% 100%);
          clip-path: polygon(0 0, 95% 0%, 100% 100%, 0% 100%);
}

.footer-right {
  background: red !important;
  width: 1030px;
  height: 48px;
  -webkit-clip-path: polygon(0 0, 100% 0%, 100% 100%, 14% 100%);
          clip-path: polygon(0 0, 100% 0%, 100% 100%, 14% 100%);
}

.gap-6 {
  gap: 6px;
}

.gap-20 {
  gap: 20px;
}

.fa {
  padding: 6px;
  font-size: 17px;
  width: 30px;
  text-align: center;
  text-decoration: none;
  margin: 5px 2px;
  border-radius: 50%;
}

.fa:hover {
  opacity: 0.7;
}

.fa-facebook {
  background: #3B5998;
  color: white;
}

.fa-twitter {
  background: #55ACEE;
  color: white;
}

.fa-phone {
  background: #cb2027;
  color: white;
}

.fa-envelope {
  background: #cb2027;
  color: white;
}

li {
  margin-bottom: 8px;
}

.card-block {
  border-radius: 12px;
  overflow: hidden;
}

.backdrop-image {
  height: 244px;
  -o-object-fit: cover;
     object-fit: cover;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
}

.avatar {
  bottom: 60px;
  -o-object-fit: cover;
     object-fit: cover;
  height: 160px;
  width: 160px;
}

.image-block-wrapper {
  padding: 0 3rem;
}

.image-wrapper {
  margin-top: 60px;
}

.white-bottom {
  bottom: 0;
  width: 100%;
  height: 130px;
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px;
  z-index: 1;
  padding: 0 3rem;
}

ul.timeline {
  list-style-type: none;
  position: relative;
}

ul.timeline:before {
  content: " ";
  background: #d4d9df;
  display: inline-block;
  position: absolute;
  left: 29px;
  width: 2px;
  height: 100%;
  z-index: 400;
}

ul.timeline > li {
  margin: 20px 0;
  padding-left: 20px;
}

ul.timeline > li:before {
  content: " ";
  background: #d51414;
  display: inline-block;
  position: absolute;
  border-radius: 50%;
  border: 3px solid #d51414;
  left: 20px;
  width: 20px;
  height: 20px;
}

.news-img {
  height: 211.47px !important;
}

.video-img {
  height: 219px !important;
}

@media (max-width: 468px) {
  .footer-image {
    height: 30px;
  }
  .avatar {
    height: 120px;
    width: 120px;
  }
  .white-bottom {
    padding: 0 1rem;
  }
  .image-block-wrapper {
    padding: 0 1rem;
  }
  .backdrop-image {
    height: 200px;
  }
  .white-bottom {
    height: 100px;
  }
}
#profile {
  margin-top: 2rem !important;
}

.footer-image {
  height: 45px;
}

#social-links ul {
  list-style-type: none;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin-left: -2.4rem;
}
#social-links ul li a span {
  border-radius: 50%;
  padding: 9px;
  font-size: 32px;
}
#social-links ul li a .fa-facebook-square {
  color: #129AF6;
}
#social-links ul li a .fa-twitter {
  border-radius: 50%;
  padding: 9px;
  font-size: 15px;
  margin-top: 12px;
}
#social-links ul li a .fa-linkedin {
  color: #129AF6;
}
#social-links ul li a .fa-telegram {
  color: #33ABDE;
}
#social-links ul li a .fa-whatsapp {
  color: #73E47D;
}
#social-links ul li a .fa-reddit {
  color: #73E47D;
}

.committees-section .feature-image {
  height: 21rem;
  -o-object-fit: cover;
     object-fit: cover;
}
.committees-section .committee-list {
  height: 8rem;
  -o-object-fit: cover;
     object-fit: cover;
}
