/* Required height of parents of the Full Page Intro and Intro itself */
/* Required height of parents of the Full Page Carousel for proper displaying carousel itself */
html,
body,
.view {
  height: 100%; }

/* Full Page Carousel itself*/
.carousel {
  height: 100%; }
  .carousel .carousel-inner {
    height: 100%; }
    .carousel .carousel-inner .carousel-item,
    .carousel .carousel-inner .active {
      height: 100%; }
/* Adjustment for mobile devices*/
@media (max-width: 776px) {
  .carousel {
    height: 100%; } }


/* Navbar animation */
.navbar {
  background-color: rgba(0, 0, 0, 0.2); }

.top-nav-collapse {
  background-color: #fff; 
}

.navbar .nav-item .nav-link {
    color: #fff;
}

.top-nav-collapse.navbar .nav-item .nav-link {
    color: #000; 
}

.view-half {
  height: 65%!important;
}

/* Adding color to the Navbar on mobile */
@media only screen and (max-width: 768px) {
  .navbar {
    background-color: #fff; 
  }

  .view-half {
    height: 100%!important;
  } 
}



/* Footer color for sake of consistency with Navbar */
.page-footer {
  background-color: #1C2331; }


#mission::before,
#streak-1::before,
#formulas::before,
#carousel-example-2::before {
  display: block;
  content: " ";
  margin-top: -52px;
  height: 52px;
  visibility: hidden;
}

@media (min-width: 768px) {
    .showcase-text {
        padding:7rem
    }
}

.showcase-img {
    min-height: 30rem;
    background-size: cover
}

.divider-new {
  margin-right: 25%;
  margin-left: 25%;
}

.divider-new:before, .divider-new:after {
  height: 3px!important;
  background: c7c7c7!important;
}

.streak {
    display: block;
    position: relative;
    overflow: hidden;
    height: 250px
}

.streak.streak-md {
    height: 500px
}

@media (max-width: 736px) {
    .streak.streak-md {
        height:600px
    }
}

.streak.streak-lg {
    height: 650px
}

@media (max-width: 450px) {
    .streak.streak-lg {
        height:900px
    }
}

.streak.streak-long {
    height: 200px
}

@media (max-width: 450px) {
    .streak.streak-long {
        height:620px
    }
}

.streak.streak-long-2 {
    height: 400px
}

@media (max-width: 450px) {
    .streak.streak-long-2 {
        height:700px
    }
}

.streak.streak-photo {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center
}

@media (min-width: 1366px) {
    .streak.streak-photo {
        background-attachment:fixed
    }
}

.streak.no-flex {
    padding-top: 3.125rem;
    padding-bottom: 3.125rem;
    height: auto
}

.timeline-main .stepper.stepper-vertical.timeline li a {
    padding: 0 24px;
    left: 100%
}

@media (min-width: 451px) and (max-width:1025px) {
    .timeline-main .stepper.stepper-vertical.timeline li a {
        left:6%
    }
}

.timeline-main .stepper.stepper-vertical.timeline li a .circle {
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 1.4em;
    text-align: center;
    position: absolute;
    top: 16px;
    margin-left: -50px;
    background-color: #ccc;
    z-index: 2
}

.timeline-main .stepper.stepper-vertical.timeline li .step-content {
    width: 85%;
    float: left;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    position: relative
}

@media (max-width: 450px) {
    .timeline-main .stepper.stepper-vertical.timeline li a {
        left:6%
    }

    .timeline-main .stepper.stepper-vertical.timeline li .step-content {
        width: 80%;
        left: 3rem;
        margin-right: 3rem;
        margin-bottom: 2rem;
        float: right
    }
}

@media (min-width: 451px) and (max-width:1025px) {
    .timeline-main .stepper.stepper-vertical.timeline li .step-content {
        width:85%;
        left: 3rem;
        margin-right: 3rem;
        margin-bottom: 2rem;
        float: right
    }
}

.timeline-main .stepper.stepper-vertical.timeline li .step-content:before {
    position: absolute;
    top: 26px;
    right: -15px;
    display: inline-block;
    border-top: 15px solid transparent;
    border-left: 15px solid #e0e0e0;
    border-right: 0 solid #e0e0e0;
    border-bottom: 15px solid transparent;
    content: " "
}

@media (max-width: 450px) {
    .timeline-main .stepper.stepper-vertical.timeline li .step-content:before {
        border-left-width:0;
        border-right-width: 15px;
        left: -15px;
        right: auto
    }
}

@media (min-width: 451px) and (max-width:1025px) {
    .timeline-main .stepper.stepper-vertical.timeline li .step-content:before {
        border-left-width:0;
        border-right-width: 15px;
        left: -15px;
        right: auto
    }
}

.timeline-main .stepper.stepper-vertical.timeline li .step-content:after {
    position: absolute;
    top: 27px;
    right: -14px;
    display: inline-block;
    border-top: 14px solid transparent;
    border-left: 14px solid #fff;
    border-right: 0 solid #fff;
    border-bottom: 14px solid transparent;
    content: " "
}

@media (max-width: 450px) {
    .timeline-main .stepper.stepper-vertical.timeline li .step-content:after {
        border-left-width:0;
        border-right-width: 14px;
        left: -14px;
        right: auto
    }
}

@media (min-width: 451px) and (max-width:1025px) {
    .timeline-main .stepper.stepper-vertical.timeline li .step-content:after {
        border-left-width:0;
        border-right-width: 14px;
        left: -14px;
        right: auto
    }
}

.timeline-main .stepper.stepper-vertical.timeline li.timeline-inverted {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end
}

.timeline-main .stepper.stepper-vertical.timeline li.timeline-inverted .step-content {
    float: right
}

.timeline-main .stepper.stepper-vertical.timeline li.timeline-inverted .step-content:before {
    border-left-width: 0;
    border-right-width: 15px;
    left: -15px;
    right: auto
}

.timeline-main .stepper.stepper-vertical.timeline li.timeline-inverted .step-content:after {
    border-left-width: 0;
    border-right-width: 14px;
    left: -14px;
    right: auto
}

.timeline-main .stepper.stepper-vertical.timeline li:not(:last-child):after {
    content: " ";
    position: absolute;
    width: 3px;
    background-color: #e0e0e0;
    left: 100%;
    top: 65px;
    margin-left: -1.5px
}

@media (min-width: 451px) and (max-width:1025px) {
    .timeline-main .stepper.stepper-vertical.timeline li:not(:last-child):after {
        left:6%
    }
}

@media (max-width: 1025px) {
    .timeline-main .stepper.stepper-vertical.timeline li {
        -webkit-box-align:end;
        -webkit-align-items: flex-end;
        -ms-flex-align: end;
        align-items: flex-end
    }
}

.timeline-main .stepper.stepper-vertical.timeline.colorful-timeline li .step-content:before {
    top: 1rem;
    border-left: 15px solid #D32F2F;
    border-right: 0 solid #D32F2F
}

@media (max-width: 450px) {
    .timeline-main .stepper.stepper-vertical.timeline li:not(:last-child):after {
        left:6%
    }

    .timeline-main .stepper.stepper-vertical.timeline.colorful-timeline li .step-content:before {
        border-left-width: 0;
        border-right-width: 15px;
        left: -15px;
        right: auto
    }
}

@media (min-width: 451px) and (max-width:1025px) {
    .timeline-main .stepper.stepper-vertical.timeline.colorful-timeline li .step-content:before {
        border-left-width:0;
        border-right-width: 15px;
        left: -15px;
        right: auto
    }
}

.timeline-main .stepper.stepper-vertical.timeline.colorful-timeline li .step-content:after {
    top: 1rem;
    border-left: 14px solid #D32F2F;
    border-right: 0 solid #D32F2F
}

@media (max-width: 450px) {
    .timeline-main .stepper.stepper-vertical.timeline.colorful-timeline li .step-content:after {
        border-left-width:0;
        border-right-width: 14px;
        left: -14px;
        right: auto
    }
}

@media (min-width: 451px) and (max-width:1025px) {
    .timeline-main .stepper.stepper-vertical.timeline.colorful-timeline li .step-content:after {
        border-left-width:0;
        border-right-width: 14px;
        left: -14px;
        right: auto
    }
}

.timeline-main .stepper.stepper-vertical.timeline.colorful-timeline li .step-content .timeline-header {
    -webkit-border-top-left-radius: 2px;
    border-top-left-radius: 2px;
    -webkit-border-top-right-radius: 2px;
    border-top-right-radius: 2px
}

.timeline-main .stepper.stepper-vertical.timeline.colorful-timeline li.timeline-inverted .step-content:before {
    border-left-width: 0;
    border-right-width: 15px;
    left: -15px
}

.timeline-main .stepper.stepper-vertical.timeline.colorful-timeline li.timeline-inverted .step-content:after {
    border-left-width: 0;
    border-right-width: 14px;
    left: -14px
}

.timeline-main .stepper.stepper-vertical.timeline.colorful-timeline li:not(:last-child):after {
    background-color: #D32F2F
}

.timeline-main .stepper.stepper-vertical.timeline.timeline-animated .more-padding {
    padding-right: 100px;
    padding-left: 100px
}

.timeline-main .stepper.stepper-vertical.timeline.timeline-animated li {
    -webkit-transition: all .7s ease-in-out;
    -o-transition: all .7s ease-in-out;
    transition: all .7s ease-in-out
}

.timeline-main .stepper.stepper-vertical.timeline.timeline-simple li a {
    padding: 0
}

.timeline-main .stepper.stepper-vertical.timeline.timeline-simple li a .circle {
    width: 23px;
    height: 23px;
    line-height: 23px;
    font-size: 1.4em;
    text-align: center;
    position: absolute;
    top: 16px;
    margin-left: -12px;
    background-color: #ccc;
    z-index: 2
}

.timeline-main .stepper.stepper-vertical.timeline.timeline-simple li .step-content {
    width: 85%;
    float: left;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    position: relative
}

@media (max-width: 450px) {
    .timeline-main .stepper.stepper-vertical.timeline.timeline-simple li .step-content {
        width:80%;
        left: 3rem;
        margin-right: 3rem;
        margin-bottom: 2rem;
        float: right
    }
}

@media (min-width: 451px) and (max-width:1025px) {
    .timeline-main .stepper.stepper-vertical.timeline.timeline-simple li .step-content {
        width:85%;
        left: 3rem;
        margin-right: 3rem;
        margin-bottom: 2rem;
        float: right
    }
}

.timeline-main .stepper.stepper-vertical.timeline.timeline-simple li .step-content:before {
    position: absolute;
    top: 15px;
    display: inline-block;
    border-top: 15px solid transparent;
    border-left: 15px solid #e0e0e0;
    border-right: 0 solid #e0e0e0;
    border-bottom: 15px solid transparent;
    content: " "
}

@media (max-width: 450px) {
    .timeline-main .stepper.stepper-vertical.timeline.timeline-simple li .step-content:before {
        border-left-width:0;
        border-right-width: 15px;
        left: -15px;
        right: auto
    }
}

@media (min-width: 451px) and (max-width:1025px) {
    .timeline-main .stepper.stepper-vertical.timeline.timeline-simple li .step-content:before {
        border-left-width:0;
        border-right-width: 15px;
        left: -15px;
        right: auto
    }
}

.timeline-main .stepper.stepper-vertical.timeline.timeline-simple li .step-content:after {
    position: absolute;
    top: 15px;
    display: inline-block;
    border-top: 14px solid transparent;
    border-left: 14px solid #fff;
    border-right: 0 solid #fff;
    border-bottom: 14px solid transparent;
    content: " "
}

@media (max-width: 450px) {
    .timeline-main .stepper.stepper-vertical.timeline.timeline-simple li .step-content:after {
        border-left-width:0;
        border-right-width: 14px;
        left: -14px;
        right: auto
    }
}

@media (min-width: 451px) and (max-width:1025px) {
    .timeline-main .stepper.stepper-vertical.timeline.timeline-simple li .step-content:after {
        border-left-width:0;
        border-right-width: 14px;
        left: -14px;
        right: auto
    }
}

.timeline-main .stepper.stepper-vertical.timeline.timeline-simple li .step-content.hoverable {
    -webkit-box-shadow: 0 2px 5px 0 rgba(0,0,0,.16),0 2px 10px 0 rgba(0,0,0,.12);
    box-shadow: 0 2px 5px 0 rgba(0,0,0,.16),0 2px 10px 0 rgba(0,0,0,.12)
}

.timeline-main .stepper.stepper-vertical.timeline.timeline-simple li .step-content.hoverable:hover {
    -webkit-box-shadow: 0 8px 17px 0 rgba(0,0,0,.2),0 6px 20px 0 rgba(0,0,0,.19);
    box-shadow: 0 8px 17px 0 rgba(0,0,0,.2),0 6px 20px 0 rgba(0,0,0,.19)
}

.timeline-main .stepper.stepper-vertical.timeline.timeline-simple li:not(:last-child):after {
    width: 2px;
    background-color: #9e9e9e;
    top: 32px;
    height: 100%
}

.timeline-main .stepper.stepper-vertical.timeline.timeline-simple li.timeline-inverted .step-content:before {
    border-left-width: 0;
    border-right-width: 15px;
    left: -15px
}

.timeline-main .stepper.stepper-vertical.timeline.timeline-simple li.timeline-inverted .step-content:after {
    border-left-width: 0;
    border-right-width: 14px;
    left: -14px
}

.timeline-main .stepper.stepper-vertical.timeline.timeline-images li a .circle {
    font-size: 1rem
}

.timeline-main .stepper.stepper-vertical.timeline.timeline-images li:not(:last-child):after {
    background-color: #26c6da
}

.offset-3 {
  margin-left: 25% 
}

.icon-area .circle-icon {
    display: block;
    display: inline-block;
    font-size: 35px;
    padding-bottom: 30px;
}

body .icon-area .circle-icon i {
  box-shadow: 0 8px 19px rgba(91,154,251,.41);
  width: 90px;
  height: 90px;
}

.icon-area .circle-icon i {
    color: #fff;
    border: 2px solid #fff;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    width: 100px;
    height: 100px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    -webkit-box-shadow: 0 1px 10px rgba(0,0,0,.46);
    box-shadow: 0 1px 10px rgba(0,0,0,.46)
}

.carousel-item .view {
    background-repeat: no-repeat; 
    background-size: cover; 
    background-attachment: fixed; 
    -o-background-size: cover; 
    -moz-background-size: cover; 
    -webkit-background-size: cover;
}   

@media only screen 
  and (max-device-width: 1024px) {
    .carousel-item .view {
        background-repeat: no-repeat; 
        background-size: cover; 
        background-attachment: scroll; 
        -o-background-size: cover; 
        -moz-background-size: cover; 
        -webkit-background-size: cover;
    }
}
