/* @import url("./fontawesome-free/css/all.css"); */

body {
  margin: 0;
  padding: 0;
  top: 0;
  left: 0;
  margin: 0;
  border: 0;
  background-color: #e7dbcc9a;
  background-size: contain;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto,
    'Helvetica Neue', Arial, 'Noto Sans', sans-serif, 'Apple Color Emoji',
    'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
}
a:active,
a:focus {
  outline: 0;
  border: none;
}
button:focus {
  outline: none;
  box-shadow: none;
}
.fas,
.far {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
}

nav.bg-light {
  background-color: black !important;
  position: fixed !important;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px,
    rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
}

.nav-width-controller {
  display: flex;
  justify-content: space-between;
  width: 100%;
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
}

nav.bg-light .navbar-brand {
  font-size: 1.7rem;
  font-weight: bold;
  color: whitesmoke;
  transition: 0.32s ease;
  -webkit-transition: 0.32s ease;
  -moz-transition: 0.32s ease;
  -ms-transition: 0.32s ease;
  -o-transition: 0.32s ease;
}

nav.bg-light .navbar-brand:hover {
  color: whitesmoke;
}
nav.bg-light .navbar-brand .nav-logo{
 width: 100px !important;
 margin-left: 60px;

}
nav.bg-light .navbar-brand span{
 margin-top: 55px !important;
 }

.navbar-light .navbar-toggler:hover {
  background-color: #0b4f53;
}


/* .navbar-nav.nav-category .nav-item .nav-link.btn {
  background: red !important;
}

.navbar-nav.nav-category .nav-item .nav-link.btn:hover {
   background: white !important;
} */

.navbar-nav.nav-category .nav-item .nav-link {
  display: flex;
  font-size: 0.8rem;
  align-items: center;
  color: whitesmoke;
  font-weight: bold;
  padding-right: 1rem;
  transition: all 0.356s ease-in-out;
  -webkit-transition: all 0.356s ease-in-out;
  -moz-transition: all 0.356s ease-in-out;
  -ms-transition: all 0.356s ease-in-out;
  -o-transition: all 0.356s ease-in-out;
}
.navbar-nav.nav-category .nav-item .nav-link.btn{
  background: none !important;
}

.navbar-nav.nav-category .nav-item .nav-link.nav-link.active {
  color: #4CE214;
}

.navbar-nav.nav-category .dropdownactive {
  background-color: #253d85;
  color: whitesmoke;
}

.navbar-nav.nav-category .nav-item.currUser .nav-link {
  color: #046150;
}

.navbar-nav.nav-category .nav-item .nav-link:hover {
  color: #4CE214;
}

.navbar-nav.nav-category .nav-item .nav-link i {
  font-size: 1.6rem;
  padding-right: 0.3rem;
}
/* .navbar-nav.nav-category .nav-item i, 
.navbar-nav.nav-category .nav-item a{
    display: block;
} */

.navbar-expand-lg .navbar-nav .dropdown-menu {
  left: auto;
  right: 0;
}

/* social media */
.social-media{
  position: fixed !important;
  top:50% !important;
overflow:none !important;
  z-index: 99999999;


}
.social-media ul{
  list-style: none !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow:none !important;
  /* background: none !important; */
  /* border-top-left-radius: 5px !important;
  border-bottom-left-radius: 5px !important; */
}
.social-media li{
  padding: 20px;
  

  border-radius: 100px !important;
}
.social-media ul li{
  margin-bottom: 20px !important;
}

.social-media a{
  color: white !important;
  font-size: 10px !important;
}


/* end social */

.main-body-holder {
  margin-top: 9%;
}

.upload-document {
  position: absolute;
  width: 100%;
  top: 100%;
  left: 0;
}

.main-upload {
  margin-left: auto;
  width: fit-content;
  height: max-content;
  font-weight: bold !important;
  padding-bottom: 2rem;
  border-radius: 0px 0px 50px 50px !important;
  -webkit-border-radius: 0px 0px 50px 50px !important;
  -moz-border-radius: 0px 0px 50px 50px !important;
  -ms-border-radius: 0px 0px 50px 50px !important;
  -o-border-radius: 0px 0px 50px 50px !important;
}

.search-container {
  width: 100%;
  padding: 2rem 1rem;
}
.search-container.home {
  height: 100vh;
  padding-top: 0rem;
  padding-bottom: 0rem;
  background: green !important;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
}
.search-container.home:after {
  position: absolute;
  content: '';
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  background-color: #000;
  opacity: 0.3;
}

.searchContainer-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: white;
  padding: 2rem 1rem;
  width: 100%;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
.searchContainer-content h4 {
  color: #fff;
  z-index: 2;
  padding-bottom: 1.5rem;
  position: relative;
  width: fit-content;
}
.searchContainer-content h4:before {
  content: '';
  position: absolute;
  height: 3px;
  width: 60%;
  background-color: #fff;
  left: 0;
  bottom: 1rem;
  border-radius: 5px;
}
.searchContainer-content::after {
  position: absolute;
  content: '';
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  background-color: orange;
  opacity: 0.9;
  border-radius: 10px;
  z-index: 1;
}

.searchlinks {
  z-index: 2;
  display: flex;
  flex-wrap: wrap;
  justify-content: start;
  padding-bottom: 1rem;
}

.searchlinks .form-check {
  padding-left: 0px;
}

.searchlinks .extraFilters {
  display: inline-block;
  padding: 0.3rem 0.5rem;
  background-color:none !important;
  color: white;
  width: fit-content;
  margin: 0.5rem;
  cursor: pointer;
  transition: background-color 0.3s ease-in-out;
  box-shadow: rgba(0, 0, 0, 0.25) 0px 14px 28px,
    rgba(0, 0, 0, 0.22) 0px 10px 10px;
}
.searchlinks .extraFilters:hover,
.searchlinks .form-check-input:checked + .extraFilters {
  background-color: #fff;
  color: black;
}

.searchlinks .extraFilters i {
  padding-right: 0.3rem;
}

.inner-search {
  z-index: 2;
  margin-right: auto;
  margin-left: auto;
  display: flex;
  width: 70%;
  border: 2px solid rgba(116, 126, 116, 0.933);
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}

.inner-search:hover {
  -webkit-box-shadow: 0px 5px 13px -4px rgba(0, 0, 0, 0.38);
  -moz-box-shadow: 0px 5px 13px -4px rgba(0, 0, 0, 0.38);
  box-shadow: 0px 5px 13px -4px rgba(0, 0, 0, 0.38);
}

.inner-search .search-intro {
  background-color: rgb(211, 206, 206);
  border-radius: 50px 0px 0px 50px;
  padding: 0.3rem 0.3rem 0.3rem 1rem;
  -webkit-border-radius: 50px 0px 0px 50px;
  -moz-border-radius: 50px 0px 0px 50px;
  -ms-border-radius: 50px 0px 0px 50px;
  -o-border-radius: 50px 0px 0px 50px;
}

.inner-search .mainsearch-form {
  flex-grow: 2;
  padding-left: 1.1rem;
  align-items: center;
  display: flex;
  position: relative;
  background-color: white;
  border-radius: 0px 50px 50px 0px;
  -webkit-border-radius: 0px 50px 50px 0px;
  -moz-border-radius: 0px 50px 50px 0px;
  -ms-border-radius: 0px 50px 50px 0px;
  -o-border-radius: 0px 50px 50px 0px;
}
.inner-search .search {
  padding-right: 1rem;
  width: 100%;
  background-color: transparent;
  border: none;
  z-index: 5;
}
.inner-search .mainsearch-form button {
  background-color: transparent;
  border: none;
  padding-right: 0.5rem;
  color: #253d85a6;
  z-index: 5;
}

.inner-search .search:focus {
  outline: none;
}
/* .home-content {
  margin-top: 0.5%;
} */
.mainsearch-form .search_suggestions {
  font-size: 0.9rem;
  list-style-type: none;
  position: absolute;
  display: none;
  top: 0%;
  left: 0;
  z-index: 4;
  background-color: white;
  width: 100.5%;
  padding-top: 2.6rem;
  padding-left: 0px;
  border-radius: 0px 21px 10px 10px;
  -webkit-border-radius: 0px 21px 10px 10px;
  -moz-border-radius: 0px 21px 10px 10px;
  -ms-border-radius: 0px 21px 10px 10px;
  -o-border-radius: 0px 21px 10px 10px;
  border-right: 2px solid rgba(116, 126, 116, 0.933);
  border-bottom: 2px solid rgba(116, 126, 116, 0.933);
  border-right: 2px solid rgba(116, 126, 116, 0.933);
  -webkit-box-shadow: 0px 5px 13px -4px rgba(0, 0, 0, 0.38);
  -moz-box-shadow: 0px 5px 13px -4px rgba(0, 0, 0, 0.38);
  box-shadow: 0px 5px 13px -4px rgba(0, 0, 0, 0.38);
}

.mainsearch-form .search_suggestions .search_select_li {
  text-transform: lowercase;
  white-space: nowrap;
  overflow: hidden;
}

.mainsearch-form .search_suggestions button {
  display: block;
  padding-bottom: 0.7rem;
  margin: 0 0.7rem;
  padding-left: 0.4rem;
  cursor: pointer;
  width: 96%;
  text-align: start;
  color: #253d85d5;
}
.mainsearch-form .search_suggestions button:first-child {
  padding-top: 0.7rem;
  border-top: 1px solid rgba(116, 126, 116, 0.31);
}

.mainsearch-form .search_suggestions button:hover {
  background-color: rgb(211, 206, 206);
}

.home_main_container {
  overflow: hidden;
}

.home_main_container .home_row {
  background-color: black;
  color: whitesmoke;
}

.home-content .home-left,
.left_pannel {
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: orange;
  padding-bottom: 4rem;
  padding-top: 4rem;
  height: 100%;
  
}

.home-content .home-left #levelGroups {
  width: 100%;
}

.home-content .home-left .card {
  background-color: orange;
  border: none;
}

.home-content .home-left .card .card-header {
  background-color: rgb(231, 219, 204);
  margin-bottom: 0px;
}

.home-content .home-left .card .card-header .fas {
  color: orange;
  opacity: 0.7;
  font-size: 1rem;
}
.home-content .home-left .card .card-header button {
  font-weight: bold;
  border: none;
  outline: transparent;
  color: orange;
}
.home-content .home-left .card .card-header button:focus,
.home-content .home-left .card .card-header button:active,
.home-content .home-left .card .card-header button:hover {
  outline: transparent !important;
  text-decoration: none;
  border: none;
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0) !important;
}

.home-content .home-left .card .card-body h6 {
  font-weight: bold;
}
.home-content .home-left .card .card-body a {
  color: whitesmoke;
  display: block;
  padding: 0.5rem 1rem;
  transition: 300s ease;
  -webkit-transition: 300s ease;
  -moz-transition: 300s ease;
  -ms-transition: 300s ease;
  -o-transition: 300s ease;
}
.home-content .home-left .card .card-body a:hover {
  text-decoration: underline;
}

.owl-carousel .owl-stage {
  display: flex;
}
.article-items {
  display: flex;
  flex: 1 0 auto;
  height: 100%;
}
.owl-carousel.owl-drag .owl-item {
  margin: 0rem 0.2rem;
}
.aticle-box {
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: stretch;
}

.home-content .home-right .recent,
.home-content .home-right .mostviewed {
  margin: 1.5rem 0rem;
  padding: 1rem;
}

.home-content .home-right .recent .section-headers,
.home-content .home-right .mostviewed .section-headers,
.home-content .home-left h4 {
  padding-bottom: 1.5rem;
  font-weight: bold;
}

.home-content .home-right .card-title {
  text-transform: uppercase;
  padding-bottom: 0.9rem;
}
.home-content .home-right .card-title h5 {
  font-size: 1.1rem;
}

.home-content .home-right .card-subtitle {
  padding-bottom: 1rem;
  margin-left: 1rem;
}

.home-content .home-right .arange-subtitles {
  flex-direction: column;
}

.home-content .home-right .home-title {
  color: #046150;
  text-decoration: none;
  margin-bottom: 1rem;
  text-transform: uppercase;
  display: block;
}

.home-content .home-right .home-title.down {
  color: #e7dbcc;
}

.home-content .home-right .home-title:hover {
  text-decoration: underline;
}

.mainPage-card-Subtitle {
  font-size: 0.8rem;
}

.mainPage-card-Subtitle span span {
  font-size: 0.75rem;
}

.home-content .home-right .recent .card.recent-added,
.home-content .home-right .mostviewed .card {
  color: #046150;
  height: 100%;
  background-color: rgb(231, 219, 204);
  border: 1.5px solid whitesmoke;
  -webkit-box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.63);
  -moz-box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.63);
  box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.63);
}

.home-content .home-right .recent .card .card-footer,
.home-content .home-right .mostviewed .card .card-footer {
  font-size: 0.8rem;
  display: flex;
  justify-content: space-around;
}

.home-content .home-right .recent .card .card-footer a {
  color: #046150;
  font-weight: bold;
}
.home-content .home-right .mostviewed .card .card-footer a {
  color: white;
  font-weight: bold;
}
.card-footer-content {
  display: flex;
  justify-content: space-between;
}

.card-footer-content .fa-file-pdf,
.card-footer-content .fa-file-video {
  font-size: 30px;
}
.homecard-footer-counter {
  display: flex;
  flex-direction: column;
}

.home-content .home-right .mostviewed .mostviewed-added {
  background-color: #0b4f53;
  color: #e7dbcc;
}

/* Add content page */
.add-content form label {
  font-weight: bold;
  color: orange;
}
.add-content form label.form-check-label {
  font-weight: normal;
}

.add-content form .sublevel_separator {
  font-weight: bold;
  color: orange;
}

.notshowingfields {
  display: none;
}

.add-content #coAuthorContainer {
  padding-left: 0px;
  padding-right: 0px;
}

.add-content input[type='radio'] {
  transform: scale(1.4);
  -webkit-transform: scale(1.4);
  -moz-transform: scale(1.4);
  -ms-transform: scale(1.4);
  -o-transform: scale(1.4);
}

/* edit the content */
.coAthorInputs {
  padding: 1rem 0.5rem;
  background-color: rgba(11, 79, 83, 0.2);
}

/* add the video link */
.formatSelectors {
  display: none;
}

.formatSelectorsShow {
  display: block;
}

.about-content {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.about-content h1 {
  font-size: 2rem;
}

.about-content h3 {
  font-size: 1.4rem;
}

.about-content .page-content-left {
  padding-left: 2rem;
  position: relative;
}
.about-content .page-content-left:before {
  position: absolute;
  top: 0;
  left: 5%;
  content: '';
  height: 110%;
  width: 1px;
  background-color: rgba(0, 0, 0, 0.1);
}
.about-content .myaccordion {
  max-width: 500px;
  margin: 50px auto;
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.1);
}

.about-content .myaccordion .card,
.about-content .myaccordion .card:last-child .card-header {
  border: none;
}
.about-content .myaccordion .card {
  background-color: rgba(231, 219, 204, 0.603);
}

.about-content .myaccordion .card-header {
  border-bottom-color: #edeff0;
  background: transparent;
}

.about-content .myaccordion .fa-stack {
  font-size: 12px;
}

.about-content .myaccordion .btn {
  width: 100%;
  font-weight: bold;
  color: orange;
  padding: 0;
}

.about-content .myaccordion .btn-link:hover,
.about-content .myaccordion .btn-link:focus {
  text-decoration: none;
  outline: none;
  box-shadow: none;
}

.about-content .more-about {
  padding-top: 2rem;
}

.about-content .objectives {
  list-style-type: none;
}
.about-content .objectives li {
  position: relative;
  margin-bottom: 1rem;
}
.about-content .objectives li span {
  position: absolute;
  left: -24px;
  color: orange;
}

.teamContainer {
  max-width: 1400px;
}

.teampersonholder {
  padding: 2rem 1rem;
}

.cardDetails {
  height: 100%;
  background-color: #fff;
  position: relative;
}

.cardDetails .profPic {
  position: absolute;
  height: 100px;
  width: 100px;
  top: 1rem;
  right: 1rem;
}

.cardDetails .name {
  padding: 1rem;
  padding-top: 4rem;
  background-color: orange;
  color: #fff;
}

.cardDetails .profPic img {
  height: 100%;
  width: 100%;
  border-radius: 50%;
}

.cardDetails .name h5 {
  font-size: 1rem;
  color: #e7dbcc9a;
}

.cardDetails .bio {
  padding: 1rem;
}

/* results page */
.found_results {
  font-size: 1.5rem;
  padding-bottom: 1.3rem;
  padding-top: 1.3rem;
  font-weight: bold;
}

.search_result_container {
  padding: 0px 40px;
}
.results.categories {
  padding-top: 0.3rem;
  display: flex;
  justify-content: center;
}
.results.categories .home-right-button {
  border: none;
  background-color: transparent;
  color: orange;
  padding: 0.2rem 0.4rem;
  border-radius: 5px;
  transition: 0.35s ease;
  -webkit-transition: 0.35s ease;
  -moz-transition: 0.35s ease;
  -ms-transition: 0.35s ease;
  -o-transition: 0.35s ease;
}
.results.categories .home-right-button:hover {
  color: #fff;
}

.total-documents {
  margin-left: -100px;
  padding: 1.5rem;
  background-color: black;
  color: whitesmoke;
  border-radius: 0px 50px 50px 0px;
  -webkit-border-radius: 0px 50px 50px 0px;
  -moz-border-radius: 0px 50px 50px 0px;
  -ms-border-radius: 0px 50px 50px 0px;
  -o-border-radius: 0px 50px 50px 0px;
}
.total-documents h5 {
  font-size: 1rem;
}

.document-requests {
  background-color: transparent;
}

.document-requests a {
  background-color: black;
  display: block;
  color: whitesmoke;
  margin-top: 1rem;
  margin-left: -100px;
  padding: 0.5rem 1.5rem;
  border-radius: 0px 50px 50px 0px;
}

.document-requests a:hover {
  color: whitesmoke;
  background-color: orange;
}

.document-requests a span {
  padding-left: 1rem;
}

.document-requests a span i {
  transition: padding 0.25s ease-out;
}

.document-requests a:hover .arrowSlide {
  padding-left: 0.5rem;
}

.results.categories .home-right-button:hover {
  background-color: #253d85c5;
  cursor: pointer;
}

.search_results {
  justify-content: center;
}

.wide-cards .pages-show {
  padding: 1rem;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.wide-cards .pages-show p {
  font-weight: bold;
  color: orange;
  margin-bottom: 0px;
}

.wide-cards .pages-show .page-holder {
  height: 30px;
  width: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 2px solid #0b4f53;
  background-color: transparent;
  color: #0b4f53;
  margin: 0.5rem 0.2rem;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  -webkit-box-shadow: 0px 2px 5px -3px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 2px 5px -3px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 2px 5px -3px rgba(0, 0, 0, 0.75);
}

.wide-cards .pages-show .page-holder.active {
  background-color: orange;
  color: whitesmoke;
  pointer-events: none;
}

.wide-cards .looks_holder {
  background-color: white;
  height: auto;
  padding-left: 1rem;
  display: flex;
  align-items: center;
}
.wide-cards .card {
  padding: 0.7rem;
}

.wide-cards .card .card-text {
  font-size: 0.875rem;
}
.wide-cards .card a.card-title:hover,
.card-body-footer a {
  text-decoration-color: orange;
  -moz-text-decoration-color: orange;
}

.wide-cards .card a.card-title {
  text-transform: uppercase;
  font-size: 0.9rem;
}

.wide-cards .card a.card-title h5,
.card-body-footer a {
  color: orange;
  font-weight: bold;
  opacity: 0.7;
  cursor: pointer;
  font-size: 1rem;
}
.wide-cards .card .subtitles {
  display: flex;
}

.wide-cards .card .subtitles .card-subtitle {
  margin: 0.5rem;
  background-color: #16adb587;
  padding: 0.4rem 0.7rem;
  font-size: 0.7rem;
  border-radius: 10px;
  color: #fff !important;
}

.cardSubCapital {
  text-transform: uppercase;
  font-size: 0.6rem;
}

.wide-cards .card .card-body-footer {
  border-top: 1px solid rgba(0, 0, 0, 0.125);
}

.wide-cards .card .card-body-footer .published {
  color: orange;
}
.wide-cards .card .card-body-footer h5 {
  background-color: orange;
  color: whitesmoke;
  padding: 0.3rem;
  margin-top: 0.3rem;
  width: fit-content;
  font-size: 0.9rem;
}

.wide-cards .looks_holder .fa-file-pdf {
  color: orange;
  /* color: #cc224d; */
  font-size: 50px;
}
.wide-cards .looks_holder .fa-file-video {
  color: orange;
  /* color: #8604e2; */
  font-size: 50px;
}
.wide-cards .card-centent-right {
  border-left: 1px solid rgba(0, 0, 0, 0.125);
  padding: 5px;
}
.wide-cards .card-footer {
  background-color: transparent;
  border-top: none;
}
.wide-cards .card-footer .card-footer-links a {
  display: block;
  margin-left: 0px;
  color: orange;
  cursor: pointer;
  transition: 0.2s;
}
.wide-cards .card-footer .card-footer-links button,
.wide-cards .card-body-footer form button.card-link {
  background-color: transparent;
  border: none;
  color: orange;
  padding-left: 0;
}
.wide-cards .card-footer .card-footer-links .downloadButton {
  background-color: black;
  color: #fff;
  padding: 0.5rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.wide-cards .card-footer .card-footer-links .downloadButton i {
  margin-left: 0.5rem;
}

.wide-cards .card-footer .card-footer-links a:hover,
.wide-cards .card-footer .card-footer-links button:hover,
.wide-cards .card-body-footer form button.card-link:hover {
  color: #0b4f53;
  font-weight: bold;
}

.wide-cards .card-footer .card-footer-links .downloadButton:hover {
  font-weight: normal;
  color: #fff;
  background-color: #0b4f53;
}
.wide-cards .card-footer .card-footer-reviews {
  margin-top: 0.5rem;
  padding-top: 0.4rem;
  background-color: #0e6c738a;
  color: whitesmoke;
  padding: 0.5rem;
  width: 100%;
  font-size: 0.8rem;
}
.wide-cards .card-footer .card-footer-reviews span {
  display: block;
}

.morecontent {
  display: none;
}

.morecontent.showme {
  display: block;
}

.no_results_found {
  height: 50vh;
  width: 100%;
  padding-top: 4rem;
  display: flex;
  justify-content: center;
}

/* View document page */

#show-abstract {
  margin-left: -100px;
  padding: 1rem;
  background-color: black;
  color: whitesmoke;
  border-radius: 0px 50px 50px 0px;
  -webkit-border-radius: 0px 50px 50px 0px;
  -moz-border-radius: 0px 50px 50px 0px;
  -ms-border-radius: 0px 50px 50px 0px;
  -o-border-radius: 0px 50px 50px 0px;
  cursor: pointer;
}

.view-document-resize {
  font-size: 0.8rem;
}

.OpenPDF {
  width: 100%;
  padding: 1rem;
  background-color: #1e1e1e;
  overflow: scroll;
  position: relative;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}

.pdfisLoading {
  position: absolute;
  /* width: 100%;
  height: 100%; */
  display: flex;
  justify-content: center;
  align-items: center;
}

.lds-ring {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}
.lds-ring div {
  box-sizing: border-box;
  display: block;
  position: absolute;
  width: 64px;
  height: 64px;
  margin: 8px;
  border: 5px solid #fff;
  border-radius: 50%;
  animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border-color: #fff transparent transparent transparent;
}
.lds-ring div:nth-child(1) {
  animation-delay: -0.45s;
}
.lds-ring div:nth-child(2) {
  animation-delay: -0.3s;
}
.lds-ring div:nth-child(3) {
  animation-delay: -0.15s;
}
@keyframes lds-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.OpenPDF .controlls .savePDF {
  grid-area: 'save';
}
.OpenPDF .controlls .change {
  grid-area: 'change';
}
.OpenPDF .controlls .adjust {
  grid-area: 'adjust';
}

.OpenPDF .controlls {
  color: #fff;
  width: 100%;
   display: flex !important;
  justify-content: space-between !important;
  list-style-type: none;
}

.OpenPDF .controlls button,
.savePDF i {
  background-color: transparent;
  border: none;
  color: black;
  font-size: 1.2rem;
  transition: 0.25s;
  cursor: pointer;
}

.savePDF a {
  color: #fff !important;
  cursor: pointer;
  transition: 0.25s;
}

.OpenPDF .controlls button:hover,
.savePDF a:hover {
  color: orange !important;
}
.OpenPDF canvas {
  width: 100%;
  height: 100%;
  border: 1px solid orange;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
}

.view-document-resize .card {
  color: #6c757d;
  background-color: #159fa762;
}

.view-document .read-document {
  width: 100%;
  height: 100vh;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
}

.show-introabstract {
  display: none;
}

#extendText.hidemore {
  height: 100px;
  overflow-y: hidden;
}

.extend-show-more {
  padding: 0.3rem 0.6rem;
  border: 1px solid orange;
  border-radius: 10px;
  font-size: 0.8rem;
  color: whitesmoke;
  background-color: black;
}

.extend-show-more:hover {
  background-color: orange;
}

.document-details {
  padding-bottom: 1rem;
}
.document-details h4 {
  font-weight: bold;
}
.document-details .card {
  margin: 0.2rem;
}
.document-details .card-body {
  padding: 0.5rem;
}

.box {
  max-width: 100%;
  margin: auto;
}

a {
  color: #575757;
}

a:hover {
  color: #fd9644;
  text-decoration: none;
}

.neo-video-player {
  position: relative;
  overflow: hidden;
  width: 100%;
  margin: auto;
  border-radius: 10px;
  background-color: transparent;
}

.video-control-part,
.video-control-part > div,
.video-neu-btn {
  display: flex;
  align-items: center;
}

.video-control-part {
  justify-content: space-between;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 5;
  opacity: 1;
  padding: 10px 15px;
  background-color: orange;
  transition: all 0.25s ease;
}

.video-control-part.playing {
  opacity: 0;
}

.neo-video-player:hover .video-control-part {
  opacity: 1;
}

.video-neu-btn {
  position: relative;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  background: #eff0f4;
  width: 40px;
  height: 40px;
  margin: 5px;
}

.video-neu-btn::before {
  content: '';
  background: linear-gradient(145deg, #ffffff, #d7d8dc);
  border-radius: 100%;
  position: absolute;
  top: 3px;
  left: 3px;
  right: 3px;
  bottom: 3px;
  transition: all 0.25s ease;
}

.video-neu-btn::after {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  z-index: 1;
  transition: all 0.25s ease;
}

.drop-btn > .video-neu-btn {
  background: none;
  box-shadow: none;
}

.drop-btn > .video-neu-btn::before {
  background: none;
}

.video-neu-btn:hover::before {
  opacity: 0;
}

.video-neu-btn:hover::after {
  color: #fd9644;
}

/* toggle style */

.play-btn.pause {
  background: linear-gradient(145deg, #e4873d, #ffa149);
}

.play-btn.pause::before {
  opacity: 0;
}

.play-btn.pause::after {
  color: #eff0f4;
}

.play-btn.pause:hover::after {
  color: #575757;
}

/* set icon */

.play-btn {
  width: 60px;
  height: 60px;
}

.play-btn::after {
  content: '\f04b';
}

.play-btn.pause::after {
  content: '\f04c';
}

.sound-btn::after {
  content: '\f028';
}

.sound-btn.low::after {
  content: '\f027';
}

.sound-btn.mute::after {
  content: '\f6a9';
}

.download-btn::after {
  content: '\f381';
}

.setting-btn::after {
  content: '\f013';
}

.fullscreen-btn::after {
  content: '\f065';
}

.video-control-bar-part,
.bar-bg {
  width: 100%;
}

.bar-bg {
  border-radius: 50px;
  height: 10px;
  background: #eff0f4;
  box-shadow: inset 2px 2px 4px #cbcccf, inset -2px -2px 4px #ffffff;
  margin: 0 10px;
}

.bar-time {
  position: relative;
  height: 10px;
  border-radius: 50px;
  background: #fd9644;
  box-shadow: inset 3px 3px 6px #d7803a, inset -3px -3px 6px #ffad4e;
  width: 0%;
}

.bar-progress {
  height: 10px;
  width: 100%;
}

.bar-pin {
  position: absolute;
  width: 20px;
  height: 20px;
  background: #eff0f4;
  box-shadow: 4px 4px 10px #cbcccf, -4px -4px 10px #ffffff;
  border-radius: 50px;
  right: -10px;
  top: -5px;
}

.video-element {
  width: 100%;
  min-width: 100%;
  margin-bottom: -10px;
}

.box-sound {
  width: 0px;
  opacity: 0;
  overflow: hidden;
  background: #eff0f4;
  height: 40px;
  padding: 17px 15px 0 40px;
  position: absolute;
  left: 0;
  z-index: 1;
  border-radius: 50px;
  box-shadow: 6px 6px 15px #cbcccf, -6px -6px 15px #ffffff;
  transition: all 0.25s ease;
}

.drop-btn:hover .box-sound {
  width: 120px;
  opacity: 1;
}

.volume {
  width: 100%;
  height: 5px;
  background: #eff0f4;
  border-radius: 50px;
  box-shadow: inset 2px 2px 3px #cbcccf, inset -2px -2px 3px #ffffff;
}

.bar-volume {
  width: 100%;
  height: 5px;
  border-radius: 50px;
  background: #fd9644;
  box-shadow: inset 3px 3px 6px #d7803a, inset -3px -3px 6px #ffad4e;
}

.fastFwd-box {
  display: none;
  position: absolute;
  width: max-content;
  top: -40px;
  right: 0;
  background: #eff0f4;
  border: 1px solid #00000026;
  border-radius: 10px;
}

.setting-btn:hover .fastFwd-box {
  display: block;
}

.fastFwd-box::before {
  content: '';
  width: 10px;
  height: 10px;
  background: #eff0f4;
  display: block;
  position: absolute;
  bottom: -6px;
  right: 12px;
  transform: rotate(45deg);
  border: solid #00000026;
  border-width: 0 1px 1px 0;
}

.fastFwd:focus {
  box-shadow: none;
}

.bar-time-box {
  display: none;
  position: absolute;
  width: max-content;
  top: -65px;
  right: -55px;
  background: #eff0f4;
  border-radius: 10px;
  padding: 10px;
  border: 1px solid #00000026;
}

.bar-progress:hover .bar-time-box {
  display: block;
}

.bar-time-box::before {
  content: '';
  width: 10px;
  height: 10px;
  background: #eff0f4;
  display: block;
  position: absolute;
  bottom: -6px;
  right: 47%;
  transform: rotate(45deg);
  border: solid #00000026;
  border-width: 0 1px 1px 0;
}

/* footer */
.footer-main {
  background: #222222;
  padding: 5rem 0 2em 0;
}

.footer-main .con {
  color: whitesmoke;
}
.footer-main .con i {
  background-color: orange;
  height: 50px;
  width: 50px;
  padding: 13px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  font-size: 1.2rem;
  display: flex;
  justify-content: center;
  align-items: center;
}

.footer-main .con.con-1 {
  background: #1e1e1e;
}

.footer-main .con.con-2 {
  background: #1c1c1c;
}

.footer-main .con.con-3 {
  background: #252525;
}

.footer-main .footer-heading {
  font-size: 18px;
  color: #fff;
  margin-bottom: 30px;
}
.footer-main .list-unstyled li {
  padding-top: 0.8rem;
}
.footer-main .list-unstyled li a,
.footer-main .list-unstyled li {
  color: rgba(255, 255, 255, 0.288);
  font-size: 15px;
  transition: 0.3s all ease;
  padding-bottom: 10px;
}
.footer-main .list-unstyled li a:hover,
.footer-main .list-unstyled li:hover {
  cursor: pointer;
  text-decoration: none;
  color: whitesmoke;
}
.approve-uploads {
  padding: 0.5rem 1rem;
  margin-top: 1rem;
  font-weight: bold;
}
.addcontent,
.approve-uploads {
  border: none;
  transition: 0.5s ease;
  -webkit-transition: 0.5s ease;
  -moz-transition: 0.5s ease;
  -ms-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  background-color: black;
  color: whitesmoke;
}
.addcontent:hover,
.approve-uploads:hover {
  background-color: orange;
  color: whitesmoke;
}
.footer-main .copyright {
  color: gray;
}

.contact-us {
  border: 1px solid #a7a5a5;
  padding: 2rem 1rem;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  background-color: black24;
}

.contact-us label {
  font-weight: bold;
  color: #525151;
}

/* login */

.login-container {
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.login-holder {
  margin-top: -40%;
  background-color: whitesmoke;
  -webkit-box-shadow: 0px 0px 17px -8px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 0px 17px -8px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 0px 17px -8px rgba(0, 0, 0, 0.75);
}

.login-holder .nav-tabs {
  display: flex;
  justify-content: center;
  background-color: orange;
  color: whitesmoke;
}

.login-holder .nav-tabs .nav-item {
  flex-grow: 1;
  background-color: black;
}

.login-holder .nav-tabs .nav-link {
  border: none;
  border-top-left-radius: 0rem;
  border-top-right-radius: 0rem;
  color: whitesmoke;
}
.login-holder .nav-tabs .nav-link.active {
  background-color: orange;
}

.login-holder .tab-content {
  padding: 1rem;
}
.materialSubtitles .cardSubCapital {
  color: #1e1e1e;
}
.requestedmaterial-buttons {
  display: flex;
  flex-direction: column;
}

.requestedmaterial-buttons form {
  padding: 0.5rem;
}

.requestedmaterial-buttons form button {
  font-size: 0.8rem;
  border: none;
  background-color: orange;
  color: #fff;
  padding: 0.4rem 0.8rem;
  border-radius: 10px;
}

.requestedmaterial-buttons form button:nth-of-type(3) {
  background-color: black;
}

.hideCard {
  filter: grayscale(1);
}

.peopleUploaders h6 {
  margin-left: -5rem;
  padding: 0.5rem 1rem;
  background-color: #fff;
  margin-top: 0.5rem;
  color: orange;
  border-radius: 10px;
}

@media (max-width: 1199.98px) {
  .navbar-nav.nav-category .nav-item .nav-link i {
    font-size: 1.4rem;
  }
}

@media (max-width: 991px) {
  .nav-width-controller {
    display: block;
  }
  .searchlinks{
        overflow-y: scroll !important;
  height: 290px !important;
  }
  .navbar-collapse {
    padding-top: 2rem;
    padding-bottom: 1rem;
    border-top: 1px solid #209191;
  }
  nav.bg-light .navbar-brand .nav-logo{
 width: 100px !important;
 margin-left: 20px !important;

}
  .spread-on-mobile {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .navbar-light .navbar-toggler {
    height: max-content;
  }
  .main-body-holder {
    margin-top: 12%;
  }
  .search-container {
    margin-top: 8rem;
  }
  .inner-search {
    width: 100%;
  }
  .about-content h1 {
    font-size: 1.6rem;
  }

  .about-content .page-content-left {
    padding-left: 0rem;
  }
  .about-content .page-content-left::before {
    display: none;
  }
  .results.categories {
    display: none;
  }
  .OpenPDF .controlls {
    grid-template-columns: repeat(2, 1fr);
  }

  .OpenPDF .controlls li:nth-child(2) {
    grid-row: 2;
  }
}

@media (max-width: 768px) {
  nav.bg-light .navbar-brand {
    font-size: 1.35rem;
  }
  nav.bg-light .navbar-brand .nav-logo {
    /* height: 50px; */
     width: 90px !important;
     margin-left: 20px !important;
  }
  .search-container {
    margin-top: 7rem;
  }
  .mainsearch-form .search_suggestions {
    font-size: 0.8rem;
    padding-right: 0.8rem;
  }
  .home-content .home-right .recent .card-body,
  .home-content .home-right .mostviewed .card-body {
    padding-bottom: 0px;
  }
  .document-details h4 {
    font-size: 1rem;
  }
  nav.bg-light {
    margin-bottom: 2.7rem !important;
  }

  .neo-video-player {
    height: 70vh;
    background-color: black;
    display: flex;
    align-items: center;
  }
  .video-element {
    margin-top: -20%;
  }
  .video-control-part.playing {
    opacity: 1;
  }
  .requestedmaterial-buttons {
    flex-direction: row;
  }
}

@media (max-width: 576px) {
  .inner-search .search-intro h5 {
    margin-bottom: 0rem;
    padding: 0.3rem 0rem;
    font-size: 1rem;
  }
  #main_search_homeform {
    padding-left: 0.5rem;
  }
  h5 {
    font-size: 1.2rem;
  }
  .mainPage-card-Subtitle {
    font-size: 0.8rem;
  }
  .wide-cards .looks_holder .fa-file-pdf,
  .wide-cards .looks_holder .fa-file-video {
    font-size: 30px;
  }
  .wide-cards .card .subtitles {
    display: block;
  }
  .container-fluid {
    padding-right: 15px !important;
    padding-left: 15px !important;
  }
  nav.bg-light .navbar-brand .nav-logo {
    /* height: 45px; */
     margin-left: 20px !important;
  }
  nav.bg-light .navbar-brand {
    font-size: 1rem;
  }
  .login-holder {
    margin-top: -10%;
  }

  .video-neu-btn {
    height: 25px;
    width: 25px;
  }
  .play-btn {
    height: 30px;
    width: 30px;
  }
  .cardDetails .profPic {
    top: 3rem;
    height: 70px;
    width: 70px;
  }

  .cardDetails .name h4 {
    font-size: 1.2rem;
  }

  .cardDetails .name h5 {
    font-size: 1.05rem;
  }
}

/* completed */
