﻿/* Elements Titles */
.title {
    position: relative;
    padding-bottom: 15px;
}

    .title:after {
        content: '';
        display: block;
        width: 50px;
        height: 2px;
        position: absolute;
        bottom: 0;
        left: 0;
        background-color: #eaeaea;
    }

    .title.text-center:after {
        left: 50%;
        margin-left: -25px;
    }

    .title.text-right:after {
        left: auto;
        right: 0;
    }

    .title.custom:after {
        background-color: #0069b0;
    }

    .title.custom2:after {
        background-color: #c00f3c;
    }

    .title.dark:after {
        background-color: #171717;
    }

    .title.text-white:after, .title.white:after {
        background-color: #fff;
    }

    .title.title-bottom-border:after {
        height: 4px;
        bottom: -2px;
    }

.title-desc {
    font-size: 16px;
    font-weight: 300;
    max-width: 720px;
    margin-bottom: 50px;
}

    .title-desc.text-center {
        margin-left: auto;
        margin-right: auto;
    }

.title-border {
    padding: 0 0 0 0.6em;
    border-left: 3px solid transparent;
}

    .title-border > span {
        display: inline-block;
        padding: 0 0.6em;
        background-color: #fff;
        position: relative;
        z-index: 1;
    }

.edge.bg-white #wrapper .title-border > span {
    background-color: #f2f2fa;
}

.bg-gray .title-border > span {
    background-color: #f0f0f0 !important;
}

.bg-gray2 .title-border > span {
    background-color: #e1e1e1 !important;
}

.title-border.text-right,
.text-right > .title-border {
    padding: 0 0.6em 0 0;
    border-left: none;
    border-right: 3px solid transparent;
}

.title-border.text-center,
.text-center > .title-border {
    padding: 0;
    border: none;
}

    .title-border.text-center > span,
    .text-center > .title-border > span {
        border-left: 3px solid transparent;
        border-right: 3px solid transparent;
    }

.title-border.title-border {
    margin-bottom: 10px;
}

.title-border.custom, .title-border.text-right.custom,
.title-border.text-center.custom > span {
    border-color: #0069b0;
}

.title-border.title-bg-line, .title-border.text-center.title-bg-line, .title-border.title-bg, .title-border.text-center.title-bg {
    padding: 0;
}

.bg-dark .title-border > span {
    background-color: #171717;
}

.bg-gray .title-border > span {
    background-color: #f0f0f0;
}

.bg-lightgray .title-border > span {
    background-color: #f8f8f8;
}

.bg-lightergray .title-border > span {
    background-color: #fafafa;
}

.bg-gray2 .title-border > span {
    background-color: #e1e1e1;
}

.title-bottom-border.custom {
    border-color: #0069b0;
}

.title-bg-line,
.title-underline {
    position: relative;
}

    .title-bg-line > span,
    .title-underline > span {
        padding: 0 0.6em;
    }

    .title-bg-line:after {
        content: '';
        display: block;
        height: 1px;
        background-color: transparent;
        position: absolute;
        top: 50%;
        left: 0;
        right: 0;
        z-index: 0;
    }

.title-block {
    margin-bottom: 30px;
}

    .title-block .title {
        margin-bottom: 10px;
    }

    .title-block > p {
        font-size: 1.1em;
    }

    .title > .light,
    .title-block .light {
        font-weight: normal;
    }

.title-bottom-border {
    border-bottom: 1px solid transparent;
}

    .title-bottom-border.dashed {
        border-bottom-style: dashed;
    }

    .title-bottom-border.dotted {
        border-bottom-style: dotted;
    }

    .title-border.dark,
    .title-border.text-right.dark,
    .title-border.text-center.dark > span,
    .title-bottom-border.dark {
        border-color: #171717;
    }

.title-border.title-bg.dark,
.title-bg-line.dark:after {
    background-color: #171717;
}

.title-border.gray,
.title-border.text-right.gray,
.title-border.text-center.gray > span,
.title-bottom-border.gray {
    border-color: #eaeaea;
}

.title-border.title-bg.gray,
.title-bg-line.gray:after {
    background-color: #eaeaea;
}

.title-border.white,
.title-border.text-right.white,
.title-border.text-center.white > span,
.title-bottom-border.white {
    border-color: #fff;
}

.title-border.title-bg.white,
.title-bg-line.white:after {
    background-color: #fff;
}

.title-border.title-bg.custom,
.title-bg-line.custom:after,
.bg-custom .title-border > span {
    background-color: #0069b0;
}

.title-border.title-bg.custom2,
.title-bg-line.custom2:after,
.bg-custom2 .title-border > span {
    background-color: #c00f3c;
}
/*Icon setting*/
.IconCss {
    width: 20px;
    margin-top: -29px;
    background: bisque;
    cursor: pointer;
    background-color: #fff;
    position: relative;
    z-index: 1;
}