body {
  /* background-color: #ffffff; */
  background-color: #153b56;
  margin: 0px;
  padding: 0px;
}

html {
  font-size: 1rem;
  overflow-x: hidden;
}

.card{
  height: 350px;
}

nav ul a,
nav .brand-logo {
  color: #444;
}

p {
  line-height: 2rem;
}

.sidenav-trigger {
  color: #26a69a;
}

.parallax-container {
  min-height: 770px;
  line-height: 0;
  /* height: auto; */
  
  color: rgba(255, 255, 255, 0.9);
}
.parallax-container .section {
  width: 100%;

}
@media only screen and (max-width: 992px) {
  .parallax-container .section {
    position: absolute;
    top: 40%;
  }
  #index-banner .section {
    top: 10%;
  }
}

@media only screen and (max-width: 600px) {
  #index-banner .section {
    top: 0;
  }
}

.icon-block {
  padding: 0 15px;
}
.icon-block .material-icons {
  font-size: inherit;
}

footer.page-footer {
  margin: 0;
}

/* Meet the team */
@import url(
  https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,
  200,
  200italic,
  300,
  300italic,
  400italic,
  600,
  600italic,
  700,
  700italic,
  900,
  900italic
);

body {
  font-family: "Source Sans Pro", sans-serif;
  line-height: 1.5;
  color: #323232;
  font-size: 15px;
  font-weight: 400;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
}
.heading-title {
  margin-bottom: 100px;
}
.text-center {
  text-align: center;
}
.heading-title h3 {
  margin-bottom: 0;
  letter-spacing: 2px;
  font-weight: normal;
}
.p-top-30 {
  padding-top: 30px;
}
.half-txt {
  width: 60%;
  margin: 0 auto;
  display: inline-block;
  line-height: 25px;
  color: #7e7e7e;
}
.text-uppercase {
  text-transform: uppercase;
}

.team-member,
.team-member .team-img {
  position: relative;
}
.team-member {
  overflow: hidden;
}
.team-member,
.team-member .team-img {
  position: relative;
}

.team-hover {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: 0;
  border: 20px solid rgba(0, 0, 0, 0.1);
  background-color: rgba(255, 255, 255, 0.9);
  opacity: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.team-member:hover .team-hover .desk {
  top: 35%;
}
.team-member:hover .team-hover,
.team-member:hover .team-hover .desk,
.team-member:hover .team-hover .s-link {
  opacity: 1;
}
.team-hover .desk {
  position: absolute;
  top: 0%;
  width: 100%;
  opacity: 0;
  -webkit-transform: translateY(-55%);
  -ms-transform: translateY(-55%);
  transform: translateY(-55%);
  -webkit-transition: all 0.3s 0.2s;
  transition: all 0.3s 0.2s;
  padding: 0 20px;
}
.desk,
.desk h4,
.team-hover .s-link a {
  text-align: center;
  color: #222;
}
.team-member:hover .team-hover .s-link {
  bottom: 10%;
}
.team-member:hover .team-hover,
.team-member:hover .team-hover .desk,
.team-member:hover .team-hover .s-link {
  opacity: 1;
}
.team-hover .s-link {
  position: absolute;
  bottom: 0;
  width: 100%;
  opacity: 0;
  text-align: center;
  -webkit-transform: translateY(45%);
  -ms-transform: translateY(45%);
  transform: translateY(45%);
  -webkit-transition: all 0.3s 0.2s;
  transition: all 0.3s 0.2s;
  font-size: 35px;
}
.desk,
.desk h4,
.team-hover .s-link a {
  text-align: center;
  color: #222;
}
.team-member .s-link a {
  margin: 0 10px;
  color: #333;
  font-size: 16px;
}
.team-title {
  position: static;
  padding: 20px 0;
  display: inline-block;
  letter-spacing: 2px;
  width: 100%;
}
.team-title h5 {
  margin-bottom: 0px;
  display: block;
  text-transform: uppercase;
}
.team-title span {
  font-size: 12px;
  text-transform: uppercase;
  color: #a5a5a5;
  letter-spacing: 1px;
}

/* Video gallery */
@media only screen and (min-width: 600px) {
  .col-s-12 {
    width: 100%;
    padding: 5px;
  }
}

.section-follow .fa-4x{
    margin: 5px 10px;
}

#parall{
  min-height: 400px;
  line-height: 0;
  height: auto;
  color: rgba(255, 255, 255, 0.9);
}


.grey-text a,
i {
  font-size: 1.2rem;
  padding-right: 1rem;
  padding-bottom: 0.5rem;
  transition: all 1s ease;
}

.grey-text:hover {
  font-size: 1.21rem;
  padding-bottom: 0.15rem;
  border-bottom: 1.5px solid rgba(255, 255, 255, 0.7);
}

.spacer{
  height: 200px;
}

.ani1:hover {
  font-size: 1.3rem;
  padding-bottom: 0.15rem;
  border-bottom: 1.5px solid rgba(255, 255, 255, 0.7);
}


.button1 {
  top: 8px;
  right: 16px;
  min-width: 267.1px;
  min-height: 60px;
  font-family: "Nunito", sans-serif;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 1.3px;
  font-weight: 700;
  color: #ffffff;
  background: #304f66;
  background: linear-gradient(90deg, rgb(90, 107, 139) 0%, rgb(133, 95, 121) 100%);
  border: none;
  border-radius: 1000px;
  box-shadow: 12px 12px 24px rgba(3, 53, 48, 0.64);
  transition: all 0.3s ease-in-out 0s;
  cursor: pointer;
  outline: none;
  position: relative;
  padding: 10px;
}

.button1:hover,
.button1:focus {
  color: #00ffff;
  transform: translateY(-6px);
}

.button1:hover::before,
.button1:focus::before {
  opacity: 1;
}

.button1::after {
  content: "";
  width: 50px;
  height: 30px;
  border-radius: 100%;
  border: 6px solid #41ad0f;
  position: absolute;
  z-index: -1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  animation: ring 1.5s infinite;
}

.button1:hover::after,
.button1:focus::after {
  animation: none;
  display: none;
}
@keyframes ring {
  0% {
    width: 30px;
    height: 30px;
    opacity: 1;
  }

  100% {
    width: 300px;
    height: 300px;
    opacity: 0;
  }
}

@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
  }
  100% {
    box-shadow: 0 0 0 30px rgba(255, 255, 255, 0);
  }
}

.button2 {
  top: 8px;
  min-width: 267.1px;
  min-height: 60px;
  font-family: "Nunito", sans-serif;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 1.3px;
  font-weight: 700;
  color: #ffffff;
  background: #304f66;
  background: linear-gradient(90deg, rgb(76, 100, 143) 0%, rgb(231, 18, 46) 100%);
  border: none;
  border-radius: 1000px;
  box-shadow: 12px 12px 24px rgba(3, 53, 48, 0.64);
  transition: all 0.3s ease-in-out 0s;
  cursor: pointer;
  outline: none;
  position: relative;
  padding: 10px;
}

.button2w {
  top: 6px;
  min-width: 287.1px;
  min-height: 60px;
  font-family: serif;
  font-size: 30px;
  letter-spacing: 1.3px;
  font-weight: 700;
  color: #ffffff;
  background: #304f66;
  background: linear-gradient(90deg, rgb(76, 100, 143) 0%, rgb(231, 18, 46) 100%);
  border: none;
  border-radius: 1000px;
  box-shadow: 12px 12px 24px rgba(3, 53, 48, 0.64);
  transition: all 0.3s ease-in-out 0s;
  cursor: pointer;
  outline: none;
  position: relative;
  padding: 10px;
}
.button2w:hover,
.button2w:focus,
.button2:hover,
.button2:focus {
  color: #00ffff;
  transform: translateY(-6px);
}
.button2w:hover::before,
.button2:hover::before,
.button2w:focus::before,
.button2:focus::before {
  opacity: 1;
}
.button2w::after
.button2::after {
  content: "";
  width: 50px;
  height: 30px;
  border-radius: 100%;
  border: 6px solid #41ad0f;
  position: absolute;
  z-index: -1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  animation: ring 1.5s infinite;
}

.button2:hover::after,
.button2:focus::after {
  animation: none;
  display: none;
}
@keyframes ring {
  0% {
    width: 30px;
    height: 30px;
    opacity: 1;
  }

  100% {
    width: 300px;
    height: 300px;
    opacity: 0;
  }
}

@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
  }
  100% {
    box-shadow: 0 0 0 30px rgba(255, 255, 255, 0);
  }
}


.btn3 {
  text-decoration: none;
  color: white;
  padding: 1rem 2rem;
  border-radius: 2rem;
  /* display: inline-block; */
  align-items: center;
  margin: 1rem;
  box-shadow: 1px 3px 7px 0px #25252573;
}

.c1 {
  background-color: #FF4081;
}

input::placeholder {
    color: red;
}

.row .col.s12 {

	display: flex;
	align-items: center;
	justify-content: center;
}

#togglePassword {
	cursor: pointer;	
}
