ol,
ul {
  padding-left: initial !important;
}

.content-section h5 {
  background: #004283;
  padding: 5px 10px;
  margin: 0;
  color: #ffffff;
  border: 4px 4px 0 0;
  margin-bottom: 10px;
}

.table > .thead-default > tr > td {
  background-color: #004283 !important;
  color: white !important;
  font-size: 14px !important;
}

.table > .thead-default > tr > th {
  background-color: #004283 !important;
  color: white !important;
  font-size: 14px !important;
}

.table > .thead-default {
  background-color: #004283 !important;
  color: white !important;
  font-size: 14px !important;
}

.thead-default {
  background-color: #004283 !important;
  color: white;
  font-size: 14px;
}

#tb1 {
  counter-reset: serial-number;
  /* Set the serial number counter to 0 */
}

#tb1 td:first-child:before {
  counter-increment: serial-number;
  /* Increment the serial number counter */
  content: counter(serial-number);
  /* Display the counter */
}

#tb2 {
  counter-reset: serial-number;
  /* Set the serial number counter to 0 */
}

#tb2 td:first-child:before {
  counter-increment: serial-number;
  /* Increment the serial number counter */
  content: counter(serial-number);
  /* Display the counter */
}

.jobs-area > a:hover {
  text-decoration: none !important;
}

.jobs-area > a:hover {
  color: #004283 !important;
  font-weight: bold !important;
}

table > tbody > tr > td > a:hover {
  color: #004283 !important;
  font-weight: bold !important;
  font-size: 15px !important;
  text-decoration: none !important;
}

.content-section {
  margin-bottom: 80px;
}

.img-center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
}

.useful_logo {
  padding: 20px 20px;
}

.Mentors {
  background: #660000;
  padding: 10px 15px;
  margin: 0;
  color: #ffffff !important;
  font-size: 15px !important;
  font-weight: 700 !important;
}

.right_text > a {
  font-weight: bolder;
  color: #98320c;
}

.sliderimg {
  width: 100%;
  height: 530px;
}

.relative {
  position: relative;
}

.bg-col {
  background-color: #303233ff;
}

.py-10 {
  padding-block: 20px;
}

.text-white {
  color: #fff;
}

.px-16 {
  padding-inline: 64px !important;
}

.text-3xl {
  font-size: 1.875rem;
  line-height: 1.2;
}

.mb-2 {
  margin-bottom: 8px;
}

.text-sm {
  font-size: 0.875rem;
  line-height: 1.4;
}

.absolute {
  position: absolute;
}

.w-\[700px\] {
  width: 700px;
}

.h-full {
  height: 100%;
}

.clip-diagonal {
  clip-path: polygon(20% 0, 100% 0, 100% 100%, 0 100%);
}

.right-0 {
  right: 0;
}

.top-0 {
  top: 0;
}

.bg-col2 {
  background-color: #004283;
  /*background-color: #660000;
        background-color: #ff6900;*/
}

th {
  text-align: center;
}

a {
  color: #004283;
}

table {
  font-weight: 600;
}

.tableCenter > table > tbody > tr > :nth-child(1) {
  text-align: center;
}

.tableCenter > table > tbody > tr > :nth-child(3) {
  text-align: center;
}

.tableCenter > table > tbody > tr > :nth-child(4) {
  text-align: center;
}

.social-icon {
  width: 20px;
  height: 20px;
}

@media (min-width: 768px) {
  .nav-tabs.nav-justified > li {
    width: auto !important;
  }
}

.icon-box:before {
  content: none !important;
}

a:hover {
  text-decoration: none;
}

.iconWrap img {
  margin-bottom: 10px;
  display: inline !important;
}

.iconWrap {
  text-align: center;
}

.iconWrap a {
  font-size: inherit;
  font-weight: 600;
  line-height: 1.3em;
  color: #fff;
  text-decoration: none;
}

.grow img:hover {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}

.grow img,
.grow img:hover {
  transition: 1s ease;
}

.grow i:hover {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}

.grow i,
.grow i:hover {
  transition: 1s ease;
}

.hexagon {
  position: relative;
  display: inline-block;
  overflow: hidden;
  margin: 0 8.5%;
  padding: 16%;
  transform: rotate(30deg) skewY(30deg) scaleX(0.866);
  /* .866 = sqrt(3)/2 */
}

.hexagon:before {
  display: block;
  position: absolute;
  /* 86.6% = (sqrt(3)/2)*100% = .866*100% */
  top: 6.7%;
  right: 0;
  bottom: 6.7%;
  left: 0;
  /* 6.7% = (100% -86.6%)/2 */
  transform: scaleX(1.155) skewY(-30deg) rotate(-30deg);
  /* 1.155 = 2/sqrt(3) */
  /* background-color: rgba(30,144,255,.56); */
  background-size: cover;
  content: "";
}

.rowMarTop2nd {
  margin-top: 4em;
}

#mask {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 9000;
  background-color: #dcd4d4;
  display: none;
}

#boxes .window {
  position: absolute;
  left: 0;
  top: 0;
  min-width: 630px;
  max-width: 630px;
  height: 650px;
  display: none;
  z-index: 9999;
  padding: 20px;
  border-radius: 15px;
  /*  text-align: center;*/
}

#boxes #dialog {
  min-width: 630px;
  max-width: 630px;
  height: 650px;
  padding: 10px;
  background-color: #ffffff;
  font-family: "Segoe UI Light", sans-serif;
  font-size: 15pt;
}

#popupfoot {
  font-size: 16pt;
  position: absolute;
  top: 10px;
  min-width: 630px;
  max-width: 630px;
  color: #f1f1f1;
  font-size: 40px;
  font-weight: bold;
  transition: 0.3s;
}

@media only screen and (min-width: 900px) {
  #boxes #dialog {
    min-width: 630px;
    max-width: 630px;
    height: 650px;
    padding: 70px 60px;
  }
}

.box-w {
  position: relative;
  background: #fff;
  width: 100%;
  padding: 15px;
  /* border-radius: 6px; */
  -webkit-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  transition: 0.5s ease;
  -webkit-box-shadow: 0px 0px 20px 0px rgb(0 0 0 / 10%);
  box-shadow: 0px 0px 20px 0px rgb(0 0 0 / 10%);
  background: #fff;
  height: auto;
  min-height: 550px;
}

.prl {
  padding-left: 0px !important;
  padding-right: 0px !important;
}

.cause-block-new {
  position: relative;
}

.cause-block-new .inner-box {
  position: relative;
  display: flex;
  /*	border:1px solid #aacce1;*/
  /*padding-bottom: 40px;
    padding-top: 40px;
    margin-bottom: 40px;
   padding-bottom: 5px;
    padding-top: 6px;*/
  padding: 1px 2px 1px 8px;
  margin-bottom: 13px;
  text-align: left;
  /*background-color: #fff;*/
  -webkit-transition: 0.7s ease;
  -o-transition: 0.7s ease;
  transition: 0.7s ease;
}

.cause-block-new .inner-box:hover {
  -webkit-box-shadow: 0px 8px 8px 0px rgba(89, 83, 76, 0.1);
  box-shadow: 0px 8px 8px 0px rgba(89, 83, 76, 0.1);
  border-color: #f05f05;
}

.cause-block-new .inner-box:before {
  position: absolute;
  content: "";
  /*background-image: url(../images/resource/shape-6h.png);
    background-size: cover;
    background-position: bottom center;*/
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /*height: 170px;*/
  -webkit-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  transition: 0.5s ease;
}

.cause-block-new .inner-box:hover:before {
  /*background-image: url(../images/resource/shape-3-1.png);*/
  background: none;
}

.cause-block-new .image {
  position: relative;
  display: inline-block;
  float: left;
  padding-right: 10px;
}

.cause-block-new .image img {
  width: 85px;
  border: 2px dotted #21b529;
  border-radius: 50%;
  background: white;
}

.cause-block-new .image .overlay {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.cause-block-new .image .overlay:before {
  position: absolute;
  content: "";
  background: #302c51;
  opacity: 0;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  border-radius: 50%;
  -webkit-transition: 1s ease;
  -o-transition: 1s ease;
  transition: 1s ease;
  -webkit-transform: scale(0.5);
  -ms-transform: scale(0.5);
  transform: scale(0.5);
}

.cause-block-new .image:hover .overlay:before {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 0.93;
}

.cause-block-new .image .overlay .donate-box-btn {
  position: relative;
  font-size: 13px;
  color: #fff;
  text-transform: uppercase;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  transition: 0.5s ease;
  -webkit-transition-delay: 0.3s;
  -o-transition-delay: 0.3s;
  transition-delay: 0.3s;
}

.cause-block-new .image:hover .overlay .donate-box-btn {
  opacity: 1;
  visibility: visible;
}

.cause-block-new h4 {
  font-size: 15px;
  margin-top: 10px;
  margin-bottom: 3px;
}

.cause-block-new h4 a {
  color: #660000 !important;
  /*color: #bf0225;*/
  -webkit-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  transition: 0.5s ease;
  font-weight: 700;
}

.cause-block-new h4 a:hover {
  color: var(--theme-color-three);
}

.cause-block-new .text {
  margin-bottom: 20px;
}

.cause-block-new .info-box {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border: 1px solid #eaeaea;
  margin: 0 30px;
  padding: 10px 0;
}

.cause-block-new .info-box a {
  font-size: 13px;
  text-transform: uppercase;
  color: #1e1e1e;
  line-height: 11px;
  position: relative;
  top: 5px;
}

.cause-block-new .info-box a span {
  color: var(--theme-color-three);
  display: block;
}

.cause-block-new .info-box .lower-content {
  position: relative;
  margin: 0 20px;
  padding: 23px 15px;
  background: #fff;
  text-align: center;
  border-radius: 6px;
  -webkit-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  transition: 0.5s ease;
  margin-top: -30px;
  z-index: 9;
  transition: 0.5s ease;
}

.lower-content {
  padding-top: 10px;
  padding-left: 5px;
}

/*.cause-block-new .info-box .lower-content h4  {
    padding-left: 15px; padding-top: 22px;
}

.cause-block-new .info-box .lower-content h4 a {
    color:#bf0225;
    -webkit-transition: .5s ease;
    -o-transition: .5s ease;
    transition: .5s ease;
}

.team-block-new .lower-content h4 a:hover {
    color: var(--dark-color);
}
*/
.cause-block-new .info-box .lower-content h6 {
  color: var(--dark-color);
  -webkit-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  transition: 0.5s ease;
}

/*.cause-block-new .info-box>div {
    position: relative;
    width: 33%;
}

.cause-block-new .info-box>div+div:before {
    position: absolute;
    content: '';
    background: #eaeaea;
    height: 35px;
    width: 1px;
    left: 0px;
    top: 0;
}

.cause-block-new .count-box {
    position: relative;
    font-size: 16px;
    color: var(--theme-color-three);
    padding: 5px 0;
}*/

/* Style Two */

.cause-block-new.style-two .inner-box:hover:before {
  /*background-image: url(../images/resource/shape-3h.png);*/
}

.cause-block-new.style-two h4 a:hover {
  color: var(--dark-color);
}

.cause-block-new.style-two .info-box a span {
  color: var(--theme-color);
}

.cause-block-new.style-two .count-box {
  color: var(--theme-color);
}

.text2 {
  font-size: 14px;
  color: #004283;
  font-weight: 400;
  margin: 0;
}

.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important;
}

.daanotices {
  height: 350px;
  overflow-y: scroll;
}

.content-h5 {
  background: #004283;
  color: #fff;
  padding: 10px;
  border-radius: 5px;
}

.cardd {
  /* border-radius: 6px; */
  border: 1px solid rgba(0, 0, 0, 0.3);
  /* padding: 1px 10px; */
  /* margin: 10px 0px; */
  /* background-color: #e7e7e7; */
  /* height: 350px; */
  overflow-y: auto;
}

.card-header {
  padding: 0.5rem 1rem;
  margin-bottom: 0;
  color: white;
  font-size: 15px !important;
  font-weight: 700;
  background-color: #660000;
  border-bottom: 1px solid rgba(0, 0, 0, 0.175);
}

/* add animation effects */
@-webkit-keyframes animatetop {
  from {
    top: -300px;
    opacity: 0;
  }

  to {
    top: 0;
    opacity: 1;
  }
}

@keyframes animatetop {
  from {
    top: -300px;
    opacity: 0;
  }

  to {
    top: 0;
    opacity: 1;
  }
}

.icon-large {
  color: #004283;
  font-size: 40px;
}

.icons-box:hover {
  transform: translateY(-5px);
  transition: 0.3s;
}

@media (max-width: 768px) {
  .circle-inner a {
    width: 50%;
  }
}

.carousel-item .img-fluid {
  width: 100%;
  height: 560px;
  object-fit: fill;
}

#mainCarousel .carousel-item img {
  width: 100%;
  height: 560px;
  object-fit: contain;
  background: #000;
}

.imp-websites .box_shadow iframe {
  width: 100% !important;
  height: 500px !important;
  border: none;
}
.box_shadow {
  height: 500px;
  overflow: hidden;
}
/*  Modal Start*/
/* Center Bootstrap 3 Modal Horizontally + Vertically */
.modal-dialog {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: 0;
  transform: translate(-50%, -50%) !important;
  width: 90%;
  max-width: 900px;
}

/* Modal transparent container */
.modal-content {
  position: relative;
  border-radius: 5px;
}

/* Image fit */
.modal-body {
  padding: 0;
  text-align: center;
}

.modal-body img {
  width: 100%;
  max-height: 85vh;
  object-fit: contain;
}

/* Close button */
.close-btn {
  position: absolute;
  top: -15px;
  right: -15px;
  z-index: 9999;

  width: 35px;
  height: 35px;

  border-radius: 50% !important;
  background: #000 !important;
  color: #fff;

  border: 2px solid #fff !important;
  font-size: 28px;
  font-weight: bold;

  line-height: 28px;
  text-align: center;

  opacity: 1 !important;
  cursor: pointer !important;
  padding: 0 !important;
}

.close-btn:hover {
  background: #004283;
  color: #fff;
}

@media (max-width: 768px) {
  .modal-dialog-center {
    width: 95%;
  }

  .modal-body img {
    max-height: 75vh;
  }
}

/*  Modal End*/
