* {
  box-sizing: border-box;
}

.bub-btn {
  display: block;
  margin-top: 60px;
  /* -webkit-animation: hue-rotate 10s linear infinite; */
  animation: hue-rotate 10s linear infinite;
}

.button {
  -webkit-font-smoothing: antialiased;
  background-color: #222;
  border: none;
  color: #fff;
  display: inline-block;
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  font-weight: 100;
  text-decoration: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  letter-spacing: 1px;
  color: white;
  padding: 12px 80px 17px;
  transition: all 0.1s ease-out;
  background: rgb(0, 0, 0);
  background: linear-gradient(90deg, rgba(0, 0, 0, 1) 0%, rgba(181, 0, 0, 1) 100%);
  border-radius: 100px;

}

.button:hover {
  background: rgb(0, 0, 0);
  background: linear-gradient(90deg, rgba(0, 0, 0, 1) 0%, rgba(181, 0, 0, 1) 100%);
  border-radius: 100px;
  color: #fff;
}

.button:active {
  -webkit-transform: scale(0.95);
  transform: scale(0.95);
}

.button--bubble {
  position: relative;
  z-index: 2;
  color: white;
  background: none;
}

.button--bubble:hover {
  background: none;
}

.button--bubble__container {
  position: relative;
  display: inline-block;
}

.button--bubble__container .effect-button {
  position: absolute;
  width: 50%;
  height: 25%;
  top: 50%;
  left: 25%;
  z-index: 1;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background: #222;
  transition: background 0.1s ease-out;
}

.button--bubble__effect-container {
  position: absolute;
  display: block;
  width: 200%;
  height: 400%;
  top: -150%;
  left: -50%;
  transition: all 0.1s ease-out;
  pointer-events: none;
}

.button--bubble__effect-container .circle {
  position: absolute;
  width: 25px;
  height: 25px;
  border-radius: 15px;
  background: -webkit-gradient(linear, left top, right top, color-stop(28%, #000000), to(#b50000)) !important;
  background: linear-gradient(to right, #000000 28%, #b50000 100%) !important;
  transition: background 0.1s ease-out;
}

.button--bubble__effect-container .circle.top-left {
  top: 40%;
  left: 27%;
}

.button--bubble__effect-container .circle.bottom-right {
  bottom: 40%;
  right: 27%;
}

.goo {
  position: absolute;
  visibility: hidden;
  width: 1px;
  height: 1px;
}


.button--bubble__container {
  top: 50%;
  margin-top: -25px;
}

@-webkit-keyframes hue-rotate {
  from {
    -webkit-filter: hue-rotate(0);
    -moz-filter: hue-rotate(0);
    -ms-filter: hue-rotate(0);
    filter: hue-rotate(0);
  }

  to {
    -webkit-filter: hue-rotate(360deg);
    -moz-filter: hue-rotate(360deg);
    -ms-filter: hue-rotate(360deg);
    filter: hue-rotate(360deg);
  }
}

@keyframes hue-rotate {
  from {
    -webkit-filter: hue-rotate(0);
    -moz-filter: hue-rotate(0);
    -ms-filter: hue-rotate(0);
    filter: hue-rotate(0);
  }

  to {
    -webkit-filter: hue-rotate(360deg);
    -moz-filter: hue-rotate(360deg);
    -ms-filter: hue-rotate(360deg);
    filter: hue-rotate(360deg);
  }
}

/*20-5-2020*/
section.downloads_body {
  padding: 100px 0;
}

.downloads_body .pdf-box {
  text-align: center;
  background: #f9f9f9;
  border-radius: 15px;
  padding: 20px 10px;
  transition: 400ms;
  cursor: pointer;
  margin-bottom: 30px;
  box-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
}

.downloads_body .pdf-box:hover {
  background: #fff;
  box-shadow: 0px 0px 38px rgba(0, 0, 0, 0.10980392156862745);
}

.downloads_body h3 {
  font-size: 38px;
  padding-bottom: 32px;
}

.downloads_body .pdf-box a .pdf-icon {
  max-width: 70px;
  margin: 0 auto 10px auto;
  width: 100%;
}

.downloads_body .pdf-box a h5 {
  font-size: 13px;
  margin: 10px 0 0 0;
  line-height: 2;
  color: #2e0000c4;
  transition: 400ms;
  min-height: 60px;
}

.downloads_body .height-50 {
  width: 100%;
  height: 50px;
  clear: both;
  float: left;
}

.inner_body .container.bod .dob_box h4 {
  border: none !important;
}

.dropdown-item.active,
.dropdown-item:active {
  background-color: transparent;
}

/* 06-04-2020 */

ul.policy li:last-child {
  color: #fefefe;
  font-size: 16px;
  opacity: 0.6;
}

ul.img-system {
  padding: 30px !important;
  border: 1px solid #ccc;
  border-radius: 10px;
  /*	box-shadow: 11px 9px 19px rgba(51, 51, 51, 0.12);*/
}

ul.img-system li:last-child {
  margin-bottom: 0px !important;
}


@media screen and (max-width: 767px) {
  header .header-right nav.navbar .navbar-collapse .navbar-nav li div.dropdown-menu {
    width: 100% !important;
    margin: 0px auto !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 990px) {
  header .header-right nav.navbar .navbar-collapse .navbar-nav li div.dropdown-menu {
    width: 100% !important;
    margin: 0px auto !important;
  }
}

/*22-6-2020*/

.inner_body.serv .main-wrapper .ht-100 {
  height: 100px;
  width: 100%;
  float: left;
}

.inner_body.serv .main-wrapper .mb-15 {
  margin-bottom: 15px;
}

.inner_body.serv .main-wrapper .right_img_wrap.before_d::before {
  position: absolute;
  content: "";
  width: 150px;
  height: 150px;
  border-radius: 50%;
  right: 220px;
  bottom: 0px;
  z-index: 0;
  background: #b40000 url(../images/ser1.png) center center;
  border: 15px solid #fff;
}

section.our-team .our-team .team-prof span.dec::after {
  left: inherit !important;
  width: 60px !important;
  margin-left: 10px;
}

section.contact .contact-details .address-box .btn-location {
  background-color: #b20000;
  border-color: #b50000;
  padding: 5px 30px;
  border-radius: 25px;
  color: #ffffff;
  margin-top: 21px;
  outline: none;
  transition: 400ms;
}

section.contact .contact-details .address-box:hover .btn-location {
  background-color: #000;
  color: #ffffff;
}

.btn.focus,
.btn:focus {
  box-shadow: none;
}

section.career .job-list .job-item ul {
  padding-left: 15px;
}

section.career .job-list .job-item ul li {
  list-style: disc;
}

.inner_body {
  overflow: hidden;
}

section.service .mt-50 h3 {
  font-size: 23px;
}

.inner_body.serv .main-wrapper .right_img_wrap img {
  box-shadow: 0px 0px 71px rgba(0, 0, 0, 0.18);
  border: 1px solid #fff;
}

.services .service-wrapper .icon-box {
  width: 23% !important;
  margin: 1% !important;
}

.services .service-wrapper .service-box .text h3 {
  left: 0 !important;
  top: 4% !important;
  font-size: 21px;
}

.cardslider__card img {
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.06)
}

.chairman .main-wrapper .chairman-wrapper .chairman-img img {
  width: 100%;
  height: auto;
}

section.our-team .our-team .team-prof span {
  color: #030f15 !important;
  font-weight: 900 !important;
}




table.table.table-bordered.schedule {
  background: #fff;
}

table.table.table-bordered.schedule thead {
  background: -webkit-gradient(linear, left top, right top, color-stop(28%, #000), to(#b50000));
  background: linear-gradient(to right, #000 28%, #b50000 100%);
  color: #fff;
}

table.table.table-bordered.schedule thead th {
  font-size: 15px;
  text-transform: uppercase;
}

table.table.table-bordered.schedule tr {
  transition: all 400ms linear;
}

.bg-tr {
  background: #888d98 !important;
  font-size: 15px;
  font-weight: 700;
  color: #ffffff !important;
}

.bg-tr td {
  border-top: 0px;
  border-color: #888d98;
}

table.table.table-bordered.schedule thead th:first-child {
  border-color: #2b0000;
}

table.table.table-bordered.schedule thead th:last-child {
  border-color: #690000;
}

[dir="rtl"] .page_413 .services.inner_body { text-align: right !important; padding-top: 0 !important; }
[dir="rtl"] .page_908 .services.inner_body { text-align: right !important; padding-top: 0 !important; }

@media screen and (max-width: 1550px) {
  .services .service-wrapper .service-box .text h3 {
    font-size: 17px;
  }
}

@media screen and (max-width: 1480px) {
  .services .service-wrapper .service-box .text h3 {
    font-size: 17px !important;
    left: 0px !important;
    top: 10px !important;
  }
}

@media screen and (max-width: 1365px) {
  .inner_body.serv .main-wrapper .right_img_wrap.before_d::before {
    display: none;
  }

  .inner_body.serv .main-wrapper .right_img_wrap::before {
    display: none;
  }
}

@media screen and (max-width: 1280px) {
  .services .service-wrapper .service-box .text h3 {
    font-size: 14px !important;
  }

  .services .service-wrapper .service-box .text a {
    font-size: 12px;
  }
}

@media screen and (max-width: 1264px) {
  section.our-team .our-team .team-prof span.dec::after {
    width: 40px !important;
  }
}

@media screen and (max-width: 1184px) {
  section.our-team .our-team .team-prof span.dec::after {
    display: none;
  }

  section.our-team .our-team .team-prof h3 a {
    font-size: 17px !important;
  }

  .services .service-wrapper .service-box .text h3 {
    height: 48px !important;
    padding: 8px 15px !important;
    font-size: 13px !important;
  }

  .services .service-wrapper .service-box .text {
    top: 81% !important;
  }

  .services .service-wrapper .service-box:hover .text {
    top: 0 !important;
  }
}


@media screen and (max-width: 1138px) {
  section.our-team .our-team .team-prof h3 a {
    font-size: 20px !important;
  }
}

@media screen and (max-width: 1001px) {
  section.our-team .our-team .team-prof span {
    font-size: 11px !important;
  }
}

@media screen and (max-width: 991px) {
  .inner_body.serv .main-wrapper .right_img_wrap img {
    margin: 0 auto;
    text-align: center;
    display: block;
  }

  section.our-team .our-team .team-prof span {
    font-size: 12px !important;
  }

  section.service .mt-50 h3 {
    margin-top: 36px;
  }

  .services .service-wrapper .icon-box {
    width: 48% !important;
    margin: 1% !important;
  }

  .services .service-wrapper .service-box .text h3 {
    height: 64px !important;
    padding: 21px 15px !important;
    font-size: 21px !important;
  }

  .services .service-wrapper .service-box .text h3 {
    height: 64px !important;
    padding: 19px 15px !important;
  }

  .team .round-wrapper {
    margin: 0 auto;
  }
}

@media screen and (max-width: 768px) {
  .services .service-wrapper .service-box .text h3 {
    height: 64px !important;
    padding: 11px 15px !important;
    font-size: 14px !important;
  }

  .cardslider__direction-nav {
    display: none;
  }
}

@media screen and (max-width: 600px) {
  .services .service-wrapper .icon-box {
    width: 100% !important;
  }

  .services .service-wrapper .service-box .text {
    top: 89% !important;
  }

  .table-responsives {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}

@media screen and (max-width: 500px) {
  .services .service-wrapper .service-box .text {
    top: 84% !important;
  }
}