﻿/* ================================================== 
     Author: Themesstock
     Version: 1.0
     License: GNU General Public License version
 ================================================== 
 Info */

/* --------------------------------------------

	* Table Of Contents 

    - FONTS
    - HEADERS
    - GENRAL CODE
    - STANDARD MEDIA STYLING
	- GRID EFFECTS
	- FLEXSLIDER / REVSLIDER
	- ISOTOPE
	- LAYOUT
	- PAGE HEADING
	- PAGINATION
	- SEARCH FORM

-------------------------------------------- */


/* Fonts
================================================== */

@font-face {
    font-family: entypo-fontello;
    src: url('font/entypo-fontello.eot'), url('font/entypo-fontello.woff');
}

body {
    color: #4a4e57;
    font-size: 16px;
    line-height: 1.4;
    font-family: 'Segoe UI', Arial, sans-serif;
    font-weight: 400;
    scroll-behavior: smooth;
}

h1, h2, h3, h4, h5,
.custom-caption p,
span.dropcap1,
span.dropcap2,
span.dropcap3,
span.dropcap4,
.v-call-text,
.smash-text,
.testimonial-text,
.header-advert,
.v-icon-character,
.v-team-member-name,
.v-fancy-heading h1,
.v-portfolio-item-info h3,
.w-portfolio .w-portfolio-item .w-portfolio-item-title {
    font-family: 'Segoe UI', Arial, sans-serif;
}


.v-page-not-found-wrap h1.v-404,
.pricing-column h4,
.panel-group .panel-heading a,
.v-call-to-action h3 {
    font-family: 'Segoe UI', Arial, sans-serif;
}



/* ================================================== 
    GENERAL CODES
================================================== */

.padding-100 {
    padding-bottom: 100px;
    padding-top: 100px;
}

.padding-90 {
    padding-bottom: 90px;
    padding-top: 90px;
}

.padding-80 {
    padding-bottom: 80px;
    padding-top: 80px;
}

.padding-70 {
    padding-bottom: 70px;
    padding-top: 70px;
}

.padding-60 {
    padding-bottom: 60px;
    padding-top: 60px;
}

.padding-50 {
    padding-bottom: 50px;
    padding-top: 50px;
}

.padding-40 {
    padding-bottom: 40px;
    padding-top: 40px;
}

.padding-30 {
    padding-bottom: 30px;
    padding-top: 30px;
}

.no-bottom-padding {
    padding-bottom: 0px !important;
}

.no-top-padding {
    padding-top: 0;
}

.no-margin {
    margin: 0;
}

.no-margin-bottom {
    margin-bottom: 0;
}

.no-margin-top {
    margin-top: 0;
}

.no-margin-left {
    margin-left: 0;
}

.no-margin-right {
    margin-right: 0;
}

.pull-bottom {
    margin-bottom: 35px;
}

.pull-bottom-verysmall {
    margin-bottom: 10px;
}

.pull-bottom-small {
    margin-bottom: 20px;
}

.pull-bottom-big {
    margin-bottom: 45px;
}

.pull-top-small {
    margin-top: 20px;
}

.pull-top {
    margin-top: 35px;
}

.pull-top-big {
    margin-top: 50px;
}


.v-height-mini {
    height: 30px;
}

.v-height-small {
    height: 50px;
}

.v-height-standard {
    height: 60px;
}

.v-height-big {
    height: 100px;
}

.v-lead {
    font-size: 14px;
    line-height: 1.4;
    font-weight: 400;
}

div.center {
    text-align: center;
}

::selection, ::-moz-selection {
    color: #fff;
}

body.modal-open {
    margin-right: 0;
}

label {
    font-size: 14px;
    line-height: 22px;
}

a {
    outline: none;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    text-decoration: none;
    color: #f5245f;
}

    a:hover {
        text-decoration: none;
    }

    a:active {
        outline: none;
    }

    a:focus {
        -moz-outline-style: none;
        outline-style: none;
        outline: none;
        text-decoration: none;
    }

h1 {
    font-size: 24px;
    line-height: 34px;
    color: #000;
}

h2 {
    font-size: 20px;
    line-height: 30px;
}

h3 {
    font-size: 18px;
    line-height: 24px;
    font-weight: normal;
    margin-bottom: 15px;
}

h4 {
    font-size: 16px;
    line-height: 20px;
    font-weight: normal;
    margin-bottom: 15px;
}

h5 {
    font-size: 14px;
    line-height: 18px;
    font-weight: normal;
    margin-bottom: 15px;
}

h6 {
    font-size: 12px;
    font-weight: 600;
    line-height: 16px;
    margin-bottom: 10px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

    h6.special {
        font-weight: 600;
        font-size: 14px;
        letter-spacing: 1px;
        text-transform: uppercase;
        color: #323436;
        margin-bottom: 15px;
    }

h1 a {
    color: #000;
}

h2, h2 a {
    color: #000;
}

h3, h3 a {
    color: #16171d;
}

h4, h4 a {
    color: #000;
}

h5, h5 a {
    color: #000;
}

h6, h6 a {
    color: #000;
}

p {
    margin: 0 0 15px;
    font-size: 14px;
    line-height: 1.4;
    font-weight: 400;
    text-align: justify;
}

ul {
    list-style: none;
    margin: 0 0 20px;
    padding: 0;
}

ol {
    margin: 0 0 20px;
    padding: 0 0 0 20px;
}

    ul > li > ul, ol > li > ol {
        margin-left: 20px;
        padding-left: 0;
    }

dl dt {
    font-weight: bold;
}

dl dd {
    margin-bottom: 20px;
}

dl dt, dl dd {
    line-height: 180%;
}

ul ul, ul ol, ol ol, ol ul {
    margin-left: 0;
}

a.text-link {
    border-bottom: 1px dotted #e3e3e3;
}

.no-js-alert {
    background: none repeat scroll 0 0 #222222;
    color: #FFFFFF;
    font-size: 24px;
    height: 100%;
    left: 0;
    -moz-opacity: 0.9;
    opacity: 0.9;
    filter: alpha(opacity=90);
    padding: 20% 5% 0;
    position: fixed;
    text-align: center;
    top: 0;
    width: 90%;
    z-index: 9999;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
    -o-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}

.clearfix {
    clear: none;
}

#container {
    position: relative;
    background: white;
    /*z-index: 99;
    overflow: hidden;
    -webkit-transition: -webkit-transform 0.5s;
    -moz-transition: transform 0.5s;
    -o-transition: transform 0.5s;
    transition: transform 0.5s;
    -webkit-transform-origin: 50% 1%;
    -moz-transform-origin: 50% 1%;
    -ms-transform-origin: 50% 1%;
    -o-transform-origin: 50% 1%;
    transform-origin: 50% 1%;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;*/
}

.no-csstransforms3d #container {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-transform-style: flat;
    transform-style: flat;
    position: inherit;
}

iframe {
    border: 0;
}

video.wp-video-shortcode {
    max-width: 100%;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
    font-size: 14px;
    line-height: 2;
}

    table th {
        font-weight: bold;
    }

    table thead th {
        text-transform: uppercase;
    }

    table tr > th {
        padding-right: 20px;
    }

    table td {
        padding: 5px 10px 5px 0;
    }

address {
    font-style: italic;
    margin: 0 0 24px;
}

img {
    max-width: 100%;
    height: auto;
}

ins {
    background: #fff9c0;
    text-decoration: none;
}

pre {
    background: #f5f5f5;
    color: #666;
    font-family: monospace;
    font-size: 14px;
    margin: 20px 0;
    overflow: auto;
    padding: 20px;
    white-space: pre;
    white-space: pre-wrap;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
    border: 1px solid #E4E4E4;
    border-radius: 2px;
}

audio {
    margin: 20px 0;
}

.v-spacer {
    min-height: 0;
}

.v-page-heading.v-bg-stylish.v-bg-stylish-v1.no-space {
    margin: 0px
}

.chat-transcript .chat-author {
    font-weight: bold;
}

.nicescroll-rails {
    background: #fff;
    width: 5px;
}

    .nicescroll-rails > div {
        width: 5px;
        border: 0;
        background: #666;
        -moz-border-radius: 6px;
        -webkit-border-radius: 6px;
        border-radius: 6px;
    }

.fw-row {
    margin-left: 0;
    margin-right: 0;
}

.row.fw-row .coloured-box-wrap .col-sm-2,
.row.fw-row .coloured-box-wrap .col-sm-3,
.row.fw-row .coloured-box-wrap .col-sm-4 {
    padding-left: 0px;
    padding-right: 0px;
}

.row.fw-row .coloured-box-wrap .btn.v-btn {
    margin-top: 10px;
}

.row.fw-row .coloured-box-wrap .coloured-box-inner {
    padding: 12%;
    color: #ffffff;
}

.single .container .body-text > .container {
    margin-left: -15px;
    max-width: 100%;
}

.modal-body .container {
    max-width: 100%;
}

.white-color {
    color: white;
}

div.white-color {
    color: white;
}

div.base-color h3,
div.base-color h4,
div.base-color h5,
div.base-color h6,
div.base-color {
    color: #555;
}

.v-bg-color {
    background-color: #f7f7f7;
}


/* --------------------------------------------
	STANDARD MEDIA STYLING
-------------------------------------------- */

figure {
    margin: 0;
}

    figure img {
        width: 100%;
        height: auto;
    }

.img-service {
    margin-top: 60px;
    border-bottom: 1px #e5e5e5 solid;
    padding-bottom: 50px
}

    .img-service .image-caption {
        padding: 15px 5px;
        border-top: none
    }

        .img-service .image-caption h3 {
            margin-top: 0px
        }

.portfolio-block figure img {
    border: 5px #e5e5e5 solid;
}

figure a {
    display: block;
}

figure .overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    display: block;
    z-index: 3;
    -moz-opacity: 0;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    margin-left: -0.6px;
    padding-right: 0.6px;
}

figure:hover > a > .overlay {
    -moz-opacity: 0.9;
    opacity: 0.9;
    filter: alpha(opacity=90);
    margin-top: -1.6px;
    padding-bottom: 1.6px;
}

figure.animated-overlay figcaption {
    background-color: rgba(228, 55, 104, 0.8);
}

figure.animated-overlay.transparent figcaption {
    background-color: transparent;
}

figure.animated-overlay figcaption .thumb-info h4,
figure.animated-overlay figcaption .thumb-info h5,
figcaption .thumb-info-excerpt p {
    color: #ffffff;
}

figure.animated-overlay figcaption .thumb-info i {
    background: #222222;
    color: #ffffff;
    cursor: pointer !important;
    -webkit-transform: scale(0.5) rotate(-90deg);
    -moz-transform: scale(0.5) rotate(-90deg);
    -ms-transform: scale(0.5) rotate(-90deg);
    -o-transform: scale(0.5) rotate(-90deg);
    transform: scale(0.5) rotate(-90deg);
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

    figure.animated-overlay figcaption .thumb-info i.fa-angle-right:before {
        content: '\E832';
        font-family: 'entypo-fontello';
    }


@-webkit-keyframes rotate {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(-360deg);
        -moz-transform: rotate(-360deg);
        -ms-transform: rotate(-360deg);
        -o-transform: rotate(-360deg);
        transform: rotate(-360deg);
    }
}

@-moz-keyframes rotate {
    0% {
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -moz-transform: rotate(-360deg);
        -ms-transform: rotate(-360deg);
        -o-transform: rotate(-360deg);
        -webkit-transform: rotate(-360deg);
        transform: rotate(-360deg);
    }
}

@-o-keyframes rotate {
    0% {
        -o-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -o-transform: rotate(-360deg);
        -moz-transform: rotate(-360deg);
        -ms-transform: rotate(-360deg);
        -webkit-transform: rotate(-360deg);
        transform: rotate(-360deg);
    }
}

@keyframes rotate {
    0% {
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -moz-transform: rotate(-360deg);
        -ms-transform: rotate(-360deg);
        -o-transform: rotate(-360deg);
        -webkit-transform: rotate(-360deg);
        transform: rotate(-360deg);
    }
}


figcaption .thumb-info {
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
}

    figcaption .thumb-info h4 {
        line-height: 20px;
        padding: 0 5%;
        width: 100%;
        -ms-text-overflow: ellipsis;
        -o-text-overflow: ellipsis;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
        text-align: center;
        -moz-text-shadow: 0 0 5px rgba(0,0,0,.2);
        -webkit-text-shadow: 0 0 5px rgba(0,0,0,.2);
        text-shadow: 0 0 5px rgba(0,0,0,.2);
        position: absolute;
        bottom: 25px;
    }

figcaption .thumb-info-extended h4 {
    margin-top: -60px;
}

figcaption .thumb-info-extended h5 {
    padding: 0 5%;
    width: 100%;
    position: absolute;
    bottom: 5px;
}

figcaption .thumb-info a:hover {
    -moz-opacity: 1;
    opacity: 1;
    filter: alpha(opacity=100);
}

figcaption .thumb-info i {
    font-size: 22px;
    line-height: 33px;
    padding: 14px;
    border-radius: 50%;
    height: 34px;
    width: 34px;
    display: block;
    -moz-text-shadow: 0 0 5px rgba(0,0,0,.2);
    -webkit-text-shadow: 0 0 5px rgba(0,0,0,.2);
    text-shadow: 0 0 5px rgba(0,0,0,.2);
    text-align: center;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    -ms-box-sizing: content-box;
    box-sizing: content-box;
    position: absolute;
    left: 50%;
    top: 47%;
    margin: -24px 0 0 -24px;
}

figcaption .thumb-info-v2 i {
    font-size: 30px;
    line-height: 47px;
    padding: 10px;
    border-radius: 50%;
    height: 50px;
    width: 50px;
    top: 50%;
    margin-top: -28px;
    margin-left: -27px;
    left: 50%;
    position: absolute;
}

figcaption .thumb-info-excerpt h4 {
    line-height: 20px;
    margin-bottom: 0;
    padding: 0 5%;
    width: 100%;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    text-align: center;
    -moz-text-shadow: 0 0 5px rgba(0,0,0,.2);
    -webkit-text-shadow: 0 0 5px rgba(0,0,0,.2);
    text-shadow: 0 0 5px rgba(0,0,0,.2);
    position: absolute;
    top: 40%;
    margin-top: -40px;
}

figcaption .thumb-info-excerpt p {
    line-height: 22px;
    margin-bottom: 0;
    padding: 0 5%;
    width: 100%;
    text-align: center;
    -moz-text-shadow: 0 0 5px rgba(0,0,0,.2);
    -webkit-text-shadow: 0 0 5px rgba(0,0,0,.2);
    text-shadow: 0 0 5px rgba(0,0,0,.2);
    position: absolute;
    top: 40%;
    margin-top: 0;
}

figcaption .thumb-info-excerpt i {
    display: none;
}

figure.animated-overlay {
    position: relative;
    overflow: visible;
    z-index: 2;
}

    figure.animated-overlay > a {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 4;
    }

    figure.animated-overlay .thumb-slider ul.slides li a {
        position: relative;
        z-index: 2;
    }

    figure.animated-overlay figcaption {
        height: 100%;
        width: 100%;
        display: block;
        opacity: 0;
        filter: alpha(opacity=0);
        text-align: center;
        position: absolute;
        z-index: 1;
        top: 0;
        left: 0;
        background-image: url(../img/crease.svg);
        -moz-background-size: cover;
        background-size: cover;
        background-position: center center;
        -webkit-backface-visibility: hidden;
        -moz-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
        -moz-transition: -moz-transform 0.3s, opacity 0.3s;
        -o-transition: transform 0.3s, opacity 0.3s;
        transition: transform 0.3s, opacity 0.3s;
    }

.browser-ie figure.animated-overlay figcaption, .browser-ie10 figure.animated-overlay figcaption {
    background-image: none;
}

figure.animated-overlay:hover figcaption {
    opacity: 1;
    filter: alpha(opacity=100);
    /*-webkit-transform: translate(10px, 10px);
    -moz-transform: translate(10px, 10px);
    -ms-transform: translate(10px, 10px);
    -o-transform: translate(10px, 10px);
    transform: translate(10px, 10px);*/
}

figure.animated-overlay.overlay-alt:hover figcaption {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
}

.v-portfolio-item-info h3 {
    font-size: 13px;
    font-weight: 600;
    margin-top: 10px;
}

article.notice {
    background: #16171d;
    color: #fff;
    padding: 0px 0px;
    text-align: left;
    font-family: 'Segoe UI', Arial, sans-serif;
    font-size: 17px;
    font-weight: 300;
    letter-spacing: 0.5px
}

    article.notice span {
        display: inline-block;
        padding-top: 18px
    }

    article.notice a {
        color: #fff;
        float: right;
        display: inline-block;
        padding: 18px 20px;
        border: none;
        border-radius: 0px;
        font-weight: bold;
        font-size: 14px;
        text-transform: uppercase;
        background: #ff0000;
    }

.normal-txt {
    font-size: 18px;
    text-align: center;
    margin-bottom: 25px;
}

.portfolio-block .item {
    margin: 0px 10px
}

.curved-bar-styling {
    border: 1px solid #e4e4e4;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
}

ul.bar-styling {
    height: auto;
    overflow: hidden;
}

ul.page-numbers {
    float: right;
}

    ul.bar-styling li, ul.page-numbers li {
        float: left;
        display: block;
    }

        ul.bar-styling li > a,
        ul.bar-styling li > div,
        ul.page-numbers li > a,
        ul.page-numbers li > span {
            padding: 7px 15px;
            border: 1px solid transparent;
            display: block;
            margin-right: -1px;
            text-decoration: none;
            height: auto;
            overflow: hidden;
        }

        ul.bar-styling li > form input {
            border: 1px solid transparent;
            display: block;
            margin-right: -1px;
            overflow: hidden;
            padding: 10px 14px;
            height: 40px;
            font-size: 14px;
            -moz-border-radius: 0;
            -webkit-border-radius: 0;
            border-radius: 0;
        }

        ul.bar-styling li:first-child a,
        ul.bar-styling li:first-child div,
        ul.page-numbers li:first-child a,
        ul.page-numbers li:first-child span {
            -moz-border-radius-topleft: 4px;
            -moz-border-radius-bottomleft: 4px;
            -webkit-border-top-left-radius: 4px;
            -webkit-border-bottom-left-radius: 4px;
            border-top-left-radius: 4px;
            border-bottom-left-radius: 4px;
            -moz-background-clip: padding;
            -webkit-background-clip: padding-box;
            background-clip: padding-box;
        }

        ul.bar-styling li:last-child a,
        ul.bar-styling li:last-child div,
        ul.page-numbers li:last-child a,
        ul.page-numbers li:last-child span {
            -moz-border-radius-topright: 4px;
            -moz-border-radius-bottomright: 4px;
            -webkit-border-top-right-radius: 4px;
            -webkit-border-bottom-right-radius: 4px;
            border-top-right-radius: 4px;
            border-bottom-right-radius: 4px;
        }

        ul.page-numbers li a.prev i, ul.page-numbers li a.next i {
            height: 10px;
            display: inline-block;
            vertical-align: -3px;
        }

        .v-pagination li a:hover,
        ul.bar-styling li:not(.selected) > a:hover,
        ul.bar-styling li > .comments-likes:hover,
        ul.page-numbers li > a:hover,
        ul.page-numbers li > span.current {
            color: #ffffff !important;
        }

            ul.bar-styling li > .comments-likes:hover * {
                color: #ffffff !important;
            }

        .v-pagination li a,
        .v-pagination li span,
        .v-pagination li span.expand,
        ul.bar-styling li > a,
        ul.bar-styling li > div,
        ul.page-numbers li > a,
        ul.page-numbers li > span,
        .curved-bar-styling,
        ul.bar-styling li > form input {
            border-color: #e4e4e4;
        }

        ul.bar-styling li > a,
        ul.bar-styling li > span,
        ul.bar-styling li > div,
        ul.bar-styling li > form input {
            background-color: #ffffff;
        }

        ul.bar-styling li.facebook > a:hover {
            color: #fff !important;
            background: #3b5998;
            border-color: #3b5998;
        }

        ul.bar-styling li.twitter > a:hover {
            color: #fff !important;
            background: #4099FF;
            border-color: #4099FF;
        }

        ul.bar-styling li.google-plus > a:hover {
            color: #fff !important;
            background: #d34836;
            border-color: #d34836;
        }

        ul.bar-styling li.pinterest > a:hover {
            color: #fff !important;
            background: #cb2027;
            border-color: #cb2027;
        }

.top_line {
    /*background: linear-gradient(90deg,#69060a 0%,#ff0000 100%)*/
    background: linear-gradient(90deg,#244678 0%,#0ba3d6 100%)
}

.contact-top {
    list-style: none;
    padding: 0;
    color: #dfdfe0;
}



    .contact-top li:first-child {
        padding-left: 0px;
    }

    .contact-top li {
        float: left;
        padding: 0 15px;
        line-height: 35px;
        border-right: 1px solid #fff;
        font-size: 11px;
        font-weight: 400;
        color: #fff;
    }

        .contact-top li a {
            color: #fff;
        }

        .contact-top li i {
            font-size: 12px;
            margin-right: 5px
        }

ul.social-links {
    float: right;
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 17px;
}

    ul.social-links li {
        float: left;
        list-style: none;
        border-right: 1px solid #fff;
        padding: 1px 14px;
    }

        ul.social-links li a {
            display: inline-block;
            color: #fff;
            line-height: 33px;
        }

.modal-header {
    padding: 22px 30px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    background: #f7f7f7;
}

    .modal-header h2, .modal-header h3 {
        margin: 0;
    }

    .modal-header .close {
        margin-top: 2px;
        outline: none !important;
    }

.modal-body {
    padding: 20px 30px;
}

.viewer li {
    -webkit-transition: width 500ms cubic-bezier(0.075, 0.820, 0.165, 1.000);
    -moz-transition: width 500ms cubic-bezier(0.075, 0.820, 0.165, 1.000);
    -o-transition: width 500ms cubic-bezier(0.075, 0.820, 0.165, 1.000);
    transition: width 500ms cubic-bezier(0.075, 0.820, 0.165, 1.000);
}

.viewer .caption {
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity 1.5s ease-in-out;
    -moz-transition: opacity 1.5s ease-in-out;
    -o-transition: opacity 1.5s ease-in-out;
    transition: opacity 1.5s ease-in-out;
}

.viewer .current .caption {
    opacity: 100;
    visibility: visible;
}

.viewer .close:hover {
    color: #fff;
}

/* --------------------------------------------
	GRID EFFECTS
-------------------------------------------- */

.grid {
    list-style: none;
}

    .grid > li {
        display: block;
        float: left;
        opacity: 0;
    }

        .grid > li.shown,
        .no-js .grid > li,
        .no-cssanimations .grid > li,
        .grid.no-effect > li {
            opacity: 1;
        }

    /* Effect 1: opacity */
    .grid.effect-1 li.animate {
        -webkit-animation: fadeIn 0.65s ease forwards;
        -moz-animation: fadeIn 0.65s ease forwards;
        -o-animation: fadeIn 0.65s ease forwards;
        animation: fadeIn 0.65s ease forwards;
    }

    /* Effect 2: Move Up */
    .grid.effect-2 li.animate {
        -webkit-transform: translateY(200px);
        -moz-transform: translateY(200px);
        -ms-transform: translateY(200px);
        -o-transform: translateY(200px);
        transform: translateY(200px);
        -webkit-animation: moveUp 0.65s ease forwards;
        -moz-animation: moveUp 0.65s ease forwards;
        -o-animation: moveUp 0.65s ease forwards;
        animation: moveUp 0.65s ease forwards;
    }

    /* Effect 3: Scale up */
    .grid.effect-3 li.animate {
        -webkit-transform: scale(0.6);
        -moz-transform: scale(0.6);
        -ms-transform: scale(0.6);
        -o-transform: scale(0.6);
        transform: scale(0.6);
        -webkit-animation: scaleUp 0.65s ease-in-out forwards;
        -moz-animation: scaleUp 0.65s ease-in-out forwards;
        -o-animation: scaleUp 0.65s ease-in-out forwards;
        animation: scaleUp 0.65s ease-in-out forwards;
    }

    /* Effect 4: fall perspective */
    .grid.effect-4 {
        -webkit-perspective: 1300px;
        -moz-perspective: 1300px;
        -ms-perspective: 1300px;
        perspective: 1300px;
    }

        .grid.effect-4 li.animate {
            -webkit-transform-style: preserve-3d;
            -moz-transform-style: preserve-3d;
            transform-style: preserve-3d;
            -webkit-transform: translateY(300px) rotateX(-90deg);
            -moz-transform: translateY(300px) rotateX(-90deg);
            -ms-transform: translateY(300px) rotateX(-90deg);
            -o-transform: translateY(300px) rotateX(-90deg);
            transform: translateY(300px) rotateX(-90deg);
            -webkit-animation: fallPerspective .8s ease-in-out forwards;
            -moz-animation: fallPerspective .8s ease-in-out forwards;
            -o-animation: fallPerspective .8s ease-in-out forwards;
            animation: fallPerspective .8s ease-in-out forwards;
        }

    /* Effect 5: fly (based on http://lab.hakim.se/scroll-effects/ by @hakimel) */
    .grid.effect-5 {
        -webkit-perspective: 1300px;
        -moz-perspective: 1300px;
        -ms-perspective: 1300px;
        perspective: 1300px;
    }

        .grid.effect-5 li.animate {
            -webkit-transform-style: preserve-3d;
            -moz-transform-style: preserve-3d;
            transform-style: preserve-3d;
            -webkit-transform-origin: 50% 50%;
            -moz-transform-origin: 50% 50%;
            -ms-transform-origin: 50% 50%;
            -o-transform-origin: 50% 50%;
            transform-origin: 50% 50%;
            -webkit-transform: rotateX(-180deg);
            -moz-transform: rotateX(-180deg);
            -ms-transform: rotateX(-180deg);
            -o-transform: rotateX(-180deg);
            transform: rotateX(-180deg);
            -webkit-animation: fly .8s ease-in-out forwards;
            -moz-animation: fly .8s ease-in-out forwards;
            -o-animation: fly .8s ease-in-out forwards;
            animation: fly .8s ease-in-out forwards;
        }

    /* Effect 6: flip (based on http://lab.hakim.se/scroll-effects/ by @hakimel) */
    .grid.effect-6 {
        -webkit-perspective: 1300px;
        -moz-perspective: 1300px;
        -ms-perspective: 1300px;
        perspective: 1300px;
    }

        .grid.effect-6 li.animate {
            -webkit-transform-style: preserve-3d;
            -moz-transform-style: preserve-3d;
            transform-style: preserve-3d;
            -webkit-transform-origin: 0% 0%;
            -moz-transform-origin: 0% 0%;
            -ms-transform-origin: 0% 0%;
            -o-transform-origin: 0% 0%;
            transform-origin: 0% 0%;
            -webkit-transform: rotateX(-80deg);
            -moz-transform: rotateX(-80deg);
            -ms-transform: rotateX(-80deg);
            -o-transform: rotateX(-80deg);
            transform: rotateX(-80deg);
            -webkit-animation: flip .8s ease-in-out forwards;
            -moz-animation: flip .8s ease-in-out forwards;
            -o-animation: flip .8s ease-in-out forwards;
            animation: flip .8s ease-in-out forwards;
        }

    /* Effect 7: helix (based on http://lab.hakim.se/scroll-effects/ by @hakimel) */
    .grid.effect-7 {
        -webkit-perspective: 1300px;
        -moz-perspective: 1300px;
        -ms-perspective: 1300px;
        perspective: 1300px;
    }

        .grid.effect-7 li.animate {
            -webkit-transform-style: preserve-3d;
            -moz-transform-style: preserve-3d;
            transform-style: preserve-3d;
            -webkit-transform: rotateY(-180deg);
            -moz-transform: rotateY(-180deg);
            -ms-transform: rotateY(-180deg);
            -o-transform: rotateY(-180deg);
            transform: rotateY(-180deg);
            -webkit-animation: helix .8s ease-in-out forwards;
            -moz-animation: helix .8s ease-in-out forwards;
            -o-animation: helix .8s ease-in-out forwards;
            animation: helix .8s ease-in-out forwards;
        }

    /* Effect 8:  */
    .grid.effect-8 {
        -webkit-perspective: 1300px;
        -moz-perspective: 1300px;
        -ms-perspective: 1300px;
        perspective: 1300px;
    }

        .grid.effect-8 li.animate {
            -webkit-transform-style: preserve-3d;
            -moz-transform-style: preserve-3d;
            transform-style: preserve-3d;
            -webkit-transform: scale(0.4);
            -moz-transform: scale(0.4);
            -ms-transform: scale(0.4);
            -o-transform: scale(0.4);
            transform: scale(0.4);
            -webkit-animation: popUp .8s ease-in forwards;
            -moz-animation: popUp .8s ease-in forwards;
            -o-animation: popUp .8s ease-in forwards;
            animation: popUp .8s ease-in forwards;
        }



/* --------------------------------------------
	FLEXSLIDER / REVSLIDER
-------------------------------------------- */

.flexslider {
    background: transparent;
    border: 0;
    width: 100%;
    z-index: 2;
    display: block;
    position: relative;
    overflow: hidden;
}

    .flexslider ul.slides {
        background: transparent;
        margin: 0;
        height: auto;
        overflow: hidden;
        list-style: none !important;
    }

    .flexslider .slides > li {
        position: relative;
        text-align: center;
        overflow: hidden;
        margin: 0;
        display: none;
        -webkit-backface-visibility: hidden;
        -moz-backface-visibility: hidden;
        backface-visibility: hidden;
    }

    .flexslider .slides li img {
        max-width: 100%;
        width: 100%;
        height: auto;
        display: block !important;
    }

.flex-direction-nav,
.flex-direction-nav li {
    margin: 0;
    padding: 0;
    list-style: none;
}

    .flex-direction-nav a, .carousel-wrap a.next, .carousel-wrap a.prev {
        width: 38px;
        height: 38px;
        margin: -19px 0 0;
        display: block;
        background: transparent url('../../images/base/showcase-nav.png') no-repeat center left;
        position: absolute;
        top: 50%;
        cursor: pointer;
        text-indent: -9999px;
        opacity: 0;
        filter: alpha(opacity=0);
        -moz-transition: all 0.3s ease-in-out;
        -webkit-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
        z-index: 3;
    }

    .flex-direction-nav .flex-next {
        background-position: center right;
        right: -36px;
    }

    .flex-direction-nav .flex-prev {
        left: -36px;
    }


/*Carousel Wrap*/
.carousel-wrap > a {
    color: #000;
}

.carousel-wrap a.prev {
    left: -10px;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -moz-opacity: 0;
    opacity: 0;
    filter: alpha(opacity=0);
}

.carousel-wrap a.next {
    right: -10px;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -moz-opacity: 0;
    opacity: 0;
    filter: alpha(opacity=0);
    background-position: center right;
}

.carousel-wrap:hover a.next, .carousel-wrap:hover a.prev {
    -moz-opacity: 1;
    opacity: 1;
    filter: alpha(opacity=100);
}

.flex-direction-nav .flex-disabled {
    opacity: 0 !important;
    filter: alpha(opacity=0) !important;
    pointer-events: none;
}

.carousel-wrap {
    position: relative;
    margin-right: -11px;
    margin-left: -11px;
}



.content-slider {
    position: static;
}

    .content-slider .flex-direction-nav .flex-next {
        right: 20px !important;
    }

    .content-slider .flex-direction-nav .flex-prev {
        left: 20px !important;
    }

.flexslider:hover .flex-next {
    opacity: 1;
    filter: alpha(opacity=100);
    right: 20px !important;
}

.flexslider:hover .flex-prev {
    opacity: 1;
    filter: alpha(opacity=100);
    left: 20px !important;
}

.tp-caption a.btn.v-btn {
    /*font-size: 12px;*/
    margin-right: 0;
}

.flex-direction-nav .disabled {
    opacity: .3 !important;
    filter: alpha(opacity=30);
    cursor: default;
}

.thumb-slider .flex-direction-nav {
    height: 100%;
    position: absolute;
    top: 0;
    width: 100%;
}

    .thumb-slider .flex-direction-nav li {
        position: relative !important;
        left: auto !important;
        top: 50% !important;
    }

    .thumb-slider .flex-direction-nav a, .gallery-slider .flex-direction-nav a, .gallery-nav .flex-direction-nav a, .item-slider .flex-direction-nav a {
        height: 38px;
        width: 36px;
        background: transparent url('../img/base/slider-nav.png') no-repeat center left;
    }

.thumb-slider .flex-prev,
.thumb-slider:hover .flex-prev,
.gallery-slider .flex-prev,
.gallery-slider:hover .flex-prev,
.gallery-nav .flex-prev,
.gallery-nav:hover .flex-prev,
.item-slider .flex-prev,
.item-slider:hover .flex-prev {
    left: 0 !important;
}

.thumb-slider .flex-next,
.thumb-slider:hover .flex-next,
.gallery-slider .flex-next,
.gallery-slider:hover .flex-next,
.gallery-nav .flex-next,
.gallery-nav:hover .flex-next,
.item-slider .flex-next,
.item-slider:hover .flex-next {
    right: 0 !important;
}

.thumb-slider .flex-direction-nav a.flex-next,
.gallery-slider .flex-direction-nav a.flex-next,
.gallery-nav .flex-direction-nav a.flex-next,
.item-slider .flex-direction-nav a.flex-next {
    background-position: center right;
}

.thumb-slider:hover .flex-direction-nav a.flex-prev,
.gallery-slider:hover .flex-direction-nav a.flex-prev,
.gallery-nav:hover .flex-direction-nav a.flex-prev,
.item-slider:hover .flex-direction-nav a.flex-prev {
    -moz-opacity: 0.8;
    opacity: 0.8;
    filter: alpha(opacity=80);
}

.thumb-slider:hover .flex-direction-nav a.flex-next,
.gallery-slider:hover .flex-direction-nav a.flex-next,
.gallery-nav:hover .flex-direction-nav a.flex-next,
.item-slider:hover .flex-direction-nav a.flex-next {
    -moz-opacity: 0.8;
    opacity: 0.8;
    filter: alpha(opacity=80);
}

.flex-control-nav {
    position: absolute;
    bottom: 20px;
    margin: 0;
    z-index: 4;
    list-style: none !important;
    text-align: center;
    width: 100%;
}

    .flex-control-nav li {
        display: inline-block;
        margin-right: 5px;
        margin-bottom: 0;
    }

.flexslider .flexslider-caption {
    position: absolute;
    bottom: 0px;
    z-index: 10;
    padding-top: 12px;
    padding-bottom: 12px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0,0,0,.6);
    background: rgba(0,0,0,0.6);
    left: 0%;
    right: 0%;
}

.flex-control-nav li a {
    color: #FFF;
}

    .flex-control-nav li a:hover {
        cursor: pointer;
    }

    .flex-control-nav li a.flex-active {
        -moz-opacity: 1;
        opacity: 1;
        filter: alpha(opacity=100);
    }

.flex-pauseplay {
    position: absolute;
    color: #fff;
    bottom: 18px;
    left: 20px;
    font-size: 13px;
    height: 13px;
}

    .flex-pauseplay span:before {
        font-family: FontAwesome;
        font-weight: normal;
        font-style: normal;
        display: inline-block;
        text-decoration: inherit;
    }

    .flex-pauseplay .pause:before {
        content: "\f04c";
    }

    .flex-pauseplay .play:before {
        content: "\f04b";
    }

.blog-slider .flex-pauseplay, .thumb-slider .flex-pauseplay {
    bottom: 16px;
    font-size: 11px;
    height: 13px;
}

.flex-pauseplay:hover {
    cursor: pointer;
}

.flex-pauseplay span {
    height: 11px;
    display: block;
    line-height: 13px;
}

.thumb-slider .flex-control-nav, .thumb-slider .flex-pauseplay {
    display: none;
}

p.flex-caption {
    text-shadow: none;
    background: rgba(0, 0, 0, .4);
}

.item-slider p.flex-caption {
    position: absolute;
    bottom: 0;
    padding: 15px 25px;
    color: #fff;
    margin: 0;
    font-size: 16px;
    right: 0;
}

.custom-caption {
    position: absolute;
    z-index: 2;
    top: 60px;
    left: 60px;
    width: auto;
    max-width: 500px;
}

    .custom-caption p {
        text-align: left;
        width: auto;
        font-size: 24px;
        padding: 0px 4px 2px;
        line-height: 28px;
        margin-bottom: 0;
        text-decoration: underline;
        text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.4);
    }

.ls-wp-fullwidth-container {
    min-height: 100px;
}

.ls-container .ls-nav-prev, .ls-container .ls-nav-next {
    background-image: url('../img/base/slider-nav.png') !important;
    background-position: center left !important;
    width: 36px !important;
    height: 38px !important;
    -moz-transition: all 0.3s ease-in-out !important;
    -webkit-transition: all 0.3s ease-in-out !important;
    -o-transition: all 0.3s ease-in-out !important;
    transition: all 0.3s ease-in-out !important;
    opacity: 0;
    filter: alpha(opacity=0);
}

.ls-container .ls-nav-prev {
    left: 0px !important;
}

.ls-container .ls-nav-next {
    background-position: center right !important;
    right: 0px !important;
}

.ls-container:hover .ls-nav-prev, .ls-container:hover .ls-nav-next {
    opacity: 1;
    filter: alpha(opacity=100);
}

.v-rev-slider {
    height: 450px;
}

    .v-rev-slider .v-slider-overlay {
        background-repeat: repeat;
        background-position: center center;
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        opacity: 0.8;
        background-image: url('../img/base/video-overlay-1.png');
    }

        .v-rev-slider .v-slider-overlay.overlay-colored {
            background-color: #6DBFEC;
            opacity: 0.4;
        }

.v-overlay-colored {
    background-repeat: repeat;
    background-position: center center;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.8;
}

img.size-full {
    max-width: 100%;
    height: auto;
}

.aligncenter, div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

img.aligncenter, img.alignleft, img.alignright, img.alignnone {
    max-width: 100%;
}

.align-left {
    text-align: left;
}

.align-right {
    text-align: right;
}

.no-margin {
    margin: 0;
}

.img-link {
    display: block;
}
/* --------------------------------------------
	ISOTOPE
-------------------------------------------- */

.isotope-item {
    z-index: 2;
}

.isotope-hidden.isotope-item {
    pointer-events: none;
    z-index: 1;
}

.isotope,
.isotope .isotope-item {
    /* change duration value to whatever you like */
    -webkit-transition-duration: 0.6s;
    -moz-transition-duration: 0.6s;
    -ms-transition-duration: 0.6s;
    -o-transition-duration: 0.6s;
    transition-duration: 0.6s;
}

.isotope {
    -webkit-transition-property: height, width;
    -moz-transition-property: height, width;
    -ms-transition-property: height, width;
    -o-transition-property: height, width;
    transition-property: height, width;
}

    .isotope .isotope-item {
        -webkit-transition-property: -webkit-transform, opacity;
        -moz-transition-property: -moz-transform, opacity;
        -ms-transition-property: -ms-transform, opacity;
        -o-transition-property: top, left, opacity;
        transition-property: transform, opacity;
    }

        /**** disabling Isotope CSS3 transitions ****/

        .isotope.no-transition,
        .isotope.no-transition .isotope-item,
        .isotope .isotope-item.no-transition {
            -webkit-transition-duration: 0s;
            -moz-transition-duration: 0s;
            -ms-transition-duration: 0s;
            -o-transition-duration: 0s;
            transition-duration: 0s;
        }


/* --------------------------------------------
	LAYOUT
-------------------------------------------- */

body.boxed-layout {
    width: 1000px;
    margin: 0px auto;
    background: #F1F1F1;
}

    body.boxed-layout #container {
        box-shadow: 0 0 7px rgba(0,0,0,0.15);
    }

.bg-special {
    background: none;
    background-image: url(../img/irongrip.png) !important;
    background-attachment: scroll;
    background-size: initial;
    background-position: 50% 50%;
    background-repeat: repeat;
}

#back-to-top {
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    background-color: rgba(0,0,0,.4);
    -moz-box-shadow: inset 0 0 5px rgba(0,0,0,.1);
    -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,.1);
    box-shadow: inset 0 0 5px rgba(0,0,0,.1);
    position: fixed;
    bottom: -40px;
    right: 20px;
    z-index: 1000;
    padding: 10px 15px 10px;
    cursor: pointer;
    -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
    -o-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    opacity: 0;
    color: #fff;
}

    #back-to-top i.fa {
        font-size: 19px;
    }

.v-page-wrap {
    margin-bottom: 20px;
    padding-top: 0px;
    overflow: hidden;
    min-height: calc(100vh - 273px);
}


.v-page-wrap1 {
    padding-top: 40px;
    padding-bottom: 50px;
    overflow: hidden;
    border-bottom: 1px #e5e5e5 solid
}

.metrics-wrap {
    padding: 30px 0 40px 0px;
    text-align: center;
    display: block;
    clear: both
}

    .metrics-wrap .count-cercle {
        border-right: 1px #eaeaea solid;
    }

        .metrics-wrap .count-cercle.last {
            border: none
        }

    .metrics-wrap i {
        font-size: 38px;
        color: #f5245f
    }

.v-page-wrap.no-bottom-spacing {
    margin-bottom: 0;
}

.v-page-wrap.no-top-spacing {
    margin-top: 0;
}

aside.left-sidebar.sticky {
    float: none;
    position: fixed;
    z-index: 6;
    left: auto;
    padding-top: 100px !important;
}

aside.right-sidebar.sticky {
    float: none;
    position: fixed;
    z-index: 6;
    right: auto;
    padding-top: 100px !important;
}

.has-left-sidebar aside.sidebar {
    float: left;
}

.has-left-sidebar > article, .has-left-sidebar .type-page, .has-left-sidebar .archive-page, .has-left-sidebar .push-right {
    float: right !important;
}

.has-both-sidebars aside.left-sidebar {
    float: left;
}

.has-both-sidebars aside.right-sidebar {
    float: right;
}

.has-both-sidebars > article, .has-both-sidebars .type-page, .has-both-sidebars .archive-page {
    float: left;
}

.has-both-sidebars .page-content {
    float: right !important;
}

.page-content {
    border-bottom: 0 solid transparent;
}

    .page-content > ul {
        list-style: disc inside none;
    }

.search-no-results .page-content > h3 {
    margin-top: 0;
}

.has-both-sidebars aside.sidebar {
    padding-top: 0;
}

.v-bg-stylish {
    margin: 0;
    /*padding: 55px 0px;s*/
    /*border-top: 1px solid transparent;*/
    border-bottom: 1px solid transparent;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    -ms-box-sizing: content-box;
    box-sizing: content-box;
}

.homepage__cta-bg {
    position: absolute;
    left: 0;
    right: 0;
    z-index: 0;
    margin-top: 90px;
    height: 1050px;
    background-size: 2450px 100%;
}

.fw-row .v-bg-stylish {
    padding-bottom: 0px;
}

.v-heading i {
    font-size: 20px;
    margin-right: 10px;
    display: inline-block;
    vertical-align: -1px;
}

.heading-wrap {
    position: relative;
    z-index: 2;
}

h4.v-heading,
h3.v-heading,
h4.v-line-heading {
    line-height: 10px !important;
    text-align: left;
    padding: 10px 0;
    margin-top: 0;
    max-width: 100%;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

h3.v-heading {
    margin-bottom: 20px;
    font-size: 25px;
}


    h4.v-heading span,
    h3.v-heading span,
    h4.v-line-heading span {
        display: inline-block;
        position: relative;
    }

        h4.v-heading span:before,
        h4.v-heading span:after,
        h3.v-heading span:before,
        h3.v-heading span:after,
        h4.v-line-heading span:before,
        h4.v-line-heading span:after {
            content: "";
            position: absolute;
            height: 1px !important;
            border-top: 1px solid #E9E9E9;
            /*border-bottom: 1px solid #E9E9E9;*/
            top: 5px;
            width: 1200px;
        }

aside h4.v-heading span:before,
aside h4.v-heading span:after {
    display: none;
}


h3.spb-icon-heading span:before,
h3.spb-icon-heading span:after {
    top: 11px;
}

h4.v-heading span:before,
h3.v-heading span:before,
h4.v-line-heading span:before {
    right: 100%;
    margin-right: 15px;
}

h4.v-heading span:after,
h3.v-heading span:after,
h4.v-line-heading span:after {
    left: 100%;
    margin-left: 15px;
}

h4.v-center-heading span:before,
h3.v-center-heading span:before,
h4.v-center-heading span:after,
h3.v-center-heading span:after {
    max-width: 50px;
    margin: 0 -10px;
}

h3.v-center-heading,
h4.v-center-heading {
    display: block !important;
    max-width: 100%;
    margin: 20px auto 15px;
    text-align: center;
    font-weight: 600;
}

    h3.v-center-heading span, h4.v-center-heading span {
        padding: 0 20px;
        position: relative;
        z-index: 5;
    }

.slider-wrap .heading-wrap {
    text-align: center;
    margin-bottom: 10px;
}

.v-full-width-text h4.v-heading:before,
.v-bg-stylish h4.v-heading:before {
    border: 0;
}

.v-full-width-text h4.v-heading span,
.v-bg-stylish h4.v-heading span {
    background: transparent !important;
}

h4.v-heading span:before,
h4.v-heading span:after,
h3.v-heading span:before,
h3.v-heading span:after,
h4.v-line-heading span:before,
h4.v-line-heading span:after {
    border-color: #ff0000;
}

h4.v-heading:before,
h3.v-heading:before,
h4.v-line-heading:before {
    border-top-color: #e4e4e4;
}

.bar-heading {
    background: #f8f8f8;
    padding: 10px 20px;
    text-transform: uppercase;
    font-size: 14px;
    margin-top: 35px
}

.no-shadow {
    box-shadow: none !important;
}

.v-bg-stylish .carousel-wrap .heading-wrap {
    text-align: center;
}

.v-bg-stylish h4.v-heading {
    display: inline-block;
}

.v-heading-v2 {
    display: block;
    margin-bottom: 25px;
}

    .v-heading-v2 h5 {
        font-size: 15px;
        text-transform: uppercase;
        font-weight: 600;
        position: relative
    }

    .v-heading-v2 h2, .v-heading-v2 h3, .v-heading-v2 h4 {
        margin: 0 0 -2px 0;
        padding-bottom: 10px;
        display: block;
        letter-spacing: normal;
        font-size: 18px;
        text-transform: uppercase;
        font-weight: 600;
        position: relative
    }

    .v-heading-v2 h5:after {
        background: #ff0000;
        height: 3px;
        width: 35px;
        position: absolute;
        content: "";
        left: 0px;
        margin-top: 25px;
    }

    .v-heading-v2 h2:after, .v-heading-v2 h3:after, .v-heading-v2 h4:after {
        background: #ff0000;
        height: 4px;
        width: 40px;
        position: absolute;
        content: "";
        left: 0px;
        margin-top: 35px;
    }

    .v-heading-v2 span {
        margin-left: 8px;
        font-size: 10px;
        padding: 2px 4px;
        border-radius: 50%;
        font-weight: 600;
        color: white;
        padding-top: 1px;
    }





.v-heading-v3 {
    display: block;
    margin-bottom: 30px;
}

    .v-heading-v3 p {
        margin-bottom: 0px;
        color: #777;
        font-weight: 300;
    }

    .v-heading-v3 h1, .v-heading-v3 h2, .v-heading-v3 h3, .v-heading-v3 h4 {
        margin: 0px;
        padding-bottom: 12px;
    }


    .v-heading-v3 .horizontal-break {
        margin: 0px;
        width: 45px;
    }






.help-text {
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 60px;
}

    .help-text .search-form {
        margin-bottom: 40px;
    }

        .help-text .search-form input {
            font-size: 14px;
        }

    .help-text a.btn.v-btn {
        margin: 0;
        text-transform: uppercase;
    }

.no-results-text {
    margin-top: 20px;
}

    .no-results-text p {
        margin-bottom: 15px;
    }

    .no-results-text .search-form input {
        margin-top: 0;
        margin-bottom: 60px;
    }


/* --------------------------------------------
	PAGE HEADING
-------------------------------------------- */

.v-page-heading {
    /*padding-top: 26px;
    padding-bottom: 22px;s*/
    margin-top: 0;
    margin-bottom: 0 !important;
    position: relative;
    text-align: left;
    border-bottom: 1px solid transparent;
    border-top: 0 !important;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.header-overlay .v-page-heading {
    padding-top: 125px;
}

.v-page-heading .heading-text {
    /*float: left;s*/
    margin-left: 0px;
}

    .v-page-heading .heading-text h1 {
        color: #fff !important
    }

.v-page-heading h1 {
    margin-top: 0;
    margin-bottom: 0;
    white-space: nowrap;
    font-size: 22px;
    /*text-transform:uppercase;s*/
    font-weight: 600;
    text-align: center;
}

.v-page-heading h3 {
    margin-bottom: 0;
}

.v-page-heading.v-fancy-heading {
    background-attachment: local;
    background-repeat: repeat;
    /*background-position: 50% 0;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;s*/
    text-align: center;
    /*padding-top: 120px;
    padding-bottom: 120px;s*/
    display: none;
}

.v-page-heading {
    background-color: #f7f7f7;
    border-bottom-color: #e4e4e4;
}

.v-fancy-heading h1 {
    font-size: 30px;
    line-height: 50px;
    letter-spacing: inherit;
    text-transform: uppercase;
    font-weight: 600
}

.v-fancy-heading.v-fancy-image.light-style h1,
.v-fancy-heading.v-fancy-image.light-style h3 {
    color: #fff !important;
}

.v-fancy-heading.v-fancy-image.dark-style h1,
.v-fancy-heading.v-fancy-image.dark-style h3 {
    color: #222 !important;
}

.v-page-heading.v-fancy-heading.v-fancy-top-header {
    padding-top: 180px;
    padding-bottom: 120px;
}

.v-page-heading.v-fancy-heading.v-fancy-top-header-2x {
    /*padding-top: 70px;
    padding-bottom: 70px;s*/
    margin-bottom: 30px !important;
    height: 200px;
    width: 100%;
}

.v-page-heading.v-fancy-heading.v-fancy-top-header-3x {
    padding-top: 300px;
    padding-bottom: 240px;
}

.v-fancy-heading.v-fancy-top-header .heading-text
.v-fancy-heading.v-fancy-top-header-2x .heading-text
.v-fancy-heading.v-fancy-top-header-3x .heading-text {
    float: left;
}

.v-fancy-heading.v-fancy-top-header.v-fancy-image.light-style h2
.v-fancy-heading.v-fancy-top-header-2.v-fancy-image.light-style h2
.v-fancy-heading.v-fancy-top-header-3.v-fancy-image.light-style h2 {
    margin-top: 0px;
    margin-left: 0px;
    float: left;
    opacity: 0.7;
}




/* --------------------------------------------
	PAGINATION
-------------------------------------------- */

.v-pagination {
    margin-top: 30px;
    clear: both;
}

    .v-pagination li span.current {
        -moz-box-shadow: inset 0 0 9px rgba(0,0,0,.1);
        -webkit-box-shadow: inset 0 0 9px rgba(0,0,0,.1);
        box-shadow: inset 0 0 9px rgba(0,0,0,.1);
        border-color: #e4e4e4;
    }

.paged .v-pagination {
    display: block !important;
    visibility: visible !important;
}

.v-pagination ul {
    height: auto;
    overflow: hidden;
    margin: 15px 0;
}

.v-pagination li {
    float: left;
    display: inline-block;
    margin-bottom: 0;
}

    .v-pagination li:first-child {
        border-left: 0;
    }

    .v-pagination li a {
        padding: 10px 16px;
        border: 1px solid transparent;
        display: block;
        margin-right: -1px;
        text-decoration: none;
    }

    .v-pagination li span {
        padding: 8px 16px;
        border: 1px solid transparent;
        display: block;
        margin-right: -1px;
        text-decoration: none;
    }

    .v-pagination li.next a {
        margin-left: -1px;
    }

    .v-pagination li i {
        margin-left: 3px;
        margin-right: 4px;
    }

.v-pagination a, .v-pagination a:hover {
    text-decoration: none;
}

.v-pagination a, .search-pagination a {
    color: #444444;
}

.v-pagination .nav-previous {
    text-align: left;
    float: left;
    max-width: 45%;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.pagination > li > a,
.pagination > li > span {
    border: 1px solid #e4e4e4;
    color: #444444;
    font-size: 13px;
}

.pagination > li:not(.active) > a:hover,
.pagination > li:not(.active) > span:hover {
    color: #ffffff !important;
}

.pagination > .active > a,
.pagination > .active > a:hover {
    background-color: #F3F3F3;
    border-color: #e4e4e4;
    color: #444444;
    font-weight: bold;
}

.pagination-lg > li:first-child > a {
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px;
}

.pagination-lg > li:last-child > a {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}




/* #Sidebar
================================================== */

#container aside.right-sidebar {
    padding-top: 30px;
    padding-bottom: 0px;
    border: solid 1px #e5e5e5;
    width: 25% !important;
    padding-left: 20px;
    background: #f8f8f8;
    /*margin-top:10px;*/
}

#container .has-right-sidebar .col-sm-9 {
    padding-right: 30px !important;
    width: 75% !important;
    padding-left: 20px !important;
}

#container .has-left-sidebar .col-sm-9 {
    border-left: solid 1px #EBEBEB;
    margin-left: -1px;
    padding-left: 30px !important;
    width: 75% !important;
    padding-right: 20px !important;
}

#container aside.left-sidebar {
    margin-top: -50px;
    padding-top: 50px;
    padding-bottom: 70px;
    border-right: solid 1px #EBEBEB;
    margin-bottom: -50px !important;
    width: 25% !important;
    padding-right: 26px;
}

.sidebar .widget hr {
    border-color: #e4e4e4;
}

.sidebar .widget-heading h4 {
    letter-spacing: 0.2px;
    line-height: 23px;
    font-size: 14px;
    margin-bottom: 10px;
    text-transform: uppercase;
    font-weight: 600;
}

.sidebar {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

    .sidebar.left-sidebar {
        padding-right: 20px;
    }

    .sidebar.right-sidebar {
        padding-left: 20px;
    }

    .sidebar .widget_heading {
        margin-top: -6px;
    }

    .sidebar object, .sidebar object > img .sidebar embed {
        width: 100%;
        max-width: 100%;
    }

        .sidebar object > img {
            height: auto;
        }

    .sidebar a:hover {
        text-decoration: none;
    }

    .sidebar .v-heading-v2 {
        margin-bottom: 20px !important;
    }

    .sidebar p {
        margin: 0 0 20px;
    }

    .sidebar .list-group {
        margin-left: -26px;
    }

    .sidebar .v-nav-menu-widget ul > li a {
        padding: 8px 15px;
        border-bottom: 0px solid #EBEBEB !important;
        padding-left: 30px;
        font-size: 12px;
    }

    .sidebar .v-category-widget ul > li a,
    .sidebar .v-archive-widget ul > li a,
    .sidebar .v-meta-data-widget ul > li a,
    .sidebar .v-recent-entry-widget ul > li {
        border-bottom: 1px solid #EBEBEB;
        font-size: 13px;
        color: #ff0000;
    }

.list-toggle:after {
    top: 9px;
    right: 10px;
    font-size: 14px;
    content: "\f105";
    position: absolute;
    font-weight: normal;
    display: inline-block;
    font-family: FontAwesome;
}

.sidebar .list-group span.badge {
    margin-top: 9px;
    margin-right: 10px;
}

.sidebar .v-nav-menu-widget ul > li a i.fa {
    width: 20px;
    font-size: 14px;
    opacity: .9;
}

.sidebar .list-group .accordion-toggle {
    background-color: transparent;
    box-shadow: none;
}

.sidebar .list-group .list-group-item {
    padding: 0px;
    border-left: 0px !important;
    border-bottom: 1px solid #F7F7F7;
    border-right: 0px !important;
}

.sidebar.left-sidebar .list-group {
    margin-left: 0px;
    margin-right: -26px;
}

.sidebar.left-sidebar .v-nav-menu-widget ul > li a {
    padding-left: 5px;
}

.sidebar .v-nav-menu-widget ul > li a i[class*="icon-"] {
    width: 20px;
    font-size: 13px;
    margin-right: 2px;
    display: inline-block;
    vertical-align: -1px;
}

.sidebar .v-nav-menu-widget ul > li.active {
    border-bottom: 1px solid rgb(241, 241, 241);
    border-top: 1px solid rgb(241, 241, 241);
    background: #FAFAFA;
    border-left-width: 1px;
    border-left-style: solid;
}

.sidebar .v-nav-menu-widget ul > li a:before {
    content: ' ';
}



/*Right Nav Sidebar*/
.v-sidebar-content-wrap {
    padding-top: 10px;
    padding-bottom: 26px;
}

.v-right-sidebar-wrap {
    padding-top: 40px;
    padding-bottom: 60px;
}

.v-right-sidebar-nav .v-sidebar-content-wrap {
    padding-right: 15px;
    padding-left: 30px;
}

    .v-right-sidebar-nav .v-sidebar-content-wrap .tab-content {
        padding: 0px;
        box-shadow: none;
        border: 0px solid #fff;
    }

.v-right-sidebar-nav .v-right-sidebar-wrap {
    padding-right: 30px;
    padding-left: 15px;
    border-right: 1px solid #e5e5e5;
}

.v-right-sidebar-inner {
    position: relative;
    z-index: 10;
    margin: 0 0 2em;
    border-top: 1px solid #e5e5e5;
}


    .v-right-sidebar-inner > li {
        padding: 0;
        margin: 0;
    }

        .v-right-sidebar-inner > li > a {
            padding: 11px 10px !important;
            color: #666;
            border-bottom: 1px solid #e5e5e5;
            outline: none;
            font-weight: bold
        }

            .v-right-sidebar-inner > li > a .fa {
                width: 1em;
                margin-right: 9px;
                font-size: 1.15em;
                text-align: center;
            }

            .v-right-sidebar-inner > li > a:hover {
                background-color: #f4f4f4;
            }

    .v-right-sidebar-inner > .active > a,
    .v-right-sidebar-inner > .active > a:focus,
    .v-right-sidebar-inner > .active > a:hover {
        background-color: #fff;
    }

    .v-right-sidebar-inner > li + li {
        margin-top: 0;
    }

.v-right-sidebar-nav .v-right-sidebar-inner {
    margin-left: 0;
    margin-right: -31px;
}

    .v-right-sidebar-nav .v-right-sidebar-inner > li {
        margin: 0 1px 0 0;
    }

    .v-right-sidebar-nav .v-right-sidebar-inner > .active {
        margin-right: 0;
    }






/* #Widgets
================================================== */

.widget {
    padding-bottom: 50px;
}

.sidebar .v-nav-menu-widget .list-group-item {
    background: none
}

.sidebar .v-nav-menu-widget .list-group {
    margin-left: -20px;
    margin-right: -15px
}

.sidebar .sidebar .v-nav-menu-widget ul > li a {
    padding-left: 10px;
}

.widget ul {
    margin: 0;
    list-style: none;
}

    .widget ul li {
        margin-bottom: 0;
        line-height: 19px;
    }

    .widget ul.v-list li {
        line-height: 180%;
    }

.v-recent-comments-widget ul li {
    padding: 10px 0;
}

.widget ul li > a {
    padding: 10px 0;
    display: block;
}

.widget a {
    text-decoration: none;
}

    .widget a:hover {
        text-decoration: underline;
    }

.v-category-widget ul > li,
.v-archive-widget ul > li,
.v-nav-menu-widget ul > li,
.v-recent-comments-widget ul > li,
.v-meta-data-widget ul > li,
.v-recent-entry-widget ul > li {
    border-top: 1px solid transparent;
}

    .v-category-widget ul > li:first-child,
    .v-archive-widget ul > li:first-child,
    .v-nav-menu-widget ul > li:first-child,
    .v-recent-comments-widget ul > li:first-child,
    .v-meta-data-widget ul > li:first-child,
    .v-recent-entry-widget ul > li:first-child {
        border-top: 0;
    }

    .v-category-widget ul > li a:hover,
    .v-archive-widget ul > li a:hover,
    .v-nav-menu-widget ul > li a:hover,
    .v-meta-data-widget ul > li a:hover,
    .v-recent-entry-widget ul > li a:hover {
        text-decoration: none;
    }

    .v-archive-widget ul > li a:before,
    .v-nav-menu-widget ul > li a:before,
    .v-meta-data-widget ul > li a:before {
        content: "\f105";
        font-family: FontAwesome;
        font-weight: normal;
        font-style: normal;
        display: block;
        float: right;
        text-decoration: inherit;
        font-size: 14px;
    }

.v-nav-menu-widget ul.sub-menu {
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0; /* border radius */
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
}

    .v-nav-menu-widget ul.sub-menu li {
        padding-left: 15px;
    }

.widget .wp-tag-cloud {
    margin: 0;
    padding: 0;
    list-style: none;
    height: auto;
    overflow: hidden;
}

    .widget .wp-tag-cloud li a {
        background: #f7f7f7;
        border-color: #e4e4e4;
    }

.widget .tagcloud a:hover,
.widget ul.wp-tag-cloud li:hover > a {
    color: #ffffff;
}

.widget .wp-tag-cloud li {
    float: left;
    margin-bottom: 4px;
}

.widget ul.wp-tag-cloud li > a {
    margin-right: 4px;
    padding: 5px 8px;
    text-decoration: none;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    border: 1px solid #4a4a4a;
    font-size: 11px !important;
    -moz-background-size: 100% 100%;
    background-size: 100% 100%;
    background-position: center center;
    background-color: #4a4a4a;
    color: white;
}

.widget .wp-tag-cloud li > a:hover {
    border-color: transparent;
    background-image: url(../img/crease.svg);
}

.browser-ie .widget .wp-tag-cloud li > a:hover, .browser-ie10 .widget .wp-tag-cloud li > a:hover {
    background-image: none;
}

.sidebar .v-recent-entry-widget span.post-date {
    display: block;
    line-height: 13px;
    font-size: 11px;
    color: #999;
    margin-bottom: 15px;
    margin-top: -5px;
}

.widget-video iframe {
    width: 100%;
}

.widget.v-photo-stream-widget li {
    height: 75px;
    width: 75px;
    padding: 0;
    border: 0;
    overflow: hidden;
    float: left;
    display: inline-block;
    position: relative;
    margin: 0 7px 7px 0;
    background-image: url(../img/crease.svg);
    -moz-background-size: 100% 100%;
    background-size: 100% 100%;
    background-position: center center;
    /*-webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;*/
    -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
    -moz-transition: -moz-transform 0.3s, opacity 0.3s;
    -o-transition: transform 0.3s, opacity 0.3s;
    transition: transform 0.3s, opacity 0.3s;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    color: #ffffff;
}

.browser-ie .widget.v-photo-stream-widget li, .browser-ie10 .widget.v-photo-stream-widget li {
    background-image: none;
}

.v-photo-stream-widget li img {
    height: 75px;
    width: auto;
    min-height: 75px;
    min-width: 75px;
    display: block;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

/*.v-photo-stream-widget li:hover img {
    -moz-opacity: 0;
    opacity: 0;
    filter: alpha(opacity=0);
}*/

/*.widget ul.v-photo-stream-images li a {
    padding: 0;
}*/

/*.widget ul.v-photo-stream-images li a:after {
    content: '\E832';
    font-family: 'entypo-fontello';
    font-weight: normal;
    font-style: normal;
    display: inline-block;
    text-decoration: inherit;
    font-size: 20px;
    position: absolute;
    right: 50%;
    top: 50%;
    margin-top: -8px;
    margin-right: -10px;
    color: #999;
    opacity: 0;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}*/

/*.widget ul.v-photo-stream-images li:hover a:after {
    opacity: 1;
}*/

/*.browser-ie .widget ul.v-photo-stream-images li a:after {
    display: none;
}*/

/*.widget ul.v-photo-stream-images li a:after, .portfolio-grid li a:after {
    color: #ffffff;
}*/


.widget.v-search-widget {
    padding-bottom: 35px;
}

.v-search-widget form {
    position: relative;
    margin-bottom: 0;
}

    .v-search-widget form input {
        margin: 0;
        border: 1px solid #e3e3e3;
        width: 100%;
        height: 42px;
        font-size: 13px;
        line-height: 19px;
        padding-left: 15px;
        -moz-border-radius: 0;
        -webkit-border-radius: 0;
        border-radius: 0;
        -moz-background-clip: padding;
        -webkit-background-clip: padding-box;
        background-clip: padding-box;
        background: #ffffff;
        border-color: #e4e4e4;
    }

        .v-search-widget form input[type="submit"] {
            visibility: hidden;
            height: 0;
            padding: 0;
        }

    .v-search-widget form:after {
        font-weight: normal;
        font-style: normal;
        display: inline-block;
        text-decoration: inherit;
        font-size: 15px;
        padding-right: 15px;
        position: absolute;
        float: right;
        top: 11px;
        right: 0;
        color: #8e8e8e;
        content: "\f002";
        cursor: pointer;
        font-family: "FontAwesome";
    }




/* footer
================================================== */

.footer-wrap {
    background: url(../../images/base/footer.jpg) no-repeat center bottom;
    background-size: cover;
}

footer {
    padding: 40px 0;
    border-top: 0 solid transparent;
    border-top-width: 1px;
    background: rgba(22, 22, 22, 0.9);
}

.footer-v2 footer {
    background: #f7f7f7;
    border-top: 3px solid #eee;
    padding: 45px 0;
    padding-bottom: 30px;
}

footer, footer p {
    color: rgba(255,255,255,0.5);
    line-height: 21px;
}

.footer-v2 footer, .footer-v2 footer p {
    color: #666;
}

footer .widget ul li,
footer .v-category-widget ul,
footer .v-archive-widget ul,
footer .v-nav-menu-widget ul,
footer .v-recent-comments-widget ul,
footer .v-meta-data-widget ul,
footer .v-recent-entry-widget ul {
    border-color: #eaeaea;
}


footer .widget hr {
    border-color: #4a4a4a;
}

footer h4 {
    margin-top: 0;
    margin-bottom: 10px;
    padding-bottom: 0;
    font-size: 12px;
    line-height: 23px;
    display: inline-block;
    width: auto;
    color: #fff !important;
    font-family: 'Segoe UI', Arial, sans-serif;
    font-size: 14px;
    color: #ffffff;
    text-transform: uppercase;
    font-weight: bold !important;
    letter-spacing: 1px;
}

footer a {
    color: rgba(255,255,255,0.5);
    /*font-size: 14px !important;*/
}

footer .widget ul li {
    border-top: 1px rgba(255,255,255,0.2) solid
}

.footer-v2 footer a {
    color: #444;
}

footer a:hover {
    color: #fff !important;
}

footer a, footer a:hover {
    text-decoration: none !important;
}

footer .widget {
    padding-bottom: 10px;
}

    footer .widget .widget-heading .horizontal-break {
        margin: 0;
        margin-bottom: 30px;
        width: 32px;
        background: #7E7E7E;
    }

footer ul.social-icons li a {
    border: 1px solid rgba(247, 247, 247, 0.17);
    border-radius: 0 100px 100px;
    margin-right: 8px;
}

.footer-v2 footer ul.social-icons li a {
    border: 1px solid rgba(61, 61, 61, 0.52);
}



footer .col-sm-3:last-child {
    padding-right: 15px;
}

.copyright {
    padding: 10px 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    height: auto;
    overflow: hidden;
    font-size: 12px;
    border-top: 0 solid transparent;
    border-top-width: 1px;
    background-color: #234b7d;
}

    .copyright a {
        color: #fff !important
    }

.footer-v2 .copyright {
    background-color: #EBEBEB;
    border-top-color: #E0E0E0;
}

.copyright p {
    font-size: 12px;
    margin-bottom: 0;
    line-height: 24px;
    color: #dfdfe0;
    padding-bottom: 2px;
    text-align: center
}

.footer-v2 .copyright p {
    color: #555;
}

.copyright a, .copyright a:hover {
    text-decoration: none;
}

.copyright nav .menu {
    float: right;
}

    .copyright nav .menu li {
        font-size: 13px;
        margin: 0 !important;
    }

        .copyright nav .menu li:first-child {
            border-left: 0;
        }

        .copyright nav .menu li ul {
            display: none;
        }


footer .widget ul.wp-tag-cloud li > a {
    border: 1px solid #3F3E3E;
    padding: 5px 8px;
}

footer .widget .wp-tag-cloud li a {
    background: #242424;
    border-color: #5E5E5E;
}

footer .widget ul.wp-tag-cloud li > a:hover {
    color: #fff;
}

footer .footer-contact-info p {
    margin-bottom: 6px;
}

footer .footer-contact-info .fa {
    margin-right: 10px;
    font-size: 14px;
    width: 12px;
}

footer .widget ul li > a {
    padding-top: 12px;
    padding-bottom: 12px;
}

footer .v-recent-entry-widget.widget ul li:first-child a {
    padding-top: 0px;
}

footer .v-recent-entry-widget .post-date {
    margin-bottom: 10px;
    display: block;
    margin-top: -2px;
    font-size: 12px;
}

.copyright a {
    color: #777;
    font-size: 12px;
}

.footer-v2 .copyright a {
    color: #777;
    border-bottom: solid 1px rgba(206, 206, 206, 0.6);
}





/* --------------------------------------------
	SEARCH FORM
-------------------------------------------- */

.search-form input {
    border: 1px solid #ccc;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    background: transparent;
    width: 85%;
    padding: 10px;
    margin-top: 40px;
}

/* --------------------------------------------
	TOOLTIPS
-------------------------------------------- */

/*a[rel="tooltip"] {
	border-bottom: 1px dotted #e3e3e3;
     border-color: #1e73be;
}*/
span.tooltip {
    display: block;
    background: #5F5F5F;
    color: #f7f7f7;
    position: absolute;
    left: 50%;
    bottom: 25px;
    padding: 3px 10px;
    width: auto;
    line-height: 20px;
    white-space: nowrap;
    z-index: 8;
    -moz-opacity: 0;
    opacity: 0;
    filter: alpha(opacity=0);
    display: none;
}

    span.tooltip .arrow {
        position: absolute;
        left: 50%;
        bottom: -4px;
        margin-left: -6px;
        width: 0;
        height: 0;
        border-left: 6px solid transparent;
        border-right: 6px solid transparent;
        border-top: 5px solid #5F5F5F;
    }

.grid-img-wrap span.tooltip {
    bottom: 65px;
}

.read-more-home {
    display: block;
    cursor: pointer;
    font-size: 13px;
    color: #ff0000;
    font-weight: bold;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom:10px;
}



.read-more {
    text-decoration: none;
    display: inline-block;
    background: #ff0000;
    padding: 7px 15px;
    border-radius: 3px;
    color: #fff;
    font-weight: 400
}

    .read-more:hover {
        background: #16171d;
        color: #fff
    }


    .read-more i, .read-more em {
        color: transparent;
    }

.read-more-button {
    font-size: 12px;
    height: auto;
    padding: 10px 16px;
    border: 1px solid #e4e4e4;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    text-transform: uppercase;
    font-weight: bold;
    display: inline-block;
    border-color: #e4e4e4;
    letter-spacing: 1.5px;
}

.read-more-link {
    text-decoration: none;
    margin-top: 5px;
    font-weight: bold;
    display: block;
}

.item-link {
    text-decoration: none;
}

.portfolio .item-link i {
    margin-right: 5px;
    vertical-align: -2px;
}

.v-smash-text {
    background: transparent;
    clear: both;
    height: auto;
    overflow: hidden;
    border-color: #e4e4e4;
}

    .v-smash-text .v-call-text,
    .smash-text,
    .v-smash-text-large {
        color: #000;
    }

    .v-smash-text.v-bg-stylish {
        padding-top: 30px;
        padding-bottom: 30px;
    }

.v-smash-text-wrap {
    position: relative;
    padding: 10px 0px;
    border: 1px solid #eee;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    background: #fff;
}

.v-bg-stylish .v-smash-text-wrap {
    border: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    padding: 0;
    margin: 0 15px;
}

.v-smash-text-wrap .v-smash-text-arrow {
    font-size: 42px;
}

    .v-smash-text-wrap .v-smash-text-arrow i {
        line-height: 50px;
    }

.v-smash-text.v-control-right a.btn.v-btn {
    margin-right: 0;
}

.v-smash-text .v-call-text, .smash-text {
    font-size: 24px;
    line-height: 32px;
    font-weight: 300;
    margin-bottom: 0;
}

p.v-smash-text-large {
    font-size: 28px;
    line-height: 1.2;
    margin-bottom: 5px;
    font-weight: 500;
    font-family: 'Segoe UI', Arial, sans-serif;
    letter-spacing: 0px;
    margin-bottom: 5px;
    /*text-transform:uppercase*/
    margin-top: 10px;
    color: #ff0000;
    font-style: normal;
}

    p.v-smash-text-large:before {
        background: #212934;
        height: 2px;
        width: 35px;
        position: absolute;
        content: "";
        left: 15px;
        top: 0px;
        display: block;
    }

    p.v-smash-text-large.text-center:before {
        background: none;
        height: 2px;
        width: 35px;
        position: absolute;
        content: "";
        left: 15px;
        top: 0px;
        display: block;
    }


.banner-section {
    background: #f8f8f8;
    padding: 50px 0;
    text-align: center;
}

    .banner-section h1 {
        color: #3a3d41;
        font-size: 32px;
        font-family: 'Segoe UI', Arial, sans-serif;
        font-weight: normal;
        margin: 0 0 7px;
        margin-bottom: 16px;
    }

    .banner-section p {
        font-size: 16px;
        color: #3a3d41;
        font-family: 'Segoe UI', Arial, sans-serif;
        font-weight: 300;
        line-height: 24px;
        margin: 0 0 0px;
        letter-spacing: 1px;
        padding: 0px 120px
    }


p.v-smash-text-large-2x {
    font-size: 36px;
    line-height: 48px;
}

p.v-smash-text-large-3x {
    font-size: 45px;
    line-height: 35px;
    font-weight: 600;
    text-transform: uppercase;
    padding: 0px 0 30px 0;
    text-align: center;
}

p.v-smash-text-large strong {
    font-weight: 600;
}

.v-smash-text .v-call-text p {
    margin-bottom: 0;
}

.v-bg-stylish.v-smash-text .v-call-text {
    border-left: 0;
    padding-left: 0;
}

.v-smash-text .btn.v-btn {
    margin-bottom: 0;
}

.v-call-to-action {
    position: relative;
    background: #f4f4f4;
    padding: 10px;
    /*padding: 3%;*/
}

    .v-call-to-action .btn.v-btn {
        margin: 0;
        margin-top: 5px;
    }

    .v-call-to-action h1 {
        margin-top: 5px;
        margin-bottom: 0px;
        font-size: 18px;
    }

    .v-call-to-action h3 {
        font-size: 17px;
        font-weight: 400 !important;
        color: #8c8c8c !important;
        margin-top: 0px;
        margin-bottom: 10px;
    }

.v-call-to-action-dark .pull-right {
    text-align: right
}

.v-call-to-action-dark .btn.v-btn.v-btn-default:hover {
    background: #fff !important;
    color: #333 !important
}

.v-call-to-action.v-bg-stylish {
    /*padding-top: 40px;
    padding-bottom: 40px;*/
}

.v-call-to-action-wrap h1 {
    margin: 0px;
    margin-top: 5px;
    color: #333
}

.v-control-left .btn.v-btn {
    float: left;
    margin-right: 2.5641%;
}

.v-control-right .btn.v-btn {
    float: right;
    margin-left: 2.5641%;
}

.v-control-left .btn.v-btn,
.v-control-right .btn.v-btn {
    max-width: 31.6239%;
}

.v-control-left .v-call-text,
.v-control-right .v-call-text {
    width: 65.812%;
    float: left;
    clear: none;
}

    .v-control-right .v-call-text h1 {
        font-size: 26px;
        margin-top: 10px;
        font-weight: 400;
        color: #fff
    }

.v-control-right .v-smash-text-wrap {
    border-left-width: 4px;
    border-left-style: solid;
    border-top-left-radius: 1px;
    border-bottom-left-radius: 1px;
}

.v-control-left .v-call-text {
    float: right;
}

.v-call-to-action .v-call-text,
#content .v-call-to-action .v-call-text {
    margin: 0;
}

.cta_align_bottom {
    text-align: center;
}

    .cta_align_bottom .btn.v-btn {
        position: static;
        margin-top: 2%;
        display: inline-block;
    }

.v-control-left .v-call-text, .v-control-right .v-call-text {
    width: 80%;
}

.v-control-left .btn.v-btn, .v-control-left .v-smash-text-arrow {
    position: absolute;
    left: 30px;
    top: 50%;
    margin-top: -20px;
    max-width: 20%;
}

.v-bg-stylish .v-control-left .btn.v-btn, .v-bg-stylish .v-control-left .v-smash-text-arrow {
    left: 0;
}

.v-control-right .btn.v-btn, .v-control-right .v-smash-text-arrow {
    position: absolute;
    right: 30px;
    top: 50%;
    margin-top: -23px;
    max-width: 20%;
}

.v-bg-stylish .v-control-right .btn.v-btn, .v-bg-stylish .v-control-right .v-smash-text-arrow {
    right: 0;
}



.cta_align_bottom .btn.v-btn {
    margin: 15px 0 0 0;
}

.v-latest-tweets-widget {
    padding: 25px 0;
}

    .v-latest-tweets-widget .twitter-bird {
        font-size: 14px;
        line-height: 26px;
        float: left;
    }

    .v-latest-tweets-widget ul {
        margin-left: 25px;
    }

        .v-latest-tweets-widget ul li {
            margin-top: 15px;
        }

            .v-latest-tweets-widget ul li:first-child {
                margin-top: 0;
            }

    .v-latest-tweets-widget .tweet-text {
        line-height: 24px;
        display: block;
    }

        .v-latest-tweets-widget .tweet-text a {
            font-weight: bold;
            text-decoration: none;
        }

    .v-latest-tweets-widget .twitter_intents {
        display: block;
    }

        .v-latest-tweets-widget .twitter_intents a {
            margin-right: 5px;
        }

    .v-latest-tweets-widget a.twitter-timestamp {
        display: inline-block;
        line-height: 24px;
        margin-left: 10px;
        font-size: 12px;
    }

.v-video-widget .v-wrapper.shadow {
    margin-bottom: 20px;
    -moz-box-shadow: 2px 2px 0 rgba(0,0,0,.25);
    -webkit-box-shadow: 2px 2px 0 rgba(0,0,0,.25);
    box-shadow: 2px 2px 0 rgba(0,0,0,.25);
}

figure.lightbox {
    position: relative;
}

.widget .recent-posts-list > li {
    height: auto;
    overflow: hidden;
    margin-bottom: 0;
    padding-bottom: 10px;
}

.recent-posts-list li .recent-post-image {
    padding: 0;
    float: left;
    width: 90px;
    height: auto;
    min-height: 70px;
    background: #222;
}

    .recent-posts-list li .recent-post-image img {
        display: block;
        width: 100%;
        height: auto;
    }

.recent-posts-list li .recent-post-details {
    padding: 0 10px;
    margin-left: 98px;
}

.recent-posts-list li .recent-post-title {
    display: block;
    margin-bottom: 5px;
    overflow: hidden;
    white-space: nowrap;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}

.recent-posts-list li .recent-post-details > span {
    font-size: 12px;
    font-style: italic;
}

.recent-posts-list li .recent-post-details .like-info {
    float: none;
    margin-top: 5px;
    font-size: 12px !important;
}

.recent-comments-list .comment .comment-wrap {
    border-bottom: 1px solid #E6E6E6;
    padding: 10px 0;
    padding-bottom: 5px;
    padding-top: 15px;
}

.recent-comments-list .comment .comment-meta-actions a {
    font-size: 12px;
    text-transform: uppercase;
}

.recentcomments {
    overflow: hidden;
    white-space: nowrap;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}

.sidebar-ad-grid {
    padding: 15px;
    -moz-box-shadow: inset 0 0 10px rgba(0,0,0,.15);
    -webkit-box-shadow: inset 0 0 10px rgba(0,0,0,.15);
    box-shadow: inset 0 0 10px rgba(0,0,0,.15);
}

    .sidebar-ad-grid ul > li {
        float: left;
        margin: 5px;
        max-width: 125px;
    }

        .sidebar-ad-grid ul > li img {
            display: block;
        }

.widget input[type="email"] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    padding: 5px 20px 5px 10px;
    line-height: 21px;
    height: 32px;
    display: block;
    border: 0;
    background: #f7f7f7;
    color: #999;
}

.infocus-title .like-info-wrap {
    display: block;
    float: right;
    margin: 10px 16px 10px 0;
}

.widget hr {
    border-bottom: 0;
}






/* #Comments
================================================== */

.type-page #comment-area {
    padding-top: 20px;
}

#comment-area a {
    text-decoration: none;
}

.logged-in-as a {
    border-bottom: 1px dotted #e3e3e3;
}

#comments-list {
    margin-bottom: 50px;
}

    #comments-list ol {
        list-style: none;
        margin: 0 0 -10px;
        padding: 0;
    }

        #comments-list ol li {
            margin-bottom: 0;
        }

.comment .comment-wrap {
    position: relative;
    height: auto;
}

.comment-wrap .comment-avatar {
    float: left;
    position: relative;
}

    .comment-wrap .comment-avatar img {
        height: 50px;
        width: 50px;
        display: block;
    }

#comments-list li ul {
    list-style: none;
    margin: 0 0 0 30px;
    font-size: 100%;
}

.comment-content {
    margin-left: 65px;
    padding: 0px;
    /*border: 1px solid #e3e3e3;*/
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    margin-bottom: 14px;
}

    .comment-content .comment-body p {
        margin-bottom: 10px;
        line-height: 22px;
    }

.comment-meta {
    position: relative;
    margin-top: -8px;
}

    .comment-meta .comment-date {
        margin-left: 2px;
        font-size: 12px;
        color: #999;
    }

.comment-meta-actions {
    display: inline-block;
    font-size: 12px;
}

    .comment-meta-actions .edit-link {
        margin-left: 5px;
        border-bottom: 1px dotted #e3e3e3;
    }

    .comment-meta-actions .meta-sep {
        margin: 0 0 0 1px;
        color: rgba(0,0,0,0.1);
    }

    .comment-meta-actions .comment-reply {
        border-bottom: 1px dotted #e3e3e3;
    }

#comment-area .edit-link a:hover, #comment-area .comment-reply a:hover {
    text-decoration: none;
}

.comment-avatar .is-author {
    text-align: center;
    font-size: 10px;
    text-transform: uppercase;
    color: #ccc;
}

.comment-meta cite {
    font-style: normal;
}

.comment-meta-actions a.comment-reply-link {
    font-weight: normal;
}

.comment-meta .comment-author {
    letter-spacing: normal;
}


#commentform p.comment-notes span.required {
    float: none;
}

.required {
    color: #ee3c59;
}


/*Home Intro*/
.home-intro {
    background-color: #f8f8f8;
    margin-bottom: 60px;
    overflow: hidden;
    padding: 30px 0 21px 0;
    position: relative;
    text-align: left;
    border-top: 1px solid #e5e4e4;
    border-bottom: 1px solid #e5e4e4;
}

    .home-intro .btn-buy {
        margin-top: 30px;
    }

    .home-intro .v-smash-text-large {
        margin-bottom: 10px;
        font-size: 30px !important;
    }




/*Contact Us and Map*/
.special-contact-form textarea,
.special-contact-form input,
.special-contact-form select {
    margin-bottom: 10px !important;
}

.fw-map {
    background: #292929;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    position: absolute;
}

.map-info-section {
    width: 380px;
    padding: 10px 10px;
    background: #FFF;
    position: relative;
    z-index: 91;
    float: right;
    margin: 20px 0px 60px 0px;
    border: solid 1px #f5f8ff;
    -o-border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    overflow: hidden;
    box-shadow: 0 2px 12px rgba(0,0,0,.1);
}

.fw-map-wrapper {
    position: relative;
    min-height: 600px;
    display: block;
    overflow: hidden;
}

.map-info-section .minimize-section {
    position: absolute;
    top: 0;
    right: 0;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    font-size: 13px;
    color: #ccc;
}

.map-info-section.minimized {
    height: 60px !important;
}


/*Panels*/
.panel-default > .panel-heading {
    background-color: #fff;
    box-shadow: none;
    border-color: #ebebeb;
}

.panel-default {
    border-color: #e4e4e4;
}

.panel {
    box-shadow: none;
}

.panel-title {
    font-size: 14px;
}

    .panel-title i.fa {
        width: 20px;
        margin-right: 3px;
    }

.panel-group .panel {
    border-radius: 2px;
}

    .panel-group .panel + .panel {
        margin-top: -1px;
    }

.panel-body {
    padding: 20px;
    font-size: 13px;
    font-weight: 300;
    letter-spacing: 0.5px
}

.panel-blue {
    border-color: #3498db;
}

    .panel-blue > .panel-heading {
        background: #3498db;
    }

.panel-green {
    border-color: #2ecc71;
}

    .panel-green > .panel-heading {
        background: #2ecc71;
    }

.panel-grey {
    border-color: #95a5a6;
}

    .panel-grey > .panel-heading {
        background: #95a5a6;
    }

.panel-red {
    border-color: #e74c3c;
}

    .panel-red > .panel-heading {
        background: #e74c3c;
    }



/*Glyphicons Icons*/
.bs-glyphicons {
    margin-right: 0;
    margin-left: 0;
    margin: 0 -10px 20px;
    overflow: hidden;
}

    .bs-glyphicons .glyphicon {
        margin-top: 5px;
        margin-bottom: 10px;
        font-size: 24px;
    }

    .bs-glyphicons .glyphicon-class {
        display: block;
        text-align: center;
        -ms-word-wrap: break-word;
        word-wrap: break-word;
    }

    .bs-glyphicons li {
        width: 12.5%;
        float: left;
        width: 16.5%;
        height: 100px;
        padding: 10px;
        font-size: 11px;
        line-height: 1.4;
        text-align: center;
        background-color: #f9f9f9;
        border: 1px solid #fff;
    }

.glyphs.css-mapping {
    padding: 0px 0 20px 30px;
}

    .glyphs.css-mapping li {
        margin: 0 30px 5px 0;
        padding: 0;
        display: inline-block;
        overflow: hidden;
    }

    .glyphs.css-mapping .icon {
        margin: 0;
        margin-right: 10px;
        padding: 13px;
        height: 50px;
        width: 50px;
        color: #162a36 !important;
        overflow: hidden;
        float: left;
        font-size: 24px;
    }

    .glyphs.css-mapping input {
        margin: 0;
        margin-top: 5px;
        padding: 8px;
        line-height: 16px;
        font-size: 16px;
        display: block;
        width: 270px;
        height: 40px;
        border: 1px solid #F0F0F0;
        -webkit-border-radius: 2px;
        border-radius: 2px;
        background: #fff;
        outline: 0;
        float: right;
    }



/*Page not found*/
.v-page-not-found-wrap h1.v-404 {
    font-size: 160px;
    font-weight: 500;
    letter-spacing: -5px;
    line-height: 160px;
}

.v-page-not-found-wrap h1.v-error {
    margin-top: 15px;
    margin-bottom: -35px;
    font-size: 50px;
    margin-left: 48px;
}

.v-page-not-found-wrap .v-search-widget {
    width: 50%;
    margin-left: auto;
    margin-right: auto;
}


/*Landing Page*/
.features .phone-image {
    max-width: 250px;
    margin: auto;
    margin-bottom: 80px;
}

.app-brief .phone-image {
    max-width: 350px;
    margin: auto;
}

.subscription-form .subscriber-button {
    margin-bottom: 0px;
    padding: 15px 20px 14px;
}

.subscription-form .subscriber-email {
    width: 300px;
    height: 45px;
    margin-bottom: 0px;
    background-color: #fff !important;
}

    .subscription-form .subscriber-email:active,
    .subscription-form .subscriber-email:focus {
        background-color: #fff !important;
    }


/*Beadcrumb*/

.v-page-heading .breadcrumb {
    float: right;
    background-color: transparent;
    margin-bottom: 0px;
    padding: 8px 0 6px;
    font-size: 12px;
}

.breadcrumb > .active {
    color: #fff;
}

.v-page-heading .breadcrumb a {
    color: #aaa
}

.v-page-heading .breadcrumb > li + li:before {
    padding: 0 3px;
}

/*End breadcrumb*/




/*Button*/

.v-yellow,
.v-yellow:hover,
.v-third-dark,
.v-third-dark:hover,
.v-second-dark:hover,
.v-second-dark {
    box-shadow: none;
}

/*End Button*/


.post-block-wrap {
    padding-top: 20px;
}

img.media-object {
    width: 60px;
    height: auto;
    border-radius: 50%;
}

.media-heading {
    font-family: "source_sans_probold", Arial, Helvetica, Tahoma, sans-serif;
    font-weight: normal !important;
    font-size: 13px;
    color: #555;
    margin-top: 5px;
    margin-bottom: 2px;
}

.media-body .date {
    margin-left: 5px;
    margin-right: 5px;
    font-size: 12px;
    color: #999;
}

.media-body .reply-link {
    font-size: 12px;
    font-weight: normal;
    color: #000;
    border-bottom: 1px dotted #e3e3e3;
}

.media {
    margin-top: 0px;
}

.comments-wrap {
    margin-bottom: 65px;
}


/*Newsletter Form*/
#newsletterForm .btn.btn-default {
    margin-right: 0px;
    box-shadow: none;
    padding: 9px 12px;
    padding-bottom: 10px;
    text-transform: none;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}

#newsletterForm .btn:active {
    top: 0px !important;
}

#newsletterForm .input-group-btn:last-child > .btn {
    margin-left: -1px;
}

#newsletterForm .input-group .form-control {
    background-color: #fff !important;
}

.input-group-btn:last-child > .btn {
    margin-left: 0px;
}



.sep-double {
    height: 8px;
    border-top: 1px solid #e7e6e6;
    border-bottom: 1px solid #e7e6e6;
}

.demo-sep {
    clear: both;
}

.sep-double,
.sep-dashed, .sep-dotted, .search-page-search-form {
    border-color: #e0dede !important;
}







/*Form Controls
================================================== */

input, input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"] {
    outline: 0;
    border-radius: 0;
    box-shadow: none;
}

    input[type=email],
    input[type=password],
    input[type=tel],
    input[type=text],
    textarea {
        width: 90%;
        border: solid 1px #e3e3e3;
        /*border-bottom-color: #F0F0F0;
    border-top-color: #e0e0e0;*/
        color: #777;
        /* background-color: rgba(0,0,0,.01) !important;*/
        -moz-border-radius: 1px;
        -webkit-border-radius: 1px;
        -o-border-radius: 1px;
        border-radius: 1px;
        -moz-transition: all .2s linear;
        -webkit-transition: all .2s linear;
        -o-transition: all .2s linear;
        transition: all .2s linear;
        outline: none !important;
        -webkit-backface-visibility: hidden;
        -moz-backface-visibility: hidden;
        backface-visibility: hidden;
    }

        input[type=email]:focus,
        input[type=text]:focus,
        textarea:focus {
            color: #323436;
            background-color: #fff !important;
            outline: none !important;
            -moz-transition: all .2s linear;
            -webkit-transition: all .2s linear;
            -o-transition: all .2s linear;
            transition: all .2s linear;
        }

.form-control {
    font-size: 13px;
    height: 40px;
    border: 1px solid #e3e3e3;
    border-radius: 2px;
    margin-bottom: 10px;
}

    .form-control:focus {
        box-shadow: none;
        color: #323436;
        background-color: rgba(250, 250, 250, .01);
        outline: none !important;
        border: solid 1px #e3e3e3;
        border-bottom-color: #F0F0F0;
        border-top-color: #e0e0e0;
        -moz-transition: all .2s linear;
        -webkit-transition: all .2s linear;
        -o-transition: all .2s linear;
        transition: all .2s linear;
    }

.button, button,
input[type="submit"],
input[type="reset"],
input[type="button"] {
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.form-control::-webkit-input-placeholder,
input[type="text"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
input[type="datetime"]::-webkit-input-placeholder,
input[type="datetime-local"]::-webkit-input-placeholder,
input[type="date"]::-webkit-input-placeholder,
input[type="month"]::-webkit-input-placeholder,
input[type="time"]::-webkit-input-placeholder,
input[type="week"]::-webkit-input-placeholder,
input[type="number"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder,
input[type="url"]::-webkit-input-placeholder,
input[type="search"]::-webkit-input-placeholder,
input[type="tel"]::-webkit-input-placeholder,
input[type="color"]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: #999;
}

.form-control::-moz-placeholder,
input[type="text"]::-moz-placeholder,
input[type="password"]::-moz-placeholder,
input[type="datetime"]::-moz-placeholder,
input[type="datetime-local"]::-moz-placeholder,
input[type="date"]::-moz-placeholder,
input[type="month"]::-moz-placeholder,
input[type="time"]::-moz-placeholder,
input[type="week"]::-moz-placeholder,
input[type="number"]::-moz-placeholder,
input[type="email"]::-moz-placeholder,
input[type="url"]::-moz-placeholder,
input[type="search"]::-moz-placeholder,
input[type="tel"]::-moz-placeholder,
input[type="color"]::-moz-placeholder,
textarea::-moz-placeholder {
    color: #999;
}

button::-moz-focus-inner {
    border: 0;
}

.form-group:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
/*End Form*/




/*Login*/

.signup {
    width: 700px;
    background: #fff;
    padding: 40px;
    padding-bottom: 30px;
    border-radius: 2px;
    box-shadow: 0 2px 15px 5px rgba(0,0,0,.1);
    border-top-width: 4px;
    border-top-style: solid;
    margin-left: auto;
    margin-right: auto;
}

.body-sign .checkbox-custom {
    margin-top: 8px;
}

.body-sign .line-thru {
    display: block;
    font-size: 12px;
    font-size: 1.2rem;
    position: relative;
}

    .body-sign .line-thru span {
        color: #CCC;
        position: relative;
        z-index: 3;
    }

    .body-sign .line-thru:before {
        background-color: #FFF;
        content: '';
        height: 10px;
        left: 50%;
        position: absolute;
        margin: -5px 0 0 -20px;
        top: 50%;
        width: 40px;
        z-index: 2;
    }

    .body-sign .line-thru:after {
        border-bottom: 1px solid #DADADA;
        content: '';
        display: block;
        left: 10%;
        position: absolute;
        top: 47%;
        width: 81%;
        z-index: 1;
    }

body .btn-facebook,
body .btn-facebook:focus {
    background: #3B5998;
    border: 1px solid #37538D;
}

body .btn-twitter,
body .btn-twitter:focus {
    background: #55ACEE;
    border: 1px solid #47A5ED;
}

    body .btn-facebook,
    body .btn-facebook:active,
    body .btn-facebook:hover,
    body .btn-facebook:focus,
    body .btn-twitter,
    body .btn-twitter:active,
    body .btn-twitter:hover,
    body .btn-twitter:focus,
    body .btn-gplus,
    body .btn-gplus:active,
    body .btn-gplus:hover,
    body .btn-gplus:focus {
        color: #FFF;
        font-weight: 300;
        padding-left: 30px;
        padding-right: 30px;
        text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
        border-radius: 2px;
        margin-left: 5px;
        margin-right: 5px;
    }

.btn-facebook:hover {
    background: #4162a7;
    border-color: #3d5c9c;
}

.btn-twitter:hover {
    background: #63b3ef;
    border-color: #55acee;
}
/*End Login*/

.text-aling-left {
    text-align: left !important;
}

.contact-form {
    background: #fff;
    border-top: 5px #f5245f solid;
    padding: 30px;
    overflow: hidden
}

    .contact-form .form-group {
        overflow: hidden
    }

        .contact-form .form-group input, .contact-form .form-group textarea {
            width: 100%;
            border: 1px solid #e5e5e5;
            height: 50px;
            text-indent: 20px;
            font-size: 16px;
            font-weight: 300;
        }

        .contact-form .form-group label {
            color: #666666;
            font-weight: 500;
            font-size: 16px;
            margin-bottom: 10px;
        }

        .contact-form .form-group .get-started-btn {
            background: #f5245f;
            color: #fff;
            border: none;
            text-transform: uppercase;
            font-weight: 600;
            margin-top: 10px;
            border-radius: 3px;
            border-bottom: 3px #cb2a58 solid
        }



/**After Login img Toggle*/
.MobileAfterLoginbtn {
    display: none;
}

@media (max-width: 767px) {
    .MobileAfterLoginbtn {
        display: block;
    }

    .flex-direction {
        display: flex;
        flex-direction: column-reverse;
        margin-bottom: 10px;
    }

        .flex-direction img {
            margin-bottom: 10px;
        }

    .AfterLoginbtn {
        display: none !important;
    }

    header nav ul.nav-main i.fa-caret-down.fa-caret-down:before {
        color: #fff !important;
    }

    .menubutton {
        display: none !important;
    }

    .Mobilemenu {
        display: block !important;
    }

    .signup {
        width: 100%;
    }

    .top_line {
        display: none;
    }

    #mainMenu li.dropdown > ul.dropdown-menu > li.mobileversion {
        display: block !important;
    }

    .Bannerbackground, .Bannerbackground1 {
        display: none !important;
    }

    #div_withoutbanner {
        display: block !important;
    }

    .MT-150 {
        /*margin-top: 150px;*/
    }

    .bigslidertext {
        display: none !important;
    }

    .Smallslidertext {
        display: block !important;
    }
}

.bigslidertext {
    display: block;
}

.Smallslidertext {
    display: none;
}

#div_withoutbanner {
    display: none;
}

.MobileAfterLoginbtn .btn-responsive-nav {
    background: none;
    border: none;
    top: 5px;
    right: 70px;
}

    .MobileAfterLoginbtn .btn-responsive-nav img {
        border-radius: 50%;
        width: 50px;
        height: 50px;
    }

.MobileAfterLoginbtn > .dropdown-menu {
    width: 99%;
}

header .nav-pills > li.AfterLoginbtn {
    display: block;
}

    header .nav-pills > li.AfterLoginbtn > .dropdown-menu {
        right: 0;
    }

    header .nav-pills > li.AfterLoginbtn a img {
        border-radius: 50%;
        width: 25px;
        height: 25px;
        margin-top: -8px;
    }

header nav ul.nav-main > li.AfterLoginbtn i.fa-caret-down.fa-caret-down:before {
    content: "\f0d7" !important;
}

.menubutton {
    margin-top: 13px;
}

    .menubutton a.v-third-dark:hover {
        border: 2px solid #000;
    }

.links {
    margin-top: 10px;
}


.loadingProgress {
    background: url(../../images/loading.gif) center center no-repeat rgba(0,0,0,0);
    background-size: 70px auto;
    left: 50%;
    margin-left: -150px;
    margin-top: 150px;
    max-height: 200px;
    opacity: .95;
    padding: 3em 1em 1.5em;
    position: fixed;
    width: 300px;
    z-index: 2000;
}

.loadingProgress {
    font-size: 40px;
    text-align: center;
}

.Mobilemenu {
    display: none;
}

#mainMenu li.dropdown > ul.dropdown-menu > li.mobileversion {
    display: none;
}






/* 
=========================================
How It Works Area CSS
=========================================
*/

.single-item i {
    color: #ff4e00;
}

.single-item {
    text-align: center;
    position: relative;
    background: #fff;
    padding: 30px 20px;
    -webkit-box-shadow: 0 0 20px 0 rgba(62,28,131,.1);
    box-shadow: 0 0 20px 0 rgba(62,28,131,.1);
    border-radius: 5px;
    min-height: 280px;
}

    .single-item.with-line::before {
        content: '';
        position: absolute;
        z-index: 1;
        background: url(../../images/arrow_big.png) no-repeat center center;
        width: 217px;
        height: 210px;
        top: -20px;
        right: -120px;
    }

    .single-item.with-plus::before {
        content: '';
        position: absolute;
        z-index: 1;
        background: url(../../images/pluse.png) no-repeat center center;
        width: 217px;
        height: 210px;
        top: -20px;
        right: -123px;
    }

    .single-item i {
        font-size: 60px;
    }

    .single-item h3 {
        font-size: 15px;
        margin: 30px 0 15px;
    }




.Bannerbackground {
    background-size: 100% 100%;
    background-position: center;
    display: block;
    margin-bottom: 30px !important;
}

.Bannerbackground1 {
    background-size: 100% 100%;
    background-position: center;
    display: block;
    margin-bottom: 0px !important;
}

    .Bannerbackground::before, .Bannerbackground1::before {
        content: "";
        position: absolute;
        top: 0px;
        right: 0px;
        bottom: 0px;
        left: 0px;
        /*background-color: rgba(50,52,54,0.25);*/
    }

    .Bannerbackground .heading-text .entry-title, .Bannerbackground1 .heading-text .entry-title {
        background: rgba(50, 52, 54, 0.8);
        margin-top: 150px;
        border-radius: 10px 10px 0px 0px;
        text-transform: none;
        font-size: 22px;
        line-height: 50px;
    }


#rating_product a {
    color: #ff0000;
}

.v-price-list .v-smash-text-wrap {
    border-left-color: #ff0000;
    border-left-width: 4px;
    border-left-style: solid;
    border-top-left-radius: 1px;
    border-bottom-left-radius: 1px;
}

.list-group-item span {
    text-align: left;
}

.list-group-item .col-md-5 {
    padding-left: 0px;
    padding-right: 0px;
}

.list-group-item .col-md-7 {
    padding-left: 0px;
    padding-right: 0px;
}

.includeslist .col-md-4 {
    padding-left: 0px;
    padding-right: 0px;
}


#dvCaptcha {
    transform: scale(0.95);
    -webkit-transform: scale(0.95);
    transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
}

@media only screen and (max-width: 479px) {
    #dvCaptcha {
        transform: scale(0.81) !important;
        -webkit-transform: scale(0.81) !important;
        transform-origin: 0 0 !important;
        -webkit-transform-origin: 0 0 !important;
    }
}

.ourbrands {
    border: 1px solid #eee !important;
    border-left: 3px solid #ff0000 !important;
    margin-bottom: 20px !important;
}

    .ourbrands .v-call-to-action-wrap .v-call-to-action-inner h1 {
        font-size: 14px;
    }

    .ourbrands .v-call-to-action-wrap .v-call-to-action-inner p {
        font-size: 12px;
    }

    .ourbrands .v-call-to-action-wrap .v-call-to-action-inner h3 {
        font-size: 12px;
    }

    .ourbrands .v-call-to-action-wrap img {
        border: 1px solid #eee;
        border-radius: 10px;
        padding: 10px;
    }

    .ourbrands .v-call-to-action-wrap a {
        padding: 5px 10px;
        font-size: 12px;
    }

.clientpic {
    border: 1px solid #ccc;
    border-radius: 5px;
    min-height: 120px;
    margin-bottom: 20px;
}

    .clientpic img {
        display: block;
        margin: auto;
        opacity: 0.75;
    }

        .clientpic img:hover {
            opacity: 1;
        }

.refreshbutton {
    padding-top: 15px;
    margin-left: -20px;
}


/**********************************Landing Page Styles(23-12-2021 Sudheer)*********************************/
.landingpage {
    
}
.landingpage header div.logo {
    height: 60px;
}

.landingpage .Mobilemenu {
    display: none;
}

.landingpage .menubutton {
    display: block;
}

.landingpage .menubutton {
    margin-top: 0px;
}

.landingpage header nav ul.nav-main li.menubutton a {
    padding: 20px 15px !important;
}

/*********LMS Banner images****************/
.landingpage .lp-training-academies {
    background-image: url(../../images/LP_Banners/LMS_training_academies.jpg);
}

.landingpage .lp-healthcare {
    background-image: url(../../images/LP_Banners/LMS_HealthCare.jpg);
}

.landingpage .lp-school {
    background-image: url(../../images/LP_Banners/LMS_School.jpg);
}

.landingpage .lp-skills {
    background-image: url(../../images/LP_Banners/LMS_skills.jpg);
}

.landingpage .lp-coporate {
    background-image: url(../../images/LP_Banners/LMS_Coporate.jpg);
}

.landingpage .lp-individual-trainers {
    background-image: url(../../images/LP_Banners/LMS_Individual_Trainers.jpg);
}

.landingpage .Bannerbackground.lp-school::before, .landingpage .Bannerbackground1.lp-school::before {
    background-color: rgba(204,0,102,0.5);
}

/*********AMS Banner images****************/
.landingpage .lp-ams-university {
    background-image: url(../../images/LP_Banners/AMS_University.jpg);
}

.landingpage .lp-ams-corporate {
    background-image: url(../../images/LP_Banners/AMS_Corporate.jpg);
}

.landingpage .lp-ams-academic {
    background-image: url(../../images/LP_Banners/AMS_Academic.jpg);
}

.landingpage .lp-ams-skills {
    background-image: url(../../images/LP_Banners/AMS_skill_ass.jpg);
}

.landingpage .Bannerbackground.lp-ams-university::before, .landingpage .Bannerbackground.lp-ams-skills::before, .landingpage .Bannerbackground1.lp-ams-university::before, .landingpage .Bannerbackground1.lp-ams-skills::before {
    background-color: rgba(204,0,102,0.3);
}



.landingpage .lp-cms {
    background-image: url(../../images/LP_Banners/CMS.jpg);
}

.landingpage .Bannerbackground.lp-cms::before, .landingpage .Bannerbackground1.lp-cms::before {
    background-color: rgba(204,0,102,0.3);
}

.landingpage .lp-pms {
    background-image: url(../../images/LP_Banners/PMS.jpg);
}

.landingpage .Bannerbackground.lp-pms::before, .landingpage .Bannerbackground1.lp-pms::before {
    background-color: rgba(102,102,255,0.25);
}

.landingpage .lp-tms {
    background-image: url(../../images/LP_Banners/TMS.jpg);
}

.landingpage .Bannerbackground.lp-tms::before, .landingpage .Bannerbackground1.lp-tms::before {
    background-color: rgba(102,102,255,0.25);
}

.landingpage .lp-telemedicine {
    background-image: url(../../images/LP_Banners/Healthhinge.jpg);
}

.landingpage .lp-jms {
    background-image: url(../../images/LP_Banners/JMS.jpg);
}

.landingpage .lp-das {
    background-image: url(../../images/LP_Banners/DAS.jpg);
}

.landingpage .lp-dms {
    background-image: url(../../images/LP_Banners/DMS.jpg);
}

.landingpage .lp-sms {
    background-image: url(../../images/LP_Banners/SMS.jpg);
}

.landingpage .Bannerbackground.lp-sms::before, .landingpage .Bannerbackground1.lp-sms::before {
    background-color: rgba(102,102,255,0.25);
}

.landingpage .lp-jobms {
    background-image: url(../../images/LP_Banners/Jobs.jpg);
}

.landingpage .lp-aps {
    background-image: url(../../images/LP_Banners/APS.jpg);
}




.landingpage .v-blog-item {
    padding-top: 10px;
}

    .landingpage .v-blog-item:first-child {
        padding-top: 0px;
    }

.landingpage .mini-v-blog-item-wrap {
    padding-top: 10px;
    border-top: 1px solid #e4e4e4;
}

.landingpage .divider-wrap {
    margin: 20px 0px;
}

.landingpage h3.v-center-heading.testimonial-title {
    margin: 0px auto 20px;
}

.landingpage .v-page-wrap {
    margin-bottom: 30px;
}

.landingpage .mobilebanner {
    display: none;
}

.landingpage .v-page-heading.v-bg-stylish.v-bg-stylish-v1 {
    margin-bottom: 10px !important;
}

.landingpage h3.v-center-heading, h4.v-center-heading {
    margin: 10px auto 20px;
}

.landingpage .boxshadow {
    box-shadow: rgba(14, 30, 37, 0.12) 0px 2px 4px 0px, rgba(14, 30, 37, 0.32) 0px 2px 16px 0px;
    padding: 15px 10px 15px 10px;
}


@media (max-width: 767px) {
    .landingpage .mobilebanner {
        display: block;
    }
}

.Bannerbackground .heading-text .entry-title.contactus, .Bannerbackground1 .heading-text .entry-title.contactus {
    margin-top: 100px;
}

.landingproducts {
    position: relative;
    display: table;
    table-layout: fixed;
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
}

    .landingproducts img {
        border: 1px solid #eee;
        border-radius: 10px;
    }


.landingbackground {
    padding: 50px 0;
    background: #1e5799;
    background: -moz-linear-gradient(left, #1e5799 0%, #2989d8 0%, #6ba6d6 35%, #ffffff 100%);
    background: -webkit-linear-gradient(left, #1e5799 0%,#2989d8 0%,#6ba6d6 35%,#ffffff 100%);
    background: linear-gradient(to right, #1e5799 0%,#2989d8 0%,#6ba6d6 35%,#ffffff 100%);
}

    .landingbackground h1 {
        color: #fff;
        font-size: 30px;
        font-family: 'Segoe UI', Arial, sans-serif;
        font-weight: normal;
        margin: 0 0 7px;
        margin-bottom: 16px;
    }

    .landingbackground p {
        font-size: 16px;
        color: #fff;
        font-family: 'Segoe UI', Arial, sans-serif;
        font-weight: 300;
        line-height: 24px;
    }

.landingcontent {
    border: 1px solid #eee;
    vertical-align: middle;
    color: #000;
    padding: 15px 15px 20px 30px;
}

.logocolor {
    /*background: #e8c9ca;
    background: -moz-linear-gradient(right, #e8c9ca 0%, #ffffff 100%, #ffffff 100%, #ffffff 100%);
    background: -webkit-linear-gradient(right, #e8c9ca 0%,#ffffff 100%,#ffffff 100%,#ffffff 100%);
    background: linear-gradient(to left, #e8c9ca 0%,#ffffff 100%,#ffffff 100%,#ffffff 100%);*/
    background-color: #5de6de;
    background-image: linear-gradient(315deg, #5de6de 0%, #b58ecc 74%);
}

    .logocolor h3, .logocolor p {
        color: #fff !important;
    }

.bluegradient {
    background-color: #eec0c6;
    background-image: linear-gradient(315deg, #eec0c6 0%, #7ee8fa 74%);
}

.redgradient {
    background-color: #ffe190;
    background-image: linear-gradient(316deg, #ffe190 0%, #fa9e8c 74%);
}

.gradient {
    background-color: #b8c6db;
    background-image: linear-gradient(315deg, #b8c6db 0%, #f5f7fa 74%);
}


.landingcontent h3 {
    font-size: 25px;
    margin-bottom: 5px;
}

.landingcontent p {
    font-size: 15px;
}

.landingsubmenu {
    position: relative;
    overflow: hidden;
    border: 1px solid #eee;
}

.solutionmenu {
    display: inline-block;
    padding: 10px;
    float: left;
    position: relative;
    display: inline-block;
    min-height: 100px;
}

.border-bottom {
    border-bottom: 1px solid #eee;
}

.border-right {
    border-right: 1px solid #eee;
}

.solutionmenu h3 {
    font-size: 15px;
    color: #000 !important;
    font-weight: bold;
    margin-top: 0px;
}

.solutionmenu p {
    display: block;
    font-size: 12px;
    color: #333;
    font-weight: normal;
    line-height: 18px;
}

.solutionmenu a.v-small-button {
    font-size: 10px;
    font-weight: normal;
    padding: 6px 12px;
    display: inline-block;
}

.boxshadow {
    box-shadow: rgb(14 30 37 / 12%) 0px 0px 0px 0px, rgb(14 30 37 / 32%) 0px 1px 4px 0px;
    padding: 10px;
    margin-bottom: 15px;
}
.v-bg-stylish-v11 {
    padding: 20px 0;
}

@media (max-width: 767px) {
    .v-bg-stylish-v11 {
        padding: 10px 0;
    }
}

.p-tb20 {
    padding: 20px 0;
}

.testimonials-slider {
    padding: 10px 0 50px 0 !important;
}


.sectionmenu {
    min-height: 120px;
    padding: 3px;
    box-shadow: rgb(0 0 0 / 10%) 0px 0px 1px;
}

    .sectionmenu:hover {
        border-bottom: 2px solid #f5245f;
    }

    .sectionmenu img {
        display: block;
        margin-left: auto;
        margin-right: auto;
        border: none;
        border-radius: 0px;
        height: 40px;
    }

    .sectionmenu h4 {
        font-size: 11px;
        font-weight: 700;
        text-align: center;
        margin: 5px 0;
        line-height: 15px;
    }
/*
.landingmenu.bluegradient .sectionmenu h4 {
    color: #fff;
}
*/




.buildbrand {
    position: relative;
    overflow: hidden;
    background-image: url(../../images/landingpage_images/lms_banner.jpg);
    background-size: cover;
    background-position: center;
    z-index: 1;
   /* background: #000;
    opacity: 0.8;*/
}

    /*.buildbrand::before {
        position: absolute;
        top: 20px;
        content: "";
        width: 80%;
        height: 330px;
        left: 50%;
        opacity: 0.8;
        margin-left: -40%;
        transform: rotate(-6deg);
        border-radius: 10px;
        z-index: -2;
        background: #ec1c24;
    }*/

    .buildbrand::after {
        position: absolute;
        top: 0px;
        content: "";
        width: 100%;
        height: 100%;
        background: #000;
        opacity: 0.8;
        z-index: -2;
    }

.headsmall {
    font-size: 13px;
    font-weight: 500;
    line-height: 35px;
    text-align: center;
    color: #000;
}

.col-md-6 .modulesicon {
    width: calc(100%/6);
}

.modulesicon {
    width: calc(100%/10);
    float: left;
}

.viewmodule .modulesicon {
    width: calc(100%/5);
}

@media (max-width: 767px) {
    .modulesicon {
        width: calc(100%/4);
    }

    .col-md-6 .modulesicon {
        width: calc(100%/3);
    }

    .viewmodule .modulesicon {
        width: calc(100%/2);
    }

    .addonservice a {
        float: left;
    }
    /* .mega-menu-content ul.sub-menu li ul.sub-menu li a i {
        display: inline-block !important;
    }
    .mega-menu-content .sub-menu li a img {
        display: none !important;
    }
    header nav.mega-menu ul.nav-main li.mega-menu-item ul.sub-menu li ul.sub-menu li {
        width: calc(100%/1) !important;
    }*/
}

.m-t10 {
    margin-top: 10px;
}
/*.mega-menu-content ul.sub-menu li ul.sub-menu li a i {
    display: none;
}

.mega-menu-content .sub-menu li a img {
    display: inline-block;
    width: 25px;
    height: 25px;
}

header nav.mega-menu ul.nav-main li.mega-menu-item ul.sub-menu li ul.sub-menu li {
    width: calc(100%/5);
    float: left;
    border-bottom: 1px dashed #eee;
}
.mega-menu-content a.learnmorelink {
    padding: 0px !important;
    margin-top: 5px;
    text-decoration: underline;
}*/



/**********************************************************Ajax Tabs*****************************************************/
.Tabscss .ajax__tab_outer, .Tabscss1 .ajax__tab_outer {
    /*width: 100%;*/
}

.Tabscss .ajax__tab_inner, .Tabscss1 .ajax__tab_inner {
    padding-left: 0px;
    /*width: 100%;*/
}

.Tabscss .ajax__tab_tab, .Tabscss1 .ajax__tab_tab {
    background: #fff;
    border-bottom: none;
    border-right: 1px solid #e4e4e4;
    border-top: 1px solid #e4e4e4;
    border-left: 1px solid #e4e4e4;
    color: #323436;
    font-weight: bold;
    padding: 10px 18px;
    font-size: 13px;
    margin-right: -1px;
    /*width: 100%;*/
}

.Tabscss .ajax__tab_hover .ajax__tab_outer, .Tabscss1 .ajax__tab_hover .ajax__tab_outer {
}

.Tabscss .ajax__tab_hover .ajax__tab_inner, .Tabscss1 .ajax__tab_hover .ajax__tab_inner {
}

.Tabscss .ajax__tab_hover .ajax__tab_tab, .Tabscss1 .ajax__tab_hover .ajax__tab_tab {
    color: #fff;
    background-color: #323436;
    border-left-color: #323436;
    border-right-color: #323436;
    cursor: pointer;
}

.Tabscss .ajax__tab_active .ajax__tab_outer, .Tabscss1 .ajax__tab_active .ajax__tab_outer {
}

.Tabscss .ajax__tab_active .ajax__tab_inner, .Tabscss1 .ajax__tab_active .ajax__tab_inner {
}

.Tabscss .ajax__tab_active .ajax__tab_tab, .Tabscss1 .ajax__tab_active .ajax__tab_tab {
    border-radius: 0px;
    margin-right: -1px;
    font-size: 13px;
    border-bottom: 1px solid #ececec;
    border: 1px solid #ddd;
    background-color: #ff0000;
    border-left-color: #ff0000;
    border-right-color: #ff0000;
    border-bottom: 0px;
    color: #fff;
}

.Tabscss .ajax__tab_disabled, .Tabscss1 .ajax__tab_disabled {
    color: #A0A0A0;
}

.Tabscss .ajax__tab_body {
    border-radius: 0 0 4px 4px;
    background-color: #FFF;
    border: 1px solid #EEE;
    margin-top: -6px;
    padding: 20px;
    min-height: 400px;
}

.Tabscss1 .ajax__tab_body {
    border-radius: 0 0 4px 4px;
    background-color: #FFF;
    border: 1px solid #EEE;
    margin-top: -5px;
    padding: 10px;
    min-height: 150px;
}

/***********************************end tabcss**************************/


.pricesticky {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
}

.addontimes {
    line-height: 40px;
}

.addonservice a {
    float: right;
}


/*****************Check List********************/
.checkboxcss {
    margin-bottom: 10px;
}

    .checkboxcss input[type="checkbox"]:not(:checked),
    .checkboxcss input[type="checkbox"]:checked {
        left: -9999px;
        position: absolute;
    }

    .checkboxcss input[type="checkbox"][disabled] {
        cursor: none;
    }

    .checkboxcss input[type="checkbox"]:not(:checked) + label::before {
        content: "\f096";
        color: inherit;
        font-size: 19px;
        display: inline-block;
        font-family: FontAwesome;
        font-style: normal;
        font-weight: normal;
        position: absolute;
        left: 5px;
        -webkit-font-smoothing: antialiased;
        cursor: pointer;
        line-height: 24px;
        color: #000;
    }


    .checkboxcss input[type="checkbox"]:checked + label::before {
        content: "\f14a";
        color: inherit;
        font-size: 19px;
        display: inline-block;
        font-family: FontAwesome;
        font-style: normal;
        font-weight: normal;
        position: absolute;
        left: 5px;
        -webkit-font-smoothing: antialiased;
        cursor: pointer;
        line-height: 24px;
        color: #ff0000;
    }

    .checkboxcss input[type="checkbox"]:not(:checked) + label::before, .checkboxcss input[type="checkbox"]:checked + label::before {
        line-height: 25px;
        left: 0px;
    }

    .checkboxcss input[type="checkbox"]:not(:checked) + label, .checkboxcss input[type="checkbox"]:checked + label {
        display: inline-block;
        background-color: transparent;
        border: 0;
        position: relative;
        padding: 3px 10px 3px 25px;
        min-width: 19px;
        margin: 0;
    }

.checkboxpadding .checkboxcss input[type="checkbox"]:not(:checked) + label, .checkboxpadding .checkboxcss input[type="checkbox"]:checked + label {
    padding: 3px 25px 20px 25px;
    font-size: 14px;
}

.checkboxcss .aspNetDisabled {
    background-color: #eee;
    border-radius: 5px;
    cursor: not-allowed;
    padding: 5px;
    margin: 3px;
}

/*****************Radio List********************/
.radiobuttoncss {
    margin-bottom: 10px;
}

    .radiobuttoncss input[type="radio"]:not(:checked),
    .radiobuttoncss input[type="radio"]:checked {
        left: -9999px;
        position: absolute;
    }

        .radiobuttoncss input[type="radio"]:not(:checked) + label::before {
            content: "\f1db";
            color: inherit;
            font-size: 18px;
            display: inline-block;
            font-family: FontAwesome;
            font-style: normal;
            font-weight: normal;
            position: absolute;
            left: 5px;
            -webkit-font-smoothing: antialiased;
            cursor: pointer;
            line-height: 15px;
            color: #4c1864;
        }

        .radiobuttoncss input[type="radio"]:checked + label::before {
            content: "\f058";
            color: inherit;
            font-size: 18px;
            display: inline-block;
            font-family: FontAwesome;
            font-style: normal;
            font-weight: normal;
            position: absolute;
            left: 5px;
            -webkit-font-smoothing: antialiased;
            cursor: pointer;
            line-height: 15px;
            color: #4c1864;
        }

        .radiobuttoncss input[type="radio"]:not(:checked) + label, .radiobuttoncss input[type="radio"]:checked + label {
            display: inline-block;
            background-color: transparent;
            border: 0;
            position: relative;
            padding: 3px 10px 3px 25px;
            min-width: 19px;
            margin: 0;
            line-height: 10px;
            font-weight: normal;
        }

            .radiobuttoncss input[type="radio"]:not(:checked) + label p, .radiobuttoncss input[type="radio"]:checked + label p {
                display: inline-block;
                background-color: transparent;
                border: 0;
                position: relative;
                min-width: 19px;
                margin: 0;
                line-height: 10px;
                font-weight: normal;
            }

.radiopadding input[type="radio"]:not(:checked) + label, .radiopadding input[type="radio"]:checked + label {
    padding: 3px 25px 20px 25px;
    font-size: 16px;
    font-weight: normal;
}

.radiobuttoncss .aspNetDisabled {
    background-color: #eee;
    border-radius: 5px;
    cursor: not-allowed;
    padding: 5px;
    margin: 3px;
}



/********************************Dropdown list************************************/
.dropdowncss select {
    appearance: none;
}

.dropdowncss {
    position: relative;
    display: flex;
    border-radius: .25em;
    overflow: hidden;
}

    .dropdowncss::after {
        content: '\f0d7';
        position: absolute;
        font-family: FontAwesome;
        top: 2px;
        right: 0;
        padding: 10px;
        transition: .25s all ease;
        pointer-events: none;
    }

.table > tbody > tr > th {
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 1px solid #ddd;
    vertical-align: bottom;
    border-bottom: 2px solid #ddd;
    background: #eee;
}

.table > tbody:first-child > tr:first-child > th {
    border-top: 0;
}

.table-responsive > .table > tbody > tr > th {
    white-space: nowrap
}

header nav ul.nav-main li.AfterLoginbtn i.fa-caret-down {
    top: -5px;
}

.addontext h5 {
    margin: 0;
}

.addontext .checkboxcss {
    margin-bottom: 0px;
}

    .addontext .checkboxcss label {
        font-size: 12px;
    }


/****************Login Style****************************/


.gradient-custom-2 {
    /* fallback for old browsers */
    background: #ff0000;
    /* Chrome 10-25, Safari 5.1-6 */
    background: -webkit-linear-gradient(90deg,#d58488 0%,#e54e4e 100%);
    /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    background: linear-gradient(90deg,#d58488 0%,#e54e4e 100%);
}

@media (min-width: 768px) {
    .gradient-form {
        height: 100vh !important;
    }
}

@media (min-width: 769px) {
    .gradient-custom-2 {
        border-top-right-radius: .3rem;
        border-bottom-right-radius: .3rem;
    }
}

.p-xl-5 {
    padding: 3rem !important;
}

.w-100 {
    width: 100% !important;
}

.justify-content-center {
    justify-content: center !important;
}

.d-flex {
    display: flex !important;
}

.rounded-3 {
    border-radius: 0.5rem !important;
}

.text-black {
    --mdb-text-opacity: 1;
    color: rgba(0,0,0,1) !important;
}

.card {
    border: 0;
}

.card {
    --mdb-card-spacer-y: 1.5rem;
    --mdb-card-spacer-x: 1.5rem;
    --mdb-card-title-spacer-y: 0.5rem;
    --mdb-card-border-width: 1px;
    --mdb-card-border-color: rgba(0,0,0,0.175);
    --mdb-card-border-radius: 0.5rem;
    --mdb-card-box-shadow: 0 2px 15px -3px rgba(0,0,0,0.07),0 10px 20px -2px rgba(0,0,0,0.04);
    --mdb-card-inner-border-radius: calc(0.5rem - 1px);
    --mdb-card-cap-padding-y: 0.75rem;
    --mdb-card-cap-padding-x: 1.5rem;
    --mdb-card-cap-bg: hsla(0,0%,100%,0);
    --mdb-card-bg: #fff;
    --mdb-card-img-overlay-padding: 1.5rem;
    --mdb-card-group-margin: 0.75rem;
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    height: var(--mdb-card-height);
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: var(--mdb-card-border-width) solid var(--mdb-card-border-color);
    border-radius: var(--mdb-card-border-radius);
    box-shadow: var(--mdb-card-box-shadow);
}

.g-0, .gy-0 {
    --mdb-gutter-y: 0;
}

.p-md-5 {
    padding: 3rem !important;
}

.mx-md-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
}

.card-body {
    flex: 1 1 auto;
    padding: var(--mdb-card-spacer-y) var(--mdb-card-spacer-x);
    color: var(--mdb-card-color);
}

.mb-5 {
    margin-bottom: 3rem !important;
}

.mb-4 {
    margin-bottom: 1.5rem !important;
}

.align-items-center {
    align-items: center !important;
}

.mb-0 {
    margin-bottom: 0 !important;
}

.card h4 {
    font-size: 25px;
    color: #fff;
}

.card .small {
    font-size: .875em;
}

.text-white {
    color: #fff;
}

.card .row {
    --mdb-gutter-x: 1.5rem;
    --mdb-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(var(--mdb-gutter-y)*-1);
    margin-right: calc(var(--mdb-gutter-x)*-0.5);
    margin-left: calc(var(--mdb-gutter-x)*-0.5)
}

.frame {
    opacity: 1;
    border: 1px solid #eee;
    border-radius: 5px;
}

.lead.text-center {
    font-size: 13px;
    font-weight: 400;
}

.curve-image {
    position: relative;
    overflow: hidden;
    /*background-image: url(../../images/landingpage_images/curve_images.png);*/
    /*background: linear-gradient(90deg,#ccc 0%,#eee 100%);*/
    background-size: 100% 100%;
    background-position: center;
    z-index: 1;
}

.curve-image2 {
    position: relative;
    overflow: hidden;
    background-image: url(../../images/landingpage_images/curve2_images.png);
    background-size: 100% 100%;
    background-position: center;
    z-index: 1;
}
.backgroud-image {
    position: relative;
    overflow: hidden;
    /*background-image: url(../../images/landingpage_images/background_banner.jpg);*/
    background: linear-gradient(80deg,#ccc 0%,#eee 100%);
    background-size: 100% 100%;
    background-position: center;
    z-index: 1;
    background-attachment: fixed;
}

.custom-btn {
    padding: 5px 15px;
    font-weight: 400;
    font-size:14px;
    background: transparent;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
    display: inline-block;
    border: none;
    text-decoration: none;
}


/* 14 */
.btn-14 {
    background: #234b7d;
    color: #fff;
    z-index: 1;
}

    .btn-14:after {
        position: absolute;
        content: "";
        width: 100%;
        height: 0;
        top: 0;
        left: 0;
        z-index: -1;
        background: #000;
        transition: all 0.3s ease;
    }

    .btn-14:hover {
        color: #fff;
    }

        .btn-14:hover:after {
            top: auto;
            bottom: 0;
            height: 100%;
        }


.backgroud-image-black {
    position: relative;
    overflow: hidden;
    /*background-image: url(../../images/landingpage_images/background_banner1.jpg);*/
    background-size: 100% 100%;
    background-position: center;
    /*z-index: 1;*/
    background-attachment: fixed;
}
    .backgroud-image-black::after {
        position: absolute;
        top: 0px;
        content: "";
        width: 100%;
        height: 100%;
        background: #fff;
        opacity: 0.7;
        z-index: -2;
    }

.studentrelation {
    position: relative;
    overflow: hidden;
    background-image: url(../../images/landingpage_images/lms_banner.jpg);
    background-size: cover;
    background-position: center;
    z-index: 1;
}
    .studentrelation::after {
        position: absolute;
        top: 0px;
        content: "";
        width: 100%;
        height: 100%;
        background: #ff0000;
        opacity: 0.8;
        z-index: -2;
    }
.contentimage {
    border-radius: 20px;
}

.Head-subHighlight {
    font-family: Open Sans,Helvetica,Arial,sans-serif !important;
    font-size: 25px !important;
    font-weight: bold !important;
    text-align: center !important;
    margin-top: 10px !important;
    margin-bottom: 10px !important;
    padding-right: 0px !important;
}

    .Head-subHighlight span {
        color: #ff0000;
    }

.backgroud-image-black .feature-box-text-inner p{
    font-size: 14px;
}

.backgroud-image-black .feature-box[class*="feature-box-secundary-"] .feature-box-text {
    padding: 15px;
    min-height: 350px;
}

.backgroud-image-black .feature-box[class*="feature-box-secundary-"] h3, .backgroud-image-black .feature-box[class*="feature-box-secundary-"] .feature-box-text-inner {
    font-weight: 400;
    text-align: left;
}

.trainingbetter {
    /*background: linear-gradient(80deg,#ccc 0%,#eee 100%) !important;*/
    box-shadow: 0 2px 6px rgb(0 0 0 / 20%);
}
    .trainingbetter .Head-Highlight {
        color: #000;
    }
    .trainingbetter h3 {
        color: #000 !important;
        margin-bottom:65px !important;
    }
    .trainingbetter img {
        width: 60%;
    }
    .trainingbetter input[type="text"] {
        /*box-shadow: 0 0 3px rgb(41 42 51 / 50%), 0 6px 20px rgb(41 42 51 / 50%);
        border: 1px solid #ff0000;*/
        
    }
        /*.trainingbetter input[type="text"]:focus {
            background: #000 !important;
            color: #fff;
        }*/

    .trainingbetter .feature-box[class*="feature-box-secundary-"] h3{
        font-weight:400;
        text-align:justify;
    }

.input-mt {
    margin-top: 30px;
}

@media (max-width: 767px) {
    

    .trainingbetter h3 {
        margin-bottom: 30px !important;
    }
    .trainingbetter img {
        width: 100%;
    }
}

.bannerdesign {
    border-radius: 10px;
    border: 1px solid #eee;
}

.gradient-custom-2 img {
    border-radius: 10%;
    width: 50%;
    border: 2px solid #ddd;
    background: #fff;
}

.box-shadow-black {
    box-shadow: 0 0 3px rgb(41 42 51 / 50%), 0 6px 20px rgb(41 42 51 / 50%);
    margin-top: 40px;
    margin-bottom: 40px;
    padding: 10px;
}
.box-shadow-Red {
    box-shadow: 0 0 3px rgb(255 0 0 / 50%), 0 6px 20px rgb(255 0 0 / 50%);
    margin-top: 40px;
    margin-bottom: 40px;
    padding: 10px;
}

.ourproduct .Head-subHighlight {
    font-size: 16px !important;
}

.ourproduct .feature-box-text-inner p {
    border-bottom: 1px solid #eee;
    min-height: 190px;
}

.backgroud-image-black .feature-box[class*="feature-box-secundary-"]:hover {
    transform: translateY(-5px);
    box-shadow: 0px 10px 20px 2px rgba(0, 0, 0, 0.25);
}

.backgroud-image-black .feature-box[class*="feature-box-secundary-"] .feature-box-text img {
    width: 70px;
    height: 70px;
}

.backgroud-image-black .ourproduct .feature-box[class*="feature-box-secundary-"] .feature-box-text img {
    width: 100%;
    height: auto;
}

.v-clients-wrap-v2 .item {
    border: 1px solid #ccc;
    min-height: 100px;
}

.v-clients-wrap-v2 .item figure a img {
    display:block;
    margin:auto;
}

.bg-btn {
    padding: 8px 30px;
    font-size: 15px;
}

.landingcenter {
    width: 700px;
    margin: 0 auto;
    text-align: center;
    margin-top: 20px;
}
@media (max-width: 767px) {
    .landingcenter {
        width: 100%;
        margin: 0;
    }
}

.sidetitle {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}
    .sidetitle h2 {
        font-size: 20px !important;
        text-align: left !important;
        margin-top: 0px !important;
    }

.whatsapp-api {
    position: fixed;
    z-index: 99;
    bottom: 135px;
    right: 20px
}
    .whatsapp-api i.fa.fa-whatsapp {
        color: #fff;
        background: #25d366;
        width: 60px;
        height: 60px;
        line-height: 60px;
        border-radius: 50%;
        text-align: center
    }



    .whatsapp-api .fa {
        font-size: 40px;
        margin: 0 3px
    }