

.logo-size{
            max-height: 100px;
}

.navbar-fixed-top.opaque .logo-size{
    max-height: 70px;
}

.navbar-fixed-top.opaque{
    padding:0px;
}

.bullets{
    list-style-type: disclosure-closed;
    padding-left: 15px;
}

.bullets li{
    margin-bottom: 10px;
    border-bottom: 1px dashed #666;
    list-style-type: inherit;
    padding-bottom: 10px;
}

.jvFDcV {
    width: 50px;
    height: 50px;
    order: 1;
    padding: 5px;
    box-sizing: border-box;
    border-radius: 50%;
    cursor: pointer;
    overflow: hidden;
    box-shadow: rgb(0 0 0 / 40%) 2px 2px 6px;
    transition: all 0.5s ease 0s;
    position: relative;
    z-index: 200;
    display: block;
    border: 0px;
    background: rgb(77, 194, 71) !important;
}

.accordion-btn:before {
    font-family: 'FontAwesome';
    content: "\f077";
    float: right;
    transition: all 0.5s;
    font-weight: 100;
    position: absolute;
    right: 0px;
}

.accordion-btn.collapsed:before {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    transform: rotate(180deg);
} 



.wrapper {
    width: 250px;
    overflow: hidden;
    position: absolute;
    left: 39%;
    top: 27%;
    height: 250px;
    border-radius: 50%;
}
.photobanner {
    position: absolute;
    top:30px;
    height: 200px;
    display: flex;
}

.photobanner img {
  margin: 0px 25px;
  max-height: 100%;
  max-width: 100%;
}

.photobanner {
  animation: bannermove 20s linear infinite alternate-reverse;
}

@keyframes bannermove {
  from {
    left: 0px;
  }
  to {
    left: -2100px;
  }
}

.btn{
    white-space: normal;
}


.accolades-slide{
    position: relative;

    padding-top: 400px;

    padding-bottom: 400px;

    background: url(../images/accolades.jpg) center center no-repeat;

    background-size: cover;
}

.affiliation-slide{
    position: relative;
    padding-top: 200px;
    padding-bottom: 0px;
    background: url(../images/Accredition.jpg) bottom center no-repeat;
    background-size: contain;
    margin-bottom: 0px;
    overflow: hidden;
    height: 360px;
}

.affiliation-slide1{
    padding-top:150px;
    background: #feac26;
}

.footer-top h5{
    color:#333;
}

.logo-section{
    padding:30px 0px;
    background-color: #999;
}



.skill-logos{
    max-height: 50px;
    margin-right: 10px;
}


.skill-col{
    border-left:1px solid #ccc;padding-left:20px;
}

.form-card{
    background-color:#fff;
    padding:20px 30px;
    margin-bottom: 20px;
    border-radius: 10px;
}


@media(max-width:480px){

   .logo-section h3{
    font-size: 16px;
} 

    .logo-size{
        max-height: 50px;
    }

    .popup-gallery{
        top:0px;
    }

    .video-icon{
        width:50px;
        height: 50px;
    }

    .video-icon i{
       font-size: 20px;
    line-height: 50px;
    margin-left: 6px;
    }

    .video-icon:before{
        width:50px;
        height:50px;
        margin-left: -25px;
    bottom: 19%;
    }

    .card-header h5 .btn-link{
        font-size:14px;
        text-align:left;
    }

    .bullets{
        margin-bottom: 0px;
        margin-top: 10px;
    }

    .bullets li{
        border-bottom: 0px;
        padding-bottom: 0px;
    }

    .skill-col{
        border-bottom: 1px dashed #666;
        border-left:0px;

    }

    .skill-logos{
        margin-bottom: 10px;
    }

    .wrapper {
    left: 20%;
    top: 27%;
    }

    .affiliation-slide1{
    padding-top:150px;
}

.accolades-slide{
    padding-top: 250px;
    padding-bottom: 250px;

}


}
.black {
    color :#000;
}
.black span {
    color:red;
}