 /* Set default styles for the tabs */
 
 .but {
     background-color: #0038f0;
 }
 /* Style each tab button */
 /* Style the active tab button */
 
 h1 {
     color: #fff;
     margin: 40px 0 60px 0;
     font-weight: 300;
 }
 .team-front img {
         width: 200px;
         height: 300px;
     }
 .our-team-main {
     width: 100%;
     height: auto;
     border-bottom: 5px #323233 solid;
     background: #fff;
     text-align: center;
     border-radius: 10px;
     overflow: hidden;
     position: relative;
     transition: 0.5s;
     margin-bottom: 28px;
 }
 
 .our-team-main img {
     border-radius: 10px;
     margin-bottom: 20px;
     margin-right:10px;
      width: 200px !important;
     height: 200px !important; 
 }
 
 .our-team-main h3 {
     font-size: 20px;
     font-weight: 700;
 }
 
 .our-team-main p {
     margin-bottom: 0;
 }
 
 .team-back {
     width: 100%;
     height: auto;
     position: absolute;
     top: 0;
     left: 0;
     padding: 5px 15px 0 15px;
     text-align: left;
     background: #fff;
 }
 
 .team-front {
     border: 5px solid rgba(0, 212, 255, 1);
     width: 100%;
     height: auto;
     position: relative;
     z-index: 10;
     background: rgb(255, 255, 255);
     /* border-color: linear-gradient(90deg, rgba(2, 0, 36, 1) 0%, rgba(25, 25, 171, 1) 35%, rgba(0, 212, 255, 1) 100%); */
     padding: 15px;
     bottom: 0px;
     transition: all 0.5s ease;
 }
 .team {
    border: 5px solid rgba(0, 212, 255, 1);
    width: 100%;
    height: auto;
    position: relative;
    z-index: 10;
    background: rgb(255, 255, 255);
    /* border-color: linear-gradient(90deg, rgba(2, 0, 36, 1) 0%, rgba(25, 25, 171, 1) 35%, rgba(0, 212, 255, 1) 100%); */
    padding: 15px;
    bottom: 0px;
    transition: all 0.5s ease;
}

 
 .our-team-main:hover .team-front {
     bottom: -200px;
     transition: all 0.5s ease;
 }
 
 .our-team-main:hover {
     border-color: #0038f0;
     transition: 0.5s;
 }
 /*our-team-main*/
 /* SECTION VERTICAL TABS */
 
 #experienceTab.nav-pills .nav-link.active {
     color: var(--theme-yellow) !important;
     background-color: transparent;
     border-radius: 0px;
     border-left: 3px solid var(--theme-yellow);
 }
 
 #experienceTab.nav-pills .nav-link {
     border-radius: 0px;
     border-left: 2px solid var(--theme-gray);
 }
 
 .date-range {
     letter-spacing: 0.01em;
     color: var(--theme-gray);
 }
 /* STUB  LINKS */
 
 a {
     color: var(--theme-gray);
     transition: 0.3s eas-in-out;
 }
 
 a:hover {
     color: var(--theme-yellow);
 }
 
 b {
     color: #ffffff;
 }
 
 @media (max-width: 500px) {
     .team-front img {
         width: 100%;
         height: 100%;
     }
     .team-front h3{
        font-size:14px;
    }
    .team img {
        width: 100%;
        height: 100%;
    }
    .team h3{
       font-size:14px;
   }
 }
 @media (max-width: 800px) {
     .team-front img {
         width: 100%;
         height: 100%;
     }
     .team-front h3{
        font-size:14px;
    }
    .team img {
        width: 100%;
        height: 100%;
    }
    .team h3{
       font-size:14px;
   }
 }
 .pridiv {
    border: solid;
    background-color:#eaeff6;
    color: rgb(0, 0, 0);
    text-shadow: #323233;
    font-weight: bold;
    font-size: 20px;
}
.pridiv h1{
    color: rgb(34, 39, 105);
    font-weight: bolder;
}
li.nav-item {
    font-size: larger;
    color: #eaeff6;
}
a.nav{
    color: #eaeff6;
}
.sidebar{
    background: linear-gradient( #4842ff, #0e0e4b);
}
 
 
