#grad1 {
    background-color: #3444cf;
    /* For browsers that do not support gradients */
    background-image: linear-gradient(to bottom, #3444cf, #e457b7);
    /* Standard syntax (must be last) */
}

#grad2 {
    background-color: #3444cf;
    /* For browsers that do not support gradients */
    background-image: linear-gradient(to right, #3444cf, #e457b7);
    /* Standard syntax (must be last) */
}

#grad3 {
    background-color: #3444cf;
    /* For browsers that do not support gradients */
    background-image: linear-gradient(to left, #3444cf, #e457b7);
    /* Standard syntax (must be last) */
}

.nav-bar-link-top-margin {
    margin: 15px 0 0 0;
}

.nav-01 .navbar-light .navbar-nav .show>.nav-link,
.navbar-light .navbar-nav .active>.nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link {
    color: #fff;
    font-size: 15px;
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link:focus {
    color: #ccc;
}

.nav-link {
    margin-right: 30px;
}

.navbar-nav .nav-link {
    border-radius: 5px;
    border: 1px solid #77c0eb;
    padding: 0px 20px 2px 20px;
    padding-right: 20px !important;
    padding-left: 20px !important;
}

.navbar-nav .nav-link:hover {
    color: #fff !important;
    background-color: #3fd1af;
    border: 1px solid #ccc;

    background: linear-gradient(-45deg, #e457b7, #e73c7e, #23a6d5, #3444cf);
    background-size: 700% 700%;
    animation: gradientBGs 5s ease infinite;
}

.nav-01 .navbar-toggler {
    background-color: #fff;
}

.nav-01 .navbar-brand .logo {
    /*height: 50px;*/
    height: 50px;
    margin: 0px 0 0 0;
}

.nav-01 .dropdown-item {
    font-size: 13px;
    padding: 4px 20px 4px 15px;
    width: 200px;
}

.nav-01 .dropdown-item:hover {
    background-color: #21b0b7;
    color: #fff;
}

.nav-01 .dropdown-item:hover::before {
    font-family: "Font Awesome 5 Free";
    content: "\f101";
    font-size: 10px;
    font-weight: 900;
    position: relative;
    line-height: 1;
    color: #fff;
    left: -8px;
}

.carousel-inner .carousel-item {}

.d-dropdown {
    position: relative;
    display: inline-block;
}

.d-dropdown-content {
    display: none;
    position: absolute;
    z-index: 1;
    top: 30px;
    width: 200px;
}

.d-dropdown:hover .d-dropdown-content {
    display: block;
}

.d-dropdown::after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent;
    position: absolute;
    left: 74px;
    top: 14px;
    color: #fff;
}

#navbar123 {
    padding: 25px 0 0 0;
    z-index: 1;
    position: relative;
}

#navbar123.scrolled {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 75px;
    padding-top: 10px;
    background-color: #2d6bd1;
    box-shadow: 0px 5px 0px rgba(0, 0, 0, 0);
    transition: box-shadow 500ms;
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.25);
    z-index: 99;

    background: linear-gradient(-45deg, #e457b7, #e73c7e, #23a6d5, #3444cf);
    background-size: 400% 400%;
    animation: gradientBGs 15s ease infinite;
    opacity: 0.9;
}

.svg-01 {
    animation-delay: 0.2s;
}

.svg-02 {
    width: 116px;
    position: absolute;
    top: -137px;
    right: 23px;
    animation-delay: 0.2s;
}

.svg-03 {
    width: 375px;
    position: absolute;
    top: 0px;
    right: -14px;
    animation-delay: 0.5s;
}

.svg-04 {
    width: 116px;
    position: absolute;
    top: 36px;
    right: 151px;
    animation-delay: 1s;
}

.svg-05 {
    width: 65px;
    position: absolute;
    top: -38px;
    right: 220px;
    animation-delay: 2s;
}

.svg-06 {
    width: 80px;
    position: absolute;
    top: 140px;
    right: 258px;
    animation-delay: 1.5s;
}

.svg-07 {
    width: 90px;
    position: absolute;
    top: 117px;
    right: -17px;
    animation-delay: 1.2s;
}

.purecssgradientbackgroundanimation {
    margin: 0;
    /*
    width: 100%;
    height: 100vh;
    font-family: "Exo", sans-serif;
    color: #fff;
    background: linear-gradient(-45deg, #ee7752, #e73c7e, #23a6d5, #23d5ab);
    */
    background: linear-gradient(-45deg, #e457b7, #e73c7e, #23a6d5, #3444cf);
    background-size: 400% 400%;
    animation: gradientBGs 15s ease infinite;
    position: relative;
    top: -100px;
    /*z-index: -99;*/
    z-index: 0;
    padding-top: 70px;
}

@keyframes gradientBGs {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}

.purecssgradientbackgroundanimation-footer {
    margin: 0;
    /*
    width: 100%;
    height: 100vh;
    font-family: "Exo", sans-serif;
    color: #fff;
    background: linear-gradient(-45deg, #ee7752, #e73c7e, #23a6d5, #23d5ab);
    */
    background: linear-gradient(-180deg, #e457b7, #e73c7e, #23a6d5, #3444cf);
    background-size: 400% 400%;
    animation: gradientBGs-footer 15s ease infinite;
}

@keyframes gradientBGs-footer {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}

.slider {
    color: #FFF;
    margin-top: 22px;
    margin-bottom: 22px;
}

.slider img {
    margin-bottom: 33px;
    height: 350px;
}

.slider h1 {
    font-weight: 300;
}

.slider p {
    font-size: 14px;
}

.btn-outline {
    background-color: transparent;
    border: 1px solid #FFF;
}

.services h1 {
    font-weight: 400;
    margin-top: 25px;
    font-size: 33px;
}

.services p {
    font-size: 12px;
    text-align: justify;
}

.icon .icon-01 {
    background-color: #63d6b9;
    height: 255px;
    border-radius: 15px;
    font-size: 100px;
    text-align: center;
    color: #FFF;
    display: table;
    width: 100%;
}

.icon .icon-01 i,
.icon-02 i,
.icon-03 i,
.icon-04 i,
.icon-05 i,
.icon-06 i,
.icon-07 i,
.icon-08 i,
.icon-09 i,
.icon-10 i {
    display: table-cell;
    vertical-align: middle;
}

.icon .icon-02 {
    background-color: #9fd269;
    height: 255px;
    border-radius: 15px;
    font-size: 100px;
    text-align: center;
    color: #FFF;
    display: table;
    width: 100%;
}

.icon .icon-03 {
    background-color: #51bee9;
    height: 255px;
    border-radius: 15px;
    font-size: 100px;
    text-align: center;
    color: #FFF;
    display: table;
    width: 100%;
}

.icon .icon-04 {
    background-color: #8cbbcd;
    height: 255px;
    border-radius: 15px;
    font-size: 100px;
    text-align: center;
    color: #FFF;
    display: table;
    width: 100%;
}

.icon .icon-05 {
    background-color: #f7b138;
    height: 255px;
    border-radius: 15px;
    font-size: 100px;
    text-align: center;
    color: #FFF;
    display: table;
    width: 100%;
}

.icon .icon-06 {
    background-color: #f37e52;
    height: 255px;
    border-radius: 15px;
    font-size: 100px;
    text-align: center;
    color: #FFF;
    display: table;
    width: 100%;
}

.icon .icon-07 {
    background-color: #5e9bec;
    height: 255px;
    border-radius: 15px;
    font-size: 100px;
    text-align: center;
    color: #FFF;
    display: table;
    width: 100%;
}

.icon .icon-08 {
    background-color: #ed86be;
    height: 255px;
    border-radius: 15px;
    font-size: 100px;
    text-align: center;
    color: #FFF;
    display: table;
    width: 100%;
}

.icon .icon-09 {
    background-color: #a9b1bc;
    height: 255px;
    border-radius: 15px;
    font-size: 100px;
    text-align: center;
    color: #FFF;
    display: table;
    width: 100%;
}

.icon .icon-10 {
    background-color: #656d78;
    height: 255px;
    border-radius: 15px;
    font-size: 100px;
    text-align: center;
    color: #FFF;
    display: table;
    width: 100%;
}

.counter-01 {
    color: #FFF;
}

.counter-01 .row {
    min-height: 260px;
}

.counter-01 i {
    font-size: 40px;
    margin: 14px 25px 0 0;
}

.counter-01 h5 {
    float: left;
    font-size: 45px;
    margin-bottom: 0px;
}

.counter-01 h5 span {
    font-size: 25px;
    vertical-align: top;
}

.counter-01 span {
    vertical-align: -webkit-baseline-middle;
}

.counter-01 p {
    font-size: 12px;
    clear: both;
}

.about-us-bg-img {
    background: url(../images/about-us-bg-img-01.png) no-repeat top center;
    color: #1b1464;
}

.about-us-bg-img p {
    font-size: 18px;
}

.about-us-bg-img h1 {
    font-size: 55px;
    color: #1b1464;
    font-weight: 300;
}

.about-us-bg-img h1 span {
    font-weight: 600;
    margin: 0 0 0 109px;
}

.about-us-bg-img .com-phi h1 {
    font-size: 21px;
    color: #1b1464;
    font-weight: 300;
}

.about-us-bg-img .com-phi h1 span {
    font-weight: 600;
    margin: 0 0 0 55px;
}

.about-us-bg-img .what-we-do h1 {
    font-size: 55px;
    color: #1b1464;
    font-weight: 300;
}

.about-us-bg-img .what-we-do h1 span {
    font-weight: 600;
    margin: 0 0 0 0;
}

.about-us-bg-img .what-we-do .div-img {
    float: left;
    width: 200px;
}

.about-us-bg-img .what-we-do .div-img img {
    /*width: 170px;*/
    width: 130px;
    height: 160px;
    float: right;
    margin: 0 40px 0 0;
}

.about-us-bg-img .what-we-do .div-text {}

.about-us-bg-img .what-we-do .div-text h2 {
    font-size: 30px;
    color: #1b1464;
    font-weight: 300;
    text-transform: uppercase;
}

.about-us-bg-img .what-we-do .div-text h2 span {
    font-weight: 600;
    margin: 0 0 0 0;
    text-transform: uppercase;
}

.about-us-bg-img .what-we-do .div-text h3 {
    font-size: 13px;
    color: #1b1464;
    font-weight: 400;
    margin: 25px 0 0 0;
}

.portfolio h1 {
    font-size: 55px;
    color: #1b1464;
    font-weight: 300;
}

.portfolio h1 span {
    font-weight: 600;
}

.video {
    --border-width: 5px;
    position: relative;
    background: #fff;
    /*border-radius: var(--border-width);*/
}

.video::after {
    position: absolute;
    content: "";
    top: calc(-1 * var(--border-width));
    left: calc(-1 * var(--border-width));
    z-index: -1;
    width: calc(100% + var(--border-width) * 2);
    height: calc(100% + var(--border-width) * 2);
    background: linear-gradient( 60deg, hsl(224, 85%, 66%), hsl(269, 85%, 66%), hsl(314, 85%, 66%), hsl(359, 85%, 66%), hsl(44, 85%, 66%), hsl(89, 85%, 66%), hsl(134, 85%, 66%), hsl(179, 85%, 66%));
    background-size: 300% 300%;
    background-position: 0 50%;
    border-radius: calc(2 * var(--border-width));
    animation: moveGradient 4s alternate infinite;
}

@keyframes moveGradient {
    50% {
        background-position: 100% 50%;
    }
}

.contact-us {
    color: #1b1464;
}
.contact-us .galaxy-side {
    width: 100%;
    margin: 25px 0 25px 0;
    border: 2px solid #34ddca;
    padding: 25px;
    border-radius: 2px;
    height: 88%;
}

.contact-us h1 {
    font-size: 55px;
    color: #1b1464;
    font-weight: 300;
}

.contact-us h1 span {
    font-weight: 600;
    margin: 0 0 0 0;
}

.contact-us .contact-map {
    border: 1px solid #d5d5d5;
    padding: 5px;
    margin: 0 0 0 0;
}

.form-container {
    background-color: #fff;
    border: 2px solid #34ddca;
    padding: 25px;
    border-radius: 2px;
    margin: 25px 0 25px 0;
}

.input-row {
    margin-bottom: 10px;
}

.input-row label {
    color: #1b1464;
    margin-bottom: 0;
    padding: 0 3px;
}

.input-field {
    width: 100%;
    border-radius: 2px;
    padding: 7px 15px;
    border: 1px solid #34ddca;
    box-sizing: border-box;
    margin-top: 2px;
}

.span-field {
    font: Arial;
    font-size: small;
    text-decoration: none;
}

.btn-submit {
    padding: 10px 60px;
    cursor: pointer;
    background-color: #13c4b4;
    border-color: #13c4b4;
}

.errorMessage {
    background-color: #e66262;
    border: #AA4502 1px solid;
    padding: 5px 10px;
    color: #FFFFFF;
    border-radius: 3px;
}

.successMessage {
    background-color: #9fd2a1;
    border: #91bf93 1px solid;
    padding: 5px 10px;
    color: #3d503d;
    border-radius: 3px;
    cursor: pointer;
    font-size: 0.9em;
}

.info {
    font-size: .8em;
    color: #e66262;
    letter-spacing: 1px;
    /* padding-left: 5px; */
}

.footer {
    padding: 25px 0 25px 0;
}


/*=================footer css start==============*/

.webintern-footer .webintern-footer-inner .simple-text p {
    color: #fff;
    line-height: 22px;
}

.simple-text p {
    font-size: 13px;
    color: #42435d;
    font-weight: 400;
}

.webintern-footer .webintern-footer-inner .simple-text a {
    font-weight: 700;
    color: #f2c21a;
    font-size: 12px;
}

.footer-2 {
    padding-left: 55px;
}

.webintern_footer_title {
    margin-top: 0px;
}

.footer .mail {
    color: #48CFAE !important;
    font-weight: 600 !important;
}

.webintern_footer_title small {
    color: #fff;
    font-weight: 700;
    font-size: 18px;
    text-transform: uppercase;
}


/*
.webintern_footer_title:after {
    content: '';
    display: block;
    width: 30px;
    height: 2px;
    background: #f2c21a;
}
*/

.webintern-footer-list {
    padding: 0;
}

.webintern-footer-list li {
    list-style: none;
    line-height: 20px;
}

.webintern-footer-list a {
    position: relative;
    font-size: 13px;
    color: #fff;
    padding-left: 0;
    letter-spacing: 0.20px;
}

.footer-3 {}

.webintern-footer-inner .simple-text.last {
    color: #d5d5d5;
    font-size: 17px;
    font-style: italic;
    font-weight: 400;
}

.tt-subscribe {
    position: relative;
}

.tt-subscribe input:not([type="submit"]) {
    background: #fff;
    font-size: 15px;
    color: #838486;
    padding-left: 20px;
    padding-right: 70px;
    border: 2px solid #fff;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.tt-subscribe-submit {
    background: #001b57;
}

.tt-subscribe-submit {
    position: absolute;
    top: 0;
    right: 0;
    width: 52px;
    height: 46px;
    font-size: 18px;
    line-height: 46px;
    color: #2a2a2a;
    text-align: center;
    background: #001b57;
    -moz-border-radius-topright: 3px;
    border-top-right-radius: 3px;
    -moz-border-radius-bottomright: 3px;
    border-bottom-right-radius: 3px;
}

.tt-subscribe-submit i.fa-envelope:before {
    content: "\f0e0";
    position: relative;
    z-index: 1;
    color: #fff;
}

.tt-subscribe-submit input {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #51658d;
    border: 0;
}

ul.tt-socail {
    padding: 0;
    margin-top: 30px;
}

.tt-socail li {
    display: inline-block;
    margin-right: 10px;
}

.tt-socail a {
    display: block;
    width: 36px;
    height: 36px;
    font-size: 17px;
    line-height: 34px;
    color: #fff;
    text-align: center;
    border: 1px solid;
    border-color: transparent;
    -moz-border-radius: 100%;
    border-radius: 100%;
}

.tt-socail a:hover {
    border: 1px solid #fff;
}

.webintern_footer_title small {
    color: #1B1464;
    font-weight: 500;
    font-size: 18px;
    text-transform: uppercase;
    text-decoration: none;
}

.webintern_footer_title small span {
    font-weight: 300;
}

.tt-copy {
    font-size: 13px;
    line-height: 20px;
    color: #fff;
    border-top: 2px solid #48CFAE;
    padding: 15px 0 0 0;
}

.tt-copy span {
    color: #48CFAE;
    font-weight: 600;
}

.tt-copy-right {
    text-align: right;
}

.f {
    background: #3B5998;
}

.t {
    background: #55ACEE;
}

.p {
    background: #cb2027;
}

.i {
    background: #125688;
}


/* Make the image fully responsive */

.carousel-inner img {
    /*width: 100%;*/
}

.navbar-nav li:last-of-type a {
    margin-right: 0px;
    padding-right: 0px;
}

.navbar {
    padding: 0 1rem .5rem 0;
}

@media screen and (max-width: 600px) {
    .about-us-bg-img .what-we-do .div-text {
        clear: both;
    }
    .slider a {
        margin: 0 0 50px 0;
    }
    .navbar-nav .nav-link {
        border: 0px;
        padding: .5rem 1rem;
    }
    .navbar-nav .nav-link:hover {
        background-color: transparent;
        border: 0;
    }
    .slider img {
        width: 80%;
    }
    .navbar-res {
        padding: 0;
        background: #2d6bd1;
        width: 100%;
        border-radius: 5px;
        opacity: 0.9;
    }
    .controls a {
        padding: 8px 16px;
        margin-bottom: 5px;
        width: 100%;
        display: block;
  }
    
}

.mapouter {
    position: relative;
    text-align: right;
    height: 360px;
    width: 100%;
}
/*

<div class="wrapper">
  <div class="sun"></div>
  <div class="cloud">
    <div class="cloud1">
      <ul>
        <li></li>
        <li></li>
        <li></li>
        <li></li>
      </ul>
    </div>
    <div class="cloud1 c_shadow">
      <ul>
        <li></li>
        <li></li>
        <li></li>
        <li></li>
      </ul>
    </div>
  </div>
  
  <div class="cloud_s">
    <div class="cloud1">
      <ul>
        <li></li>
        <li></li>
        <li></li>
        <li></li>
      </ul>
    </div>
    <div class="cloud1 c_shadow">
      <ul>
        <li></li>
        <li></li>
        <li></li>
        <li></li>
      </ul>
    </div>
  </div>
  
  <div class="cloud_vs">
    <div class="cloud1">
      <ul>
        <li></li>
        <li></li>
        <li></li>
        <li></li>
      </ul>
    </div>
    <div class="cloud1 c_shadow">
      <ul>
        <li></li>
        <li></li>
        <li></li>
        <li></li>
      </ul>
    </div>
  </div>
  <div class="haze"></div>
  <div class="haze_stripe"></div>
  <div class="haze_stripe"></div>
  <div class="haze_stripe"></div>
  <div class="thunder"></div>
  <div class="rain">
     <ul>
       <li></li>
       <li></li>
       <li></li>
    </ul>
  </div>
  <div class="sleet">
     <ul>
       <li></li>
       <li></li>
       <li></li>
    </ul>
  </div>
  <div class="text">
    <ul>
      <li>Mostly Sunny</li>
      <li>Partly Sunny</li>
      <li>Partly Cloudy</li>
      <li>Mostly Cloudy</li>
      <li>Cloudy</li>
      <li>Hazy</li>
      <li>Thunderstorm</li>
      <li>Rain</li>
      <li>Sleet</li>
    </ul>
  </div>
</div>






@import url(https://fonts.googleapis.com/css?family=Raleway+Dots);

body{
    margin: 0;
    padding: 0;
    background: #33495f;
}

.wrapper{
    width: 150px;
    height: 150px;
    position: absolute;
    top: calc(50% - 75px);
    left: calc(50% - 75px);
}

.sun{
    position: absolute;
    bottom: 0px;
    right: 0px;
    width: 85px;
    height: 85px;
    background: #f9db62;
    border-radius: 360px;
    opacity: 1;
    animation: sun 10s 0s linear infinite;
}

.cloud{
    position: absolute;
    bottom: 12px;
    left: 8px;
    z-index: 2;
    opacity: 0;
    animation: cloud 10s 0s linear infinite;
}

.cloud .cloud1:not(.c_shadow) ul li{
    animation: cloudi 10s 0.1s linear infinite;
}

.cloud .cloud1:not(.c_shadow):before{
    animation: cloudi 10s 0s linear infinite;
}

.cloud_s{
    position: absolute;
    bottom: 70px;
    left: 150px;
    transform: scale(0.7,0.7) matrix(-1, 0, 0, 1, 0, 0);
    z-index: 1;
    opacity: 0;
    animation: cloud_s 10s 0s linear infinite;
}

.cloud_s .c_shadow{
    transform: scale(1.02,1.02);
}

.cloud_vs{
    position: absolute;
    bottom: 90px;
    left: 30px;
    transform: scale(0.5,0.5);
    z-index: 0;
    opacity: 0;
    animation: cloud_vs 10s 0s linear infinite;
}

.c_shadow{
    z-index: 4 !important;
    left: -5px;
    bottom: -3px !important;
}

.c_shadow:before{
    background: #33495f !important;
}

.c_shadow ul li{
    width: 60px !important;
    height: 60px !important;
    background: #33495f !important;
    float: left;
    position: absolute;
    bottom: -2px !important;
    border-radius: 360px;
}

.c_shadow ul li:nth-child(2){
    width: 80px !important;
    height: 80px !important;
    background: #33495f !important;
    float: left;
    border-radius: 360px;
    position: absolute;
    bottom: 16px !important;
    left: 25px !important;
}

.c_shadow ul li:nth-child(3){
    width: 70px !important;
    height: 70px !important;
    background: #33495f !important;
    float: left;
    border-radius: 360px;
    position: absolute;
    bottom: 6px !important;
    left: 60px !important;
}

.c_shadow ul li:last-child{
    width: 60px !important;
    height: 60px !important;
    background: #33495f !important;
    float: left;
    border-radius: 360px;
    position: absolute;
    bottom: 0px;
    left: 90px;
}


.cloud1{
    position: absolute;
    bottom: 0px;
    z-index: 5;
}

.cloud1:before{
    content: '';
    position: absolute;
    bottom: 0px;
    left: 28px;
    width: 90px;
    height: 20px;
    background: #fff;
}

.cloud1 ul{
    list-style: none;
    margin: 0;
    padding: 0;
}

.cloud1 ul li{
    width: 50px;
    height: 50px;
    background: #fff;
    float: left;
    border-radius: 360px;
}

.cloud1 ul li:nth-child(2){
    width: 70px;
    height: 70px;
    background: #fff;
    float: left;
    border-radius: 360px;
    position: absolute;
    bottom: 18px;
    left: 25px;
}

.cloud1 ul li:nth-child(3){
    width: 60px;
    height: 60px;
    background: #fff;
    float: left;
    border-radius: 360px;
    position: absolute;
    bottom: 8px;
    left: 60px;
}

.cloud1 ul li:last-child{
    width: 50px;
    height: 50px;
    background: #fff;
    float: left;
    border-radius: 360px;
    position: absolute;
    bottom: 0px;
    left: 90px;
}

.haze{
    background: #33495f;
    position: absolute;
    bottom: 50px;
    left: 0px;
    width: 200px;
    height: 45px;
    z-index: 6;
    opacity: 0;
    animation: haze 10s 0s linear infinite;
}

.haze_stripe{
    background: #a3b5c7;
    position: absolute;
    bottom: 75px;
    left: 20px;
    width: 115px;
    height: 10px;
    z-index: 17;
    opacity: 0;
    border-radius: 360px;
    animation: haze_stripe 10s 0.1s linear infinite;
}

.haze_stripe:nth-child(6){
    bottom: 55px;
    animation: haze_stripe 10s 0.2s linear infinite;
}
.haze_stripe:last-child{
    bottom: 35px;
    animation: haze_stripe 10s 0.4s linear infinite;
}

.thunder{
    position: absolute;
    bottom: 100px;
    left: 65px;
    width: 12px;
    height: 12px;
    background: #f9db62;
    transform: skew(-25deg);
    opacity: 0;
    animation: thunder 10s 0s linear infinite;
}

.thunder:before{
    content: '';
    position: absolute;
    top: 11px;
    left: 0px;
    width: 25px;
    height: 8px;
    background: #f9db62;
}

.thunder:after{
    content: '';
    position: absolute;
    width: 0; 
    height: 0;
    top: 18px;
    right: -14px;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    
    border-top: 20px solid #f9db62;
    transform: skew(5deg);
}

.rain{
    position: absolute;
    bottom: 0px;
    left: 25px;
}

.rain ul{
    list-style: none;
    margin: 0;
    padding: 0px;
}

.rain ul li{
    float: left;
    position: absolute;
    bottom: 50px;
    left: 50px;
    margin-left: 20px;
    background: #6ab9e9;
    height: 40px;
    width: 10px;
    border-radius: 360px;
    transform: rotate(35deg);
    opacity: 0;
}

.rain ul li:first-child{
    animation: raini 10s 0s linear infinite;
}

.rain ul li:nth-child(2){
    animation: rainii 10s 0.2s linear infinite;
}

.rain ul li:last-child{
    animation: rainiii 10s 0.4s linear infinite;
}

.sleet{
    position: absolute;
    bottom: 0px;
    left: 25px;
}

.sleet ul{
    list-style: none;
    margin: 0;
    padding: 0px;
}

.sleet ul li{
    float: left;
    position: absolute;
    bottom: 50px;
    left: 50px;
    margin-left: 20px;
    background: #fff;
    height: 40px;
    width: 10px;
    border-radius: 360px;
    transform: rotate(35deg);
    opacity: 0;
}

.sleet ul li:first-child{
    animation: raini 10s 1.0s linear infinite;
}

.sleet ul li:nth-child(2){
    animation: rainii 10s 1.4s linear infinite;
}

.sleet ul li:last-child{
    animation: rainiii 10s 1.6s linear infinite;
}

.text{
    position: absolute;
    bottom: 0px;
}

.text ul{
    list-style: none;
    margin: 0;
    padding: 0;
}

.text ul li{
    position: absolute;
    bottom: -50px;
    width: 150px;
    color: #fff;
    font-family: 'Raleway Dots', cursive;
    font-weight: 100;
    font-size: 20px;
    text-align: center;
    opacity: 0;
}

.text ul li:first-child{
    animation: fade_in 10.0s 0s linear infinite;
}

.text ul li:nth-child(2){
    animation: fade_in 10.0s 1.6s linear infinite;
}

.text ul li:nth-child(3){
    animation: fade_in 10.0s 2.4s linear infinite;
}

.text ul li:nth-child(4){
    animation: fade_in 10.0s 3.4s linear infinite;
}

.text ul li:nth-child(5){
    animation: fade_in 10.0s 4.0s linear infinite;
}

.text ul li:nth-child(6){
    animation: fade_in 10.0s 5.4s linear infinite;
}

.text ul li:nth-child(7){
    animation: fade_in 10.0s 6.4s linear infinite;
}

.text ul li:nth-child(8){
    animation: fade_in 10.0s 7.2s linear infinite;
}

.text ul li:nth-child(9){
    animation: fade_in 10.0s 8.2s linear infinite;
}

@keyframes sun{
  0%{
    opacity: 1;
    bottom: 35px;
    right: 35px;
  }
  4%{
    bottom: 80px;
    right: 80px;
  }
  4.5%{
    bottom: 75px;
    right: 75px;
    opacity: 1;
  }
  40%{
    opacity: 1;
  }
  41%{
    bottom: 75px;
    right: 75px;
    opacity: 0;
  }
  100%{
    opacity: 0;
    bottom: 0px;
    right: 0px;
  }
}

@keyframes cloud{
  0%{
    transform: scale(0.8);
    left: 120px;
    bottom: 35px;
    opacity: 0;
  }
  2%{
    opacity: 1;
  }
  3.5%{
    bottom: 35px;
    left: 10px;
    opacity: 1;
  }
  16%{
    transform: scale(0.8);
  }
  18%{
    transform: scale(0.95);
  }
  19%{
    transform: scale(0.9);
  }
  48%{
    opacity: 1;
    bottom: 35px;
  }
  50%{
    bottom: 70px;
  }
  64%{
    
  }
  96%{
    opacity: 1;
  }
  100%{
    opacity: 0;
    bottom: 70px;
    left: 10px;
  }
}

@keyframes cloud_s{
  0%{
    transform: scale(0.6);
    opacity: 0;
    bottom: 40px;
    left: 18px;
  }
  23%{
    opacity: 0;
  }
  24%{
    opacity: 1;
    bottom: 40px;
    left: 30px;
  }
  28%{
    opacity: 1;
    bottom: 85px;
    left: 60px;
  }
  32%{
    transform: scale(0.6);
  }
  34%{
    transform: scale(0.75);
  }
  35%{
    transform: scale(0.7);
  }
  48%{
    opacity: 1;
  }
  49%{
    opacity: 0;
  }
  100%{
    transform: scale(0.7);
    opacity: 0;
    bottom: 85px;
    left: 60px;
  }
}

@keyframes cloud_vs{
  0%{
    opacity: 0;
    bottom: 85px;
    left: 60px;
  }
  39%{
    opacity: 0;
  }
  40%{
    opacity: 1; 
    bottom: 85px;
    left: 60px;
  }
  42%{
    bottom: 125px;
    left: 10px;
  }
  43%{
    bottom: 120px;
    left: 15px;
  }
  48%{
    opacity: 1;
  }
  49%{
    opacity: 0;
  }
  100%{
    opacity: 0;
    bottom: 120px;
    left: 15px;
  }
}

@keyframes haze{
  0%{
    opacity: 0;
  }
  48%{
    height: 0px;
    opacity: 0;
  }
  49%{
    height: 45px;
    opacity: 1;
  }
  57%{
    opacity:1;
    height: 45px;
  }
  58%{
    opacity: 0;
    height: 0px;
  }
}

@keyframes haze_stripe{
  0%{
    opacity: 0;
  }
  48%{
    opacity: 0;
  }
  49%{
    opacity: 1;
  }
  56%{
    opacity:1;
  }
  57%{
    opacity: 0;
  }
}

@keyframes cloudi{
  0%{
    background: #fff;
  }
  56%{
    background: #fff;
  }
  57%{
    background: #92a4b6;
  }
  100%{
    background: #92a4b6;
  }
}

@keyframes thunder{
  0%{
    opacity: 0;
    bottom: 100px;
    left: 65px;
  }
  62%{
    opacity: 0;
    bottom: 100px;
    left: 65px;
  }
  64%{
    opacity: 1;
    bottom: 50px;
    left: 60px;
  }
  65%{
    opacity: 1;
    bottom: 55px;
    left: 61px;
  }
  72%{
    opacity: 1;
    bottom: 55px;
    left: 61px;
  }
  73%{
    opacity: 0;
  }
  100%{
    opacity: 0;
    bottom: 55px;
  }
}

@keyframes raini{
  0%{
    opacity: 0;
    bottom: 100px;
    left: 60px;
  }
  72%{
    opacity: 0;
    bottom: 100px;
    left: 60px;
  }
  73%{
    opacity: 1;
    bottom: 15px;
    left: 50px;
  }
  74%{
    opacity: 1;
    bottom: 25px;
    left: 52px;
  }
  80%{
    opacity: 1;
    bottom: 25px;
    left: 52px;
  }
  81%{
    opacity: 0;
    bottom: -15px;
    left: 6px;
  }
  100%{
    opacity: 0;
    bottom: 20px;
  }
}

@keyframes rainii{
  0%{
    opacity: 0;
    bottom: 100px;
    left: 30px;
  }
  72%{
    opacity: 0;
    bottom: 100px;
    left: 30px;
  }
  73%{
    opacity: 1;
    bottom: 15px;
    left: 20px;
  }
  74%{
    opacity: 1;
    bottom: 25px;
    left: 22px;
  }
  80%{
    opacity: 1;
    bottom: 25px;
    left: 22px;
  }
  81%{
    opacity: 0;
    bottom: -15px;
    left: -6px;
  }
  100%{
    opacity: 0;
    bottom: 20px;
  }
}

@keyframes rainiii{
  0%{
    opacity: 0;
    bottom: 100px;
    left: 0px;
  }
  72%{
    opacity: 0;
    bottom: 100px;
    left: 0px;
  }
  73%{
    opacity: 1;
    bottom: 15px;
    left: -10px;
  }
  74%{
    opacity: 1;
    bottom: 25px;
    left: -8px;
  }
  80%{
    opacity: 1;
    bottom: 25px;
    left: -8px;
  }
  81%{
    opacity: 0;
    bottom: -15px;
    left: -28px;
  }
  100%{
    opacity: 0;
    bottom: 20px;
  }
}

@keyframes fade_in{
  0%{
    opacity: 0;
  }
  8%{
    opacity: 1;
  }
  9%{
    opacity: 1;
  }
  11%{
    opacity: 1;
  }
  12%{
    opacity: 0;
  }
  100%{
    oapcity: 0;
  }
}