/*-- iPhone X Remove Gutters --*/
html,body {
  width: 100%;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  color: #505962;
  font-family: 'Poppins',sans-serif;
}

body {
  -webkit-animation-delay: 0.1s;
  -webkit-animation-name: fontfix;
  -webkit-animation-duration: 0.1s;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-timing-function: linear;
}

/*--- Extra Bootstrap Column Padding --*/
[class*="col-"] {
  padding: 1rem;
}

.container-fluid {
  width: 100%;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}
/*--- Nav Scrolling Offset --*/
.offset:before {
  content: "";
  height: 4rem;
  display: block;
  margin-top: -4rem;
}

@-webkit-keyframes fontfix {
  from {
    opacity: 1;
  }
  to {
    opacity: 1;
  }
}

/*--- Extra Bootstrap Column Padding --*/
[class*="col-"] {
  padding: 1rem;
}


#home {
  background: url('../img/banners/leadership.jpg');
  background-size: cover;
  -webkit-background-size: cover;
  width: 100%;
  height: 75vh;
  position: relative;
  overflow: hidden;
}

.landing {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 75vh;
  /*background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0,0,0,0.9));*/

}


#home h1 {
  text-align: center;
  /*padding: 50% 0 2% 0;*/
  color: #FFFFFF;
  font-weight: bolder;
  font-family: 'Bebas Neue', cursive;
  line-height: 1.5rem;
  letter-spacing: 0.4rem;
  font-size: 4.25rem;
  position: relative;
  z-index: 1;
  display: flex;
  vertical-align: center;
  justify-content: center;
  align-content: center;
  top: 45%;
  text-shadow: 2px 2px #000000;
}

#home h3 {
  margin-top: 2%;
  text-align: center;
  color: #FFD700;
  font-weight: bold;
  padding-top: 2rem;

}



/*-- Remove Button Outline --*/
button:focus, a:focus, a.btn:focus {
  outline: 0;
  -webkit-appearance: none;
  box-shadow: none;
  transition: all .8s ease;
}

button, a, a.btn,
.svg-inline--fa {
  transition: all .8s ease;
}

h1 {
  text-align: center;
  font-family: 'Bebas Neue', cursive;
  line-height: 1.5rem;
  letter-spacing: 0.35rem;
  font-size: 3rem;
}

.lship-heading {
  padding: 10% 5% 7% 5%;
}

.card-horizontal {
    display: flex;
    flex: 1 1 auto;
}

.profile-picture img{
  width: 300px;
  height: 300px;
  /*background: url("../img/team/Moby.png");*/
  background-repeat: no-repeat;
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
  justify-items: center;
  margin: 0 auto 10%;
  background-size: cover;
  border-radius: 50%;
}
.profile-picture.moby{
  width: 300px;
  height: 300px;
  background: url("../img/team/Moby.jpg");
  background-repeat: no-repeat;
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
  justify-items: center;
  margin: 0 auto 10%;
  background-size: cover;
  border-radius: 50%;
}
.profile-picture.moby:hover{
  width: 300px;
  height: 300px;
  background: url("../img/team/Moby_car.jpg");
  background-repeat: no-repeat;
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
  justify-items: center;
  margin: 0 auto 10%;
  background-size: cover;
  border-radius: 50%;
  transition-duration:.6s;
}
.profile-picture.sunitha{
  width: 300px;
  height: 300px;
  background: url("../img/team/Sunita.jpg");
  background-repeat: no-repeat;
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
  justify-items: center;
  margin: 0 auto 10%;
  background-size: cover;
  border-radius: 50%;
}
.profile-picture.sunitha:hover{
  width: 300px;
  height: 300px;
  background: url("../img/team/sunitha_car.png");
  background-repeat: no-repeat;
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
  justify-items: center;
  margin: 0 auto 10%;
  background-size: cover;
  border-radius: 50%;
  transition-duration:.6s;
}

.lship-designation {
  text-align: center;
  font-weight: bolder;
  color: #121945;
  font-family: 'Poppins', sans-serif;
}
.lship-description {
  text-align: justify;
}


nav > .nav.nav-tabs{

  border: none;
  color:#fff;
  background:#272e38;
  border-radius:0;

}
nav > div a.nav-item.nav-link,
nav > div a.nav-item.nav-link.active
{
  border: none;
  padding: 18px 25px;
  color:#fff;
  background:#272e38;
  border-radius:0;
}

nav > div a.nav-item.nav-link.active:after
{
  content: "";
  position: relative;
  bottom: -60px;
  left: -10%;
  border: 15px solid transparent;
  border-top-color: #e74c3c ;
}
.tab-content{
  background: #F4F6F7;
  line-height: 25px;
  border: 1px solid #ddd;
  border-top:5px solid #e74c3c;
  border-bottom:5px solid #e74c3c;
  padding:30px 25px;
}

nav > div a.nav-item.nav-link:hover,
nav > div a.nav-item.nav-link:focus
{
  border: none;
  background: #e74c3c;
  color:#fff;
  border-radius:0;
  transition:background 0.20s linear;
}

.team-picture.tejaswi{
    width: 300px;
  height: 300px;
  background: url("../img/team/Tejaswi_Pic.jpg");
  background-repeat: no-repeat;
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
  justify-items: center;
  margin: 10% auto 0;
  background-size: cover;
}

.team-picture.Abhijeet{
    width: 300px;
  height: 300px;
  background: url("../img/team/IMG_20210122_111323_Bokeh__01.jpg");
  background-repeat: no-repeat;
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
  justify-items: center;
  margin: 10% auto 0;
  background-size: cover;
}

.team-picture.binny{
    width: 300px;
  height: 300px;
  background: url("../img/team/IMG_20210205_095848.jpg");
  background-repeat: no-repeat;
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
  justify-items: center;
  margin: 10% auto 0;
  background-size: cover;
}




.team-picture.vishnu{
    width: 300px;
  height: 300px;
  background: url("../img/team/Vishnu.jpg");
  background-repeat: no-repeat;
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
  justify-items: center;
  margin: 10% auto 0;
  background-size: cover;
}

.team-picture.vishnu:hover{
    width: 300px;
  height: 300px;
  background: url("../img/team/vishnu_car.jpg");
  background-repeat: no-repeat;
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
  justify-items: center;
  margin: 10% auto 0;
  background-size: cover;
  transition-duration:.8s;
}
.team-picture.mohanesh{
    width: 300px;
  height: 300px;
  background: url("../img/team/Mohanesh-Babu.png");
  background-repeat: no-repeat;
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
  justify-items: center;
  margin: 10% auto 0;
  background-size: cover;
}

.team-picture.mohanesh:hover{
    width: 300px;
  height: 300px;
  background: url("../img/team/mohanesh_car.jpg");
  background-repeat: no-repeat;
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
  justify-items: center;
  margin: 10% auto 0;
  background-size: cover;
  transition-duration:.8s;
}

.team-picture.saumya{
    width: 300px;
  height: 300px;
  background: url("../img/team/Saumya-Agrawal.jpg");
  background-repeat: no-repeat;
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
  justify-items: center;
  margin: 10% auto 0;
  background-size: cover;
}

.team-picture.saumya:hover{
    width: 300px;
  height: 300px;
  background: url("../img/team/saumya_a_car.png");
  background-repeat: no-repeat;
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
  justify-items: center;
  margin: 10% auto 0;
  background-size: cover;
  transition-duration:.8s;
}

.team-picture.sujatha{
    width: 300px;
  height: 300px;
  background: url("../img/team/Sujatha_Picture.jpeg");
  background-repeat: no-repeat;
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
  justify-items: center;
  margin: 10% auto 0;
  background-size: cover;
}

.team-picture.sujatha:hover{
    width: 300px;
  height: 300px;
  background: url("../img/team/sujatha_car.jpg");
  background-repeat: no-repeat;
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
  justify-items: center;
  margin: 10% auto 0;
  background-size: cover;
  transition-duration:.8s;
}

.team-picture.vishaka{
    width: 300px;
  height: 300px;
  background: url("../img/team/Vishaka.jpg");
  background-repeat: no-repeat;
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
  justify-items: center;
  margin: 10% auto 0;
  background-size: cover;
}

.team-picture.vishaka:hover{
    width: 300px;
  height: 300px;
  background: url("../img/team/vishaka_car.jpg");
  background-repeat: no-repeat;
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
  justify-items: center;
  margin: 10% auto 0;
  background-size: cover;
  transition-duration:.8s;
}




.team-picture.nikitha{
    width: 300px;
  height: 300px;
  background: url("../img/team/Nikita01.jpg");
  background-repeat: no-repeat;
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
  justify-items: center;
  margin: 10% auto 0;
  background-size: cover;
}

.team-picture.nikitha:hover{
    width: 300px;
  height: 300px;
  background: url("../img/team/Nikita -.jpg");
  background-repeat: no-repeat;
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
  justify-items: center;
  margin: 10% auto 0;
  background-size: cover;
  transition-duration:.8s;
}

.team-picture.phani{
    width: 300px;
  height: 300px;
  background: url("../img/team/Phani2.jpg");
  background-repeat: no-repeat;
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
  justify-items: center;
  margin: 10% auto 0;
  background-size: cover;
}



.team-picture.phani:hover{
    width: 300px;
  height: 300px;
  background: url("../img/team/Phani2-car.jpg");
  background-repeat: no-repeat;
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
  justify-items: center;
  margin: 10% auto 0;
  background-size: cover;
  transition-duration:.8s;
}


.team-picture.aditya{
    width: 300px;
  height: 300px;
  background: url("../img/team/Aditya-Naik2.jpg");
  background-repeat: no-repeat;
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
  justify-items: center;
  margin: 10% auto 0;
  background-size: cover;
}

.team-picture.aditya:hover{
    width: 300px;
  height: 300px;
  background: url("../img/team/Aditya-Naik2-.jpg");
  background-repeat: no-repeat;
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
  justify-items: center;
  margin: 10% auto 0;
  background-size: cover;
  transition-duration:.8s;
}

.team-picture.neha{
    width: 300px;
  height: 300px;
  background: url("../img/team/Neha-.png");
  background-repeat: no-repeat;
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
  justify-items: center;
  margin: 10% auto 0;
  background-size: cover;
}

.team-picture.neha:hover{
    width: 300px;
  height: 300px;
  background: url("../img/team/Neha.jpg");
  background-repeat: no-repeat;
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
  justify-items: center;
  margin: 10% auto 0;
  background-size: cover;
  transition-duration:.8s;
}

.team-picture.bharath{
    width: 300px;
  height: 300px;
  background: url("../img/team/Bharath-Kumar2.jpg");
  background-repeat: no-repeat;
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
  justify-items: center;
  margin: 10% auto 0;
  background-size: cover;
}

.team-picture.bharath:hover{
    width: 300px;
  height: 300px;
  background: url("../img/team/Bharath-Kumar2-.jpg");
  background-repeat: no-repeat;
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
  justify-items: center;
  margin: 10% auto 0;
  background-size: cover;
  transition-duration:.8s;
}




.team-picture.sadhana{
    width: 300px;
  height: 300px;
  background: url("../img/team/Sadhana.jpeg");
  background-repeat: no-repeat;
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
  justify-items: center;
  margin: 10% auto 0;
  background-size: cover;
}

.team-picture.sadhana:hover{
    width: 300px;
  height: 300px;
  background: url("../img/team/sadhana_car.jpg");
  background-repeat: no-repeat;
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
  justify-items: center;
  margin: 10% auto 0;
  background-size: cover;
  transition-duration:.8s;
}
.team-picture.ajo{
    width: 300px;
  height: 300px;
  background: url("../img/team/Ajo-Sam.jpg");
  background-repeat: no-repeat;
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
  justify-items: center;
  margin: 10% auto 0;
  background-size: cover;
}

.team-picture.ajo:hover{
    width: 300px;
  height: 300px;
  background: url("../img/team/ajo_car.jpg");
  background-repeat: no-repeat;
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
  justify-items: center;
  margin: 10% auto 0;
  background-size: cover;
  transition-duration:.8s;
}

.card-update{
    padding-left:15%;
}

.linkedIn{
    padding-left:75%;
    padding-top:15%;
}

.team.tar{
    margin-left:auto;
    margin-right:auto;
}

.team-picture.tarun{
    width: 300px;
  height: 300px;
  background: url("../img/team/Tarun_pic.jpg");
  background-repeat: no-repeat;
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
  justify-items: center;
  margin: 10% auto 0;
  background-size: cover;
}

.team-picture.tarun:hover{
    width: 300px;
  height: 300px;
  background: url("../img/team/Tarun_pic.jpg");
  background-repeat: no-repeat;
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
  justify-items: center;
  margin: 10% auto 0;
  background-size: cover;
  transition-duration:.8s;
}


.team-picture.lakshmi_cloud{
    width: 300px;
  height: 300px;
  background: url("../img/team/Lakshmi.jpg");
  background-repeat: no-repeat;
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
  justify-items: center;
  margin: 10% auto 0;
  background-size: cover;
}

.team-picture.lakshmi_cloud:hover{
    width: 300px;
  height: 300px;
  background: url("../img/team/lak_car.jpg");
  background-repeat: no-repeat;
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
  justify-items: center;
  margin: 10% auto 0;
  background-size: cover;
  transition-duration:.8s;
}
.team-picture.raj{
    width: 300px;
  height: 300px;
  background: url("../img/team/Rajesh-V.jpg");
  background-repeat: no-repeat;
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
  justify-items: center;
  margin: 10% auto 0;
  background-size: cover;
}

.team-picture.raj:hover{
    width: 300px;
  height: 300px;
  background: url("../img/team/raj_car.png");
  background-repeat: no-repeat;
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
  justify-items: center;
  margin: 10% auto 0;
  background-size: cover;
  transition-duration:.8s;
}
.team-picture.binal{
    width: 300px;
  height: 300px;
  background: url("../img/team/Binal-K-Babu.jpg");
  background-repeat: no-repeat;
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
  justify-items: center;
  margin: 10% auto 0;
  background-size: cover;
 
}

.team-picture.binal:hover{
    width: 300px;
  height: 300px;
  background: url("../img/team/binal_car.jpg");
  background-repeat: no-repeat;
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
  justify-items: center;
  margin: 10% auto 0;
  background-size: cover;
  transition-duration:.8s;
}
.team-picture.bhushan{
    width: 300px;
  height: 300px;
  background: url("../img/team/Bhushan  1.jpg");
  background-repeat: no-repeat;
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
  justify-items: center;
  margin: 10% auto 0;
  background-size: cover;
}

.team-picture.bhushan:hover{
    width: 300px;
  height: 300px;
  background: url("../img/team/Bhushan 2.jpg");
  background-repeat: no-repeat;
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
  justify-items: center;
  margin: 10% auto 0;
  background-size: cover;
  transition-duration:.8s;
}
.team-picture.anaswara{
    width: 300px;
  height: 300px;
  background: url("../img/team/Anaswara 1.jpg");
  background-repeat: no-repeat;
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
  justify-items: center;
  margin: 10% auto 0;
  background-size: cover;
}

.team-picture.anaswara:hover{
    width: 300px;
  height: 300px;
  background: url("../img/team/Anaswara 2.jpg");
  background-repeat: no-repeat;
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
  justify-items: center;
  margin: 10% auto 0;
  background-size: cover;
  transition-duration:.8s;
}
.team-picture.veena{
    width: 300px;
  height: 300px;
  background: url("../img/team/veena 1.jpg");
  background-repeat: no-repeat;
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
  justify-items: center;
  margin: 10% auto 0;
  background-size: cover;
}

.team-picture.veena:hover{
    width: 300px;
  height: 300px;
  background: url("../img/team/veena 2.jpg");
  background-repeat: no-repeat;
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
  justify-items: center;
  margin: 10% auto 0;
  background-size: cover;
  transition-duration:.8s;
}


.team-picture.vishal_cloud{
    width: 300px;
  height: 300px;
  background: url("../img/team/Vishal.jpg");
  background-repeat: no-repeat;
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
  justify-items: center;
  margin: 10% auto 0;
  background-size: cover;
}

.team-picture.vishal_cloud:hover{
    width: 300px;
  height: 300px;
  background: url("../img/team/vishal_cloud.png");
  background-repeat: no-repeat;
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
  justify-items: center;
  margin: 10% auto 0;
  background-size: cover;
  transition-duration:.8s;
}
.team-picture.mohit{
    width: 300px;
  height: 300px;
  background: url("../img/team/Mohit-Pandey.jpg");
  background-repeat: no-repeat;
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
  justify-items: center;
  margin: 10% auto 0;
  background-size: cover;
  
}

.team-picture.mohit:hover{
    width: 300px;
  height: 300px;
  background: url("../img/team/mohit_car.jpg");
  background-repeat: no-repeat;
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
  justify-items: center;
  margin: 10% auto 0;
  background-size: cover;
  transition-duration:.8s;
}


.team-picture.mohan{
    width: 300px;
  height: 300px;
  background: url("../img/team/Mohan_PhotoCopy.png");
  background-repeat: no-repeat;
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
  justify-items: center;
  margin: 10% auto 0;
  background-size: cover;
  
}








.team-picture.nisheeda{
    width: 300px;
  height: 300px;
  background: url("../img/team/Nisheeda-Neehar.jpg");
  background-repeat: no-repeat;
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
  justify-items: center;
  margin: 10% auto 0;
  background-size: cover;
}

.team-picture.nisheeda:hover{
    width: 300px;
  height: 300px;
  background: url("../img/team/nisheeda_car.jpg");
  background-repeat: no-repeat;
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
  justify-items: center;
  margin: 10% auto 0;
  background-size: cover;
  transition-duration:.8s;
}
.team-picture.sai{
    width: 300px;
  height: 300px;
  background: url("../img/team/Sibi_Photo.jpg");
  background-repeat: no-repeat;
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
  justify-items: center;
  margin: 10% auto 0;
  background-size: cover;
}


.team-picture.rashmitha{
    width: 300px;
  height: 300px;
  background: url("../img/team/Rashmitha-M.jpg");
  background-repeat: no-repeat;
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
  justify-items: center;
  margin: 10% auto 0;
  background-size: cover;
}

.team-picture.rashmitha:hover{
    width: 300px;
  height: 300px;
  background: url("../img/team/rash_car.jpg");
  background-repeat: no-repeat;
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
  justify-items: center;
  margin: 10% auto 0;
  background-size: cover;
  transition-duration:.8s;
}
.team-picture.shreyenka{
    width: 300px;
  height: 300px;
  background: url("../img/team/Shreyanka_Desai.jpg");
  background-repeat: no-repeat;
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
  justify-items: center;
  margin: 10% auto 0;
  background-size: cover;
}

.team-picture.shreyenka:hover{
    width: 300px;
  height: 300px;
  background: url("../img/team/sre_car.jpg");
  background-repeat: no-repeat;
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
  justify-items: center;
  margin: 10% auto 0;
  background-size: cover;
  transition-duration:.8s;
}

.team-picture.kumar{
    width: 300px;
  height: 300px;
  background: url("../img/team/Custom Size – 1.png");
  background-repeat: no-repeat;
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
  justify-items: center;
  margin: 10% auto 0;
  background-size: cover;
}

.team-picture.kumar:hover{
    width: 300px;
  height: 300px;
  background: url("../img/team/Kumar.jpg");
  background-repeat: no-repeat;
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
  justify-items: center;
  margin: 10% auto 0;
  background-size: cover;
  transition-duration:.8s;
}



.team-picture.shruthi{
    width: 300px;
  height: 300px;
  background: url("../img/team/Shruthi-Shivashankar.jpg");
  background-repeat: no-repeat;
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
  justify-items: center;
  margin: 10% auto 0;
  background-size: cover;
}

.team-picture.shruthi:hover{
    width: 300px;
  height: 300px;
  background: url("../img/team/shruthi_car.jpg");
  background-repeat: no-repeat;
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
  justify-items: center;
  margin: 10% auto 0;
  background-size: cover;
  transition-duration:.8s;
}




.team-picture.kavitha{
    width: 300px;
  height: 300px;
  background: url("../img/team/Kavitha.jpg");
  background-repeat: no-repeat;
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
  justify-items: center;
  margin: 10% auto 0;
  background-size: cover;
}

.team-picture.kavitha:hover{
    width: 300px;
  height: 300px;
  background: url("../img/team/Kavitha-car.jpg");
  background-repeat: no-repeat;
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
  justify-items: center;
  margin: 10% auto 0;
  background-size: cover;
  transition-duration:.8s;
}

.team-picture.thiru{
    width: 300px;
  height: 300px;
  background: url("../img/team/458.jpg");
  background-repeat: no-repeat;
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
  justify-items: center;
  margin: 10% auto 0;
  background-size: cover;
}

.team-picture.thiru:hover{
    width: 300px;
  height: 300px;
  background: url("../img/team/458.jpg");
  background-repeat: no-repeat;
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
  justify-items: center;
  margin: 10% auto 0;
  background-size: cover;
  transition-duration:.8s;
}


.team-con {
  background-color: #F4F6F7;
}

.team-designation {
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5);
  text-align: center;
  margin: 33px 33px 0px 33px;
  padding: 3% 2% 1% 2%;
  background-color: #FFFFFF;
  /*visibility: hidden;*/
  position: relative;
  top: -45px;
  font-weight: bold;
}
h5.designation-title {
    font-size: 18px;
}
.mb-5, .my-5 {
    margin-bottom: 0px !important;
}
.employee-name h3 {
    font-size: 21px;
}
.mt-5, .my-5 {
    margin-top: 0px !important;
}

.custom-card {
  border: 2px;
  border-style: inset;
  /*border-color: #121945;*/
}

.navbar {
  background: linear-gradient(to right, #ebd2b3, #946B3F);
}

.navbar .nav-link {
  color: #FFFFFF!important;
}
img.team-img {
    width: 90%;
}
/*media query */

@media (max-width: 1440px) {
  .lead {
    font-size: 14px !important;
  }
}

@media screen and (max-width: 600px) 
{
  h1 {
    text-align: center;
    font-family: 'Bebas Neue', cursive;
    line-height: 2.5rem;
    letter-spacing: 0px !important;
    font-size: 2rem !important;
}
}

@media (max-width:576px) {
    #home {
  background: url('../banner/leadership1.jpg');
  background-repeat: no-repeat;
}
img.maps-icon {
    margin-left: 0px !important;
}
.team-picture {
    width: 100%;
    height: 100%;
}
.profile-picture img {
    width: 100%;
    height: 100%;
}
}