  /*===============================================
GENERAL
===============================================*/

* {
  outline: none;
}

body {
  font-family: "Roboto", sans-serif;
  color: #111;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Impact LT Std", sans-serif;
  text-transform: uppercase;
  letter-spacing: 1.75px;
  color: #111;
}

a {
  text-decoration: none !important;
  transition: ease 0.3s;
}

hr {
  margin: 2rem 0;
}

section,
footer {
  padding: 5rem 0;
  overflow: hidden;
}

label {
  margin-bottom: 0.25rem;
  color: #444;
  font-size: 14px !important;
}

input,
textarea,
select {
  font-size: 14px !important;
  border: 1px solid #ddd !important;
  border-radius: 0 !important;
  color: #111 !important;
  background-color: #fff !important;
  width: 100%;
  padding: 14px 18px !important;
  display: inline-block;
  transition: ease 0.15s !important;
}

input:focus,
textarea:focus,
select:focus {
  border-color: #6abd44 !important;
  box-shadow: 0 0 0 5px rgba(106, 189, 68, 0.2) !important;
}

input::placeholder,
textarea::placeholder {
  color: #aaa;
}

input[type="date"] {
  padding: 13px 18px !important;
}

select {
  font-weight: 400;
  line-height: 1.5;
  vertical-align: middle;
  background: #fff
    url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e")
    right 0.75rem center/8px 10px no-repeat;
  height: unset !important;
  appearance: none;
  padding: 14px 36px 14px 18px !important;
}

table {
  color: #111 !important;
}

table th {
  background-color: #fafafa;
}

table td {
  max-height: 49px !important;
  overflow-y: hidden;
}

th,
td {
  font-size: 14px;
  padding: 14px 20px !important;
}

@media (max-width: 768px) {
  section,
  footer {
    padding: 4rem 0;
  }
}

/*===============================================
BOOTSTRAP OVERRIDES
===============================================*/

.modal-open {
  overflow: overlay;
}

.modal-content {
  border-radius: 0;
}

.modal-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.modal-header .close {
  font-size: 20px;
  margin: auto 0;
  padding: 0;
  transition: ease 0.3s;
}

.modal-title {
  margin-bottom: 0 !important;
}

.modal-header,
.card-header,
.modal-footer,
.card-footer {
  background-color: #fafafa;
}

.modal-content,
.modal-header,
.modal-body,
.modal-footer {
  border: none;
}

.modal-header,
.card-header,
.modal-body,
.card-body,
.modal-footer,
.card-footer,
.alert {
  padding: 1.5rem;
}

.modal-footer > * {
  margin: 0;
}

.card {
  border: none;
  border-radius: 0;
}

.card-header,
.card-img-top {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.card-footer {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.rounded {
  border-radius: 0;
}

.text-primary {
  color: #6abd44 !important;
}

.bg-primary {
  background-color: #6abd44 !important;
}

.bg-light {
  background-color: #f8f9fa !important;
}

.bg-dark {
  background-color: #141414 !important;
}

.pagination .page-item .page-link {
  color: #111;
  font-size: 14px;
  border-radius: 0;
}

.pagination .page-item.disabled .page-link {
  color: #aaa !important;
}

.pagination .page-item.active .page-link {
  color: #fff;
  background-color: #5ea73d !important;
  border-color: #5ea73d !important;
}

.pagination .page-link {
  padding: 14px 18px;
}

.pagination .page-link:focus {
  border-color: #6abd44;
  box-shadow: 0 0 0 4px rgba(106, 189, 68, 0.2) !important;
}

.text-dark {
  color: #111 !important;
}

.text-helper {
  color: #888;
  font-size: 11px;
}

.table-striped > tbody > tr:nth-child(even) > td,
.table-striped > tbody > tr:nth-child(even) > th {
  background-color: #fafafa;
}

.table-striped > tbody > tr:nth-child(odd) > td,
.table-striped > tbody > tr:nth-child(odd) > th {
  background-color: #fff;
}

@media (max-width: 768px) {
  .modal-header,
  .card-header,
  .modal-body,
  .card-body,
  .modal-footer,
  .card-footer,
  .alert {
    padding: 1rem;
  }
}

/*===============================================
OWL CAROUSEL OVERRIDES
===============================================*/

.owl-nav.disabled,
.owl-dots.disabled {
  display: none !important;
}

/*===============================================
JQUERY DATATABLES OVERRIDES
===============================================*/

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
  display: none !important;
}

.dataTables_length label {
  text-align: center !important;
}

.dataTables_length select {
  margin: 0 0.5rem !important;
}

div.dataTables_wrapper div.dataTables_info {
  font-size: 14px;
  padding-top: 0 !important;
}

@media (max-width: 768px) {
  div.dataTables_wrapper div.dataTables_info,
  div.dataTables_wrapper div.dataTables_length label {
    margin-bottom: 1rem !important;
  }
}

/*===============================================
SECTION TITLE
===============================================*/

.section-title {
  text-align: center;
  margin-bottom: 4rem;
}

.section-title h1 {
  font-size: 45px;
  padding-bottom: calc(1rem + 10px);
  margin-bottom: 0;
  position: relative;
}

.section-title h1::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: calc(50% - 25px);
  width: 50px;
  height: 5px;
  background-color: #6abd44;
}

.section-title p {
  margin-top: calc(1rem + 10px);
  margin-bottom: 0;
  font-size: 18px;
  color: #888;
}

.section-title-left {
  text-align: left;
}

.section-title-left h1::after {
  left: 0;
}

@media (max-width: 768px) {
  .section-title {
    margin-bottom: 3rem;
  }
  .section-title h1 {
    font-size: 45px;
  }
}

@media (max-width: 576px) {
  .section-title h1 {
    font-size: 32px;
  }
}

/*===============================================
FLASH MODAL
===============================================*/

#flash img,
#job_fair img {
  margin-bottom: 2rem;
}

#flash h1,
#job_fair h1 {
  margin-bottom: 2rem;
}

#flash h3,
#job_fair h3 {
  white-space: nowrap;
  margin-bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

#flash p:last-child,
#job_fair p:last-child {
  margin-bottom: 0;
}

#flash span.countdown-box {
  width: 100px;
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  background-color: #eee;
  border-radius: 0;
}

#flash h5,
#job_fair h5 {
  margin-bottom: 2rem;
}

@media (max-width: 768px) {
  #flash h1,
  #job_fair h1 {
    font-size: 45px;
  }
  #flash h3,
  #job_fair h3 {
    font-size: 20px;
  }
  #flash span.countdown-box {
    width: 75px;
    height: 75px;
  }
}

@media (max-width: 579px) {
  #flash h1,
  #job_fair h1 {
    font-size: 40px;
  }
}

/*===============================================
PRELOADER
===============================================*/

#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  overflow: hidden;
  background-color: #111;
}

#preloader:before {
  content: "";
  position: fixed;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  border: 5px solid #6abd44;
  border-top-color: #111;
  border-bottom-color: #111;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  -webkit-animation: rotate-preloader 0.75s linear infinite;
  animation: rotate-preloader 0.75s linear infinite;
}

@-webkit-keyframes rotate-preloader {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes rotate-preloader {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/*===============================================
DISABLE AOS ANIMATION DELAY ON MOBILE DEVICES
===============================================*/

@media screen and (max-width: 768px) {
  [data-aos-delay] {
    transition-delay: 0 !important;
  }
}

/*===============================================
ANNOUNCEMENT BANNER
===============================================*/

.announcement-banner {
  color: #fff;
  background: rgb(33, 102, 175);
  background: linear-gradient(
    90deg,
    rgba(33, 102, 175, 1) 0%,
    rgba(106, 189, 68, 1) 100%
  );
  font-size: 14px;
  height: 100px;
  visibility: hidden;
  opacity: 0;
  transition: ease 0.3s;
}

.announcement-banner.banner-scrolled {
  visibility: visible;
  opacity: 1;
}

.announcement-banner a {
  color: #fff;
  text-decoration: underline !important;
}

.announcement-banner a:hover {
  text-decoration: none !important;
}

.announcement-banner i {
  font-size: 16px;
  color: #eee;
  transition: ease 0.3s;
}

.announcement-banner i:hover {
  color: #fff;
}

/*===============================================
HEADER
===============================================*/

.header {
  padding: 25px 0 !important;
  top: 0;
  z-index: 997;
  transition: ease 0.3s;
}

.header.header-scrolled {
  background-color: #111;
  box-shadow: 17px 15px 35px -7px rgb(0 0 0 / 19%);
}

.header .logo {
  max-height: 50px;
  z-index: 9100;
}

@media (max-width: 768px) {
  .header {
    background-color: #111;
    position: sticky;
    position: -webkit-sticky;
  }
}

@media (max-width: 576px) {
  .header .logo {
    max-height: 40px;
  }
}

/*===============================================
DESKTOP NAVIGATION MENU
===============================================*/

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

.nav-menu > ul {
  display: flex;
}

.nav-menu > ul > li {
  position: relative;
  white-space: nowrap;
  padding: 12px 0;
  margin: auto 16px;
}

.nav-menu > ul > li:last-child {
  margin-right: 0;
  padding: 0;
}

.nav-menu ul > li > a {
  font-size: 14px;
  display: block;
  position: relative;
  color: #bbb;
  padding: 0;
  transition: ease 0.3s;
}

.nav-menu li.active > a,
.nav-menu li:hover > a {
  color: #fff;
}

.nav-menu .drop-down > ul {
  display: block;
  position: absolute;
  top: calc(100% + 1rem);
  left: -20px;
  opacity: 0;
  visibility: hidden;
  padding: 10px 0;
  background: #fff;
  border-radius: 0;
  transform: scale(0.975);
  transition: ease 0.3s;
}

.nav-menu .drop-down:hover > ul {
  top: 100%;
  opacity: 1;
  visibility: visible;
  transform: scale(1);
  box-shadow: 17px 15px 35px -7px rgb(0 0 0 / 19%);
}

.nav-menu .drop-down ul li {
  min-width: 150px;
  position: relative;
}

.nav-menu .drop-down ul a {
  font-size: 14px;
  padding: 12px 20px;
  color: #666;
}

.nav-menu .drop-down ul a.active {
  color: #6abd44 !important;
}

.nav-menu .drop-down ul a:hover {
  color: #111;
  background-color: #fafafa;
}

.nav-menu .drop-down > a::after {
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  content: "\f107";
  margin-left: 5px;
}

.nav-menu .drop-down .drop-down > ul {
  top: -10px;
  left: calc(-100% + 1rem);
  width: 100%;
  z-index: 99;
}

.nav-menu .drop-down .drop-down:hover > ul {
  opacity: 1;
  left: -100%;
}

.nav-menu .drop-down .drop-down > a {
  padding-right: 35px;
}

.nav-menu .drop-down .drop-down > a::after {
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  content: "\f107";
  position: absolute;
  right: 20px;
}

/*===============================================
MOBILE NAVIGATION MENU
===============================================*/

.mobile-nav * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.mobile-nav {
  position: fixed;
  top: 100px;
  right: 0;
  bottom: 0;
  left: 0;
  overflow-y: auto;
  background: #fff;
  opacity: 0;
  visibility: hidden;
  padding: 5px 0;
  z-index: 9001;
  transition: ease 0.3s;
}

.mobile-nav-toggle {
  position: fixed;
  right: 15px;
  top: 27px;
  font-size: 14px;
  width: 45px;
  height: 45px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(255, 255, 255, 0.1);
  border: none;
  border-radius: 50%;
  cursor: pointer;
  z-index: 9222;
  transition: ease 0.3s;
}

.mobile-nav-toggle i {
  color: #fff !important;
}

.mobile-nav-overly {
  width: 100%;
  height: 100%;
  z-index: 1999;
  top: 0;
  left: 0;
  position: fixed;
  background: rgba(1, 1, 1, 0);
  overflow: hidden;
  display: none;
  transition: ease 0.3s;
}

.mobile-nav a {
  font-size: 14px;
  display: block;
  position: relative;
  color: #111;
  padding: 8px 16px;
  font-weight: 500;
  outline: none;
}

.mobile-nav li.active > a,
.mobile-nav li > a.active {
  color: #6abd44 !important;
}

.mobile-nav .drop-down > a {
  padding-right: 38px;
}

.mobile-nav .drop-down > a::after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f107";
  padding-left: 10px;
  position: absolute;
  right: 15px;
}

.mobile-nav .drop-down.show > a::after {
  content: "\f106";
}

.mobile-nav .drop-down ul {
  padding: 10px 0;
  background-color: #f8f9fa;
  display: none;
  overflow: hidden;
  border-radius: 0;
}

.mobile-nav .drop-down li {
  padding-left: 16px;
}

.mobile-nav-active {
  overflow: hidden;
}

.mobile-nav-active .mobile-nav {
  opacity: 1;
  visibility: visible;
}

.mobile-nav-active .mobile-nav-toggle i {
  color: #fff;
}

@media (max-width: 576px) {
  .mobile-nav {
    top: 90px;
  }
  .mobile-nav-toggle {
    top: 28px;
  }
}

/*===============================================
HERO SECTION
===============================================*/

.hero {
  padding: 0;
}

.hero .container {
  margin-top: 100px;
  text-align: center;
}

.hero-carousel h5 {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  text-transform: none;
  color: #eee;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 1rem;
}

.hero-carousel h1 {
  color: #fff;
  font-size: 60px;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 1rem;
}

.hero-carousel h1 span {
  color: #6abd44;
}

.hero-carousel p {
  color: #eee;
  font-size: 20px;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 3rem;
}

.hero-carousel .item {
    padding: 7rem 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
}

.owl-theme.hero-carousel .owl-dots {
  position: absolute;
  bottom: 25px;
  width: 100%;
  margin-bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  visibility: none;
  opacity: 0;
  transition: ease 0.3s;
}

.owl-theme.hero-carousel:hover .owl-dots {
  visibility: visible;
  opacity: 1;
}

.owl-theme.hero-carousel .owl-dots .owl-dot span {
  background-color: rgba(255, 255, 255, 0.5);
  width: 10px;
  height: 10px;
  margin: 0 0.25rem;
  transition: ease 0.3s;
}

.owl-theme.hero-carousel .owl-dots .owl-dot.active span,
.owl-theme.hero-carousel .owl-dots .owl-dot:hover span {
  background-color: #6abd44;
}

.owl-theme.hero-carousel .owl-nav button.owl-next,
.owl-theme.hero-carousel .owl-nav button.owl-prev {
  position: absolute;
  color: rgba(255, 255, 255, 0.5);
  font-size: 20px;
  margin: 0;
  padding: 0;
  visibility: hidden;
  opacity: 0;
  transition: ease 0.3s;
}

.owl-theme.hero-carousel .owl-nav button.owl-next:hover,
.owl-theme.hero-carousel .owl-nav button.owl-prev:hover {
  color: #fff;
  background-color: transparent;
}

.owl-theme.hero-carousel .owl-nav button.owl-next {
  top: calc(50% - 15px);
  right: 35px;
}

.owl-theme.hero-carousel:hover .owl-nav button.owl-next {
  right: 25px;
  visibility: visible;
  opacity: 1;
}

.owl-theme.hero-carousel .owl-nav button.owl-prev {
  top: calc(50% - 15px);
  left: 35px;
}

.owl-theme.hero-carousel:hover .owl-nav button.owl-prev {
  left: 25px;
  visibility: visible;
  opacity: 1;
}

@media (max-width: 768px) {
  .hero .container {
    margin-top: 0;
  }
  .hero-carousel .item {
    height: auto;
    align-items: center;
    text-align: center;
    padding: 4rem 0;
  }
  .hero-carousel h1 {
    font-size: 45px;
    width: 100%;
  }
  .hero-carousel p {
    font-size: inherit;
    width: 100%;
  }
  .owl-theme.hero-carousel .owl-dots {
    visibility: visible;
    opacity: 1;
  }
}

@media (max-width: 576px) {
  .hero-carousel h1 {
    font-size: 38px;
  }
  .hero-carousel h5 {
    font-size: 16px;
  }
  .hero-carousel p {
    margin-bottom: 1.5rem;
  }
}

/*===============================================
NEWS
===============================================*/

.news .card {
  height: 100%;
  background: none;
}

.news .card img {
  transition: ease 0.3s;
}

.news .card:hover img {
  filter: brightness(75%);
}

.news .card h3 {
  font-size: 20px;
}

.news .card .date {
  color: #888;
  font-size: 14px;
  display: block;
  margin-bottom: 3rem;
}

@media (max-width: 768px) {
  .news h2 {
    font-size: 24px;
  }
}

/*===============================================
NEWS ARTICLE
===============================================*/

.news-article .card img {
  transition: ease 0.3s;
}

.news-article .card:hover img {
  filter: brightness(75%);
}

.news-article h3,
.news-article h4 {
  margin-bottom: 1rem;
}

.news-article img,
.news-article video,
.news-article p {
  margin-bottom: 1.5rem;
}

.news-article ul,
.news-article ol {
  margin: 1.5rem 0;
}

.news-article p:last-child {
  margin-bottom: 0;
}

.news-article .social-share {
  display: flex;
}

.news-article .icon-box {
  width: 45px;
  height: 45px;
  background-color: #eee;
  border: none;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: ease 0.3s;
}

.news-article .icon-box:not(:last-child) {
  margin-right: 0.5rem;
}

.news-article .icon-box:hover {
  background-color: #ddd;
}

.news-article .icon-box:focus {
  box-shadow: 0 0 0 5px rgba(221, 221, 221, 0.2) !important;
}

.news-article .icon-box i {
  font-size: 14px;
}

/*===============================================
VIDEOS
===============================================*/

.yt-videos h2,
.fb-videos h2 {
  font-size: 20px !important;
}

.yt-videos .card,
.fb-videos .card,
.videos .card {
  background: none;
  overflow: hidden;
}

.fb-video {
  min-height: 175px;
  width: 100%;
  background-color: #eee;
}

.youtube-player {
  position: relative;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  height: 175px;
  overflow: hidden;
  max-width: 100%;
  background: #000;
}

.youtube-player iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
  background: transparent;
}

.youtube-player img {
  object-fit: cover;
  display: block;
  left: 0;
  bottom: 0;
  margin: auto;
  max-width: 100%;
  width: 100%;
  position: absolute;
  right: 0;
  top: 0;
  border: none;
  height: auto;
  cursor: pointer;
  -webkit-transition: ease 0.3s;
  -moz-transition: ease 0.3s;
  transition: ease 0.3s;
}

.youtube-player img:hover {
  filter: brightness(75%);
  -webkit-filter: brightness(75%);
}

.youtube-player .play {
  height: 50px;
  width: 50px;
  left: calc(50% - 25px);
  top: calc(50% - 25px);
  position: absolute;
  background: url("/public/assets/img/yt-play-button.webp") no-repeat;
  background-size: contain;
  cursor: pointer;
  filter: grayscale(1);
  opacity: 0.65;
  transition: ease 0.3s;
}

.youtube-player:hover .play {
  filter: grayscale(0);
  opacity: 1;
}

@media (max-width: 768px) {
  .youtube-player {
    height: 200px;
  }
  .youtube-player .play {
    opacity: 1;
  }
}

/*===============================================
GALELRY
===============================================*/

.gallery h3 {
  margin-bottom: 0;
}

.gallery p:last-child {
  margin-bottom: 0;
}

.gallery .card {
  position: relative;
  transition: ease 0.3s;
  z-index: 5 !important;
}

.gallery .card:hover img {
  transition: ease 0.3s;
}

.gallery .card:hover img {
  filter: brightness(75%);
  -webkit-filter: brightness(75%);
}

.gallery .card > img {
  z-index: 5 !important;
}

.gallery .card .date {
  display: block;
  margin-bottom: 0;
  font-size: 14px;
  color: #111;
}

/*===============================================
PARTNERS
===============================================*/

.partners {
  padding: 5rem 0 calc(5rem - 1.5rem) 0;
}

.partners .img-wrapper {
  text-align: center;
  background-color: #fff;
  padding: 1.5rem;
  height: 100%;
  border-radius: 0;
}

.partners img {
  max-height: 100px;
  margin-bottom: 1.5rem;
  transition: 0.2s;
}

.partners .img-wrapper:hover img {
  transform: scale(1.1);
}

.partners .img-name {
  display: block;
  color: #aaa;
  transition: ease 0.3s;
}

.partners .img-wrapper:hover .img-name {
  color: #111;
}

@media (max-width: 768px) {
  .partners {
    padding: 4rem 0 calc(4rem - 1.5rem) 0;
  }
  .partners img {
    max-height: 80px;
    margin-bottom: 1rem;
  }
  .partners .img-name {
    color: #000;
  }
}

/*===============================================
CTA
===============================================*/

.cta {
  background: rgb(33, 102, 175);
  background: linear-gradient(
    90deg,
    rgba(33, 102, 175, 1) 0%,
    rgba(106, 189, 68, 1) 100%
  );
}

.cta h1 {
  font-size: 50px;
}

@media (max-width: 768px) {
  .cta h1 {
    font-size: 45px;
  }
}

@media (max-width: 576px) {
  .cta h1 {
    font-size: 36px;
  }
}

/*===============================================
ABOUT
===============================================*/

.about h2 {
  font-size: 24px;
  margin-bottom: 1rem;
}

.about p {
  margin-bottom: 2rem;
}

/*===============================================
BENEFITS
===============================================*/

.benefits {
  padding: 5rem 0 calc(5rem - 1.5rem) 0;
}

.benefits .card {
  background-color: #fff;
  text-align: center;
  height: 100%;
}

.benefits .icon-box {
  width: 100px;
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #6abd44;
  border-radius: 50%;
  margin: 0 auto 3rem auto;
}

.benefits i {
  font-size: 30px;
  color: #fff;
}

.benefits .card h2 {
  font-size: 20px;
  margin-bottom: 1.5rem;
}

.benefits p {
  margin-bottom: 0;
}

@media (max-width: 768px) {
  .benefits {
    padding: 4rem 0 calc(4rem - 1.5rem) 0;
  }
  .benefits .icon-box {
    width: 80px;
    height: 80px;
    margin: 0 auto 2rem auto;
  }
  .benefits i {
    font-size: 35px;
  }
}

/*===============================================
CONTACT
===============================================*/

.contact {
  overflow: visible;
}

.contact .card {
  background-color: transparent;
}

.contact .loading {
  display: none;
  background: transparent;
  position: relative;
  margin-left: 0.75rem;
}

.contact .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 14px;
  height: 14px;
  border: 1px solid #fff;
  border-top-color: transparent;
  position: absolute;
  top: calc(50% - 7px);
  -webkit-animation: animate-loading 0.75s linear infinite;
  animation: animate-loading 0.75s linear infinite;
}

.contact textarea {
  height: 200px;
  min-height: 100px;
  max-height: 300px;
}

@-webkit-keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@media (max-width: 768px) {
  .form-card {
    background-color: transparent !important;
  }
}

/*===============================================
FOOTER
===============================================*/

.footer {
  font-size: 14px;
  color: #bbb;
  background-color: #141414;
}

.footer h1 {
  font-size: 20px;
  color: #fff;
  margin-bottom: 1.5rem;
}

.footer span {
  color: #fff;
}

.footer ul {
  list-style-type: none;
  padding-left: 0;
}

.footer ul li {
  padding-bottom: 1rem;
}

.footer ul li:last-child {
  padding-bottom: 0;
}

.footer a {
  color: #bbb;
}

.footer a:hover {
  color: #fff;
}

.footer form {
  display: flex;
  flex-wrap: nowrap;
}

.footer .social-links {
  display: flex;
}

.footer .social-links span {
  color: #bbb;
  display: block;
}

.footer .icon-box {
  width: 45px;
  height: 45px;
  background: #222;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 0.5rem;
  border: none;
  border-radius: 50%;
  transition: ease 0.3s;
}

.footer .icon-box:hover {
  background-color: #1d1d1d;
}

.footer .icon-box:last-child {
  margin-right: 0;
}

.footer .icon-box i {
  color: #fff;
  font-size: 14px;
}

/*===============================================
Copyrights
===============================================*/

.copyrights {
  font-size: 14px;
  height: 100px;
  color: #bbb;
  background-color: #111;
  display: flex;
  align-items: center;
  padding: 25px 0;
}

@media (max-width: 768px) {
  .copyrights {
    height: auto;
  }
}

/*===============================================
ORGANIZATIONAL PROFILE
===============================================*/

.organizational-profile .collage {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-gap: 15px;
  margin-bottom: 2rem;
}

.organizational-profile .collage__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.collage__item--1 {
  grid-column-start: 1;
  grid-column-end: 5;
  grid-row-start: 1;
  grid-row-end: 5;
}

.collage__item--2 {
  grid-column-start: 5;
  grid-column-end: 7;
  grid-row-start: 1;
  grid-row-end: 3;
}

.collage__item--3 {
  grid-column-start: 5;
  grid-column-end: 7;
  grid-row-start: 3;
  grid-row-end: 5;
}

.organizational-profile h4 {
  margin-bottom: 1.5rem;
}

.organizational-profile p {
  margin-bottom: 1.5rem;
}

.organizational-profile p:last-child {
  margin-bottom: 0;
}

@media (max-width: 768px) {
  .organizational-profile .collage {
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: repeat(6, 10vh);
  }
  .collage__item--1 {
    grid-column-start: 1;
    grid-column-end: 5;
    grid-row-start: 1;
    grid-row-end: 3;
  }
  .collage__item--2 {
    grid-column-start: 1;
    grid-column-end: 5;
    grid-row-start: 3;
    grid-row-end: 5;
  }
  .collage__item--3 {
    grid-column-start: 1;
    grid-column-end: 5;
    grid-row-start: 5;
    grid-row-end: 7;
  }
}

@media (max-width: 576px) {
  .organizational-profile .collage {
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: repeat(4, 10vh);
  }
  .collage__item--1 {
    grid-column-start: 1;
    grid-column-end: 5;
    grid-row-start: 1;
    grid-row-end: 3;
  }
  .collage__item--2 {
    grid-column-start: 1;
    grid-column-end: 3;
    grid-row-start: 3;
    grid-row-end: 5;
  }
  .collage__item--3 {
    grid-column-start: 3;
    grid-column-end: 5;
    grid-row-start: 3;
    grid-row-end: 5;
  }
}

/*===============================================
MESSAGE FROM THE PRESIDENT
===============================================*/

.message-from-the-president img {
  margin-bottom: 2rem;
}

.message-from-the-president .name {
  color: #4aaa2a;
  font-size: 16px;
  margin-bottom: 0.3rem;
}

.message-from-the-president .position {
  font-size: 14px;
  margin-bottom: 0;
}

.message-from-the-president p {
  margin-bottom: 1.5rem;
}

.message-from-the-president p:last-child {
  margin-bottom: 0;
}

/*===============================================
MISSION VISION & VALUES
===============================================*/

.mission-vision-values .card {
  background-color: #f8f9fa;
  height: 100%;
}

.mission-vision-values .icon-box {
  width: 100px;
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #6abd44;
  border-radius: 50%;
  margin-bottom: 3rem;
}

.mission-vision-values i {
  font-size: 30px;
  color: #fff;
}

.mission-vision-values h4 {
  margin-bottom: 1rem;
}

.mission-vision-values p {
  margin-bottom: 0;
}

/*===============================================
OFFICERS & DIRECTORS / PAST PRESIDENT
===============================================*/

.officers-and-directors .card {
  height: 100%;
}

.officers-and-directors .card-body {
  text-align: center;
}

.officers-and-directors .name,
.officers-and-directors .position,
.officers-and-directors .comp {
  display: block;
}

.officers-and-directors .name {
  font-weight: 700;
}

.officers-and-directors .position {
  font-size: 14px;
  margin-bottom: 1rem;
}

.officers-and-directors .comp {
  font-size: 14px;
  color: #aaa;
}

/*===============================================
HOW TO JOIN
===============================================*/

.how-to-join h4 {
  margin-bottom: 1.5rem;
}

.how-to-join p {
  margin-bottom: 1.5rem;
}

.how-to-join p:last-child {
  margin-bottom: 0;
}

.how-to-join ul,
.how-to-join ol {
  margin: 1.5rem 0;
}

/*===============================================
LABOR LAWS ADVISORY
===============================================*/

.labor-laws-advisory .row {
  display: flex !important;
  align-items: center !important;
}

.labor-laws-advisory #labor_laws_advisory_table {
  width: auto !important;
}

.labor-laws-advisory #labor_laws_advisory_table,
.labor-laws-advisory label {
  margin-bottom: 3rem !important;
  margin-top: 0 !important;
}

.labor-laws-advisory input {
  margin: 0 !important;
}

.labor-laws-advisory th {
  text-align: left !important;
  padding: 14px calc(20px + 1.5rem) 14px 20px !important;
}

.labor-laws-advisory td {
  text-align: left !important;
  text-transform: uppercase !important;
}

@media (max-width: 768px) {
  .labor-laws-advisory #labor_laws_advisory_table,
  .labor-laws-advisory label {
    margin-bottom: 1.5rem !important;
  }
}

@media (max-width: 576px) {
  .labor-laws-advisory input {
    width: 100% !important;
    margin: 0 !important;
  }
  .labor-laws-advisory label {
    width: 100% !important;
  }
}

/*===============================================
MEMBERS DIRECTORY
===============================================*/

.members-directory .row {
  display: flex !important;
  align-items: center !important;
}

.members-directory #members_directory_table {
  width: auto !important;
}

.members-directory #members_directory_table,
.members-directory label {
  margin-bottom: 3rem !important;
  margin-top: 0 !important;
}

.members-directory input {
  margin: 0 !important;
}

.members-directory th {
  text-align: left !important;
  padding: 14px calc(20px + 1.5rem) 14px 20px !important;
}

.members-directory td {
  text-align: left !important;
  text-transform: uppercase !important;
}

@media (max-width: 768px) {
  .members-directory #members_directory_table,
  .members-directory label {
    margin-bottom: 1rem !important;
  }
}

@media (max-width: 576px) {
  .members-directory input {
    width: 100% !important;
    margin: 0 !important;
  }
  .members-directory label {
    width: 100% !important;
  }
}

/*===============================================
UPLOADED IMAGE LIST
===============================================*/

.uploaded-image-list .row {
  display: flex !important;
  align-items: center !important;
}

.uploaded-image-list #dataTableZ {
  width: auto !important;
}

.uploaded-image-list #dataTableZ,
.uploaded-image-list label {
  margin-bottom: 3rem !important;
  margin-top: 0 !important;
}

.uploaded-image-list input {
  margin: 0 !important;
}

.uploaded-image-list th {
  text-align: left !important;
  padding: 14px calc(20px + 1.5rem) 14px 20px !important;
}

.uploaded-image-list td {
  text-align: left !important;
  text-transform: uppercase !important;
}

@media (max-width: 768px) {
  .uploaded-image-list #dataTableZ,
  .uploaded-image-list label {
    margin-bottom: 1.5rem !important;
  }
}

@media (max-width: 576px) {
  .uploaded-image-list input {
    width: 100% !important;
    margin: 0 !important;
  }
  .uploaded-image-list label {
    width: 100% !important;
  }
}

/*===============================================
JOB POSTING
===============================================*/

.jobs .job-list-col {
  padding: 0;
  border-right: 1px solid #dee2e6;
  border-left: 1px solid #dee2e6;
}

.jobs .job-list-col > .card {
  padding: 1.5rem;
  border-bottom: 1px solid #dee2e6;
  border-top: none;
  border-right: none;
  border-left: none;
  border-radius: 0;
  transition: ease 0.3s;
}

.jobs .job-list-col > .card:hover {
  background-color: #f8f9fa;
}

.jobs .job-list-col .card img {
  width: auto;
  max-height: 50px;
  margin-bottom: 1rem;
}

.jobs .job-list-col .card .job-title {
  color: #111;
  font-size: 1rem;
  font-weight: 600;
  margin-bottom: 5px;
}

.jobs .job-list-col .card .comp-name {
  margin-bottom: 0.1rem;
  color: #111 !important;
  font-size: 14px !important;
  font-weight: 400;
  margin-bottom: 1px;
}

.jobs .job-list-col .card .desc span {
  color: #aaa;
  font-size: 12px;
}

.jobs .job-list-col .job-req {
  padding-top: 1.5rem;
}

.jobs .job-list-col .job-req h5 {
  margin-bottom: 0;
  font-size: 16px;
}

.jobs .job-list-col .job-req ul {
  margin: 1rem 0;
}

.jobs .job-list-col .job-req ul li {
  font-size: 14px;
}

.jobs .job-list-col .card {
  background-color: #fff;
}

.jobs .job-list-col .card .card {
  padding: 1.5rem;
}

.jobs .job-list-col .card .job-req-desc p {
  margin-bottom: 0;
  font-size: 14px;
}

.jobs .job-list-col .card .job-req-desc p span {
  color: #aaa;
}

/* =============================================== */

.jobs .job-desc-col {
  padding: 1.5rem;
  border-bottom: 1px solid #dee2e6;
  border-right: 1px solid #dee2e6;
}

.jobs .job-desc-col .card {
  padding: 1.5rem;
  background: none;
  background-color: #fff;
}

.jobs .job-desc-col .card .logo-wrap {
  margin-bottom: 1.5rem;
}

.jobs .job-desc-col .card img {
  width: auto;
  max-height: 70px;
}

.jobs .job-desc-col .card .desc .job-title {
  margin-bottom: 8px;
}

.jobs .job-desc-col .card .desc .comp-name {
  font-size: 1rem;
  font-weight: 400;
  margin-bottom: 8px;
}

.jobs .job-desc-col .card span {
  font-size: 14px;
  font-size: 1rem;
  margin-bottom: 0.5rem;
  color: #aaa;
}

.jobs .job-desc-col .card span > a {
  display: inline-flex;
  margin-bottom: 0;
}

.jobs .job-desc-col .job-req {
  padding: 1.5rem 1.5rem 0 1.5rem;
}

.jobs .job-desc-col .job-req h5 {
  margin-bottom: 0;
}

.jobs .job-desc-col .job-req ul {
  margin: 1.5rem 0;
}

.jobs .job-desc-col .job-req ul li {
  font-size: 1rem;
}

.jobs .job-desc-col .card .job-req-desc p {
  margin-bottom: 0;
}

.jobs .job-desc-col .card .job-req-desc p span {
  color: #aaa;
}

.avatars-wrap {
  margin-bottom: 1.5rem;
  display: flex;
  align-items: center;
}

.avatars-wrap .avatars-cont {
  display: flex;
  justify-content: flex-start;
}

.avatars-wrap .avatars-cont .avatar {
  width: 32px !important;
  height: 32px !important;
  border: 3px solid #fff;
  border-radius: 50%;
  transition: ease 0.3s;
}

.avatars-wrap .avatars-cont .avatar:not(:first-child) {
  margin-left: -10px;
}

.avatars-wrap .avatars-cont:hover .avatar:not(:first-child) {
  margin-left: -5px;
}

/*===============================================
CUSTOM CSS BY JOEL
===============================================*/

.btn-palscon {
  font-size: 14px !important;
  padding: 14px 18px !important;
  display: inline-block;
  text-align: center !important;
  border: 1px solid transparent;
  border-radius: 0;
  transition: ease 0.3s;
}

.btn-palscon:disabled {
  background-color: #ddd !important;
  border-color: #888 !important;
}

.btn-palscon-pri {
  color: #fff !important;
  background-color: #5ea73d !important;
  border-color: #5ea73d;
}

.btn-palscon-pri:hover {
  background-color: #47842b !important;
  border-color: #47842b !important;
}

.btn-palscon-pri:focus {
  background-color: #47842b !important;
  border-color: #47842b !important;
  box-shadow: 0 0 0 5px rgba(94, 167, 61, 0.2) !important;
}

.btn-palscon-outline-pri {
  color: #5ea73d !important;
  background-color: transparent !important;
  border-color: #5ea73d;
}

.btn-palscon-outline-pri:hover {
  color: #fff !important;
  background-color: #47842b !important;
  border-color: #47842b !important;
}

.btn-palscon-outline-pri:focus {
  color: #fff !important;
  background-color: #47842b !important;
  border-color: #47842b !important;
  box-shadow: 0 0 0 5px rgba(94, 167, 61, 0.2) !important;
}

.btn-palscon-sec {
  color: #fff !important;
  background-color: #111 !important;
  border-color: #111;
}

.btn-palscon-sec:hover {
  background-color: #222 !important;
  border-color: #222;
}

.btn-palscon-sec:focus {
  background-color: #222 !important;
  border-color: #222 !important;
  box-shadow: 0 0 0 5px rgba(2, 2, 2, 0.2) !important;
}

.btn-palscon-outline-sec {
  color: #111 !important;
  background-color: transparent !important;
  border-color: #111;
}

.btn-palscon-outline-sec:hover {
  color: #fff !important;
  background-color: #111 !important;
  border-color: #111 !important;
}

.btn-palscon-outline-sec:focus {
  color: #fff !important;
  background-color: #222 !important;
  border-color: #222 !important;
  box-shadow: 0 0 0 5px rgba(94, 167, 61, 0.2) !important;
}

.btn-palscon-light {
  color: #111 !important;
  background-color: #eee !important;
  border-color: #eee;
}

.btn-palscon-light:hover {
  background-color: #ddd !important;
  border-color: #ddd;
}

.btn-palscon-light:focus {
  background-color: #eee !important;
  box-shadow: 0 0 0 5px rgba(238, 238, 238, 0.2) !important;
}

.btn-palscon-danger {
  color: #fff !important;
  background-color: #e51931 !important;
  border-color: #e51931;
}

.btn-palscon-danger:hover {
  background-color: #bf1428 !important;
  border-color: #bf1428;
}

.btn-palscon-danger:focus {
  background-color: #bf1428 !important;
  box-shadow: 0 0 0 5px rgba(229, 25, 49, 0.2) !important;
}

.btn-palscon-sm {
  padding: 10px 16px !important;
}
