@import url("https://fonts.googleapis.com/css2?family=Tajawal&display=swap");
.main-slider-parent {
  position: relative;
  overflow: hidden;
}

.slider-item {
  position: relative;
  width: 100%;
  height: 500px;
  background-size: cover;
  background-position: center;
  overflow: hidden;
}

.slider-item .overlay {
  background: rgba(0, 0, 0, 0.6);
  width: 72%;
  position: absolute;
  z-index: 2;
  height: 100%;
  left: -22%;
  top: 0;
  -webkit-transform: skew(30deg, 0deg);
          transform: skew(30deg, 0deg);
}

.slider-item .content {
  position: relative;
  z-index: 3;
  padding: 50px 5%;
  width: 51%;
}

.slider-item .content .category {
  background: #FC0301;
  padding: 0 5px;
  border-radius: 10px;
  color: #fff;
  font-size: 17px;
}

.slider-item .content .title {
  margin: 0;
  color: #fff;
  font-size: 40px;
}

.slider-item .content .desc {
  font-size: 18px;
  color: #fff;
  line-height: 1.8;
}

.slider-item .content .btn1 {
  border: 2px solid rgba(255, 255, 255, 0.3);
}

.slider-tri {
  width: 100%;
  z-index: 8;
  position: absolute;
  bottom: -3px;
  left: 0;
  right: 0;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.slider-tri img {
  width: 100%;
}

.slider-tri.tri-revers {
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}

.slick-prev {
  width: 37px;
  height: 27px;
  background-image: url(/img/arrow1.png);
  left: 12px;
  z-index: 8;
  background-size: contain;
  background-repeat: no-repeat;
}

.slick-prev:hover, .slick-prev:focus {
  background: unset;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url("/img/arrow1.png");
}

.slick-prev::before {
  content: unset;
}

.slick-next {
  width: 37px;
  height: 27px;
  background-image: url("/img/arrow2.png");
  right: 12px;
  z-index: 8;
  background-size: contain;
  background-repeat: no-repeat;
}

.slick-next:hover, .slick-next:focus {
  background: unset;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url("/img/arrow2.png");
}

.slick-next::before {
  content: unset;
}

.text-box {
  padding: 25px;
  padding-bottom: 50px;
  font-size: 21px;
  color: #483949;
}

.main-slider.as-title .slider-item {
  height: 250px;
}

.main-slider.as-title .slider-item .content .title {
  font-size: 50px;
}

.meet-box {
  width: 100%;
  border-bottom: #f5f5f5 1px solid;
  padding: 10px;
}

.meet-box h1 {
  text-align: center;
}

.meet-box ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.meet-box ul li {
  width: 50%;
}

.meet-box a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  border: 1px #ddd solid;
  padding: 5px 15px;
  color: #222;
  border-radius: 25px;
  margin: 5px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.meet-box a img {
  height: 23px;
  margin-right: 5px;
  vertical-align: middle;
}

.report-box {
  width: 100%;
  border-bottom: #f5f5f5 1px solid;
  padding: 10px;
  margin-bottom: 15px;
}

.report-box h1 {
  text-align: center;
}

.report-box a {
  display: block;
  margin: 5px;
  margin-top: 0;
  text-align: center;
}

.report-box a img {
  height: 80px;
  vertical-align: middle;
}

.news-item {
  width: 95%;
  margin: 10px auto;
  border-radius: 15px;
  position: relative;
  overflow: hidden;
  -webkit-box-shadow: rgba(0, 0, 0, 0.16) 0 3px 8px;
          box-shadow: rgba(0, 0, 0, 0.16) 0 3px 8px;
  display: block;
  background: #f2f2f2;
}

.news-item .img {
  width: 100%;
  height: 250px;
  background-size: cover;
  background-position: center;
}

.news-item .views-box {
  position: absolute;
  top: 10px;
  left: 10px;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 2px 10px;
  border-radius: 50px;
}

.news-item .views-box span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #222;
}

.news-item .views-box img {
  width: 20px;
  margin-right: 5px;
}

.news-item .views-box b {
  line-height: 0;
  font-weight: normal;
}

.news-item .content {
  padding: 15px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.06) 0 3px 6px;
          box-shadow: rgba(0, 0, 0, 0.06) 0 3px 6px;
  position: relative;
  z-index: 1;
  border-radius: 0 0 15px 15px;
  background: #fff;
}

.news-item .content .date {
  font-size: 14px;
  color: #888;
}

.news-item .content .title {
  font-size: 20px;
  color: #483949;
  margin: 0;
  margin-bottom: 10px;
}

.news-item .content .desc {
  font-size: 16px;
  color: #333;
  margin: 0;
}

.news-item .content hr {
  opacity: 0.2;
  border-color: #fff;
}

.news-item .footer {
  text-align: right;
}

.news-item .footer .read {
  color: #222;
}

.news-item .footer .read img {
  display: inline-block;
  height: 20px;
  margin: 0 5px;
  vertical-align: middle;
}

.news-item .comment-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #F1F4F9;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 15px;
  padding-bottom: 10px;
}

.news-item .comment-box .profile-img {
  height: 35px;
  width: 35px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  background-position: center;
  background-size: cover;
  border-radius: 100px;
  border: #C6C3BD 1px solid;
}

.news-item .comment-box .profile-content {
  padding-left: 15px;
}

.news-item .comment-box .profile-content .name {
  font-size: 16px;
  font-weight: bold;
  color: #483949;
  margin: 0;
  margin-bottom: 5px;
}

.news-item .comment-box .profile-content .cmnt {
  font-size: 15px;
  color: #333;
  margin: 0;
}

.news-home-box {
  padding: 0 4%;
}

.news-home-box .slick-prev {
  left: -3%;
}

.news-home-box .slick-next {
  right: -5%;
}

.news-home-box .news-home-slider .news-item .img {
  height: unset;
  padding-top: 70%;
}

#event-modal .e-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

#event-modal .e-content li {
  width: 50%;
}

#event-modal .e-content li h3 {
  margin-bottom: 0;
}

#event-modal .e-content li p {
  margin-top: 0;
}

.events-box {
  padding: 0 5%;
}

.events-box .slick-prev {
  left: -4%;
}

.events-box .slick-next {
  right: -6%;
}

.events-box .events-slider .event-item {
  width: 90%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.events-box .events-slider .event-item .view-det {
  float: right;
  margin-left: 10px;
}

.events-box .events-slider .event-item .event-details {
  display: none;
}

.events-box .events-slider .event-item .img {
  height: 70px;
  width: 70px;
  margin-right: 15px;
  background-image: url("/img/event.svg");
  background-repeat: no-repeat;
  background-size: contain;
}

.events-box .events-slider .event-item .date {
  color: #FC0301;
  font-size: 15px;
}

.events-box .events-slider .event-item h1 {
  color: #483949;
  margin: 0;
  font-size: 19px;
}

.events-box .events-slider .event-item .location {
  font-size: 15px;
  color: #555;
}

.events-box .events-slider .event-item.upcoming .date {
  display: block;
  color: #43a047;
}

.events-box .events-slider .event-item.upcoming .date::before {
  content: 'Upcoming Event';
  display: block;
  border-radius: 50px;
  color: #43a047;
}

.jobs-home-box {
  padding: 0 5%;
}

.jobs-home-box .slick-prev {
  left: -4%;
}

.jobs-home-box .slick-next {
  right: -6%;
}

.jobs-home-box .card-job {
  width: 96%;
  margin: 15px auto;
}

.other-news .news-item {
  margin-bottom: 25px;
}

.blog-prev {
  width: 100%;
  display: block;
  margin: 30px 2%;
  border-right: 1px solid #ddd;
  padding-right: 3%;
}

.blog-prev .blog-img {
  width: 100%;
  background-size: cover;
  background-position: center;
  border-radius: 15px;
}

.blog-prev .head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-item-align: center;
      align-self: center;
}

.blog-prev .views-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.blog-prev .views-box span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #222;
}

.blog-prev .views-box img {
  width: 20px;
  margin-right: 5px;
}

.blog-prev .views-box b {
  line-height: 0;
  font-weight: normal;
  font-size: 16px;
}

.blog-prev .date {
  font-size: 16px;
  color: #888;
  margin-right: 15px;
}

.blog-prev .title {
  font-size: 35px;
  color: #483949;
  margin: 0;
  margin-bottom: 10px;
}

.blog-prev .desc {
  font-size: 18px;
  color: #111;
  margin: 0;
  padding-top: 15px;
}

.blog-prev hr {
  opacity: 0.2;
  border-color: #fff;
}

.blog-prev .footer {
  text-align: right;
}

.blog-prev .footer .read {
  color: #222;
}

.blog-prev .footer .read img {
  height: 20px;
  margin: 0 5px;
  vertical-align: middle;
}

.comment-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding-bottom: 10px;
  margin-bottom: 20px;
}

.comment-box .profile-img {
  height: 35px;
  width: 35px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  background-position: center;
  background-size: cover;
  border-radius: 100px;
  border: #C6C3BD 1px solid;
}

.comment-box .profile-content {
  padding-left: 15px;
}

.comment-box .profile-content .name {
  font-size: 20px;
  font-weight: bold;
  color: #483949;
  margin: 0;
  margin-bottom: 5px;
}

.comment-box .profile-content .cmnt {
  font-size: 17px;
  color: #333;
  margin: 0;
}

.member-head {
  background-image: url("/img/slider6.jpg");
  background-position: center;
  background-size: cover;
  position: relative;
  padding-bottom: 30px;
}

.member-head::after {
  content: '';
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.8)), color-stop(60%, rgba(0, 0, 0, 0.2)), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(to right, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.2) 60%, rgba(255, 255, 255, 0) 100%);
  position: absolute;
  top: 0;
  right: 0;
}

.member-head .content {
  width: 60%;
  position: relative;
  z-index: 2;
  padding: 30px;
}

.member-head .content > h1 {
  font-size: 71px;
  margin: 0;
  line-height: 1.1;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.member-head .content > h1 img {
  height: 150px;
  vertical-align: middle;
  margin-right: 25px;
}

.member-head .content ul li {
  padding: 10px 15px;
  font-size: 23px;
  color: #fff;
  position: relative;
}

.member-head .content ul li::before {
  content: '';
  width: 2px;
  height: 15px;
  background: #FC0301;
  position: absolute;
  left: -5px;
  top: 18px;
  margin: auto;
  border-radius: 50px;
}

.banner1 .row {
  margin: 0;
}

.banner1 .img {
  width: 100%;
  height: 380px;
  border-radius: 15px;
  background-position: center;
  background-size: cover;
}

.banner1 h1 {
  font-size: 45px;
  margin: 0;
  color: #483949;
}

.banner1 h3 {
  color: #FC0301;
  font-size: 30px;
  margin: 0;
  margin-bottom: 15px;
}

.banner1 ul li {
  padding: 3px 15px;
  font-size: 18px;
  color: #222;
  position: relative;
}

.banner1 ul li::before {
  content: '';
  width: 2px;
  height: 15px;
  background: #FC0301;
  position: absolute;
  left: -5px;
  top: 9px;
  margin: auto;
  border-radius: 50px;
}

.banner1 ul li p {
  margin: 0;
}

.banner2 {
  background-attachment: fixed;
  background-size: cover;
  position: relative;
  padding: 50px 2%;
  text-align: center;
}

.banner2 h1 {
  font-size: 50px;
  color: #483949;
  margin: 15px 0;
}

.banner2 p {
  font-size: 20px;
  margin: 0;
}

.banner2::after {
  content: '';
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.8);
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
}

.banner2 .content {
  position: relative;
  z-index: 2;
}

.banner3 h1 {
  font-size: 45px;
  margin: 0;
  color: #483949;
}

.banner3 .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 0%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.banner3 .box .right,
.banner3 .box .left {
  width: 37%;
  padding: 0 2%;
}

.banner3 .box .mdl {
  width: 25%;
}

.banner3 .box .mdl .img {
  width: 100%;
  padding-top: 100%;
  -webkit-box-shadow: #e8e8e8 0 0 0 8px;
          box-shadow: #e8e8e8 0 0 0 8px;
  border-radius: 450px;
  background-position: center;
  background-size: cover;
}

.banner3 ul li {
  padding: 3px 15px;
  padding-bottom: 12px;
  font-size: 18px;
  color: #222;
  position: relative;
}

.banner3 ul li::before {
  content: '';
  width: 2px;
  height: 15px;
  background: #FC0301;
  position: absolute;
  left: -5px;
  top: 9px;
  margin: auto;
  border-radius: 50px;
}

.banner4 {
  background-attachment: fixed;
  background-size: cover;
  position: relative;
  padding: 50px 2%;
  text-align: center;
}

.banner4 h1 {
  font-size: 45px;
  color: #fff;
  margin: 15px 0;
  text-align: left;
}

.banner4 p {
  font-size: 20px;
  margin: 0;
}

.banner4::after {
  content: '';
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.8)), color-stop(60%, rgba(0, 0, 0, 0.2)), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(to right, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.2) 60%, rgba(255, 255, 255, 0) 100%);
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
}

.banner4 .content {
  position: relative;
  z-index: 2;
}

.mem-types-sec {
  background: #f8f8f8;
}

.mem-types-sec h1 {
  font-size: 45px;
  margin: 0;
  color: #483949;
  text-align: center;
}

.mem-types-sec ul {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.mem-types-sec ul li {
  width: 31%;
  margin: 1%;
  background: #fff;
  border: #ddd 1px solid;
  border-radius: 10px;
  padding: 15px;
  position: relative;
  -webkit-box-shadow: rgba(0, 0, 0, 0.16) 0 3px 6px;
          box-shadow: rgba(0, 0, 0, 0.16) 0 3px 6px;
}

.mem-types-sec ul li .price {
  position: absolute;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-image: url("/img/ban.svg");
  width: 90px;
  height: 90px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 100px;
  top: -45px;
  right: 15px;
}

.mem-types-sec ul li .price b {
  font-size: 30px;
  color: #fff;
  line-height: 0.8;
}

.mem-types-sec ul li .price span {
  margin: 0;
  color: #fff;
  line-height: 1;
}

.mem-types-sec ul li .h {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 15px;
  border-bottom: #ddd 1px solid;
}

.mem-types-sec ul li .h img {
  height: 35px;
  margin-right: 15px;
}

.mem-types-sec ul li .h p {
  font-size: 25px;
  color: #483949;
  margin: 0;
  font-weight: bold;
}

.mem-types-sec ul li .b {
  font-size: 17px;
  color: #222;
  padding: 15px 0;
}

.albums-head {
  width: 100%;
  height: 450px;
  background: url("/img/albums.jpg");
  background-attachment: fixed;
  background-size: cover;
  background-position: top;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}

.albums-head .content {
  margin-bottom: 25px;
  position: relative;
  z-index: 2;
}

.albums-head .content h1 {
  margin: 0;
  text-align: center;
  font-size: 45px;
  color: #fff;
}

.albums-head .content h2 {
  font-size: 21px;
  margin: 0;
  text-align: center;
  color: #fff;
  font-weight: normal;
}

.albums-head::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.85)), color-stop(29%, rgba(0, 0, 0, 0.3)), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.3) 29%, rgba(255, 255, 255, 0) 100%);
}

.albums-pr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 1000px;
  margin: auto;
}

.album-box {
  width: 46%;
  -webkit-box-shadow: rgba(0, 0, 0, 0.15) 0 1px 18px;
          box-shadow: rgba(0, 0, 0, 0.15) 0 1px 18px;
  margin: 2%;
  border: #fff 11px solid;
  background: #fff;
  border-radius: 12px;
  display: block;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}

.album-box:hover {
  -webkit-transform: scale(1.01);
          transform: scale(1.01);
  -webkit-box-shadow: rgba(0, 0, 0, 0.25) 0 9px 22px;
          box-shadow: rgba(0, 0, 0, 0.25) 0 9px 22px;
}

.album-box .bg {
  width: 100%;
  height: 300px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border-radius: 12px;
  overflow: hidden;
}

.album-box .bg .i-0 {
  width: 100%;
  height: 60%;
  background-position: center;
  background-size: cover;
  border: #fff 1px solid;
}

.album-box .bg .i-b {
  height: 40%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.album-box .bg .i-b .i-1,
.album-box .bg .i-b .i-2,
.album-box .bg .i-b .i-3 {
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
  border: #fff 1px solid;
}

.album-box .content .h {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 8px;
}

.album-box .content .h span {
  font-size: 17px;
  color: #777;
}

.album-box .content h1 {
  font-size: 22px;
  margin: 0;
  padding: 8px 0;
  color: #483949;
}

.albums-home-box {
  background-attachment: fixed;
  background-size: cover;
  background-position: bottom;
  position: relative;
  padding: 0 5%;
}

.albums-home-box .slick-prev {
  left: -4%;
}

.albums-home-box .slick-next {
  right: -6%;
}

.albums-home-box .slider-title {
  padding: 18px 0%;
  padding-right: 11%;
}

.albums-home-box .slider-title img {
  height: 212px;
  margin: auto;
  display: block;
}

.albums-home-box .slider-title h1 {
  font-size: 29px;
  text-align: center;
}

.albums-home-box .albums-home-slider {
  position: relative;
  z-index: 2;
}

.albums-home-box .album-box {
  width: 95%;
}

.albums-home-box .album-box:hover {
  -webkit-transform: unset;
          transform: unset;
}

.albums-home-box::after {
  content: '';
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.8);
  position: absolute;
  top: 0;
  right: 0;
  z-index: 0;
}

.images-box {
  width: 100%;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.images-box a {
  width: 20%;
  border: #fff 2px solid;
  display: inherit;
  border-radius: 8px;
  overflow: hidden;
}

.images-box a img {
  width: 100%;
}

.members-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.member-card {
  -webkit-box-shadow: rgba(0, 0, 0, 0.16) 0 3px 8px;
          box-shadow: rgba(0, 0, 0, 0.16) 0 3px 8px;
  width: 31%;
  border-radius: 10px;
  overflow: hidden;
  background: #F8F8F8;
  margin: 0 1%;
  margin-bottom: 35px;
}

.member-card img.profile {
  -o-object-fit: cover;
     object-fit: cover;
  height: 290px;
  width: 100%;
}

.member-card .tri {
  width: 150%;
  -webkit-transform: translateY(-97%);
          transform: translateY(-97%);
}

.member-card .tri img {
  width: 100%;
}

.member-card .content {
  padding-bottom: 15px;
}

.member-card h1 {
  padding: 0 21px;
  margin: 0;
  margin-top: -40px;
  color: #483949;
}

.member-card .position {
  color: #FC0301;
  margin: 0;
  padding: 0 21px;
  font-size: 23px;
  line-height: 1;
}

.member-card .position img {
  opacity: 0.8;
  vertical-align: middle;
  height: 15px;
  margin-bottom: 3px;
  margin-left: 7px;
}

.member-card .btn1 {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 15px;
  padding-left: 5px;
}

.member-card .btn1 img {
  height: 28px;
  margin-right: 10px;
}

.jobs-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 40px 3%;
}

.card-job {
  width: 48%;
  background: #fff;
  -webkit-box-shadow: rgba(0, 0, 0, 0.16) 0 3px 8px;
          box-shadow: rgba(0, 0, 0, 0.16) 0 3px 8px;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  display: block;
  padding: 15px;
  border-radius: 15px;
  position: relative;
  margin: auto;
  margin-bottom: 20px;
}

.card-job h3 {
  margin: 0;
  font-size: 20px;
  color: #111;
}

.card-job .short-des {
  font-size: 15px;
  color: #777;
  margin: 0;
}

.card-job .job-comp {
  margin-top: 0;
  margin-bottom: 6px;
  color: #222;
}

.card-job .job-comp span {
  color: #483949;
}

.card-job .job-date {
  vertical-align: middle;
  color: #666;
}

.card-job .job-date img {
  height: 14px;
  display: inline-block;
  vertical-align: middle;
}

.card-job .job-date span {
  vertical-align: middle;
}

.card-job .job-type {
  position: absolute;
  padding: 0px 10px;
  top: 20px;
  right: 20px;
  min-width: 138px;
  text-align: center;
  border-radius: 25px;
}

.card-job .job-location {
  color: #483949;
  vertical-align: middle;
  line-height: 1;
}

.card-job .job-location img {
  height: 14px;
  display: inline-block;
  vertical-align: middle;
}

.card-job .job-location span {
  vertical-align: middle;
}

.info-tbl {
  width: 100%;
  font-size: 18px;
  border-collapse: collapse;
}

.info-tbl tr:nth-child(odd) {
  background: #f8f8f8;
}

.info-tbl tr td:nth-child(1) {
  padding: 8px;
  font-weight: bold;
}

.lg-outer .lg-thumb-outer {
  background: rgba(0, 0, 0, 0.65) !important;
}

.blocker {
  z-index: 30 !important;
}

p.error-msg {
  color: #fff;
  text-align: center;
  margin-top: 0;
  font-size: 19px;
  background: #FC0301;
  border-radius: 6px;
  padding: 3px;
}

.event-title {
  text-align: center;
  margin-top: -33px;
  position: relative;
  z-index: 10;
}

.donate-footer {
  width: 100%;
  text-align: center;
  padding: 15px 2%;
  border-top: 1px solid #ddd;
  margin-top: 15px;
  background-image: url("/img/bg2.jpg");
  background-size: cover;
  background-position: center;
}

.donate-footer h2 {
  font-size: 40px;
  color: #483949;
  margin: 0;
}

.donate-footer p {
  font-size: 18px;
  color: #333;
}

.donate-footer img {
  height: 60px;
}

.bg-grey {
  background: #f5f5f5;
  padding-top: 30px;
  padding-bottom: 30px;
  padding: 30px 3%;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}

.application-acc {
  padding: 0 5%;
}

.application-acc .accordion-box .head {
  background: #f8f8f8;
  border-bottom: #ddd 1px solid;
  padding: 19px;
  font-size: 17px;
  cursor: pointer;
  font-weight: bold;
}

.application-acc .accordion-box .content div {
  border-bottom: #ddd;
  background: #f2f2f2;
  padding-right: 30px;
  padding-left: 30px;
  line-height: 1.3;
}

.donates-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  padding: 0 5%;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.donates-list a {
  display: block;
  margin: 15px;
}

.donates-list span {
  font-size: 22px;
  font-weight: bold;
  color: #222;
  display: block;
}

.donates-list img {
  height: 70px;
}

.ss-pr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  margin: auto;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.ss-box {
  width: 30%;
  -webkit-box-shadow: rgba(0, 0, 0, 0.15) 0 1px 18px;
          box-shadow: rgba(0, 0, 0, 0.15) 0 1px 18px;
  border: #fff 11px solid;
  background: #fff;
  border-radius: 12px;
  display: block;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  margin-bottom: 25px;
}

.ss-box:hover {
  -webkit-transform: scale(1.01);
          transform: scale(1.01);
  -webkit-box-shadow: rgba(0, 0, 0, 0.25) 0 9px 22px;
          box-shadow: rgba(0, 0, 0, 0.25) 0 9px 22px;
}

.ss-box .img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  width: 100%;
  height: 300px;
}

.ss-box .content h1 {
  font-size: 22px;
  margin: 0;
  padding: 8px 0;
  color: #483949;
  text-align: center;
}

[data-accordion] > [data-control]:after {
  top: 0 !important;
  bottom: 0 !important;
  margin: auto !important;
}

footer {
  padding: 0 2%;
  padding-top: 25px;
  border-top: #483949 2px solid;
}

footer .f-header {
  font-size: 27px;
  color: #483949;
  margin: 15px 0px;
  margin-bottom: 30px;
}

footer .f-header::before {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 11px 0 11px 11px;
  border-color: transparent transparent transparent #FC0301;
  display: inline-block;
  border-radius: 23px;
  margin-right: 12px;
  vertical-align: middle;
}

footer .sub-f-header {
  margin-bottom: 3px;
}

footer .sub-f-header img {
  height: 23px;
  vertical-align: middle;
  margin-right: 5px;
}

footer .sub-f-header span {
  font-size: 18px;
}

footer hr {
  opacity: 0.4;
}

footer .brand-col img {
  height: 200px;
  display: block;
  margin: auto;
}

footer .brand-col p {
  font-size: 16px;
}

footer .site-map-col ul li {
  border-left: #ddd 2px solid;
}

footer .site-map-col ul h5 {
  margin: 0;
  padding-top: 10px;
  padding-left: 25px;
  font-weight: bold;
  font-size: 18px;
}

footer .site-map-col ul a {
  font-size: 18px;
  color: #222;
  padding: 8px 0;
  padding-left: 0px;
  display: block;
  white-space: nowrap;
}

footer .site-map-col ul a::before {
  content: '';
  width: 10px;
  height: 2px;
  background: #ddd;
  margin-right: 15px;
  border-radius: 18px;
  display: inline-block;
  vertical-align: middle;
}

footer .site-map-col ul ul li {
  border-left: none;
}

footer .basic-info-col li a p {
  color: #222;
}

footer .basic-info-col li p {
  padding-left: 30px;
  margin-top: 0px;
}

footer .contact-col .input1 {
  margin-bottom: 5px;
}

footer .eee {
  color: #222;
  padding-left: 15px;
  margin-top: 0;
}

footer .sc-box {
  width: 100%;
  text-align: center;
}

footer .sc-box a {
  display: inline-block;
  padding: 5px;
}

footer .sc-box a img {
  height: 35px;
  width: 35px;
}

footer .copy {
  text-align: center;
  padding: 10px 3px;
  border-top: #ddd 1px solid;
}

.responsive-table-box {
  width: 100%;
  overflow-x: auto;
}

.table1 {
  font-size: 17px;
  padding: 15px;
  border: 1px solid #ddd;
  overflow: hidden;
  border-radius: 15px;
  margin: 20px 0;
  background: #f9f9f9;
}

.table1 td {
  padding: 5px;
}

.table1 thead th span {
  font-weight: bold;
  background: #483949;
  color: #fff;
  border-radius: 50px;
  display: block;
  width: 97%;
  padding: 3px 12px;
  margin: auto;
  white-space: nowrap;
}

.table1 tbody tr td:nth-child(1) {
  font-weight: bold;
  color: #FC0301;
}

.table1 tbody tr td {
  border-bottom: 1px solid #ddd;
  padding: 15px 0;
}
