
/*==========  Theme  ==========*/
/* 
 General Theme
 -------------------------
 */
a {
    /*color: #00b2ca;*/
    text-decoration: none;
}

    a:hover,
    a:focus {
        /*color: #006f7e;*/
    }

p a {
    /*border-bottom: 1px solid #00b2ca;*/
}

    p a:hover {
        /*border-bottom: 1px solid #006f7e;*/
    }

body {
    color: #0c0c17;
    background: #ffffff;
}

    body ::-moz-selection {
        background: #00b2ca;
        color: #ffffff;
    }

    body ::selection {
        background: #00b2ca;
        color: #ffffff;
    }

#page,
#page-2 {
    background: #ffffff;
}

/* 
 Scroll Bar
 -------------------------
 */
.scroll-progressbar {
    background: rgba(12, 12, 23, 0.05);
}

    .scroll-progressbar div {
        /*background: #00b2ca;*/
        background: #54cc10;
    }

    .scroll-progressbar .scroll-shadow {
        box-shadow: 0 0 10px #00b2ca, 0 0 5px #00b2ca;
    }
/* 
 Titles
 -------------------------
 */
.section-title-heading {
    color: #0c0c17;
}

.section-title-more {
    color: rgba(12, 12, 23, 0.9);
}

/* 
 Carousel Arrows
 -------------------------
 */
.carousel-control .arrow-left,
.carousel-control .arrow-right {
    background: rgba(23, 23, 36, 0.3);
    border-color: rgba(255, 255, 255, 0.1);
}

    .carousel-control .arrow-left::before,
    .carousel-control .arrow-right::before {
        border-color: #ffffff;
    }

.dotstyle-fall div:after {
    background: rgba(255, 255, 255, 0.4);
}

.dotstyle-fall div span {
    background: rgba(255, 255, 255, 0.4);
}

    .dotstyle-fall div span:focus,
    .dotstyle-fall div.active span {
        background: #00b2ca;
    }

.dotstyle-fall div.active {
    background: 0;
}

    .dotstyle-fall div.active:after {
        background: rgba(0, 178, 202, 0.6);
    }

.no-touch .dotstyle-fall div:hover span {
    background: rgba(0, 178, 202, 0.6);
}
/* 
 Scroll Down Arrow
 -------------------------
 */
.scroll-down-arrow a {
    color: #fff;
    font-weight: bold;
    width: 100px;
    height: 100px;
    background: #54cc10;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    border-radius: 50px;
}
/* 
 Overlay
 -------------------------
 */
.overlay h1,
.overlay h2,
.overlay .section-title,
.overlay .section-title-heading,
.overlay p {
    color: #ffffff;
}

li {
    color: #ffffff;
    margin: 0 auto;
    /* max-width: 412px; */
    font-family: 'Lato', sans-serif;
    font-size: 16px;
    line-height: 1.5;
    text-align: left;
    font-weight: bold;
}

.overlay .section-title-more {
    color: rgba(255, 255, 255, 0.95);
}

.overlay:before {
    background-color: rgba(12, 12, 23, 0.8);
    opacity: .7;
}

.home-section .overlay:before {
    background-color: rgba(12, 12, 23, 0.7);
    opacity: .5;
}

.equal .home-section .overlay:before {
    opacity: .7;
}
/* 
 Light Overlay
 -------------------------
 */
@media (min-width: 768px) {
}

.section-text {
    color: #ed0e6f;
    text-shadow: 2px 2px 5px #000;
    font-weight: bold;
    text-align: center;
}

/* Default Navbar */
@media (min-width: 768px) {
}
/* Navigation links falling effect */
.cl-effect-5 > li > a span[data-hover]:before {
    color: #171724;
}
/* Dark Navbar */
.navbar-dark {
    background-color: rgba(12, 12, 23, 0.89);
    border-color: #171724;
    /* Navigation links falling effect */
}

    .navbar-dark .scroll-progressbar {
        background: rgba(255, 255, 255, 0.02);
    }

    .navbar-dark .navbar-brand {
        color: rgba(255, 255, 255, 0.8);
    }

        .navbar-dark .navbar-brand:focus,
        .navbar-dark .navbar-brand:hover {
            color: #ffffff;
            background-color: transparent;
        }

    .navbar-dark .navbar-nav > li > a {
        color: rgba(255, 255, 255, 0.8);
        border-top: 1px solid rgba(255, 255, 255, 0.15);
    }

        .navbar-dark .navbar-nav > li > a:focus,
        .navbar-dark .navbar-nav > li > a:hover {
            color: rgba(255, 255, 255, 0.8);
            background-color: rgba(0, 0, 0, 0.8);
        }

    .navbar-dark .navbar-nav > li:first-child > a {
        border-top: 0;
    }

    .navbar-dark .navbar-nav > .active > a,
    .navbar-dark .navbar-nav > .active > a:hover,
    .navbar-dark .navbar-nav > .active > a:focus {
        color: #ffffff;
        background-color: rgba(0, 0, 0, 0.8);
    }

@media (min-width: 768px) {
    .navbar-dark .navbar-nav > li > a {
        border-top: 0;
    }

        .navbar-dark .navbar-nav > li > a:focus,
        .navbar-dark .navbar-nav > li > a:hover {
            background-color: transparent;
        }

    .navbar-dark .navbar-nav > .active > a,
    .navbar-dark .navbar-nav > .active > a:hover,
    .navbar-dark .navbar-nav > .active > a:focus {
        background-color: transparent;
    }
}

.navbar-dark .navbar-toggle {
    border-color: transparent;
}

    .navbar-dark .navbar-toggle:hover {
        background-color: transparent;
    }

    .navbar-dark .navbar-toggle:focus {
        background-color: transparent;
    }

    .navbar-dark .navbar-toggle .icon-bar {
        background-color: rgba(255, 255, 255, 0.8);
    }

.navbar-dark .cl-effect-5 > li > a span[data-hover]:before {
    color: #ffffff;
}
/* Big Transparant Navbar */
.navbar-transparent {
    padding-top: 5px;
    padding-bottom: 5px;
}

.navbar-transparent {
    /*background-color: transparent;*/
    border-bottom: 1px solid transparent;
}

    .navbar-transparent .scroll-progressbar {
        background: transparent;
    }

    .navbar-transparent .navbar-brand p {
        color: #ffffff;
    }

    .navbar-transparent .navbar-collapse {
        background-color: rgba(255, 255, 255, 0.9);
    }

    .navbar-transparent .navbar-toggle .icon-bar {
        background-color: #ffffff;
    }

    .navbar-transparent.navbar-dark .navbar-collapse {
        background-color: rgba(12, 12, 23, 0.89);
    }

@media (min-width: 768px) {
    .navbar-transparent.navbar-dark .navbar-collapse,
    .navbar-transparent .navbar-collapse {
        background-color: transparent;
    }

    .navbar-transparent .navbar-nav > li > a {
        color: rgba(255, 255, 255, 0.7);
    }

        .navbar-transparent .navbar-nav > li > a:hover {
            color: #ffffff;
        }

        .navbar-transparent .navbar-nav > li > a:focus {
            color: rgba(255, 255, 255, 0.7);
        }

    .navbar-transparent .navbar-nav > .active > a,
    .navbar-transparent .navbar-nav > .active > a:hover,
    .navbar-transparent .navbar-nav > .active > a:focus {
        color: #ffffff;
    }

    .navbar-transparent .cl-effect-5 > li > a span[data-hover]:before {
        color: #ffffff;
    }
}

/* 
 Services Section
 -------------------------
 */
/*.services-section-item-icon {
  color: #00b2ca;
}*/
.services-section-item-text {
    color: #262649;
}

@media only screen and (min-width: 768px) {
}

@media only screen and (min-width: 768px) {
}

.footer-section {
    background: #171724;
}

.footer-logo p {
    color: #b8b7cb;
}
/* 
 Footer Section
 -------------------------
 */
.footer-social a {
    color: #706f83;
    background: rgba(117, 122, 134, 0.07);
}

    .footer-social a:hover {
        color: #0c0c17;
    }
/* Go Top Button */
.circle1,
.circle2 {
    background: #171724;
}

    .circle1:after {
        background: #171724;
    }

    .circle2:after {
        background: #171724;
    }

.square {
    background: #0c0c17;
    z-index: 2;
}

    .square span {
        border-top: 1px solid #757a86;
        border-left: 1px solid #757a86;
    }

.rectangle {
    background: #0c0c17;
}

.footer-bottom {
    background: #0c0c17;
}

.footer-bottom-text {
    color: #706f83;
}
