@charset "UTF-8";
@import url(https://fonts.googleapis.com/css?family=Open+sans);
@import url(https://code.ionicframework.com/ionicons/2.0.1/css/ionicons.min.css);
@import url(https://fonts.googleapis.com/css?family=Playfair+Display);
.card-profile {
  margin: 5em;
  padding: 5em;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 20px;
}

#partnerLogo {
  background-color: #e3e4e8;
}

@media (max-width: 900px) {
  .card-profile {
    grid-template-columns: 1fr;
    justify-content: center;
    justify-items: center;
    align-items: center;
    align-content: center;
  }
}
.snip1515 {
  font-family: "Open Sans", Arial, sans-serif;
  position: relative;
  margin: 10px;
  min-width: 230px;
  max-width: 315px;
  width: 100%;
  color: #000000;
  text-align: center;
  line-height: 1.4em;
  font-size: 14px;
  box-shadow: none !important;
}

.snip1515 * {
  box-sizing: border-box;
}

.snip1515 .profile-image {
  display: inline-block;
  z-index: 1;
  width: 200px;
  height: 200px;
  overflow: hidden;
  border-radius: 50%;
  position: relative;
}

#krisnan {
  margin-top: -10%;
}

.snip1515 .profile-image img .photo-pic {
  margin: 0;
  height: auto;
  width: 100%;
}

.snip1515 figcaption {
  width: 100%;
  height: 330px;
  background-color: #f2f2f2;
  color: #555;
  padding: 125px 25px 25px;
  margin-top: -100px;
  display: inline-block;
}

.snip1515 h3,
.snip1515 h4,
.snip1515 p {
  margin: 0 0 5px;
}

.snip1515 h3 {
  font-weight: 600;
  font-size: 1.3em;
  font-family: "Playfair Display", Arial, sans-serif;
}

.snip1515 h4 {
  color: #8c8c8c;
  font-weight: 400;
  letter-spacing: 2px;
}

.snip1515 p {
  font-size: 0.9em;
  letter-spacing: 1px;
  opacity: 0.9;
}

.snip1515 .icons {
  text-align: center;
  width: 100%;
}

.snip1515 i {
  padding: 10px 2px;
  display: inline-block;
  font-size: 18px;
  font-weight: normal;
  color: #e8b563;
  opacity: 0.75;
}

.snip1515 i:hover {
  opacity: 1;
  transition: all 0.35s ease;
}

#slideset2 {
  height: 70vh;
  position: relative;
  overflow: hidden;
}

#slideset2 > * {
  position: absolute;
  top: 100%;
  left: 0;
  animation: 12s autoplay2 infinite ease-in-out;
}

#slideset2 > *:nth-child(1) {
  animation-delay: 0s;
}

#slideset2 > *:nth-child(2) {
  animation-delay: 4s;
}

#slideset2 > *:nth-child(3) {
  animation-delay: 8s;
}

@keyframes autoplay2 {
  0% {
    top: 100%;
  }
  4% {
    top: 0%;
  }
  33.33% {
    top: 0%;
  }
  37.33% {
    top: -100%;
  }
  100% {
    top: -100%;
  }
}
.hfm {
  display: grid;
  grid-template-areas: "title title" "img left";
  display: grid;
  width: 100%;
  height: 100%;
  grid-template-rows: 10% 90%;
  grid-template-columns: 1fr 1fr;
}
.hfm .title {
  margin-top: 0px;
  grid-area: title;
  background-color: aqua;
}
.hfm .ima {
  grid-area: img;
  background-color: red;
  height: auto;
}
.hfm .ima img {
  height: 100%;
  width: 100%;
}
.hfm .left-area {
  height: auto;
  grid-area: left;
  background-color: green;
}
.hfm .left-area .writeup {
  padding: 3em;
}
.hfm .left-area .sub-main {
  width: 30%;
  margin: 22px;
  float: left;
  /*Button Two*/
}
.hfm .left-area .sub-main button {
  color: #fff;
  text-align: center;
  float: left;
  padding: 20px;
}
.hfm .left-area .sub-main .button-two {
  text-align: center;
  cursor: pointer;
  font-size: 24px;
  margin: 0 0 0 100px;
}
.hfm .left-area .sub-main .button-two {
  border-radius: 4px;
  background-color: #d35400;
  border: none;
  padding: 20px;
  width: 200px;
  transition: all 0.5s;
}
.hfm .left-area .sub-main .button-two span {
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: 0.5s;
}
.hfm .left-area .sub-main .button-two span a {
  color: white;
}
.hfm .left-area .sub-main .button-two span:after {
  content: "»";
  position: absolute;
  opacity: 0;
  top: 0;
  right: -20px;
  transition: 0.5s;
}
.hfm .left-area .sub-main .button-two:hover span {
  padding-right: 25px;
}
.hfm .left-area .sub-main .button-two:hover span a {
  color: black;
}
.hfm .left-area .sub-main .button-two:hover span:after {
  opacity: 1;
  right: 0;
  color: black;
}

#members {
  background-color: #e579cf;
  height: auto;
}
#members a {
  color: white;
}
#members h1 {
  padding: 1em 3em;
}
#members p {
  padding: 1em 3em;
  font-size: 17px;
}
#members .button_container {
  left: 0;
  right: 0;
  top: 30%;
  padding-bottom: 7%;
}
#members .btn {
  border: none;
  display: block;
  text-align: center;
  cursor: pointer;
  text-transform: uppercase;
  outline: none;
  overflow: hidden;
  position: relative;
  color: #fff;
  font-weight: 700;
  font-size: 15px;
  background-color: #222;
  padding: 17px 60px;
  margin: 0 auto;
  margin-bottom: 14px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}
#members .btn span {
  position: relative;
  z-index: 1;
}
#members .btn:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 490%;
  width: 140%;
  background: #aec88c;
  transition: all 0.5s ease-in-out;
  transform: translateX(-98%) translateY(-25%) rotate(45deg);
}
#members .btn:hover:after {
  transform: translateX(-9%) translateY(-25%) rotate(45deg);
}
#members .btn:hover:after a {
  color: black;
}
#members .btn:hover a {
  color: black;
}

@media (max-width: 768px) {
  #footer-up-map {
    margin: 3rem;
  }
  .partners {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 612px) {
  #members h1 {
    font-size: 25px !important;
  }
  #members p {
    font-size: 15px !important;
  }
}/*# sourceMappingURL=home-page.css.map */