.ssimg-1{

  background: url(/Gallery/08.jpg);

}

.ssimg-2{

  background: url(/Gallery/14.jpg);

}

.ssimg-3{

  background: url(/Gallery/21.jpg);

}

.ssimg-4{

  background: url(../img/cover.jpg);

}



[class*='ssimg-']{

  background-position: 50% 20%;

  background-size: cover;

  background-repeat: no-repeat;

}

.slideshow-container img{

  display: none;

}

	/* Slideshow container */

.slideshow-container {

  position: relative;

  margin: auto;

  overflow: hidden;

  min-height: 300px;

  width: 100%;

  background: #000;

}



/* Hide the images by default */

.mySlides {

  /*display: none;*/
    height: 100%;
    display: flex;
    align-items: flex-end;
    min-height: 50vh;
}



/* Next & previous buttons */

.prev, .next {

  cursor: pointer;

  position: absolute;

  top: 47%;

  width: auto;

  margin-top: -22px;

  padding: 16px;

  color: white;

  font-weight: bold;

  font-size: 18px;

  transition: 0.6s ease;

  border-radius: 0 3px 3px 0;

  user-select: none;

}



/* Position the "next button" to the right */

.next {

  right: 0;

  border-radius: 3px 0 0 3px;

}



/* On hover, add a black background color with a little bit see-through */

.prev:hover, .next:hover {

  background-color: rgba(0,0,0,0.8);

}



/* Caption text */

.sstext {
    color: #f2f2f2;
    font-size: 15px;
    padding: 8px 12px;
    width: 80%;
    text-align: center;
    background: linear-gradient(0, #0000002b,#00000040, #00000040);
    height: max-content;
    position: relative;
    bottom: 2em;
    clip-path: polygon(0% 0%,100% 0%,90% 100%,0% 100%);
}
ul.slick-dots {
    display: flex;
    position: absolute;
    bottom: 0;
    width: 100%;
    justify-content: center;
    margin: 0;
    padding: 0;
}

ul.slick-dots li button {
    display: inline-block;
    border: 0;
    outline: 0;
    border-radius: 50%;
    background: #ffffffb0;
    font-size: 0;
    height: 13px;
    width: 13px;
    cursor: pointer;
    transition: height 0.1s,width 0.1s;
}

ul.slick-dots li {
    width: 2em;
    height: 2em;
    text-align: center;
}
ul.slick-dots li button[tabindex='0']{
    height: 18px;
    width: 18px;
    background: #ffffffd4;
}
/* Number text (1/3 etc) */

.numbertext {

  color: #f2f2f2;

  font-size: 12px;

  padding: 8px 12px;

  position: absolute;

  top: 0;

}



/* The dots/bullets/indicators */

/*.dot {

  cursor: pointer;

  height: 15px;

  width: 15px;

  margin: 0 2px;

  background-color: #bbb;

  border-radius: 50%;

  display: inline-block;

  transition: background-color 0.6s ease;

}*/



/*.active, .dot:hover {

  background-color: #717171;

}*/

.main-box {

    padding: 1vw;

    /* background: #ededed; */

    padding-top: 2em;

}

.act {

    padding: 0 3vw 0;

    margin-bottom: 4vw;

}

.act>div {

    height: 250px;

    /*border: 1px solid;*/

    /* margin-bottom: 10px; */

    overflow: hidden;

    position: relative;

background: #f8f8f8;

box-shadow: 3px 3px 13px -4px #000000a6;

}

.act .mb-img{



}

.act .mb-cap {

    position: absolute;

    bottom: 0px;

    height: 60px;

    width: 100%;

    font-size: medium;

    background: #b6153ed4;

    color: #fff;

    padding: 4px;

}

.mb-cap span{

  color: #52b3ff;

}

.recent-img{

  height: 350px !important;

  margin-top: 10px;

}





.news{

  padding: 0 3vw 0;

}

.s-more {

    color: #ff5268;

    text-decoration: underline;

    font-size: medium;

    font-style: italic;

}

.news>div{

  /*height: 300px;*/

  /*border: 1px solid;*/

  margin-bottom: 10px;

  padding: 1vw 0.8em 1.5vw;

background: #f8f8f8;

box-shadow: 3px 3px 13px -4px #000000a6;

}

.news>div>div {

    margin-bottom: 1vw;

}

.news h2{

  color: #ff5268;

}

.news h6 {

    margin: 0 0.4em 0.2em;

    font-size: 13px;

}

.n-date {

    font-size: small;

    padding: 0 1em;

    margin-bottom: 0.2em;

    color: #7f7f7f;

}

.n-text {

    font-size: 15px;

    padding: 0 0.5em;

}

.social-p {

    padding: 0.45em;

    border: 1px solid #00000021;

}