@import 'https://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/css/bootstrap.min.css';
@import 'https://maxcdn.bootstrapcdn.com/font-awesome/4.4.0/css/font-awesome.min.css';
body {
  margin: 0px;
  padding: 0px;
  background: #f5f5f5;
  font-family: 'Segoe UI';
}

ul.resp-tabs-list,
p {
  margin: 0px;
  padding: 0px;
}

.resp-tabs-list li {
  font-weight: 500;
  font-size: 17px;
  color:#bbbbbb;
  display: inline-block;
  padding: 13px 15px;
  margin: 0;
  list-style: none;
  cursor: pointer;
  float: left;
  
}

.resp-tabs-list li:hover {
  color:#000;
}


.resp-tabs-container {
  padding: 0px;
  background-color: #fff;
  clear: left;
}

h2.resp-accordion {
  cursor: pointer;
  padding: 5px;
  display: none;
}

.resp-tab-content {
  display: none;
  padding: 15px;
}

.resp-tab-active {
  border: 3px solid #c1c1c1;
  border-top:5px solid #f47f4c;
  border-bottom: none;
  margin-bottom: -1px !important;
  padding: 12px 14px 14px 14px !important;
}

.resp-tab-active {
  border-bottom: none;
  background-color: #fff;
}

.resp-content-active,
.resp-accordion-active { display: block; }

.resp-tab-content { border: 1px solid #c1c1c1; }

h2.resp-accordion {
  font-size: 13px;
  border: 1px solid #c1c1c1;
  border-top: 0px solid #c1c1c1;
  margin: 0px;
  padding: 10px 15px;
}

h2.resp-tab-active {
  border-bottom: 0px solid #c1c1c1 !important;
  margin-bottom: 0px !important;
  padding: 10px 15px !important;
}

h2.resp-tab-title:last-child {
  border-bottom: 12px solid #c1c1c1 !important;
  background: blue;
}

/*-----------Vertical tabs-----------*/

.resp-vtabs ul.resp-tabs-list {
  float: left;
  width: 30%;
}

.resp-vtabs .resp-tabs-list li {
  display: block;
  padding: 15px 15px !important;
  margin: 0;
  cursor: pointer;
  float: none;
}

.resp-vtabs .resp-tabs-container {
  padding: 0px;
  background-color: #fff;
  border: 1px solid #c1c1c1;
  float: left;
  width: 68%;
  min-height: 250px;
  border-radius: 4px;
  clear: none;
}

.resp-vtabs .resp-tab-content { border: none; }

.resp-vtabs li.resp-tab-active {
  border: 1px solid #c1c1c1;
  border-right: none;
  background-color: #fff;
  position: relative;
  z-index: 1;
  margin-right: -1px !important;
  padding: 14px 15px 15px 14px !important;
}

.resp-arrow {
  width: 0;
  height: 0;
  float: right;
  margin-top: 3px;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 12px solid #c1c1c1;
}

h2.resp-tab-active span.resp-arrow {
  border: none;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 12px solid #9B9797;
}
h1, h2, h3, h4{
  margin: 0 0 0 0;
  text-transform: none;
  color: rgba(254, 82, 76, 1); orange
  // color: rgba(52, 133, 186, 1); blue
  //font-weight: 600;
  //letter-spacing: 1px;
  line-height: 1.5;
}

h5, h6 {
	font-style: normal;
    font-weight: 400;
    text-decoration: none;
	font-size: 17px;
   margin: 0 0 1rem;
    line-height: 1.5;
	color:#333333;

}
.team {
  margin: 40px;
}

.team-member {
  margin:  0;
  padding: 0;
    background-color: #ffffff;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  overflow: hidden;
  text-align: center;
  padding: 15px;
  margin: 15px;
  transition: transform 0.3s ease;
  min-height:550px;
}

.team-member figure {
  position: relative;
  overflow: hidden;
  padding: 0;
  margin: 0;
  
}

.team-member img{
   width: 100%;
  height: auto;
  display: block;
  border-radius: 10px; /* to match the card */
  object-fit: cover;}

.team-member figure img {
  min-width: 100%;
  height: auto;
  object-fit:cover;
  transition: all 0.4s ease-in-out; /*smooth transition*/
   border-radius: 10px; /* to match the card */
}

.team-member figcaption {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(60, 145, 203, 0.6);
    color: #fff;
    opacity: 0;
    visibility: hidden;
    display:flex;
    justify-content:center;
    align-items:center;
    flex-direction: column;
    text-align:center;
    transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
  }

  .team-member figure:hover figcaption {
    opacity: 1;
    visibility:visible;
  }
  
  .team-member figcaption ul {
    position: absolute;
    padding: 0;
    justify-content: center;
    margin: 10px 0 0 0;
    margin-top: 80%;/* use this for change the icon position to bottom*/
    /*margin-bottom: 50%; /* use this for change the icon position to top*/
    display: flex; 
    gap: 60px; /* Adjust gap between icons */
  }
  
  .team-member figcaption ul li {
    display:flex;
  }
  
  .team-member figcaption ul li a {
    color:white;   
    font-size: 35px;
  }
  
.team-member figure:hover img {
  transform: scale(1.1); /*image hover effect*/
}


*, *:before, *:after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

#tsum-tabs h1 {
  padding: 50px 0;
  font-weight: 400;
  text-align: center;
}

#tsum-tabs p {
  margin: 0 0 20px;
  line-height: 1.5;
  font-style: normal;
  font-weight: 400;
  text-decoration: none;
  font-size: 17px;
  //font-family: 'Futura', sans-serif !important;
}

#tsum-tabs main {
  //min-width: 320px;
  //max-width: 800px;
  padding: 50px;
  margin: 0 auto;
  background: #fff;
}

#tsum-tabs section {
  display: none;
  padding: 20px 0 0;
  border-top: 2px solid #ddd;
}

#tsum-tabs input {
  display: none;
}

#tsum-tabs label {
  display: inline-block;
  margin: 0 0 -1px;
  padding: 15px 25px;
  font-weight: 500;
  text-align: center;
  color: #bbb;
  border: 2px solid transparent;
  font-size:17px;
}

#tsum-tabs label:hover {
  color: #888;
  cursor: pointer;
}

#tsum-tabs input:checked + label {
  color: #555;
  border: 2px solid #ddd;
  border-top: 5px solid #ee5b24;
  border-bottom: 2px solid #fff;
}

#tsum-tabs #tab1:checked ~ #content1,
#tsum-tabs #tab2:checked ~ #content2,
#tsum-tabs #tab3:checked ~ #content3,
#tsum-tabs #tab4:checked ~ #content4 {
  display: block;
}

/*-----------Accordion styles-----------*/

h2.resp-tab-active { background: #DBDBDB !important; }

.resp-easy-accordion h2.resp-accordion { display: block; }

.resp-easy-accordion .resp-tab-content { border: 1px solid #c1c1c1; }

.resp-easy-accordion .resp-tab-content:last-child { border-bottom: 1px solid #c1c1c1 !important; }

.resp-jfit {
  width: 100%;
  margin: 0px;
}

.resp-tab-content-active { display: block; }

h2.resp-accordion:first-child { border-top: 1px solid #c1c1c1 !important; }
/*Here your can change the breakpoint to set the accordion, when screen resolution changed*/
@media only screen and (max-width: 768px) {

ul.resp-tabs-list { display: none; }

h2.resp-accordion { display: block; }

.resp-vtabs .resp-tab-content { border: 1px solid #C1C1C1; }

.resp-vtabs .resp-tabs-container {
  border: none;
  float: none;
  width: 100%;
  min-height: initial;
  clear: none;
}

.resp-accordion-closed { display: none !important; }

.resp-vtabs .resp-tab-content:last-child { border-bottom: 1px solid #c1c1c1 !important; }
h2{
color:#000000;
}
h5, h6 {
  padding: 0;
}
  .team-member {

  min-height:400px;
      padding: 5px;
    margin: 25px 0px 0px 0px;
	font-size:18px;
}
}

a:link, a:active, a:visited {
  color: rgba(255, 255, 255, 1);
}

a:hover {
  color: rgba(255, 255, 255, 0.6);
}

p{
font-style: normal;
    font-weight: 400;
    text-decoration: none;
	font-size: 1rem;
   margin: 0 0 1rem;
    line-height: 28px;
	font-family: 'Futura', sans-serif !important;
}


@media screen and (max-width: 650px) {
  #tsum-tabs label {
    font-size: 0;
  }
  #tsum-tabs label:before {
    margin: 0;
    font-size: 18px;
  }
  .team-member {

  min-height:400px;
      padding: 5px;
    margin: 25px 0px 0px 0px;
	font-size:18px;
}
}

@media screen and (max-width: 400px) {
  #tsum-tabs label {
    padding: 15px;
  }
}