@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,200;0,300;0,400;0,600;0,700;1,300&display=swap');
/*  Extra-light 200
    Light 300
    Light 300 italic
    Regular 400
    Semi-bold 600 700  */
:root {
        --red: #dc143c;
        --yellow: #e6b705; 
      }
.overflow-test{
    overflow-y: scroll;
    max-height: 500px;
}
.accordion-body{
    overflow-y: scroll;
    max-height: 400px;

}
.bg-yellow{
    background-color: #e6b705;
}
.bg-theme{
    background-color: #dc143c;
}
.text-red{
    color: var(--red)!important;
}


body{
    font-family: 'Poppins';
    font-weight: 200 300 400 600;
    /* background-color: #dc143c; */
}
nav{
    background-color: #ffda30;
}
nav img{
    /* text-shadow: 10px 10px black; */
    height: 100px;
    width: auto;
}
nav li a{
    font-size: 17px;
    font-weight: 700;
}
.dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 6px; // remove the gap so it doesn't close
 }
.dropdown-item:hover {
    color: #fff;
    background-color: #dc143c;
}
.dropdown-item.active, .dropdown-item:active {
    color: #fff;
    background-color: #dc143c;
}
.carousel-item{
    height: 470px;
}
.carousel-image-1{
    background: #172554;
    background-size: cover;
    background-position: center;
}
.carousel-image-2{
    background: url('../img/dept1.jpg');
    background-size: cover;
    background-position: center;
}
.carousel-image-3{
    background: url('../img/admin1.jpg');
    background-size: cover;
    background-position: center;
}
.carousel-image-4{
    background: url('../img/charminar.jpg');
    background-size: cover;
    background-position: center;
}
.carousel-image-5{
    background: url('../img/hitechcity.jpg');
    background-size: cover;
    background-position: center;
}
.carousel-image-6{
    background: url('../img/husainsagar.jpg');
    background-size: cover;
    background-position: center;
}

.card.my-3.border-r.shadow {
    padding: 10px 20px;
}
/*#myCarousel .display-4, #myCarousel .display-3{
    background-color: rgb(230, 183, 5, 0.5);
    border-radius: 15px;
}*/
.casHead2{
    font-size: 45px;
    font-weight: 900;
    color: #ffffff;
    text-shadow: 1px 1px 5px #000000;
    margin: 30px 0 0 0;
}
.organ{
    text-shadow: 1px 1px 5px #000000;
}

.form-background {
    background-color: #0d1d31;
    border-radius: 10px;
    padding: 10px;
}
.form-header {
    background-color: #dc143c;
    border-radius: 5px;
    margin-bottom: 20px;
    padding: 30px 20px 10px 20px;

}
.section-title .icon-inner {
    display: table-cell;
    width: 70px;
}
.section-title .title-inner {
    display: table-cell;
    font-size: 1.4rem;
    font-weight: 600;
    padding-bottom: 1px;
    vertical-align: middle;
}
.form-header .section-title {
    margin-bottom: 20px;
}
.bar{
    background-color: #2c2b5e;
    height: 10px;
}
#about span{
    color: #dc143c;
}
#about{
    border-top: 10px solid #2c2b5e;
    border-bottom: 10px solid #2c2b5e;
}
#about2 h3 p{
    text-align: justify !important;
}
#about hr{
    border-top: 2px dotted white;
}
#committee hr{
    border-top: 1px solid #d2d2dc;
}
#committee .card-header{
    text-align: center;
}
#contact hr{
    border-top: 1px solid #d2d2dc;
}
#committee ol li{
    line-height: 2rem;
    list-style-type: disc;
}
#committee .card-title {
    font-weight: 600;
}
.square{
    display: flex;
    flex-direction: column;
    justify-content: center;
    background-color: white;
    width: 200px;
    border-radius: 10px;
    margin: 5px;
    box-shadow:0px 0px 4px 0px grey;
}
.blue{
    background-color:#dc143c;
    color: white;
    margin: 5px;
    padding: 5px 10px;
    border-radius: 10px;
}
.wall{
    display: flex;
    align-items: center;
    margin-right: 10px;
    font-size: 50px;
    font-weight: 200;
}


/* Registration */
#registration .fas, #dates .fas{
    color: white;
    background: green;
    padding: 6px;
    border-radius: 50%;
}
#registration .register, #dates .register, #speakers .register{
    border-left: 6px solid #dc143c;
    background: #ffda30;
    display: inline-block;
    border-radius: 0px 10px 10px 0px;
}
#registration .register a{
    background-color: #dc143c;
    border: none;
}
.btn-primary {
    background-color: #bb0025;
    border: none;
}
#registration .register a:hover{
    background-color: #bb0025;
}
#registration li{
    margin-top: 10px;
    padding-bottom: 2px;
}
#speakers .register{
    border-left: 6px solid  #f8f9fa;
    background: #ffda30;
    display: inline-block;
    border-radius: 0px 10px 10px 0px;
}
/* Style tab links */
.bg-test{
    background-color: #ffda30;
    border-radius: 20px;
    border-bottom: 5px solid #dc143c;
    box-shadow: 0px 0px 2px 0px #55555552;
}


.border-r{
    border-radius: 20px;
}

.row.mb-2.bg-white.border-r.shadow {
    padding: 20px;
}
.bg-standard:hover{
    background-color: #dc143c;
    color: white;
    border-radius: 20px;
    transition: 500ms;
    cursor: pointer;
}

blockquote{
    display:block;
    background: #fff;
    padding: 15px 30px 25px 45px;
    margin: 0 0 20px;
    position: relative;
    
    /*Font*/
    font-family: Georgia, serif;
    font-size: 16px;
    line-height: 1.2;
    color: #666;
    text-align: justify;
    
    /*Borders - (Optional)*/
    border-left: 15px solid var(--red);
    border-right: 2px solid var(--red);
    
    /*Box Shadow - (Optional)*/
    -moz-box-shadow: 2px 2px 15px #ccc;
    -webkit-box-shadow: 2px 2px 15px #ccc;
    box-shadow: 2px 2px 15px #ccc;
  }
  
  blockquote::before{
    content: "\201C"; /*Unicode for Left Double Quote*/
    
    /*Font*/
    font-family: Georgia, serif;
    font-size: 60px;
    font-weight: bold;
    color: #999;
    
    /*Positioning*/
    position: absolute;
    left: 10px;
    top:5px;
  }
  
  blockquote::after{
    /*Reset to make sure*/
    content: "";
  }
  
  blockquote a{
    text-decoration: none;
    background: #eee;
    cursor: pointer;
    padding: 0 3px;
    color: var(--red);
  }
  
  blockquote a:hover{
   color: #666;
  }
  
  blockquote em{
    font-style: italic;
  }

#contact{
    min-height: 100vh;
}
#contact .container{
    height: calc(100vh - 100px);
}
#callpapers ol li{
    list-style: disc!important;
    cursor: pointer;
    border-bottom: 1px solid #efefef;
    margin-left: 10px;
    padding: 10px 0;
}
.accordion-button{
    font-weight: 600;
    color: black;
}
#program{
    min-height: 90vh;
}
#accepted {
    min-height: 90vh;
}

.logo-img img {
    margin-top: 10px;
}

@media only screen and (min-width: 321px) and (max-width: 768px){
    .com {
      flex-direction: column!important;
    }
    .com-sub{
      /* display: block; */
      width: 100%!important;
    }
    .mrespo-top{
        margin-top: 40px;
    }
    .carousel-caption p{
    font-size: 22px !important;
        }
        .carousel-caption h3{
    font-size: 17px !important;
        }

        .carousel-caption sup{
    font-size: 15px !important;
        }

        .carousel-caption h6{
    font-size: 20px !important;
        }
    
     .abc{
    padding: 5px !important; 
    margin: 5px !important;
        }
                

  }
