
/* -----media min-1400---------------- */

@media screen and (min-width: 1400px) {}

/* -----media min-1000 max-1030---------------- */

@media all and (min-width: 1000px) and (max-width:1030px) {}

/* -----media min-1200 max-1244---------------- */

@media all and (min-width: 1200px) and (max-width:1244px) {
  .card-box {
    background: rgba(255, 255, 255, 0.98);
    border-radius: 10px;
    /* padding: 30px 25px; */
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
    transition: all 0.3s ease;
    text-align: left;
    min-height: 406px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}


}

/* -----media min-1112 max-1199---------------- */

@media all and (min-width: 1112px) and (max-width:1199px) {

  
}

/* -----media min-992 max-1199---------------- */

@media all and (min-width: 992px) and (max-width:1199px) {}

/* -----media min-768 max-991---------------- */

@media all and (min-width: 768px) and (max-width:991px) {}

/* -----media max-768---------------- */

@media(max-width:768px) {

.hero-section .content {
    z-index: 2;
    color: #ffffff;
    padding-left: 0px;
    text-align: center;
}

.logo-iosco {
    height: 55px;
    display: none;
}

.bottom_ftr {
  
    text-align: center;
}


.bottom_link a {
   
    margin-left: 6px;
  
}


.logo {
    height: 23px !important;
}

.logo-sebi {
    height: 20px !important;
}

.top-text {
    display: flex;
    align-items: center;
    padding: 6px 10px;
    justify-content: space-between;
}

.top-text p {
    margin-bottom: 0px;
    font-size: 10px;
}

.hero-section {
    background: url('../images/banner.jpg') center/cover no-repeat;
    height: 40vh;
    position: relative;
}

.navbar-toggler-icon i{
    color: #ffffff;
}

.logo-ioscon {
    height: 50px;
 
}
.header {
    background-color: #ffffff;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    padding: 10px 40px;
    overflow: hidden;
}
    .hero-section h1 {
    font-size: 2rem;
    font-weight: 700 !important;
}

     .objective .row {
        text-align: center;
      }

      .objective ul li {
        text-align: left;
        display: inline-block;
        max-width: 90%;
      }

      .objective img {
        margin-top: 0px;
      }

      .india-participation {

    padding: 0px 20px;
}

.contant-box {
    padding: 10px 8px;
    text-align: center;
}

  .video iframe {
    height: 360px;
    width: 90%;
  }

    .divider {
    height: 120px;
    opacity: 0.3;
  }

  .video iframe {
    width: 95%;
    height: 250px;
  }

.card-box h5 {
    font-weight: 700;
    font-size: 1rem;
    margin-bottom: 5px;
    color: #000;
}

.video-section {
    
    padding: 12px 0;
}

 .india-participation .subtext{
    font-size: 14px;
 }

     .key-themes-card {
    height: 380px;
  }
  .key-themes-content {
    padding: 15px;
  }
  .key-themes-content h5 {
    font-size: 1rem;
  }

    .key-themes-card {
    height: 340px;
  }

      .highlight-gallery img {
    height:auto;
  }

 h2 {
    font-size: 1.5rem !important;
}

.counter {
    font-size: 2rem;

}

p{
    font-size: 14px;
}

.objective ul li {
    
    font-size: 14px;
}

  .register-btn {
    padding: 10px 24px;
  }

  .logo-img {
    height: 40px;
  }

  .key-themes-subtext {
    color: #000000;
    max-width: 900px;
    line-height: 1.7;
    font-size: 14px;
    padding: 13px;
}

.card-box {
  
    min-height: 400px;

}

.info-text {
    max-width: 850px !important;
    margin: 10px auto 0;
    line-height: 1.8;
}

.counter-box {
  
    padding: 19px 20px;
  
}


.counter-box {
 
    background: #fff;
}
}

/* -----media min-576 max-767---------------- */

@media only screen and (min-width: 576px) and (max-width:767px) {}

/* -----media max-430---------------- */

@media(max-width:430px) {}

/* -----media min-400 max-575---------------- */

@media only screen and (min-width: 400px) and (max-width:575px) {}

/* -----media min-320 max-399---------------- */

@media only screen and (min-width: 320px) and (max-width:399px) {}

/* -----media max-320---------------- */

@media(max-width: 320px) {}


/* -----media min-400 max-767---------------- */

@media only screen and (min-width: 400px) and (max-width:767) {}
