.banner-box{
    height:550px;
    background:#1e7fd4;
}
.inner-banner{
    width:100%;
    height:550px;
    position:relative;
}
.figcaption .banner-caption {
    width: 100%;
    max-width: 100%;
}
.cta-btn.clearfix {
text-align: center !important;
}
.figcaption .banner-caption .cta-btn a {
    min-width: 200px;
}
.figcaption.banner-caption a {
    color: #224693;
    font-weight: 600;
    background: #fff;

}

.figcaption .banner-caption {
    position: absolute;
    bottom: 14%;
    z-index: 999;
    max-width: 70%;
    min-width: 50%;
    background: none !important;
    left: 0;
    padding: 15px;
    padding-left: 1%;
}
.another-div .slick-arrow.fa-angle-left {
    left: initial;
    right: 70px;
}
.another-div .slick-arrow.fa-angle-right {
    right: 20px;
}
 .nextArrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    color: #fff;
    font-size: 40px;
    z-index: 99;
    background-color: #1e4397;
    padding: 0px 13px;
    opacity: .8;
    bottom: 50px;
    width: 40px;
    height: 40px;
    top: initial;
}
@keyframes slidy {
  20% { margin-left:    0%; }
  25% { margin-left: -100%; }
  45% { margin-left: -100%; }
  50% { margin-left: -200%; }
  70% { margin-left: -200%; }
  75% { margin-left: -300%; }
  95% { margin-left: -300%; }
  100% { margin-left: -400%; }
}


* {
  box-sizing: border-box;
}

.figure {
  margin: 0;
  background: #101010;
  font-weight: 100;
  height:600px;
  position:relative;
  transition: all 4s ease-in-out; 
}
div#captioned-gallery {
  width: 100%;
  overflow: hidden;
  position:relative;
  transition:all 5s linear !important;
}
.slider {
  position: relative;
  width: 500%;
  font-size: 0;
   -webkit-animation: 35s slidy infinite;
  -moz-animation: 35s slidy infinite;
  -ms-animation: 35s slidy infinite;
  -o-animation: 35s slidy infinite;
  animation: 35s slidy infinite;
  transition: all 2s ease-in-out; 
}
.slider .figure {
  width: 20%;
  height: auto;
  display: inline-block;
  /*position: relative;*/
}
.slider img {
  width: 100%;
  height: auto;
}
.slider .figure .figcaption {
  position: absolute;
  bottom: 25%;
 /* background: rgba(0, 0, 0, 0.4);*/
  color: #fff;
  width: 100%;
  font-size: 2rem;
  padding: 0.6rem;
  text-align:center;

}
.figcaption  a {
    font-size: 15px;
    padding: 10px 29px;
    border-radius: 10px;
    letter-spacing:1px;
}
.figcaption p {
    font-size:45px;
    margin-bottom:100px;
    width: 50%;
    font-weight:800;
    letter-spacing:1px;
   /* background: rgba(0, 0, 0, 0.4);*/
}
.figcaption .minister-img-para{
    margin-bottom:130px !important;
    font-size: 50px;
    font-weight: 800;
}
.figcaption p .date{
    font-size:40px;
}
.slider-button{
      min-width: 200px;
    color: #224693;
    font-weight: 600;
    background: #fff;
     transition: box-shadow .9s linear 0s, border-color .5s linear 1s;
}
.slider-button:hover {
    box-shadow: inset 1000px 0 0 #008bbf;
    border-color: #008bbf;
    color:#fff;
}
.overlay{
    position:absolute;
    width:100%;
    height:100%;
    background:#000000a6;
}

.next-back{
   position: absolute;
    width: 100%;
    bottom: 42%;
    display: flex;
    justify-content:space-between;
}
.text-date{
    position: absolute;
    left:10%;
     width: 80%;
     bottom: 10%;
     display: flex;
     justify-content:space-between;
     flex-direction: column;
 }
.back-img:hover {
   background-color: #cbcbcb;
   color: #000;
}
.next-img:hover {
   background-color: #cbcbcb;
   color: #000;
}
.back-img, .next-img {
    /*border-radius: 50% !important;*/
    border: none;
    outline: none;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #ddd;
    font-size: 35px !important;
    color: #000;
    width: 50px !important;
    height: 54px !important;
    position: relative;
    box-sizing: border-box;
    display:none;
    transition:all 5s linear !important;
    
}
div#captioned-gallery:hover .back-img{
    transition:background, 5.3s !important;
    display:block;
    background-image: linear-gradient(to right, rgba(2 4 104 / 60%), rgba(2 104 28 / 60%));
    transition:all 5s linear !important;
}
div#captioned-gallery:hover .next-img{
    transition:background, 5.3s !important;
    background-image: linear-gradient(to right, rgba(2 4 104 / 60%), rgba(2 104 28 / 60%));
    display:block;
    transition:all 5s linear !important;
    z-index:10;
    }
    .back-img i{
        color:#fff;
    }
    .next-img i{
        color:#fff;
    }
    .partners-slider ul li a{
        pointer-events: none;
    }
    .testi img{
        width:172px !important;
        height:180px !important;
        
    }
    #logo-scrollar .margin, #logo-scrollar .strprtnr {
        margin-top: 10px !important;
    }

    .testiitem .testi-msg .msg{
        font-size:16px;
        font-weight:0px !important;
        margin-top:10px !important;
        color:#000c !important;
      
    }
   
     .testiitem .testi-msg .icoma:before{
         content: "❝";
        font-family: serif;
        position: absolute;
        right: 100%;
        font-size: 94px;
        line-height: 0px;
        left:2px;
        top: 40px;
        bottom:5px;
        color: #0084b5;
                         
     }
    .testiitem .testi-msg .icoma2:after{
         content:"❞" ;
        font-family: serif;
        position: absolute;
        right: 100%;
        font-size: 94px;
        line-height: 0px;
        right:2px;
        /*top: 40px;*/
        bottom:50px;
        color: #0084b5;
     }
     .side-margin{
         margin:0px 10px;
     }
     .mar{
         margin-top:22px !important;
     }
     .past-sponsors-head{
         text-align:center;
         color:#0084b5;
         font-weight: 600;
        font-size: 30px;
        letter-spacing: 2px;
        color: #008BBF;
        
        text-transform: uppercase;
     }

@media only screen and (max-width: 1200px){
    .figcaption p {
        font-size: 30px;
        margin-bottom: 24px;
        font-weight: 800;
        letter-spacing: 1px;
        /* background: rgba(0, 0, 0, 0.4); */
    }
    .slider-button {
        min-width: 156px;
        color: #224693;
        font-weight: 600;
        background: #fff;
    }
    .figcaption a {
        font-size: 12px;
        padding: 10px 10px;
        border-radius: 10px;
        letter-spacing: 1px;
    }
    .figcaption p .date{
        font-size:18px;
    }
    .next-back{
        width: 100%;
        justify-content: space-between;
        left: 0;
    }
    .back-img{
        font-size: 30px !important;
        
    }
    .next-img{
        font-size: 30px !important;
       
    }
}
@media only screen and (max-width: 768px){
     .figcaption p {
        font-size: 30px;
     }
     .figcaption a {
        font-size: 12px;
     }
     .back-img, .next-img {
        font-size: 30px !important;
        width: 40px !important;
        height: 40px !important;
       
    }
    .slider img {
      width: 100%;
      height: 200px;
    }
    
    .slider .figure .figcaption {
        bottom: 5%;
        font-size:20px;
        padding: 0.6rem;
        text-align:center;

    }
    .figcaption  a {
        font-size: 11px;
        padding: 10px 15px;
        border-radius: 10px;
        letter-spacing:0px;
    }
    .figcaption p {
        font-size:20px;
        margin-bottom:40px;
        font-weight:800;
        letter-spacing:1px;
       /* background: rgba(0, 0, 0, 0.4);*/
    }
    .figcaption .minister-img-para{
        margin-bottom:50px !important;
        font-size: 16px;
    }
    .figcaption p .date{
        font-size:20px;
    }
    .slider-button{
         min-width: 170px;
        color: #224693;
        font-weight: 600;
        background: #fff;
         transition: box-shadow .9s linear 0s, border-color .5s linear 1s;
    }
    
}