.menu_custom1 {

font-size:20px;

}



.team-member-1 {
  margin-bottom: 30px;
  border: 1px solid #ddd;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  text-align: center;
  position: relative;
  overflow: hidden; }
  .team-member-1 .team-member-img {
    position: relative;
    overflow: hidden; }
    .team-member-1 .team-member-img:after {
      position: absolute;
      z-index: 10;
      top: 0;
      right: 100%;
      bottom: 0;
      left: 0;
      content: '';
      -webkit-transition: 0.3s;
      transition: 0.3s;
      background: rgba(0, 0, 0, 0.2); }
  .team-member-1 .team-info {
    padding: 20px 0; }
    .team-member-1 .team-info .team-name {
      font-size: 20px;
      line-height: 24px;
      text-transform: uppercase;
      color: #fff;
      font-weight: 400; }
    .team-member-1 .team-info .team-designation {
      font-size: 14px;
	  color: #fff;
	  
	  }
    .team-member-1 .team-info p {
      padding: 15px 15px 0 15px; 
	  color: #fff;
	  }
  .team-member-1 .social-icon {
    position: absolute;
    z-index: 11;
    top: 43%;
    left: 200%;
    width: 100%;
    transform: translate(0%, 0%);
    -webkit-transition: transform .3s ease 0s;
    transition: transform .3s ease 0s; }
    .team-member-1 .social-icon ul {
      list-style: none;
      display: block;
      padding: 0;
      margin: 0 -8px; }
      .team-member-1 .social-icon ul li {
        margin: 0 12px;
        display: inline-block; }
        .team-member-1 .social-icon ul li a {
          display: block;
          font-size: 16px;
          line-height: 16px;
          color: #fff; }
  .team-member-1:hover {
    border-color: #FFB79B; }
    .team-member-1:hover .social-icon {
      left: 50%;
      transform: translate(-50%, -50%); }
    .team-member-1:hover .team-member-img:after {
      right: 0; }




.parallax_image{
	background:url(../main_img/main_center.png);
	background-repeat:no-repeat;
	background-position:center center;
	-webkit-background-size:cover;
	-o-background-size:cover;
	background-size:cover;
	padding:200px 0;
	background-attachment: fixed;
	background-position: center center;
}

.parallax_detail {
  position: relative;
}
.parallax_detail > span {
  color: #000;
  text-transform: uppercase;
  display:block;
}
.parallax_detail > span::before {
  background: #7b7b7b;
  content: "";
  height: 1px;
  left: 26%;
  position: absolute;
  top: 9px;
  width: 225px;
}
.parallax_detail > span::after {
  background: #7b7b7b;
  content: "";
  height: 1px;
  position: absolute;
  right:26%;
  width:225px;
  top: 9px;
}
.parallax_detail > h2 {
  display: inline-block;
  font-size: 52px;
  font-weight: bold;
  color: #000;
  letter-spacing: 7px;
  border-bottom: 1px solid #7b7b7b;
  padding-bottom: 12px;
  text-transform:uppercase;
}
.parallax_detail > h3 {
  display: block;
  font-size: 30px;
  color: #000;
  padding: 0 29%;
  margin-top: 30px;
  line-height: 41px;
  letter-spacing: 4px;
}



.pagination li a, .pagination li a:hover, .pagination li a:focus {
  color: #4C4C4C;
  padding: 6px 12px;
  border-radius: 0;
  border: solid 1px #e1e1e1;
  background: transparent;
  -webkit-transition: 400ms;
  -o-transition: 400ms;
  transition: 400ms; }
.pagination li.active a, .pagination li.active a:hover {
  color: #fff;
  border: solid 1px #FF4136;
  background-color: #FF4136; }
.pagination li:first-child a {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }
.pagination li:last-child a {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }