/* --------------------------------------
=========================================
KreFolio - Startup Agency Landing Page Template
Version: 1.1
Designed By: E. A. Siblu (www.facebook.com/EASiblu)
Developed By: Zahidul Hossain (http://twitter.com/ch0yan)
=========================================

1. GLOBAL STYLES
    1.1 GLOBAL

    1.2 Helper Classes

    1.3 Fullscreen Menu

    1.4 Custom hover animation


2. SECTION STYLES
    2.1 SECTION: Header

    2.2 SECTION: Call to action

    2.3 SECTION: About Us

    2.4 SECTION: Case Study

    2.5 SECTION: Why Choose Us

    2.6 SECTION: Facebook

    2.7 SECTION: Map

    2.8 SECTION: Send Message

    2.9 SECTION: Footer
-----------------------------------------*/
/* ========================================================================
  1.1 Component: GLOBAL
 ========================================================================== */
html {
    font-size: 1em;
    line-height: 1.4;
}

html,
body {
    height: 100%;
}

body {
    overflow-x: hidden;
}
/* Internet Explorer 10 in Windows 8 and Windows Phone 8 Bug fix */
@-webkit-viewport {
    width: device-width;
}

@-moz-viewport {
    width: device-width;
}

@-ms-viewport {
    width: device-width;
}

@-o-viewport {
    width: device-width;
}

@viewport {
    width: device-width;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

li {
    list-style: none;
}

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}

a:hover {
    text-decoration: none;
}

ul {
    padding: 0;
    margin: 0;
}

::-webkit-scrollbar {
    width: 0px;
    background: transparent;
}

/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */
.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

::-moz-selection {
    background: #00ab66;
    color: #fff;
    text-shadow: none;
}

::selection {
    background: #006400;
    color: #fff;
    text-shadow: none;
}
/* ==========================================================================
   1.2 Helper classes
   ========================================================================== */
/*
 * 1. Orange.
 */
/*
 * 2. Green.
 */
/*
 * 3. Blue.
 */
/*
 * 4. Blue Nutshell
 */
.main-bg {
    background: #006400;
}

.main-color {
    color: #006400;
}

.white-color {
    color: #f8f8f8;
}

.button {
    padding: 20px 60px;
    border-radius: 4px;
    font-size: 16px;
    font-weight: bold;
    display: inline-block;
    color: #fff;
    text-shadow: none;
}

    .button:hover {
        cursor: pointer;
        color: #fff;
    }

    .button.light {
        padding: 19px 59px;
    }

.line {
    width: 80px;
    height: 2px;
    margin-top: 15px;
}

.button.light {
    border: 2px solid #eeeeee;
}

.padding-large {
    padding-top: 90px;
    padding-bottom: 90px;
}

.padding-small {
    padding-top: 20px;
    padding-bottom: 20px;
}

.padding-top-large {
    padding-top: 90px;
}

#repeatemail {
    display: none;
}

#repeatusername {
    display: none;
}

.seperate {
    padding: 5px;
}

.margin-top-large {
    margin-top: 90px;
}

.margin-bottom-large {
    margin-bottom: 90px;
}

.margin-top-medium {
    margin-top: 40px;
}

.margin-bottom-medium {
    margin-bottom: 40px;
}

.margin-bottom-small {
    margin-bottom: 25px;
}

.margin-right-small {
    margin-right: 15px;
}

.margin-left-small {
    margin-left: 15px;
}

.mat-none {
    margin-top: 0;
}

.mab-none {
    margin-bottom: 0;
}

.mar-none {
    margin-right: 0;
}

.mal-none {
    margin-left: 0;
}

.hidden {
    display: none !important;
    visibility: hidden;
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

    .visuallyhidden.focusable:active,
    .visuallyhidden.focusable:focus {
        clip: auto;
        height: auto;
        margin: 0;
        overflow: visible;
        position: static;
        width: auto;
    }

.invisible {
    visibility: hidden;
}
/* ========================================================================
 1.3 Component: Fullscreen menu
 ========================================================================== */
.top-animate {
    background: #006400 !important;
    top: 13px !important;
    -webkit-transform: rotate(45deg);
    /* Chrome, Safari, Opera */
    transform: rotate(45deg);
}

.mid-animate {
    opacity: 0;
}

.bottom-animate {
    background: #006400 !important;
    top: 13px !important;
    -webkit-transform: rotate(-225deg);
    /* Chrome, Safari, Opera */
    transform: rotate(-225deg);
}

.top-menu,
.mid-menu,
.bottom-menu {
    width: 28px;
    height: 4px;
    border-radius: 10px;
    background-color: #006400;
}

.top-menu {
    top: 5px;
}

.mid-menu {
    top: 13px;
}

.bottom-menu {
    top: 21px;
}

.menui {
    background: #006400;
    transition: 0.6s ease;
    transition-timing-function: cubic-bezier(0.75, 0, 0.29, 1.01);
    margin-top: 10px;
    position: absolute;
}

.menu-trigger {
    z-index: 999;
    position: fixed;
    display: block;
    padding: 9px;
    height: 32px;
    width: 32px;
    margin: 0px;
    top: 45px;
    right: 115px;
}

.hamburger:before {
    color: #006400;
    content: "MENU";
    left: -50px;
    top: 14px;
    position: absolute;
    width: 50px;
}

.mobilenav {
    font-family: inherit;
    top: 0;
    left: 0;
    z-index: 999;
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(248, 248, 248, 0.9);
    text-transform: uppercase;
}

    .mobilenav li {
        list-style-type: none;
        text-align: center;
        padding: 10px;
        font-size: 220%;
        color: #fff;
        text-decoration: none;
        font-weight: 300;
        width: 100%;
    }

        .mobilenav li:last-child span {
            border-bottom: none;
        }

        .mobilenav li:hover {
            cursor: pointer;
        }

.nav-label {
    border-bottom: 1px solid #006400;
    color: #006400;
    padding-bottom: 10px;
    display: block;
    width: 350px;
    margin: 0 auto;
}

.mobilenav li:first-child {
    margin-top: 60px;
}
/* ========================================================================
 1.4 Hover animation by hover.css http://ianlunn.github.io/Hover/
 ========================================================================== */
@-webkit-keyframes hvr-pulse {
    25% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }

    75% {
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
    }
}

@keyframes hvr-pulse {
    25% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }

    75% {
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
    }
}

.hvr-pulse {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
}

    .hvr-pulse:hover,
    .hvr-pulse:focus,
    .hvr-pulse:active {
        -webkit-animation-name: hvr-pulse;
        animation-name: hvr-pulse;
        -webkit-animation-duration: 1s;
        animation-duration: 1s;
        -webkit-animation-timing-function: linear;
        animation-timing-function: linear;
        -webkit-animation-iteration-count: infinite;
        animation-iteration-count: infinite;
    }
/* Rectangle Out */
.hvr-rectangle-out {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

    .hvr-rectangle-out:before {
        content: "";
        position: absolute;
        z-index: -1;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: rgba(0, 171, 102, 0.9);
        -webkit-transform: scale(0);
        transform: scale(0);
        -webkit-transition-property: transform;
        transition-property: transform;
        -webkit-transition-duration: 0.3s;
        transition-duration: 0.3s;
        -webkit-transition-timing-function: ease-out;
        transition-timing-function: ease-out;
    }

    .hvr-rectangle-out:hover,
    .hvr-rectangle-out:focus,
    .hvr-rectangle-out:active {
        color: white;
    }

        .hvr-rectangle-out:hover:before,
        .hvr-rectangle-out:focus:before,
        .hvr-rectangle-out:active:before {
            -webkit-transform: scale(1);
            transform: scale(1);
        }
/* Grow */
.hvr-grow {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
}

    .hvr-grow:hover,
    .hvr-grow:focus,
    .hvr-grow:active {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }
/* General button style (reset) */
.portfolio-wrapper .button {
    padding: 20px 60px;
    display: inline-block;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 700;
    outline: none;
    position: relative;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    border: 3px solid #fff;
    color: #fff;
    overflow: hidden;
}

    .portfolio-wrapper .button:after {
        content: '';
        position: absolute;
        z-index: -1;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        transition: all 0.3s;
        border: 3px solid #fff;
        color: #fff;
        width: 100%;
        height: 0;
        top: 50%;
        left: 50%;
        background: #fff;
        opacity: 0;
        -webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
        -moz-transform: translateX(-50%) translateY(-50%) rotate(45deg);
        -ms-transform: translateX(-50%) translateY(-50%) rotate(45deg);
        transform: translateX(-50%) translateY(-50%) rotate(45deg);
    }

    .portfolio-wrapper .button:hover,
    .button:active {
        color: #00ab66;
    }

        .portfolio-wrapper .button:hover:after {
            height: 260%;
            opacity: 1;
        }

    .portfolio-wrapper .button:active:after {
        height: 400%;
        opacity: 1;
    }
/* ========================================================================
  2.1 Component: Header
 ========================================================================== */
header {
    position: relative;
    background-image: url(../img/backgrounds/grind_entrance.jpg);
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

    header .bg-header {
    }

    /*header .overlay {
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        background: url(../img/slider-overlay.png) repeat;
        opacity: 0.5;
    }*/

    header .carousel,
    header .item,
    header .active {
        height: 100%;
    }

#header li {
    display: inline-block;
    margin: 0 5px;
    height: 80px;
    width: 80px;
    line-height: 90px;
    border-radius: 50%;
    border: 2px solid #006400;
    transition: all .4s;
}

    #header li:hover {
        cursor: pointer;
    }

    #header li a {
        color: #006400;
    }

#header .nextsection {
    left: 50%;
    right: 50%;
    top: 400px;
    display: inline-block;
    margin: 0 5px;
    height: 80px;
    width: 80px;
    line-height: 90px;
    border-radius: 50%;
    border: 2px solid #006400;
    transition: all .4s;
}

    #header .nextsection i {
        color: #006400;
        font-size: 36px;
        transition: all .4s;
    }

    #header .nextsection:hover {
        border-color: #006400;
    }

        #header .nextsection:hover > a i {
            color: #006400;
        }

.carousel-inner {
    min-height: 500px;
    height: 100%;
}

.fill {
    width: 100%;
    height: 100%;
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

.carousel-indicators li {
    width: 40px;
    height: 4px;
    border: none;
    border-radius: 0;
    background: #fff;
}

.carousel-indicators .active {
    width: 40px;
    height: 5px;
    background: #00ab66;
}

.carousel-caption {
    top: 25%;
}

    .carousel-caption h1 {
        font-size: 48px;
        text-transform: uppercase;
        font-weight: normal;
    }

.carousel-control.left,
.carousel-control.right {
    background: none;
}

.icon-prev,
.icon-next {
    font-size: 60px !important;
}

header .logo-container {
    position: absolute;
    text-align: center;
    top: 50%;
    left: 50%;
    transform: translate( -50%, -50% );
    z-index: 10;
}


/* ========================================================================
  2.2 Component: Call To ACTION
 ========================================================================== */
/*.call-to-action {
    padding: 15px;
    color: #eeeeee;
    font-size: 18px;
    position: relative;
}

    .call-to-action p {
        margin: 20px;
    }*/
/* ========================================================================
  2.3 Component: why-choose-us
 ========================================================================== */
.why-choose-us {
    background: url("../img/backgrounds/stage.JPG") no-repeat center fixed;
    background-size: cover;
    position: relative;
}

    .why-choose-us .overlay {
        background: rgba(238, 238, 238, 0.75);
    }

    .why-choose-us .jumbo-text {
        text-transform: uppercase;
        color: #272727;
        font-size: 40px;
    }

    .why-choose-us p {
        color: #484848;
        line-height: 24px;
    }

    .why-choose-us img {
        margin-top: -50px;
    }

.panel {
    background: none;
    border: none;
    box-shadow: none;
}

.panel-default > .panel-heading {
    background: #006400;
    color: #f3eff0;
    cursor: pointer;
    border-radius: 3px;
    /*box-shadow: 1px 1px 1px #d7d7d7, -1px -1px 1px #d7d7d7;*/
    box-shadow: 1px 1px 1px #006400, -1px -1px 1px #006400;
}

.panel-heading {
    padding: 0;
}

.panel-title > a {
    text-decoration: none;
    display: block;
    width: 100%;
    padding: 10px 15px;
}

.panel-body {
    border-radius: 3px;
    /*box-shadow: 1px 1px 1px #d7d7d7, -1px -1px 1px #d7d7d7;*/
    box-shadow: 1px 1px 1px #006400, -1px -1px 1px #006400;
    background-color: #ededed;
}

.collapsed {
    background: #ededed !important;
}

    .collapsed strong,
    .collapsed .state {
        color: #006400;
    }

.state {
    font-size: 18px;
    line-height: 18px;
}
/* ========================================================================
  2.4 Component: Case Study
 ========================================================================== */
.case-study .col-md-6 {
    padding: 0;
    cursor: pointer;
    color: #fff;
    transition: background .5s;
}

.case-study-left .overlay {
    padding-left: 200px;
    padding-right: 50px;
    transition: background .5s;
}

.case-study-right .overlay {
    padding-right: 200px;
    padding-left: 50px;
    transition: background .5s;
}

.case-study .case-study-left {
    height: 80vh;
    background: url("../img/backgrounds/bar02.JPG") no-repeat;
    background-size: cover;
}

.case-study .case-study-right {
    height: 80vh;
    background: url("../img/backgrounds/room02.JPG") no-repeat;
    background-size: cover;
}

.case-study .overlay:hover {
    height: 100%;
    width: 100%;
    background: rgba(102, 102, 102, 0.9);
}

.case-study h3 {
    text-shadow: 1px 1px 1px #444;
    font-size: 28px;
    font-weight: bold;
}

.case-study .description {
    font-weight: lighter;
}

.case-study .button {
    width: 100%;
    border-radius: 0;
    padding: 15px 60px;
    text-align: center;
}
/* ========================================================================
  2.5 Component: about-us
 ========================================================================== */
.about-us .icon {
    font-size: 35px;
    height: 80px;
    width: 80px;
    line-height: 80px;
    border: 1px solid #efefef;
    display: inline-block;
    border-radius: 4px;
}

    .about-us .icon i {
        color: #006400;
    }

.about-us h4 {
    margin: 15px 0 20px;
    color: #000;
}

.about-us p {
    color: #777777;
}

.about-us .service {
    padding: 5px;
    margin-bottom: 50px;
    cursor: pointer;
}

    .about-us .service:hover > .icon {
        background: #006400;
        color: #fff;
        transition: all .85s;
    }

        .about-us .service:hover > .icon i {
            color: #fff;
            transition: all .85s;
        }
/* ========================================================================
  2.6 Component: Facebook
 ========================================================================== */
.facebook{
    background: url("../img/backgrounds/bar01.JPG") no-repeat center top fixed;
    background-size: cover;
    color: #fff;
}

    .facebook .overlay {
        background: rgba(27, 28, 29, 0.9);
    }

    .facebook .icon {
        font-size: 120px;
    }

        .facebook .icon i {
            transition: 1.2s;
            cursor: pointer;
            color: #006400;
        }

            .facebook .icon i:hover {
                -webkit-transform: rotate(360deg) scale(1.2);
                -moz-transform: rotate(360deg) scale(1.2);
                -o-transform: rotate(360deg) scale(1.2);
                transform: rotate(360deg) scale(1.2);
                color: #00aced;
            }

    .facebook .tweet-text {
        font-size: 16px;
        line-height: 1.5em;
    }
/* ========================================================================
  2.7 Component: Map
 ========================================================================== */
#map-container {
    height: 500px;
    width: 100%;
}
/* ========================================================================
  2.8 Component: Send Message
 ========================================================================== */
.send-message {
    padding: 20px;
}

    .send-message .send-icon {
        height: 80px;
        width: 80px;
        margin: 0 auto;
        background: #006400;
        border-radius: 50%;
        line-height: 60px;
        margin-top: -60px;
        font-size: 20px;
        position: relative;
    }

    .send-message p {
        font-size: 30px;
    }

    .send-message h6 {
        margin: 0 0 0 0;
    }

    .send-message:hover {
        cursor: pointer;
    }

    .send-message .modal-lg {
        width: 700px;
    }

.modal .modal-content {
    box-shadow: none;
    border-radius: 0;
    border: 0;
    position: relative;
}

.modal .close {
    margin: 0;
    position: absolute;
    right: 0;
    top: 0;
    background: #333;
    opacity: 1;
    height: 40px;
    width: 40px;
    color: #FFF;
    font-size: 28px;
    line-height: 45px;
    outline: none;
    z-index: 10;
}

    .modal .close span {
        outline: none;
    }

.modal .modal-body {
    padding: 40px 60px;
}

.modal .member-info {
    padding: 0;
}

.modal input {
    height: 50px;
}

.modal input,
.modal textarea {
    padding: 10px 20px;
    border-radius: 0;
    font-size: 18px;
}

    .modal input:focus,
    .modal textarea:focus {
        border-color: #00ab66;
        box-shadow: none;
    }

.modal textarea {
    resize: none;
}

.modal .button {
    width: 100%;
    border-radius: 0;
    padding: 15px 60px;
}

.form-control::-webkit-input-placeholder {
    color: #DBDBDB;
    font-style: italic;
}
/* ========================================================================
  2.9 Component: Footer
 ========================================================================== */
.footer p {
    color: #bababa;
    font-size: 16px;
}

.footer li {
    display: inline-block;
    margin: 0 5px;
    height: 50px;
    width: 50px;
    line-height: 50px;
    border-radius: 50%;
    border: 2px solid #e5e5e5;
    background: #fff;
    transition: all .4s;
}

    .footer li:hover {
        cursor: pointer;
    }

    .footer li a {
        color: #e5e5e5;
    }

.footer .social i {
    font-size: 22px;
    transition: all .4s;
}

.footer .facebook:hover {
    border-color: #3b5998;
}

    .footer .facebook:hover > a i {
        color: #3b5998;
    }

.footer .twitter:hover {
    border-color: #00aced;
}

    .footer .twitter:hover > a i {
        color: #00aced;
    }

.footer .g-plus:hover {
    border-color: #dd4b39;
}

    .footer .g-plus:hover > a i {
        color: #dd4b39;
    }

.footer .linkedin:hover {
    border-color: #007bb6;
}

    .footer .linkedin:hover > a i {
        color: #007bb6;
    }

.footer .youtube:hover {
    border-color: #bb0000;
}

    .footer .youtube:hover > a i {
        color: #bb0000;
    }

.footer .instagram:hover {
    border-color: #517fa4;
}

    .footer .instagram:hover > a i {
        color: #517fa4;
    }

.footer .behance:hover {
    border-color: #1769ff;
}

    .footer .behance:hover > a i {
        color: #1769ff;
    }

.footer .dribbble:hover {
    border-color: #ea4c89;
}

    .footer .dribbble:hover > a i {
        color: #ea4c89;
    }

.back-to-top {
    position: fixed;
    right: 20px;
    bottom: 20px;
    z-index: 100;
    background: #006400;
    cursor: pointer;
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    border-radius: 4px;
    color: #fff;
    -webkit-animation: pulse 1s linear 0s infinite alternate;
    -moz-animation: pulse 1s linear 0s infinite alternate;
    -o-animation: pulse 1s linear 0s infinite alternate;
    animation: pulse 1s linear 0s infinite alternate;
}

@-webkit-keyframes pulse {
    from {
        -webkit-transform: scale3d(1, 1, 1);
    }

    to {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
    }
}

@-moz-keyframes pulse {
    from {
        -moz-transform: scale3d(1, 1, 1);
    }

    to {
        -moz-transform: scale3d(1.1, 1.1, 1.1);
    }
}

@keyframes pulse {
    from {
        transform: scale3d(1, 1, 1);
    }

    to {
        transform: scale3d(1.1, 1.1, 1.1);
    }
}
