/* Demo styling,
 * this file will bring Demo Landing Page styles,
 * you can safely remove if you're not using any style the index.html
 */
.demo-link {
  width: 64px;
  max-width: 64px;
  -webkit-transition: max-width 0.8s ease-in-out;
  transition: max-width 0.8s ease-in-out;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.demo-link .demo-link-text {
  opacity: 0;
  font-weight: 400;
  font-size: 0.875rem;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  -webkit-transition: -webkit-transform 0.3s ease 0.2s;
  transition: -webkit-transform 0.3s ease 0.2s;
  transition: transform 0.3s ease 0.2s;
  transition: transform 0.3s ease 0.2s, -webkit-transform 0.3s ease 0.2s;
}

.demo-link:hover {
  max-width: 192px;
  width: auto;
}

.demo-link:hover .demo-link-text {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.demo-blocks {
  background-color: #f1f4f8;
}

.demo-blocks .block {
  margin-bottom: 3rem;
  margin-top: 3rem;
  -webkit-box-shadow: 0 0 0.75rem rgba(0, 0, 0, 0.075);
          box-shadow: 0 0 0.75rem rgba(0, 0, 0, 0.075);
  border: 1px solid #d9e2ef;
  border-radius: 0.25rem;
  background-color: #ffffff;
}

.preview-pane {
  padding: 0;
  height: 320px;
  text-align: center;
}

.preview-pane .preview-page {
  width: 100%;
  height: 100%;
  overflow-y: auto;
}

.preview-pane .preview-page img {
  width: 100%;
  display: block;
  margin-top: 0;
}

.card-demo .card-body {
  z-index: 1;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.03);
          box-shadow: 0 5px 10px rgba(0, 0, 0, 0.03);
}

.card-demo .is-new {
  position: absolute;
  top: 0;
  right: 0;
  -webkit-transform: translate(50%, -50%);
          transform: translate(50%, -50%);
}

.count-down {
  padding-top: 30px;
  padding-bottom: 30px;
}

.count-down li {
  padding: 0 30px 0;
}

.count-down span {
  font-size: 3.25rem;
  font-weight: 700;
  line-height: 1;
  display: block;
}

.count-down p {
  margin-top: 0;
  font-weight: 300;
}

@media (min-width: md) {
  .count-down span {
    font-size: 4.5rem;
  }
}

.example-selector {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  list-style-type: none;
}

.example-selector > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
  margin: 0.5em;
  padding: 2.5em;
  overflow: hidden;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border-radius: 0.25rem;
  border: 1px solid #d9e2ef;
}

.example-selector > li:hover {
  border-color: #5533ff;
}

.cookie-location-message {
  margin-top: 4rem;
}

.cookie-location-message ul {
  list-style: none;
  padding: 0;
}

/*# sourceMappingURL=demo.css.map */

.bubbleimgStyle .styleImages:nth-child(3) {
    animation-delay: 2s;
    width: 80px;
    height: 80px;
    margin: 10px;
    bottom: -19%;
    opacity: 0.5;
    animation: move 10s linear infinite;
}
.bubbleimgStyle .styleImages:nth-child(4) {
    animation-delay: 3s;
    width: 40px;
    height: 40px;
    margin: 10px;
    bottom: -19%;
    opacity: 0.5;
    animation: move 29s linear infinite;

}

.bubbleimgStyle .styleImages:nth-child(5) {
    animation-delay: 1s;
    width: 100px;
    height: 100px;
    margin: 10px;
    bottom: -19%;
    opacity: 0.5;
    animation: move 20s linear infinite;

}

.bubbleimgStyle .styleImages:nth-child(6) {
    animation-delay: 0s;
    width: 40px;
    height: 40px;
    margin: 10px;
    bottom: -19%;
    opacity: 0.5;
    animation: move 8s linear infinite;

}

.bubbleimgStyle .styleImages:nth-child(7) {
    animation-delay: -1s;
    width: 70px;
    height: 70px;
    margin: 10px;
    bottom: -19%;
    opacity: 0.5;
    animation: move 20s linear infinite;


}

.bubbleimgStyle .styleImages:nth-child(8) {
    animation-delay: -1s;
    width: 20px;
    height: 20px;
    margin: 10px;
    bottom: -19%;
    opacity: 0.5;
    animation: move 10s linear infinite;
}

.bubbleimgStyle .styleImages:nth-child(9) {
    animation-delay: 0s;
    width: 100px;
    height: 100px;
    margin: 10px;
    bottom: -19%;
    opacity: 0.5;
    animation: move 30s linear infinite;
}

.bubbleimgStyle .styleImages:nth-child(10) {
    animation-delay: -2s;
    width: 80px;
    height: 80px;
    margin: 10px;
    bottom: -19%;
    opacity: 0.5;
    animation: move 10s linear infinite;

}

.bubbleimgStyle .styleImages:nth-child(11) {
    animation-delay: -3s;
    width: 40px;
    height: 40px;
    margin: 10px;
    bottom: -19%;
    opacity: 0.5;
    animation: move 9s linear infinite;
}

.bubbleimgStyle .styleImages:nth-child(12) {
    animation-delay: -2s;
    width: 70px;
    height: 70px;
    margin: 10px;
    bottom: -19%;
    opacity: 0.5;
    animation: move 20s linear infinite;
}

.bubbleimgStyle .styleImages:nth-child(13) {
    animation-delay: 1s;
    width: 100px;
    height: 100px;
    margin: 10px;
    opacity: 0.5;
    animation: alternate 10s linear infinite;
}

.bubbleimgStyle .styleImages:nth-child(14) {
    animation-delay: 3s;
    width: 100px;
    height: 100px;
    margin: 10px;
    opacity: 0.5;
    animation: backwards 10s linear infinite;

}

.bubbleimgStyle .styleImages:nth-child(15) {
    animation-delay: 1s;
    width: 10px;
    height: 10px;
    margin: 10px;
    opacity: 0.5;
    animation: both 20s linear infinite;
}

.bubbleimgStyle .styleImages:nth-child(16) {
    animation-delay: .5s;
    width: 180px;
    height: 180px;
    margin: 10px;
    opacity: 0.5;
    animation: move 10s linear infinite;
}

.bubbleimgStyle .styleImages:nth-child(17) {
    animation-delay: 1s;
    width: 60px;
    height: 60px;
    margin: 10px;
    opacity: 0.5;
    animation: alternate 10s linear infinite;
}

.bubbleimgStyle .styleImages:nth-child(18) {
    animation-delay: 0.7s;
    width: 100px;
    height: 100px;
    margin: 10px;
    opacity: 0.5;
    animation: alternate;
}

.bubbleimgStyle .styleImages:nth-child(19) {
    animation-delay: 1s;
    width: 100px;
    height: 100px;
    margin: 10px;
    opacity: 0.5;
    animation: alternate;
}





/* header style start hare */
.textAnimate {
    width: 100%;
    justify-content: center;
    align-items: center;
}

.textAnimate p {
    font-size: 30px;
    display: block;
    text-align: center;
}

.char {
    font-size: 40px;
    height: 40px;
    animation: an 1s ease-in-out 1 forwards 0.1s;
    display: inline-block;
}

@keyframes an {
    from {
        opacity: 0;
        transform: perspective(500px) translate3d(-35px, -40px, -150px) rotate3d(1, -1, 0, 35deg);
    }

    to {
        opacity: 1;
        transform: perspective(500px) translate3d(0, 0, 0);
    }
}

@keyframes an2 {
    from {
        opacity: 0;
        transform: perspective(500px) translate3d(35px, -40px, -150px) rotate3d(1, 1, 0, 35deg);
    }

    to {
        opacity: 1;
        transform: perspective(500px) translate3d(0, 0, 0);
    }
}


/* button style syart hare */
.headerBgimages {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}


/* header button style css start hare */
.headtitalStyle {
    align-items: center;
}

.headtitalStyle h1 {
    color: #fff;
    font-size: 3em;
    /* transform: translate(-50%, -50%); */
}

.headtitalStyle h1:nth-child(1) {
    color: transparent;
    -webkit-text-stroke: 4px #fff;
}

.btn-animate {
    text-align: center;
    color: white;
    background: linear-gradient(to left, #0E9E9C 50%, lightblue 50%) right;
    background-size: 200%;
    transition: .5s ease-out;
}

.btn-animate:hover {
    background-position: left;
}

* {
    font-family: Lato, Vernanda, Arial, Geneva, Helvetica, sans-serif;
}
ul > li.hm0 > ul {
    position: absolute;
    display: none;
    width: 100%;
    right: 0;
    top: 0;
    padding: 0;
    text-align: left;
    overflow: hidden;
    z-index: 5;
    min-height: 430px;
    max-height: 700px;
    background-color: #fcfcfc;
    margin: 0 auto;
}

.ishover li.hm0:hover > ul, .ishover li.hm0:hover > button::after, .ishover li.hm1:hover > div.hm_c, .ishover li.hm1:hover > div.hm_v, .ishover li.hm1:hover > a::after, .ishover li.hm1:hover > button::after {
	display: block;
}

    .section-title{
        font-weight: 600;
    }
    .citation{
        margin:5rem 0rem;
        background-color: rgba(0, 0, 0, 0.5);
        padding: 20px;
        border-radius: 15px;
    }
    .nav-link{
        border-radius: 6px;
    }
    .front-content img{
        border-radius: 15px;
        max-width: 100%;
        min-width: 12rem;
        min-height: 12rem;
        /* display: contents; */
        object-fit: cover;  
    }
    .section{
        margin-top:1rem;
        margin-bottom:1rem;
    }
    .title-text {
        font-size: 6rem;
    }
    .number-tag{
        font-size: 32px;
        background: rgba(0,0,0, 0.3);
        border-radius: 50%;
        text-align: center;
        height: 64px;
        width: 64px;
        display: inline-block;
        padding-top: 8px;
    }
@import url(//fonts.googleapis.com/css?family=Lato:300:400);

.inner-header {
  height:50vh;
  width:100%;
  margin: 0;
  padding: 0;
}

.flex { /*Flexbox for containers*/
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.waves {
  position:relative;
  width: 100%;
  height:100vh;
  margin-bottom:-7px; /*Fix for safari gap*/
  min-height:10px;
  max-height:55px;
}

.content {
  position:relative;
  height:20vh;
  text-align:center;
  background-color: white;
}

/* Animation */

.parallax > use {
  animation: move-forever 25s cubic-bezier(.55,.5,.45,.5)     infinite;
}
.parallax > use:nth-child(1) {
  animation-delay: -2s;
  animation-duration: 7s;
}
.parallax > use:nth-child(2) {
  animation-delay: -3s;
  animation-duration: 10s;
}
.parallax > use:nth-child(3) {
  animation-delay: -4s;
  animation-duration: 13s;
}
.parallax > use:nth-child(4) {
  animation-delay: -5s;
  animation-duration: 20s;
}
@keyframes move-forever {
  0% {
   transform: translate3d(-90px,0,0);
  }
  100% {
    transform: translate3d(85px,0,0);
  }
}
/*Shrinking for mobile*/
@media (max-width: 768px) {
  .waves {
    height:40px;
    min-height:40px;
  }
  .content {
    height:30vh;
  }
  h1 {
    font-size:24px;
  }
}





  #octocat {
    height: 300px;
    width: 200px;
    background: url(https://codinhood.com/static/9a146dac647e7129fa173acc0b0d437f/299c1/octocat.png) left center;
    animation: animateSprite 15s steps(1) infinite, swim 15s ease-in-out infinite;
    position: absolute;
    right: -200px;
    top: auto;
    margin-top: -150px;
    z-index: 100;
  }


  @keyframes animateSprite {
    0% {
      background-position: -600px; /* Starting position moving left sprite */
    }
    20% {
      background-position: 0px; /* Straight on sprite */
    }
    25% {
      background-position: -200px; /* Moving up sprite */
    }
    35% {
      background-position: -400px; /* Moving right sprite */
    }
    40% {
      background-position: -400px;
    }
    50% {
      background-position: -200px;  /* Moving up sprite */
    }
    60% {
      background-position: -0px; /* Straight on sprite */
    }
    67% {
      background-position: -600px; /* Moving up sprite */
    }

    100% {
      background-position: -600px;
    }


  }

  @keyframes swim {
    0% {
      transform: translate(0, 0); /* Starting position */
    }
    20% {
      transform: translate(calc(-50vw - 100px), 0); /* Animate to center of screen */
    }
    25% {
      transform: translate(calc(-50vw - 100px), 0); /* Stay at the center for 1 second */
    }
    35% {
      transform: translate(calc(-50vw - 100px), -20vh); /* Animate up for 2 seconds */
    }
    50% {
      transform: translate(-25vw, 15vh); /* Animate bottom right for 3 seconds */
    }
    60% {
      transform: translate(-25vw, -20vh); /* Animate up at right of the screen */
    }
    67% {
      transform: translate(-25vw, -20vh);
    }

    100% {
      transform: translate(-25vw, -20vh);
    }






  }
  .ocean {
    position: relative;
    width: 100vw;
    height: auto;
    background-image: linear-gradient(0deg, #182848, #2980b9)
  }

  .bubble {
    width: 30px;
    height: 30px;
    border-radius: 100%;
    position: absolute;
    background-color: white;
    bottom: -30px;
    opacity: 0.2;
    animation: bubble 15s ease-in-out infinite,
      sideWays 10s ease-in-out infinite alternate;
  }

  @keyframes bubble {
    0% {
      transform: translateY(0%);
      opacity: 0.06;
    }
    100% {
      transform: translateY(-1000vh);
    }
  }

  @keyframes sideWays {
    0% {
      margin-left: 0px;
    }
    100% {
      margin-left: 200px;
    }
  }

  .bubble--1 {
    left: 10%;
    animation-delay: 0.5s;
    animation-duration: 16s;
    opacity: 0.2;
  }

  .bubble--2 {
    width: 15px;
    height: 15px;
    left: 40%;
    animation-delay: 1s;
    animation-duration: 10s;
    opacity: 0.1;
  }

  .bubble--3 {
    width: 10px;
    height: 10px;
    left: 30%;
    animation-delay: 5s;
    animation-duration: 20s;
    opacity: 0.3;
  }

  .bubble--4 {
    width: 25px;
    height: 25px;
    left: 40%;
    animation-delay: 8s;
    animation-duration: 17s;
    opacity: 0.2;
  }

  .bubble--5 {
    width: 30px;
    height: 30px;
    left: 60%;
    animation-delay: 10s;
    animation-duration: 15s;
    opacity: 0.1;
  }

  .bubble--6 {
    width: 10px;
    height: 10px;
    left: 80%;
    animation-delay: 3s;
    animation-duration: 30s;
    opacity: 0.4;
  }

  .bubble--7 {
    width: 15px;
    height: 15px;
    left: 90%;
    animation-delay: -7s;
    animation-duration: 25s;
    opacity: 0.3;
  }

  .bubble--9 {
    width: 20px;
    height: 20px;
    left: 50%;
    bottom: 30px;
    animation-delay: -5s;
    animation-duration: 19s;
    opacity: 0.2;
  }

  .bubble--10 {
    width: 40px;
    height: 40px;
    left: 30%;
    bottom: 30px;
    animation-delay: -21s;
    animation-duration: 16s;
    opacity: 0.3;
  }

  .bubble--11 {
    width: 30px;
    height: 30px;
    left: 60%;
    bottom: 30px;
    animation-delay: -13.75s;
    animation-duration: 20s;
    opacity: 0.3;
  }

  .bubble--11 {
    width: 25px;
    height: 25px;
    left: 90%;
    bottom: 30px;
    animation-delay: -10.5s;
    animation-duration: 19s;
    opacity: 0.3;
  }

  /* bubble color change and full screen buttom to top right corner of the screen and also the text to be in the center of the screen */
    .bubble--12 {
        width: 25px;
        height: 25px;
        left: 90%;
        bottom: 30px;
        animation-delay: -10.5s;
        animation-duration: 19s;
        opacity: 0.3;
        background-color: #f1c40f;
    }

    .bubble--13 {
        width: 25px;
        height: 25px;
        left: 90%;
        bottom: 30px;
        animation-delay: -10.5s;
        animation-duration: 19s;
        opacity: 0.3;
        background-color: #e67e22;
    }

    .bubble--14 {
        width: 25px;
        height: 25px;
        left: 90%;
        bottom: 30px;
        animation-delay: -10.5s;
        animation-duration: 19s;
        opacity: 0.3;
        background-color: #e74c3c;
    }

    .bubble--15 {
        width: 25px;
        height: 25px;
        left: 90%;
        bottom: 30px;
        animation-delay: -10.5s;
        animation-duration: 19s;
        opacity: 0.3;
        background-color: #9b59b6;
    }

    .bubble--16 {
        width: 25px;
        height: 25px;
        left: 90%;
        bottom: 30px;
        animation-delay: -10.5s;
        animation-duration: 19s;
        opacity: 0.3;
        background-color: #3498db;
    }

    .bubble--17 {
        width: 25px;
        height: 25px;
        left: 90%;
        bottom: 30px;
        animation-delay: -10.5s;
        animation-duration: 19s;
        opacity: 0.3;
        background-color: #2ecc71;
    }

    .bubble--18 {
        width: 25px;
        height: 25px;
        left: 90%;
        bottom: 30px;
        animation-delay: -10.5s;
        animation-duration: 19s;
        opacity: 0.3;
        background-color: #1abc9c;
    }

    .bubble--19 {
        width: 25px;
        height: 25px;
        left: 90%;
        bottom: 30px;
        animation-delay: -10.5s;
        animation-duration: 19s;
        opacity: 0.3;
        background-color: #16a085;
    }

    .bubble--20 {
        width: 25px;
        height: 25px;
        left: 90%;
        bottom: 30px;
        animation-delay: -10.5s;
        animation-duration: 19s;
        opacity: 0.3;
        background-color: #34495e;
    }

    .bubble--21 {
        width: 25px;
        height: 25px;
        left: 90%;
        bottom: 30px;
        animation-delay: -10.5s;
        animation-duration: 19s;
        opacity: 0.3;
        background-color: #2c3e50;
    }

    .bubble--22 {
        width: 25px;
        height: 25px;
        left: 90%;
        bottom: 30px;
        animation-delay: -10.5s;
        animation-duration: 19s;
        opacity: 0.3;
        background-color: #95a5a6;
    }

    .bubble--23 {
        width: 25px;
        height: 25px;
        left: 90%;
        bottom: 30px;
        animation-delay: -10.5s;
        animation-duration: 19s;
        opacity: 0.3;
        background-color: #7f8c8d;
    }

    .bubble--24 {
        width: 25px;
        height: 25px;
        left: 90%;
        bottom: 30px;
        animation-delay: -10.5s;
        animation-duration: 19s;
        opacity: 0.3;
        background-color: #bdc3c7;
    }

    .bubble--25 {
        width: 25px;
        height: 25px;
        left: 90%;
        bottom: 30px;
        animation-delay: -10.5s;
        animation-duration: 19s;
        opacity: 0.3;
        background-color: #ecf0f1;
    }

    .bubble--26 {
        width: 25px;
        height: 25px;
        left: 90%;
        bottom: 30px;
        animation-delay: -10.5s;
        animation-duration: 19s;
        opacity: 0.3;
        background-color: #f39c12;
    }

    .bubble--27 {
        width: 25px;
        height: 25px;
        left: 90%;
        bottom: 30px;
        animation-delay: -10.5s;
        animation-duration: 19s;
        opacity: 0.3;
        background-color: #d35400;
    }

    .bubble--28 {
        width: 25px;
        height: 25px;
        left: 90%;
        bottom: 30px;
        animation-delay: -10.5s;
        animation-duration: 19s;
        opacity: 0.3;
        background-color: #c0392b;
    }

    .bubble--29 {
        width: 25px;
        height: 25px;
        left: 90%;
        bottom: 30px;
        animation-delay: -10.5s;
        animation-duration: 19s;
        opacity: 0.3;
        background-color: #8e44ad;
    }

    .bubble--30 {
        width: 25px;
        height: 25px;
        left: 90%;
        bottom: 30px;
        animation-delay: -10.5s;
        animation-duration: 19s;
        opacity: 0.3;
        background-color: #2980b9;
    }

    .bubble--31 {
        width: 25px;
        height: 25px;
        left: 90%;
        bottom: 30px;
        animation-delay: -10.5s;
        animation-duration: 19s;
        opacity: 0.3;
        background-color: #27ae60;
    }

    .bubble--32 {
        width: 25px;
        height: 25px;
        left: 90%;
        bottom: 30px;
        animation-delay: -10.5s;
        animation-duration: 19s;
        opacity: 0.3;
        background-color: #2ecc71;
    }

    .bubble--33 {
        width: 25px;
        height: 25px;
        left: 90%;
        bottom: 30px;
        animation-delay: -10.5s;
        animation-duration: 19s;
        opacity: 0.3;
        background-color: #1abc9c;
    }

    .bubble--34 {
        width: 25px;
        height: 25px;
        left: 90%;
        bottom: 30px;
        animation-delay: -10.5s;
        animation-duration: 19s;
        opacity: 0.3;
        background-color: #16a085;
    }
