﻿
/* Conatct start */

.header-title {
    text-align: center;
    color: #00bfff;
}

#tip {
    display: none;
}

.fadeIn {
    animation-duration: 3s;
}

.form-control {
    border-radius: 0px;
    border: 1px solid #EDEDED;
}

    .form-control:focus {
        border: 1px solid #00bfff;
    }

.textarea-contact {
    resize: none;
}

.btn-send {
    border-radius: 0px;
    border: 1px solid #00bfff;
    background: #00bfff;
    color: #fff;
}

    .btn-send:hover {
        border: 1px solid #00bfff;
        background: #fff;
        color: #00bfff;
        transition: background 0.5s;
    }

.second-portion {
    margin-top: 50px;
}

.box {
    margin-bottom: 30px;
    cursor: pointer;
}

    .box > .icon {
        text-align: center;
        position: relative;
    }

        .box > .icon > .image {
            position: relative;
            z-index: 2;
            margin: auto;
            width: 88px;
            height: 88px;
            border: 8px solid #1b6400;
            line-height: 88px;
            border-radius: 50%;
            background: #fffaa7;
            vertical-align: middle;
        }

        .box > .icon:hover > .image {
            background: #fffaa7;
            border: 8px solid #1b6400;
        }

        .box > .icon > .image > i {
            font-size: 36px !important;
            color: #1b6400 !important;
        }

        .box > .icon:hover > .image > i {
            color: black !important;
        }

        .box > .icon > .info {
            margin-top: -42px;
            background: #1c6502;
            border: 2px solid #fff451;
            padding: 50px 0 10px 0;
            min-height: 130px;
            border-radius: 20px;
        }

            .box > .icon > .info a {
                color: #fffaa7;
                font-size: 22px;
                line-height: 29px;
            }

        .box > .icon:hover > .info {
            background: #fffaa7;
            border-color: #1d6603;
            color: #1d6603;
        }

            .box > .icon:hover > .info a {
                color: #1b6400;
            }

        .box > .icon > .info > h3.title {
            font-family: "Robot",sans-serif !important;
            font-size: 16px;
            color: #222;
            font-weight: 700;
        }

        .box > .icon > .info > p {
            font-family: "Robot",sans-serif !important;
            font-size: 18px;
            color: #666;
            line-height: 1.5em;
            margin: 5px;
        }

        .box > .icon:hover > .info > h3.title, .box > .icon:hover > .info > p, .box > .icon:hover > .info > .more > a {
            color: #222;
        }

        .box > .icon > .info > .more a {
            font-family: "Robot",sans-serif !important;
            font-size: 12px;
            color: #222;
            line-height: 12px;
            text-transform: uppercase;
            text-decoration: none;
        }

        .box > .icon:hover > .info > .more > a {
            color: #fff;
            padding: 6px 8px;
            background-color: #63B76C;
        }

    .box .space {
        height: 30px;
    }

/*==code by kd and name corporate-3===*/
.title-bar strong {
    color: #1b6400;
}

.product-name {
    background: #1b6400;
    text-align: center;
    padding: 5px 0px;
    font-weight: bold;
    color: #fffaa7;
    font-size: 18px;
}

.button-blink {
    background-color: #1b6400;
    -webkit-border-radius: 10px;
    border-radius: 30px;
    text-transform: capitalize;
    border: none;
    color: #FFFFFF;
    cursor: pointer;
    display: inline-block;
    font-family: Arial;
    font-size: 20px;
    padding: 10px 20px;
    text-align: center;
    text-decoration: none;
    -webkit-animation: glowing 1500ms infinite;
    -moz-animation: glowing 1500ms infinite;
    -o-animation: glowing 1500ms infinite;
    animation: glowing 1500ms infinite;
}

@-webkit-keyframes glowing {
    0% {
        background-color: #f2b401;
        -webkit-box-shadow: 0 0 3px #f2b401;
    }

    50% {
        background-color: #3b3d3e;
        -webkit-box-shadow: 0 0 40px #3b3d3e;
    }

    100% {
        background-color: #1b6400;
        -webkit-box-shadow: 0 0 3px #1b6400;
    }
}

@-moz-keyframes glowing {
    0% {
        background-color: #f2b401;
        -webkit-box-shadow: 0 0 3px #f2b401;
    }

    50% {
        background-color: #3b3d3e;
        -webkit-box-shadow: 0 0 40px #3b3d3e;
    }

    100% {
        background-color: #1b6400;
        -webkit-box-shadow: 0 0 3px #1b6400;
    }
}

@-o-keyframes glowing {
    0% {
        background-color: #f2b401;
        -webkit-box-shadow: 0 0 3px #f2b401;
    }

    50% {
        background-color: #3b3d3e;
        -webkit-box-shadow: 0 0 40px #3b3d3e;
    }

    100% {
        background-color: #1b6400;
        -webkit-box-shadow: 0 0 3px #1b6400;
    }
}

@keyframes glowing {
    0% {
        background-color: #f2b401;
        -webkit-box-shadow: 0 0 3px #f2b401;
    }

    50% {
        background-color: #3b3d3e;
        -webkit-box-shadow: 0 0 40px #3b3d3e;
    }

    100% {
        background-color: #1b6400;
        -webkit-box-shadow: 0 0 3px #1b6400;
    }
}

.button-blink:hover {
    color: yellow;
}
/*btn blink css end*/
.navbar-default .navbar-nav > li > a {
    color: #fff;
    font-weight: bold;
}

hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #f2b401;
}

.ml {
    margin-left: 0 !important;
}

.value-wrapper {
    width: 100%;
    height: auto;
}

    .value-wrapper ul li {
        display: inline-block;
        background: #1b6400;
        width: 262px;
        text-align: center;
        height: auto;
        font-size: 16px;
        padding: 20px 0;
        color: black;
        font-weight: bold;
        margin: 10px;
        border: 1px solid black;
        outline: 1px solid #ffefef;
        outline-offset: -11px;
        transition: transform 0.8s;
    }

        .value-wrapper ul li:hover {
            background: #000;
            color: white;
            cursor: pointer;
            transform: scale(1.5);
        }

.bank-box {
    width: 100%;
    min-height: 175px;
    border-radius: 10px;
    border: 2px solid;
    overflow: hidden;
    box-sizing: border-box;
    background: #1b6400;
    transition: 2s;
    position: relative;
}

    .bank-box:hover {
        box-sizing: border-box;
        background: #000;
        transform: scale(1.2);
        transition: 2s;
        position: relative;
        z-index: 2;
    }

        .bank-box:hover h3 {
            color: white;
        }

.ac-number {
    padding: 20px;
    text-align: left;
}

    .ac-number h3 {
        font-size: 16px;
        padding: 10px 0px;
        margin: 0px;
        color: #fff;
        border-bottom: 1px solid;
    }

.legal-document {
    width: 100%;
    height: auto;
    box-shadow: 2px 2px 10px;
    min-height: 300px;
}

    .legal-document img:hover {
        -moz-transform: scale(1.1);
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
        cursor: pointer;
    }

.mt80 {
    margin-top: 80px;
}
/*email-wrapper-css start*/
.eamil-wrapper {
    width: 100%;
    height: auto;
}

    .eamil-wrapper ul li {
        list-style-type: none;
        display: inline-block;
        color: white;
    }

        .eamil-wrapper ul li a {
            color: #1b6400;
            font-weight: bold;
        }

        .eamil-wrapper ul li:last-child {
            margin-left: 15px;
        }

        .eamil-wrapper ul li a i {
            padding-right: 10px;
            font-weight: bold;
        }
/*login-wrapper-css start*/
.login-wrapper {
    width: 100%;
    height: auto;
    text-align: right;
}

    .login-wrapper ul li {
        list-style-type: none;
        display: inline-block;
        color: white;
    }

        .login-wrapper ul li a {
            color: white;
            font-weight: bold;
            border-radius: 15px;
            padding: 5px 10px;
            text-align: center;
            background: #1b6400;
        }

        .login-wrapper ul li:last-child {
            margin-left: 15px;
        }

        .login-wrapper ul li a i:last-child {
            transform: scaleX(-1);
        }

        .login-wrapper ul li a i {
            padding-right: 0px;
            font-weight: bold;
            margin-right: 5px;
        }

.read-more1 {
    background: #1b6400;
    padding: 10px 20px;
    text-align: center;
    color: white;
    display: inline-block;
    border-radius: 25px;
}

    .read-more1 a {
        color: white;
    }

    .read-more1:hover {
        background: #000;
        color: white;
    }

        .read-more1:hover a {
            color: white;
        }
/*read more2*/
.read-more2 {
    background: #000;
    padding: 8px 20px;
    text-align: center;
    color: white;
    display: inline-block;
    border-radius: 25px;
    margin: auto;
}

    .read-more2 a {
        color: white;
    }

    .read-more2:hover {
        background: #fff;
        border: 1px solid #000;
    }

        .read-more2:hover a {
            color: black;
        }

.para {
    font-size: 16px;
    line-height: 30px;
    font-weight: 500;
}
/*mission css start*/
.mission-wrapper {
    padding: 50px 0px;
    cursor: pointer;
}

.mission-box {
    width: 100%;
    height: auto;
    background: #1b6400;
    padding: 20px;
    border-radius: 0px;
    text-align: center;
    outline: 1px solid #fffaa7;
    outline-offset: -15px;
}


    .mission-box h2 {
        color: #fff44f;
        text-align: center;
        margin-bottom: 5px;
    }

    .mission-box i {
        display: block;
        margin-bottom: 15px;
        width: 80px;
        height: 80px;
        border: 7px solid #fff44f;
        background: #1b6400;
        color: #fff44f;
        font-size: 36px;
        line-height: 64px;
        border-radius: 50%;
        text-align: center;
        margin: 10px auto;
        box-shadow: inset 1px 1px 6px 2px #000;
    }

    .mission-box:hover i {
        box-shadow: 0px 0px 10px 4px #000;
    }

    .mission-box p {
        color: #fff;
        text-align: center;
        font-size: 17px;
        line-height: 33px;
        font-family: none;
    }
/*==========end mission css=====*/
.pattern {
    background-image: url('../images/1.png');
}

.about-content p {
    margin: 5px 0px;
}

.hide-sm {
    display: none !important;
}
/*====business plan-css-start====*/
.businessplan-wrapper {
    width: 100%;
    height: auto;
    margin-top: 15px;
}

.profit-wrapper {
    width: 100%;
    height: 400px;
    overflow-y: scroll;
    overflow-x: hidden;
}
    /* width */
    .profit-wrapper::-webkit-scrollbar {
        width: 10px;
    }

    /* Track */
    .profit-wrapper::-webkit-scrollbar-track {
        box-shadow: inset 0 0 5px grey;
        border-radius: 10px;
    }

    /* Handle */
    .profit-wrapper::-webkit-scrollbar-thumb {
        background: #000;
        border-radius: 10px;
    }

        /* Handle on hover */
        .profit-wrapper::-webkit-scrollbar-thumb:hover {
            background: #b30000;
        }

    .profit-wrapper table {
        width: 100%;
        height: auto;
    }

        .profit-wrapper table thead tr th {
            background: #1b6400;
            color: white;
            padding: 10px;
            text-align: center;
            font-size: 20px;
        }

        .profit-wrapper table tbody tr td {
            color: black;
            padding: 10px;
            text-align: center;
            font-size: 20px;
        }
/*====business plan-css-end====*/
.matching-bonus {
    width: 100%;
    height: auto;
}

    .matching-bonus table {
        width: 100%;
        height: auto;
        border: 1px solid #000;
    }

        .matching-bonus table thead tr th {
            background: #1b6400;
            color: #fff77b;
            padding: 10px;
            text-align: center;
            font-size: 20px;
            border: 1px solid;
        }

        .matching-bonus table tbody tr td {
            color: black;
            padding: 10px;
            border: 1px solid #212121;
            text-align: center;
            font-size: 20px;
        }
/*====business plan-css-end====*/
/*timeline css staart*/
.plan-wrapper {
    background-color: #fff;
}

.pricingTable {
    padding: 15px;
    margin: 20px 20px 30px;
    background: #1b6400;
    border-radius: 15px;
    text-align: center;
    position: relative;
}

    .pricingTable .pricingTable-header {
        padding: 50px 0;
        position: relative;
    }

    .pricingTable .title {
        padding: 10px 20px;
        background: #fff77b;
        font-size: 25px;
        font-weight: 600;
        color: #000;
        letter-spacing: 1px;
        text-transform: uppercase;
        border-radius: 10px 10px 10px 0;
        position: absolute;
        top: 20px;
        left: -45px;
    }

        .pricingTable .title:before {
            content: "";
            border-top: 30px solid #9c9301;
            border-bottom: 30px solid transparent;
            border-left: 30px solid transparent;
            position: absolute;
            bottom: -60px;
            left: 0;
        }

    .pricingTable .price-value {
        background: #fff77b;
        font-size: 40px;
        font-weight: 700;
        color: #020202;
        border-radius: 0 50px 50px 30px;
        position: absolute;
        top: -30px;
        width: 50%;
        height: 90%;
        line-height: 91px;
        right: -40px;
    }

        .pricingTable .price-value:before {
            content: "";
            position: absolute;
            top: -1px;
            left: -36px;
            border-right: 20px solid #9c9300;
            border-top: 16px solid transparent;
            border-left: 16px solid transparent;
        }

    .pricingTable .pricing-content {
        padding: 0 0 10px 0;
        margin: 0;
        list-style: none;
        background: #fff77b;
        border-radius: 0 0 40px 40px;
    }

        .pricingTable .pricing-content li,
        .pricingTable:hover .pricing-content li.disable,
        .pricingTable.orange:hover .pricing-content li.disable,
        .pricingTable.green:hover .pricing-content li.disable {
            padding: 0 0 0 25px;
            font-size: 18px;
            font-weight: 600;
            color: #000;
            letter-spacing: 1px;
            line-height: 50px;
            text-align: left;
            border-bottom: 2px solid #1b6400;
            transition: all 0.3s ease 0s;
        }

            .pricingTable .pricing-content li:last-child {
                border: none;
            }

    .pricingTable:hover .pricing-content li {
        color: #1b6400;
    }

        .pricingTable .pricing-content li i,
        .pricingTable:hover .pricing-content li.disable i,
        .pricingTable.orange:hover .pricing-content li.disable i,
        .pricingTable.green:hover .pricing-content li.disable i {
            width: 25px;
            height: 25px;
            line-height: 22px;
            border-radius: 50%;
            border: 2px solid #000;
            background: #fff;
            text-align: center;
            font-size: 14px;
            color: #000;
            margin-right: 10px;
            transition: all 0.3s ease 0s;
        }

        .pricingTable:hover .pricing-content li i {
            border: 2px solid #1b6400;
            background: #fff77b;
            color: #1b6400;
        }

    .pricingTable .pricingTable-signup {
        width: 180px;
        height: 100px;
        line-height: 100px;
        background: #0d151c;
        border-radius: 30px 30px 30px 0;
        margin: 0 auto;
        font-size: 22px;
        font-weight: 700;
        color: #fff;
        text-transform: uppercase;
        position: absolute;
        bottom: -30px;
        left: 0;
        right: 0;
    }

        .pricingTable .pricingTable-signup:before {
            content: "";
            border-top: 30px solid #acb0b3;
            border-bottom: 26px solid transparent;
            border-left: 22px solid transparent;
            position: absolute;
            bottom: -26px;
            left: -22px;
        }

    .pricingTable.orange {
        background: #ed4902;
    }

        .pricingTable.orange .title,
        .pricingTable.orange .price-value,
        .pricingTable.orange .pricingTable-signup {
            background: #ffae04;
        }

            .pricingTable.orange .title:before,
            .pricingTable.orange .pricingTable-signup:before {
                border-top-color: #b22009;
            }

            .pricingTable.orange .price-value:before {
                border-right-color: #ae1d02;
            }

        .pricingTable.orange .price-value,
        .pricingTable.orange:hover .pricing-content li {
            color: #e74c00;
        }

        .pricingTable.orange .pricing-content li {
            border-bottom: 2px solid #ed4902;
        }

        .pricingTable.orange:hover .pricing-content li i {
            border: 2px solid #ed4902;
            background: #ffae04;
            color: #fff;
        }

    .pricingTable.green {
        background: #0f7b5b;
    }

        .pricingTable.green .title,
        .pricingTable.green .price-value,
        .pricingTable.green .pricingTable-signup {
            background: #33c28a;
        }

            .pricingTable.green .title:before,
            .pricingTable.green .pricingTable-signup:before {
                border-top-color: #125335;
            }

            .pricingTable.green .price-value:before {
                border-right-color: #125335;
            }

        .pricingTable.green .price-value,
        .pricingTable.green:hover .pricing-content li {
            color: #107d5d;
        }

        .pricingTable.green .pricing-content li {
            border-bottom: 2px solid #0f7b5b;
        }

        .pricingTable.green:hover .pricing-content li i {
            border: 2px solid #0f7b5b;
            background: #36c18a;
            color: #fff;
        }

@media only screen and (max-width: 990px) {
    .pricingTable {
        margin-bottom: 20px;
    }
}
/*==code by kd end ===*/



@media only screen and (max-width: 768px) {
    .contact-form {
        margin-top: 25px;
    }

    .btn-send {
        width: 100%;
        padding: 10px;
    }

    .second-portion {
        margin-top: 25px;
    }
}

@media only screen and (max-width: 767px) {
    .height {
        height: auto;
    }

}

@media only screen and (max-width: 360px) {
    table {
        display: block;
        overflow-x: scroll;
    }
}

@media only screen and (max-width: 320px) {
    .navbar-default .navbar-brand img {
        height: 54px;
    }

    .navbar-toggle {
        position: relative;
        float: right;
        margin-right: 15px;
        padding: 9px 10px;
        margin-top: 28px;
        margin-bottom: 0px;
        background-color: transparent;
        background-image: none;
        border: 1px solid transparent;
        border-radius: 0;
    }

    .height {
        height: auto;
    }

    table {
        display: block;
        overflow-x: scroll;
    }
}
/* Conatct end */
