﻿.headline h2,
.headline h3,
.headline h4 {
    border-bottom: 1px solid #ffff;
    color: #fff;
}

hr.hr {
    border: 0;
    height: 1px;
    background-image: -webkit-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
    background-image: -moz-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
    background-image: -ms-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
    background-image: -o-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
}

.rightJustified {
    text-align: right;
}

.blackReadOnly {
    background-color: black!important;
    color: white;
}

.blackTextBox {
    color: black;
    opacity: 1 !important;
}


/*Copyright*/
.copyright {
    font-size: 12px;
    padding: 11px 0 7px;
    background: #3e4753;
    border-top: solid 1px #777;
}

    .copyright p {
        color: #dadada;
        margin-top: 12px;
    }

.roundedDiv {
    margin-bottom: 20px;
    background-color: #ffffff;
    border: 1px solid grey;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    padding: 10px !important;
}

.curvedDiv {
    margin-bottom: 20px;
    background-color: #ffffff;
    border: 2px solid grey;
    border-radius: 50px;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    padding: 10px !important;
}


/* -------------------------------
   12.0 Pricing Setting
------------------------------- */

/* 12.1 Pricing Element Setting */

.pricing-table {
    list-style-type: none;
    margin: 0 -10px;
    padding: 0;
    text-align: center;
}

    .pricing-table > li {
        float: left;
        padding: 10px;
    }

    .pricing-table.col-4 > li {
        width: 25%;
    }

    .pricing-table.col-3 > li {
        width: 33.33333%;
    }

    .pricing-table .pricing-container {
        overflow: hidden;
        border-radius: 6px;
        background: #f0f3f4;
        box-shadow: 0 3px #b6c2c9;
    }

    .pricing-table h3 {
        background: #242a30;
        margin: 0;
        color: #fff;
        font-size: 14px;
        padding: 15px 30px;
    }

    .pricing-table .features {
        list-style-type: none;
        margin: 0;
        padding: 0 30px;
    }

        .pricing-table .features > li {
            padding: 10px 0;
        }

            .pricing-table .features > li + li {
                border-top: 1px solid #e2e7eb;
            }

    .pricing-table .price {
        width: 100%;
        display: table;
        background: #2d353c;
    }

        .pricing-table .price .price-figure {
            vertical-align: middle;
            display: table-cell;
            text-align: center;
            height: 80px;
        }

        .pricing-table .price .price-number {
            font-size: 28px;
            color: #00a3a3;
            display: block;
        }

        .pricing-table .price .price-tenure {
            font-size: 12px;
            color: #fff;
            color: rgba(255, 255, 255, 0.7);
            display: block;
            text-align: center;
        }

    .pricing-table .footer {
        padding: 15px 20px;
    }

    .pricing-table .highlight {
        padding: 0px;
        margin-top: -30px;
    }

        .pricing-table .highlight .features > li {
            padding: 15px 0;
        }

        .pricing-table .highlight h3 {
            padding: 20px 30px;
        }

        .pricing-table .highlight .price .price-figure {
            height: 90px;
        }

        .pricing-table .highlight .price .price-number {
            color: #fff;
        }

.content .content-title {
    text-align: center;
    position: relative;
    margin-bottom: 30px;
    padding-bottom: 15px;
    margin-top: 0;
}

    .content .content-title:after {
        content: '';
        display: block;
        position: absolute;
        width: 40px;
        background: #242a30;
        height: 2px;
        bottom: 0;
        left: 50%;
        margin-left: -20px;
    }

.content .content-desc {
    text-align: center;
    margin-bottom: 60px;
    color: #242a30;
}

.content.has-bg {
    padding-bottom: 10px;
    overflow: hidden;
    position: relative;
}

    .content.has-bg .content-bg {
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
    }

        .content.has-bg .content-bg img {
            max-width: 100%;
        }

    .content.has-bg .content-title:after {
        background: #fff;
    }

    .content.has-bg .content-bg:before {
        content: '';
        background: url(../img/content-bg-cover.png);
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
    }

    .content.has-bg .container {
        position: relative;
    }

        .content.has-bg .container .content-title {
            color: #fff;
        }

        .content.has-bg .container .content-desc {
            color: rgba(255,255,255,0.6);
        }

    .content.has-bg h1,
    .content.has-bg h2,
    .content.has-bg h3,
    .content.has-bg h4,
    .content.has-bg h5,
    .content.has-bg h6 {
        color: #fff;
    }

.team .socialx a {
    border-radius: 300px;
    border: 1px solid #ccc;
    padding: 5px;
    width: 40px;
    height: 40px;
    line-height: 28px;
    text-align: center;
    display: inline-block;
    color: #ccc;
}

.social-list {
    margin: 30px 0 0;
    font-size: 20px;
}

.milestone {
    text-align: center;
}

.milestone-col + .milestone-col {
    border-left: 1px solid rgba(255,255,255,0.2);
}

.milestone .number {
    font-size: 42px;
    color: #fff;
    font-weight: 300;
}

.milestone .title {
    color: #8F8E8E;
}




/* -------------------------------
   11.0 Testimonial Setting
------------------------------- */

/* 11.1 Testimonial Element Setting */

.testimonials {
    padding-bottom: 50px;
}

    .testimonials .item {
        padding-top: 15px;
    }

    .testimonials .carousel-indicators {
        bottom: 0;
    }

    .testimonials blockquote {
        border: none;
        text-align: center;
        color: #fff;
        position: relative;
        font-weight: 300;
        margin-bottom: 15px;
    }

        .testimonials blockquote .fa-quote-left,
        .testimonials blockquote .fa-quote-right {
            font-size: 28px;
            position: absolute;
            margin-left: 15px;
            margin-top: 15px;
            color: #8F8E8E;
        }

        .testimonials blockquote .fa-quote-left {
            margin-left: -43px;
            margin-top: -15px;
        }

    .testimonials .name {
        color: #fff;
        font-size: 14px;
        margin-bottom: 15px;
    }

        .testimonials .name span {
            margin-left: 5px;
        }

    .testimonials .carousel-indicators li {
        background: rgba(255,255,255,0.4);
        border: none;
        -webkit-transition: all .2s linear;
        -moz-transition: all .2s linear;
        transition: all .2s linear;
    }

        .testimonials .carousel-indicators li:hover,
        .testimonials .carousel-indicators li:focus {
            background: rgba(255,255,255,0.7);
        }

        .testimonials .carousel-indicators li.active {
            background: #fff;
        }

.carousel-indicators li,
.carousel-indicators li.active {
    width: 12px;
    height: 12px;
    margin: 1px 3px;
}

.service {
    margin-bottom: 30px;
}

.fileUploadContainer {
    overflow: hidden;
    position: relative;
    color: #fff;
    background: #49b6d6;
    border-color: #49b6d6;
    float: left;
    padding: .5em;
    font-weight: 300;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    padding-left: 12px;
    padding-right: 12px;
}

    .fileUploadContainer [type=file] {
        display: block;
        font-size: 999px;
        filter: alpha(opacity=0);
        min-height: 100%;
        min-width: 100%;
        opacity: 0;
        position: absolute;
        right: 0;
        text-align: right;
        top: 0;
        cursor: pointer;
    }

/*Prevent the flickering of the tooltip*/
.tooltip {
    pointer-events: none;
}

.lblCount {
    color: green;
    font-size: 11px;
    font-family: Courier New;
    font-weight: bold;
    font-style: italic;
}

.thDotted {
    border-top: solid 2px red;
}

.form {
    width: 100%;
}

.innerForm {
    width: 98%;
}
