.psweb-navbar-banner {text-align: center;}
.psweb-navbar-banner img {max-height: 89px;}
.navbar-brand img {max-height: 89px!important;}

.section-markdown h4 {padding: 0.3em;}
.psweb-section-markdown .psweb-left, .psweb-section-markdown .psweb-right {background-color: rgba(255,255,255,0.5);}
.psweb-left {text-align: left;}
.psweb-right {text-align: right;}

.carousel-indicators, .carousel-control-prev-icon, .carousel-control-next-icon {display: none!important;}
.carousel-caption h4 {background-image: linear-gradient(to right, rgba(254,227,137,0), rgba(254,227,137,0.7), rgba(254,227,137,0));}
.carousel-caption p {background-image: linear-gradient(to right, rgba(2,49,148,0.7), rgba(2,49,148,1), rgba(2,49,148,0.7));}

.psweb-slider {
 overflow: hidden;
/* width: 100vw;
 height: 100vh; */
 width: 100%;
 height: 100%;
 position: relative;
}

.psweb-slider .psweb-fg-slide {
 background-color: transparent;
 background-image: linear-gradient(to right, rgba(255,255,255,1), rgba(255,255,255,0));
 padding-top: 0.1em;
 padding-bottom: 0.1em;
}

.psweb-slider .psweb-fg-slide .psweb-bg  {
 background-image: linear-gradient(to right, rgba(255,255,255,1), rgba(255,255,255,0));
 color: black;
}
 
.psweb-slider .psweb-bg-slide {
 position: absolute;
 top: 0;
 left: 0;
 width: 100%;
 height: 100%;
 background-size: 100% auto;
 background-repeat: repeat-y;
/* background-color: #023194; */
 background-position: right center;
 animation: an-psweb-slider 21s infinite;
}

/* .psweb-slider .psweb-bg-slide-tab1:nth-child(2) {
   background-image:url('/files/tab1-img1-2.jpg');
   animation-delay: 0s;
}

.psweb-slider .psweb-bg-slide-tab1:nth-child(3) {
   background-image: url('/files/tab1-img2-2.jpg');
   animation-delay: -7s;
}

.psweb-slider .psweb-bg-slide-tab1:nth-child(4) {
   background-image: url('/files/tab1-img3-2.jpg');
   animation-delay: -14s;
}

.psweb-slider .psweb-bg-slide-tab2:nth-child(2) {
   background-image:url('/files/tab2-img1-2.jpg');
   animation-delay: 0s;
}

.psweb-slider .psweb-bg-slide-tab2:nth-child(3) {
   background-image: url('/files/tab2-img2-2.jpg');
   animation-delay: -7s;
}

.psweb-slider .psweb-bg-slide-tab2:nth-child(4) {
   background-image: url('/files/tab2-img3-2.jpg');
   animation-delay: -14s;
}

.psweb-slider .psweb-bg-slide-tab3:nth-child(2) {
   background-image:url('/files/tab3-img1-2.jpg');
   animation-delay: 0s;
}

.psweb-slider .psweb-bg-slide-tab3:nth-child(3) {
   background-image: url('/files/tab3-img2-2.jpg');
   animation-delay: -7s;
}

.psweb-slider .psweb-bg-slide-tab3:nth-child(4) {
   background-image: url('/files/tab3-img3-2.jpg');
   animation-delay: -14s;
}

.psweb-slider .psweb-bg-slide-tab4:nth-child(2) {
   background-image:url('/files/tab4-img2-2.jpg');
   animation-delay: 0s;
}

.psweb-slider .psweb-bg-slide-tab4:nth-child(3) {
   background-image: url('/files/tab4-img3-2.jpg');
   animation-delay: -7s;
}

.psweb-slider .psweb-bg-slide-tab4:nth-child(4) {
   background-image: url('/files/tab4-img5-2.jpg');
   animation-delay: -14s;
}

.psweb-slider .psweb-bg-slide-tab5:nth-child(2) {
   background-image:url('/files/tab5-img1-3.jpg');
   animation-delay: 0s;
}

.psweb-slider .psweb-bg-slide-tab5:nth-child(3) {
   background-image: url('/files/tab5-img2-3.jpg');
   animation-delay: -7s;
}

.psweb-slider .psweb-bg-slide-tab5:nth-child(4) {
   background-image: url('/files/tab5-img3-3.jpg');
   animation-delay: -14s;
}
*/

@keyframes an-psweb-slider {
  0%, 50%, 100% {
    opacity: 1;
    animation-timing-function: linear;
    z-index: -1;
  }
  34% {
    opacity: 0;
    animation-timing-function: linear;
    z-index: -1;
  }
  100% {
    opacity: 1;
    animation-timing-function: linear;
    z-index:-2;
  }
}
