html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}
body {
  line-height: 1;
  font-family: 'Nunito Sans', sans-serif;
  font-weight: 400;
  background: #fff;
  font-size: 16px;
  color: #000;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media screen and (max-width: 768px) {
  body.menu-open {
    overflow: hidden;
    height: 100vh;
 }
}
h1, h2, h3, h4, h5, h6 {
  font-family: 'Lato', sans-serif;
  font-weight: 700;
}
.container {
  width: 90%;
  max-width: 1500px;
  margin: 0 auto;
  clear: both;
}
@media screen and (max-width: 1431px) {
  .container {
    max-width: 970px;
 }
}
.clear {
  clear: both;
}
a {
  text-decoration: none;
  -webkit-transition: color 100ms linear;
  -o-transition: color 100ms linear;
  transition: color 100ms linear;
  cursor: pointer;
}
a:hover {
  color: #d00b12 !important;
}
@media screen and (max-width: 768px) {
  header {
    padding-bottom: 60px;
 }
}
header .top-bar {
  padding: 10px 0;
}
header .top-bar .logo {
  float: left;
}
header .top-bar .logo img {
  max-width: 130px;
}
header .top-bar .menu {
  float: right;
  position: relative;
}
@media screen and (max-width: 768px) {
  header .top-bar .menu {
    text-align: center;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    opacity: 0;
    z-index: -1;
    visibility: hidden;
    -webkit-transition: all 0.375s;
    -o-transition: all 0.375s;
    transition: all 0.375s;
    background: rgba(255, 255, 255, 0.7);
 }
}
header .top-bar .menu a {
  font-size: 18px;
  color: #000;
  text-decoration: none;
  padding: 5px 20px;
  line-height: 47px;
}
@media screen and (max-width: 768px) {
  header .top-bar .menu a {
    opacity: 0;
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
 }
}
header .top-bar .menu a.active {
  color: #d00b12;
}
header .top-bar .menu.responsive {
  opacity: 1;
  z-index: 100;
  visibility: visible;
}
header .top-bar .menu.responsive a {
  display: block;
  text-align: center;
  color: #fff;
  font-size: 22px;
  position: relative;
  padding: 0 0 0 20px;
  opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
header .top-bar .menu.responsive a:hover {
  color: rgba(255, 255, 255, 0.7) !important;
}
header .top-bar .menu.responsive a:first-child {
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  header .top-bar .menu.responsive a:nth-child(1) {
    -webkit-transition: all 275ms 175ms;
    -o-transition: all 275ms 175ms;
    transition: all 275ms 175ms;
 }
  header .top-bar .menu.responsive a:nth-child(2) {
    -webkit-transition: all 275ms 275ms;
    -o-transition: all 275ms 275ms;
    transition: all 275ms 275ms;
 }
  header .top-bar .menu.responsive a:nth-child(3) {
    -webkit-transition: all 275ms 375ms;
    -o-transition: all 275ms 375ms;
    transition: all 275ms 375ms;
 }
  header .top-bar .menu.responsive a:nth-child(4) {
    -webkit-transition: all 275ms 475ms;
    -o-transition: all 275ms 475ms;
    transition: all 275ms 475ms;
 }
}
@media screen and (max-width: 768px) {
  header .top-bar .menu.responsive::before {
    -webkit-transform: skew(-14deg) translateX(0);
    -ms-transform: skew(-14deg) translateX(0);
    transform: skew(-14deg) translateX(0);
 }
}
@media screen and (max-width: 768px) {
  header .top-bar .menu::before {
    content: '';
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #106973;
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform: skew(-14deg) translateX(-120%);
    -ms-transform: skew(-14deg) translateX(-120%);
    transform: skew(-14deg) translateX(-120%);
    -webkit-transition: all 0.275s 0.1s;
    -o-transition: all 0.275s 0.1s;
    transition: all 0.275s 0.1s;
 }
}
header .top-bar .menu-icon {
  display: none;
  padding: 0;
  position: absolute;
  top: 25px;
  right: 20px;
  width: 30px;
  height: 30px;
  margin: 0;
  z-index: 101;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  header .top-bar .menu-icon {
    display: block;
 }
}
header .top-bar .menu-icon span {
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  background: #000;
  border-radius: 2px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
header .top-bar .menu-icon span:nth-child(1) {
  top: 0px;
}
header .top-bar .menu-icon span:nth-child(2), header .top-bar .menu-icon span:nth-child(3) {
  top: 8px;
}
header .top-bar .menu-icon span:nth-child(4) {
  top: 16px;
}
header .top-bar .menu-icon.open span {
  background: #fff;
}
header .top-bar .menu-icon.open span:nth-child(1) {
  top: 18px;
  width: 0%;
  left: 50%;
}
header .top-bar .menu-icon.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
header .top-bar .menu-icon.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
header .top-bar .menu-icon.open span:nth-child(4) {
  top: 18px;
  width: 0%;
  left: 50%;
}
header .main-heading {
  clear: both;
  text-align: center;
  padding: 120px 0;
}
@media screen and (max-width: 768px) {
  header .main-heading {
    padding: 120px 0 20px;
 }
}
header .main-heading h1 {
  font-size: 48px;
  line-height: 60px;
  max-width: 700px;
  text-align: center;
  margin: 0 auto;
  padding: 50px 0 10px;
  height: 140px;
}
@media screen and (max-width: 768px) {
  header .main-heading h1 {
    font-size: 28px;
    text-align: left;
    line-height: 34px;
    height: auto;
 }
}
header .main-heading p.desc {
  font-size: 18px;
  line-height: 25px;
  max-width: 650px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  header .main-heading p.desc {
    font-size: 14px;
    text-align: left;
    line-height: 19px;
 }
}
section.team {
  padding: 50px 0;
  overflow: hidden;
  text-align: center;
}
section.team .container {
  max-width: 1290px;
}
@media screen and (max-width: 1431px) {
  section.team .container {
    max-width: 970px;
 }
}
section.team .alumni-section {
  display: inline-block;
  margin-top: 1rem;
}
section.team .alumni-section .alumni-heading {
  font-size: 48px;
  line-height: 60px;
  max-width: 700px;
  text-align: center;
  margin: 0 auto;
  padding-top: 8rem;
  margin-bottom: 200px;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  section.team .alumni-section .alumni-heading {
    font-size: 28px;
    line-height: 34px;
    height: auto;
    margin-bottom: 100px;
  }
}
section.team .alumni-section .animall-section-card {
  display: flex;
  flex-direction: column;
  align-items: center;
}
section.team .alumni-section .animall-section-card img {
  vertical-align: middle;
  padding-bottom: 1rem;
}
section.team .alumni-section .animall-section-card animall-heading{
  vertical-align: middle;
}
section.team .alumni-section .animall-section-card .animall-name {
  font-weight: 700;
  font-size: 24px;
  margin-left: 1rem;
  margin-left: 1rem;
  vertical-align: middle;
}
section.team .alumni-section .animall-section-card .about-animall {
  display: flex;
  flex-direction: column;
  display: flex;
  font-size: 18px;
  line-height: 25px;
  max-width: 650px;
  margin: 0 auto;
}
section.team .alumni-section .animall-section-card .sub-heading {
  margin-top: .5rem;
}
section.team .alumni-section .animall-section-card .sub-heading-1 {
  margin-bottom: 4rem;
}
section.team .employee-card {
  background-color: transparent;
  width: 300px;
  height: 300px;
  border: 1px solid #f1f1f1;
  float: left;
  margin: 10px;
}
@media screen and (max-width: 768px) {
  section.team .employee-card {
    display: inline-block;
    float: none;
    margin: 10px;
 }
}
section.team .employee-card:hover .employee-card-inner, section.team .employee-card.flip .employee-card-inner {
  transform: rotateY(180deg);
  -webkit-transform: rotateY(180deg);
}
section.team .employee-card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  -webkit-transition: -webkit-transform 0.7s;
  transition: -webkit-transform 0.7s;
  -o-transition: transform 0.7s;
  transition: transform 0.7s;
  transition: transform 0.7s, -webkit-transform 0.7s;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
section.team .employee-card-inner:hover {
  -webkit-transition: -webkit-transform 1s;
  transition: -webkit-transform 1s;
  -o-transition: transform 1s;
  transition: transform 1s;
  transition: transform 1s, -webkit-transform 1s;
}
section.team .employee-card-front, section.team .employee-card-back {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
section.team .employee-card-front {
  background-color: #f1f1fb;
  color: black;
  position: relative;
  -webkit-transform: rotateY(0deg);
  transform: rotateY(0deg);
}
section.team .employee-card-front img {
  max-width: 100%;
}
section.team .employee-card-front .name {
  background: rgba(0, 0, 0, 0.5);
  padding: 15px 0;
  position: absolute;
  bottom: 0;
  color: #fff;
  width: 100%;
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  font-size: 18px;
}
section.team .employee-card-back {
  background-color: #106973;
  color: white;
  transform: rotateY(-180deg);
  -webkit-transform: rotateY(-180deg);
}
section.team .employee-card-back h4 {
  font-size: 18px;
  margin: 20px 0;
}
section.team .employee-card-back p {
  font-size: 16px;
  line-height: 22px;
  padding: 12px;
}
section.team .employee-card-back a {
  color: #fff;
  border-bottom: 1px solid;
}
section.team .employee-card-back a:hover {
  color: #fff !important;
}
footer {
  padding: 50px 0;
  background: #fbfbfd;
  clear: both;
}
@media screen and (max-width: 768px) {
  footer {
    padding: 20px 0;
 }
}
footer .map {
  width: 49%;
  display: inline-block;
  vertical-align: top;
  text-align: center;
}
@media screen and (max-width: 768px) {
  footer .map {
    width: 100%;
 }
}
footer .map img {
  max-width: 100%;
}
footer .info {
  width: 49%;
  display: inline-block;
  padding-left: 100px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  vertical-align: top;
}
@media screen and (max-width: 768px) {
  footer .info {
    width: 100%;
    padding: 0;
 }
}
.contact-phone {
  display: flex;
  align-items: center;
  margin-top: 8px;
}

.whatsapp-icon {
  display: inline-block;
  width: 28px;
  height: 28px;
  background: #48c631;
  ;
  color: #fff;
  border-radius: 50%;
  text-align: center;
  line-height: 35px;
  margin-left: 8px;
  margin-right: 4px;
}

.contact-phone a {
  color: inherit;
  text-decoration: none;
  display: flex;
  align-items: center;
}

.phone-number {
  font-size: 14px;
}

.whatsapp-icon svg {
  fill: white;
}

footer .info .name {
  font-size: 24px;
  margin: 15px 0;
}
footer .info .address, footer .info .cin, footer .info .contact, footer .info .follow {
  font-size: 14px;
  line-height: 19px;
  margin: 20px 0;
}
footer .info .follow img {
  max-width: 30px;
  margin: 10px 10px 0 0;
}
footer .copyright {
  text-align: center;
  font-size: 12px;
  padding: 20px 0 0;
}
@media screen and (max-width: 768px) {
  footer .copyright {
    text-align: left;
 }
}
