@media (min-width: 768px) {
    .navbar-expand-md .navbar-nav .nav-link {
          padding-right:8px;
        padding-left:8px;
    }
    .team .section4-imgbox img.custom-judge-image{
    height:340px;
    object-fit:cover;
    object-position:top;
}
    .team .section4-imgbox:hover .img-content{
     padding-top:100px;
}
.team .section4-imgbox.hovered .img-content{
     padding-top:100px;
}
a.btn-bio{
  position: absolute;
  top:20px;
  left:50%;
  transform:translatex(-50%);
cursor: pointer;
opacity:0;
transition-duration:.1s;
transition-delay:0s;
margin-top:0px;
}
.team .section4-imgbox:hover a.btn-bio{
  opacity:1;
  transition-delay:.1s;
  transition-duration:.1s;
}
.team .section4-imgbox.hovered a.btn-bio{
    opacity:1;
  transition-delay:.1s;
  transition-duration:.1s;
}
}
@media (min-width:992px) {
    .navbar-expand-md .navbar-nav .nav-link {
        padding-right:12px;
        padding-left:12px;
    }
}
@media (min-width:1200px) {
    .navbar-expand-md .navbar-nav .nav-link {
        padding-right:18px;
        padding-left:18px;
    }
}
@media(max-width:1100px){
.winners-image{
  width:220px;
}
}
@media (max-width:992px){
    #bootstrap-gallery .modal-body img{
  height: 70vh;
}
}
@media (max-width:768px) {
    body {
        padding-top:96.07px;
}
    h1{
font-size:40px;
line-height:50px;
}
.other-banner h1{
    font-size:40px;
line-height:50px;
margin-bottom:0px !important;
}
.other-banner {
    padding-top:75px;
    padding-bottom:75px;
}
h2 {
    font-size:34px;
    line-height:40px;
}
h3 {
    font-size:24px;
    line-height:30px;
}
h3.fs36 {
    font-size:28px;
    line-height:34px;
}
.first-image {
    height:auto;
}
  .navbar.custom-navbar .navbar-collapse::before{
    display: none;
  }
  .custom-navbar .navbar-brand img{
    width:60px;
  }
  a.btn-header{
    margin-left:0px !important;
    color:#ffffff !important;
    margin-top:8px;
  }
  a.btn-header:hover{
    color:#ffffff !important;
  }
  .category-item1:after{
    display: none;
  }
  .category-item3:after{
    display: none;
  }
  .category-item{
    border:1px solid #CC723F !important;
  }
  .category-item1{
    border-bottom:0px !important;
  }
  .category-item3{
    border-top:0px !important;
  }
  .categories-section{
    border:0px !important;
  }
  .line-before:before {
    width:50px;
  }
  .line-before {
    padding-left:60px;
  }
  #carousel1 {
    height:300px;
}
.video-banner .banner-image {
    height:350px;
}
  #carousel2 .carousel-control-next, #carousel2 .carousel-control-prev{
    top:20px;
  }
  #carousel2 .carousel-control-next {
    right: 20px;
}
  #carousel2 .carousel-control-prev {
    right:80px;
}
#carousel2 .carousel-inner{
    padding:10px;
    padding-top: 100px;
        padding-bottom: 100px;
}
#carousel2 .carousel-indicators{
    flex-direction: row;
        left: 5px;
        position: relative;
        gap: 0px;
        margin-top: -57px;
        right: 0px;
        width: calc(100% - 10px);
        font-size:14px;
}
#carousel2 .carousel-item img {
    width: calc(50% - 16px);
    margin:0px 8px;
}
#carousel2{
    height:auto;
}
h2.footer-title{
    margin-bottom:10px;
}
.footer .footer-item {
    border:0px;
    margin-bottom:30px;
}
.footer .footer-item:last-child{
    margin-bottom:0px;
}
    .winners-item{
  width:100%;
   padding:120px 12px 160px;
   margin:0 auto;
}
.winners-image{
  width:220px;
  height:296px;
}
.winners-image img.main-image{
  max-height:356px;
}
.contact-section form {
    padding: 20px 10px;
}
.home-section1{
    height: auto;
}
.join-us-section{
    padding-bottom:300px;
}
.join-us-section:before{
        width: 100%;
    height: 300px;
    bottom:0px;
    top:auto;

}
}