.bg-org-light {
    border-radius: 0px 40px;
    background:#fff8d9!important;
    border: 2px solid;
    box-shadow: 2px 4px 27px 3px rgb(144 144 144 / 47%);
 }

/* Slideshow container */
.slideshow-container {
  max-width: 1000px;
  position: relative;
  margin: auto;
  height: 217px;
  padding: 25px;
  width:100%;
  border-radius: 0px 40px;
}

.mt-20 {margin-top:15px;}

/* Caption text */
.text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* The dots/bullets/indicators */
.dot {
  height: 12px;
  width: 12px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active {
  background-color: #717171;
}

/* Fading animation */
.fade {
  animation-name: fade;
  animation-duration: 3.5s;
}

@keyframes fade {
  from {opacity: .8} 
  to {opacity: 1}
}

/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
  .text {font-size: 11px}
}

.mySlides {display: none;}





 

@media only screen and (max-width: 768px) {
  .hi-3 {height: 200px;}
  .p-5 {padding: 2rem!important;}
  .smallcases {width:100%;}
  .flt-non {float:none; margin:0 auto; display:table;}
  .hex-bg1 {background:none;}
  .pull-right {margin-bottom:0px;}
  .mob-hide {display:none !important;}
  .mob-show {display:block !important;}
  .hslide {height:auto !important;}
  .pad-lf-rig-60 {padding-left:20px; padding-right:20px;}
  .slideshow-container {height:auto !important;}
  .mainbannerend h1  {font-size: 42px;margin-top: 15px;}
  .font-35 {margin-right:15px;}
  img {margin:0 auto; display:table;}
}


