/*== general Styles == */
.bg-black {
  background-color: #191919; }

a:focus, button:focus {
  outline: none; }

/*== Nav == */
@media (max-width: 992px) {
  .navbar {
    position: relative; }
    .navbar .navbar-collapse {
      position: absolute;
      top: 50px;
      right: 20px;
      z-index: 100000;
      direction: rtl;
      text-align: right;
      background-color: white;
      padding: 20px;
      box-shadow: rgba(153, 153, 153, 0.6) 0px 3px 6px; } }
/*== ./Nav == */
/*== Slide == */
.slide-video {
  position: relative;
  overflow: hidden; }
  .slide-video video {
    position: absolute;
    width: 100%;
    height: 100%;
    min-height: 100%;
    min-width: 100%;
    object-fit: cover;
    transform: scale(1.2);
    top: 0;
    left: 0;
    z-index: -2; }
  .slide-video .slide {
    background-color: #f66;
    background: linear-gradient(to right, rgba(82, 205, 154, 0.9), rgba(255, 0, 0, 0)); }
    .slide-video .slide #particles-js .type {
      color: #fff;
      position: absolute;
      top: 0;
      bottom: 0;
      left: 43%;
      width: 750px;
      margin-left: -285px;
      margin-top: -24px; }
      .slide-video .slide #particles-js .type h1 {
        color: #051231 !important; }

@media (max-width: 576px) {
  .slide-video .slide #particles-js .type {
    justify-content: flex-start !important;
    left: 1%;
    margin-left: 0px; }
    .slide-video .slide #particles-js .type h1 {
      font-size: 15px;
      padding-bottom: 10px !important; } }
/*== ./Slide == */
/*== Activities == */
.card-header {
  background: linear-gradient(to right, rgba(82, 205, 154, 0.9), #94cfd2); }
  .card-header .btn-link {
    white-space: pre-wrap; }
    .card-header .btn-link:hover, .card-header .btn-link:focus {
      text-decoration: none !important; }

/*== ./Activities ==> */
/*== timeline == */
.timeline .timeline-content {
  position: relative; }
  .timeline .timeline-content::after {
    content: "";
    width: 2px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 50%;
    background-color: #ccc; }
  .timeline .timeline-content ul {
    padding: 0; }
    .timeline .timeline-content ul li {
      list-style: none;
      width: 50%;
      padding: 30px;
      clear: both;
      position: relative; }
      .timeline .timeline-content ul li::after {
        content: "";
        width: 15px;
        height: 15px;
        background-color: #ccc;
        border-radius: 50%;
        position: absolute;
        top: 35px;
        z-index: 1; }
      .timeline .timeline-content ul li:nth-child(even) {
        float: right; }
        .timeline .timeline-content ul li:nth-child(even)::after {
          left: -8px; }
        .timeline .timeline-content ul li:nth-child(even) .lable {
          position: absolute;
          top: 35px;
          left: -150px;
          background: #888;
          width: 100px;
          height: 30px;
          padding-top: 3px;
          text-align: center;
          color: #fff; }
      .timeline .timeline-content ul li:nth-child(odd) {
        text-align: right; }
        .timeline .timeline-content ul li:nth-child(odd)::after {
          right: -8px; }
        .timeline .timeline-content ul li:nth-child(odd) .lable {
          position: absolute;
          top: 35px;
          right: -150px;
          background: #888;
          width: 100px;
          height: 30px;
          padding-top: 3px;
          text-align: center;
          color: #fff; }

@media (max-width: 576px) {
  .timeline .timeline-content::after {
    left: 1%; }
  .timeline .timeline-content ul li {
    width: 100%;
    float: left;
    text-align: left !important;
    padding-top: 70px; }
    .timeline .timeline-content ul li::after {
      left: -4px !important; }
    .timeline .timeline-content ul li .lable {
      position: absolute;
      top: 28px !important;
      left: 20px !important;
      background: #F22D64;
      background: -webkit-linear-gradient(to right, #F22D64, #f85d3a);
      background: linear-gradient(to right, #F22D64, #f85d3a);
      width: 100px;
      height: 30px;
      padding-top: 3px;
      text-align: center;
      color: #fff; } }
/*== ./timeline == */
/*== contact us == */
.contact input, .contact textarea {
  background-color: #6f7275;
  border-color: #838588; }
  .contact input::placeholder, .contact textarea::placeholder {
    color: #ccc !important; }
  .contact input::placeholder-shown, .contact textarea::placeholder-shown {
    color: #ccc !important; }
  .contact input:focus, .contact textarea:focus {
    background-color: #6f7275;
    border-color: #838588;
    color: #ccc; }
.contact button {
  background-color: #1D2124; }

/*== ./ Contact us == */

/*# sourceMappingURL=style.css.map */
