@charset "utf-8";

/* -- Slider */
.section-slider-category{
  position: relative;
}
#slider-category {
  display: flex;
  margin-top: 0%;
  margin-bottom: 0%;
  background-color: #200090;
  border-top: 5px solid #ffffff;
  border-bottom: 5px solid #ffffff;
}
#slider-category:hover .slider-tl-category {
  width: 23.3333%;
}
#menu{
  background-color: #16233b;
}
.slider-tl-category-1{ width: 100%; }
.slider-tl-category-2{ width: 50%; }
.slider-tl-category-3{ width: 33.33%; }
.slider-tl-category-4{ width: 25%; }
.slider-tl-category-5{ width: 20%; }

.slider-tl-category {
  transform: translate3d(0, 0, 0);
  position: relative;
  height: 70vh;
  min-height: 300px;
  color: #fff;
  overflow: hidden;
  transition: width 0.8s ease;
}
.slider-tl-category:before, .slider-tl-category:after {
  transform: translate3d(0, 0, 0);
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.slider-tl-category:after {
  background: rgba(26 ,32 ,29 ,0.49);
  opacity: 1;
  transition: opacity 0.5s ease;
}
.slider-tl-category:before {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, black 150%);
  z-index: 1;
  opacity: 0;
  transform: translate3d(0, 0, 0) translateY(50%);
  transition: opacity 0.5s ease, transform 0.5s ease;
}
.slider-tl-category:hover {
  width: 100% !important;
}
.slider-tl-category:hover:after {
  opacity: 0;
}
.slider-tl-category:hover:before {
  opacity: 1;
  transform: translate3d(0, 0, 0) translateY(0);
  transition: opacity 1s ease, transform 1s ease 0.25s;
}
.slider-tl-category:hover .slider-tl-content-category {
  opacity: 1;
  transform: translateY(0);
  transition: all 0.75s ease 0.5s;
}
.slider-tl-category:hover .slider-tl-bg-category {
  filter: grayscale(0);
}

.slider-tl-content-category {
  transform: translate3d(0, 0, 0) translateY(25px);
  position: relative;
  z-index: 1;
  text-align: center;
  margin: 0 1.618em;
  top: 55%;
  opacity: 0;
}
.slider-tl-category a {color:#fff;}
.slider-tl-content-category h1 {

  text-transform: uppercase;
  color: #1779cf;
  font-size: 1.44rem;
  font-weight: normal;
}

.slider-tl-year-category {
  position: absolute;
  top: 45%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  z-index: 1;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
}
.slider-tl-year-category p {

  font-size: 1.5rem;
  line-height: 1.58rem;
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.slider-tl-bg-category {
  transform: translate3d(0, 0, 0);
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-size: cover;
  background-position: center center;
  transition: filter 0.5s ease;
  filter: grayscale(100%);
}

.category-left{
  left: 20px;
}
.category-right{
  right: 20px;
}
.category-btn{
  position: absolute;
  top:35vh;
  color: #ffb676;
  margin: 0 20px 0 20px;
  font-size: xxx-large;
  background: transparent;
  border: transparent;
  height: 60px;
}

.bg-video-05{
  background-color: rgba(22,34,57,0.5) !important;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
/* width */
::-webkit-scrollbar {
  width: 5px;
}

/* Track */
::-webkit-scrollbar-track {
  /*box-shadow: inset 0 0 5px grey;*/
  background: rgba(6, 0, 112,1);
  border-radius: 10px;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #ff8000;
  border-radius: 10px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #ffbf00;
}

#notifications_menu_section{
  min-width: 300px !important;
}

.News-letters {
    background-image: url(../img/choosing-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #172238;
    padding: 120px 0px;
}

section.News-letters .continer .counter div {
  display: inline-block;
}
section.News-letters .continer h4 {
    margin-top: 100px;
    font-size: 30px;
    color: #fff;
    font-weight: 800;
    letter-spacing: 0.5px;
    line-height: 40px;
    margin-bottom: 50px;
}
section.News-letters .continer h4 em {
    font-style: normal;
    color: #f5a425;
}

@media screen and (max-width: 767px) {

  section.News-letters .continer h4 {
    text-align: center;
  }

}

section.News-letters .continer .counter .days,
section.News-letters .continer .counter .hours,
section.News-letters .continer .counter .minutes,
section.News-letters .continer .counter .seconds {
  width: 22%;
  height: 140px;
  float: left;
  text-align: center;
  font-size: 48px;
  font-weight: 800;
  letter-spacing: 1px;
  color: #fff;
  background-color: rgba(250,250,250,0.1);
}
@media screen and (max-width: 992px) {

  section.News-letters .continer .counter .days,
  section.News-letters .continer .counter .hours,
  section.News-letters .continer .counter .minutes,
  section.News-letters .continer .counter .seconds {
    font-size: 26px;
  }

  section.News-letters .continer .counter .days .value,
  section.News-letters .continer .counter .hours .value,
  section.News-letters .continer .counter .minutes .value,
  section.News-letters .continer .counter .seconds .value {
      margin-top: 40px!important;
  }

  section.News-letters .continer .counter span {
      font-size: 14px!important;
  }

}
section.News-letters .continer .counter .days,
section.News-letters .continer .counter .hours,
section.News-letters .continer .counter .minutes {
    margin-right: 4%;
}
section.News-letters .continer .counter .days .value,
section.News-letters .continer .counter .hours .value,
section.News-letters .continer .counter .minutes .value,
section.News-letters .continer .counter .seconds .value {
    margin-top: 15px;
    display: block;
    width: 100%;
}

section.News-letters .continer .counter span {
    font-size: 18px;
    text-transform: uppercase;
    color: #f5a425;
    font-weight: 500;
    letter-spacing: 1px;
    margin-top: 0px;
    display: block;
}

section.News-letters .right-content {
    margin-left: 30px;
}

@media screen and (max-width: 767px) {

  section.News-letters .right-content {
      margin-top: 60px;
      margin-left: 0px;
  }

}

section.News-letters .top-content {
    margin-bottom: -8px;
}

section.News-letters .top-content h6 {
    font-size: 14px;
    color: #fff;
    background-color: rgba(250,250,250,0.2);
    padding: 40px;
    text-align: center;
    line-height: 24px;
}

section.News-letters .top-content h6 em {
    font-style: normal;
    font-weight: 600;
}

section.News-letters form {
    background-color: rgba(250,250,250,0.1);
    padding: 60px 40px;
    width: 100%;
    text-align: center;
}

section.News-letters form input {
    width: 100%;
    height: 40px;
    background-color: rgba(250,250,250,0.1);
    border-radius: 0px;
    border: none;
    outline: none;
    color: #fff;
    font-size: 13px;
    margin-bottom: 20px;
    letter-spacing: 0.5px;
}

section.News-letters form input:focus {
    outline: none;
    border: none;
    box-shadow: none;
    color: #fff;
    background-color: rgba(250,250,250,0.1);
}

section.News-letters form::placeholder { color: #fff }
section.News-letters form input::placeholder { color: #fff; }
section.News-letters form input::placeholder { color: #fff; }

section.News-letters form button {
    margin-top: 10px;
    background-color: #f5a425;
    color: #fff;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    font-weight: 700;
    padding: 12px 20px;
    display: inline-block;
    outline: none;
    box-shadow: none;
    border: none;
}
