body {
    padding-top:0px !important;
    font-family:'Lato', Arial, sans-serif;
    /* font:1rem; */
    font: 100%/1.5;
    font-weight: 400;
    line-height: 1.5;
    color: #69707a;
} 

.navbar-brand {
  background-color: white;
}

.navbar-brand img {
  width: 100px;
}

.img-content {
  max-width: 100%;
  height: auto;
}

.dssk-gallery img {
  width: 100%;
}


a {
  color: #555;
}

a:hover {
  color:#896DA8;
  text-decoration: underline;
}

.bg-dark {
  background-color: #212529 !important;
}

.action-btn {
  border-radius: 50px;
  /* background-image: linear-gradient(to right,#c55668 30% , #660216 70%); */
  background-image: linear-gradient(135deg, #c55668 10%, rgba(105, 0, 199, 0.8) 100%);
  border: 0;
  color: white;
}

.action-btn:hover {
  background-image: linear-gradient(135deg,  rgba(105, 0, 199, 0.8) 10%, #c55668 100%);
  color: #919294;
}

/* headers  */
.header {
  width: 100%;
  /* height: 50vh; */
  /* height: 100vh; */
  position: relative;
  perspective: 100rem;
  overflow: hidden;
  /* top: -17px; */

}

.blog-img-wrapper {
  width: 100%;
  height: 300px;
  /* height: 100%; */
  background-image: linear-gradient(135deg, #896DA8 0%, rgba(105, 0, 199, 0.8) 100%);
  /* background-color: rgb(236, 137, 137, 80%); */
  overflow: hidden;
}

.blog-img-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.5;
}

.banner, 
  .blog-banner {
    position: absolute;
    top: 30%;
    left: 5%;
    right: 5%;
    text-align: center;
  }

.blog-banner h1 {
  font-size: 3rem;
  font-weight: 300;
  color: #fff;
  /* width: 50%; */
  line-height: 3.2rem;
  letter-spacing: 0.2rem;
  text-shadow: 0 0.3rem 0.5rem rgba(0, 0, 0, 0.4);
}


/* End headers  */

/* Front Page */
section {
  padding: 3rem 0;
}

#resources,
#events-blog {
  background-color: #F2F6FC;
}

#footer {
  background-image: linear-gradient(135deg, #212832 0%, rgba(105, 0, 199, 0.8) 100%);
  /* background-color: #212832; */
  color: #919294;
}

#footer table {
  color: #919294;
}

.table-hover tbody tr:hover {
  color: #919294;
  background-color: rgba(145, 146, 148, .055);
  /* background-color: rgba(0,0,0,.075); */
}

#footer_social {
  text-align:center;
  margin-top: 10px;
}

.badge.social {
  background: #ccc;
  font-size: 24px;
  height: 40px;
  width: 40px;
  text-align: center;
  line-height: 42px;
  margin: 0 5px 20px 0;
  padding: 0;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  color: white;
}

.badge.social.fb:hover {
  background: #3b5998;
}

.badge.social.twira:hover {
  background: #55acee;
}

.badge.social.instagram:hover {
  background: #262626;
}

.badge.social.ytube:hover {
  background: red;
}

/* End Front Page */

/* Events */

.event_title {
  margin-top: 10px;
  color: #919294;
  font-size: 13px;
  font-weight: 300;
  text-transform: uppercase;

}

.event_date,
.article a {
  margin: 0;
  color: #555;
  font-size: 15px;
  font-weight: 800;
  letter-spacing: 1px;
}

.date_in_single_event {
  margin: 0;
  color: #555;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 1px;
}

/* .event_status,
.blog-meta {
  

} */

.event_status
{
  font-size: 10px;
  /* font-style: italic; */
  /* color: #999; */
  font-weight: 800;
  position: absolute;
  top: 5px;
  right: 0;
  color: #999;
  

}

.article {
  border-bottom: 1px solid #ccc;
  padding: 15px 0;
}

.article:last-child {
  border-bottom: 0;
}

.blog-meta {
  font-size: 12px;
  color: #999;
}

/* End Events */

/* Pages  */
._pages {
  background-image: linear-gradient(135deg, #896DA8 0%, rgba(105, 0, 199, 0.8) 100%);
  /* background-color: #000; */
}




.pt-10, .py-10 {
  padding-top: 6rem !important;
}

.text-white {
  color: #fff !important;
}

/* End Pages  */


/* Faqs  */
.faqs-list {
  background: url(../images/header_faq.jpg) no-repeat center center;
}

.accordion-faq {
    box-shadow: 0 0.15rem 1.75rem 0 rgba(33, 40, 50, 0.15);
    overflow: hidden;
    border-radius: 0.35rem;
  }
  .accordion-faq .card {
    box-shadow: none;
  }
  .accordion-faq .card .card-header {
    cursor: pointer;
    background-color: #fff;
    border-bottom: 1px solid #e0e5ec;
  }
  .accordion-faq .accordion-faq-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  .accordion-faq .accordion-faq-item .card-body {
    border-bottom: 1px solid #e0e5ec;
  }
  .accordion-faq .accordion-faq-item .card-header {
    text-decoration: none;
  }
  .accordion-faq .accordion-faq-item .card-header .accordion-faq-item-heading {
    width: 100%;
    margin-bottom: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #4a515b;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    font-weight: 700;
  }
  .accordion-faq .accordion-faq-item .card-header .accordion-faq-item-heading .accordion-faq-item-heading-arrow {
    color: #c5ccd6;
    transition: transform 0.1s ease-in-out;
  }
  .accordion-faq .accordion-faq-item .card-header.collapsed .accordion-faq-item-heading .accordion-faq-item-heading-arrow {
    transform: rotate(-90deg);
  }
  .accordion-faq .accordion-faq-item:last-child .card-header {
    border-bottom: 0;
  }
  .accordion-faq .accordion-faq-item:last-child .card-body {
    border-top: 1px solid #e0e5ec;
    border-bottom: 0;
  }
/* End Faqs  */

/* Blog and Blog Posts  */
.post-classic-image img {
  width: 100%;
}

.post-classic-body {
  padding: 20px 15px 25px;
  background-color: rgb(255, 255, 255);
}

.post-classic-main {
  padding-bottom: 30px;
}

.post-classic-title a,
.post-minimal-title a {
  color: #660216 !important;
}

.post-classic-title a:hover,
.post-minimal-title a:hover {
  text-decoration: none;
  color: rgb(95, 33, 65);
}


.post-minimal {
  border-bottom: 1px solid #ccc;
  padding:10px;
}

.post-minimal:last-child {
  border-bottom: 0px;
}
/* End Blog and Blog Posts  */

/* Projects  */
.list-group-careers .list-group-item {
  padding-left: 0;
  padding-right: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.list-group-careers {
  margin-bottom: 3rem;
}

small, .small {
  font-size: 0.875em;
  font-weight: 400;
}

.svg-inline--fa.fa-w-14 {
  width: 0.875em;
}
/* End Projects  */

/* Contact us Page  */
.svg-inline--fa.fa-w-16 {
  width: 1em;
}
/* End Contact us Page  */

/* H sizes */
h1      { font-size: 2em;       /* 2*16 = 32 */         }
h2      { font-size: 1.5em;     /* 1.5*16 = 24 */       }
h3      { font-size: 1.17em;    /* 1.17*16 = 18.72 */   }
h4      { font-size: 1em;       /* 1*16 = 16 */         }
h5      { font-size: 0.83em;    /* 0.83*16 = 13.28 */   }
h6      { font-size: 0.75em;    /* 0.75*16 = 12 */      }

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
  color: #363d47;
}

.text-contact-icon {
  color: #363d47;
}

/* End H sizes */

/* Partners */
#partners img {
  width:100%;
}
/* End Partners */