#header #logo h1, #header #logo img {
    margin: 0;
    padding: 0
}

#header, #header.header-scrolled, #intro .carousel-fade .carousel-inner .active, #intro .carousel-fade .carousel-inner .carousel-item-next.carousel-item-left, #intro .carousel-fade .carousel-inner .carousel-item-prev.carousel-item-right, a {
    transition: .5s
}

    #mobile-nav ul li a, .nav-menu a, a:active, a:focus, a:hover {
        text-decoration: none;
        outline: 0
    }

#mobile-nav ul .menu-has-children li a, .nav-menu ul li a {
    text-transform: none
}

#about .about-col h2 a:hover, #about .about-col:hover i, #featured-services h4 a:hover, #mobile-nav ul .menu-has-children i.fa-chevron-up, #mobile-nav ul .menu-item-active, #mobile-nav ul li a:hover, #mobile-nav ul li.menu-active a, #portfolio .portfolio-item .portfolio-info h4 a:hover, #services .box:hover .title a, #team .member .social a:hover, .nav-menu ul li:hover > a, a {
    color: #18d26e
}

#about .about-col h2, #intro .carousel-content, #testimonials .testimonial-item, .back-to-top, .section-header h3, .section-header p {
    text-align: center
}

#about, #services {
    padding: 60px 0 40px
}

#facts .counters p, #facts .counters span, #header #logo h1, #intro .btn-get-started, #mobile-nav ul li a, #skills .progress .skill, .nav-menu a, body {
    font-family: Poppins
}

#clients img, #intro .carousel-background img {
    max-width: 100%
}

#clients, #portfolio, #skills, #team, #testimonials {
    padding: 60px 0
}

.fa fa-times {
    color: #fff !important
}

::-webkit-scrollbar {
    width: 6px
}

::-webkit-scrollbar-track {
    background: #f1f1f1
}

::-webkit-scrollbar-thumb {
    background: #888
}

    ::-webkit-scrollbar-thumb:hover {
        background: #555
    }

a:active, a:focus, a:hover {
    color: #18d36e
}

h1, h2, h3, h4, h5, h6, label, p, span {
    font-family: Poppins !important;
    font-weight: 400;
    margin: 0 0 20px;
    padding: 0
}

.back-to-top {
    position: fixed;
    display: none;
    background: #3d3b38;
    color: #fff;
    width: 44px;
    height: 44px;
    line-height: 1;
    font-size: 16px;
    border-radius: 50%;
    right: 15px;
    bottom: 15px;
    transition: background .5s;
    z-index: 11
}

    .back-to-top i {
        padding-top: 12px;
        color: #fff
    }

#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999;
    overflow: hidden;
    background: #fff
}

    #preloader:before {
        content: "";
        position: fixed;
        top: calc(50% - 30px);
        left: calc(50% - 30px);
        border: 6px solid #f2f2f2;
        border-top: 6px solid #18d26e;
        border-radius: 50%;
        width: 60px;
        height: 60px;
        -webkit-animation: 1s linear infinite animate-preloader;
        animation: 1s linear infinite animate-preloader
    }

@-webkit-keyframes animate-preloader {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes animate-preloader {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

#header {
    height: 100px;
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    z-index: 997
}

    #header #logo {
        float: left;
        width: 20.3rem
    }

        #header #logo h1 {
            font-size: 34px;
            line-height: 1;
            font-weight: 700;
            letter-spacing: 3px
        }

            #header #logo h1 a, #header #logo h1 a:hover {
                color: #fff;
                padding-left: 10px;
                border-left: 4px solid #18d26e
            }

#intro {
    display: table;
    width: 100%;
    height: 100vh;
    background: #000
}

    #intro .carousel-item {
        width: 100%;
        height: 100vh;
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat
    }

        #intro .carousel-item::before {
            content: '';
            position: absolute;
            height: 100%;
            width: 100%;
            top: 0;
            right: 0;
            left: 0;
            bottom: 0
        }

    #intro .carousel-container {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -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;
        position: absolute;
        bottom: 0;
        top: 0;
        left: 0;
        right: 0
    }

    #intro h2 {
        color: #fff;
        margin-bottom: 30px;
        font-size: 48px;
        font-weight: 700
    }

    #intro p {
        margin: 0 auto 30px;
        color: #fff
    }

    #intro .carousel-fade, body.mobile-nav-active {
        overflow: hidden
    }

        #intro .carousel-fade .carousel-inner .active.carousel-item-left, #intro .carousel-fade .carousel-inner .active.carousel-item-right, #intro .carousel-fade .carousel-inner .carousel-item-next, #intro .carousel-fade .carousel-inner .carousel-item-prev {
            left: 0;
            -webkit-transform: translate3d(0,0,0);
            transform: translate3d(0,0,0)
        }

    #intro .carousel-control-next, #intro .carousel-control-prev {
        width: 10%
    }

    #intro .carousel-control-next-icon, #intro .carousel-control-prev-icon {
        background: 0 0;
        font-size: 32px;
        line-height: 1
    }

    #intro .carousel-indicators li {
        cursor: pointer
    }

    #intro .btn-get-started {
        font-weight: 500;
        font-size: 16px;
        letter-spacing: 1px;
        display: inline-block;
        padding: 8px 32px;
        border-radius: 50px;
        transition: .5s;
        margin: 10px;
        color: #fff;
        background: #18d26e
    }

        #intro .btn-get-started:hover {
            background: #fff;
            color: #000
        }

.nav-menu, .nav-menu * {
    margin: 0;
    padding: 0;
    list-style: none
}

    .nav-menu ul {
        position: absolute;
        display: none;
        top: 100%;
        left: 0;
        z-index: 99
    }

    #about, #about .about-col .img, #facts, #mobile-nav ul li, #mobile-nav ul li a, #nav-menu-container, .nav-menu li, .section-header h3 {
        position: relative
    }

    .nav-menu li {
        white-space: nowrap
    }

    .nav-menu > li {
        float: left;
        margin-left: 0
    }

    .nav-menu li.sfHover > ul, .nav-menu li:hover > ul {
        display: block
    }

    .nav-menu ul ul {
        top: 0;
        left: 100%;
        margin: 0
    }

    .nav-menu ul li {
        min-width: 180px;
        transition: .3s
    }

.sf-arrows .sf-with-ul {
    padding-right: 30px
}

    .sf-arrows .sf-with-ul:after {
        content: "\f107";
        position: absolute;
        right: 15px;
        font-family: FontAwesome;
        font-style: normal;
        font-weight: 400
    }

.sf-arrows ul .sf-with-ul:after {
    content: "\f105"
}

.nav-menu a {
    padding: 0 20px 0 12px;
    display: inline-block;
    color: #fff;
    font-weight: 700;
    font-size: 21px
}

.nav-menu li:hover > a, .nav-menu > .menu-active > a {
    color: gray
}

.nav-menu ul {
    margin: 4px 0 0;
    padding: 10px;
    box-shadow: 0 0 30px rgba(127,137,161,.25);
    background: #fff
}

    .nav-menu ul li a {
        padding: 10px;
        color: #333;
        transition: .3s;
        display: block;
        font-size: 13px
    }

#mobile-nav-toggle {
    position: fixed;
    top: 29px;
    z-index: 999;
    border: 0;
    background: 0 0;
    font-size: 24px;
    display: none;
    transition: .4s;
    outline: 0;
    cursor: pointer;
    color: #fff;
    left: 9px
}

    #mobile-nav-toggle i {
        font-size: 35px
    }

#mobile-nav {
    position: fixed;
    top: 0;
    padding-top: 18px;
    bottom: 0;
    z-index: 998;
    background: #3d3b38;
    left: -260px;
    width: 260px;
    overflow-y: auto;
    transition: .4s
}

    #mobile-nav ul {
        padding: 0;
        margin: 0;
        list-style: none
    }

        #mobile-nav ul li a {
            color: #fff;
            font-size: 13px;
            overflow: hidden;
            padding: 10px 22px 10px 15px;
            width: 100%;
            display: block;
            font-weight: 700
        }

        #mobile-nav ul li li {
            padding-left: 30px
        }

        #mobile-nav ul .menu-has-children i {
            position: absolute;
            right: 0;
            z-index: 99;
            padding: 15px;
            cursor: pointer;
            color: #fff
        }

#mobile-body-overly {
    width: 100%;
    height: 100%;
    z-index: 997;
    top: 0;
    left: 0;
    position: fixed;
    background: rgba(0,0,0,.7);
    display: none
}

body.mobile-nav-active #mobile-nav {
    left: 0
}

body.mobile-nav-active #mobile-nav-toggle {
    color: #fff;
    right: 0;
    margin: 0;
    left: 88%
}

.section-header h3 {
    font-size: 32px;
    color: #111;
    font-weight: 700;
    padding-bottom: 15px
}

    .section-header h3::before {
        content: '';
        position: absolute;
        display: block;
        width: 120px;
        height: 1px;
        background: #ddd;
        bottom: 1px;
        left: calc(50% - 60px)
    }

    .section-header h3::after {
        content: '';
        position: absolute;
        display: block;
        width: 40px;
        height: 3px;
        background: #18d26e;
        bottom: 0;
        left: calc(50% - 20px)
    }

.section-header p {
    padding-bottom: 30px;
    color: #333
}

.section-bg {
    background: #f7f7f7
}

#featured-services {
    background: #000
}

    #featured-services .box {
        padding: 30px 20px
    }

    #featured-services .box-bg {
        background-image: linear-gradient(0deg,#000 0,#242323 50%,#000 100%)
    }

    #featured-services i {
        color: #18d26e;
        font-size: 48px;
        display: inline-block;
        line-height: 1
    }

    #featured-services h4 {
        font-weight: 400;
        margin: 15px 0;
        font-size: 18px
    }

        #call-to-action p, #featured-services h4 a, #portfolio .portfolio-item figure .link-details:hover i, #portfolio .portfolio-item figure .link-preview:hover i {
            color: #fff
        }

    #featured-services p {
        font-size: 14px;
        line-height: 24px;
        color: #fff;
        margin-bottom: 0
    }

#about {
    background: url("../img/new_screen.jpg") center top/cover no-repeat fixed
}

    #about::before {
        content: '';
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        background: rgba(255,255,255,.92);
        z-index: 9
    }

    #about .container, #facts .container {
        position: relative;
        z-index: 10
    }

    #about .about-col {
        background: #fff;
        border-radius: 0 0 4px 4px;
        box-shadow: 0 2px 12px rgba(0,0,0,.08);
        margin-bottom: 20px
    }

        #about .about-col .img img {
            border-radius: 4px 4px 0 0
        }

        #about .about-col .icon {
            width: 64px;
            height: 64px;
            padding-top: 8px;
            position: absolute;
            background-color: #18d26e;
            border-radius: 50%;
            text-align: center;
            border: 4px solid #fff;
            left: calc(50% - 32px);
            bottom: -30px;
            transition: .3s
        }

#facts::before, #team .member .member-info {
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0
}

#about .about-col i {
    font-size: 36px;
    line-height: 1;
    color: #fff;
    transition: .3s
}

#about .about-col:hover .icon {
    background-color: #fff
}

#about .about-col h2 {
    color: #000;
    font-weight: 700;
    font-size: 20px;
    padding: 0;
    margin: 40px 0 12px
}

    #about .about-col h2 a {
        color: #000
    }

#about .about-col p {
    font-size: 14px;
    line-height: 24px;
    color: #333;
    margin-bottom: 0;
    padding: 0 20px 20px
}

#services {
    background: 0 0/cover #fff
}

    #services .box {
        margin-bottom: 30px
    }

    #services .icon {
        float: left
    }

        #services .icon i {
            color: #18d26e;
            font-size: 36px;
            line-height: 1;
            transition: .5s
        }

    #services .title {
        margin-left: 60px;
        font-weight: 700;
        margin-bottom: 15px;
        font-size: 18px
    }

        #services .title a {
            color: #111
        }

    #services .description {
        font-size: 14px;
        margin-left: 60px;
        line-height: 24px;
        margin-bottom: 0
    }

#call-to-action {
    background: linear-gradient(rgba(0,142,99,.1),rgba(0,0,0,.1)) 0 0/cover,url(../img/call-to-action-bg.jpg) center center/cover fixed;
    padding: 60px 0
}

    #call-to-action h3 {
        color: #fff;
        font-size: 28px;
        font-weight: 700
    }

    #call-to-action .cta-btn {
        font-family: Poppins;
        font-weight: 500;
        font-size: 16px;
        letter-spacing: 1px;
        display: inline-block;
        padding: 8px 28px;
        border-radius: 25px;
        transition: .5s;
        margin-top: 10px;
        border: 2px solid #fff;
        color: #fff
    }

        #call-to-action .cta-btn:hover {
            background: #18d26e;
            border: 2px solid #18d26e
        }

#skills .progress {
    height: 35px;
    margin-bottom: 10px
}

    #skills .progress .skill {
        line-height: 35px;
        padding: 0;
        margin: 0 0 0 20px
    }

        #skills .progress .skill .val {
            float: right;
            font-style: normal;
            margin: 0 20px 0 0
        }

#skills .progress-bar {
    width: 1px;
    text-align: left;
    transition: .9s
}

#clients img, #portfolio .portfolio-item figure:hover img {
    transition: .3s
}

#facts {
    background: url("../img/facts-bg.jpg") center top/cover no-repeat fixed;
    padding: 60px 0 0
}

    #facts::before {
        content: '';
        background: rgba(255,255,255,.88);
        z-index: 9
    }

    #facts .counters span {
        font-weight: 700;
        font-size: 48px;
        display: block;
        color: #18d26e
    }

    #facts .counters p {
        padding: 0;
        margin: 0 0 20px;
        font-size: 14px;
        color: #111
    }

    #facts .facts-img {
        text-align: center;
        padding-top: 30px
    }

#portfolio #portfolio-flters {
    padding: 0;
    margin: 5px 0 35px;
    list-style: none;
    text-align: center
}

    #portfolio #portfolio-flters li {
        cursor: pointer;
        margin: 15px 15px 5px 0;
        display: inline-block;
        padding: 10px 20px;
        font-size: 12px;
        line-height: 20px;
        color: #666;
        border-radius: 4px;
        background: #fff
    }

        #portfolio #portfolio-flters li.filter-active, #portfolio #portfolio-flters li:hover {
            background: #24a393;
            color: #fff
        }

        #portfolio #portfolio-flters li:last-child {
            margin-right: 0
        }

#portfolio .portfolio-wrap {
    box-shadow: 0 2px 12px rgba(0,0,0,.08);
    transition: .3s
}

    #portfolio .portfolio-wrap:hover {
        box-shadow: 0 4px 14px rgba(0,0,0,.16)
    }

#portfolio .portfolio-item {
    position: relative;
    height: 360px;
    overflow: hidden;
    visibility: hidden
}

    #portfolio .portfolio-item figure {
        background: #000;
        overflow: hidden;
        height: 240px;
        position: relative;
        border-radius: 4px 4px 0 0;
        margin: 0
    }

        #portfolio .portfolio-item figure .link-details, #portfolio .portfolio-item figure .link-preview {
            position: absolute;
            display: none;
            line-height: 1;
            text-align: center;
            width: 36px;
            height: 36px;
            background: #fff;
            border-radius: 50%;
            transition: .2s linear
        }

            #portfolio .portfolio-item figure .link-details i, #portfolio .portfolio-item figure .link-preview i {
                padding-top: 6px;
                font-size: 22px;
                color: #333
            }

            #portfolio .portfolio-item figure .link-details:hover, #portfolio .portfolio-item figure .link-preview:hover {
                background: #18d26e
            }

        #portfolio .portfolio-item figure .link-preview {
            left: calc(50% - 38px);
            top: calc(50% - 18px)
        }

        #portfolio .portfolio-item figure .link-details {
            right: calc(50% - 38px);
            top: calc(50% - 18px)
        }

        #portfolio .portfolio-item figure:hover .link-preview {
            left: calc(50% - 44px)
        }

        #portfolio .portfolio-item figure:hover .link-details {
            right: calc(50% - 44px)
        }

    #portfolio .portfolio-item .portfolio-info {
        background: #fff;
        text-align: center;
        padding: 30px;
        height: 90px;
        border-radius: 0 0 3px 3px
    }

        #portfolio .portfolio-item .portfolio-info h4 {
            font-size: 18px;
            line-height: 1px;
            font-weight: 700;
            margin-bottom: 18px;
            padding-bottom: 0
        }

            #portfolio .portfolio-item .portfolio-info h4 a {
                color: #333
            }

        #portfolio .portfolio-item .portfolio-info p {
            padding: 0;
            margin: 0;
            color: #b8b8b8;
            font-weight: 500;
            font-size: 14px
        }

#clients img {
    opacity: .5;
    padding: 15px 0
}

    #clients img:hover {
        opacity: 1
    }

#clients .owl-dots, #clients .owl-nav, #testimonials .owl-dots, #testimonials .owl-nav {
    margin-top: 5px;
    text-align: center
}

#clients .owl-dot, #testimonials .owl-dot {
    display: inline-block;
    margin: 0 5px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #ddd
}

    #clients .owl-dot.active {
        background-color: #18d26e
    }

#testimonials .section-header {
    margin-bottom: 40px
}

#testimonials .testimonial-item .testimonial-img {
    width: 120px;
    border-radius: 50%;
    border: 4px solid #fff;
    margin: 0 auto
}

#testimonials .testimonial-item h3 {
    font-size: 20px;
    font-weight: 700;
    margin: 10px 0 5px;
    color: #111
}

#testimonials .testimonial-item h4 {
    font-size: 14px;
    color: #999;
    margin: 0 0 15px
}

#testimonials .testimonial-item .quote-sign-left {
    margin-top: -15px;
    padding-right: 10px;
    display: inline-block;
    width: 37px
}

#testimonials .testimonial-item .quote-sign-right {
    margin-bottom: -15px;
    padding-left: 10px;
    display: inline-block;
    max-width: 100%;
    width: 37px
}

#testimonials .testimonial-item p {
    font-style: italic;
    margin: 0 auto 15px
}

#testimonials .owl-dot.active {
    background-color: #24a393
}

#team {
    background: #fff
}

    #team .member {
        text-align: center;
        margin-bottom: 20px;
        background: #000;
        position: relative
    }

        #team .member .member-info {
            opacity: 0;
            display: -webkit-box;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            -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;
            transition: .2s
        }

        #team .member .member-info-content {
            margin-top: -50px;
            transition: margin .2s
        }

        #team .member:hover .member-info {
            background: rgba(0,0,0,.7);
            opacity: 1;
            transition: .4s
        }

        #team .member:hover .member-info-content {
            margin-top: 0;
            transition: margin .4s
        }

        #team .member h4 {
            font-weight: 700;
            margin-bottom: 2px;
            font-size: 18px;
            color: #fff
        }

        #team .member span {
            font-style: italic;
            display: block;
            font-size: 13px;
            color: #fff
        }

        #team .member .social {
            margin-top: 15px
        }

            #team .member .social a {
                transition: none;
                color: #fff
            }

            #team .member .social i {
                font-size: 18px;
                margin: 0 2px
            }

@media only screen and (min-device-width:768px) and (max-device-width:1250px) {
    .nav-menu a {
        padding: 0 20px 0 12px;
        text-decoration: none;
        display: inline-block;
        color: #fff;
        font-family: Poppins;
        font-weight: 700;
        font-size: 21px;
        outline: 0
    }
}

@media (min-width:768px) {
    #contact .contact-address, #contact .contact-email, #contact .contact-phone {
        padding: 20px 0
    }
}

@media (min-width:992px) {
    #testimonials .testimonial-item p {
        width: 80%
    }
}

@media (min-width:1024px) {
    #header #logo {
        padding-left: 0
    }

    #intro .carousel-control-next, #intro .carousel-control-prev {
        width: 5%
    }
}

@media (max-width:768px) {
    #header #logo {
        float: left;
        width: 10.3rem;
        margin-left: 20px
    }

    .back-to-top {
        bottom: 15px
    }

    #header #logo h1 {
        font-size: 24px
    }

    .nav-menu a {
        padding: 0 20px 0 12px;
        text-decoration: none;
        display: inline-block;
        color: #335e4b;
        font-family: Poppins;
        font-weight: 700;
        font-size: 13px;
        outline: 0
    }

    #intro h2 {
        font-size: 28px
    }

    #nav-menu-container {
        display: none
    }

    #mobile-nav-toggle {
        display: inline
    }
}
