/* Add here all your css styles (customizations) */

.dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0; // remove the gap so it doesn't close
 }

/*@media all and (min-width:1000px)*/
.navbar .dropdown-menu .active > a, .navbar .dropdown-menu li > a:hover {
    color: #fff;
    filter: none !important;
    background: #687074 !important;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}

/*@media all and (min-width:767px)*/
.navbar .dropdown-menu {
    border-top: solid 2px #3498db;
}

side-div {
    margin:auto;
}
.logo-img {
    width:150px;
    top:-100px;
   
}
.vasisth-brand {
    padding-top:0;
    padding-left:5px;   
}

body {
    font-family: 'Open Sans', sans-serif;
}


.history-div {
    padding-top:30px;
}

.history-year {
    padding-left: 25px; 
    padding-right:25px;
}

.history-div img {
    display: block;
    margin: auto;
}
.history-first-bullet {
    padding-left:20px;
}

.history-next-bullet {
    padding-left:65px;
}

.track-record-img {
    padding:25px;
    width:200px;
}

.complete{
    display:none;
}

.more{
    color:navy;
    font-size:13px;
    padding:3px;
    cursor:pointer;
}

.team-panel {
    background: #fff;
    width:90%;
    margin: 0 auto;
    padding-top:10px;
    padding-bottom:10px;
    border-bottom: solid 3px #f7f7f7;
}

.team-person-name {
    font-size:16px;
}
.team-person-title {
    font-size:12px;
}
.team-photo {
    width:100px;
    height:100px;
}

