/**!**************/
/**! Contents **/
/**! 01. Divider **/

/* ----------------------------------------------------------------
	1. Divider
-----------------------------------------------------------------*/


.divider {
    position: relative;
    overflow: hidden;
    margin: 35px 0;
    color: #E5E5E5;
    width: 100%;
}

    .divider.divider-margin {
        margin: 70px 0;
    }

    .divider:after,
    .divider.divider-center:before,
    .divider.divider-center.divider-short:before {
        content: '';
        position: absolute;
        width: 100%;
        top: 8px;
        left: 30px;
        height: 0;
        border-top: 1px solid #EEE;
    }

    .divider.divider-thick:after,
    .divider.divider-center.divider-thick:before,
    .divider.divider-center.divider-short.divider-thick:before {
        border-top-width: 3px;
    }

    .divider.divider-short:after {
        width: 30%;
    }

    .divider.divider-vshort:after {
        width: 12%;
    }

    .divider i {
        position: relative;
        width: 18px;
        height: 18px;
        line-height: 1;
        font-size: 18px !important;
        text-align: center;
    }

    .divider a {
        position: relative;
        display: inline-block;
        color: inherit;
        -webkit-transition: all .3s ease;
        -o-transition: all .3s ease;
        transition: all .3s ease;
    }

        .divider a:hover {
            color: #888;
        }


    /* Divider - Icon Align Right
-----------------------------------------------------------------*/

    .divider.divider-right {
        text-align: right;
    }

        .divider.divider-right:after {
            left: auto;
            right: 30px;
        }


    /* Divider - Icon Align Center
-----------------------------------------------------------------*/

    .divider.divider-center,
    .divider.divider-center.divider-short {
        text-align: center;
    }

        .divider.divider-center:before {
            left: -50% !important;
            right: 0;
            margin-left: -20px;
        }

        .divider.divider-center:after {
            left: 50% !important;
            right: 0;
            margin-left: 20px;
        }


        /* Short Divider - Icon Align Center
-----------------------------------------------------------------*/

        .divider.divider-center.divider-short:before {
            left: auto !important;
            right: 50%;
            margin-right: 20px;
            width: 15%;
        }

        .divider.divider-center.divider-short:after {
            left: 50% !important;
            right: auto !important;
            margin-left: 20px;
            width: 15%;
        }

        .divider.divider-center.divider-vshort:before,
        .divider.divider-center.divider-vshort:after {
            width: 6%;
        }


    /* Divider - Rounded Icon
-----------------------------------------------------------------*/

    .divider.divider-rounded {
        color: #BBB;
    }

        .divider.divider-rounded:after,
        .divider.divider-rounded.divider-center:before,
        .divider.divider-rounded.divider-short:before,
        .divider.divider-border:after,
        .divider.divider-border.divider-center:before,
        .divider.divider-border.divider-short:before {
            top: 19px;
            left: 40px;
        }

        .divider.divider-rounded i,
        .divider.divider-border i {
            width: 40px;
            height: 40px;
            line-height: 40px;
            background-color: #F5F5F5;
            border-radius: 50%;
        }

        .divider.divider-rounded.divider-right:after,
        .divider.divider-border.divider-right:after {
            left: auto;
            right: 40px;
        }


    /* Divider - Rounded & Border
-----------------------------------------------------------------*/

    .divider.divider-border {
        color: #E5E5E5;
    }

        .divider.divider-border i {
            line-height: 38px;
            background-color: transparent;
            border: 1px solid #EEE;
        }


    /* Divider - Line Only
-----------------------------------------------------------------*/

    .divider.divider-line:before,
    .divider.divider-line:after {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }


/* Divider -  betheme
-----------------------------------------------------------------*/

.hr--narrow {
    width: 7%;
    margin: 0 auto 15px;
    clear: both;
}

.hr--dots {
    text-align: center;
    line-height: 0;
    margin: 0 auto 15px;
    clear: both;
}

    .hr--dots span {
        display: inline-block;
        width: 5px;
        height: 5px;
        overflow: hidden;
        margin: 0 5px;
        -webkit-border-radius: 5px;
        border-radius: 5px;
        color: #2991d6;
        background: #2991d6;
    }

.hr--zigzag {
    text-align: center;
    margin: 0 auto 15px;
    clear: both;
}

    .hr--zigzag i {
        color: #2991d6;
        font-size: 26px;
        line-height: 26px;
        margin: 0 -16px;
        display: inline-block;
    }

/* Divider - fancy
-----------------------------------------------------------------*/
svg:not(:root).fancy-divider {
    overflow: hidden;
}

.fancy-divider {
    display: block;
}

.flv_style_45 {
    fill: #3498db;
    stroke: #3498db;
}

svg.fancy-divider path {
}

.section {
    position: relative;
}

    .section .section-divider {
        display: block;
        width: 50px;
        height: 50px;
        position: absolute;
        left: 50%;
        margin-left: -25px;
        background-color: inherit;
        z-index: 1;
    }

.section-divider.triangle.up, .section-divider.triangle.down {
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.section-divider.triangle.up {
    top: -25px;
}

.section-divider.triangle.down {
    bottom: -25px;
}

.section-divider.triple-triangle:after, .section-divider.triple-triangle:before {
    content: "";
    display: block;
    width: 50px;
    height: 50px;
    position: absolute;
    background-color: inherit;
    z-index: 1;
}

.section-divider.triple-triangle.up:after {
    left: -36px;
    top: 50px;
}

.section-divider.triple-triangle.up:before {
    right: -50px;
    top: -36px;
}

.section-divider.triple-triangle.down:after {
    left: -51px;
    top: 35px;
}

.section-divider.triple-triangle.down:before {
    right: -35px;
    top: -50px;
}

.section-divider.triple-triangle.up, .section-divider.triple-triangle.down {
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.section-divider.triple-triangle.up {
    top: -25px;
}

.section-divider.triple-triangle.down {
    bottom: -25px;
}

.section-divider.square.up, .section-divider.square.down {
    width: 70px;
    height: 70px;
    margin-left: -35px;
}

.section-divider.square.up {
    top: -25px;
}

.section-divider.square.down {
    bottom: -25px;
}

.section-divider.circle.up, .section-divider.circle.down {
    width: 70px;
    height: 70px;
    margin-left: -35px;
    -webkit-border-radius: 100%;
    border-radius: 100%;
}

.section-divider.circle.up {
    top: -25px;
}

.section-divider.circle.down {
    bottom: -25px;
}



/* Decoration Image | height:100px - fallback */

.section .section-decoration {
    width: 100%;
    height: 100px;
    position: absolute;
    left: 0;
    background-repeat: repeat-x;
    z-index: 1;
}

    .section .section-decoration.top {
        top: 0;
        background-position: center top;
    }

    .section .section-decoration.bottom {
        bottom: 0;
        background-position: center bottom;
    }

.svg-divider .fancy-divider {
    position: absolute;
    z-index: 1;
    width: 100%;
}

    .svg-divider .fancy-divider svg {
        position: relative;
        z-index: 1;
        width: 100%;
        height: 10vw;
    }

    .svg-divider .fancy-divider.top-divi {
        top: 0;
    }

        .svg-divider .fancy-divider.top-divi svg {
            position: absolute;
            z-index: 1;
            width: 100%;
            top: 0px;
            height: 10vw;
        }

    .svg-divider .fancy-divider.bottom-divi {
        bottom: 0;
    }

        .svg-divider .fancy-divider.bottom-divi svg {
            top: 10px;
        }

/* Timeline 
-----------------------------------------------------------------*/
.process-1.timeline--line .process__item:nth-child(2n+1):before {
    content: '';
    width: 3.700em;
    height: 2px;
    background: #fff;
    border: 1px solid #4a90e2;
    border-radius: 0;
    position: absolute;
    top: 13px;
    margin-left: 1px;
    right: 0 !important;
}

.process-1.timeline--line .process__item:nth-child(2n):before {
    content: '';
    width: 3.700em;
    height: 2px;
    background: #fff;
    border: 1px solid #4a90e2;
    border-radius: 0;
    position: absolute;
    top: 13px;
    margin-left: 1px;
    left: 0 !important;
}

.process-1 .bg-primary {
    padding: 20px;
    color: #fff;
}

    .process-1 .bg-primary h4 {
        color: #fff;
    }

/* #Buttons
================================================== */
a.btn.btn--left, a.btn.btn--right {
    background-color: #f7f7f7;
    color: #747474;
    padding: 0;
}

a.btn.btn--flat {
    border-radius: 0;
}

a.btn, a.tp-button, input[type="submit"], input[type="reset"], input[type="btn"] {
    display: inline-block;
    margin-bottom: 15px;
    margin-right: 7px;
    border: 0;
    position: relative;
    overflow: hidden;
    -webkit-box-shadow: inset 0 0 0 1px rgba(0, 0, 0, .03);
    box-shadow: inset 0 0 0 1px rgba(0, 0, 0, .03);
}

    a.btn .btn--icon {
        display: block;
        float: left;
        background: rgba(0, 0, 0, .05);
    }

    a.btn.btn--outline .btn--icon {
        background: none;
    }

.btn--icon i {
    margin: 0 6px;
}

a.btn .btn--icon i {
    color: rgba(0, 0, 0, .5);
}

/*Button icon left*/

a.btn.btn--left .btn--icon, a.tp-button.button_left .button_icon {
    float: left;
}

a.btn.btn--right .btn--icon, a.tp-button.button_right .button_icon {
    float: right;
}

/*button block*/
a.btn.btn-block .btn--label {
    float: none;
}

/*Button label & icon*/
a.btn {
}

    a.btn .btn--label {
        display: block;
        float: left;
        position: relative;
        z-index: 2;
    }

    a.btn .btn--label {
        display: block;
        float: left;
        position: relative;
        z-index: 2;
        font-weight: 600;
    }


    /*Paddings*/

    a.btn .btn--label {
        padding: 5px 25px;
    }

    a.btn .btn--icon {
        padding: 5px 13px;
    }



a.btn--xs .btn--label {
    padding: 3px 7px;
    font-size: .8em;
    line-height: 2em;
}

a.btn--xs .btn--icon {
    padding: 4px 4px;
}

a.btn--sm .btn--label {
    padding: 5px 15px;
    font-size: .9em;
}

a.btn--sm .btn--icon {
    padding: 5px 5px;
}


a.btn--md .btn--label {
    padding: 5px 20px;
    letter-spacing: 1px;
    font-size: 1.1em
}

a.btn--md.btn--right .btn--label {
    padding: 10px 20px;
    letter-spacing: 1px;
    font-size: 1.1em
}

a.btn--md .btn--icon {
    padding: 10px 10px;
    font-size: 1.1em
}

a.btn--lg .btn--label {
    padding: 10px 30px;
}

a.btn--lg .btn--icon {
    padding: 10px 15px;
}

a.btn--xl .btn--label {
    padding: 15px 30px;
}

a.btn--xl .btn--icon {
    padding: 15px 18px;
}

a.btn--xl .btn--label.btn__text {
    font-size: 16px;
    font-weight: 600;
}

a.btn--outline {
    border-width: 2px;
    border-style: solid;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background-color: transparent !important;
    -webkit-box-shadow: inset 0 0 0 0;
    box-shadow: inset 0 0 0 0;
    background-image: none;
}

/*color*/

a.btn.btn--primary:not(.btn--outline) {
    background-color: #2991d6;
    color: #fff !important;
}

a.btn.btn--secondary:not(.btn--outline) {
    background-color: #6c757d;
    color: #fff !important;
}

a.btn.btn--success:not(.btn--outline) {
    background-color: #28a745;
    color: #fff !important;
}

a.btn.btn--danger:not(.btn--outline) {
    background-color: #e7432b;
    color: #fff !important;
}

a.btn.btn--warning:not(.btn--outline) {
    background-color: #ffc107;
    color: #000 !important;
}

a.btn.btn--info:not(.btn--outline) {
    background-color: #17a2b8;
    color: #fff !important;
}

a.btn.btn--light:not(.btn--outline) {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa;
}

a.btn.btn--dark:not(.btn--outline) {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40;
}

a.btn.btn--link {
    font-weight: 400;
    color: #007bff;
    background-color: transparent;
}

a.btn.btn--outline.btn--primary, a.btn.btn--outline.btn--primary .btn--icon i {
    border-color: #2991d6;
    color: #2991d6;
}

a.btn.btn--outline.btn--secondary, a.btn.btn--outline.btn--secondary .btn--icon i {
    border-color: #6c757d;
    color: #6c757d;
}

a.btn.btn--outline.btn--success, a.btn.btn--outline.btn--success .btn--icon i {
    border-color: #28a745;
    color: #28a745;
}

a.btn.btn--outline.btn--danger, a.btn.btn--outline.btn--danger .btn--icon i {
    border-color: #e7432b;
    color: #e7432b;
}

a.btn.btn--outline.btn--warning, a.btn.btn--outline.btn--warning .btn--icon i {
    border-color: #ffc107;
    color: #ffc107;
}

a.btn.btn--outline.btn--info, a.btn.btn--outline.btn--info .btn--icon i {
    border-color: #17a2b8;
    color: #17a2b8;
}

a.btn.btn--outline.btn--dark, a.btn.btn--outline.btn--dark .btn--icon i {
    color: #343a40;
    border-color: #343a40;
}

a.btn.btn--outline.btn--primary:hover {
    background-color: #2991d6 !important;
    color: #fff;
}

a.btn.btn--outline.btn--secondary:hover {
    background-color: #6c757d !important;
    color: #fff;
}

a.btn.btn--outline.btn--success:hover {
    background-color: #28a745 !important;
    color: #fff;
}

a.btn.btn--outline.btn--danger:hover {
    background-color: #e7432b !important;
    color: #fff;
}

a.btn.btn--outline.btn--warning:hover {
    background-color: #ffc107 !important;
    color: #fff;
}

a.btn.btn--outline.btn--info:hover {
    background-color: #17a2b8 !important;
    color: #fff;
}

a.btn.btn--outline.btn--dark:hover {
    color: #fff;
    background-color: #343a40 !important;
}

a:hover.btn.btn--outline .btn--icon i {
    color: rgba(0, 0, 0, .5) !important;
}

.bg--dark a.btn.btn--outline {
    color: #fff;
    border-color: #fff;
}

.btn-block-half {
    width: 60%;
}

a.btn.btn-block-half .btn--label {
    float: none;
}



@media only screen and (min-width: 768px) {
    a.btn:after, a.tp-button:after, button:after, input[type="submit"]:after, input[type="reset"]:after, input[type="button"]:after {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        height: 100%;
        width: 0;
        z-index: 1;
        -webkit-transition: all .3s;
        -moz-transition: all .3s;
        transition: all .3s;
        background: rgba(0, 0, 0, .05);
    }

    a.btn:hover:after, a.tp-button:hover:after, input[type="submit"]:hover:after, input[type="reset"]:hover:after, input[type="button"]:hover:after {
        width: 100%;
    }

    a.btn.btn--outline:hover:after, a.btn.btn--outline:after {
        display: none;
    }
}

/* Muffin link ----------------------------------------------------------------------- */

a.mfn--link {
    position: relative;
    display: inline-block;
    margin: 15px 25px;
    font-size: 15px;
    text-shadow: 0 0 1px rgba(255, 255, 255, 0.3);
    text-decoration: none;
    outline: none;
    white-space: nowrap;
    color: #656B6F;
}

a:hover.mfn--link {
    text-decoration: none;
    color: #2991d6;
}
/* Effect 1: Brackets */

a.mfn--link--1:before, a.mfn--link--1:after {
    display: inline-block;
    opacity: 0;
    -webkit-transition: -webkit-transform 0.3s, opacity .2s;
    -moz-transition: -moz-transform 0.3s, opacity .2s;
    transition: transform 0.3s, opacity .2s;
}

a.mfn--link--1:before {
    margin-right: 10px;
    content: '[';
    -webkit-transform: translateX(20px);
    -moz-transform: translateX(20px);
    transform: translateX(20px);
}

a.mfn--link--1:after {
    margin-left: 10px;
    content: ']';
    -webkit-transform: translateX(-20px);
    -moz-transform: translateX(-20px);
    transform: translateX(-20px);
}

a:hover.mfn--link--1:before, a:hover.mfn--link--1:after, a.hover.mfn--link--1:before, a.hover.mfn--link--1:after {
    opacity: 1;
    -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
    transform: translateX(0px);
    color: #2991d6;
}
/* Effect 2: 3D rolling links */

a.mfn--link--2 {
    line-height: 44px;
    -webkit-perspective: 1000px;
    -moz-perspective: 1000px;
    perspective: 1000px;
}

    a.mfn--link--2 span {
        position: relative;
        display: inline-block;
        padding: 0 14px;
        -webkit-transition: -webkit-transform .3s;
        -moz-transition: -moz-transform .3s;
        transition: transform .3s;
        -webkit-transform-origin: 50% 0;
        -moz-transform-origin: 50% 0;
        transform-origin: 50% 0;
        -webkit-transform-style: preserve-3d;
        -moz-transform-style: preserve-3d;
        transform-style: preserve-3d;
    }

        a.mfn--link--2 span:before {
            position: absolute;
            top: 100%;
            left: 0;
            width: 100%;
            height: 100%;
            content: attr(data-hover);
            -webkit-transition: background .3s;
            -moz-transition: background .3s;
            transition: background .3s;
            -webkit-transform: rotateX(-90deg);
            -moz-transform: rotateX(-90deg);
            transform: rotateX(-90deg);
            -webkit-transform-origin: 50% 0;
            -moz-transform-origin: 50% 0;
            transform-origin: 50% 0;
            text-align: center;
        }

a:hover.mfn--link--2 span, a.hover.mfn--link--2 span {
    -webkit-transform: rotateX(90deg) translateY(-22px);
    -moz-transform: rotateX(90deg) translateY(-22px);
    transform: rotateX(90deg) translateY(-22px);
}

/* Effect 3: bottom line */

a.mfn--link--3 {
    padding: 8px 0;
}

    a.mfn--link--3:after {
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        height: 3px;
        content: '';
        opacity: 0;
        -webkit-transition: opacity 0.3s, -webkit-transform .3s;
        -moz-transition: opacity 0.3s, -moz-transform .3s;
        transition: opacity 0.3s, transform .3s;
        -webkit-transform: translateY(10px);
        -moz-transform: translateY(10px);
        transform: translateY(10px);
    }

a:hover.mfn--link--3:after, a.hover.mfn--link--3:after {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    transform: translateY(0px);
}
/* Effect 4: second border slides up */

a.mfn--link--4 {
    padding: 12px 10px 10px;
    text-shadow: none;
    font-weight: 700;
}

    a.mfn--link--4:before, a.mfn--link--4::after {
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        height: 3px;
        content: '';
        -webkit-transition: -webkit-transform .3s;
        -moz-transition: -moz-transform .3s;
        transition: transform .3s;
        -webkit-transform: scale(0.85);
        -moz-transform: scale(0.85);
        transform: scale(0.85);
    }

    a.mfn--link--4:after {
        opacity: 0;
        -webkit-transition: top 0.3s, opacity 0.3s, -webkit-transform .3s;
        -moz-transition: top 0.3s, opacity 0.3s, -moz-transform .3s;
        transition: top 0.3s, opacity 0.3s, transform .3s;
    }

a:hover.mfn--link--4:before, a:hover.mfn--link--4:after, a.hover.mfn--link--4:before, a.hover.mfn--link--4:after {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    transform: scale(1);
}

a:hover.mfn--link--4:after, a.hover.mfn--link--4:after {
    top: 0;
    opacity: 1;
}

/* Effect 5: reveal, push out */

a.mfn--link--5 {
    overflow: hidden;
    margin: 0 15px;
    position: relative;
    z-index: 1;
}

    a.mfn--link--5 span {
        display: block;
        padding: 10px 20px;
        -webkit-transition: -webkit-transform .3s;
        -moz-transition: -moz-transform .3s;
        transition: transform .3s;
        color: #fff;
    }

    a.mfn--link--5:before {
        position: absolute;
        top: 0;
        left: 0;
        text-align: left;
        z-index: -1;
        padding: 10px 20px;
        width: 100%;
        height: 100%;
        opacity: 0;
        content: attr(data-hover);
        -webkit-transition: -webkit-transform .3s;
        -moz-transition: -moz-transform .3s;
        transition: transform .3s;
        -webkit-transform: translateX(-25%);
        -moz-transform: translateX(-25%);
        transform: translateX(-25%);
    }

a:hover.mfn--link--5 span, a.hover.mfn--link--5 span {
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    transform: translateX(100%);
    color: #fff;
}

a:hover.mfn--link--5:before, a.hover.mfn--link--5:before {
    opacity: 1;
    color: #fff;
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    transform: translateX(0%);
    background-color: #2275ac;
}

/* Effect 6: text fill*/

a.mfn--link--6 {
    padding: 10px 0;
    text-shadow: none;
}

    a.mfn--link--6:before {
        position: absolute;
        top: 0;
        right: 0;
        overflow: hidden;
        padding: 10px 0;
        max-width: 0;
        border-bottom: 2px solid;
        content: attr(data-hover);
        -webkit-transition: max-width .5s;
        -moz-transition: max-width .5s;
        transition: max-width .5s;
    }

a:hover.mfn--link--6:before, a.hover.mfn--link--6:before {
    max-width: 100%;
}

a.mfn--link--6::before {
    border-bottom-color: #2275ac;
}
/* Effect 7: border switch */

a.mfn--link--7 {
    padding: 0 20px;
    height: 45px;
    line-height: 45px;
}

    a.mfn--link--7:before, a.mfn--link--7:after {
        position: absolute;
        width: 45px;
        height: 2px;
        content: '';
        opacity: .2;
        -webkit-transition: all .3s;
        -moz-transition: all .3s;
        transition: all .3s;
        pointer-events: none;
    }

    a.mfn--link--7:before {
        top: 0;
        left: 0;
        -webkit-transform: rotate(90deg);
        -moz-transform: rotate(90deg);
        transform: rotate(90deg);
        -webkit-transform-origin: 0 0;
        -moz-transform-origin: 0 0;
        transform-origin: 0 0;
    }

    a.mfn--link--7:after {
        right: 0;
        bottom: 0;
        -webkit-transform: rotate(90deg);
        -moz-transform: rotate(90deg);
        transform: rotate(90deg);
        -webkit-transform-origin: 100% 0;
        -moz-transform-origin: 100% 0;
        transform-origin: 100% 0;
    }

a:hover.mfn--link--7:before, a:hover.mfn--link--7:after, a.hover.mfn--link--7:before, a.hover.mfn--link--7:after {
    opacity: 1;
}

a:hover.mfn--link--7:before, a.hover.mfn--link--7:before {
    left: 50%;
    -webkit-transform: rotate(0deg) translateX(-50%);
    -moz-transform: rotate(0deg) translateX(-50%);
    transform: rotate(0deg) translateX(-50%);
}

a:hover.mfn--link--7:after, a.hover.mfn--link--7:after {
    right: 50%;
    -webkit-transform: rotate(0deg) translateX(50%);
    -moz-transform: rotate(0deg) translateX(50%);
    transform: rotate(0deg) translateX(50%);
}
/* Effect 8: cross */

a.mfn--link--8 {
    padding: 0 5px;
    font-weight: 700;
    -webkit-transition: color .3s;
    -moz-transition: color .3s;
    transition: color .3s;
    position: relative;
    z-index: 1;
}

    a.mfn--link--8:before, a.mfn--link--8:after {
        position: absolute;
        width: 100%;
        left: 0;
        top: 50%;
        height: 2px;
        margin-top: -1px;
        content: '';
        z-index: -1;
        -webkit-transition: -webkit-transform 0.3s, opacity .3s;
        -moz-transition: -moz-transform 0.3s, opacity .3s;
        transition: transform 0.3s, opacity .3s;
        pointer-events: none;
    }

    a.mfn--link--8:before {
        -webkit-transform: translateY(-20px);
        -moz-transform: translateY(-20px);
        transform: translateY(-20px);
    }

    a.mfn--link--8:after {
        -webkit-transform: translateY(20px);
        -moz-transform: translateY(20px);
        transform: translateY(20px);
    }

a:hover.mfn--link--8:before, a:hover.mfn--link--8:after, a.hover.mfn--link--8:before, a.hover.mfn--link--8:after {
    opacity: .7;
}

a:hover.mfn--link--8:before, a.hover.mfn--link--8:before {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
}

a:hover.mfn--link--8:after, a.hover.mfn--link--8:after {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
/* variables */

a.mfn--link--4:before, a.mfn--link--4:after, a.mfn--link--3:after, a:hover.mfn--link--8:after, a:hover.mfn--link--8:before, a.hover.mfn--link--8:after, a.hover.mfn--link--8:before {
    background: rgba(0, 0, 0, 0.1);
}

a.mfn--link--6 {
    border-top: 2px solid rgba(0, 0, 0, .05);
}

a.mfn--link.mfn--link--6 {
    color: rgba(0, 0, 0, .25);
}

a.mfn--link--2 span, a:hover.mfn--link--2 span:before, a.hover.mfn--link--2 span:before, a.mfn--link--5 span, a.mfn--link--5:before {
    color: #fff;
}

    a.hover.mfn--link--4::after, a.mfn-link-8::before, a.hover.mfn--link--4::before, a.mfn--link--2 span::before, a.mfn--link--5::before, a.mfn--link--7::after, a.mfn--link--7::before, a:hover.mfn--link--4::after, a:hover.mfn--link--4::before, a.mfn--link--8::after, a.mfn--link--8::before {
        background: #2275ac;
    }

/* Masonery ----------------------------------------------------------------------- */
.grid {
    border: 1px solid #333;
    width: 100%;
}

/* clear fix */
.isotope:after {
    content: '';
    display: block;
    clear: both;
}

/* ---- .element-item ---- */

.grid {
    background: #EEE;
    max-width: 1200px;
}

    /* clearfix */
    .grid:after {
        content: '';
        display: block;
        clear: both;
    }

/* ---- grid-item ---- */

.grid-item {
    width: 160px;
    height: 120px;
    float: left;
    /* vertical gutter */
    margin: 10px;
    background: #D26;
    border: 2px solid #333;
    border-color: hsla(0, 0%, 0%, 0.5);
    border-radius: 5px;
    overflow: hidden;
}

.grid-item--width2 {
    width: 340px;
}

.grid-item--width3 {
    width: 520px;
}

.grid-item--width4 {
    width: 780px;
}

.grid-item--height2 {
    height: 200px;
}

.grid-item--height3 {
    height: 260px;
}

.grid-item--height4 {
    height: 360px;
}
/*********************pricing*/
.prcing-table.cloume-header .plan-footer {
    visibility: hidden;
}

.pricing.cloume-header:hover {
    box-shadow: none;
}

.prcing-table.cloume-header h5 {
    margin: 2.5em auto;
}

.pricing .plan-inside p {
    text-align: justify;
    text-align-last: center;
}



/*********************alert*/

.alert {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    padding: 1rem 2rem;
    margin: 0 0 20px 0;
    border-radius: 4px;
}

    .alert .alert-icon {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 0 0 0 1.25rem;
    }

        .alert .alert-icon i {
            font-size: 2.4rem;
        }

        .alert .alert-icon.alert-icon-top {
            -webkit-box-align: start;
            -ms-flex-align: start;
            align-items: flex-start;
            -ms-flex-line-pack: stretch;
            align-content: stretch;
        }

    .alert .alert-text {
        -ms-flex-item-align: center;
        align-self: center;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
    }

    .alert .alert-close {
        padding: 0 1rem 0 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }

        .alert .alert-close .close {
            text-shadow: none !important;
        }

        .alert .alert-close i {
            opacity: 0.8;
            -webkit-transition: all 0.3s ease;
            transition: all 0.3s ease;
            cursor: pointer;
        }

            .alert .alert-close i:hover {
                -webkit-transition: all 0.3s ease;
                transition: all 0.3s ease;
                opacity: 1;
            }

    .alert.alert-elevate {
        -webkit-box-shadow: 0px 0px 13px 0px rgba(82, 63, 105, 0.1);
        box-shadow: 0px 0px 13px 0px rgba(82, 63, 105, 0.1);
    }

    .alert.alert-brand {
        background: #22b9ff;
        border: 1px solid #22b9ff;
        color: #ffffff;
    }

        .alert.alert-brand .alert-icon i {
            color: #ffffff;
        }

        .alert.alert-brand .alert-text {
            color: #ffffff;
        }

            .alert.alert-brand .alert-text hr {
                border-top-color: #ffffff;
                opacity: 0.4;
            }

        .alert.alert-brand .alert-close i {
            color: #ffffff;
        }

    .alert.alert-outline-brand {
        border: 1px solid #22b9ff;
        color: #22b9ff;
    }

        .alert.alert-outline-brand .alert-icon i {
            color: #22b9ff;
        }

        .alert.alert-outline-brand .alert-text {
            color: #22b9ff;
        }

        .alert.alert-outline-brand .alert-close i {
            color: #22b9ff;
        }

    .alert.alert-solid-brand {
        background: rgba(34, 185, 255, 0.1);
        border-color: transparent;
        color: #22b9ff;
    }

        .alert.alert-solid-brand .alert-icon i {
            color: #22b9ff;
        }

        .alert.alert-solid-brand .alert-text {
            color: #22b9ff;
        }

        .alert.alert-solid-brand .alert-close i {
            color: #22b9ff;
        }

    .alert.alert-light {
        background: #ffffff;
        border: 1px solid #ffffff;
        color: #282a3c;
    }

        .alert.alert-light .alert-icon i {
            color: #282a3c;
        }

        .alert.alert-light .alert-text {
            color: #282a3c;
        }

            .alert.alert-light .alert-text hr {
                border-top-color: #282a3c;
                opacity: 0.4;
            }

        .alert.alert-light .alert-close i {
            color: #282a3c;
        }

    .alert.alert-outline-light {
        border: 1px solid #ffffff;
        color: #ffffff;
    }

        .alert.alert-outline-light .alert-icon i {
            color: #ffffff;
        }

        .alert.alert-outline-light .alert-text {
            color: #ffffff;
        }

        .alert.alert-outline-light .alert-close i {
            color: #ffffff;
        }

    .alert.alert-solid-light {
        background: rgba(255, 255, 255, 0.1);
        border-color: transparent;
        color: #ffffff;
    }

        .alert.alert-solid-light .alert-icon i {
            color: #ffffff;
        }

        .alert.alert-solid-light .alert-text {
            color: #ffffff;
        }

        .alert.alert-solid-light .alert-close i {
            color: #ffffff;
        }

    .alert.alert-dark {
        background: #282a3c;
        border: 1px solid #282a3c;
        color: #ffffff;
    }

        .alert.alert-dark .alert-icon i {
            color: #ffffff;
        }

        .alert.alert-dark .alert-text {
            color: #ffffff;
        }

            .alert.alert-dark .alert-text hr {
                border-top-color: #ffffff;
                opacity: 0.4;
            }

        .alert.alert-dark .alert-close i {
            color: #ffffff;
        }

    .alert.alert-outline-dark {
        border: 1px solid #282a3c;
        color: #282a3c;
    }

        .alert.alert-outline-dark .alert-icon i {
            color: #282a3c;
        }

        .alert.alert-outline-dark .alert-text {
            color: #282a3c;
        }

        .alert.alert-outline-dark .alert-close i {
            color: #282a3c;
        }

    .alert.alert-solid-dark {
        background: rgba(40, 42, 60, 0.1);
        border-color: transparent;
        color: #282a3c;
    }

        .alert.alert-solid-dark .alert-icon i {
            color: #282a3c;
        }

        .alert.alert-solid-dark .alert-text {
            color: #282a3c;
        }

        .alert.alert-solid-dark .alert-close i {
            color: #282a3c;
        }

    .alert.alert-primary {
        background: #5867dd;
        border: 1px solid #5867dd;
        color: #ffffff;
    }

        .alert.alert-primary .alert-icon i {
            color: #ffffff;
        }

        .alert.alert-primary .alert-text {
            color: #ffffff;
        }

            .alert.alert-primary .alert-text hr {
                border-top-color: #ffffff;
                opacity: 0.4;
            }

        .alert.alert-primary .alert-close i {
            color: #ffffff;
        }

    .alert.alert-outline-primary {
        border: 1px solid #5867dd;
        color: #5867dd;
    }

        .alert.alert-outline-primary .alert-icon i {
            color: #5867dd;
        }

        .alert.alert-outline-primary .alert-text {
            color: #5867dd;
        }

        .alert.alert-outline-primary .alert-close i {
            color: #5867dd;
        }

    .alert.alert-solid-primary {
        background: rgba(88, 103, 221, 0.1);
        border-color: transparent;
        color: #5867dd;
    }

        .alert.alert-solid-primary .alert-icon i {
            color: #5867dd;
        }

        .alert.alert-solid-primary .alert-text {
            color: #5867dd;
        }

        .alert.alert-solid-primary .alert-close i {
            color: #5867dd;
        }

    .alert.alert-success {
        background: #1dc9b7;
        border: 1px solid #1dc9b7;
        color: #ffffff;
    }

        .alert.alert-success .alert-icon i {
            color: #ffffff;
        }

        .alert.alert-success .alert-text {
            color: #ffffff;
        }

            .alert.alert-success .alert-text hr {
                border-top-color: #ffffff;
                opacity: 0.4;
            }

        .alert.alert-success .alert-close i {
            color: #ffffff;
        }

    .alert.alert-outline-success {
        border: 1px solid #1dc9b7;
        color: #1dc9b7;
    }

        .alert.alert-outline-success .alert-icon i {
            color: #1dc9b7;
        }

        .alert.alert-outline-success .alert-text {
            color: #1dc9b7;
        }

        .alert.alert-outline-success .alert-close i {
            color: #1dc9b7;
        }

    .alert.alert-solid-success {
        background: rgba(29, 201, 183, 0.1);
        border-color: transparent;
        color: #1dc9b7;
    }

        .alert.alert-solid-success .alert-icon i {
            color: #1dc9b7;
        }

        .alert.alert-solid-success .alert-text {
            color: #1dc9b7;
        }

        .alert.alert-solid-success .alert-close i {
            color: #1dc9b7;
        }

    .alert.alert-info {
        background: #2786fb;
        border: 1px solid #2786fb;
        color: #ffffff;
    }

        .alert.alert-info .alert-icon i {
            color: #ffffff;
        }

        .alert.alert-info .alert-text {
            color: #ffffff;
        }

            .alert.alert-info .alert-text hr {
                border-top-color: #ffffff;
                opacity: 0.4;
            }

        .alert.alert-info .alert-close i {
            color: #ffffff;
        }

    .alert.alert-outline-info {
        border: 1px solid #2786fb;
        color: #2786fb;
    }

        .alert.alert-outline-info .alert-icon i {
            color: #2786fb;
        }

        .alert.alert-outline-info .alert-text {
            color: #2786fb;
        }

        .alert.alert-outline-info .alert-close i {
            color: #2786fb;
        }

    .alert.alert-solid-info {
        background: rgba(39, 134, 251, 0.1);
        border-color: transparent;
        color: #2786fb;
    }

        .alert.alert-solid-info .alert-icon i {
            color: #2786fb;
        }

        .alert.alert-solid-info .alert-text {
            color: #2786fb;
        }

        .alert.alert-solid-info .alert-close i {
            color: #2786fb;
        }

    .alert.alert-warning {
        background: #f8a31d;
        border: 1px solid #f8a31d;
        color: #fff;
    }

        .alert.alert-warning .alert-icon i {
            color: #fff;
        }

        .alert.alert-warning .alert-text {
            color: #fff;
        }

            .alert.alert-warning .alert-text hr {
                border-top-color: #fff;
                opacity: 0.4;
            }

        .alert.alert-warning .alert-close i {
            color: #fff;
        }

    .alert.alert-outline-warning {
        border: 1px solid #f8a31d;
        color: #f8a31d;
    }

        .alert.alert-outline-warning .alert-icon i {
            color: #f8a31d;
        }

        .alert.alert-outline-warning .alert-text {
            color: #f8a31d;
        }

        .alert.alert-outline-warning .alert-close i {
            color: #f8a31d;
        }

    .alert.alert-solid-warning {
        background: rgba(255, 184, 34, 0.1);
        border-color: transparent;
        color: #f8a31d;
    }

        .alert.alert-solid-warning .alert-icon i {
            color: #f8a31d;
        }

        .alert.alert-solid-warning .alert-text {
            color: #f8a31d;
        }

        .alert.alert-solid-warning .alert-close i {
            color: #f8a31d;
        }

    .alert.alert-danger {
        background: #fd27eb;
        border: 1px solid #fd27eb;
        color: #ffffff;
    }

        .alert.alert-danger .alert-icon i {
            color: #ffffff;
        }

        .alert.alert-danger .alert-text {
            color: #ffffff;
        }

            .alert.alert-danger .alert-text hr {
                border-top-color: #ffffff;
                opacity: 0.4;
            }

        .alert.alert-danger .alert-close i {
            color: #ffffff;
        }

    .alert.alert-outline-danger {
        border: 1px solid #fd27eb;
        color: #fd27eb;
    }

        .alert.alert-outline-danger .alert-icon i {
            color: #fd27eb;
        }

        .alert.alert-outline-danger .alert-text {
            color: #fd27eb;
        }

        .alert.alert-outline-danger .alert-close i {
            color: #fd27eb;
        }

    .alert.alert-solid-danger {
        background: rgba(253, 39, 235, 0.1);
        border-color: transparent;
        color: #fd27eb;
    }

        .alert.alert-solid-danger .alert-icon i {
            color: #fd27eb;
        }

        .alert.alert-solid-danger .alert-text {
            color: #fd27eb;
        }

        .alert.alert-solid-danger .alert-close i {
            color: #fd27eb;
        }

    .alert.alert-secondary .alert-icon i {
        color: #74788d;
    }

    .alert.alert-secondary .alert-text {
        color: #595d6e;
    }

    .alert.alert--marginless {
        margin: 0;
    }

    .alert.alert-bold .alert-text {
        font-weight: 500;
    }
