::-webkit-scrollbar {
  width: 8px;
}

::-webkit-scrollbar-track {
  background: #f1f1f1;
}

::-webkit-scrollbar-thumb {
  background: #888;
}

::-webkit-scrollbar-thumb:hover {
  background: #555;
}
.nav-item {
  margin: auto 0;
}
.lang-dropdown .nav-link {
  text-align: center;
}
.lang-item .lang-text {
  vertical-align: middle;
}
.lang-item a.active {
  text-align: center;
  background: #102852;
  color: #fff !important;
  box-shadow: 0px 5px 10px rgb(0 0 0 / 30%);
  border-radius: 5px;
  padding: 6px !important;
  width: auto;
}
footer .logo img {
  filter: contrast(0) brightness(2);
  -webkit-filter: contrast(0) brightness(2);
}
.navbar {
  box-shadow: 0 2px 10px rgb(0 0 0 / 10%);
}
section.content--full {
  padding: 200px 0;
}
.sistemkod a {
  text-decoration: none;
  color: white;
  background: #212c43;
  padding: 5px;
  text-transform: uppercase;
  font-family: sans-serif;
  z-index: 999999;
  border-radius: 3px;
}
.meet-staff-box .staff-member figure img {
  width: 270px !important;
  height: 350px !important;
  object-fit: cover !important;
}
.content-block {
  cursor: auto !important;
}
.meet-staff-box .staff-list .staff-member {
  box-shadow: 0 1px 4px rgb(0 0 0 / 10%);
}
.meet-staff-box .staff-member .content-block {
  bottom: 65px;
}
.meet-staff-box .staff-list .staff-member .content-block {
  height: 130px;
}
.meet-staff-box .staff-list .staff-member .staff-info {
  padding: 0 5px;
}
.navbar-default {
  animation: absoluteNav 0.5s;
  transition: all 0.5s ease;
}
.sticky {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
  animation: fixedNav 0.25s;
  transition: all 0.5s ease;
}
@keyframes fixedNav {
  0% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}
@keyframes absoluteNav {
  0% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}
.pagination .page-item {
  width: 55px;
}
.blog-detail .about-author .author-thumb img {
  width: 100%;
  height: 140px;
  object-fit: cover;
}
.books-media-list {
  padding-top: 155px;
}
.books-media-listing-v3 .single-book-media .book-detail p {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.books-media-listing-v3 .single-book-media .book-thumb img {
  width: 200px !important;
  margin: 0 auto !important;
  filter: drop-shadow(0px 2px 3px rgba(0, 0, 0, 0.1));
}
.book-thumb img {
  /* width: 200px !important;*/
  margin: auto !important;
  filter: drop-shadow(0px 2px 3px rgba(0, 0, 0, 0.2));
}
.inner-page-banner {
  padding: 165px 0 0;
}
.search-filter-box input,
.search-filter-box .select-styled {
  border-width: 1px;
  border-radius: 30rem;
}
.search-filter-box {
  background-color: #fff;
  border-radius: 15px;
  display: flex;
  padding: 20px 15px 20px 15px;
  position: relative;
  top: -175px;
  -webkit-box-shadow: 0 0 14px 0 rgb(0 0 0 / 9%);
  -moz-box-shadow: 0 0 14px 0 rgba(0, 0, 0, 0.09);
  box-shadow: 0 0 14px 0 rgb(0 0 0 / 9%);
}
.search-filter-box .btn {
  width: 100%;
}
.inner-page-banner .banner-header h2 {
  max-width: 40ch;
  margin: 0 auto;
  font-size: 20px;
}
#social_wrapper {
  width: 0px;
  position: absolute;
  top: 20px;
  right: 110px;
}
#social_wrapper input[type="checkbox"] {
  display: none;
}
.openSocial .social {
  opacity: 1 !important;
  transform: scale(1) translateY(-90px) !important;
}
#social_wrapper .label {
  font-size: 25px;
  cursor: pointer;
  margin: 0;
  padding: 5px 10px;
}
#social_wrapper .social {
  transform-origin: 50% 0%;
  transform: scale(0) translateY(-190px);
  opacity: 0;
  transition: 0.5s;
}
#social_wrapper ul {
  margin: -22px auto 0;
  color: #fff;
  height: 46px;
  width: 180px;
  background: #3b5998;
  padding: 0;
  list-style: none;
  position: absolute;
  left: -160px;
}
#social_wrapper ul li {
  font-size: 20px;
  cursor: pointer;
  width: 60px;
  margin: 0;
  padding: 12px 0;
  text-align: center;
  float: left;
  display: block;
  height: 22px;
  box-sizing: unset;
}
#social_wrapper ul li a {
  color: inherit !important;
}
#social_wrapper ul li:hover {
  color: rgba(0, 0, 0, 0.5);
}
#social_wrapper li[class*="twitter"] {
  background: #6cdfea;
  padding: 12px 0;
}
#social_wrapper li[class*="gplus"] {
  background: #e34429;
  padding: 12px 0;
}
#social_wrapper li[class*="dropbox"] {
  background: #8dc5f2;
  padding: 12px 0;
}
#social_wrapper li[class*="github"] {
  background: #9c7a5b;
  padding: 12px 0;
}
#social_wrapper li[class*="instagram"] {
  background: #0e68ce;
  padding: 12px 0;
}
#social_wrapper li[class*="youtube"] {
  background: #cc181e;
  padding: 12px 0;
}
#social_wrapper .credits a {
  color: #fff;
  text-decoration: none;
}
.books-media-detail-v2 .single-book-media {
  display: block;
}
.books-media-detail-v2 .single-book-media .book-detail .item-info {
  border-top: 1px solid #edf0f5;
  margin: 20px 0;
  padding: 13px 0 0px;
}
.books-media-detail-v2 .single-book-media .book-detail .item-social-share {
  border: none;
  float: right;
  margin: 0;
  padding: 0;
}

.tabs label {
  width: 100%;
}

#home-v1-header-carousel figure {
  cursor: auto;
}
.company-services-section {
  padding-bottom: 0;
}
.image-content-section {
  padding-bottom: 100px;
}
.layout-v2-counter .facts-counter ul li,
.home-video {
  z-index: 0;
}
.team-member-layout2 {
  margin-top: 0;
  padding: 50px 0;
  clip-path: none;
}
.books-more-section {
  background-image: none;
  background-color: #fff;
}
.welcome-section-v3 {
  padding: 0 0 50px;
  background-image: none;
}
.welcome-section-v3 .facts-counter {
  position: unset;
}
.blog-list {
  padding: 50px 0;
}
.jumbotron p {
  z-index: 1;
} /*
.navbar-brand{
    padding: 0;
}*/
.mobile-menu {
  right: 20px;
}
@media (max-width: 767px) {
  #home-v1-header-carousel figure img{
    min-height: 350px;
  }
}
@media (max-width: 489px) {
  #home-v1-header-carousel figure img {
    object-fit: cover;
  }
  .navbar {
    padding: 8px;
  }
  #header-v1 .navbar .mobile-menu {
    top: 17px;
  }
  #header-v1 .navbar.sticky .mobile-menu {
    top: 13px;
  }
  #home-v1-header-carousel .carousel-caption {
    transform: translateY(-15%);
  }
}
@media (min-width: 490px) {
  #header-v1 .navbar .mobile-menu {
    top: 17px;
  }
  #header-v1 .navbar.sticky .mobile-menu {
    top: 8px;
  }
}
@media (min-width: 768px) {
  .search-filters .filter-box {
    padding: 40px 100px;
  }
}
.inner-page-banner .breadcrumb {
  padding: 20px 0 30px;
}
.category-filter {
  padding: 50px 0;
}
.newsletter {
  background-position: center top;
  background-color: #fff !important;
  padding: 50px 0 0;
}
.lang-dropdown .dropdown-menu.show {
  right: 0;
  left: auto;
  top: 77px;
  width: auto;
  border-radius: 10px;
  padding: 10px 0;
}
.lang-dropdown .dropdown-menu li:hover {
  background: none !important;
}
.lang-dropdown .dropdown-menu li a.active:hover,
.lang-dropdown .dropdown-menu li a.active:focus {
  background: #102852;
}

.testimonial-main-v3{
    margin-bottom:50px
}
.social-icons-v3{
    margin-top:40px
}
.social-icons-v3 ul li a{
    padding:15px
}
.social-icons-v3 ul li:first-child a{
        border-radius: 25px 0 0 25px;
}
.social-icons-v3 ul li:last-child a{
    border-radius: 0 25px 25px 0;
}
.layout-v3 .site-footer{
    margin-top: 0;
    padding-top:50px
}
.layout-v3 .category-filter {
  padding-bottom: 0;
}
.layout-v3 .category-filter .category-list .category-item figcaption {
  padding:20px 20px 30px
}
.layout-v3 .category-filter .category-list .category-item:hover figcaption {
  transform: translateY(-166px);
}
.eser-img {
  width: 100% !important;
  height: 245px !important;
  object-fit: contain;
}
.book-media-title {
  line-height: 1.5;
}

.btn-md {
  padding: 0.8rem 1rem !important;
  font-size: 0.7rem !important;
  line-height: 1.4;
  border-radius: 2rem !important;
  /*width: auto !important;*/
}
.welcome-section .welcome-wrap .welcome-text p {
  font-size: 13.4px;
  line-height: 25px;
  text-align: justify;
  margin: 20px 0;
}
.text-primary {
  color: #b20933 !important;
}
.btn-primary,
.community-slider .carousel-control-prev:hover,
.community-slider .carousel-control-next:hover,
.btn-outline-primary:hover,
.books-media-listing-v3
  .single-book-media
  .book-detail
  .card-links
  .btn-light:hover,
.page-item.active .page-link,
.btn-outline-primary:not(:disabled):not(.disabled):active,
.btn-outline-primary:not(:disabled):not(.disabled).active,
.show > .btn-outline-primary.dropdown-toggle {
  background-color: #b20933;
  border-color: #b20933;
}
.btn-primary:hover,
.btn-primary:active,
.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:not(:disabled):not(.disabled).active,
.show > .btn-primary.dropdown-toggle {
  background-color: #c23256;
  border-color: #c23256;
}
.single-data-accordion .widget-sub-title::after,
.site-footer .menu li a:hover,
.site-footer .menu li:hover::before,
[type="checkbox"]:not(:checked) + label:after,
[type="checkbox"]:checked + label:after,
.site-footer .sub-footer ul li a:hover,
.site-footer .info i,
a,
a:active,
a:hover,
.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link:focus,
.sidebar .widget_categories ul li:hover a,
.sidebar .widget_archive ul li:hover a {
  color: #b20933;
}
[type="checkbox"]:checked:focus + label:before,
[type="checkbox"]:not(:checked):focus + label:before,
.hero-slider-v2 .carousel-indicators li.active,
.owl-carousel .owl-dots .owl-dot span,
.owl-carousel-event .owl-dots .owl-dot span,
.staffpick-carousel .owl-dots .owl-dot span {
  border-color: #b20933;
}
.btn-outline-primary,
.books-media-listing-v3 .single-book-media .book-detail .card-links .btn-light {
  color: #b20933;
  border-color: #b20933;
}
.select-list li:hover,
.books-media-listing-v3 .single-book-media .book-detail .rating-box .price-tag,
.meet-staff-box .staff-list .staff-member:hover .content-block,
.category-filter .filter-buttons .btn.active,
.category-filter .filter-buttons .btn:hover,
.newsletter .form-group input[type="submit"]:hover,
#myBtn,
.page-link:hover {
  background-color: #b20933;
}
.bg-primary {
  background-color: #b20933 !important;
}
.form-control,.select-styled{
  border-color:#cbcbcb
}
#header-v1 .navbar-default .navbar-nav .nav-item{
  padding:23px 10px
}
.hover-img a img{
  transition: ease .25s;
}
.hover-img a:hover img{
  transform:scale(1.05);
  box-shadow: 0 5px 5px rgb(0 0 0 / 30%);
  transition: ease .25s;
}
.testimonial-main-v3 .testimonial-social-main{
  padding: 40px 0 0px;
}
.community-slider p{
  margin-bottom: 10px;
}
.testimonial-icon img{
  width:40px;
  filter: grayscale(1);
}
.analiz-page img{
  width:300px
}
