/* Required height of parents of the Full Page Carousel for proper displaying carousel itself */
body {
    font-family: 'Montserrat', sans-serif;
    color: #313131;
}

html,
body,
.view {
    height: 100%; }
.jarallax.view {
    height: auto;
}
a {
    color: #47b3c1;
}
@media (max-width: 320px) {
    .h1, h1 {
        font-size: 2.0rem;
    }

}
#loader-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1500;
}
#loader {
    display: block;
    position: relative;
    left: 50%;
    top: 50%;
    width: 150px;
    height: 150px;
    margin: -75px 0 0 -75px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #3498db;

    -webkit-animation: spin 2s linear infinite; /* Chrome, Opera 15+, Safari 5+ */
    animation: spin 2s linear infinite; /* Chrome, Firefox 16+, IE 10+, Opera */

    z-index: 1001;
}

#loader:before {
    content: "";
    position: absolute;
    top: 5px;
    left: 5px;
    right: 5px;
    bottom: 5px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #ffffff;

    -webkit-animation: spin 3s linear infinite; /* Chrome, Opera 15+, Safari 5+ */
    animation: spin 3s linear infinite; /* Chrome, Firefox 16+, IE 10+, Opera */
}

#loader:after {
    content: "";
    position: absolute;
    top: 15px;
    left: 15px;
    right: 15px;
    bottom: 15px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #47b3c1;

    -webkit-animation: spin 1.5s linear infinite; /* Chrome, Opera 15+, Safari 5+ */
    animation: spin 1.5s linear infinite; /* Chrome, Firefox 16+, IE 10+, Opera */
}

@-webkit-keyframes spin {
    0%   {
        -webkit-transform: rotate(0deg);  /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: rotate(0deg);  /* IE 9 */
        transform: rotate(0deg);  /* Firefox 16+, IE 10+, Opera */
    }
    100% {
        -webkit-transform: rotate(360deg);  /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: rotate(360deg);  /* IE 9 */
        transform: rotate(360deg);  /* Firefox 16+, IE 10+, Opera */
    }
}
@keyframes spin {
    0%   {
        -webkit-transform: rotate(0deg);  /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: rotate(0deg);  /* IE 9 */
        transform: rotate(0deg);  /* Firefox 16+, IE 10+, Opera */
    }
    100% {
        -webkit-transform: rotate(360deg);  /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: rotate(360deg);  /* IE 9 */
        transform: rotate(360deg);  /* Firefox 16+, IE 10+, Opera */
    }
}

#loader-wrapper .loader-section {
    position: fixed;
    top: 0;
    width: 51%;
    height: 100%;
    background: #222222;
    z-index: 1000;
    -webkit-transform: translateX(0);  /* Chrome, Opera 15+, Safari 3.1+ */
    -ms-transform: translateX(0);  /* IE 9 */
    transform: translateX(0);  /* Firefox 16+, IE 10+, Opera */
}

#loader-wrapper .loader-section.section-left {
    left: 0;
}

#loader-wrapper .loader-section.section-right {
    right: 0;
}

/* Loaded */
.loaded #loader-wrapper .loader-section.section-left {
    -webkit-transform: translateX(-100%);  /* Chrome, Opera 15+, Safari 3.1+ */
    -ms-transform: translateX(-100%);  /* IE 9 */
    transform: translateX(-100%);  /* Firefox 16+, IE 10+, Opera */

    -webkit-transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);
    transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);
}

.loaded #loader-wrapper .loader-section.section-right {
    -webkit-transform: translateX(100%);  /* Chrome, Opera 15+, Safari 3.1+ */
    -ms-transform: translateX(100%);  /* IE 9 */
    transform: translateX(100%);  /* Firefox 16+, IE 10+, Opera */

    -webkit-transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);
    transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);
}

.loaded #loader {
    opacity: 0;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.loaded #loader-wrapper {
    visibility: hidden;

    -webkit-transform: translateY(-100%);  /* Chrome, Opera 15+, Safari 3.1+ */
    -ms-transform: translateY(-100%);  /* IE 9 */
    transform: translateY(-100%);  /* Firefox 16+, IE 10+, Opera */

    -webkit-transition: all 0.3s 1s ease-out;
    transition: all 0.3s 1s ease-out;
}

/* Full Page Carousel itself*/
.carousel {
    height: 100vh; }
.carousel .carousel-inner {
    height: 100%; }
.carousel .carousel-inner .carousel-item,
.carousel .carousel-inner .active {
    height: 100%; }
h1,h2 {
    color: #313131!important;

}
.jarallax h1 {
    color: #ffffff!important;
}
.headline {
    color: #ffffff;
}
/* Navbar animation */
.navbar {
    background-color: rgba(0, 0, 0, 0.2); }

.top-nav-collapse {
    background-color: #313131;
}
.unique-color-dark {
    background-color: #313131!important;
}

/* Adding color to the Navbar on mobile */
@media only screen and (max-width: 768px) {
    .navbar {
        background-color: #313131;
    }


}

/* Footer color for sake of consistency with Navbar */
.page-footer {
    background-color: #1C2331;
}
.headline {
    font-size: 4rem;
}
.text-blue {
    color: #48b3c1 !important;
}

.text-wrapper {
    text-align: center;
}

/* Home Sliding Text */
.codinfox-changing-keywords{
    vertical-align:top;
    position:relative;
    display: inline-block;
}
.hidden{
    position:absolute;
    top: 20px;
    display:inline-block;
    opacity:0;
    animation: slideme 20s infinite;
}
.hidden:nth-child(3){
    animation-delay: 4s;
}
.hidden:nth-child(5){
    animation-delay: 8s;
}
.hidden:nth-child(7){
    animation-delay: 12s;
}
.hidden:nth-child(9){
    animation-delay: 16s;
}

@keyframes slideme {
    0% {
        top: 20px;
        opacity:0;
    }
    5% {
        top: 0px;
        opacity:1;
    }
    10%{
        top : 0;
        opacity:1;
    }
    20%{
        opacity:1;
    }
    25% {
        opacity:0.1;
        top : 0;
    }
    30% {
        opacity:0;
        top: 20px;
    }
}
/* END - Home Sliding Text */


.animated-words {
    display: inline-block;
}
.animated-words .nl:nth-child(2) {
    -webkit-animation-delay: 3s;
    -ms-animation-delay: 3s;
    animation-delay: 3s;

}
.animated-words .nl:nth-child(3) {
    -webkit-animation-delay: 6s;
    -ms-animation-delay: 6s;
    animation-delay: 6s;

}
.animated-words .nl:nth-child(4) {
    -webkit-animation-delay: 9s;
    -ms-animation-delay: 9s;
    animation-delay: 9s;

}
.animated-words .nl:nth-child(5) {
    -webkit-animation-delay: 12s;
    -ms-animation-delay: 12s;
    animation-delay: 12s;

}
.animated-words .last:nth-child(6) {
    -webkit-animation-delay: 15s;
    -ms-animation-delay: 15s;
    animation-delay: 15s;

}
.animated-words .nl {
    position: absolute;
    opacity: 0;
    overflow: hidden;

    -webkit-animation: animateWord 18s linear 1 0s;
    -ms-animation: animateWord 18s linear 1 0s;
    animation: animateWord 18s linear 1 0s;
}
@-webkit-keyframes animateWord {
    0% { opacity: 0; }
    2% { opacity: 0; -webkit-transform: translateY(-30px); }
    5% { opacity: 1; -webkit-transform: translateY(0px);}
    17% { opacity: 1; -webkit-transform: translateY(0px); }
    20% { opacity: 0; -webkit-transform: translateY(30px); }
    80% { opacity: 0; }
    100% { opacity: 0; }
}
.animated-words .last {
    position: absolute;
    opacity: 0;
    overflow: hidden;

    -webkit-animation: animateWordLast 18s linear 1 0s;
    -ms-animation: animateWordLast 18s linear 1 0s;
    animation: animateWordLast 18s linear 1 0s;
}
@-webkit-keyframes animateWordLast {
    0% { opacity: 0; }
    2% { opacity: 0; -webkit-transform: translateY(-30px); }
    5% { opacity: 1; -webkit-transform: translateY(0px);}
    100% { opacity: 1; }
}


.animated-words .last {
    -webkit-animation: animateWordLast 100s linear 1 18s;
    animation: animateWordLast 100s linear 1 18s;
}
@-webkit-keyframes animateWordLast {
    0% { opacity: 1; }
    100% { opacity: 1; }
}
.am1 {
    margin-top:-70px;
}
.navbar.navbar-dark .breadcrumb .nav-item.active>.nav-link, .navbar.navbar-dark .navbar-nav .nav-item.active>.nav-link {
    color: #47b3c1;
    background: transparent;
}
.navbar.navbar-dark .breadcrumb .nav-item .nav-link, .navbar.navbar-dark .navbar-nav .nav-item .nav-link {
    font-size: 1.2rem;
}
.navbar-brand img {
    height: 55px;
    margin-right: 50px;
    transition: height, 0.5s;
}
.top-nav-collapse .navbar-brand img {
    height: 45px !important;
}
@media (max-width: 400px) {
    .navbar-brand img {
        height: 35px !important;
    }
    .top-nav-collapse .navbar-brand img {
        height: 35px !important;
    }
    .jumbotron h1, .jumbotron .h1 {
        font-size: 1.3rem!important;
    }
    .mobile-txt-sm {
        font-size: 2.0rem !important;
    }

    h1 small {
        font-size: 56%;
    }
}
@media (min-width: 600px) {

    .navbar.scrolling-navbar .navbar-nav>li {
        margin-right: 15px;
    }
}
.lead {
    font-size: 18px;
    line-height: 24px;
    font-weight: 400;
}
.lead.big {
    font-weight: 300;
    font-size: 24px;
    line-height: 30px;
    color: #313131;
}
.text-primary {
    color: #47b3c1 !important;
}
.margin-negative {
    margin-bottom: -10.5vw;
}
@media (min-width: 992px) {
    .box-shadow {
        box-shadow: 0 40px 66px 0 rgba(0, 0, 0, 0.25);
    }
}
.bg-lighter {
    background: #f5f5f5;
    color: #47b3c1;
}
.bg-lighter .lead {
    color: #313131;
}
.jarallax .jumbotron {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: transparent!important;
}
.jumbotron small {
    display: block;
}
.jumbotron h1, .jumbotron .h1 {
    color: #ffffff;
    margin-bottom: 30px;
    letter-spacing: 0.02em;
    line-height: 1.2;
    font-size: 30px;
}
.jumbotron.margin-large {
    margin-top: 100px;
    position: initial;
    box-shadow: none;
}
.jarallax {
    min-height: 500px;
}
@media (min-width: 992px){
    .jumbotron h1, .jumbotron .h1 {
        font-size: 35px;
    }
}
@media (min-width: 1200px) {
    h1, .heading-1 {
        font-size: 47px;
        line-height: 1.44681;
    }
}
@media (min-width: 1199px){
    .jumbotron h1, .jumbotron .h1 {
        font-size: 58px;
    }
}
.jumbotron h1 small, .jumbotron .h1 small {
    color: #ffffff;
    display: block;
    font-size: 14px;
    text-transform: uppercase;
    line-height: 1.2;
    letter-spacing: .06em;
}
@media (min-width: 768px) {
    .jumbotron h1 small, .jumbotron .h1 small {
        font-size: 16px;
    }
}
@media (min-width: 1199px) {
    .jumbotron h1 small, .jumbotron .h1 small {
        font-size: 21px;
    }
}
@media (min-width: 768px) {
    .swiper-container h1 small {
        display: block;
    }
}
.icon-light {
    color: #c5d4dc;
}
.bg-dark-var1 {
    background: #313131;
    color: #fff;
}
.view-100 {
    height: 100% !important;
}
.timeline-element::before {
    border-color: #47b3c1!important;
}
.timeline::before {
    background: #47b3c1!important;
}
.timeline-element .text-muted {
    color: #ffffff!important;
}
.md-pills .nav-link.active {
    background-color: #47b3c1!important;
}
@media (max-width: 930px) {
    .headline {
        font-size: 4rem;
        height: 68px !important;
        margin-left: -52%!important;
    }
}
@media (max-width: 845px) {
    .headline {
        font-size: 3rem;
        height: 50px !important;
        margin-left: -45%!important;
    }
}
@media (max-width: 675px) {
    .headline {
        font-size: 2.3rem;
        height: 50px !important;
        margin-left: -56%!important;
    }
}
@media (max-width: 480px) {
    .headline {
        font-size: 1.9rem;
        height: 43px !important;
        margin-left: -76%!important;
    }
}
@media (min-width: 930px) {
    .feature-card .card-body {
        min-height: 830px;
    }
}

.feature-card .card-body li {
    border-bottom: 1px solid #ccc;
    padding: 15px;
    list-style: none;
}

section.animation.pt-5.mb-5 {
    min-height: 100vh;
    position: relative;
    background: #e6e9f0;
    z-index: 55;
}
.animation2 {
    min-height: 100vh;
    margin-top: -48px;
    position: relative;
    background:#e6e9f0 url("../img/animation/bubble.gif");
    z-index: 50;
}
.animation3{
    min-height: 100vh;
    position: relative;
    background: #e6e9f0;
    margin-top: -48px;

}
.animation3 .container {
    padding-top: 185px;

}
.site-note-card {
    margin-left: -74px;
    justify-content: flex-end;
    align-items: flex-end;
    display: flex;
    margin-bottom: -80px;
}
.site-note-card2 {
    margin-right: -74px;
    justify-content: flex-end;
    align-items: flex-end;
    display: flex;
    margin-bottom: -69px;
    z-index: 99;
    opacity: 1;
}
.site-note-card3 {
    position: absolute;
    top: 353px;
    right: -20px;
    transform-origin: center!important;
}
.windmill-1 {
    transform-origin: bottom;
}
.windmill-2 {
    transform-origin: bottom;
}
.st-water-8 {
    transform-origin: 603px 542px !important;
    transform: matrix(0.7, 0, 0, 0.1, 0, 0);

}
.sun {
    position: absolute;
    top: -70px;
}
.moon {
    position: absolute;
    top: -70px;
}
#heater {
    transform-origin: 0px 284px !important;
    transform: rotateX(90deg);
}
#car1{
    opacity: 0;
    left: 0;
}