@import url(https://fonts.googleapis.com/css2?family=Barlow:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Oswald:wght@200..700&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Barlow:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap);
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
:root {
  --fitis-font: "Roboto", sans-serif;
  --fitis-font-two: "Inter Tight", sans-serif;
  --fitis-gray: #425141;
  --fitis-gray-rgb: 65, 70, 81;
  --fitis-white: #ffffff;
  --fitis-white-rgb: 255, 255, 255;
  --fitisa-base: #f8f8f8;
  --fitis-base-rgb: 248, 248, 248;
  --fitis-black: #181818;
  --fitis-black-rgb: 24, 24, 24;
  --fitis-primary: #004e96;
  --fitis-primary-rgb: 0, 78, 150;
  --fitis-secondary: #002445;
  --fitis-secondary-rgb: 0, 36, 69;
  --fitis-btn: #0092d2;
  --fitis-btn-rgb: 0, 146, 210;
  --fitis-bdr-radius: 12px;
}
.gutter-0 {
  --bs-gutter-x: 0px;
}
.pl-0 {
  padding-left: 0 !important;
}
.pr-0 {
  padding-right: 0 !important;
}
.pt-20 {
  padding-top: 20px;
}
.pt-70 {
  padding-top: 70px;
}
.pb-70 {
  padding-bottom: 70px;
}
.mt-100 {
  margin-top: 100px;
}
.mb-100 {
  margin-bottom: 100px;
}
.mb-300 {
  margin-bottom: 300px;
}
.section__title {
  color: var(--fitis-primary);
  font-size: 32px;
  line-height: 52px;
  margin-top: 30px;
}
body {
  margin: 0;
  font-family: "Poppins", sans-serif;
}
.offcanvas {
  --bs-offcanvas-width: 100%;
}
.offcanvas-body {
  align-items: end;
}
.menuicon {
  width: 25%;
  float: inline-end;
}
.navbar-brand_digi {
  float: left;
  position: absolute;
  margin-left: 200px;
}
.navbar-brand_img {
  float: left;
}
.navbar-nav {
  font-family: "Barlow", sans-serif;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 14px;
  font-style: normal;
  color: var(--fitis-primary);
  --bs-nav-link-padding-y: 0rem;
}
.nav-link {
  color: #002445;
}
.nav-item :hover,
.navbar-nav .nav-link.active {
  color: var(--fitis-btn);
}
.nav-item {
  padding-left: 10px;
}
.dropdown-toggle::after {
  display: none;
}
.nav-item :hover {
  cursor: pointer;
}
.slid_bar_footer {
  display: none;
  margin-bottom: 20px;
}
.nav-icons img {
  width: 12%;
  padding: 5px 5px 20px;
}
.navbar-nav .dropdown-menu {
  background-color: #dce0e5;
  border-color: none;
}
.navbar-nav .dropdown-item {
  font-family: "Barlow", sans-serif;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 14px;
  font-style: normal;
  color: #002445;
}
.navbar-nav .dropdown-menu :hover {
  color: #0092d2;
  background-color: #dce0e5;
}
.navlogos,
.navlogos a {
  display: flex;
  gap: 12%;
  height: 55px;
}
.item {
  position: relative;
  height: 100vh;
}
.item .content {
  background-image: url(../images/owl/bg1.jpg);
  background-size: cover;
  background-position: center;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 100px;
  color: #fff;
  display: flex;
  justify-content: end;
}
.contentInSideDiv {
  width: 40%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: right;
}
.contentInSideDiv h1 {
  font-size: 50px;
  font-weight: 700;
  margin-bottom: 20px;
}
.owl-demo .item {
  background-color: #000;
}
.owl-nav {
  display: none !important;
}
.owl-nav,
.owl-dot {
  margin-top: 20px;
}

#owl-demo .item img {
  display: block;
  width: 100%;
  height: auto;
}
#owl-demo .owl-controls {
  display: none !important;
}
.owl-fade-in,
.owl-fade-out {
  opacity: 1;
  z-index: 1;
  -webkit-animation: fadeOut 0.5s ease-in-out;
  -moz-animation: fadeOut 0.5s ease-in-out;
  -o-animation: fadeOut 0.5s ease-in-out;
  animation: fadeOut 0.5s ease-in-out;
  background-color: #000;
}
.owl-fade-in {
  opacity: 0;
  z-index: 2;
  -webkit-animation: fadeIn 0.5s ease-in-out;
  -moz-animation: fadeIn 0.5s ease-in-out;
  -o-animation: fadeIn 0.5s ease-in-out;
  animation: fadeIn 0.5s ease-in-out;
}
.carousel,
.carousel-inner,
.carousel-inner .item,
body,
html {
  height: 100%;
  margin: 0;
}
.item:nth-child(1),
.item:nth-child(2) {
  background: #fff;
}
.item:nth-child(3) {
  background: #e46653;
}
.search-bar-row {
  padding-right: 5%;
  align-items: end;
}
.search-bar {
  background-color: var(--fitis-secondary);
  margin-right: 50%;
  position: relative;
}
.search-form {
  position: relative;
  margin-top: 2px;
  margin-bottom: 2px;
}
.search-form .fa-search {
  position: absolute;
  top: 12px;
  left: 10px;
  color: #79787b;
}
.search-form-input {
  background-color: #8f9aa6;
  border: 0;
  text-indent: 20px;
}
.search-form-input:focus {
  background-color: #afbecd;
  border: 0;
  box-shadow: none;
}
.Search-Topic {
  color: var(--fitis-white);
  float: inline-end;
  padding-top: 7px;
  font-weight: 500;
  font-size: 18px;
  text-transform: uppercase;
  margin-bottom: 7px;
}
.search-bar-shortNav p {
  color: #f0f8ff;
  position: absolute;
  padding-top: 5px;
  text-align: center;
  align-items: center;
}
.search-bar-shortNav span {
  padding: 0 15px;
  font-size: 14px;
  color: var(--fitis-white);
}
.search-bar-shortNav a {
  text-decoration: none;
}
.search-bar-shortNav i {
  opacity: 0.5;
  font-size: 20px;
  align-items: center;
  padding-top: 5px;
}
.home_contact_bar {
  padding-top: 20px;
  padding-bottom: 20px;
}
.csmicons {
  width: 8%;
  padding-left: 2px;
  padding-right: 2px;
}
.bg-Main_silder {
  background: url(/Assets/img/bg1.webp) no-repeat center center;
  background-size: cover;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}
.Chairman_Massage {
  background: #f7f7f7;
}
.Chairman_section__title {
  color: var(--fitis-primary);
  font-size: 32px;
  line-height: 52px;
  margin-bottom: 20px;
}
.Chairman_Image {
  border-radius: 10px;
}
.Ch_img_caption {
  padding: 10px;
  border-radius: 8px;
  margin-bottom: 10px;
  text-align: center;
}
.Ch_img_caption h4 {
  font-size: 17px;
}
.Ch_img_caption h5 {
  font-size: 15px;
}
.Ch_img_caption h6 {
  font-size: 13px;
}
.Chairman_text p {
  text-align: justify;
  padding-top: 0;
  margin-bottom: 0;
}
.Chairman_text_upper_prh p {
  padding-left: 30px;
  padding-bottom: 10px;
}
.Chairman_text_upper_prh h4 {
  padding-left: 30px;
}
.Chairman_text h4 {
  font-size: 24px;
}
.Chairman_video {
  width: 37.5%;
}
.buttonToChairman {
  padding: 4px 10px;
  background-color: transparent;
  color: #000;
  border-radius: 8px;
  font-size: 14px;
  margin-bottom: 10px;
  float: inline-end;
  text-transform: uppercase;
  border-color: #00000091;
}
.contentcenter {
  justify-content: center;
}
.Projects_Programs_Card {
  background-color: #f8f8f8;
  border-radius: 12px;
  box-shadow: rgba(50, 50, 93, 0.25) 0 2px 5px -1px,
    rgba(0, 0, 0, 0.3) 0 1px 3px -1px;
  margin-bottom: 20px;
  font-family: "Roboto", sans-serif;
}
.Projects_Programs_Card_img img {
  border-top-left-radius: 12px;
  border-bottom-left-radius: 12px;
  object-fit: cover;
}
.Projects_Programs_Card_content h3 {
  padding-top: 15px;
}
.introduction-one {
  position: relative;
  padding: 3%;
  column-gap: 80px;
  display: flex;
  width: 100%;
}
.about-details,
.introduction-two {
  flex: 1;
  padding: 20px;
}
.aboutimg1,
.aboutimg2 {
  display: flex;
  column-gap: 4%;
}
.aboutimg1 img,
.aboutimg2 img {
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
}
.imgescontainer {
  display: flex;
  column-gap: 10px;
}
.objectpara {
  display: flex;
  gap: 10px;
}
.objectpara i {
  font-size: 25px;
}
.mission,
.vision {
  display: flex;
  gap: 20px;
  margin-bottom: 20px;
  padding: 15px;
  background-color: #f8f8f8;
  border-radius: 5px;
  box-shadow: rgba(50, 50, 93, 0.25) 0 2px 5px -1px,
    rgba(0, 0, 0, 0.3) 0 1px 3px -1px;
}
.mission_des,
.vision_des {
  flex: 1;
}
.become_member {
  padding-left: 6%;
  padding-right: 6%;
  height: auto;
  min-height: 155.188px;
  background-color: #002445;
  justify-content: space-between;
}
.become_member,
.become_memeber_fontsdiv {
  display: flex;
  align-items: center;
}
.become_member-titel {
  font-size: 25.6px;
  flex: 40%;
  color: #fff;
  padding-right: 20px;
}
.become_memeber_fontsdiv p {
  color: #fff;
}
.become_member-body {
  font-size: 15.04px;
  color: #fff;
}
.link_wrapper {
  display: flex;
  align-items: end;
  justify-content: flex-end;
  flex: 40%;
}
.apply-button {
  background-color: #0092d2;
  color: #fff;
  height: 40px;
  min-height: 40px;
  width: 60%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Roboto", sans-serif;
  text-decoration: none;
  font-size: 16px;
  cursor: pointer;
  border-radius: 5px;
}
.apply-button:hover {
  background-color: #03f2ff;
}
.service-home-container {
  padding-left: 0;
  padding-right: 0;
}
.service_home_card {
  text-align: center;
  margin-bottom: 20px;
  position: relative;
  background-color: #f8f8f8;
  border-radius: var(--fitis-bdr-radius);
  box-shadow: rgba(50, 50, 93, 0.25) 0 2px 5px -1px,
    rgba(0, 0, 0, 0.3) 0 1px 3px -1px;
  box-sizing: border-box;
  flex-direction: row;
  z-index: 1;
  margin-left: 10px;
  margin-right: 10px;
}
.service_home_card-box {
  position: relative;
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: #dfe2f3;
  border-top-left-radius: var(--fitis-bdr-radius);
  border-top-right-radius: var(--fitis-bdr-radius);
}
.service_home_card_img {
  position: relative;
  height: 30px;
  width: 50px;
}
.service_home_card_content {
  padding: 20px;
}
.chapter-img-titel h4,
.service_home_card_content h3 {
  font-size: 16px;
}
.service_home_card_content p {
  font-size: 14px;
}
.partnership-home-container {
  padding-left: 0;
  padding-right: 0;
}
.section__title {
  margin-bottom: 20px;
}
.partnership_home_title h5 {
  font-weight: 400;
  font-size: 15px;
}
.partnership_home_logos img {
  max-width: 100%;
  height: auto;
  margin-bottom: 40px;
  padding: 0 20px;
}
.maps,
.maps iframe {
  position: relative;
}
.maps iframe {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: 0;
  height: 500px;
  width: 100%;
}
.contact-form {
  position: absolute;
  width: 25%;
  overflow-x: 50px;
  transform: translate(250%, 0);
  background-color: #181818f4;
  padding-top: 5%;
  padding-left: 2%;
  padding-right: 2%;
  height: 500px;
}
.appointment-form label {
  padding-bottom: 15px;
  font-size: 28px;
  color: var(--fitis-white);
}
.form-group {
  padding-bottom: 15px;
}
.form-control1 {
  background-color: #ffffff00;
  color: #a4a4a4;
  box-shadow: none;
  border-radius: 0;
  border-top: none;
  border-left: none;
  border-right: none;
  border-width: 1px;
  border-bottom-color: #a4a4a4;
  width: 100%;
  padding-bottom: 2%;
}
.contact-form .form-control1::placeholder {
  color: #a4a4a4;
}
.contact-btn {
  background-color: #0092d2;
  border: 0;
  color: #fff;
  padding: 12px 45px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 13px;
  cursor: pointer;
  border-radius: 8px;
}
.why_title {
  padding-right: 6%;
  padding-left: 6%;
  padding-top: 50px;
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
}
.allsqures {
  flex-direction: row;
  border-radius: 5px;
  justify-content: center;
  margin-bottom: 5%;
}
.allsqures,
.row_Chnages,
.squre {
  display: flex;
  align-items: center;
}
.squre {
  background-color: #f8f8f8;
  border-radius: 5px;
  box-shadow: rgba(50, 50, 93, 0.25) 0 2px 5px -1px,
    rgba(0, 0, 0, 0.3) 0 1px 3px -1px;
  position: relative;
  margin: 10px;
  padding: 10px;
  gap: 10px;
}
.footer p,
.squre p,
h6 {
  margin-bottom: 0;
}
.row_Chnages {
  flex-wrap: wrap;
  width: 100%;
  justify-content: left;
}
.withline {
  padding: 10px;
}
.address input[type="text"],
.footer {
  background-color: #002445;
  color: #fff;
}
.footer {
  display: flex;
  flex-direction: column;
  padding-top: 2%;
  padding-bottom: 2%;
  font-size: 14px;
  column-gap: 30px;
}
.address {
  display: flex;
  flex-direction: row;
  gap: 18px;
  padding-bottom: 8px;
  border-bottom: 1px solid rgb(255, 255, 255, 0.08);
  align-items: left;
}
.address div {
  display: flex;
  gap: 20px;
}
.address a {
  color: #fff;
  text-decoration: none;
}
.contact-infor {
  padding-left: 30px;
}
.ee {
  display: none;
}
.footer-content {
  display: flex;
  gap: 20px;
  align-items: center;
}
.italic {
  font-style: italic;
  font-weight: 80;
}
.copyright,
.footerlogo {
  align-items: center;
}
.copyright a {
  padding-right: 20px;
}
.footerlogo {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
}
.footicons {
  width: 2%;
  padding-right: 3px;
}
.row_Chnages2 {
  padding: 0;
}
.footer-static {
  position: fixed;
  bottom: 0;
  width: 100%;
}

.footerfix {
  position: fixed;
  bottom: 0;
  width: 100%;
}

body {
  display: flex;
  flex-direction: column;
}

.footerfix2{
  margin-top: auto;
}

.address input[type="text"] {
  width: 100%;
  font-size: 16px;
  font-style: italic;
  border: 0;
  outline: 0;
  background-position: 10px 10px;
  background-repeat: no-repeat;
  padding: 12px 20px 12px 0;
}
.address input[type="text"]:hover {
  border: 0;
  outline: 0;
}
.button {
  background-color: #0092d2;
  border: 0;
  color: #fff;
  padding: 0 30px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 7px 2px;
  cursor: pointer;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
  border-radius: 5px;
}
.button2:hover {
  background-color: #002445;
}
::placeholder {
  color: #fff;
  opacity: 1;
}
.newpartner-title {
  padding-bottom: 20px;
}
.box {
  display: flex;
  align-items: center;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 16px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.checkBoxInput {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 18px;
  width: 18px;
  background-color: #fff;
  border: 1.5px solid #000;
}
.box:hover input ~ .checkmark {
  background-color: #fff;
  border: 0.1px solid #000;
}
.box input:checked ~ .checkmark {
  background-color: #fff;
}
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.box input:checked ~ .checkmark:after {
  display: block;
}
.box .checkmark:after {
  left: 4.5px;
  top: 2.5px;
  width: 5px;
  height: 10px;
  border: solid #000;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.checkbox_one,
.coc_left i {
  font-family: "Barlow", sans-serif;
}
.checkbox_one {
  font-weight: 300;
  font-style: normal;
  padding-bottom: 20px;
}
.firstdetails {
  padding-top: 4%;
  padding-bottom: 4%;
}
.partnercategory,
.partnercategory p::after {
  color: #0092d2;
  content: " *";
  font-size: 14px;
}
.details {
  padding-left: 8%;
  padding-right: 8%;
  width: 100%;
}
.comp-any-name form input {
  padding: 12px 20px;
  margin: 8px 0;
  box-sizing: border-box;
  border-bottom: 2px solid red;
  background-color: red;
  width: 200px;
}
.comp-any-name {
  width: 300px;
  background-color: red;
}
.contactinfo {
  color: #0092d2;
  padding-top: 40px;
}
.inforform {
  padding-left: 10%;
  padding-top: 20px;
}
.detailsinput {
  border: 0;
  border-bottom: 1px solid #000;
  margin-bottom: 10px;
  width: 100%;
}
.newsandcheckbox {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.formsubmit {
  background-color: #0092d2;
  border: 0;
  width: 450px;
  height: 40px;
  color: #fff;
  padding: 0 30px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 50px;
  cursor: pointer;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
  border-radius: 5px;
  align-self: center;
}
.Code_of_Conduct {
  position: relative;
  box-sizing: border-box;
  padding-top: 6%;
  padding-bottom: 6%;
  padding-right: 20px;
  column-gap: 40px;
  flex-grow: 1;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 16px;
}
.coc_left {
  padding-right: 40px;
}
.coc_left i {
  font-weight: 500;
}
.coc_left h5 {
  font-weight: 500;
  font-size: 18px;
}
.coc_left-ol1 {
  font-weight: 600;
  padding-left: 7%;
}
.coc_left-gap {
  padding-bottom: 20px;
}
.coc_right {
  width: 22%;
  background-color: #e8eaed;
  padding: 20px;
  border-radius: 5px;
  height: fit-content;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}
.TableContent {
  display: flex !important;
  flex-wrap: wrap;
  align-content: flex-start;
}
.TableContent div {
  padding-top: 3px;
  padding-bottom: 3px;
  position: relative;
}
.coc_table_headline a {
  text-decoration: none;
  color: var(--fitis-black);
  text-align: left;
  position: relative;
}
.coc_table_title {
  font-weight: 600;
  font-size: 18px;
  text-align: left;
  padding-bottom: 5px;
}
.Search-Topic-coc {
  color: var(--fitis-white);
  float: inline-end;
  padding-top: 7px;
  font-weight: 550;
  position: absolute;
  font-size: 18px;
  margin-left: -120px;
}
.searchnone {
  pad: 40px;
}
.leader-title {
  color: #004e96;
  font-size: 33px;
}
.leaderdiv {
  padding-top: 3%;
  padding-bottom: 4%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  row-gap: 20px;
  column-gap: 0;
}
.image {
  text-align: center;
  width: 100%;
}
.image img {
  width: 100%;
  height: auto;
}
.leader-description p {
  text-align: justify;
}
.past-leaders {
  padding: 4%;
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 20px;
  column-gap: 0;
}
.past-leaders-title {
  color: #004e96;
  font-size: 33px;
}
.team-card {
  display: flex;
  flex-direction: row;
  box-shadow: rgba(0, 0, 0, 0.24) 0 3px 8px;
  border-radius: 10px;
  margin: 4%;
  background-color: #e8eaed40;
  position: relative;
}
.pasadtitle {
  width: 100%;
  height: 100%;
  padding: 4%;
  display: flex;
  flex-direction: column;
}
.pasadimg img {
  object-fit: cover;
  width: 100%;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}
.linkicon {
  position: absolute;
  right: 3%;
  bottom: 4%;
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  justify-content: flex-end;
}
.leadercard {
  padding: 0 !important;
  display: grid;
}
.chapets-container {
  padding: 2% 4% 4%;
}
.chapters_card {
  text-align: center;
  margin-bottom: 20px;
  position: relative;
  background-color: var(--fitis-primary);
  border-radius: var(--fitis-bdr-radius);
  box-shadow: rgba(50, 50, 93, 0.25) 0 2px 5px -1px,
    rgba(0, 0, 0, 0.3) 0 1px 3px -1px;
  box-sizing: border-box;
  flex-direction: row;
  z-index: 1;
  margin-left: 10px;
  margin-right: 10px;
}
.chapters_card:hover {
  background-color: var(--fitis-secondary);
}
.chapters_card a {
  text-decoration: none;
}
.chapters_card_content {
  padding: 40px 20px;
}
.chapters_card_content h3 {
  font-size: 20px;
  color: var(--fitis-white);
}
.chapters_card_content p {
  font-size: 14px;
  color: var(--fitis-white);
}
.inner-chapter-title {
  font-size: 24px;
  padding-top: 30px;
  padding-bottom: 30px;
}
.chapter-objective-content {
  padding: 10px 5px;
}
.chapter-objective-content li,
.coc_left h5 {
  padding-bottom: 10px;
}
.Search-Topic-chapter {
  color: var(--fitis-white);
  float: inline-end;
  padding-top: 7px;
  font-weight: 550;
  position: absolute;
  font-size: 18px;
}
.chapter-president-title {
  background-color: var(--fitis-secondary);
  border-radius: 5px;
  margin-bottom: 20px;
}
.chapter-president-title p {
  color: var(--fitis-white);
  float: inline-start;
  padding-top: 12px;
  font-weight: 500;
  font-size: 18px;
  padding-bottom: 0;
}
.chapter-president {
  margin-top: 20px;
  margin-bottom: 10px;
  justify-content: space-evenly;
}
.table-chapter {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 30px 20px 50px;
}
.table-chapter table {
  border: 2px solid #000;
  border-collapse: collapse;
  border-radius: 10px;
  overflow: hidden;
  outline: 3px solid #cacaca;
}
.table-chapter th {
  padding: 12px 30px;
  text-align: center;
  border: 2px solid #cacaca;
}
.table-chapter td {
  padding: 5px 30px;
  border: 1px solid #cacaca;
}
.Designation {
  text-align: center;
}
.chapter-img-titel {
  align-items: center;
  text-align: center;
  padding-top: 20px;
}
.chapter-img-titel h3 {
  font-size: 20px;
}
.btn-primary {
  background-color: var(--fitis-secondary);
}
