
/*--------------------*/
/* BASIC TYPOGRAPHY */
/*--------------------*/

body, html {
    overflow-x: hidden;
}

body {
    font-family: 'PT Sans Narrow', sans-serif;
    overflow-x: hidden !important;
}

    body .container.force-full-width {
        width: auto !important;
        max-width: 100% !important;
        -webkit-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }

@media (max-width:1199.98px) {
    body > section > .container, .container.force-full-width-maxw1199 {
        width: auto !important;
        max-width: 92% !important;
        -webkit-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }

    body .container.force-full-width-100-maxw1199 {
        width: auto !important;
        max-width: 100% !important;
        -webkit-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }
}

@media (max-width:991.98px) {
    body > section > .container, .container.force-full-width-maxw1199 {
        max-width: 96% !important;
    }
}

@media (max-width:767.98px) {
    body > section > .container, .container.force-full-width-maxw1199 {
        max-width: 100% !important;
    }
}

ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

a {
    text-decoration: none;
    color: #e51e25;
}

    a:link, a:visited, a:hover, a:focus {
        color: #e51e25;
    }

    a:focus {
        outline: none;
        text-decoration: none;
    }

    button, span, a, .btn, input, textarea,
    button:active, span:active, a:active, .btn:active, input:active, textarea:active,
    button:focus, span:focus, a:focus, .btn:focus, input:focus, textarea:focus {
        outline: none !important;
    }

.svg-defs {
    left: -100000px;
    position: absolute;
    top: -100000px;
}

.svg-icon {
    outline: 0;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    fill: gray;
}

.svg-icon,
button .svg-icon,
a .svg-icon,
span .svg-icon,
li .svg-icon {
    width: 20px;
    height: 20px;
}

h1, h2 {
    font-family: 'Oswald', sans-serif;
    letter-spacing: 0.04em;
}

h3, h4, h5, h6 {
    font-family: 'Oswald', sans-serif;
    letter-spacing: 0.04em;
}

h2 {
    color: #1a1a1a;
    font-size: 72px;
    font-weight: 700;
    line-height: 57px;
    margin: 0;
    padding-bottom: 10px;
    text-transform: uppercase;
}

h3 {
    color: #1a1a1a;
}

img {
    border: none;
}

/* Preloader */
#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(255,255,255,0.8);
    z-index: 99999; /* makes sure it stays on top */
}

#status {
    width: 200px;
    height: 200px;
    position: absolute;
    left: 50%;
    top: 50%;
    background-image: url(../Images/preloader.gif);
    background-repeat: no-repeat;
    background-position: center;
    margin: -100px 0 0 -100px;
}

.is-open-positions {
    position: absolute;
    top: 100px;
    width: 100%;
    z-index: 1020;
    text-align: center;
    pointer-events: none;
    display: none;
}

.is-open-positions-case .is-open-positions {
    display: block;
}

.is-open-positions .btn {
    font-size: 18px;
    line-height: 26px;
    outline: none !important;
    color: #000;
    color: #FFF;
    padding: 9px 12px;
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -ms-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    border-color: #5c5c5c;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.1);
}

    .is-open-positions .btn:hover,
    .is-open-positions .btn:focus {
        text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
    }

.is-open-positions .btn-group {
    pointer-events: all;
    margin: 10px;
}

.is-open-positions .is-op-title {
    position: absolute;
    white-space: nowrap;
    font-size: 10px;
    right: 3px;
    top: 0;
    color: #bf0000;
    line-height: 1.3;
    opacity: 0.8;
    letter-spacing: 0.1em;
}

.is-open-positions .btn-group .btn:first-child {
    min-width: 167px;
    background-color: #FFF;
    background-color: #64b570;
}

    .is-open-positions .btn-group .btn:first-child:hover,
    .is-open-positions .btn-group .btn:first-child:focus {
        background-color: #f2f2f2;
        background-color: #53a65f;
    }

.is-open-positions .btn-group .btn:last-child {
    text-transform: uppercase;
    font-size: 16px;
    background-color: #e5e5e5;
    background-color: #53a65f;
    border-left-color: #428e42;
}

    .is-open-positions .btn-group .btn:last-child:hover,
    .is-open-positions .btn-group .btn:last-child:focus {
        /*color: #e51e25;*/
        background-color: #d9d9d9;
        background-color: #469953;
    }

.is-open-positions .btn-group:first-child {
    margin-right: 70px;
}

.is-open-positions .btn-group:last-child {
    margin-left: 70px;
    margin-right: 12px;
}

.is-op-img {
    text-align: center;
    padding: 0;
}

    .is-op-img > div {
        text-align: center;
        display: inline-block;
        margin: auto;
        position: relative;
    }

    .is-op-img img {
        max-width: 100%;
    }

.btn-is-op-apply,
a.btn-is-op-apply {
    position: absolute;
    right: 10px;
    top: 10px;
    text-transform: uppercase;
    font-size: 18px;
    background-color: #e5e5e5;
    color: #000;
    outline: none !important;
    border-color: #727272;
    border-radius: 4px;
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -ms-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

    .btn-is-op-apply:hover,
    .btn-is-op-apply:focus {
        color: #e51e25;
        background-color: #d9d9d9;
        border-color: #333;
    }

.mw-500-d-block {
    display: none;
}

@media (min-width: 1600px) {
    .is-open-positions .btn {
        padding: 11px 14px;
    }

    .is-open-positions .is-op-title {
        font-size: 11px;
    }
}

@media (max-width: 991px) {
    .is-open-positions {
        top: auto;
        bottom: 15px;
        width: 100%;
        display: none;
    }

        .is-open-positions .btn {
            font-size: 16px;
            padding: 9px 11px;
        }

        .is-open-positions .btn-group .btn:last-child {
            font-size: 14px;
            border-left-color: #4a974a;
        }

        .is-open-positions .btn-group .btn:first-child {
            min-width: 152px;
        }

        .is-open-positions .btn {
            border-color: #398439;
        }

    .hidden-maxw991 {
        display: none !important;
    }

    .visible-maxw991 {
        display: block !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .is-open-positions {
        bottom: 20px;
    }
}

@media (max-width: 767px) {
    .is-open-positions .btn {
        font-size: 15px;
        padding: 9px;
    }

    .is-open-positions .btn-group .btn:first-child {
        min-width: 145px;
    }

    .is-open-positions .btn-group .btn:last-child {
        font-size: 13px;
    }
}

@media (min-width: 501px) and (max-width: 640px) {
    .is-open-positions .btn-group:first-child,
    .is-open-positions .btn-group:last-child {
        margin: 10px;
    }

    .is-open-positions .btn-group:first-child {
        float: left;
    }

    .is-open-positions .btn-group:last-child {
        float: right;
    }
}

@media (max-width: 500px) {
    .is-open-positions-case .slider_caption p {
        display: none;
    }

    .is-open-positions-case .slider_caption .slider_btn {
        display: none;
    }

    .is-open-positions .btn-group:first-child,
    .is-open-positions .btn-group:last-child {
        margin: 10px;
    }

    .is-open-positions {
        bottom: 25%;
    }

    .mw-500-d-block {
        display: block;
    }

    .btn-is-op-apply,
    a.btn-is-op-apply {
        top: 40px;
    }

    .is-open-positions .btn {
        font-size: 15px;
    }

    .is-open-positions .btn-group .btn:last-child {
        font-size: 13px;
    }
}

@media (max-width: 500px) and (orientation:landscape) {
    .is-open-positions {
        bottom: 25%;
    }
}

@media (max-width: 420px) {

    .is-open-positions {
        bottom: 30%;
    }

    .is-open-positions-case .slider_caption h2 {
        white-space: nowrap;
    }
}

@media (max-width: 360px) {

    .is-open-positions {
        bottom: 20%;
    }
}

@media (max-width: 320px) {

    .is-open-positions {
        bottom: 18%;
    }
}

/*css loader*/
/*#status {
    color: #e51e25;
    font-size: 20px;
    margin: auto;
    width: 1em;
    height: 1em;
    border-radius: 50%;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    text-indent: -9999em;
    -webkit-animation: load4 1.3s infinite linear;
    animation: load4 1.3s infinite linear;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
}

@-webkit-keyframes load4 {
    0%, 100% {
        box-shadow: 0 -3em 0 0.2em, 2em -2em 0 0em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 0;
    }

    12.5% {
        box-shadow: 0 -3em 0 0, 2em -2em 0 0.2em, 3em 0 0 0, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
    }

    25% {
        box-shadow: 0 -3em 0 -0.5em, 2em -2em 0 0, 3em 0 0 0.2em, 2em 2em 0 0, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
    }

    37.5% {
        box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 0, 2em 2em 0 0.2em, 0 3em 0 0em, -2em 2em 0 -1em, -3em 0em 0 -1em, -2em -2em 0 -1em;
    }

    50% {
        box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 0em, 0 3em 0 0.2em, -2em 2em 0 0, -3em 0em 0 -1em, -2em -2em 0 -1em;
    }

    62.5% {
        box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 0, -2em 2em 0 0.2em, -3em 0 0 0, -2em -2em 0 -1em;
    }

    75% {
        box-shadow: 0em -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0.2em, -2em -2em 0 0;
    }

    87.5% {
        box-shadow: 0em -3em 0 0, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0, -2em -2em 0 0.2em;
    }
}

@keyframes load4 {
    0%, 100% {
        box-shadow: 0 -3em 0 0.2em, 2em -2em 0 0em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 0;
    }

    12.5% {
        box-shadow: 0 -3em 0 0, 2em -2em 0 0.2em, 3em 0 0 0, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
    }

    25% {
        box-shadow: 0 -3em 0 -0.5em, 2em -2em 0 0, 3em 0 0 0.2em, 2em 2em 0 0, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
    }

    37.5% {
        box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 0, 2em 2em 0 0.2em, 0 3em 0 0em, -2em 2em 0 -1em, -3em 0em 0 -1em, -2em -2em 0 -1em;
    }

    50% {
        box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 0em, 0 3em 0 0.2em, -2em 2em 0 0, -3em 0em 0 -1em, -2em -2em 0 -1em;
    }

    62.5% {
        box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 0, -2em 2em 0 0.2em, -3em 0 0 0, -2em -2em 0 -1em;
    }

    75% {
        box-shadow: 0em -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0.2em, -2em -2em 0 0;
    }

    87.5% {
        box-shadow: 0em -3em 0 0, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0, -2em -2em 0 0.2em;
    }
}*/
/*scrol to top*/
.scrollToTop, a.scrollToTop, a.scrollToTop:link, a.scrollToTop:visited {
    background-color: #e51e25;
    bottom: 40px;
    display: none;
    font-size: 32px;
    font-weight: bold;
    height: 60px;
    width: 60px;
    line-height: 53px;
    position: fixed;
    right: 50px;
    text-align: center;
    text-decoration: none;
    z-index: 9999;
    color: #fff;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    border: solid 1px #e51e25;
    border-radius: 100%;
}

    .scrollToTop:hover, .scrollToTop:focus,
    a.scrollToTop:hover, a.scrollToTop:focus, a.scrollToTop:active {
        background-color: #FFF;
        text-decoration: none;
        outline: none;
        color: #e51e25;
        height: 62px;
        width: 62px;
        bottom: 39px;
    }

/*--------------------*/
/* HEADER */
/*--------------------*/

#header {
    float: left;
    display: inline;
    width: 100%;
    position: relative;
}

/*--------.menu_area-------- */
.menu_area {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
}

.navbar-default {
    background-color: transparent;
    border-color: transparent;
    margin-top: 0;
    border-top: solid 8px #e51e25;
    padding: 14px 0px;
}

.navbar-start {
    background-color: rgba(255,255,255,1);
    -webkit-box-shadow: 0 3px 3px 0 rgba(0,0,0,0.2);
    -moz-box-shadow: 0 3px 3px 0 rgba(0,0,0,0.2);
    box-shadow: 0 3px 3px 0 rgba(0,0,0,0.2);
}

.past-main {
    background-color: rgba(255,255,255,1);
    margin-top: 0px;
    padding: 6px 0px;
    -webkit-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    border-top: solid 4px #e51e25;
}

#navbar {
    overflow-x: hidden;
}

.navbar-brand {
    color: #000 !important;
    font-size: 35px;
    font-weight: bolder;
    font-family: 'Oswald', sans-serif;
    letter-spacing: 0.04em;
    padding: 0 15px;
    height: auto;
    margin-top: -1px;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    background-color: transparent;
}

.navbar-default .navbar-nav {
    font-family: 'Oswald', sans-serif;
    letter-spacing: 0.04em;
}

    .navbar-default .navbar-nav > li > a {
        color: #000;
        font-size: 14px;
        text-transform: uppercase;
        border: solid 1px #FFF;
    }

@media (max-width:1199.98px) {
    .navbar-default .navbar-nav > li > a {
        padding: 10px 12px;
    }
}

.navbar-default .navbar-nav > li > a:hover {
    text-transform: uppercase;
}

.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
    background-color: transparent;
    color: #000;
    border: solid 1px #ddd;
}

/*--------/menu_area-------- */

.slider_area {
    float: left;
    display: inline;
    width: 100%;
    position: relative;
}

.slides-container li:before {
    content: "";
    display: block;
    position: absolute;
    height: 120px;
    background: #999;
    bottom: 0;
    width: 100%;
    -webkit-box-shadow: inset 0px 1px 0px 0px rgba(255,255,255,0.1), 0 -3px 3px 0 rgba(0,0,0,0.1);
    -moz-box-shadow: inset 0px 1px 0px 0px rgba(255,255,255,0.1), 0 -3px 3px 0 rgba(0,0,0,0.1);
    box-shadow: inset 0px 1px 0px 0px rgba(255,255,255,0.1), 0 -3px 3px 0 rgba(0,0,0,0.1);
    z-index: 12;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}

.company_info {
    display: block;
    position: absolute;
    bottom: 5px;
    z-index: 14;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    padding: 0 15px;
    margin: 0 auto;
    width: 100%;
}

    .company_info p {
        margin: 0;
        color: #FFF;
        font-size: 12px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        text-align: center;
    }

.certificate-badges {
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 50px;
    bottom: 45px;
    left: 20%;
    right: 20%;
    z-index: 1000;
    pointer-events: none;
}

    .certificate-badges .c-badge {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        min-width: 0;
        max-width: 100%;
        background: url(../Images/certificates/certificate-microsoft-exam.png) center center no-repeat;
        background-size: contain;
        -webkit-filter: grayscale(100%);
        filter: grayscale(100%);
        opacity: 0.4;
    }

        .certificate-badges .c-badge.c-space {
            min-width: 180px;
            background-image: none !important;
        }

        .certificate-badges .c-badge.c-empty {
            background-image: none !important;
        }

        .certificate-badges .c-badge.ms-partner {
            background-image: url(../Images/certificates/ms-partner-silver-badge.png);
        }

        .certificate-badges .c-badge.ms-expert {
            background-image: url(../Images/certificates/certificate-microsoft-expert.png);
        }

        .certificate-badges .c-badge.ms-fundamentals {
            background-image: url(../Images/certificates/certificate-microsoft-fundamentals.png);
        }

        .certificate-badges .c-badge.ms-associate {
            background-image: url(../Images/certificates/microsoft-certified-associate-badge.png);
        }

        .certificate-badges .c-badge.ms-exam {
            background-image: url(../Images/certificates/certificate-microsoft-exam.png);
        }

        .certificate-badges .c-badge.bcs-ux {
            background-image: url(../Images/certificates/certificate-bcs-ux.png);
        }

        .certificate-badges .c-badge.bloomreach-ux {
            background-image: url(../Images/certificates/bloomreach-developer-fundamentals-badge.png);
        }

@media (max-width:1199.98px) {
    .certificate-badges {
        left: 10%;
        right: 10%;
        bottom: 37px;
        height: 45px;
    }

        .certificate-badges .c-badge.c-space {
            min-width: 140px;
        }
}

@media (max-width:991.98px) {
    .certificate-badges {
        bottom: 33px;
        height: 40px;
    }

        .certificate-badges .c-badge.c-space {
        }
}

@media (max-width:767.98px) {
    .certificate-badges {
        left: 2%;
        right: 2%;
        bottom: 28px;
        height: 35px;
    }

        .certificate-badges .c-badge.c-space {
            min-width: 120px;
        }
}

@media (max-width:480px) {

    .certificate-badges .c-badge.c-space {
        display: none !important;
    }
}
/*@media (max-width:360px) {

    .certificate-badges .c-badge.c-space {
        min-width: 100px;
        display: none;
    }
}*/

@media (min-width:768px) {
    .company_info {
        width: 750px;
        margin-left: -375px;
        left: 50%;
        bottom: 7px;
    }

        .company_info p {
            font-size: 13px;
        }
}

@media (min-width:992px) {
    .company_info {
        width: 970px;
        margin-left: -485px;
        left: 50%;
        bottom: 9px;
    }

        .company_info p {
            font-size: 14px;
        }
}

@media (min-width:1200px) {
    .company_info {
        width: 1170px;
        margin-left: -585px;
        left: 50%;
        bottom: 11px;
    }

        .company_info p {
            font-size: 15px;
        }
}

.slides-container li img {
    max-width: none;
}

.slider_overlay {
    background: url(../Images/overlay01.png) rgba(0,0,0,0.2) 0 0 repeat;
    height: 100%;
    opacity: 1;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 9;
}

/*===SLIDER NAVIGATIONS==*/

.slides-navigation a {
    width: 100px;
    height: 100px;
}

.slides-navigation .icon-wrap {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
}

    .slides-navigation a::before,
    .slides-navigation a::after,
    .slides-navigation .icon-wrap::before,
    .slides-navigation .icon-wrap::after {
        position: absolute;
        left: 50%;
        width: 3px;
        height: 50%;
        content: '';
        -webkit-transition: -webkit-transform 0.3s;
        transition: transform 0.3s;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
    }

.slides-navigation a::before,
.slides-navigation a::after {
    background: #e51e25;
}

.slides-navigation .icon-wrap::before,
.slides-navigation .icon-wrap::after {
    z-index: 100;
    height: 0;
    background: #fff;
    -webkit-transition: height 0.3s, -webkit-transform 0.3s;
    transition: height 0.3s, transform 0.3s;
}

.slides-navigation a::before,
.slides-navigation .icon-wrap::before {
    top: 50%;
    -webkit-transform: translateX(-50%) rotate(-135deg);
    transform: translateX(-50%) rotate(-135deg);
    -webkit-transform-origin: 50% 0%;
    transform-origin: 50% 0%;
}

.slides-navigation a.next::before,
.slides-navigation a.next .icon-wrap::before {
    -webkit-transform: translateX(-50%) rotate(135deg);
    transform: translateX(-50%) rotate(135deg);
    -webkit-transform-origin: 50% 0%;
    transform-origin: 50% 0%;
}

.slides-navigation a::after,
.slides-navigation .icon-wrap::after {
    top: 50%;
    -webkit-transform: translateX(-50%) rotate(-45deg);
    transform: translateX(-50%) rotate(-45deg);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
}

.slides-navigation a.next::after,
.slides-navigation a.next .icon-wrap::after {
    -webkit-transform: translateX(-50%) rotate(45deg);
    transform: translateX(-50%) rotate(45deg);
    -webkit-transform-origin: 100% 0%;
    transform-origin: 100% 0%;
}

.slides-navigation h3 {
    position: absolute;
    top: 50%;
    margin: 0;
    color: #fff;
    text-transform: uppercase;
    font-weight: 300;
    font-weight: normal;
    font-size: 0.85em;
    opacity: 0;
    -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
    transition: transform 0.3s, opacity 0.3s;
}

.slides-navigation a h3 strong {
    font-weight: normal;
}

.slides-navigation a.prev h3 {
    left: 100%;
    -webkit-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
}

.slides-navigation a.next h3 {
    right: 100%;
    text-align: right;
    -webkit-transform: translateY(-50%) translateX(50%);
    transform: translateY(-50%) translateX(50%);
}

.slides-navigation a:hover .icon-wrap::before,
.slides-navigation a:hover .icon-wrap::after {
    height: 50%;
}

.slides-navigation a:hover::before,
.slides-navigation a:hover .icon-wrap::before {
    -webkit-transform: translateX(-50%) rotate(-125deg);
    transform: translateX(-50%) rotate(-125deg);
}

.slides-navigation a.next:hover::before,
.slides-navigation a.next:hover .icon-wrap::before {
    -webkit-transform: translateX(-50%) rotate(125deg);
    transform: translateX(-50%) rotate(125deg);
}

.slides-navigation a:hover::after,
.slides-navigation a:hover .icon-wrap::after {
    -webkit-transform: translateX(-50%) rotate(-55deg);
    transform: translateX(-50%) rotate(-55deg);
}

.slides-navigation a.next:hover::after,
.slides-navigation a.next:hover .icon-wrap::after {
    -webkit-transform: translateX(-50%) rotate(55deg);
    transform: translateX(-50%) rotate(55deg);
}

.slides-navigation a:hover h3 {
    opacity: 1;
    -webkit-transform: translateY(-50%) translateX(0);
    transform: translateY(-50%) translateX(0);
}

/*===SLIDER CAPTION===*/

.slider_caption {
    margin-top: 12%;
    padding: 0 13%;
    position: relative;
    text-align: center;
    text-align: left; /*VS*/
    z-index: 999;
}

.slider_caption_icon {
    color: #fff;
    font-size: 200px;
    line-height: 100%;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    margin: auto;
    text-align: center;
    vertical-align: middle;
    width: 100%;
    height: 100%;
}
    /*VS*/
    .slider_caption_icon img {
        width: 100% !important;
        max-width: 389px !important;
        height: 100% !important;
        max-height: 302px;
        left: auto !important;
        position: relative !important;
        top: auto !important;
        z-index: auto !important;
        text-align: center;
        vertical-align: middle;
        margin: auto;
    }
/*VS*/
#slides {
    min-height: 680px;
}

.slider_caption > h2, .slider_caption h2 /*VS*/ {
    color: #ffffff;
    font-size: 65px;
    font-size: 36px; /*VS*/
    font-weight: 700;
    line-height: 76px;
    line-height: 42px; /*VS*/
    margin: 0 auto 10px;
    padding-bottom: 8px;
    text-align: center;
    text-align: left; /*VS*/
    text-transform: uppercase;
    width: 90%;
    width: auto; /*VS*/
}

.slider_caption > p, .slider_caption p /*VS*/ {
    color: #ffffff;
    font-size: 18px;
}

.slider_caption > a {
    margin-top: 30px;
}

.slider_btn, a.slider_btn,
a.slider_btn:link, a.slider_btn:visited {
    padding: 5px 15px;
    border: 1px solid #fff;
    color: #fff;
    font-size: 20px;
    display: inline-block;
    text-transform: uppercase;
    margin-top: 15px;
}

    .slider_btn:hover, .slider_btn:focus,
    a.slider_btn:hover, a.slider_btn:active, a.slider_btn:focus {
        text-decoration: none;
        color: #fff;
        background-color: rgba(0,0,0,0.6);
    }

.slider_caption a.slider_btn {
    margin-right: 2%;
}

    .slider_caption a.slider_btn:last-child {
        margin-right: 0;
    }
/*--------------------*/
/* DEFAULT SECTION */
/*--------------------*/

#default {
    display: inline;
    float: left;
    padding: 80px 0 150px;
    width: 100%;
}

/*--------------------*/
/* ABOUT SECTION */
/*--------------------*/

#about {
    display: inline;
    float: left;
    width: 100%;
    padding: 80px 0px;
    padding: 80px 0 0 0;
}

.about_area {
    float: left;
    display: inline;
    width: 100%;
    min-height: 200px;
}

.heading {
    float: left;
    display: inline;
    width: 100%;
}

    .heading h2 {
        display: inline-block;
        margin-bottom: 35px;
        padding-bottom: 10px;
        padding-right: 50px;
        font-size: 36px;
        line-height: 40px;
    }

        .heading h2.subtitle {
            font-size: 30px;
            margin-bottom: 1em;
            padding-bottom: 0.166em;
            padding-right: initial;
            line-height: 1;
            border-bottom: 0 !important;
        }

    .heading p {
        font-size: 18px;
        line-height: 28px;
        font-weight: 300;
    }

.sub-heading {
    display: block;
    margin: 0 0 25px 0;
}

    .sub-heading h3 {
        color: #1a1a1a;
        text-transform: uppercase;
        font-weight: 600;
        font-size: 30px;
        margin: 0 0 1em 0;
        padding-bottom: 0.166em;
        padding-right: initial;
        line-height: 1;
        border-bottom: 0 !important;
    }

    .sub-heading h3 {
        font-size: 24px;
        margin-bottom: 0.5em;
    }

    .sub-heading p {
        font-size: 18px;
        line-height: 1.4em;
        font-weight: 300;
    }

.about_content {
    float: left;
    display: inline;
    width: 100%;
    padding: 30px 0px 50px 0px;
}

.about_featured, .about_elance {
    float: left;
    display: inline;
    width: 100%;
}

.elance_widget {
    text-align: center;
}

@media (max-width:991.98px) {
    .certification {
        margin-top: 40px;
    }
}

@media (max-width:767.98px) {
    .certification {
        margin-top: 50px;
    }
}

@media (max-width:480px) {
    .certification {
        margin-top: 40px;
    }
}

@media (min-width:1200px) {
    .certification > .row > [class*="col-"]:first-child {
        padding-right: 7px;
    }

    .certification > .row > [class*="col-"]:last-child {
        padding-left: 7px;
    }
}

@media (max-width:991.98px) and (min-width:768px) {
    .certification > .row > [class*="col-"]:first-child {
        padding-right: 7px;
    }

    .certification > .row > [class*="col-"]:last-child {
        padding-left: 7px;
    }
}

.btn-certificate, a.btn-certificate {
    display: block;
    background-color: #fff;
    white-space: normal;
    padding: 6px 6px 6px 70px;
    font-size: 16px;
    color: #333;
    border-radius: 0;
    -webkit-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
    position: relative;
    -webkit-box-shadow: 0 0 7px 0 rgba(0,0,0,0.1);
    box-shadow: 0 0 7px 0 rgba(0,0,0,0.1);
    text-align: left;
    margin-bottom: 14px;
    min-height: 80px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: flex-start;
}

    .btn-certificate::after {
        content: "";
        display: block;
        position: absolute;
        bottom: 0;
        height: 3px;
        background-color: #e51e25;
        left: 50%;
        right: 50%;
        -webkit-transition: all 0.25s ease;
        -o-transition: all 0.25s ease;
        transition: all 0.25s ease;
        -webkit-transition-delay: 0.25s;
        -o-transition-delay: 0.25s;
        transition-delay: 0.25s;
    }

    .btn-certificate > img {
        position: absolute;
        width: auto;
        height: 70%;
        left: 65px;
        top: 50%;
        transform: translateY(-50%);
    }

@media (max-width:480px) {
    .btn-certificate > img {
        width: 60%;
        height: auto;
    }
}

@media (max-width:400px) {
    .btn-certificate > img {
        width: 70%;
    }
}

@media (max-width:280px) {
    .btn-certificate > img {
        width: 60%;
        left: 70px;
    }
}

.btn-certificate .txt-sub {
    display: block;
    font-size: 14px;
    color: #5e5e5e;
}

.btn-certificate > .icon {
    position: absolute;
    left: 5px;
    top: 7px;
    bottom: 7px;
    width: 55px;
    background: url(../Images/certificates/certificate-microsoft-exam.png) center 3px no-repeat;
    background-size: contain;
}

.btn-certificate.ms-partner > .icon {
    background-image: url(../Images/certificates/microsoft-logo.png);
}

.btn-certificate.ms-expert > .icon {
    background-image: url(../Images/certificates/certificate-microsoft-expert.png);
}

.btn-certificate.ms-fundamentals > .icon {
    background-image: url(../Images/certificates/certificate-microsoft-fundamentals.png);
}

.btn-certificate.ms-associate > .icon {
    background-image: url(../Images/certificates/microsoft-certified-associate-badge.png);
}

.btn-certificate.ms-exam > .icon {
    background-image: url(../Images/certificates/certificate-microsoft-exam.png);
}

.btn-certificate.bcs-ux > .icon {
    background-image: url(../Images/certificates/certificate-bcs-ux.png);
}

.btn-certificate.bloomreach-ux > .icon {
    background-image: url(../Images/certificates/bloomreach-developer-fundamentals-badge.png);
}

.btn-certificate.pmi-exam > .icon {
    background-image: url(../Images/certificates/PMI-ACP.png);
}

.btn-certificate:hover, a.btn-certificate:hover {
    color: #000;
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-box-shadow: 0 0 15px 0 rgba(0,0,0,0.2);
    box-shadow: 0 0 15px 0 rgba(0,0,0,0.2);
    z-index: 987;
}

    .btn-certificate:hover::after {
        left: 0;
        right: 0;
    }

    .btn-certificate:hover > span.txt-sub {
        color: #545454;
    }

@media (max-width: 991px) {
    .btn-certificate:hover {
        -webkit-transform: scale(1.05) !important;
        -ms-transform: scale(1.05) !important;
        transform: scale(1.05) !important;
    }

    .elance_widget {
        margin-top: 20px;
    }

    .about_elance {
        margin-top: 40px;
    }
}

.ms_partner_holder {
    text-align: center;
    padding-bottom: 25px;
}

    .ms_partner_holder img {
        border: solid 1px #dedede;
    }

.about_featured .panel-collapse .panel-body {
    font-size: 16px;
}

.panel-group .panel {
    border-radius: 0;
    margin-bottom: 0px;
    box-shadow: none;
    background-color: transparent;
}

    .panel-group .panel + .panel {
        margin-top: 0;
    }

.panel-default {
    border-color: transparent;
}

    .panel-default > .panel-heading {
        background-color: transparent;
        color: #333;
        border: 0 none !important;
        padding: 5px 15px;
    }

.panel-title {
    border-bottom: 1px solid #ccc;
    color: #222;
    font-family: 'Oswald', sans-serif;
    letter-spacing: 0.04em;
    font-size: 20px;
    font-weight: 400;
    text-transform: uppercase;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

    .panel-title a {
        display: block;
        text-decoration: none;
        padding-bottom: 10px;
    }

.panel-default .in {
    padding-left: 10px;
    margin-left: 20px;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.panel-title a span {
    margin-right: 5px;
}

.panel-body {
    border-top-color: transparent !important;
    padding: 0px 15px;
    margin: 10px 0px;
}

.about_featured .panel-title a {
    color: #000;
}

    .about_featured .panel-title a:hover {
        color: #000;
    }

    .about_featured .panel-title a span {
        color: #000;
    }

    .about_featured .panel-title a.collapsed {
        color: #e51e25;
    }

        .about_featured .panel-title a.collapsed span {
            color: #e51e25;
        }

.about_slider {
    float: left;
    display: inline;
    width: 100%;
}

.single_item {
    float: left;
    display: inline;
    width: 100%;
    height: 100%;
}

    .single_item a {
        position: relative;
        display: inline-block;
        max-width: 100%;
    }

        .single_item a:after {
            content: "";
            display: block;
            position: absolute;
            left: 0;
            top: 0;
            width: 100%;
            height: 100%;
            z-index: 810;
            background: url(../Images/overlay01.png) transparent 0 0 repeat;
            zoom: 1;
            filter: alpha(opacity=40);
            opacity: 0.4;
        }

    .single_item img {
        max-width: 100%;
    }

.about_slider .slick-dots li button:before {
    content: "•";
    font-size: 28px;
}

.about_slider .slick-dots li.slick-active button:before {
    opacity: 0.75;
}

.skills_area {
    float: left;
    display: inline;
    width: 100%;
    min-height: 350px;
    padding: 85px 0px;
    background-image: url(../Images/bg_skills2.jpg);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    position: relative;
    background-position: center;
    background-attachment: fixed;
}

.skills {
    position: relative;
    z-index: 999;
}

.heading h3 {
    color: #fff;
    display: inline-block;
    float: left;
    font-size: 36px;
    margin: 0 0 40px;
    padding-bottom: 10px;
    text-transform: uppercase;
    font-weight: bold;
    line-height: 40px;
}

.heading h4 {
    color: #333333;
    display: block;
    font-size: 23px;
    margin-top: -20px;
    margin-bottom: 40px;
    font-weight: 400;
}

div[data-dimension] {
    float: none;
    margin: 0 auto;
}

.circle-text {
    color: #fff;
}

.single_skill {
    float: left;
    display: block;
    width: 100%;
    text-align: center;
}

    .single_skill svg.circliful .timer {
        dominant-baseline: text-after-edge;
        text-shadow: 1px 1px 5px rgba(0,0,0,0.3);
        fill: #e5e5e5;
    }

    .single_skill > h4 {
        color: #ffffff;
        font-size: 20px;
        font-weight: bold;
        margin-top: -10px;
        margin-bottom: -20px;
        text-shadow: 1px 1px 5px rgba(0,0,0,0.2);
    }

/*--------------------*/
/* SERVICE SECTION */
/*--------------------*/

#service {
    display: inline;
    float: left;
    padding: 80px 0 70px;
    width: 100%;
}

.service_area {
    float: left;
    display: inline;
    width: 100%;
    margin-top: 30px;
}

.single_service {
    display: inline;
    float: left;
    width: 100%;
    padding: 0px 35px;
    margin-bottom: 40px;
}

    .single_service p {
        font-size: 15px;
    }

.service_iconarea {
    text-align: center;
    margin-bottom: 10px;
}

.service_icon {
    border-radius: 100%;
    color: #fff;
    font-size: 72px;
    height: 150px;
    line-height: 120px;
    padding: 15px 0;
    width: 150px;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.single_service > h2 {
    text-align: center;
}

    .single_service > h2 span {
        border-radius: 100%;
        color: #fff;
        height: 150px;
        line-height: 120px;
        padding: 15px 0;
        width: 150px;
    }

.single_service .service_title {
    margin: 20px 0 20px;
    padding-bottom: 10px;
    position: relative;
    text-align: center;
    text-transform: uppercase;
}

.single_service > .service_title:after {
    bottom: 0;
    content: "";
    height: 3px;
    left: 40%;
    position: absolute;
    width: 100px;
}



/*--------------------*/
/* TECHNOLOGIES SECTION */
/*--------------------*/

#technologies {
    background: none repeat scroll 0 0 #e5e5e5;
    display: inline;
    float: left;
    padding: 80px 0 65px 0;
    width: 100%;
}

    #technologies > .container-fluid {
        padding-left: 50px;
    }

@media (min-width:1501px) {
    #technologies > .container-fluid {
        padding-left: 70px;
    }
}

@media (max-width:1199px) {
    body #technologies > .container {
        max-width: 100% !important;
        width: auto !important;
    }

    #technologies > .container-fluid {
        padding-left: 15px;
    }
}

@media (max-width:1199px) and (min-width:768px) {
    #technologies > .container {
        padding-right: 70px;
    }
}


.technologies_area {
    display: inline;
    float: left;
    margin-top: 40px;
    width: 100%;
}

.tech-logos-group {
    margin-bottom: 10px;
}

@media (min-width:768px) {
    .tech-logos-group {
        margin-bottom: 5px;
    }

    .tech-logos-row .row {
        margin-right: -5px;
        margin-left: -5px;
    }

    .tech-logos-row [class*="col-"] {
        padding-right: 5px;
        padding-left: 5px;
    }
}

@media (max-width:767px) {

    .tech-logos-row [class*="col-"] .tech-logo:first-child {
        padding-right: 5px;
    }

    .tech-logos-row [class*="col-"] .tech-logo:last-child {
        padding-left: 5px;
    }
}

.tech-logo {
    height: 100%;
    margin-bottom: 10px;
}

    .tech-logo .tooltip {
        top: -20px !important;
    }

    .tech-logo > img {
        height: auto;
        width: 100%;
        -webkit-transition: all 0.2s ease;
        -o-transition: all 0.2s ease;
        transition: all 0.2s ease;
        position: relative;
    }

        .tech-logo > img:hover {
            -webkit-transform: scale(1.2);
            -ms-transform: scale(1.2);
            transform: scale(1.2);
            -webkit-box-shadow: 0 0 10px 0 rgba(0,0,0,0.1);
            box-shadow: 0 0 10px 0 rgba(0,0,0,0.1);
            z-index: 987;
        }

    .tech-logo.title h3 {
        margin: 0;
        white-space: nowrap;
    }

@media (max-width:1199.98px) and (min-width:1030.98px) {
    .tech-logo.title h3 {
        font-size: 22px;
    }
}

@media (max-width:1030px) and (min-width:821px) {
    .tech-logo.title h3 {
        font-size: 18px;
    }
}

@media (max-width:820px) and (min-width:768px) {
    .tech-logo.title h3 {
        font-size: 15px;
    }
}

@media (min-width:992px) {
    .tech-logo.title {
        padding-top: 15px;
    }
}

@media (min-width:850px) {
    .tech-logo.title {
        padding-top: 10px;
    }
}

@media (min-width:768px) {
    .tech-logo.title {
        padding-top: 5px;
    }
}

/* Pop */
@-webkit-keyframes hvr-pop {
    50% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }
}

@keyframes hvr-pop {
    50% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }
}


/*--------------------*/
/* Works SECTION */
/*--------------------*/
#works {
    background-color: #4f535e;
    background-color: #4d4d4d; /*VS*/
    display: inline;
    float: left;
    padding: 50px 0 80px 0;
    width: 100%;
}

.counter_section {
    /*background-image: url("../Images/works_counterbg.jpg");*/
    background-image: url("../Images/bg_milestone_works.jpg");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    display: inline;
    float: left;
    min-height: 350px;
    padding: 80px 0;
    position: relative;
    width: 100%;
    background-position: center; /*VS*/
    background-attachment: fixed; /*VS*/
}

.counter_area {
    position: relative;
    z-index: 999;
}

.counter {
    padding: 20px 0;
    border-radius: 5px;
}

.count-title {
    color: #fff;
    font-size: 45px;
    font-weight: bold;
    margin-bottom: 0;
    margin-top: 15px;
    text-align: center;
}

.count-text {
    color: #fff;
    font-size: 18px;
    margin-bottom: 0;
    margin-top: 10px;
    text-align: center;
    text-transform: uppercase;
}

.fa-2x {
    display: table;
    float: none;
    margin: 0 auto;
    font-size: 40px;
}

.portfolio_area {
    background: none repeat scroll 0 0 #4f535e;
    background-color: #4d4d4d; /*VS*/
    color: #fff;
    display: inline;
    float: left;
    padding-top: 30px;
    width: 100%;
}

    .portfolio_area h2 {
        color: #fff;
    }

.portfolio_gallery {
    float: left;
    display: inline;
    width: 100%;
}

.wagwep-container ul#portfolio-filter {
    border-bottom: medium none;
    margin-top: 25px;
    text-align: center;
}

    .wagwep-container ul#portfolio-filter a {
        background: none repeat scroll 0 center rgba(0, 0, 0, 0);
        border: 1px solid #fff;
        border-radius: 0;
        color: #fff;
        font-weight: bold;
        margin: 0 10px 10px 0;
        padding: 6px 12px;
        text-decoration: none;
        text-transform: uppercase;
        -webkit-transition: all 0.5s;
        -o-transition: all 0.5s;
        transition: all 0.5s;
    }

        .wagwep-container ul#portfolio-filter a:hover {
            color: #fff;
        }

.og-grid li a figure span {
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    color: rgba(255, 255, 255, 0.9);
    display: block;
    font-weight: normal;
    margin: 40% 20px 20px;
    padding: 10px 0;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
    text-transform: uppercase;
}

.wagwep-container ul#portfolio-filter li {
    display: inline-block;
    float: none;
}

.og-close {
    right: 30px;
    z-index: 10;
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -ms-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

    .og-close:hover {
        -webkit-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        transform: rotate(180deg);
    }

    .og-close::before,
    .og-close::after {
        height: 2px;
    }

.og-details h3 {
    font-weight: normal;
    font-size: 26px;
}

.og-details a.link-button {
    padding: 8px 12px;
    background-color: #454545;
    background-image: none;
    border: 0;
    text-shadow: none;
    color: #b3b3b3 !important;
    cursor: pointer !important;
    font-size: 17px;
    font-weight: normal;
    white-space: normal;
}

/*.og-details a::before {
	content: '\2192';
	display: inline-block;
	margin-right: 5px;
}*/

.og-details a:hover {
    background-color: #606060;
    background-image: none;
    text-decoration: none;
    color: #FFF !important;
}



/*--------------------*/
/* TEAM SECTION */
/*--------------------*/

#team {
    float: left;
    display: inline;
    width: 100%;
    padding: 80px 0px;
}

.team_area {
    float: left;
    display: inline;
    width: 100%;
}

.team_slider {
    float: left;
    display: inline;
    width: 100%;
}

    .team_slider .slick-next, .team_slider .slick-prev {
        height: 40px;
    }

.single_team {
    border: 1px solid #ccc;
    /*border-radius: 5px;*/
    display: inline;
    float: left;
    padding: 25px 15px;
    text-align: center;
    width: 100%;
    background-color: #FFF;
}

.team_img {
    float: left;
    display: block;
    width: 100%;
}

    .team_img > img {
        border-radius: 100%;
        height: 150px;
        margin: 0 auto 15px;
        width: 150px;
    }

.single_team h5 {
    color: #555;
    font-weight: bold;
    margin-bottom: 0;
    margin-top: 18px;
    text-transform: uppercase;
    font-size: 17px;
}

.single_team span {
    display: inline-block;
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.single_team p {
    line-height: 26px;
}

.team_social {
    float: left;
    display: inline;
    width: 100%;
    margin-top: 10px;
}

    .team_social a {
        color: #fff;
        font-size: 18px;
        display: inline-block;
        background: #ccc;
        width: 35px;
        height: 35px;
        line-height: 35px;
        border-radius: 50%;
        -webkit-transition: all 0.5s;
        -o-transition: all 0.5s;
        transition: all 0.5s;
    }

.slick-active, .slick-cloned {
    cursor: move;
}

/*--------------------*/
/* PRICING SECTION */
/*--------------------*/

#pricing {
    background: none repeat scroll 0 0 #e5e5e5;
    display: inline;
    float: left;
    padding: 80px 0;
    width: 100%;
}

.pricing_area {
    display: inline;
    float: left;
    margin-top: 30px;
    width: 100%;
}

.single_price {
    display: inline;
    float: left;
    text-align: center;
    width: 100%;
    border: 1px solid #ccc;
    background: #fff;
    padding: 5px 0px;
    position: relative;
}

    .single_price .fa {
        position: absolute;
        right: 12px;
        top: 10px;
        color: #999999;
        font-size: 30px;
    }

    .single_price > h3 {
        font-size: 24px;
        font-weight: 700;
        line-height: 80px;
        margin: 0px;
        text-transform: uppercase;
    }

.heading .single_price h3 {
    font-size: 24px;
    line-height: 80px;
    margin: 0px;
    float: none;
    display: block;
    color: #000;
    padding-bottom: 0;
}

.heading .business_price h3 {
    color: #fff;
}

.heading .pricing_area {
    float: none;
    display: block;
    width: auto;
    margin: 10px 0;
}

.single_price .price {
    color: #fff;
    padding: 15px 0;
}

    .single_price .price > h4 {
        font-size: 50px;
        font-weight: 700;
        line-height: 50px;
        margin: 0px 0px 5px;
    }

    .single_price .price > span {
        font-size: 15px;
    }

.price_features {
    padding: 10px 25px;
}

    .price_features li {
        border-bottom: 1px solid #f2f2f2;
        display: block;
        font-size: 15px;
        line-height: 18px;
        padding: 10px 0;
        text-transform: uppercase;
    }

.price_btn {
    color: #fff !important;
    display: inline-block;
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 20px;
    margin-top: 10px;
    padding: 10px 20px;
    text-transform: uppercase;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

    .price_btn:hover {
        text-decoration: none;
        outline: none;
        background-color: #fff;
    }

.business_price {
    border: 1px solid #fff;
    color: #ffffff;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.1);
}

    .business_price .price_btn {
        border-color: #ffffff;
        background-color: #ffffff;
    }

    .business_price .price_features li {
        border-bottom-color: rgba(255,255,255,0.2);
    }

/*--------------------*/
/* LOGIN SECTION */
/*--------------------*/
#login {
    float: left;
    display: inline;
    width: 100%;
    padding: 80px 0px;
}

    #login .submit_btn {
        margin-top: 20px;
    }

.login_content {
    display: inline;
    float: left;
    margin-top: 50px;
    width: 100%;
}

.remember_me {
    padding-top: 10px;
    margin-bottom: 0;
    text-align: center;
}

/*--------------------*/
/* Products SECTION */
/*--------------------*/
#products {
    float: left;
    display: inline;
    width: 100%;
    padding: 80px 0px;
}

.sub-section {
    border: solid 1px #cccccc;
    -webkit-box-shadow: 1px 1px 10px 0 rgba(0,0,0,0.1);
    box-shadow: 1px 1px 10px 0 rgba(0,0,0,0.1);
    padding: 5px 5px 15px 5px;
    margin: 0 0 35px 0;
    background-color: #fcfcfc;
    transition: all 0.2s ease;
    font-size: 18px;
}

    .sub-section.project-menu {
        margin-bottom: 45px;
    }

    .sub-section:hover {
        border-color: #b3b3b3;
    }

    .sub-section:last-child {
        margin: 0;
    }

.description-holder {
    padding-top: 5px;
    text-align: justify;
}

    .description-holder .btn-holder {
        margin-top: 20px;
        margin-bottom: 25px;
    }

        .description-holder .btn-holder.url-link {
            margin-top: 10px;
            margin-bottom: 20px;
        }

        .description-holder .btn-holder .bs-google {
            float: right;
        }

@media (min-width:992px) {
    .description-holder {
        padding-top: 20px;
        padding-right: 40px;
        padding-bottom: 60px;
    }

        .description-holder .btn-holder {
            position: absolute;
            padding-right: 55px;
            width: 100%;
            bottom: 0;
            margin-bottom: 15px;
        }

            .description-holder .btn-holder.url-link {
                margin-bottom: 19px;
            }
}

@media (max-width:991px) {
    .sub-section {
        padding: 5px 5px 25px 5px;
    }
}

@media (max-width:420px) {
    .description-holder .btn-holder {
        text-align: center;
    }

    .description-holder .btn-store {
        margin: 0 5px 15px 5px;
    }

    .description-holder .btn-holder .bs-google {
        float: none;
    }

    .description-holder .btn-holder {
        margin-bottom: 10px;
    }
}

.sub-section h2.subtitle {
    margin-top: 20px;
    margin-bottom: 10px;
    background-color: #000;
    color: #FFF;
    padding: 8px 12px;
    margin-left: -35px;
    border-left: solid 30px #e51e25;
    min-width: 62%;
}

.project-logo {
    width: 100%;
    max-width: 135px;
    height: auto;
    margin: 2em auto;
}

.project-website, .project-website:link, .project-website:visited, .project-note {
    display: block;
    margin: -0.5em auto 1em auto;
    text-decoration: none;
    color: #a1a1a1;
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    color: #a1a1a1;
}

    .project-website:hover {
        text-decoration: none;
        color: #333;
    }

.more-info-holder {
    min-height: 100px;
}

    .more-info-holder > a {
        position: absolute;
        left: -5px;
        right: -5px;
        top: -5px;
        bottom: -15px;
        background-color: lightgray;
        background-position: center top;
        background-repeat: no-repeat;
        background-size: cover;
    }

        .more-info-holder > a::after {
            display: block;
            content: "";
            position: absolute;
            left: 0;
            right: 0;
            bottom: 0;
            top: 0;
            background-color: rgba(0,0,0,0);
            pointer-events: none;
            transition: all 0.3s ease;
        }

    .more-info-holder:hover > a::after {
        background-color: rgba(0,0,0,0.1);
    }

    .more-info-holder > a .btn-red {
        position: absolute;
        right: 20px;
        bottom: 20px;
        z-index: 5;
    }

.sub-section.project-menu .more-info-holder > a .btn-red {
    right: auto;
    left: 20px;
}

@media (max-width:991px) {
    .more-info-holder {
        min-height: 300px;
    }

        .more-info-holder > a {
            bottom: -25px;
        }
}

.project-bps .more-info-holder > a {
    background-image: url("../Images/projects/bps-ipad-white.jpg");
}

.project-kids-numbers .more-info-holder > a {
    background-image: url("../Images/projects/kids-numbers-droid-tablet.jpg");
}

.project-belex-ticker .more-info-holder > a {
    background-image: url("../Images/projects/belex-ticker-droid-tablet.jpg");
}

.project-hairstylist .more-info-holder > a {
    background-image: url("../Images/projects/projects-description-image-hairstylist.jpg");
}

.project-menu .more-info-holder > a {
    background-image: url("../Images/projects/projects-description-image-isolutions-menu.jpg");
}

.project-menu .project-logo {
    margin-top: 1rem;
    margin-bottom: 1rem;
}

@media (min-width:1200px) {
    .project-menu .more-info-holder > a {
        background-position: right top;
    }
}

@media (min-width:768px) {
    .project-menu .project-logo {
        margin-top: 3rem;
        margin-bottom: 3rem;
    }
}

@media (max-width:991.98px) {
    .project-menu .more-info-holder > a {
        background-position: center top;
    }
}

.project-isolnft .more-info-holder > a {
    background-image: url("../Images/projects/projects-description-image-isolutions-nft.jpg");
}

@media (max-width:991.98px) {
    .project-isolnft .more-info-holder {
        min-height: 260px;
    }
}

@media (max-width:991.98px) and (min-width:768px) {
    .project-isolnft .more-info-holder > a {
        background-position: center center;
    }
}

.project-isolnft-gen .more-info-holder > a {
    background-image: url("../Images/projects/projects-description-image-online-nft-generator.jpg");
}

.project-isolnft-gen .project-logo {
    max-width: 170px;
}

@media (min-width:992px) {
    .project-isolnft-gen .more-info-holder > a {
        background-size: 100% 100%;
    }
}

@media (max-width:420px) {
    .project-isolnft-gen .more-info-holder > a {
        background-size: 100% 100%;
    }
}

@media (max-width:360px) {
    .project-isolnft-gen .more-info-holder {
        min-height: 200px;
    }
}

@media (min-width:768px) {
    .project-isolnft-gen .project-logo {
        margin-top: 0.5rem;
        margin-bottom: 2rem;
    }
}

.btn-store {
    background-color: #FFF;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    border: solid 1px #e51e25;
    width: 160px;
    height: 50px;
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    display: inline-block;
    position: relative;
    overflow: hidden;
    padding: 0;
    color: #e51e25;
}

    .btn-store .svg-icon {
        width: 94%;
        height: 94%;
        fill: #e51e25;
        position: absolute;
        left: 0;
        bottom: 0;
    }

    .btn-store span {
        position: absolute;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        top: 4px;
        font-size: 11px;
        text-transform: uppercase;
        -webkit-transition: all 0.2s ease;
        -o-transition: all 0.2s ease;
        transition: all 0.2s ease;
    }

    .btn-store:hover {
        color: #000;
        border-color: #000;
        -webkit-box-shadow: 0 0 0 5px rgba(0,0,0,0.16);
        box-shadow: 0 0 0 5px rgba(0,0,0,0.16);
    }

        .btn-store:hover .svg-icon {
            fill: #000;
        }

    .btn-store:active {
        -webkit-box-shadow: 0 0 0 7px rgba(0,0,0,0.15);
        box-shadow: 0 0 0 7px rgba(0,0,0,0.15);
    }

        .btn-store:active .svg-icon {
            -webkit-transform: scale(0.95);
            -ms-transform: scale(0.95);
            transform: scale(0.95);
            -webkit-transition: all 0.1s ease;
            -o-transition: all 0.1s ease;
            transition: all 0.1s ease;
        }


/*--------------------*/
/* eTaxAssistant SECTION */
/*--------------------*/
#etax {
    float: left;
    display: inline;
    width: 100%;
    padding: 80px 0px;
}

.etax_content {
    display: inline;
    float: left;
    margin-top: 50px;
    width: 100%;
}

.etax_row [class^="col-"] .etax_image_link, .etax_row [class*=" col-"] .etax_image_link {
    margin-bottom: 20px;
    text-align: center;
}

.etax_row [class^="col-"] img, .etax_row [class*=" col-"] img {
    max-width: 100%;
}

.etax_row img.icon {
    vertical-align: bottom;
}

.etax_image_link a {
    display: inline-block;
    max-width: 100%;
    background: url("../Images/overlay01.png") #e51e25 repeat 0 0;
}

    .etax_image_link a img {
        border: solid 1px #5e5e5e;
        -webkit-transition: all .3s ease-out;
        -moz-transition: all .3s ease-out;
        -o-transition: all .3s ease-out;
        transition: all .3s ease-out;
    }

    .etax_image_link a:hover img, .etax_image_link a:active img {
        border-color: #1a1a1a;
        opacity: 0.6;
    }

.etax_row p {
    font-size: 18px;
}

.etax_row h4 {
    margin: 0 0 5px 0;
}

.etax_banner img {
    margin-top: -30px;
}

.etax_video_row {
    margin-top: 10px;
    text-align: center;
}

    .etax_video_row h3 {
        text-align: left;
        margin-bottom: 20px;
    }

a.etax_download_link {
    display: inline-block;
    padding: 8px 10px 10px 10px;
    background: #1a1a1a;
    color: #FFF;
    position: relative;
    padding-right: 70px;
    text-align: left;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    border: solid 1px #FFF;
    max-width: 100%;
}

a.edl_w7 {
    background: #e51e25;
}

a.etax_download_link:hover {
    text-decoration: none;
    background-color: #FFF;
    color: #1a1a1a;
    border-color: #1a1a1a;
}

a.edl_w7:hover {
    color: #e51e25;
    border-color: #e51e25;
}

a.etax_download_link strong {
    font-size: 17px;
    display: inline-block;
    padding-bottom: 3px;
}

a.etax_download_link .fa-download {
    font-size: 50px;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -25px;
    width: 70px;
    text-align: center;
}

.etax_youtube_frame {
    width: 100%;
    min-height: 257px;
    max-height: 297px;
}

/*--------------------------------------------------------------
# Social Links
--------------------------------------------------------------*/
.social-links a {
    font-size: 18px;
    display: inline-block;
    background: #b3b3b3;
    color: #fff;
    fill: #fff;
    line-height: 36px;
    padding: 0;
    margin-right: 10px;
    border-radius: 50%;
    text-align: center;
    width: 36px;
    height: 36px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    position: relative;
    overflow: auto;
    vertical-align: middle;
}

    .social-links a:last-child {
        margin-right: 0;
    }

    .social-links a i {
        display: inline-block;
    }

    .social-links a .svg-icon {
        width: 14px;
        position: absolute;
        top: 50%;
        left: 50%;
        fill: #fff;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }

    .social-links a:hover {
        background: #828a03;
        color: #fff;
        text-decoration: none;
    }


.btn-base, .get-started-btn, .btn-primary, .secondary-btn-outline, .primary-btn-outline, .download-btn, .btn-accent {
    font-weight: 500;
    font-size: 18px;
    display: inline-block;
    padding: 8px 24px 8px 46px;
    border-radius: 3px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    color: #fff;
    position: relative;
    border: 0;
    /*white-space:nowrap;*/
}

    .btn-base:hover, .get-started-btn:hover, .btn-primary:hover, .secondary-btn-outline:hover, .primary-btn-outline:hover, .download-btn:hover, btn-accent:hover {
        color: #fff;
    }

    .btn-base.btn-rounded, .btn-rounded.get-started-btn, .btn-rounded.btn-primary, .btn-rounded.secondary-btn-outline, .btn-rounded.primary-btn-outline, .btn-rounded.download-btn, .btn-rounded.btn-accent {
        border-radius: 5rem !important;
        -webkit-border-radius: 5rem !important;
        -moz-border-radius: 5rem !important;
    }

.btn-big {
    padding: 12px 24px;
    font-size: 1.1em;
    letter-spacing:0.02em;
}

    .btn-big.btn-ico-l, .btn-big.btn-ico-l:hover {
        padding-left: 52px !important;
    }

    .btn-big.btn-ico-l [class^="fa"] {
        left: 20px !important;
    }

    .btn-outline-base, .secondary-btn-outline, a.secondary-btn-outline, .primary-btn-outline {
        border: solid 2px #666666;
        background: transparent;
        color: #666666;
        font-weight: 600;
        border-radius: 5rem;
        text-decoration: none !important;
    }

    .btn-outline-base:hover, .secondary-btn-outline:hover, .primary-btn-outline:hover {
        border-color: #404040;
        background: transparent;
        color: #404040;
    }

    .btn-outline-base.btn-rounded, .btn-rounded.secondary-btn-outline, .btn-rounded.primary-btn-outline {
        border-radius: 5rem;
        -webkit-border-radius: 5rem;
        -moz-border-radius: 5rem;
    }

.primary-btn-outline {
    border-color: #828a03;
    color: #828a03 !important;
    text-decoration: none !important;
}

    .primary-btn-outline:hover {
        border-color: #355700;
        color: #355700 !important;
    }

.btn-ico-l {
    position: relative;
}

    .btn-ico-l, .btn-ico-l:hover, .btn-ico-l:active, .btn-ico-l:focus {
        padding-left: 46px !important;
    }

        .btn-ico-l [class^=fa], .btn-ico-l .svg-icon {
            font-size: 20px !important;
            position: absolute;
            top: 50%;
            -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
            left: 14px;
        }

        /*[class*=-btn-outline].btn-ico-l [class^=fa], .btn-ico-l.ico-fs-30 [class^=fa] {
            font-size: 30px !important;
            left: 12px;
        }*/
.download-btn, a.download-btn {
    background: #355700;
    text-decoration: none !important;
    color: #fff;
}

    .download-btn.secondary-light {
        background: #e8982e;
    }

    .download-btn:hover {
        background: #828a03;
    }

        .download-btn:hover.secondary-light {
            background: #cc7e17;
        }

.btn-hover-accent:hover {
    border-color: #a93121 !important;
    color: #fff !important;
    background-color: #a93121 !important;
}

.btn-hover-accent-variant:hover {
    border-color: #e8982e !important;
    color: #fff !important;
    background-color: #e8982e !important;
}

.btn-accent {
    border-color: #a93121 !important;
    color: #fff !important;
    background-color: #a93121 !important;
    text-decoration:none !important;
}
    .btn-accent:hover, .btn-accent:active {
        border-color: #e8982e !important;
        color: #fff !important;
        background-color: #e8982e !important;
    }


/*--------------------------------------------------------------
# Gallery
--------------------------------------------------------------*/
.gallery {
    overflow: hidden;
    margin-left: -20px;
    margin-right: -20px;
}

    .gallery .swiper-slide {
        -webkit-transition: 0.3s;
        transition: 0.3s;
        border: 2px solid transparent;
        padding: 8px;
    }

    .gallery .swiper-pagination {
        margin-top: 20px;
        position: relative;
    }

        .gallery .swiper-pagination .swiper-pagination-bullet {
            width: 12px;
            height: 12px;
            background-color: #fff;
            opacity: 1;
            border: 1px solid #828a03;
        }

        .gallery .swiper-pagination .swiper-pagination-bullet-active {
            background-color: #828a03;
        }

    .gallery .swiper-slide-active {
        text-align: center;
    }

@media (min-width: 992px) {
    .gallery .swiper-wrapper {
        padding: 40px 0;
    }

    .gallery .swiper-slide-active {
        border: 2px solid #e8982e;
        padding: 8px;
        background: #fff;
        z-index: 1;
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
        border-radius: 15px;
    }

        .gallery .swiper-slide-active img {
            border-radius: 5px;
        }
}

.etax-version-download {
    text-align: center;
}

    .etax-version-download .download-btn {
        margin-left: 0.5rem;
        margin-right: 0.5rem;
    }

.etax-version-download h4, .etax-version-download h5 {
    font-size: 1.9rem;
}

.etax-details {
    text-align: center;
}

.etax-web-link { font-size: 24px; letter-spacing:0.1em; display:block; margin-bottom: 2rem; line-height: 1.1;}

@media (max-width: 575.98px) {
    .etax-version-download .download-btn {
        margin-bottom: 3rem;
    }

}


    /*--------------------*/
    /* BLOG SECTION */
    /*--------------------*/

    #blog {
        float: left;
        display: inline;
        width: 100%;
        padding: 80px 0px;
    }

    .blog_content {
        display: inline;
        float: left;
        margin-top: 50px;
        width: 100%;
    }

    .post_commentbox {
        display: inline;
        float: left;
        width: 100%;
    }

    .blog_slider {
        float: left;
        display: inline;
        width: 100%;
    }

    .single_post {
        float: left;
        display: inline;
        width: 100%;
    }

    .blog_img {
        display: inline;
        float: left;
        height: 235px;
        width: 100%;
    }

        .blog_img > img {
            height: 100%;
            width: 100%;
        }

    .single_post h3 {
        float: left;
        font-size: 18px;
        line-height: 18px;
        margin-bottom: 5px;
        margin-top: 15px;
        text-transform: uppercase;
        width: 100%;
    }

    .post_commentbox {
        float: left;
        display: inline;
        width: 100%;
        margin-bottom: 15px;
    }

        .post_commentbox a, .post_commentbox span {
            color: #798992;
            font-size: 11px;
            margin-right: 5px;
        }

            .post_commentbox a > i, .post_commentbox span > i {
                margin-right: 5px;
            }

    .single_post P {
    }

    .read_more {
        font-size: 15px;
        display: inline-block;
        min-height: 25px;
    }

        .read_more:hover, .read_more:focus {
            text-decoration: none;
            outline: none;
        }

    .blog_slider .slick-prev {
        border-radius: 5px 0 0 5px;
        color: #fff;
        height: 30px;
        left: 92%;
        right: 0;
        top: -38px;
        border-radius: 0px;
        padding: 5px 10px;
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        -ms-transition: all 0.5s;
        -o-transition: all 0.5s;
        transition: all 0.5s;
    }

    .blog_slider .slick-next {
        border-radius: 0 5px 5px 0;
        color: #fff;
        right: 15px;
        height: 30px;
        top: -38px;
        border-radius: 0px;
        padding: 5px 10px;
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        -ms-transition: all 0.5s;
        -o-transition: all 0.5s;
        transition: all 0.5s;
    }

        .blog_slider .slick-prev:hover, .blog_slider .slick-next:hover {
            opacity: 0.7;
        }

    /*--------------------*/
    /* TESTIMONIAL SECTION */
    /*--------------------*/

    #testimonial {
        background: none repeat scroll 0 0 #f8f8f8;
        background: none; /*VS*/
        display: inline;
        float: left;
        padding: 80px 0;
        width: 100%;
        border-top: 1px solid #eee;
        border-bottom: 1px solid #eee;
    }

        #testimonial .heading {
            margin-top: 20px;
        }

    .testimonial_customer {
        float: left;
        display: inline;
        width: 100%;
    }

    .testimonial_slider {
        float: left;
        display: inline;
        width: 100%;
    }

        .testimonial_slider > li {
            width: 380px;
            margin: 0 auto;
        }

    .testi_media {
        margin: 0 auto !important;
        width: 250px;
    }

        .testi_media .media-body {
            vertical-align: middle;
        }

    .media-heading {
        font-size: 20px;
    }

    .testi_media .media-body span {
        font-size: 16px;
        font-weight: bold;
        text-transform: uppercase;
    }

    .testi_media .media-left {
        padding-right: 20px;
    }

    .testi_img img {
        border-radius: 100%;
        height: 100px;
        width: 100px;
    }

    .testi_content {
        background-color: #fff;
        border: 1px solid #e6e6e6;
        border-radius: 6px;
        margin: 40px auto 0;
        padding: 10px;
        position: relative;
        width: 100%;
    }

        .testi_content:before {
            background-image: url("../Images/testimonial-arrow.png");
            background-position: center center;
            background-repeat: no-repeat;
            content: "";
            height: 22px;
            left: 30%;
            position: absolute;
            top: -22px;
            width: 32px;
        }

    .testimonial_slider .slick-dots li {
        border: 1px solid #b3b3b3;
        color: #fff;
        cursor: pointer;
        display: inline-block;
        height: 20px;
        line-height: 102px;
        margin: 0 5px;
        padding: 7px 5px;
        position: relative;
        width: 34px;
    }

        .testimonial_slider .slick-dots li button:before {
            content: none;
        }

        .testimonial_slider .slick-dots li button {
            background: none repeat scroll 0 0 #333;
            height: 4px;
            padding: 0px;
            width: 20px;
        }

    /*--------------------*/
    /* CLIENTS SECTION */
    /*--------------------*/

    #clients {
        display: inline;
        float: left;
        padding: 80px 0 150px;
        width: 100%;
        background-color: #e5e5e5;
        /*temp bg because non visible sections*/
        background-color: #bfbfbf;
    }

    .clients_content {
        float: left;
        display: inline;
        width: 100%;
        margin-top: 30px;
    }

    .clients_slider {
        float: left;
        display: inline;
        width: 100%;
    }

    .single_client {
        border: 1px solid #ccc;
        display: inline;
        float: left;
        text-align: center;
        width: 100%;
        padding: 25px 0px;
        background-color: #FFF;
    }

        .single_client > img,
        .single_client img {
            margin: 0 auto;
        }

    .clients_slider .slick-prev {
        color: #fff;
        height: 40px;
        left: 46.5%;
        top: 160%;
    }

    .clients_slider .slick-next {
        color: #fff;
        right: 46.5%;
        top: 160%;
        height: 40px;
    }

    /*--------------------*/
    /* CONTACT US SECTION */
    /*--------------------*/

    #contact {
        background: none repeat scroll 0 0 #f8f8f8;
        background: none repeat scroll 0 0 #e5e5e5; /*VS*/
        display: inline;
        float: left;
        padding: 80px 0px 0px;
        width: 100%;
        border-top: 1px solid #eee;
        border-bottom: 1px solid #eee;
    }

    .contact_content {
        display: inline;
        float: left;
        margin-top: 30px;
        width: 100%;
        padding-bottom: 30px;
    }

    .contact_map {
        border: 1px solid #ccc;
        display: inline;
        float: left;
        width: 100%;
    }

    .contact_form {
        float: left;
        display: inline;
        width: 100%;
    }

        .contact_form input[type="text"], .contact_form input[type="email"], .contact_form textarea {
            margin-bottom: 30px;
            border-radius: 0px;
        }

    .ico-r {
        position: relative;
        padding-right: 30px !important;
    }

        .ico-r .fa {
            position: absolute;
            right: 10px;
            top: 50%;
            -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            transform: translateY(-50%);
            font-size: 24px !important;
        }

    .ico-l {
        position: relative;
        padding-left: 30px !important;
    }

        .ico-l .fa {
            position: absolute;
            left: 10px;
            top: 50%;
            -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            transform: translateY(-50%);
            font-size: 24px !important;
        }


    .submit_btn, .btn-red {
        border: 1px solid #fff;
        color: #fff;
        margin-top: 5px;
        padding: 10px 20px;
        font-size: 18px;
        font-weight: 700;
        text-transform: uppercase;
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        -ms-transition: all 0.5s;
        -o-transition: all 0.5s;
        transition: all 0.5s;
        letter-spacing: 0.04em;
        background-color: #e51e25;
        text-decoration: none;
    }

        .submit_btn:hover, .btn-red:hover {
            background-color: #fff;
            color: #e51e25;
            border-color: #e51e25;
            text-decoration: none;
        }

    .btn-red {
        border-color: transparent;
        padding: 8px 20px;
    }

        .btn-red .fa {
            color: #FFF;
        }

        .btn-red:hover .fa, .btn-red:active .fa {
            color: #e51e25;
        }


    .login_btn {
        min-width: 120px;
        text-align: center;
    }

    .form-control {
        display: block;
        width: 100%;
        height: 44px;
        padding: 10px 12px;
        font-size: 14px;
        line-height: 1.42857143;
        color: #555;
        background-color: #fff;
        background-image: none;
        border: 1px solid #ccc;
        border-radius: 0px;
        -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
        -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
        -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
        transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    }

        .form-control:focus {
            outline: 0;
            box-shadow: none;
        }

        .form-control::-moz-placeholder {
            color: #999;
            opacity: 1;
        }

        .form-control:-ms-input-placeholder {
            color: #999;
        }

        .form-control::-webkit-input-placeholder {
            color: #999;
        }

        .form-control[disabled],
        .form-control[readonly],
        fieldset[disabled] .form-control {
            cursor: not-allowed;
            background-color: #eee;
            opacity: 1;
        }

        .message-field,
        .form-control.message-field,
        textarea.message-field {
            height: 120px;
            vertical-align: top;
        }

    #map_canvas {
        width: 100%;
        float: left;
        display: inline;
        height: 421px;
    }
    /*only firefox browser*/
    @-moz-document url-prefix() {
        #map_canvas {
            width: 100%;
            float: left;
            display: inline;
            height: 421px;
        }
    }
    /* for iframe map version*/
    #map_canvas iframe {
        width: 100%;
        height: 100%;
    }

    .contact_feature {
        float: left;
        display: inline;
        width: 100%;
        position: relative;
        z-index: 999;
    }

    .single_contact_featured {
        border: 1px solid #a1a1a1;
        display: inline;
        float: left;
        padding: 20px 10px;
        text-align: center;
        width: 100%;
        background-color: rgba(0,0,0,0.2);
        text-shadow: 0 0 2px rgba(0,0,0,0.2);
        -webkit-transition: all .3s ease-out;
        -moz-transition: all .3s ease-out;
        -o-transition: all .3s ease-out;
        transition: all .3s ease-out;
        min-height: 184px;
    }

        .single_contact_featured:hover {
            background-color: rgba(0,0,0,0.6);
            border-color: #ccc;
        }

    @media (min-width: 992px) and (max-width: 1199px) {
        .single_contact_featured {
            min-height: 184px;
        }
    }

    .single_contact_featured > i {
        font-size: 50px;
        line-height: 50px;
        margin-bottom: 5px;
    }

    .single_contact_featured > h4 {
        font-size: 18px;
        text-transform: uppercase;
        font-weight: 800;
        color: #ffffff;
    }

    .single_contact_featured > p {
        color: #b3b3b3;
    }

    .success {
        border: 1px solid #008000;
        color: #008000;
        margin-bottom: 10px;
        padding: 5px;
    }

    .error {
        border: 1px solid #ff0000;
        color: #ff0000;
        margin-bottom: 10px;
        padding: 5px;
    }

    #contactFeature {
        background-image: url("../Images/bg_contact_feature2.jpg");
        background-repeat: no-repeat;
        background-size: 100% 100%;
        position: relative;
        float: left;
        display: block;
        width: 100%;
        padding: 50px 0px;
        background-position: center; /*VS*/
        background-attachment: fixed; /*VS*/
    }

    #subscribe {
        float: left;
        display: inline;
        width: 100%;
        padding: 80px 0px;
    }

    .subscribe_form {
        margin: 0 auto;
        width: 60%;
    }

    .subscrive_group {
        display: inline;
        float: left;
        margin-top: 40px;
        width: 100%;
    }

    .subscribe_mail {
        border-radius: 0;
        display: inline;
        float: left;
        height: 50px;
        width: 80%;
        font-size: 18px;
    }

    .subscr_btn {
        border: medium none;
        color: #fff;
        display: inline;
        float: left;
        font-size: 18px;
        font-weight: bold;
        height: 50px;
        text-transform: uppercase;
        width: 20%;
        -webkit-transition: all 0.5s;
        -o-transition: all 0.5s;
        transition: all 0.5s;
    }

        .subscr_btn:hover {
            opacity: 0.75;
        }


    /*--------------------*/
    /* NFT SECTION */
    /*--------------------*/

    #default.nft-content {
        padding-top: 40px;
        padding-bottom: 40px;
    }

        #default.nft-content:first-of-type {
            padding-top: 130px;
        }

        #default.nft-content:last-of-type {
            padding-bottom: 120px;
        }

    .nft-content p {
        font-size: 20px;
        line-height: 1.5;
        margin-bottom: 20px;
    }

        .nft-content p:last-child {
            margin-bottom: 0;
        }

    .img-fluid-max-w-300 {
        width: 100%;
        height: auto;
        max-width: 300px;
    }

    @media (max-width:575px) {
        .img-fluid-max-w-300 {
            max-width: 250px;
        }
    }

    @media (max-width:360px) {
        .img-fluid-max-w-300 {
            max-width: 200px;
        }
    }

    .row-7-col {
        display: flex;
    }

    @media (max-width:1199.98px) {
        .row-7-col {
            flex-flow: wrap;
        }
    }

    .row-7-col > div {
        min-height: 100px;
        flex: 1 1 0px;
        margin-top: 15px;
    }

    .row-7-col div:not(:first-child) {
        margin-left: 15px;
    }

    @media (min-width: 992px) and (max-width: 1199.98px) {
        .row-7-col > div {
            flex: 0 0 32.13%;
        }

        .row-7-col > div {
            margin-left: 0 !important;
            margin-right: 1.8%;
        }

            .row-7-col > div:nth-child(3), .row-7-col > div:nth-child(6), .row-7-col > div:nth-child(9), .row-7-col > div:nth-child(12) {
                margin-right: 0;
            }
    }

    @media (max-width:991.98px) {
        .row-7-col > div {
            flex: 0 0 48.2%;
        }

            .row-7-col > div:nth-child(odd) {
                margin-left: 0;
                margin-right: 1.8%;
            }

            .row-7-col > div:nth-child(even) {
                margin-left: 1.8%;
                margin-right: 0;
            }
    }

    @media (max-width:575.98px) {
        .row-7-col > div {
            flex: 0 0 100%;
        }

        .row-7-col > div {
            margin-left: 0 !important;
            margin-right: 0 !important;
        }
    }

    .row-7-col > div {
        font-size: 15px;
        text-align: center;
    }

        .row-7-col > div span {
            display: block;
            margin-bottom: 5px;
        }

    .nft-service {
        font-size: 15px;
        color: #000;
        margin-top: 5px;
    }

    .nft-title {
        font-size: 18px;
        font-weight: bold;
        color: #ee4028;
        text-transform: uppercase;
        margin: 5px 0;
    }

    .nft-collection-title {
        font-size: 17px;
        font-weight: bold;
        line-height: 1.1em;
    }

    .nft-collection-subtitle {
        display: block;
    }

    .nft-sales {
        font-size: 17px;
        color: #737373;
    }

    .nft-process-description {
        margin-top: 25px;
        margin-bottom: 25px;
    }

        .nft-process-description .process-step {
            background-color: #8e8e8e;
            height: 102px;
            position: relative;
            text-align: center;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column;
            margin-bottom: 15px;
        }

    @media (max-width:767.98px) {
        .nft-process-description .process-step {
            height: auto;
            min-height: 80px;
        }
    }

    .nft-process-description .process-step.step-first {
        background-color: #ee4028;
    }

        .nft-process-description .process-step.step-first h5 .fa {
            color: #ee4028;
        }

    .nft-process-description .process-step.step-second {
        background-color: #2992d0;
    }

        .nft-process-description .process-step.step-second h5 .fa {
            color: #2992d0;
        }

    .nft-process-description .process-step.step-theerd {
        background-color: #dab227;
    }

        .nft-process-description .process-step.step-theerd h5 .fa {
            color: #dab227;
        }

    .nft-process-description .process-step::before {
        content: "";
        position: absolute;
        left: 50%;
        margin-left: -60px;
        border-style: solid;
        height: 0;
        width: 120px;
        border-color: #fafafa transparent transparent transparent;
        border-width: 30px 15px 0 15px;
    }

    .nft-process-description .process-step h5 {
        position: relative;
        font-size: 20px;
        margin-top: 0;
        margin-bottom: 5px;
    }

        .nft-process-description .process-step h5 .fa {
            font-size: 0.9em;
            vertical-align: bottom;
            position: relative;
            top: -1px;
            margin-left: 0.25em;
            margin-right: -0.1em;
        }

    .nft-process-description .process-step p {
        color: white;
        padding: 0 15px;
        line-height: 1.1;
        font-size: 18px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }


    .nft-call-to-action {
        padding-left: 15px;
        padding-right: 15px;
        line-height: 1.2;
    }

        .nft-call-to-action > [class^="col-"],
        .nft-call-to-action > [class*=" col-"] {
            padding-top: 20px;
            padding-bottom: 20px;
            background-color: #1a1a1a;
            color: #FFFFFF;
            font-size: 22px;
            text-align: center;
        }

        .nft-call-to-action .txt-big {
            margin: 5px 15px;
        }

    .btn-buy-nft {
        background-color: #ee4028;
        border-radius: 0;
        border: 0;
        position: relative;
        height: 60px;
        line-height: 56px;
        font-size: 20px;
        white-space: normal;
        font-size: 20px;
        padding-top: 2px;
        padding-bottom: 2px;
        color: #FFFFFF !important;
    }

        .btn-buy-nft > span {
            line-height: 1.1;
            display: inline-block;
            vertical-align: middle;
        }

        .btn-buy-nft:hover, .btn-buy-nft:active, .btn-buy-nft:focus {
            background-color: #cc2a14;
        }

        .btn-buy-nft::after {
            content: "";
            position: absolute;
            right: -14px;
            top: 0;
            height: 100%;
            border-style: solid;
            border-color: transparent transparent transparent #ee4028;
            border-width: 30px 0 30px 15px;
        }

    @media (max-width:991.98px) and (min-width:768px) {
        .btn-buy-nft {
            height: 84px;
            line-height: 82px;
            padding-top: 1px;
            padding-bottom: 1px;
        }

            .btn-buy-nft::after {
                border-width: 42px 0 42px 15px;
            }
    }

    .btn-buy-nft:hover::after, .btn-buy-nft:active::after, .btn-buy-nft:focus::after {
        border-left-color: #cc2a14;
    }


    @media (max-width:767.98px) {
        .nft-process-description .process-step p {
            font-size: 20px;
            padding: 12px 15px 14px 15px;
        }
    }

    @media (min-width:768px) {
        .nft-call-to-action {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
        }


            .nft-call-to-action > [class^="col-"],
            .nft-call-to-action > [class*=" col-"] {
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -ms-flex-preferred-size: 0;
                flex-basis: 0;
                -webkit-box-flex: 1;
                -ms-flex-positive: 1;
                flex-grow: 1;
                max-width: 100%;
                -webkit-box-align: center;
                -ms-flex-align: center;
                align-items: center;
                -webkit-box-pack: center;
                -ms-flex-pack: center;
                justify-content: center;
            }

            .nft-call-to-action > .col-md-6 {
                -ms-flex-preferred-size: 0;
                flex-basis: 0;
                flex-grow: 1;
                -webkit-box-flex: 0;
                -ms-flex: 0 0 50%;
                flex: 0 0 50%;
                max-width: 50%;
            }
    }


    /*--------------------*/
    /* FOOTER */
    /*--------------------*/
    #footer {
        float: left;
        display: inline;
        width: 100%;
        padding: 20px;
        /*background-color: #444;*/
        background-color: #1a1a1a; /*VS*/
    }

    .footer_left {
        float: left;
        display: inline;
        width: 100%;
    }

        .footer_left > p {
            color: #ffffff;
            margin-bottom: 0;
            margin-top: 5px;
        }

            .footer_left > p a {
                font-weight: bold;
            }

    .footer_right {
        float: left;
        display: inline;
        width: 100%;
    }

    .social_nav {
        text-align: right;
    }

        .social_nav li {
            display: inline-block;
        }

            .social_nav li a {
                border: 1px solid #fff;
                color: #ffffff;
                display: inline-block;
                font-size: 18px;
                height: 30px;
                margin-left: 5px;
                text-align: center;
                width: 35px;
                line-height: 28px;
                -webkit-transition: all 0.5s;
                -o-transition: all 0.5s;
                transition: all 0.5s;
            }

                .social_nav li a:hover {
                    background-color: #e51e25;
                }

    /*--------------------*/
    /* MISC */
    /*--------------------*/
    .container {
        -webkit-transition: all .2s ease-out;
        -moz-transition: all .2s ease-out;
        -o-transition: all .2s ease-out;
        transition: all .2s ease-out;
    }

    .color_red_is {
        color: #e51e25;
    }

    .text_al_center {
        text-align: center;
    }

    .text_al_left {
        text-align: left;
    }

    .text_al_right {
        text-align: right;
    }

    .padd_top_10 {
        padding-top: 10px;
    }

    .marg-b0 {
        margin-bottom: 0;
    }

    .marg-t15 {
        margin-top: 15px;
    }

    .element_al_center {
        text-align: center;
        margin-left: auto;
        margin-right: auto;
    }

    hr.separator-line-10,
    hr.separator-line-20,
    hr.separator-line-t20-b10 {
        border: 0;
        border-top: 1px solid rgba(0,0,0,0.18);
        background-color: transparent;
        background: none;
        padding: 0;
        margin: 12px 0 10px 0;
    }

    hr.separator-line-20 {
        margin: 22px 0 20px 0;
    }

    hr.separator-line-t20-b10 {
        margin: 22px 0 10px 0;
    }

    .no-wrap {
        white-space: nowrap;
    }

    .opacity-0 {
        opacity: 0;
    }

    .fix-opacity-0-30x1 {
        opacity: 0;
        width: 1px;
        height: 32px;
    }

    .txt-important-upp-c,
    .txt-important-upp-c-red {
        display: inline-block;
        text-transform: uppercase;
        color: #000;
        padding: 0 1px;
        margin: 0 1px;
        font-weight: bold;
    }

        .txt-important-upp-c .fa,
        .txt-important-upp-c-red .fa {
            color: #999999;
        }

        .txt-important-upp-c-red .fa-users {
            font-size: 16px;
            position: relative;
            top: -1px;
        }

    .txt-important-upp-c-red {
        color: #e51e25;
    }

    .bg-white-brd-02-black {
        background-color: #fff;
        border: solid 1px rgba(0,0,0,0.2);
        padding: 0 6px;
        margin: 0;
    }

    @media (min-width:992px) {
        .d-flex-minw-992 {
            display: -webkit-box;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
        }

        .d-table-minw-992 {
            display: table;
        }

            .d-table-minw-992 > [class^="col-"], .d-table-minw-992 > [class*=" col-"],
            .d-table-minw-992 > div, .d-table-minw-992 > div {
                display: table-cell;
                float: none;
                vertical-align: top;
            }
    }

    .address_info_section {
        font-size: 18px;
    }

        .address_info_section a {
            color: #333;
        }

            .address_info_section a:hover {
                color: #e51e25;
            }

        .address_info_section p {
            margin-bottom: 2px;
        }

    @media (min-width: 992px) and (max-width: 1199px) {
        .address_info_section p.nowrap_fix {
            white-space: nowrap;
        }
    }

    .address_info_section i.fa-circle {
        color: #a1a1a1;
        font-size: 6px;
        padding: 0 5px;
        position: relative;
        top: -4px;
    }

    .emph {
        color: #e51e25;
    }

    .notification_message {
        color: #e51e25;
        font-size: 16px;
        margin-bottom: 10px;
    }
    /*@media (min-width: 768px) and (max-width: 991px) {}
@media (min-width: 992px) and (max-width: 1199px) {} */

    /*--------------------*/
    /* Bootstrap dropdown submenu on hover */
    /*--------------------*/
    .dropdown-menu .sub-menu {
        left: 100%;
        position: absolute;
        top: 0;
        visibility: hidden;
        margin-top: -1px;
    }

    .dropdown-menu li:hover .sub-menu {
        visibility: visible;
    }

    .dropdown:hover .dropdown-menu {
        display: block;
    }

    .nav-tabs .dropdown-menu, .nav-pills .dropdown-menu, .navbar .dropdown-menu {
        margin-top: 0;
    }

    .navbar .sub-menu:before {
        border-bottom: 7px solid transparent;
        border-left: none;
        border-right: 7px solid rgba(0, 0, 0, 0.2);
        border-top: 7px solid transparent;
        left: -7px;
        top: 10px;
    }

    .navbar .sub-menu:after {
        border-top: 6px solid transparent;
        border-left: none;
        border-right: 6px solid #fff;
        border-bottom: 6px solid transparent;
        left: 10px;
        top: 11px;
        left: -6px;
    }

    .dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
        color: #e51e25;
        text-decoration: none;
        background-color: transparent;
        outline: 0;
    }

    /*--------------------*/
    /* Vertical Dots Navigation */
    /*--------------------*/


    ul.nav_vertical_dots {
        position: fixed;
        right: 4px;
        top: 96px;
        z-index: 98765;
        padding: 0 0 12px 11px;
        list-style: none;
        margin: 0;
        -webkit-transition: all .2s ease-out;
        -moz-transition: all .2s ease-out;
        -o-transition: all .2s ease-out;
        transition: all .2s ease-out;
    }

    .past-main ul.nav_vertical_dots {
        top: 68px;
    }

    .modal-open ul.nav_vertical_dots {
        display: none;
    }

    @media(max-width:767px ) {
        ul.nav_vertical_dots {
            display: none;
        }
    }


    ul.nav_vertical_dots li {
        position: relative;
        background-color: #b3b3b3;
        border-radius: 100%;
        cursor: pointer;
        height: 10px;
        margin: 12px 10px 2px 0px;
        width: 10px;
        vertical-align: bottom;
    }

        ul.nav_vertical_dots li.active, ul.nav_vertical_dots li:hover {
            background-color: #e51e25;
        }

    ul.nav_vertical_dots a {
        display: block;
        height: 10px;
    }

    ul.nav_vertical_dots li .tooltip > .tooltip-inner {
        background-color: #e51e25;
        color: #f5f5f5;
        border: 1px solid #e51e25;
        white-space: nowrap;
    }

    ul.nav_vertical_dots li.active .tooltip.left > .tooltip-arrow {
        border-left: 5px solid #000;
    }

    ul.nav_vertical_dots li.active .tooltip > .tooltip-inner {
        background-color: #000;
        border: 1px solid #000;
    }

    ul.nav_vertical_dots li .tooltip.left > .tooltip-arrow {
        top: 50%;
        right: 0;
        margin-top: -5px;
        border-top: 5px solid transparent;
        border-bottom: 5px solid transparent;
        border-left: 5px solid #e51e25;
        white-space: nowrap;
    }


    /*--------------------*/
    /* Modal modification */
    /*--------------------*/
    /* No shadow and move out clickable region*/

    .modal-portfolio-default .modal-header h3,
    .modal-portfolio-default .modal-header h4,
    .modal-portfolio-default .modal-header h5 {
        color: #e51e25;
    }

    .modal-portfolio-default .modal-body {
        padding-bottom: 6px;
    }

    .mc-description p {
        line-height: 1.3em;
        margin-bottom: 8px;
        font-size: 16px;
    }

    .mc-description h3,
    .mc-description h4,
    .mc-description h5 {
        margin-bottom: 6px;
    }

    .mc-description h5 {
        font-size: 18px;
    }

    .mc-description h4 {
        font-size: 20px;
    }

    .mc-description h3 {
        font-size: 22px;
    }

    .modal-portfolio-default .modal-content {
        background-color: #fafafa;
    }

    .modal-portfolio-default .modal-header {
        padding: 12px 12px 10px 15px;
    }

        .modal-portfolio-default .modal-header .close {
            color: #000;
            float: right;
            font-size: 21px;
            font-weight: 700;
            line-height: 1;
            opacity: 1;
            text-shadow: 0 1px 0 #fff;
            min-height: 40px;
            min-width: 45px;
            margin: -5px -5px 0 0;
            position: relative;
            outline: none !important;
            -webkit-transition: all 0.5s ease-out;
            -moz-transition: all 0.5s ease-out;
            -ms-transition: all 0.5s ease-out;
            -o-transition: all 0.5s ease-out;
            transition: all 0.5s ease-out;
        }

            .modal-portfolio-default .modal-header .close:hover {
                -webkit-transform: rotate(180deg);
                -moz-transform: rotate(180deg);
                -ms-transform: rotate(180deg);
                -o-transform: rotate(180deg);
                transform: rotate(180deg);
            }

    /* Reduce left-right-shading and move out clickable region */

    .modal-portfolio-default .carousel-control {
        width: 30%;
        background-color: transparent;
        background-image: none;
    }

        .modal-portfolio-default .carousel-control.left {
            left: -100px;
            -ms-filter: "progid:DXImageTransform.Microsoft.gradient(enabled=false)";
            filter: none !important;
            background-image: none;
            background-color: transparent;
        }

        .modal-portfolio-default .carousel-control.right {
            right: -100px;
            left: auto;
            -ms-filter: "progid:DXImageTransform.Microsoft.gradient(enabled=false)";
            filter: none !important;
            background-image: none;
            background-color: transparent;
        }

        .modal-portfolio-default .carousel-control,
        .modal-portfolio-default .carousel-control:hover,
        .modal-portfolio-default .carousel-control:focus {
            -ms-filter: "progid:DXImageTransform.Microsoft.gradient(enabled=false)";
            filter: none !important;
            opacity: initial;
        }

    @media (max-width:767px) {
        .modal-portfolio-default .carousel-control.left {
            left: -25px;
        }

        .modal-portfolio-default .carousel-control.right {
            right: -25px;
        }
    }

    @media (max-width:480px) {
        .modal-portfolio-default .carousel-control.left {
            left: -15px;
        }

        .modal-portfolio-default .carousel-control.right {
            right: -15px;
        }
    }

    .vs-close {
        position: absolute;
        width: 40px;
        height: 40px;
        top: 0;
        left: 0;
        cursor: pointer;
    }

        .vs-close::before,
        .vs-close::after {
            content: '';
            position: absolute;
            width: 100%;
            top: 50%;
            left: 3px;
            height: 2px;
            background: #888;
            -webkit-transform: rotate(45deg);
            -moz-transform: rotate(45deg);
            transform: rotate(45deg);
        }

        .vs-close::after {
            -webkit-transform: rotate(-45deg);
            -moz-transform: rotate(-45deg);
            transform: rotate(-45deg);
        }

    .modal-portfolio-default .modal-header .close:hover .vs-close::before,
    .modal-portfolio-default .modal-header .close:hover .vs-close::after {
        background: #e51e25;
    }

    .modal-portfolio-default .overimage_info_holder {
        position: absolute;
        top: 0;
        width: 100%;
        min-height: 1%;
        text-align: center;
    }

    .modal-portfolio-default .overimage_info {
        display: inline-block;
        position: relative;
        padding: 10px 15px;
        background-color: rgba(255,255,255,1);
        border: solid 1px #00aaff;
        font-size: 18px;
        vertical-align: middle;
        border-radius: 6px;
        box-shadow: 0 0 10px rgba(0,170,255,0.5);
        margin: 5%;
        -webkit-transition: all .2s ease-out;
        -moz-transition: all .2s ease-out;
        -o-transition: all .2s ease-out;
        transition: all .2s ease-out;
    }

    .overimage_info p {
        margin: 0;
        position: relative;
        bottom: -0.2em;
    }

    .overimage_info .fa-info-circle {
        color: #00aaff;
        font-size: 1.8em;
        vertical-align: middle;
        -webkit-transition: all .2s ease-out;
        -moz-transition: all .2s ease-out;
        -o-transition: all .2s ease-out;
        transition: all .2s ease-out;
    }

    .overimage_info .icon {
        margin: 2% 0;
        vertical-align: middle;
        -webkit-transition: all .2s ease-out;
        -moz-transition: all .2s ease-out;
        -o-transition: all .2s ease-out;
        transition: all .2s ease-out;
    }

    .modal-transparent .modal-content,
    .modal-transparent .modal-body {
        padding: 0;
    }

    .modal-transparent .modal-dialog {
        margin: 0 auto;
        border: 0;
    }

    .modal-transparent .modal-content {
        background-color: transparent;
        -webkit-box-shadow: none;
        box-shadow: none;
        border: 0;
    }

    .modal-transparent .modal-header {
        border: 0;
    }

        .modal-transparent .modal-header h3 {
            color: #FFF;
        }

    .modal-transparent .vs-close::before,
    .modal-transparent .vs-close::after {
        background: #FFF;
    }
    /*--------------------*/
    /* Modal Carousel modification */
    /*--------------------*/
    .mc-container {
        width: 100%;
    }

    .modal-body .mc-container, .modal-body .mc-description {
        padding-left: 0;
        padding-right: 0;
    }

    .mc-container .carousel-inner > .item > img, .modal-carousel-container .carousel-inner > .item > a > img {
        display: block;
        height: auto;
        max-width: 100%;
        width: 100%;
    }


    .mc-container .carousel-indicators {
        bottom: -30px;
        margin-bottom: 2px;
    }

        .mc-container .carousel-indicators li {
            background-color: #b3b3b3 \9;
            background-color: rgba(179, 179, 179, 1);
            border: none;
        }

            .mc-container .carousel-indicators li:hover {
                background-color: #5a5a5a;
            }

            .mc-container .carousel-indicators li.active:hover {
                background-color: #e51e25;
            }

        .mc-container .carousel-indicators .active {
            width: 10px;
            height: 10px;
            margin: 1px;
            background-color: #e51e25;
        }

    .modal-content {
        border-radius: 0;
    }

    .mc-container .carousel-control .glyphicon-chevron-left, .mc-container .carousel-control .glyphicon-chevron-right {
        display: none;
    }

    .mc-container .custom-slides-navigation {
        top: 50%;
        margin-top: -50px;
    }

    .mc-description {
        width: 100%;
        margin-top: 3px;
        padding-top: 31px;
    }

    .mc-pic-only {
        padding: 0;
    }

    .mc-pic-only-frame {
        padding: 10px;
    }


    /*--------------------*/
    /* iSolutions specific */
    /*--------------------*/

    body {
        background-color: #fafafa;
    }

        body.modal-open {
            /* Test */
            padding-right: 0 !important;
            overflow: auto !important;
        }

            body.modal-open .modal-portfolio-default {
                /* Test */
                padding-right: 0 !important;
            }

    .navbar-brand > span {
        color: #e51e25;
    }

    .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
        color: #e51e25;
        border: solid 1px #ddd; /*VS*/
    }

    .navbar-default .navbar-nav > li > a:hover {
        color: #e51e25;
        border-color: transparent;
    }

    .slides-pagination a {
        border: 0;
        background: #000;
        text-indent: -30px;
        color: #ccc;
        font-size: 0;
        margin: 2px 6px;
        border-radius: 100%;
    }

        .slides-pagination a.current {
            background: #e51e25;
        }

    /*VS*/
    .heading h2 {
        border-bottom: 4px solid #e51e25;
    }

    .panel-title a:hover {
        color: #e51e25;
    }

    .panel-title a span {
        color: #e51e25;
    }

    .service_icon {
        background-color: #e51e25;
    }

    .single_service:hover .service_icon {
        color: #e51e25;
        border: 2px solid #e51e25;
        background-color: #fff;
    }

    .single_service:hover .service_title {
        color: #e51e25;
    }

    .single_service > .service_title:after {
        background-color: #e51e25;
    }

    .heading h3 {
        border-bottom: 5px solid #e51e25;
        border-bottom: 4px solid #e51e25; /*VS*/
    }

    .fa-2x {
        color: #e51e25;
    }

    .single_team span {
        color: #e51e25;
    }

    .team_social a:hover, .team_social a:focus {
        background-color: #e51e25;
    }

    .slick-prev, .slick-next {
        background-color: #e51e25;
    }

    .single_price .price {
        background-color: #e51e25;
    }

    .price_btn {
        background-color: #e51e25;
        border: 1px solid #e51e25;
    }

        .price_btn:hover {
            color: #e51e25 !important;
        }

    .business_price {
        background-color: #e51e25 !important;
        background-color: #999 !important; /*VS*/
    }

        .business_price > h3 {
            background-color: #000;
            color: #FFF;
            margin-top: -5px !important;
            margin-bottom: 0;
            padding-top: 5px;
        }
        /*VS*/
        .business_price .price {
            background-color: #e51e25;
        }
        /*VS*/
        .business_price .price_btn {
            color: #e51e25 !important;
        }

    .post_commentbox a:hover, .post_commentbox span:hover {
        color: #e51e25;
    }

    .read_more {
        color: #e51e25;
    }

        .read_more:hover, .read_more:focus {
            border-bottom: 2px solid #e51e25;
        }

    .testi_media .media-body span {
        color: #e51e25;
    }

    .testimonial_slider .slick-dots li.slick-active button {
        background: none repeat scroll 0 0 #e51e25;
    }

    /*.submit_btn {
        background-color: #e51e25;
    }

    .submit_btn:hover {
        color: #e51e25;
        border-color: #e51e25;
    }*/

    .form-control:focus {
        border-color: #e51e25;
    }

    .wagwep-container ul#portfolio-filter a:hover {
        background-color: #e51e25;
    }

    .wagwep-container ul#portfolio-filter li.current a {
        background: #e51e25;
    }

    .single_contact_featured > i {
        color: #e51e25;
    }

    .subscr_btn {
        background-color: #e51e25;
    }

    .footer_left > p a {
        color: #e51e25;
        font-weight: bold;
    }

    .panel-default .in {
        border-color: #e51e25;
        border-left: 5px solid #e51e25;
        border-left: 4px solid #e51e25; /*VS*/
    }

    .about_slider .slick-dots li.slick-active button:before {
        color: #e51e25;
    }

    .elastislide-carousel ul li a img.selected {
        border-color: #e51e25;
    }

    .elastislide-carousel ul li a {
        padding: 3%;
    }

        .elastislide-carousel ul li a:hover {
            background: #313131;
        }

    .elastislide-wrapper nav span {
        /*background: #1b1b1b url("../Images/nav.png") no-repeat scroll 4px 3px;*/
        background: transparent url("../Images/arrow-next-prev-portfolio.png") no-repeat scroll 0 -46px;
        /*border-radius: 50%;*/
        border-radius: 0;
        cursor: pointer;
        height: 23px;
        /*opacity: 0.8;*/
        opacity: 1;
        position: absolute;
        text-indent: -9000px;
        width: 23px;
    }

    .elastislide-horizontal nav span.elastislide-next {
        background-position: 0 -46px;
        left: auto;
        right: 10px;
    }

        .elastislide-horizontal nav span.elastislide-next:hover {
            background-position: 0 -69px;
        }

    .elastislide-horizontal nav span.elastislide-prev {
        background-position: 0 0;
    }

        .elastislide-horizontal nav span.elastislide-prev:hover {
            background-position: 0 -23px;
        }

    .og-details em.middot, em.middot {
        font-style: normal;
        font-weight: bold;
        color: #e51e25;
        font-size: 14px;
        vertical-align: bottom;
    }

    @media (min-width: 1280px) {
        .m-lgXL {
            width: 1170px;
        }
    }

    @media (min-width: 992px) {
        .m-lg-oldweb-case {
            width: 862px;
        }

        .m-lg885 {
            width: 885px;
        }
    }

    /* Custom Navigation Arrows ---------------------------------- */

    .custom-slides-navigation a {
        width: 80px;
        height: 80px;
    }

    .custom-slides-navigation .icon-wrap {
        position: relative;
        display: block;
        width: 100%;
        height: 100%;
    }

        .custom-slides-navigation a::before,
        .custom-slides-navigation a::after,
        .custom-slides-navigation .icon-wrap::before,
        .custom-slides-navigation .icon-wrap::after {
            position: absolute;
            left: 50%;
            width: 3px;
            height: 50%;
            content: '';
            -webkit-transition: -webkit-transform 0.3s;
            transition: transform 0.3s;
            -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
        }

    .custom-slides-navigation a::before,
    .custom-slides-navigation a::after {
        background: #e51e25;
    }

    .custom-slides-navigation .icon-wrap::before,
    .custom-slides-navigation .icon-wrap::after {
        z-index: 100;
        height: 0;
        background: #fff;
        -webkit-transition: height 0.3s, -webkit-transform 0.3s;
        transition: height 0.3s, transform 0.3s;
    }

    .custom-slides-navigation a::before,
    .custom-slides-navigation .icon-wrap::before {
        top: 50%;
        -webkit-transform: translateX(-50%) rotate(-135deg);
        transform: translateX(-50%) rotate(-135deg);
        -webkit-transform-origin: 50% 0%;
        transform-origin: 50% 0%;
    }

    .custom-slides-navigation a.arrow-next::before,
    .custom-slides-navigation a.arrow-next .icon-wrap::before {
        -webkit-transform: translateX(-50%) rotate(135deg);
        transform: translateX(-50%) rotate(135deg);
        -webkit-transform-origin: 50% 0%;
        transform-origin: 50% 0%;
    }

    .custom-slides-navigation a::after,
    .custom-slides-navigation .icon-wrap::after {
        top: 50%;
        -webkit-transform: translateX(-50%) rotate(-45deg);
        transform: translateX(-50%) rotate(-45deg);
        -webkit-transform-origin: 0 0;
        transform-origin: 0 0;
    }

    .custom-slides-navigation a.arrow-next::after,
    .custom-slides-navigation a.arrow-next .icon-wrap::after {
        -webkit-transform: translateX(-50%) rotate(45deg);
        transform: translateX(-50%) rotate(45deg);
        -webkit-transform-origin: 100% 0%;
        transform-origin: 100% 0%;
    }

    .custom-slides-navigation a:hover .icon-wrap::before,
    .custom-slides-navigation a:hover .icon-wrap::after {
        height: 50%;
    }

    .custom-slides-navigation a:hover::before,
    .custom-slides-navigation a:hover .icon-wrap::before {
        -webkit-transform: translateX(-50%) rotate(-125deg);
        transform: translateX(-50%) rotate(-125deg);
    }

    .custom-slides-navigation a.arrow-next:hover::before,
    .custom-slides-navigation a.arrow-next:hover .icon-wrap::before {
        -webkit-transform: translateX(-50%) rotate(125deg);
        transform: translateX(-50%) rotate(125deg);
    }

    .custom-slides-navigation a:hover::after,
    .custom-slides-navigation a:hover .icon-wrap::after {
        -webkit-transform: translateX(-50%) rotate(-55deg);
        transform: translateX(-50%) rotate(-55deg);
    }

    .custom-slides-navigation a.arrow-next:hover::after,
    .custom-slides-navigation a.arrow-next:hover .icon-wrap::after {
        -webkit-transform: translateX(-50%) rotate(55deg);
        transform: translateX(-50%) rotate(55deg);
    }

    .custom-slides-navigation {
        margin: 0 auto;
        position: absolute;
        z-index: 3;
        width: 100%;
    }

        .custom-slides-navigation a {
            position: absolute;
            display: block;
        }

            .custom-slides-navigation a.arrow-prev {
                left: -100px;
            }

            .custom-slides-navigation a.arrow-next {
                right: -100px;
            }



    .navbar-fixed-top .navbar-collapse,
    .navbar-fixed-bottom .navbar-collapse {
        max-height: 400px;
    }

    @media (min-device-width: 668px) and (max-device-width: 736px) and (orientation: landscape) {
        .navbar-fixed-top .navbar-collapse,
        .navbar-fixed-bottom .navbar-collapse {
            max-height: 320px;
        }
    }

    @media (min-device-width: 569px) and (max-device-width: 667px) and (orientation: landscape) {
        .navbar-fixed-top .navbar-collapse,
        .navbar-fixed-bottom .navbar-collapse {
            max-height: 280px;
        }
    }

    @media (min-device-width: 481px) and (max-device-width: 568px) and (orientation: landscape) {
        .navbar-fixed-top .navbar-collapse,
        .navbar-fixed-bottom .navbar-collapse {
            max-height: 240px;
        }
    }

    @media (max-device-width: 480px) and (orientation: landscape) {
        .navbar-fixed-top .navbar-collapse,
        .navbar-fixed-bottom .navbar-collapse {
            max-height: 200px;
        }
    }



    /* ====================== XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
			START: Responsive Style
===================== XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX */


    @media(max-width:1199px ) {
        .slider_caption > h2 {
            width: 100%;
        }

        .slider_caption h2 /*VS*/ {
            width: 100%;
        }

        .blog_slider .slick-prev {
            left: 91%;
        }

        #map_canvas {
            height: 420px;
        }
        /*only firefox browser*/
        @-moz-document url-prefix() {
            #map_canvas {
                height: 420px;
            }
        }

        .slider_caption {
            margin-top: 18%;
        }

        .subscribe_mail {
            width: 76%;
        }

        .subscr_btn {
            width: 24%;
        }

        .slides-container li:before {
            height: 100px;
            bottom: 0;
            width: 100%;
        }

        .slides-pagination {
            bottom: 50px;
            width: 100%;
        }

        .slides-navigation a {
            width: 80px;
        }

        .slides-navigation {
            margin-top: -40px;
            top: 50%;
        }

            .slides-navigation a {
                height: 80px;
                width: 80px;
            }

        #slides {
            min-height: 540px;
        }

        .slider_btn, a.slider_btn,
        a.slider_btn:link, a.slider_btn:visited {
            padding: 4px 14px;
            font-size: 19px;
            margin-top: 9px;
        }

        .single_price .price > h4 {
            font-size: 40px;
            line-height: 40px;
        }

        .og-details h3 {
            font-size: 25px;
        }

        .og-details a.link-button {
            padding: 8px 12px;
            font-size: 16px;
        }

        .technologies_area {
            margin-top: 30px;
        }
    }

    @media(max-width:991px ) {
        .navbar-default .navbar-nav > li > a {
            font-size: 13px;
            padding: 10px 6px;
        }

        .navbar-brand {
            font-size: 28px;
        }

        #slides {
            height: 500px !important;
        }

        #slides {
            min-height: 500px;
        }

        .slider_caption {
            margin-top: 16%;
        }

            .slider_caption > h2 {
                font-size: 48px;
                line-height: 48px;
            }

            .slider_caption > h2, .slider_caption h2 {
                font-size: 28px;
                line-height: 28px;
            }

            .slider_caption > p, .slider_caption p /*VS*/ {
                font-size: 16px;
            }

        .about_area {
            padding-bottom: 20px;
        }

        .about_slider {
            margin-top: 30px;
        }

        .single_item {
            text-align: center;
        }

            .single_item img {
                display: inline-block;
            }

        .single_service .service_title {
            font-size: 18px;
        }

        .single_service > .service_title:after {
            left: 33%;
        }

        .single_price > h3,
        .heading .single_price h3 {
            font-size: 20px;
            line-height: 70px;
        }

        .single_price .fa {
            color: #999999;
            font-size: 24px;
        }

        .single_price .price > h4 {
            font-size: 30px;
            line-height: 30px;
        }

        .price_features li {
            font-size: 13px;
            line-height: 15px;
        }

        .price_btn {
            font-size: 13px;
            padding: 10px 15px;
        }

        .blog_slider .slick-prev {
            left: 88.5%;
        }

        .testi_content {
            width: 100%;
        }

        .clients_slider .slick-prev {
            left: 45%;
        }

        .clients_slider .slick-next {
            right: 45%;
        }

        .subscr_btn {
            font-size: 15px;
        }

        .single_contact_featured {
            margin-bottom: 30px;
        }

        .slides-container li:before {
            height: 90px;
            bottom: 0;
            width: 100%;
        }

        .slides-pagination {
            bottom: 10px;
            bottom: 40px; /*VS*/
            width: 100%;
        }

        .slides-navigation {
            margin-top: -30px;
        }

            .slides-navigation a {
                height: 60px;
                width: 60px;
            }

        .text_al_right.etax_banner {
            text-align: center;
        }

        .etax_banner img {
            margin-top: 0;
            max-width: 100%;
        }

        a.edl_w7 {
            margin-top: 15px;
        }

        .etax_row h4 {
            margin: 20px 0 5px 0;
        }

        .etax_video_row {
            margin-top: 0;
        }

            .etax_video_row h3 {
                margin: 15px 0;
            }

        .etax_content {
            margin-top: 30px;
        }

        .etax_youtube_frame {
            width: 457px;
            min-height: 257px;
            max-height: none;
        }

        a.etax_download_link {
            max-width: 292px;
        }

        .slider_btn, a.slider_btn,
        a.slider_btn:link, a.slider_btn:visited {
            padding: 3px 12px;
            font-size: 18px;
            margin-top: 8px;
        }

        .og-details h3 {
            font-size: 24px;
        }

        .og-details a.link-button {
            padding: 7px 11px;
            font-size: 15px;
        }

        .technologies_area {
            margin-top: 20px;
        }
    }

    @media(max-width:790px) and (min-width:768px) {
        .navbar-default .navbar-nav > li > a {
            padding: 10px 5px;
        }
    }

    @media(max-width:840px) {
        .navbar > .container .navbar-brand img {
            -webkit-transition: all 0.3s ease;
            -o-transition: all 0.3s ease;
            transition: all 0.3s ease;
            max-width: 165px;
        }
    }

    @media(max-width:800px) {
        .navbar > .container .navbar-brand img {
            max-width: 160px;
        }
    }

    @media(max-width:767px ) {
        .navbar-collapse {
            background-color: rgba(255,255,255,1);
            margin-top: 15px;
        }

        .navbar-nav {
            margin: 0;
            padding-top: 5px;
        }

            .navbar-nav > li {
                margin: 5px;
            }

        .main_nav {
            text-align: center;
        }

        .navbar-toggle {
            position: relative;
            float: right;
            padding: 9px 10px;
            margin-top: 8px;
            margin-right: 15px;
            margin-bottom: 8px;
            background-color: transparent;
            background-image: none;
            border: 1px solid transparent;
            border-radius: 0px;
        }

        .navbar-default .navbar-toggle {
            border-color: transparent;
        }

            .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
                border: 1px solid #ddd;
                background-color: transparent;
            }

            .navbar-default .navbar-toggle .icon-bar {
                border-radius: 0px;
                background-color: #000;
                height: 3px;
            }

        #slides {
            height: 440px !important;
        }

        #slides {
            min-height: 440px;
        }


        .slider_caption {
            margin-top: 26%;
        }
            /*VS*/
            .slider_caption > h2 {
                font-size: 25px;
                line-height: 26px;
            }

            .slider_caption > h2, .slider_caption h2 {
                font-size: 18px;
                line-height: 19px;
            }
            /*VS*/
            .slider_caption > p, .slider_caption p /*VS*/ {
                font-size: 14px;
            }

        .slider_btn, a.slider_btn,
        a.slider_btn:link, a.slider_btn:visited {
            padding: 2px 10px;
            font-size: 16px;
            margin-top: 6px;
        }

        .slider_caption a.slider_btn {
            margin-right: 1%;
        }

            .slider_caption a.slider_btn:last-child {
                margin-right: 0;
            }

        .heading h2 {
            font-size: 28px;
            line-height: 28px;
            margin-top: 20px;
        }

            .heading h2.subtitle {
                font-size: 24px;
                line-height: 1;
                margin-top: 10px;
            }

        .skills_area {
            background-size: cover;
        }

        .single_skill {
            width: 50%;
            margin-bottom: 22px;
        }

        .counter {
            width: 50%;
            float: left;
        }

        .counter_section {
            background-size: cover;
        }

        .portfolio_area {
            padding: 60px 15px 0;
        }

        .wagwep-container ul#portfolio-filter a {
            margin: 0 5px 5px 0;
            padding: 6px 10px;
            font-size: 12px;
        }

        .single_price {
            margin-bottom: 30px;
            float: none;
            display: block;
            max-width: 380px;
            margin-left: auto;
            margin-right: auto;
        }

            .single_price > h3,
            .heading .single_price h3 {
                font-size: 24px;
                line-height: 80px;
            }

            .single_price .fa {
                font-size: 30px;
            }

            .single_price .price > h4 {
                font-size: 50px;
                line-height: 50px;
            }

        .price_features li {
            font-size: 15px;
            line-height: 18px;
        }

        .price_btn {
            font-size: 15px;
            padding: 10px 20px;
        }

        .single_post h3 {
            font-size: 15px;
            line-height: 15px;
        }

        .testi_content:before {
            left: 35%;
        }

        .single_client {
            padding: 18px 10px;
        }

            .single_client > img {
                max-width: 100%;
            }

        .contact_map {
            margin-top: 30px;
        }

        #contactFeature {
            background-size: cover;
        }

        .subscribe_form {
            margin: 0 auto;
            width: 85%;
        }

        .team_social a {
            font-size: 15px;
            height: 30px;
            line-height: 30px;
            width: 30px;
        }

        .blog_slider .slick-prev {
            left: 86.5%;
        }

        .og-close {
            z-index: 999;
        }

        #about {
            padding: 30px 0 0 0;
        }

        #service {
            padding: 50px 0 50px;
        }


        #technologies {
            padding: 50px 0;
        }

        #works {
            padding: 0 0 50px;
        }

        #team {
            padding: 50px 0;
        }

        #pricing {
            padding: 50px 0;
        }

        #blog {
            padding: 50px 0;
        }

        #login {
            padding: 50px 0;
        }

        #testimonial {
            padding: 50px 0;
        }

        #clients {
            padding: 50px 0 100px;
        }

        #contact {
            padding: 50px 0 0;
        }

        #subscribe {
            padding: 50px 0;
        }

        .social_nav {
            margin-top: 20px;
            text-align: center;
        }

        .footer_left {
            text-align: center;
        }

        .single_service > .service_title:after {
            left: 41%;
        }

        .wagwep-container ul#portfolio-filter li {
            width: auto;
        }

        .wagwep-container ul#portfolio-filter a {
            text-indent: 0;
        }

        .slides-container li:before {
            height: 80px;
            bottom: 0;
            width: 100%;
        }

        .slides-pagination {
            bottom: 10px;
            bottom: 35px; /*VS*/
            width: 100%;
        }

        .slides-navigation {
            margin-top: -25px;
        }

            .slides-navigation a {
                height: 50px;
                width: 50px;
            }

        .mc-container .custom-slides-navigation {
            margin-top: -25px;
        }

            .mc-container .custom-slides-navigation a {
                height: 50px;
                width: 50px;
            }

        .og-details h3 {
            font-size: 22px;
        }

        .og-details a.link-button {
            padding: 6px 10px;
            font-size: 14px;
        }

        .technologies_area {
            margin-top: 30px;
        }

        .og-close {
            width: 25px;
            height: 25px;
            top: 10px;
            right: 10px;
        }
    }


    @media (min-width:768px) {
        .navbar-nav {
            margin: 5px 0 0 0;
        }

            .navbar-nav > li {
                margin-left: 1px;
            }

                .navbar-nav > li > a {
                    padding-top: 10px;
                    padding-bottom: 10px;
                }
    }

    @media (min-width:992px) {
        .navbar-nav > li {
            margin-left: 2px;
        }
    }

    @media (min-width:1200px) {
        .navbar-nav > li {
            margin-left: 5px;
        }
    }

    @media (max-width:767px) {
        .hidden-xxs {
            display: none !important;
        }

        .col-xxs-12 {
            width: 100%;
        }

        .overimage_info .no-wrap {
            white-space: normal;
        }

        /*.modal-portfolio-default .carousel-indicators {
        display: none;
    }*/
        .custom-slides-navigation a.arrow-prev {
            left: -30px;
        }

        .custom-slides-navigation a.arrow-next {
            right: -30px;
        }

        .modal-portfolio-default .overimage_info {
            padding: 5px 7px 9px 7px;
            font-size: 16px;
            border-radius: 5px;
            margin: 5% 10%;
        }

        .overimage_info .fa-info-circle {
            font-size: 1.4em;
        }

        .overimage_info .icon {
            width: 24px;
        }

        .scrollToTop, a.scrollToTop, a.scrollToTop:link, a.scrollToTop:visited {
            font-size: 24px;
            height: 30px;
            width: 30px;
            line-height: 23px;
            bottom: 10px;
            right: 10px;
        }

            .scrollToTop:hover, .scrollToTop:focus, a.scrollToTop:hover, a.scrollToTop:focus, a.scrollToTop:active {
                height: 32px;
                width: 32px;
                line-height: 25px;
                bottom: 9px;
            }
    }

    @media (max-width: 767px) and (orientation: landscape) {
        .og-fullimg, .og-details {
            width: 50% !important;
            height: 100% !important;
        }

        .og-fullimg {
            display: block !important;
        }

            .og-fullimg img {
                display: inline-block !important;
            }
    }

    @media (max-device-width: 767px) and (orientation: landscape) {
        .og-fullimg, .og-details {
            width: 50% !important;
            height: 100% !important;
        }

        .og-fullimg, .og-pointer {
            display: block !important;
        }
            /*disapear image when scroll on mobile fix*/

            .og-fullimg img {
                display: inline-block !important;
            }
        /*disapear image when scroll on mobile fix*/

        .og-expander {
            height: auto !important;
            min-height: 360px !important;
        }

        .og-expander-inner {
            min-height: 360px !important;
        }

        .og-grid li.og-expanded {
            height: auto !important;
            min-height: 630px !important;
        }

        .og-details a.link-button {
            padding: 6px 4px;
            white-space: nowrap;
        }
    }

    @media (min-device-width: 668px) and (max-device-width: 736px) and (orientation: landscape) {

        .og-expander, .og-expander-inner {
            min-height: 360px !important;
        }

        .og-grid li.og-expanded {
            min-height: 630px !important;
        }
    }

    @media (min-device-width: 569px) and (max-device-width: 667px) and (orientation: landscape) {
        .og-grid li.og-expanded {
            min-height: 610px !important;
        }
    }

    @media (min-device-width: 481px) and (max-device-width: 568px) and (orientation: landscape) {
        .og-grid li.og-expanded {
            min-height: 590px !important;
        }
    }

    @media (max-device-width: 480px) and (orientation: landscape) {
        .og-expander, .og-expander-inner {
            min-height: 300px !important;
        }

        .og-grid li.og-expanded {
            min-height: 570px !important;
        }
    }

    @media(max-width:500px ) {

        .modal-portfolio-default .carousel-indicators {
            display: none;
        }

        .mc-description {
            padding-top: 5px;
        }
    }

    @media(max-width:480px ) {
        /*#slides {
            height: 380px !important;
        }

        #slides {
            min-height: 380px;
        }*/

        .slider_caption {
            margin-top: 35%;
        }

            .slider_caption > h2 {
                font-size: 20px;
                line-height: 22px;
                margin-bottom: 0px;
            }

            .slider_caption > h2, .slider_caption h2 {
                font-size: 16px;
                line-height: 18px;
                margin-bottom: 0px;
            }
            /*VS*/
            .slider_caption > p, .slider_caption p /*VS*/ {
                font-size: 13px;
            }

            .slider_caption > a {
                font-size: 15px;
                margin-top: 20px;
                padding: 8px 10px;
            }

        .wagwep-container ul#portfolio-filter li {
            width: auto;
        }

        .wagwep-container ul#portfolio-filter a {
            font-size: 10px;
            margin: 0 0 2px;
            padding: 5px;
            text-align: center;
            text-indent: 0;
        }

        .blog_slider .slick-prev {
            left: 81.5%;
        }

        .clients_slider .slick-prev {
            left: 43%;
        }

        .clients_slider .slick-next {
            right: 43%;
        }

        .subscribe_form {
            width: 100%;
        }

        .footer_left {
            text-align: center;
        }

        .footer_right {
            margin-top: 20px;
        }

        .social_nav {
            text-align: center;
        }

        .testi_content:before {
            left: 30%;
        }

        .single_service > .service_title:after {
            left: 38%;
        }

        .wagwep-container ul#portfolio-filter {
            padding: 0 3%;
        }

        /*        .slides-container li:before {
            height: 70px;
            bottom: 0;
            width: 100%;
        }*/

        /*        .slides-pagination {
            bottom: 40px;
            width: 100%;
        }*/

        .slides-navigation {
            margin-top: -10px;
            top: 58%;
        }

            .slides-navigation a {
                height: 20px;
                width: 20px;
            }

        .slides-pagination {
            display: none;
        }

        .modal-portfolio-default .overimage_info {
            padding: 4px 6px 10px 6px;
            font-size: 14px;
            border-radius: 5px;
            margin: 4% 12%;
        }

        .overimage_info .fa-info-circle {
            font-size: 1em;
        }

        .overimage_info .icon {
            width: 16px;
        }

        .etax_youtube_frame {
            width: 100%;
        }

        .slider_btn, a.slider_btn,
        a.slider_btn:link, a.slider_btn:visited {
            padding: 2px 8px;
            font-size: 14px;
            margin-top: 4px;
        }

        .og-details h3 {
            font-size: 20px;
        }

        .technologies_area {
            margin-top: 20px;
        }
    }

    @media(max-width:360px ) {
        /*       #slides {
            height: 360px !important;
        }

        #slides {
            min-height: 360px;
        }*/

        .slider_caption {
            margin-top: 36%;
        }

            .slider_caption > a {
                margin-top: 10px;
            }

        .slides-navigation h3 {
            display: none;
        }

        .slider_caption > h2 {
            font-size: 18px;
            line-height: 20px;
        }

        .slider_caption > h2, .slider_caption h2 {
            font-size: 14px;
            line-height: 16px;
        }
        /*VS*/
        .slider_caption > p, .slider_caption p /*VS*/ {
            font-size: 12px;
        }

        .panel-title {
            font-size: 17px;
        }

        .about_area {
            padding-bottom: 0px;
        }

        .about_slider {
            height: auto;
        }

        .single_skill {
            margin-bottom: 25px;
            width: 100%;
        }

        .heading h3 {
            font-size: 20px;
            line-height: 25px;
            margin: 0 0 30px;
        }

        .counter {
            width: 100%;
            margin-bottom: 15px;
        }

        .blog_slider .slick-prev {
            left: 75.5%;
        }

        .clients_slider .slick-prev {
            left: 40%;
        }

        .clients_slider .slick-next {
            right: 40%;
        }

        .subscribe_mail {
            width: 70%;
            font-size: 15px;
        }

        .subscr_btn {
            width: 29%;
            font-size: 15px;
        }

        .heading h2 {
            font-size: 24px;
            line-height: 27px;
            margin-top: 20px;
        }

            .heading h2.subtitle {
                font-size: 20px;
                line-height: 1;
                margin-top: 10px;
            }

        .single_service > .service_title:after {
            left: 32%;
        }

        /*        .slides-container li:before {
            height: 40px;
        }*/

        /*    .slides-pagination {
        display: none;
    }*/

        .slides-pagination a {
            width: 10px;
            height: 10px;
        }


        /* .company_info {
            bottom: 2px;
        }*/

        .mc-container .custom-slides-navigation {
            margin-top: -15px;
        }

            .mc-container .custom-slides-navigation a {
                height: 30px;
                width: 30px;
            }

        .address_info_section i.fa-circle {
            display: none;
        }

        .modal-portfolio-default .overimage_info {
            padding: 2px 3px 6px 3px;
            font-size: 13px;
            border-radius: 4px;
            margin: 3% 12%;
        }

        .overimage_info .fa-info-circle {
            font-size: 1em;
        }

        .overimage_info .icon {
            width: 16px;
        }

        .slider_btn, a.slider_btn,
        a.slider_btn:link, a.slider_btn:visited {
            padding: 1px 6px;
            font-size: 12px;
            margin-top: 0;
        }

        .og-details h3 {
            font-size: 18px;
        }

        .technologies_area {
            margin-top: 10px;
        }
    }

    @media(max-width:320px ) {
        /*        #slides {
            height: 320px !important;
        }

        #slides {
            min-height: 320px;
        }*/

        .slider_caption > h2 {
            font-size: 15px;
            line-height: 18px;
        }

        .slider_caption > h2, .slider_caption h2 {
            font-size: 13px;
            line-height: 15px;
        }
        /*VS*/
        .slider_caption > p, .slider_caption p /*VS*/ {
            font-size: 11px;
        }

        .single_service > .service_title:after {
            left: 29%;
        }

        .blog_slider .slick-prev {
            left: 70.5%;
        }

        .subscr_btn {
            font-size: 11px;
        }

        .slider_caption {
            margin-top: 36%;
        }

        .og-details h3 {
            font-size: 16px;
        }
    }


/* Photo Instruction page -------------------*/

.photo-instruction-content {
    padding-bottom:150px !important;
}

    .photo-instruction-content h3, .photo-instruction-content h4 {
        color: #333333;
        display: block;
        font-size: 23px;
        margin-bottom: 1.5em;
        font-weight: 400;
    }

    .photo-instruction-content h4 {
        font-size: 21px;
        color: #e51e25;
    }

    .photo-instruction-content p {
        font-size: 18px;
        line-height: 1.5;
        font-weight: 300;
    }

    .photo-instruction-content .heading {
        float: none !important;
        display: block !important;
    }

ul.dots {
    list-style: none;
    font-size:18px;
}


ul.dots li {
    position: relative;
    display:block;
    padding-left:20px;
}

    ul.dots li::before {
        display: block;
        content: "";
        background-color: #e51e25;
        border-radius: 50%;
        height: 6px;
        width: 6px;
        position: absolute;
        left:0;
        top:0.55em;
    }


/* Helpers ------------------------------- */
.pl-20 {
    padding-left: 20px !important;
}

    .pt-3 {
        padding-top: 3rem !important;
    }

    .pt-4 {
        padding-top: 4rem !important;
    }

    .pb-3 {
        padding-bottom: 3rem !important;
    }

    .py-3 {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important;
    }

    .m-1 {
        margin: 1rem !important;
    }

    .mt-1 {
        margin-top: 1rem !important;
    }

    .mt-2 {
        margin-top: 2rem !important;
    }

    .mt-2n {
        margin-top: -2rem !important;
    }

    .mt-3 {
        margin-top: 3rem !important;
    }

    .mt-3n {
        margin-top: -3rem !important;
    }

    .mt-4 {
        margin-top: 4rem !important;
    }

    .mt-5 {
        margin-top: 5rem !important;
    }

    .mx-1 {
        margin-left: 1rem !important;
        margin-right: 1rem !important;
    }

    .mx-auto {
        margin-left: auto !important;
        margin-right: auto !important;
    }


    .mb-2 {
        margin-bottom: 2rem !important;
    }

    .my-2 {
        margin-top: 2rem !important;
        margin-bottom: 2rem !important;
    }

    .mb-3 {
        margin-bottom: 3rem !important;
    }

    .my-3 {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important;
    }

    .mb-4 {
        margin-bottom: 4rem !important;
    }

    .mb-5 {
        margin-bottom: 5rem !important;
    }

    .max-w80p {
        max-width: 80px !important;
    }

    .max-w100p {
        max-width: 100px !important;
    }

    .max-w200p {
        max-width: 200px !important;
    }

    .fs-2-0em {
        font-size: 2em !important;
    }

    .fs-1-1em {
        font-size: 1.1em !important;
    }

    .fs-0-7em {
        font-size: 0.7em !important;
    }

    .txt-big {
        font-size: 30px;
        font-weight: 400;
    }

    .d-inline-block {
        display: inline-block !important;
    }

    .c-black {
        color: #000000 !important;

    }

    .fw-600 {
        font-weight:600 !important;
    }

    .float-none {
        float: none !important;
    }

@media (min-width: 1200px) {
    .pl-3-min-w-1200 {
            padding-left: 3rem !important;
        }
        .pr-3-min-w-1200 {
            padding-right: 3rem !important;
        }
    }

    @media (max-width: 1199.98px) {
        .mt-2-max-w-1199 {
            margin-top: 2rem !important;
        }

        .mt-3-max-w-1199 {
            margin-top: 3rem !important;
        }

        .mt-4-max-w-1199 {
            margin-top: 4rem !important;
        }

        .mb-4-max-w-1199 {
            margin-bottom: 4rem !important;
        }

        .text-center-max-w-1199 {
            text-align: center;
        }
    }

    @media (min-width: 992px) {
        .pr-3-min-w-992 {
            padding-right: 3rem !important;
        }

        .mt-1n-min-w-992 {
            margin-top: -1rem !important;
        }

        .mt-2n-min-w-992 {
            margin-top: -2rem !important;
        }
    }

    @media (max-width: 991.98px) {
        .pt-2-max-w-991 {
            padding-top: 2rem !important;
        }

        .mt-2-max-w-991 {
            margin-top: 2rem !important;
        }

        .mt-3-max-w-991 {
            margin-top: 3rem !important;
        }

        .mt-4-max-w-991 {
            margin-top: 4rem !important;
        }

        .mt-5-max-w-991 {
            margin-top: 5rem !important;
        }

        .w-100-max-w-991 {
            width: 100% !important;
        }
    }

    .v-al-middle {
        vertical-align: middle !important;
    }

    @media (min-width: 768px) {
        .d-flex-minw-768 {
            display: -webkit-box;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
        }

        .pr-3-min-w-768 {
            padding-right: 3rem !important;
        }
    }

    @media (max-width: 767.98px) {
        .mt-2-md-down {
            margin-top: 2rem !important;
        }

        .mt-3-md-down {
            margin-top: 3rem !important;
        }

        .mt-4-md-down {
            margin-top: 4rem !important;
        }

        .w-100-md-down {
            width: 100% !important;
        }
    }

    .flex-v-al-bottom {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: end !important;
        align-items: flex-end !important;
    }

    .flex-v-al-middle {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center !important;
        align-items: center !important;
    }

    /* Col Update --------------------------------- */
    .col-sm-1half, .col-sm-10half {
        position: relative;
        min-height: 1px;
        padding-right: 15px;
        padding-left: 15px;
    }

    @media (min-width: 768px) {
        .col-sm-1half, .col-sm-10half {
            float: left;
        }

        .col-sm-1half {
            width: 12.49999999%;
        }

        .col-sm-10half {
            width: 87.50000000%;
        }
    }

    @media (max-width: 480px) {
        .d-none-maxw-480 {
            display: none !important;
        }
    }
