body {
    font-family: 'Open Sans', sans-serif;
    margin: 0;
    padding: 0;
}

* {
    box-sizing: border-box;
}

* {
    outline: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin: 0;
    padding: 0;
}

a {
    margin: 0;
    padding: 0;
    text-decoration: none;
}

ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

img {
    max-width: 100%;
}

p {
    margin: 0;
    padding: 0;
    text-align: justify;
    font-size: 13px;
    color: #434343;
    line-height: 1.6;
}

.top {
    padding: 5px 0;
    border-bottom: 1px solid #ededed;
    background: #f4f4f4;
}

.head-demo ul {
    margin: 0;
    padding: 0;
}

    .head-demo ul li {
        margin: 0;
        padding: 5px;
        display: inline-block;
        color: #777;
    }

.follow {
    text-align: right;
    padding-right: 15px;
}

.head-demo ul li a {
    color: #666;
    font-size: 13px;
    margin: 0;
    font-weight: 500;
    text-decoration: none;
}

.head-demo .fa {
    font-size: 15px;
    color: #777;
}

    .head-demo .fa:hover {
        color: #cd2122;
        transition: .1s;
    }

.head-demo ul li a:hover {
    color: #cd2122;
    transition: .1s;
}

li.call-us {
    font-size: 13px;
}

ul.mmm {
    display: inline-block;
}

li.apply-now {
    position: absolute !important;
    right: -130px;
    background: #bd2130;
    padding: 0 15px !important;
    border-radius: 5px !important;
}

    li.apply-now a:hover {
        background: 0 0 !important;
    }

.searchbar {
    position: absolute;
    min-width: 30px;
    width: 0%;
    height: 30px;
    overflow: hidden;
    -webkit-transition: width .3s;
    -moz-transition: width .3s;
    -ms-transition: width .3s;
    -o-transition: width .3s;
    transition: width .3s;
    top: 3px;
    right: 0;
}

.searchbar-input {
    top: 0;
    right: 30px;
    border: 0;
    outline: 0;
    background: #bd2130;
    width: 40%;
    height: 30px;
    margin: 0;
    padding: 10px;
    font-size: 13px;
    color: #fff;
    z-index: 999;
    position: absolute;
}

    .searchbar-input::-webkit-input-placeholder {
        color: #fff;
    }

    .searchbar-input:-moz-placeholder {
        color: #fff;
    }

    .searchbar-input::-moz-placeholder {
        color: #fff;
    }

    .searchbar-input:-ms-input-placeholder {
        color: #fff;
    }

.searchbar-icon,
.searchbar-submit {
    width: 30px;
    height: 30px;
    display: block;
    position: absolute;
    top: 0;
    font-size: 15px;
    right: 0;
    padding: 0;
    margin: 0;
    border: 0;
    outline: 0;
    line-height: 30px;
    text-align: center;
    cursor: pointer;
    color: #fff;
    background: #000;
}

.searchbar-open {
    width: 100%;
    display: block;
}

.carousel-control-next-icon,
.carousel-control-prev-icon {
    background: #000;
    border: none;
    height: 45px;
    width: 45px;
    line-height: 45px;
    filter: brightness(100%) !important;
    border-radius: 50%;
    cursor: pointer;
}

    .carousel-control-next-icon img {
        font-size: 15px;
        width: 45%;
        height: 45%;
        text-align: center;
        margin: 0;
        padding: 0;
    }

    .carousel-control-prev-icon img {
        font-size: 15px;
        width: 40%;
        height: 40%;
        text-align: center;
        margin: 0;
        padding: 0;
    }

.carousel-control-next,
.carousel-control-prev {
    width: 5%;
}

.carousel-caption {
    left: 5%;
    bottom: 15%;
}

.silder-tst {
    margin: 0;
    padding: 30px 15px 30px 100px;
    text-align: left;
    background: linear-gradient(to right, rgba(0, 0, 0, .8) 0, rgba(0, 0, 0, 0) 100%);
    clip-path: polygon(8% 0, 100% 0, 100% 100%, 100% 100%, 0 100%, 0 100%);
    border-radius: 8px;
}

    .silder-tst h3 {
        padding: 0;
        margin: 0;
        font-size: 25px;
        color: #fff;
        text-transform: uppercase;
    }

        .silder-tst h3 span {
            font-weight: 700;
        }

    .silder-tst h2 {
        font-size: 32px;
        color: #fff;
        font-weight: 700;
        width: 600px;
        margin-bottom: 10px;
        padding: 0;
        text-transform: uppercase;
    }

        .silder-tst h2 span {
            font-weight: 400;
        }

.owl-theme .owl-controls .owl-buttons div {
    background: #fff !important;
}

.owl-theme .owl-controls {
    width: 100%;
    height: 50px;
    opacity: 1;
    position: absolute;
    top: 38%;
}

    .owl-theme .owl-controls .owl-buttons div {
        width: 50px;
        height: 50px;
        line-height: 40px;
        border-radius: 0;
        background: 0 0;
    }

.owl-prev {
    position: absolute;
    left: 0;
}

.owl-next {
    position: absolute;
    right: 0;
}

    .owl-next:after,
    .owl-prev:after {
        content: "\f104";
        font-family: FontAwesome;
        font-weight: 900;
        font-size: 30px;
        color: #000;
        opacity: 1;
    }

    .owl-next:after {
        content: "\f105";
    }

.btn-secondary {
    background-color: #eee;
    border: 1px solid #ddd;
    border-radius: 0;
    color: #6c757d;
}

.btn-back-to-top {
    position: fixed;
    width: 45px;
    height: 40px;
    bottom: 0;
    border-radius: 4px 4px 0 0;
    right: 20px;
    opacity: 1;
    text-align: center;
    justify-content: center;
    align-items: center;
    z-index: 9999;
    cursor: pointer;
    -webkit-transition: all .4s;
    background: rgba(64, 64, 64, .75);
    color: #fff;
    font-size: 30px;
}

    .btn-back-to-top:hover {
        background: #404040;
        color: #fff;
    }

.action_box {
    padding: 24px 0;
    color: #fff;
    border-top: 2px solid #fff;
    border-bottom: 1px solid #fff;
    position: relative;
    background-color: #cd2122;
    clear: both;
}

.actionbox--dark {
    color: #000;
    border-top: 2px solid #111;
    border-bottom: 1px solid #111;
}

.action_box:after,
.action_box:before {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -14px;
    margin-left: -25%;
    border-radius: 3px;
    border: 8px solid transparent;
    border-top-width: 7px;
    border-top-color: #cd2122;
}

.action_box:after {
    border-top-color: rgba(0, 0, 0, .2);
}

.action_box[data-arrowpos=center]:after,
.action_box[data-arrowpos=center]:before {
    margin-left: -7px;
}

.action_box[data-arrowpos=right]:after,
.action_box[data-arrowpos=right]:before {
    margin-left: 25%;
}

.action_box-content {
    max-width: 1170px;
    margin: 0 auto;
    padding: 0 15px;
    width: 100%;
}

.action_box-title {
    margin: 10px 0;
    font-weight: 200;
    font-size: 24px;
    line-height: 1.4;
}

.action_box-subtitle {
    opacity: .6;
    line-height: 1.6;
}

.actionbox--dark .action_box-subtitle {
    color: rgba(0, 0, 0, .6);
}

.action_box-button {
    margin-left: 5px;
    margin-right: 5px;
}

.action_box.style2 .action_box-content {
    display: block;
}

.action_box.style2 .action_box-buttons,
.action_box.style2 .action_box-text {
    display: block;
    text-align: center;
    padding-left: 0;
}

.action_box.style2 .action_box-text {
    margin-bottom: 25px;
}

.action_box.style2 .action_box-button,
.action_box.style2 .action_box-button:last-child {
    display: inline-block;
    margin: 0 5px;
}

.actionbox--dark .action_box-text {
    color: #111;
}

.action_box.style3 {
    padding: 0;
    border-radius: 6px;
}

    .action_box.style3:before {
        position: absolute;
        content: '';
        background-color: #cd2122;
        width: 30px;
        height: 32px;
        display: block;
        bottom: -6px;
        left: 20%;
        border-radius: 4px;
        -webkit-transform: skewY(35deg);
        -ms-transform: skewY(35deg);
        transform: skewY(35deg);
        border-top: 0;
    }

    .action_box.style3:after {
        display: none;
    }

    .action_box.style3 .action_box-inner {
        position: relative;
        padding: 35px;
        border-radius: 6px;
        z-index: 1;
    }

        .action_box.style3 .action_box-inner:before {
            position: absolute;
            content: '';
            background-color: #cd2122;
            top: -6px;
            left: 0;
            width: 100%;
            height: 100%;
            display: block;
            -webkit-transform: skewY(1.5deg);
            -ms-transform: skewY(1.5deg);
            transform: skewY(1.5deg);
            border-radius: 6px;
            transform-origin: right top;
        }

        .action_box.style3 .action_box-inner:after {
            position: absolute;
            content: '';
            background-color: rgba(0, 0, 0, .2);
            width: 90%;
            height: 30%;
            display: block;
            border-radius: 4px;
            -webkit-transform: skewY(-2deg);
            -ms-transform: skewY(-2deg);
            transform: skewY(-2deg);
            right: 5%;
            top: -20px;
            z-index: -1;
        }

    .action_box.style3 .action_box-content {
        position: relative;
    }

.fw-thin {
    font-weight: 100 !important;
}

.fw-semibold {
    font-weight: 800 !important;
}

@media (min-width:1200px) {
    .action_box-content {
        display: table;
    }

    .action_box-text {
        display: table-cell;
    }

    .action_box-buttons {
        text-align: right;
        display: table-cell;
        vertical-align: middle;
        padding-left: 0;
    }

    .action_box-button {
        display: inline;
    }
}

.btn-lined {
    background: 0 0;
    color: #fff;
    text-shadow: none;
    padding: 7px 20px;
    line-height: 1.6;
    box-shadow: none;
    font-size: 14px;
    font-weight: 700;
    border-radius: 3px;
    border: 2px solid #fff;
    transition: all .1s ease-in-out;
}

.action_box-button {
    display: inline;
}

.action_box-button {
    margin-left: 5px;
    margin-right: 5px;
}

.btn.btn-fullblack {
    background-color: #090909;
    color: #f9f9f9 !important;
}

.ac-content-text.action_box-text {
    width: 70%;
}

.futures {
    margin: 0;
    padding: 50px 0;
}

    .futures h2 {
        font-family: Montserrat, Helvetica, Arial, sans-serif;
        font-size: 44px;
        line-height: 44px;
        font-weight: 700;
        color: #c8c8c8;
        font-style: normal;
    }

    .futures h6 {
        font-size: 18px;
        font-weight: 100;
        padding: 5px 0;
        margin-bottom: 30px;
    }

.evolve-box {
    position: relative;
    z-index: 1;
    overflow: hidden;
    color: #fff;
}

    .evolve-box img {
        width: 100%;
    }

.evolvetxt {
    position: absolute;
    z-index: 1;
    bottom: 15px;
    left: 0;
    text-align: center;
    right: 0;
    padding: 15px;
}

    .evolvetxt h4 {
        font-size: 15px;
        line-height: 40px;
        font-weight: 600;
        position: relative;
    }

.evolveline {
    position: relative;
    height: 2px;
    background: #cd2122;
    width: 50px;
    display: block;
    margin: 0 auto;
    transition: .8s all ease;
}

.evolve-box:hover .evolveline {
    width: 80px;
}

.image {
    opacity: 1;
    display: block;
    width: 100%;
    height: auto;
    transition: .5s ease;
    backface-visibility: hidden;
}

    .image:hover {
        opacity: .8;
    }

.futures p {
    font-size: 14px;
}

.zn_section {
    padding-top: 35px;
    padding-bottom: 35px;
    position: relative;
    background: #f5f5f5;
}

.zn_section--masked {
    padding-bottom: 55px;
}

.zn_section__source + .zn_section_size {
    position: relative;
}

.kl-bg-source + .zn_section_size {
    position: relative;
}

@media screen and (max-width:991px) {
    .section-sidemargins .zn_section_size.full_width {
        margin-left: 15px;
        margin-right: 15px;
    }
}

.ios-fixed-position-scr ~ .zn_section {
    position: relative;
}

.zn_section--inlinemodal {
    margin-left: auto;
    margin-right: auto;
    position: relative;
}

.mfp-close-btn-in .zn_section--inlinemodal .mfp-close {
    right: -5px;
    top: -45px;
}

@media (max-width:767px) {
    .mfp-close-btn-in .zn_section--inlinemodal {
        padding-top: 30px !important;
    }

        .mfp-close-btn-in .zn_section--inlinemodal .mfp-close {
            top: -5px;
        }
}

.zn_pb_editor_enabled .zn_section--inlinemodal.mfp-hide {
    display: block !important;
}

.zn_section--stretch-container {
    padding-left: 20px;
    padding-right: 20px;
}

    .zn_section--stretch-container > .container {
        width: 100%;
    }

.zn_section-modalOverlay {
    background: rgba(143, 43, 162, .5);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
}

.modal-overlay-hidden ~ .zn_section-modalOverlay {
    display: none;
}

.zn_section-modalInfo {
    position: absolute;
    top: 20px;
    right: 30px;
    z-index: 3;
    width: 70px;
    color: #000;
    font-size: 11px;
    font-weight: 700;
    line-height: 1.3;
    text-align: center;
}

.zn_section-modalInfo-title {
    display: block;
    margin-bottom: 20px;
}

.zn_section-modalInfo-tip {
    display: block;
    margin-bottom: 20px;
    position: relative;
}

.zn_section-modalInfo a {
    color: #000;
}

    .zn_section-modalInfo a:focus,
    .zn_section-modalInfo a:hover {
        color: rgba(0, 0, 0, .65);
    }

.zn_section-modalInfo-bubble {
    display: none;
    width: 230px;
    right: 100%;
    position: absolute;
    top: -10px;
    font-weight: 400;
    background: rgba(0, 0, 0, .15);
    padding: 10px 10px 10px 15px;
    line-height: 1.5;
    text-align: start;
    border-radius: 3px;
}

    .zn_section-modalInfo-bubble:after {
        content: "";
        position: absolute;
        right: -10px;
        top: 15px;
        border: 5px solid transparent;
        border-left-color: rgba(0, 0, 0, .15);
    }

.zn_section-modalInfo-tip:hover .zn_section-modalInfo-bubble {
    display: block;
}

.zn_section-modalInfo-toggleVisible {
    display: block;
    cursor: pointer;
}

.modal-overlay-hidden + .zn_section-modalInfo .dashicons-visibility:before {
    content: "\f530";
}

@media (min-width:768px) {
    .zn-section-content_algn--bottom,
    .zn-section-content_algn--middle {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

        .zn-section-content_algn--bottom > .row,
        .zn-section-content_algn--middle > .row {
            width: 100%;
        }

        .zn-section-content_algn--middle > .row {
            -webkit-align-self: center;
            -ms-flex-item-align: center;
            align-self: center;
        }

        .zn-section-content_algn--bottom > .row {
            -webkit-align-self: flex-end;
            -ms-flex-item-align: end;
            align-self: flex-end;
        }

    .is-ie11 .zn_section_size.zn-section-content_algn--middle {
        display: table;
        table-layout: fixed;
    }

        .is-ie11 .zn_section_size.zn-section-content_algn--middle > .row {
            display: table-cell;
            vertical-align: middle;
        }
}

.zn_section.section--skewed,
.zn_section.section--skewed-flipped {
    z-index: 1;
    background-color: transparent !important;
}

    .zn_section.section--skewed .kl-bg-source:not(:empty) {
        -webkit-transform: skewY(3deg);
        transform: skewY(3deg);
        overflow: hidden;
        -webkit-backface-visibility: hidden;
    }

    .zn_section.section--skewed .kl-bg-source__bgimage {
        -webkit-transform: skewY(-3deg);
        transform: skewY(-3deg);
        margin: -100px 0;
        -webkit-backface-visibility: hidden;
    }

    .zn_section.section--skewed .zn-bgSource-overlay {
        -webkit-transform: skewY(-3deg);
        transform: skewY(-3deg);
        margin: -100px 0;
        -webkit-backface-visibility: hidden;
    }

    .zn_section.section--skewed-flipped .kl-bg-source:not(:empty) {
        -webkit-transform: skewY(-3deg);
        transform: skewY(-3deg);
        overflow: hidden;
        -webkit-backface-visibility: hidden;
    }

    .zn_section.section--skewed-flipped .kl-bg-source__bgimage {
        -webkit-transform: skewY(3deg);
        transform: skewY(3deg);
        margin: -100px 0;
        -webkit-backface-visibility: hidden;
    }

    .zn_section.section--skewed-flipped .zn-bgSource-overlay {
        -webkit-transform: skewY(3deg);
        transform: skewY(3deg);
        margin: -100px 0;
        -webkit-backface-visibility: hidden;
    }

.zn-prLayer {
    position: absolute;
    pointer-events: none;
    z-index: 0;
}

    .zn-prLayer.zn-prLayer--align-top-left {
        top: 0;
        left: 0;
    }

    .zn-prLayer.zn-prLayer--align-top-center {
        top: 0;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
    }

    .zn-prLayer.zn-prLayer--align-top-right {
        top: 0;
        right: 0;
    }

    .zn-prLayer.zn-prLayer--align-center-left {
        top: 50%;
        left: 0;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }

    .zn-prLayer.zn-prLayer--align-center {
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }

    .zn-prLayer.zn-prLayer--align-center-right {
        top: 50%;
        right: 0;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }

    .zn-prLayer.zn-prLayer--align-bottom-left {
        bottom: 0;
        left: 0;
    }

    .zn-prLayer.zn-prLayer--align-bottom-center {
        bottom: 0;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
    }

    .zn-prLayer.zn-prLayer--align-bottom-right {
        bottom: 0;
        right: 0;
    }

    .zn-prLayer.zn-prLayer--over {
        z-index: 1;
    }

    .zn-prLayer.zn-prLayer--blur-simple {
        -webkit-filter: blur(3px);
        filter: blur(3px);
    }

    .zn-prLayer.zn-prLayer--blur-deep {
        -webkit-filter: blur(7px);
        filter: blur(7px);
    }

    .zn-prLayer.zn-prLayer--blur-deeper {
        -webkit-filter: blur(12px);
        filter: blur(12px);
    }

.eluide3b7aab4 {
    padding-top: 0;
    padding-bottom: 64px;
}

.zn_section.eluide3b7aab4 {
    background-color: #fff;
}

.kl-title-block {
    padding-top: 0;
    padding-bottom: 35px;
}

.tbk__title {
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 24px;
    line-height: 30px;
    font-weight: 400;
    font-style: normal;
}

.tbk__subtitle {
    margin-top: 0;
    font-size: 20px;
    font-size: 20px;
    line-height: 26px;
    font-weight: 400;
    font-style: normal;
}

.tbk__text {
    margin-top: 0;
    line-height: 1.6;
}

.tbk__symbol {
    margin-top: 0;
    margin-bottom: 10px;
    display: block;
}

.tbk-symbol--line .tbk__symbol span {
    display: inline-block;
    width: 50px;
    height: 3px;
    background-color: #ccc;
}

.tbk--text-dark.tbk-symbol--line .tbk__symbol span {
    background-color: #333;
}

.tbk-symbol--line.tbk-icon-pos--after-title .tbk__symbol {
    margin-bottom: 20px;
    margin-top: -5px;
}

.tbk-symbol--border .tbk__symbol,
.tbk-symbol--border2 .tbk__symbol {
    margin-bottom: 20px;
}

    .tbk-symbol--border .tbk__symbol span,
    .tbk-symbol--border2 .tbk__symbol span {
        display: block;
        width: 100%;
        height: 1px;
        background-color: #ccc;
    }

.tbk--text-dark.tbk-symbol--border2 .tbk__symbol span {
    background-color: #333;
}

.tbk-symbol--border.tbk-icon-pos--after-text .tbk__symbol {
    margin-top: 30px;
}

.tbk-symbol--border2.tbk-icon-pos--after-title .tbk__border-helper {
    border-bottom: 3px solid #d2d2d2;
    padding-bottom: 15px;
    margin-bottom: -12px;
    display: inline-block;
}

.tbk--text-dark.tbk-symbol--border2.tbk-icon-pos--after-title .tbk__border-helper {
    border-bottom-color: #2d2d2d;
}

.tbk-symbol--line_border .tbk__symbol span {
    display: inline-block;
    width: 50px;
    height: 3px;
    background-color: #ccc;
    margin-right: 25px;
    margin-left: 25px;
    vertical-align: middle;
}

.tbk-symbol--line_border .tbk__symbol:after,
.tbk-symbol--line_border .tbk__symbol:before {
    content: '';
    display: inline-block;
    width: calc(50% - 50px);
    height: 1px;
    background-color: #ccc;
    vertical-align: middle;
}

.tbk--text-dark.tbk-symbol--line_border .tbk__symbol span,
.tbk--text-dark.tbk-symbol--line_border .tbk__symbol:after,
.tbk--text-dark.tbk-symbol--line_border .tbk__symbol:before {
    background-color: #333;
}

.tbk--left.tbk-symbol--line_border .tbk__symbol span {
    margin-left: 0;
}

.tbk--left.tbk-symbol--line_border .tbk__symbol:before {
    display: none;
}

.tbk--left.tbk-symbol--line_border .tbk__symbol:after {
    content: '';
    display: inline-block;
    width: calc(100% - 75px);
    height: 1px;
    background-color: #ccc;
}

.tbk--text-dark.tbk--left.tbk-symbol--line_border .tbk__symbol:after {
    background-color: #333;
}

.tbk--right.tbk-symbol--line_border .tbk__symbol span {
    margin-right: 0;
}

.tbk--right.tbk-symbol--line_border .tbk__symbol:before {
    content: '';
    display: inline-block;
    width: calc(100% - 75px);
    height: 1px;
    background-color: #ccc;
}

.tbk--text-dark.tbk--right.tbk-symbol--line_border .tbk__symbol:before {
    background-color: #333;
}

.tbk--right.tbk-symbol--line_border .tbk__symbol:after {
    display: none;
}

.tbk-symbol--line_border.tbk-icon-pos--after-subtitle .tbk__subtitle {
    margin-bottom: 20px;
}

.tbk-symbol--line_border.tbk-icon-pos--after-text .tbk__text {
    margin-bottom: 25px;
}

.tbk-symbol--icon.tbk-icon-pos--after-text .tbk__text {
    margin-bottom: 25px;
}

.tbk__title .tbk__symbol {
    display: inline-block;
    margin-right: 10px;
    vertical-align: middle;
}

.tbk__title .tbk__icon {
    vertical-align: middle;
}

.tbk--colored.tbk-symbol--border .tbk__symbol span,
.tbk--colored.tbk-symbol--line .tbk__symbol span,
.tbk--colored.tbk-symbol--line_border .tbk__symbol span {
    background-color: #cd2122;
}

.tbk--colored.tbk-symbol--icon .tbk__icon {
    color: #cd2122;
}

.tbk--colored.tbk-symbol--border2 .tbk__border-helper {
    border-bottom-color: #cd2122;
}

.eluid2ed53a24 {
    padding-top: 0;
    padding-bottom: 0;
}

    .eluid2ed53a24 .tbk__title {
        margin-bottom: 10px;
    }

    .eluid2ed53a24 .tbk__title {
        font-family: Montserrat, Helvetica, Arial, sans-serif;
        font-size: 44px;
        line-height: 44px;
        font-weight: 700;
        color: #c8c8c8;
        font-style: normal;
    }

    .eluid2ed53a24 .tbk__subtitle {
        font-family: "Open Sans", Helvetica, Arial, sans-serif;
        font-size: 18px;
        line-height: 32px;
        font-weight: 100;
        font-style: normal;
    }

    .eluid2ed53a24 .tbk__icon {
        font-size: 28px;
    }

.eluid09defe66 {
    padding-top: 15px;
    padding-bottom: 15px;
}

.zn_section.eluid09defe66 {
    background-color: #fff;
}

.image-boxes {
    margin-bottom: 30px;
    border-radius: 2px;
}

.image-boxes-img {
    width: 100%;
    height: auto;
}

.image-boxes-holder,
.image-boxes-link {
    display: block;
    margin-bottom: 20px;
    position: relative;
}

.image-boxes-img-wrapper {
    display: block;
}

.image-boxes-no .image-boxes-img-wrapper {
    height: auto !important;
}

.image-boxes-img.cover-fit-img {
    height: 100%;
}

.image-boxes.image-boxes--1 {
    overflow: visible;
}

    .image-boxes.image-boxes--1 .image-boxes-readon {
        position: absolute;
        left: -10px;
        bottom: 20px;
        color: #fff;
        padding: 11px 15px;
        font-size: 12px;
        font-weight: 500;
        line-height: 1;
        margin: 0;
        border-radius: 2px;
        z-index: 1;
    }

    .image-boxes.image-boxes--1 .image-boxes-link:hover .image-boxes-readon {
        left: 20px;
    }

    .image-boxes.image-boxes--1 .image-boxes-img {
        box-shadow: 0 1px 1px rgba(0, 0, 0, .22);
    }

.image-boxes.image-boxes--2 .image-boxes-link {
    margin-bottom: 0;
}

.imgbox-simple .image-boxes-img {
    width: auto;
    background-size: auto 100%;
}

.imgbox-simple .img-align-center .image-boxes-img {
    display: block;
    margin: 0 auto;
}

.imgbox-simple .img-align-left {
    text-align: left;
}

.imgbox-simple .img-align-right {
    text-align: right;
}

    .imgbox-simple .img-align-left img.image-boxes-img,
    .imgbox-simple .img-align-right img.image-boxes-img {
        display: inline-block;
    }

.no-object-fit .imgbox-simple .img-align-left .image-boxes-img {
    background-position-x: left;
}

.no-object-fit .imgbox-simple .img-align-right .image-boxes-img {
    background-position-x: right;
}

.sliding-details {
    position: relative;
    display: block;
    overflow: hidden;
}

    .sliding-details:not([class*=znBoxShadow-]):hover {
        box-shadow: 0 0 7px rgba(0, 0, 0, .5);
    }

.sliding-details-img {
    position: relative;
}

.sliding-details,
.sliding-details-content {
    -webkit-transition: all .2s cubic-bezier(.68, 0, .265, 1);
    transition: all .2s cubic-bezier(.68, 0, .265, 1);
    -webkit-backface-visibility: hidden;
}

.sliding-details-content {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 100%;
    opacity: 0;
    visibility: hidden;
    padding: 25px 30px;
    font-size: 12px;
    color: #fff;
    background: #232323;
    background: rgba(35, 35, 35, .8);
}

.sliding-details:hover .sliding-details-content {
    visibility: visible;
    opacity: 1;
    top: 0;
}

.sliding-details-title {
    font-size: 18px;
    margin-top: 0;
}

.image-boxes.image-boxes--4 .image-boxes-title {
    position: absolute;
    bottom: 0;
    color: #fff;
    width: 100%;
    text-align: center;
    font-size: 16px;
    margin-bottom: 0;
    padding-bottom: 30px;
    z-index: 0;
}

    .image-boxes.image-boxes--4 .image-boxes-title:before {
        content: '';
        position: absolute;
        top: -100%;
        left: 0;
        height: 200%;
        width: 100%;
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0, transparent), color-stop(100%, #000));
        background: -webkit-linear-gradient(top, transparent 0, #000 100%);
        background: linear-gradient(to bottom, transparent 0, #000 100%);
        opacity: .8;
        -webkit-backface-visibility: hidden;
    }

    .image-boxes.image-boxes--4 .image-boxes-title span {
        z-index: 1;
        position: relative;
        -webkit-backface-visibility: hidden;
    }

    .image-boxes.image-boxes--4 .image-boxes-title:after {
        content: '';
        position: relative;
        height: 2px;
        width: 30px;
        display: block;
        margin: 0 auto;
        margin-top: 10px;
        -webkit-transition: all .2s ease-out;
        transition: all .2s ease-out;
        z-index: 1;
        -webkit-backface-visibility: hidden;
    }

.image-boxes.image-boxes--4:hover .image-boxes-title:after {
    width: 60px;
}

.image-boxes.image-boxes--4 .image-boxes-img {
    -webkit-transition: opacity .2s ease-out;
    transition: opacity .2s ease-out;
    -webkit-backface-visibility: hidden;
}

.image-boxes.image-boxes--4:hover .image-boxes-img {
    opacity: .8;
}

.image-boxes.image-boxes--4.kl-title_style_bottom .image-boxes-title {
    text-align: left;
    padding: 0 20px 30px;
    -webkit-transition: padding-bottom .2s ease-out;
    transition: padding-bottom .2s ease-out;
}

    .image-boxes.image-boxes--4.kl-title_style_bottom .image-boxes-title:before {
        -webkit-transition: opacity .2s ease-out;
        transition: opacity .2s ease-out;
    }

    .image-boxes.image-boxes--4.kl-title_style_bottom .image-boxes-title:after {
        display: none;
    }

.image-boxes.image-boxes--4.kl-title_style_bottom .imgboxes-border-helper {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    border-bottom-style: solid;
    border-bottom-width: 5px;
    -webkit-transition: all .2s ease-out;
    transition: all .2s ease-out;
    z-index: 1;
}

.image-boxes.image-boxes--4.kl-title_style_bottom:hover .imgboxes-border-helper {
    border-bottom-style: solid;
    border-bottom-width: 10px;
}

.image-boxes.image-boxes--4.kl-title_style_bottom:hover .image-boxes-title {
    text-align: left;
    padding-bottom: 25px;
}

    .image-boxes.image-boxes--4.kl-title_style_bottom:hover .image-boxes-title:before {
        opacity: .5;
    }

.image-boxes.image-boxes--4.kl-title_style_left .image-boxes-title {
    text-align: left;
    padding: 0 20px 30px;
}

    .image-boxes.image-boxes--4.kl-title_style_left .image-boxes-title:after {
        margin: initial;
        width: 40px;
        margin-top: 10px;
    }

.image-boxes.image-boxes--4.kl-title_style_left:hover .image-boxes-title:after {
    width: 80px;
}

.eluiddda1b169.image-boxes .image-boxes-img-wrapper {
    height: 270px;
}

.eluiddda1b169 {
    margin-bottom: 30px;
}

.znColumnElement-innerWrapper-eluidfae0a288 {
    min-height: px;
}

.eluid3806fc67.image-boxes .image-boxes-img-wrapper {
    height: 270px;
}

.eluid3806fc67 {
    margin-bottom: 30px;
}

.eluid3e112a5a.image-boxes .image-boxes-img-wrapper {
    height: 270px;
}

.eluid3e112a5a {
    margin-bottom: 30px;
}

.eluid631417c6 {
    padding-top: 0;
    padding-bottom: 26px;
}

.zn_section.eluid631417c6 {
    background-color: #fff;
}

.statistic-box__title {
    font-size: 40px;
    color: #fff;
    font-weight: 300;
    line-height: 1;
    margin: 0 0 10px;
}

.statistic-box__content {
    color: #fff;
    font-size: 13px;
}

.statistic-box__details {
    margin: 0;
    position: relative;
    width: 100%;
}

.statistic-box__icon-holder {
    width: 100%;
    margin: 0;
    vertical-align: middle;
}

span.statistic-box__icon {
    font-size: 40px;
}

.statistic-box__icon-holder--img {
    line-height: 60px;
}

.statistic-box__iconimg {
    max-height: 80px;
    width: auto;
}

.statistic-box:hover .statistic-box__icon {
    opacity: 1;
}

.statistic-box__line {
    position: relative;
    width: 100%;
    height: 1px;
    border-bottom: dotted 1px #cd2122;
    margin: 0;
}

    .statistic-box__line::before {
        content: '';
        position: absolute;
        height: 3px;
        background-color: #fff;
        width: 3px;
        display: block;
        left: 50%;
        border-radius: 3px;
        top: -1px;
        box-shadow: 0 5px 0 -1px #fff, 0 10px 0 -1px #fff, 0 15px 0 -1px #fff, 0 20px 0 -1px #fff;
    }

.statistic-box--stl-style1.statistic-box__container {
    width: 100%;
    display: table;
    table-layout: fixed;
    margin-top: 120px;
    margin-bottom: 120px;
}

.statistic-box--stl-style1 .statistic-box {
    position: relative;
    display: table-cell;
    text-align: center;
}

.statistic-box--stl-style1 .statistic-box__icon-holder {
    position: absolute;
    top: 0;
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
    padding-top: 0;
    padding-bottom: 35px;
}

.statistic-box--stl-style1 .statistic-box__details {
    position: absolute;
    top: 0;
    min-height: 90px;
    padding-top: 35px;
    padding-bottom: 0;
}

.statistic-box--odd .statistic-box__icon-holder {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    padding-top: 35px;
    padding-bottom: 0;
}

.statistic-box--odd .statistic-box__details {
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
    padding-bottom: 35px;
    padding-top: 0;
}

.statistic-box--odd .statistic-box__line::before {
    bottom: -2px;
    box-shadow: 0 -5px 0 -1px #fff, 0 -10px 0 -1px #fff, 0 -15px 0 -1px #fff, 0 -20px 0 -1px #fff;
}

.statistic-box--stl-style2.statistic-box__container {
    width: 100%;
    display: table;
    table-layout: fixed;
    margin-top: 120px;
    margin-bottom: 120px;
}

.statistic-box--stl-style2 .statistic-box {
    position: relative;
    display: table-cell;
    text-align: center;
}

.statistic-box--stl-style2 .statistic-box__icon-holder {
    position: absolute;
    top: 0;
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
    padding-top: 0;
    padding-bottom: 35px;
}

.statistic-box--stl-style2 .statistic-box__details {
    position: absolute;
    top: 0;
    min-height: 90px;
    padding-top: 35px;
    padding-bottom: 0;
}

.statistic-box--dark .statistic-box__title {
    color: #121212;
}

.statistic-box--dark .statistic-box__content {
    color: #121212;
}

.statistic-box--dark .statistic-box__icon {
    color: #121212;
}

.statistic-box--dark .statistic-box__line::before {
    background-color: #121212;
    box-shadow: 0 5px 0 -1px #121212, 0 10px 0 -1px #121212, 0 15px 0 -1px #121212, 0 20px 0 -1px #121212;
}

.statistic-box--dark .statistic-box--odd .statistic-box__line::before {
    box-shadow: 0 -5px 0 -1px #121212, 0 -10px 0 -1px #121212, 0 -15px 0 -1px #121212, 0 -20px 0 -1px #121212;
}

.zn_pb_editor_enabled .statistic-box__details ~ .statistic-box__line,
.zn_pb_editor_enabled .statistic-box__icon-holder ~ .statistic-box__line {
    min-height: 3px;
}

@media screen and (min-width:992px) and (max-width:1199px) {
    .statistic-box__title {
        font-size: 32px;
    }
}

@media screen and (max-width:991px) {
    .statistic-box--stl-style1.statistic-box__container {
        width: 100%;
        display: block;
        margin: 0;
    }

    .statistic-box--stl-style1 .statistic-box {
        position: relative;
        display: block;
        float: left;
        width: 50%;
        margin-bottom: 15px;
        text-align: center;
    }

    .statistic-box--stl-style1 .statistic-box__icon-holder {
        position: static;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        padding-top: 0;
        padding-bottom: 0;
    }

    .statistic-box--stl-style1 .statistic-box__details {
        position: static;
        min-height: 90px;
        padding-top: 0;
        padding-bottom: 0;
    }

    .statistic-box--stl-style1 .statistic-box--odd .statistic-box__icon-holder {
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        padding-top: 0;
        padding-bottom: 0;
    }

    .statistic-box--stl-style1 .statistic-box--odd .statistic-box__details {
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        padding-bottom: 0;
        padding-top: 0;
    }

    .statistic-box--stl-style1 .statistic-box__line {
        display: none;
    }

    .statistic-box--stl-style2.statistic-box__container {
        width: 100%;
        display: block;
        margin: 0;
    }

    .statistic-box--stl-style2 .statistic-box {
        position: relative;
        display: block;
        float: left;
        width: 50%;
        margin-bottom: 30px;
        text-align: center;
    }

    .statistic-box--stl-style2 .statistic-box__icon-holder {
        position: static;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        padding-top: 0;
        padding-bottom: 0;
    }

    .statistic-box--stl-style2 .statistic-box__details {
        position: static;
        min-height: 90px;
        padding-top: 0;
        padding-bottom: 0;
    }

    .statistic-box--stl-style2 .statistic-box--odd .statistic-box__icon-holder {
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        padding-top: 0;
        padding-bottom: 0;
    }

    .statistic-box--stl-style2 .statistic-box--odd .statistic-box__details {
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        padding-bottom: 0;
        padding-top: 0;
    }

    .statistic-box--stl-style2 .statistic-box__line {
        display: none;
    }
}

.eluid08155dc8 span.statistic-box__icon {
    font-size: 80px;
}

.eluid08155dc8 .statistic-box__line {
    border-bottom-color: #b5b5b5;
}

.eluida0b43df6 {
    padding-top: 81px;
    padding-bottom: 88px;
}

.media-container {
    position: relative;
}

.no-flexbox .media-container {
    width: 100%;
    display: table;
}

.media-container[onclick] {
    cursor: pointer;
}

.media-container__link {
    -webkit-transition: color .25s ease-out;
    transition: color .25s ease-out;
}

.media-container__link--wrap {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

.media-container__link--btn {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
    outline: 0 !important;
    -webkit-backface-visibility: hidden;
}

.media-container__link .kl-icon {
    color: #fff;
}

.media-container__link--btn .kl-icon:not(.circled-icon) {
    margin-right: 5px;
    -webkit-transition: margin-right .2s ease-out;
    transition: margin-right .2s ease-out;
}

.media-container__link--btn:hover .kl-icon:not(.circled-icon) {
    margin-right: 15px;
}

.media-container__link--style-borderanim1 {
    padding: 10px 30px;
    font-size: 42px;
    letter-spacing: 2px;
    font-weight: 600;
    line-height: 1.2;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    -webkit-transition: color .2s ease-out;
    transition: color .2s ease-out;
    width: 100%;
}

    .media-container__link--style-borderanim1 > i {
        opacity: .8;
        background-color: #fff;
        display: block;
        position: absolute;
        -webkit-transition: all .2s ease-out;
        transition: all .2s ease-out;
    }

.media-container__border-tt {
    width: 30%;
    height: 7px;
    top: 0;
    left: 0;
}

.media-container__border-tl {
    height: 80%;
    width: 7px;
    top: 7px;
    left: 0;
}

.media-container__border-bb {
    width: 30%;
    height: 7px;
    bottom: 0;
    right: 0;
}

.media-container__border-br {
    height: 80%;
    width: 7px;
    bottom: 7px;
    right: 0;
}

.media-container__text {
    white-space: initial;
    font-size: 18px;
    line-height: 1.8;
}

.media-container:hover > i {
    opacity: 1;
}

.media-container:hover .media-container__border-tt {
    width: 100%;
    height: 3px;
    top: 0;
    left: 0;
}

.media-container:hover .media-container__border-tl {
    height: 100%;
    width: 3px;
    top: 0;
    left: 0;
}

.media-container:hover .media-container__border-bb {
    width: 100%;
    height: 3px;
    bottom: 0;
    right: 0;
}

.media-container:hover .media-container__border-br {
    height: 100%;
    width: 3px;
    bottom: 0;
    right: 0;
}

.media-container__link--style-borderanim2 {
    color: #fff;
}

    .media-container__link--style-borderanim2 .media-container__text {
        text-align: center;
        font-size: 32px;
        letter-spacing: 4px;
        font-weight: 700;
        line-height: 1;
        position: absolute;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
    }

.borderanim2-svg {
    position: relative;
}

.borderanim2-svg__shape {
    stroke-width: 8px;
    fill: transparent;
    stroke: #fff;
    -webkit-transition: stroke-width 1s, stroke-dashoffset 1s, stroke-dasharray 1s;
    transition: stroke-width 1s, stroke-dashoffset 1s, stroke-dasharray 1s;
}

.media-container:hover .borderanim2-svg__shape {
    stroke-width: 3px;
    stroke-dashoffset: 0;
}

@media (max-width:767px) {
    .media-container .media-container__link--btn .borderanim2-svg {
        width: 100%;
    }

        .media-container .media-container__link--btn .borderanim2-svg > svg {
            display: none;
        }

    .media-container .borderanim2-svg .media-container__text {
        white-space: normal;
        position: static;
        display: block;
    }
}

.media-container:hover .circleanim-svg__circle-front {
    stroke-dasharray: 340;
    stroke-width: 2px;
    stroke-opacity: 1;
}

.media-container.media-container--type-pb {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.media-container-pb {
    width: calc(100% - 50px);
    margin: 10px 25px;
}

    .media-container-pb.media-container-pb--alg-top {
        -webkit-align-self: flex-start;
        -ms-flex-item-align: start;
        align-self: flex-start;
    }

    .media-container-pb.media-container-pb--alg-center {
        -webkit-align-self: center;
        -ms-flex-item-align: center;
        align-self: center;
    }

    .media-container-pb.media-container-pb--alg-bottom {
        -webkit-align-self: flex-end;
        -ms-flex-item-align: end;
        align-self: flex-end;
    }

.no-flexbox .media-container-pb.media-container-pb--alg-top {
    display: table-cell;
    vertical-align: top;
}

.no-flexbox .media-container-pb.media-container-pb--alg-center {
    display: table-cell;
    vertical-align: middle;
}

.no-flexbox .media-container-pb.media-container-pb--alg-bottom {
    display: table-cell;
    vertical-align: bottom;
}

@media screen and (min-width:1200px) {
    .media-container {
        min-height: 300px;
    }
}

@media screen and (min-width:992px) and (max-width:1199px) {
    .media-container {
        min-height: 300px;
    }
}

@media screen and (min-width:768px) and (max-width:991px) {
    .media-container {
        min-height: 300px;
    }
}

@media screen and (max-width:767px) {
    .media-container {
        min-height: 400px;
    }
}

.eluidaba43c07 {
    min-height: 615px;
}

@media (min-width:992px) and (max-width:1199px) {
    .eluidaba43c07 {
        min-height: 480px;
    }
}

@media (min-width:768px) and (max-width:991px) {
    .eluidaba43c07 {
        min-height: 460px;
    }
}

@media (max-width:767px) {
    .eluidaba43c07 {
        min-height: 400px;
    }
}

.eluidaba43c07 .borderanim2-svg {
    width: 400px;
}

    .eluidaba43c07 .borderanim2-svg .media-container__text {
        line-height: 70px;
    }

.eluidaba43c07 .borderanim2-svg__shape {
    stroke-dasharray: 100 1000;
    stroke-dashoffset: -620;
}

.eluidaba43c07:hover .borderanim2-svg__shape {
    stroke-dasharray: 940;
}

.eluiddf379133 {
    padding-top: 15px;
    padding-bottom: 0;
}

    .eluiddf379133 .tbk__title {
        margin-bottom: 5px;
    }

    .eluiddf379133 .tbk__title {
        font-family: Montserrat, Helvetica, Arial, sans-serif;
        font-size: 32px;
        line-height: 46px;
        font-weight: 700;
        color: #454545;
        font-style: normal;
    }

    .eluiddf379133 .tbk__subtitle {
        font-family: "Open Sans", Helvetica, Arial, sans-serif;
        font-size: 14px;
        line-height: 32px;
        font-weight: 100;
        font-style: normal;
    }

    .eluiddf379133 .tbk__icon {
        font-size: 28px;
    }

.zn_separator.zn_separator--icon-no {
    border-top-style: solid;
}

.zn_pb_editor_enabled .sep-no-notification {
    margin-bottom: 2px;
}

.zn_separator--icon-yes .zn_separator__icon {
    display: inline-block;
    color: #cd2122;
    vertical-align: middle;
    margin-left: 20px;
    margin-right: 20px;
    font-size: 20px;
}

.zn_separator--icon-yes .zn_separator__line {
    content: '';
    display: inline-block;
    border-top-style: solid;
    width: calc(50% - 50px);
    vertical-align: middle;
}

.eluid40ed4648 {
    margin-top: 20px;
    margin-bottom: 20px;
}

    .eluid40ed4648.zn_separator--icon-no {
        border-top-width: 4px;
        border-top-color: #ededed;
    }

.latest-posts-crs {
    position: relative;
}

.latest-posts-crs-controls {
    position: relative;
    right: auto;
    float: right;
}

.latest-posts-crs-arr {
    opacity: .5;
}

.latest-posts-crs-title {
    font-style: italic;
    font-size: 16px;
    line-height: 1.4;
    margin-top: 10px;
}

.latest-posts-crs-details {
    display: block;
    font-size: 11px;
    color: #7d7d7d;
}

.latest-posts-crs-list {
    margin: 0;
    padding: 0;
    list-style: none;
    height: auto;
    height: auto !important;
    position: relative !important;
}

.latest-posts-crs-post {
    float: left;
    margin: 0;
    padding: 0 10px;
}

.latest-posts-crs-readon {
    position: absolute;
    left: -10px;
    bottom: 16px;
    color: #fff;
    padding: 11px 14px;
    background: #cd2122;
    font-size: 12px;
    font-weight: 500;
    line-height: 1;
    margin: 0;
    border-radius: 2px;
    z-index: 1;
}

.latest-posts-crs-link:hover .latest-posts-crs-readon {
    left: 15px;
    background: #fff;
}

.smart-cnt--action_box {
    position: relative;
    padding: 0;
    border-radius: 6px;
    background-color: #000;
    margin-bottom: 20px;
}

    .smart-cnt--action_box:before {
        position: absolute;
        content: '';
        background-color: #000;
        width: 30px;
        height: 32px;
        display: block;
        bottom: -6px;
        left: 20%;
        border-radius: 4px;
        -webkit-transform: skewY(35deg);
        -ms-transform: skewY(35deg);
        transform: skewY(35deg);
        border-top: 0;
    }

    .smart-cnt--action_box .smart-cnt-inner {
        position: relative;
        padding: 35px;
        border-radius: 6px;
        z-index: 1;
    }

        .smart-cnt--action_box .smart-cnt-inner:before {
            position: absolute;
            content: '';
            background-color: #000;
            top: -6px;
            left: 0;
            width: 100%;
            height: 100%;
            display: block;
            -webkit-transform: skewY(1.5deg);
            -ms-transform: skewY(1.5deg);
            transform: skewY(1.5deg);
            border-radius: 6px;
            transform-origin: right top;
        }

        .smart-cnt--action_box .smart-cnt-inner:after {
            position: absolute;
            content: '';
            background-color: rgba(0, 0, 0, .2);
            width: 90%;
            height: 30%;
            display: block;
            border-radius: 4px;
            -webkit-transform: skewY(-2deg);
            -ms-transform: skewY(-2deg);
            transform: skewY(-2deg);
            right: 5%;
            top: -20px;
            z-index: -1;
        }

.eluidbb2fd83c {
    padding-top: 2%;
    padding-bottom: 2%;
}

.eluid39a0f171 {
    padding-top: 0;
    padding-bottom: 0;
}

.zn_section.eluid39a0f171 {
    background-color: #fff;
}

.latest_posts-acc {
    position: relative;
}

.latest_posts-acc-elm-title {
    position: absolute;
    top: 14px;
    z-index: 1;
    margin: 0;
}

.latest_posts-acc-viewall {
    position: absolute;
    top: 12px;
    right: 0;
    font-size: 10px;
    font-weight: 700;
    color: #757575;
    z-index: 1;
}

.latest_posts-acc--dark .latest_posts-acc-viewall {
    color: #ababab;
}

.latest_posts-acc-inner,
.latest_posts-acc-item,
.latest_posts-acc-link {
    -webkit-transition: width.2s ease-in-out .2s;
    transition: width .2s ease-in-out .2s;
}

.latest_posts-acc-wrapper {
    width: 100%;
    margin: 0 auto 20px;
    overflow: hidden;
    position: relative;
}

.latest_posts-acc-list {
    list-style: none;
    padding: 0;
    margin: 0;
    width: 100%;
}

.latest_posts-acc-item {
    width: calc(25% - 20px);
    padding-top: 50px;
    position: relative;
    float: left;
    overflow: hidden;
    margin-right: 20px;
    border-top: 4px solid #e7e7e7;
}

.latestposts--dark .latest_posts-acc-item {
    border-top-color: #323232;
}

.latest_posts-acc-inner,
.latest_posts-acc-item:hover ~ .latest_posts-acc-item > .latest_posts-acc-inner {
    width: calc(200% + 40px);
}

.latest_posts-acc-item.last > .latest_posts-acc-inner,
.latest_posts-acc-item:hover > .latest_posts-acc-inner {
    width: 100%;
}

.latest_posts-acc-link {
    width: calc(50% - 20px);
    float: left;
    margin-right: 20px;
    opacity: .8;
}

.latest_posts-acc-item.last,
.latest_posts-acc-item:hover:not(.last) {
    width: 50%;
}

.latest_posts-acc-item:hover ~ .latest_posts-acc-item {
    width: calc(25% - 20px);
}

.latest_posts-acc-item:hover .latest_posts-acc-link {
    opacity: 1;
}

.latest_posts-acc-item.last {
    margin-right: 0;
}

.latest_posts-acc-details {
    font-size: 11px;
}

.latest_posts-acc-title {
    font-size: 13px;
    line-height: 1.4;
    margin: 10px 0;
}

.latest_posts-acc-text {
    font-size: 11px;
    line-height: 1.4;
}

.latest_posts-acc-more {
    font-size: 10px;
    font-weight: 700;
    color: #888;
    display: inline-block;
    margin-top: 5px;
}

@media (max-width:991px) {
    .latest_posts-acc-title {
        font-size: 12px;
        line-height: 1.3;
        margin: 8px 0;
    }

    .latest_posts-acc-text {
        font-size: 11px;
        line-height: 1.4;
    }
}

@media (max-width:767px) {
    .latest_posts-acc-elm-title {
        position: static;
        margin: 0 0 20px;
    }

    .latest_posts-acc-details {
        display: block;
    }

    .latest_posts-acc-item,
    .latest_posts-acc-item.last,
    .latest_posts-acc-item.last:hover,
    .latest_posts-acc-item:hover {
        width: 100% !important;
        margin-right: 0;
        padding: 20px 0;
        float: none;
    }

        .latest_posts-acc-inner,
        .latest_posts-acc-item:hover ~ .latest_posts-acc-item > .latest_posts-acc-inner {
            width: 100% !important;
        }
}

.eluidf11ecae9 {
    padding-top: 45px;
    padding-bottom: 20px;
}

.partners_carousel-title {
    font-weight: 500;
    margin-top: 0;
}

.partners_carousel-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.partners_carousel-item {
    float: left;
    text-align: center;
    margin: 0;
    padding: 0;
    width: 250px;
}

.partners_carousel-link {
    display: block;
    margin: 0 5px;
    padding: 10px 0;
    min-height: 46px;
    line-height: 46px;
    border: 4px solid #f9f9f9;
    border-radius: 3px;
    background: #fff;
}

.partners_carousel .partners_carousel-img {
    opacity: .8;
    display: inline-block;
}

.partners_carousel-link:hover {
    background: #f9f9f9;
    border: 4px solid #eee;
}

.prtc--dark .partners_carousel-link {
    border: 4px solid #060606;
    background: #000;
}

    .prtc--dark .partners_carousel-link:hover {
        background: #060606;
        border: 4px solid #111;
    }

.partners_carousel-link:hover .partners_carousel-img {
    opacity: 1;
}

.partners_carousel-controls {
    opacity: .5;
}

.partners_carousel-arr:hover {
    opacity: 1;
}

.partners_carousel {
    position: relative;
}

.partners_carouselRow > .znSlickNav .znSlickNav-arr {
    position: absolute;
    top: calc(50% - 9px);
    z-index: 1;
}

.partners_carouselRow > .znSlickNav .znSlickNav-prev {
    right: 100%;
}

.partners_carouselRow > .znSlickNav .znSlickNav-next {
    left: 100%;
}

.eluidf3608cd8 {
    padding-top: 35px;
    padding-bottom: 35px;
}

.eluid3771e7bf {
    padding-top: 0;
    padding-bottom: 35px;
}

    .eluid3771e7bf .tbk__title {
        margin-bottom: 10px;
    }

    .eluid3771e7bf .tbk__title {
        font-family: Montserrat, Helvetica, Arial, sans-serif;
        font-size: 24px;
        line-height: 30px;
        font-weight: 600;
        color: #cd2122;
        font-style: normal;
    }

    .eluid3771e7bf .tbk__subtitle {
        font-family: "Open Sans", Helvetica, Arial, sans-serif;
        font-size: 20px;
        line-height: 26px;
        font-weight: 300;
        font-style: normal;
    }

    .eluid3771e7bf .tbk__icon {
        font-size: 28px;
    }

.eluid83ef0711.th-spacer {
    height: 10px;
}

.btn-element > i,
.btn-element > span {
    vertical-align: middle;
    display: inline-block;
}

    .btn-element > span + i {
        margin-left: 10px;
    }

    .btn-element > i + span {
        margin-left: 10px;
    }

.btn-element.btn-link,
.btn-element.btn-text,
.btn-element.btn-underline {
    text-align: inherit;
    padding-left: 0;
    padding-right: 0;
}

#eluidac7595fc .btn-element-0 {
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 10px;
    margin-left: 0;
}

.eluida357b549 {
    padding-top: 65px;
    padding-bottom: 25px;
}

.zn_section.eluida357b549 {
    background-color: #fff;
}

.eluidd80c89ea {
    padding-top: 0;
    padding-bottom: 20px;
}

    .eluidd80c89ea .tbk__title {
        font-family: Montserrat, Helvetica, Arial, sans-serif;
        font-size: 36px;
        line-height: 36px;
        font-weight: 700;
        color: #cd2122;
        font-style: normal;
    }

    .eluidd80c89ea .tbk__subtitle {
        font-family: "Open Sans", Helvetica, Arial, sans-serif;
        font-size: 24px;
        line-height: 34px;
        font-weight: 400;
        color: #353434;
        font-style: normal;
    }

    .eluidd80c89ea .tbk__icon {
        font-size: 28px;
    }

.elm-nlbox__form {
    border-radius: 4px;
    position: relative;
    margin-bottom: 10px;
}

.elm-nlbox__input,
.elm-nlbox__submit {
    height: 50px;
    float: left;
    border: 0;
    vertical-align: middle;
    outline: 0;
    margin: 0;
    top: 0;
}

    .elm-nlbox__submit.is-submitting {
        opacity: .4;
        pointer-events: none;
    }

.elm-nlbox__icon {
    font-size: 16px;
}

.elm-nlbox__input {
    width: calc(100% - 130px);
    background: #fff;
    border-radius: 3px;
    padding-left: 20px;
    -webkit-transition: padding-left .15s ease-out;
    transition: padding-left .15s ease-out;
}

    .elm-nlbox__input.btn--rounded {
        border-radius: 3px !important;
    }

    .elm-nlbox__input.btn--round,
    .elm-nlbox__submit.btn--round {
        border-radius: 50px !important;
    }

    .elm-nlbox__input.btn--square {
        border-radius: 0 !important;
    }

    .elm-nlbox__input:focus {
        padding-left: 30px;
    }

.elm-nlbox__submit {
    width: 130px;
    border-radius: 3px;
}

    .elm-nlbox__submit:not(.glyphicon) {
        font-size: 14px;
        font-weight: 600;
    }

.nlbox--style-normal .elm-nlbox__submit {
    color: #fff;
    background-color: #cd2122;
}

    .nlbox--style-normal .elm-nlbox__submit:hover {
        background-color: #000;
    }

.nlbox--style-normal2 .elm-nlbox__submit {
    color: #999;
    background-color: #fff;
    position: relative;
}

    .nlbox--style-normal2 .elm-nlbox__submit:hover {
        color: #767676;
    }

.nlbox--style-transparent .elm-nlbox__input {
    border: 1px solid rgba(255, 255, 255, .7);
    background: rgba(255, 255, 255, .3);
    color: #fff;
}

    .nlbox--style-transparent .elm-nlbox__input::-webkit-input-placeholder {
        color: #fff;
    }

    .nlbox--style-transparent .elm-nlbox__input:-moz-placeholder {
        color: #fff;
    }

    .nlbox--style-transparent .elm-nlbox__input::-moz-placeholder {
        color: #fff;
    }

    .nlbox--style-transparent .elm-nlbox__input:-ms-input-placeholder {
        color: #fff;
    }

.nlbox--style-transparent .elm-nlbox__submit {
    color: #fff;
    background-color: #cd2122;
}

    .nlbox--style-transparent .elm-nlbox__submit:hover {
        background-color: #000;
    }

.nlbox--style-transparent2 .elm-nlbox__input {
    border: 1px solid rgba(255, 255, 255, .7);
    background: rgba(255, 255, 255, .1);
    color: #fff;
}

    .nlbox--style-transparent2 .elm-nlbox__input::-webkit-input-placeholder {
        color: #fff;
    }

    .nlbox--style-transparent2 .elm-nlbox__input:-moz-placeholder {
        color: #fff;
    }

    .nlbox--style-transparent2 .elm-nlbox__input::-moz-placeholder {
        color: #fff;
    }

    .nlbox--style-transparent2 .elm-nlbox__input:-ms-input-placeholder {
        color: #fff;
    }

.nlbox--style-transparent2 .elm-nlbox__submit {
    color: #fff;
    background: rgba(255, 255, 255, .1);
    border: 1px solid rgba(255, 255, 255, .7);
    position: relative;
}

    .nlbox--style-transparent2 .elm-nlbox__submit:hover {
        color: rgba(255, 255, 255, .8);
    }

.nlbox--layout-single .elm-nlbox__form {
    box-shadow: 0 10px 10px -10px rgba(0, 0, 0, .35);
}

.nlbox--layout-single .elm-nlbox__input {
    border-radius: 4px 0 0 4px;
}

    .nlbox--layout-single .elm-nlbox__input.btn--round,
    .nlbox--layout-single .elm-nlbox__input.btn--rounded {
        border-top-right-radius: 0 !important;
        border-bottom-right-radius: 0 !important;
    }

.nlbox--layout-single .elm-nlbox__submit {
    border-radius: 0 4px 4px 0;
}

    .nlbox--layout-single .elm-nlbox__submit.btn--round,
    .nlbox--layout-single .elm-nlbox__submit.btn--rounded {
        border-top-left-radius: 0 !important;
        border-bottom-left-radius: 0 !important;
    }

.nlbox--style-normal2.nlbox--layout-single .elm-nlbox__submit:after {
    content: '';
    position: absolute;
    width: 1px;
    height: 86%;
    top: 7%;
    left: 0;
    background-color: rgba(0, 0, 0, .1);
}

.nlbox--style-transparent.nlbox--layout-single .elm-nlbox__input {
    border-right-width: 0;
}

.nlbox--style-transparent2.nlbox--layout-single .elm-nlbox__input {
    border-right-width: 0;
}

.nlbox--style-transparent2.nlbox--layout-single .elm-nlbox__submit {
    border-left-width: 0;
}

    .nlbox--style-transparent2.nlbox--layout-single .elm-nlbox__submit:after {
        content: '';
        position: absolute;
        width: 1px;
        height: 86%;
        top: 7%;
        left: 0;
        background-color: rgba(255, 255, 255, .7);
    }

.nlbox--layout-separate .elm-nlbox__input {
    width: calc(100% - 140px);
    margin-right: 10px;
}

.nlbox--layout-rows .elm-nlbox__input {
    width: 100%;
    display: block;
    margin-bottom: 10px;
}

.nlbox--layout-rows-full .elm-nlbox__input {
    margin-bottom: 10px;
}

.nlbox--layout-rows-full .elm-nlbox__input,
.nlbox--layout-rows-full .elm-nlbox__submit {
    width: 100% !important;
    display: block;
}

.nlbox--style-lined_light .elm-nlbox__input {
    border: 2px solid #fff;
    background: 0 0;
    color: #fff;
}

    .nlbox--style-lined_light .elm-nlbox__input::-webkit-input-placeholder {
        color: #fff;
    }

    .nlbox--style-lined_light .elm-nlbox__input:-moz-placeholder {
        color: #fff;
    }

    .nlbox--style-lined_light .elm-nlbox__input::-moz-placeholder {
        color: #fff;
    }

    .nlbox--style-lined_light .elm-nlbox__input:-ms-input-placeholder {
        color: #fff;
    }

.nlbox--style-lined_light .elm-nlbox__submit {
    color: #fff;
    background-color: #cd2122;
}

    .nlbox--style-lined_light .elm-nlbox__submit:hover {
        background-color: #333;
    }

.nlbox--style-lined_dark .elm-nlbox__input {
    border: 2px solid #333;
    background: 0 0;
    color: #333;
}

    .nlbox--style-lined_dark .elm-nlbox__input::-webkit-input-placeholder {
        color: #333;
    }

    .nlbox--style-lined_dark .elm-nlbox__input:-moz-placeholder {
        color: #333;
    }

    .nlbox--style-lined_dark .elm-nlbox__input::-moz-placeholder {
        color: #333;
    }

    .nlbox--style-lined_dark .elm-nlbox__input:-ms-input-placeholder {
        color: #333;
    }

.nlbox--style-lined_dark .elm-nlbox__submit {
    color: #333;
    background-color: #cd2122;
}

    .nlbox--style-lined_dark .elm-nlbox__submit:hover {
        background-color: #cecece;
    }

.has-error .elm-nlbox__input {
    color: red;
    border-color: currentColor;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 10px currentColor;
}

@media screen and (max-width:767px) {
    .elm-nlbox__submit {
        width: 130px !important;
    }

    .elm-nlbox__input {
        width: calc(100% - 130px) !important;
    }

    .nlbox--layout-separate .elm-nlbox__input {
        width: calc(100% - 140px) !important;
    }
}

.eluid47d3da72.th-spacer {
    height: 20px;
}

.zn_text_box-title--style1 {
    font-size: 16px;
    color: #cd2122;
    text-transform: uppercase;
    text-shadow: 0 1px 0 rgba(255, 255, 255, .7);
}

.zn_text_box-title--style2 {
    font-size: 22px;
    color: #535353;
    font-weight: 400;
    margin-top: 0;
}

.eluidecddcbd8 {
    padding-top: 0;
    padding-bottom: 20px;
}

.eluid57c8b019 {
    padding-top: 35px;
    padding-bottom: 20px;
}

.zn_section.eluid57c8b019 {
    background-color: #f4f4f4;
}

@media screen and (min-width:550px) {
    .zn_section--inlinemodal.eluid57c8b019 {
        width: 550px;
    }
}

.eluid82cd7d7a {
    padding-top: 0;
    padding-bottom: 15px;
}

    .eluid82cd7d7a .tbk__title {
        margin-bottom: 10px;
    }

    .eluid82cd7d7a .tbk__title {
        font-family: "Open Sans", Helvetica, Arial, sans-serif;
        font-size: 24px;
        line-height: 30px;
        font-weight: 700;
        color: #3f3f3f;
        font-style: normal;
    }

    .eluid82cd7d7a .tbk__subtitle {
        font-family: "Open Sans", Helvetica, Arial, sans-serif;
        font-size: 16px;
        line-height: 22px;
        font-weight: 300;
        font-style: normal;
    }

    .eluid82cd7d7a .tbk__icon {
        font-size: 28px;
    }

.cf-elm .zn_field_valid .zn_form_input {
    outline: 1px solid #00df00;
}

.cf-elm .zn_field_not_valid .zn_form_input {
    outline: 1px solid red;
}

.cf-elm .zn_contact_captcha_text {
    margin-bottom: 5px;
    display: block;
}

.cf-elm .zn_form_loading {
    opacity: .5;
}

.cf-elm .zn_captcha_text {
    position: absolute;
    left: 17px;
    padding: 10px 15px;
    width: 76px;
}

.cf-elm .zn_validate_captcha {
    padding-left: 55px;
}

.cf-elm {
    position: relative;
    padding-top: 10px;
}

.cf-elm-form > p {
    margin-bottom: 0;
}

.cf-elm .submit:before {
    line-height: 1;
    font-size: 20px;
    font-style: normal;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
}

.cf-elm input[type=email],
.cf-elm input[type=password],
.cf-elm input[type=text],
.cf-elm select,
.cf-elm textarea {
    max-width: 100%;
    margin-bottom: 15px;
}

.cf-elm #contactResponse {
    overflow: hidden;
}

.cf-elm .contactBusy {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: none;
}

.cf-elm .progressContainer {
    height: 35px;
    bottom: 0;
    right: 0;
    position: absolute;
    width: 150px;
}

.cf-elm .zn_contact_ajax_response {
    width: 100%;
    margin-bottom: 20px;
}

.cf-label-notice {
    font-weight: 400;
    color: #c43a3a;
}

.cf-elm p.zn_checkbox {
    margin-bottom: 0;
}

.cf-elm input[type=checkbox] + label {
    margin-left: 5px;
}

.kl-fancy-form .form-control {
    font-size: 13px;
    height: auto;
    outline: 0;
    box-shadow: inset 1px 2px 0 rgba(0, 0, 0, .06);
    border: 1px solid #d9d9d9;
    line-height: 1.6;
}

.cf--dark .kl-fancy-form .form-control {
    box-shadow: inset 1px 2px 0 rgba(0, 0, 0, .85);
    border-color: #262626;
    color: #ababab;
    background-color: #131313;
}

.cf-elm-form .kl-fancy-form-label {
    left: 25px;
}

.cf-elm-form .kl-fancy-form .form-control {
    padding-left: 10px;
}

.cf-elm-form.cf--placeholders .kl-fancy-form .form-control {
    padding: 15px;
}

.cf-elm.inp-c--square .zn_form_input[type=text],
.cf-elm.inp-c--square select.zn_form_input,
.cf-elm.inp-c--square textarea.zn_form_input {
    border-radius: 0;
}

.cf-elm.inp-s--flat .zn_form_input[type=text],
.cf-elm.inp-s--flat select.zn_form_input,
.cf-elm.inp-s--flat textarea.zn_form_input {
    box-shadow: none;
}

.cf-elm.cf--resetBorders .zn_form_input {
    border: none;
}

.kl-fancy-form-col-wrapper {
    position: relative;
}

    .kl-fancy-form-col-wrapper:not(:only-child) {
        float: left;
    }

.cf-elm-form .kl-fancy-form-col-wrapper .kl-fancy-form-label {
    left: 10px;
}

.kl-fancy-form-date-wrapper:not(:only-child) {
    width: 70%;
}

    .kl-fancy-form-date-wrapper:not(:only-child) .form-control {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
    }

.kl-fancy-form-time-wrapper {
    width: 30%;
}

    .kl-fancy-form-time-wrapper .form-control {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
    }

.kl-material-form-col-wrapper {
    position: relative;
}

    .kl-material-form-col-wrapper:not(:only-child) {
        float: left;
    }

.cf-elm-form .kl-material-form-col-wrapper .kl-material-form-label {
    left: 0;
}

.kl-material-form-date-wrapper:not(:only-child) {
    width: 70%;
}

    .kl-material-form-date-wrapper:not(:only-child) .form-control {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
    }

.kl-material-form-time-wrapper {
    width: 30%;
}

    .kl-material-form-time-wrapper .form-control {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
    }

    .kl-material-form-date-wrapper.zn_field_not_valid .zn_form_input,
    .kl-material-form-time-wrapper.zn_field_not_valid .zn_form_input,
    .kl-material-form.zn_form_field.zn_field_not_valid .zn_form_input {
        outline: 0;
        border-bottom-color: #00df00;
    }

    .kl-material-form-date-wrapper.zn_field_not_valid .zn_form_input,
    .kl-material-form-time-wrapper.zn_field_not_valid .zn_form_input,
    .kl-material-form.zn_form_field.zn_field_not_valid .zn_form_input {
        outline: 0;
        border-bottom-color: red;
    }

.ui-datepicker {
    width: 17em;
    padding: .2em .2em 0;
    display: none;
}

    .ui-datepicker .ui-datepicker-header {
        position: relative;
        padding: .2em 0;
    }

    .ui-datepicker .ui-datepicker-next,
    .ui-datepicker .ui-datepicker-prev {
        position: absolute;
        top: 2px;
        width: 1.8em;
        height: 1.8em;
    }

    .ui-datepicker .ui-datepicker-next-hover,
    .ui-datepicker .ui-datepicker-prev-hover {
        top: 1px;
    }

    .ui-datepicker .ui-datepicker-prev {
        left: 2px;
    }

    .ui-datepicker .ui-datepicker-next {
        right: 2px;
    }

    .ui-datepicker .ui-datepicker-prev-hover {
        left: 1px;
    }

    .ui-datepicker .ui-datepicker-next-hover {
        right: 1px;
    }

    .ui-datepicker .ui-datepicker-next span,
    .ui-datepicker .ui-datepicker-prev span {
        display: block;
        position: absolute;
        left: 50%;
        margin-left: -8px;
        top: 50%;
        margin-top: -8px;
    }

    .ui-datepicker .ui-datepicker-title {
        margin: 0 2.3em;
        line-height: 1.8em;
        text-align: center;
    }

        .ui-datepicker .ui-datepicker-title select {
            font-size: 1em;
            margin: 1px 0;
        }

    .ui-datepicker select.ui-datepicker-month,
    .ui-datepicker select.ui-datepicker-year {
        width: 49%;
    }

    .ui-datepicker table {
        width: 100%;
        font-size: .9em;
        border-collapse: collapse;
        margin: 0 0 .4em;
    }

    .ui-datepicker th {
        padding: .7em .3em;
        text-align: center;
        font-weight: 700;
        border: 0;
    }

    .ui-datepicker td {
        border: 0;
        padding: 1px;
    }

        .ui-datepicker td a,
        .ui-datepicker td span {
            display: block;
            padding: .2em;
            text-align: right;
            text-decoration: none;
        }

    .ui-datepicker .ui-datepicker-buttonpane {
        background-image: none;
        margin: .7em 0 0 0;
        padding: 0 .2em;
        border-left: 0;
        border-right: 0;
        border-bottom: 0;
    }

        .ui-datepicker .ui-datepicker-buttonpane button {
            float: right;
            margin: .5em .2em .4em;
            cursor: pointer;
            padding: .2em .6em .3em .6em;
            width: auto;
            overflow: visible;
        }

            .ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
                float: left;
            }

.ll-skin-melon {
    font-size: 14px;
}

    .ll-skin-melon .ui-widget {
        font-family: "Lucida Grande", "Lucida Sans Unicode", Helvetica, Arial, Verdana, sans-serif;
        background: #2e3641;
        border: none;
        border-radius: 0;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
    }

    .ll-skin-melon .ui-datepicker {
        padding: 0;
    }

    .ll-skin-melon .ui-datepicker-header {
        border: none;
        background: 0 0;
        font-weight: 400;
        font-size: 15px;
    }

        .ll-skin-melon .ui-datepicker-header .ui-state-hover {
            background: 0 0;
            border-color: transparent;
            cursor: pointer;
            border-radius: 0;
            -webkit-border-radius: 0;
            -moz-border-radius: 0;
        }

    .ll-skin-melon .ui-datepicker .ui-datepicker-title {
        margin-top: .4em;
        margin-bottom: .3em;
        color: #e9f0f4;
    }

    .ll-skin-melon .ui-datepicker .ui-datepicker-next,
    .ll-skin-melon .ui-datepicker .ui-datepicker-next-hover,
    .ll-skin-melon .ui-datepicker .ui-datepicker-prev,
    .ll-skin-melon .ui-datepicker .ui-datepicker-prev-hover {
        top: .6em;
        border: none;
    }

    .ll-skin-melon .ui-datepicker .ui-datepicker-prev-hover {
        left: 2px;
    }

    .ll-skin-melon .ui-datepicker .ui-datepicker-next-hover {
        right: 2px;
    }

    .ll-skin-melon .ui-datepicker .ui-datepicker-next span,
    .ll-skin-melon .ui-datepicker .ui-datepicker-prev span {
        color: #fff;
        width: 1em;
        height: 1em;
        overflow: hidden;
        position: relative;
        display: inline-block;
        font-family: 'Glyphicons Halflings';
        font-style: normal;
        font-weight: 400;
        line-height: 1em;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        display: block;
        margin: 0;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }

        .ll-skin-melon .ui-datepicker .ui-datepicker-next span:before,
        .ll-skin-melon .ui-datepicker .ui-datepicker-prev span:before {
            display: block;
            line-height: 1em;
            text-align: center;
        }

        .ll-skin-melon .ui-datepicker .ui-datepicker-next span:before {
            content: "\e258";
        }

        .ll-skin-melon .ui-datepicker .ui-datepicker-prev span:before {
            content: "\e257";
        }

    .ll-skin-melon .ui-datepicker table {
        margin: 0;
    }

    .ll-skin-melon .ui-datepicker th {
        padding: 1em 0;
        color: #ccc;
        font-size: 12px;
        font-weight: 400;
        border: none;
        border-top: 1px solid #3a414d;
    }

    .ll-skin-melon .ui-datepicker td {
        background: #4d4d4d;
        border: none;
        padding: 0;
    }

    .ll-skin-melon td .ui-state-default {
        background: 0 0;
        border: none;
        text-align: center;
        padding: .5em;
        margin: 0;
        font-weight: 400;
        color: #efefef;
        font-size: 12px;
    }

    .ll-skin-melon td .ui-state-highlight {
        background: rgba(0, 0, 0, .15);
    }

    .ll-skin-melon .ui-state-disabled {
        opacity: 1;
    }

        .ll-skin-melon .ui-state-disabled .ui-state-default {
            color: #888;
        }

    .ll-skin-melon td .ui-state-active,
    .ll-skin-melon td .ui-state-hover {
        background: #2e3641;
    }

.cf-elm-tp.ui-timepicker-wrapper {
    overflow-y: auto;
    height: 150px;
    width: 9em;
    outline: 0;
    z-index: 999999;
    margin: 0;
    font-family: "Lucida Grande", "Lucida Sans Unicode", Helvetica, Arial, Verdana, sans-serif;
    background: #2e3641;
}

    .cf-elm-tp.ui-timepicker-wrapper.ui-timepicker-with-duration {
        width: 13em;
    }

        .cf-elm-tp.ui-timepicker-wrapper.ui-timepicker-with-duration.ui-timepicker-step-30,
        .cf-elm-tp.ui-timepicker-wrapper.ui-timepicker-with-duration.ui-timepicker-step-60 {
            width: 11em;
        }

.cf-elm-tp .ui-timepicker-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.cf-elm-tp .ui-timepicker-duration {
    margin-left: 5px;
    color: #888;
}

.cf-elm-tp .ui-timepicker-list:hover .ui-timepicker-duration {
    color: #888;
}

.cf-elm-tp .ui-timepicker-list li {
    padding: 5px 0;
    cursor: pointer;
    white-space: nowrap;
    color: #fff;
    list-style: none;
    margin: 0;
    font-size: 12px;
    line-height: 1.6;
    text-align: center;
}

    .cf-elm-tp .ui-timepicker-list li:not(:first-child) {
        border-top: 1px solid rgba(255, 255, 255, .2);
    }

    .cf-elm-tp .ui-timepicker-list .ui-timepicker-selected:hover,
    .cf-elm-tp .ui-timepicker-list li:hover,
    .cf-elm-tp li.ui-timepicker-selected {
        background: #4d4d4d;
        color: #fff;
    }

        .cf-elm-tp .ui-timepicker-list li:hover .ui-timepicker-duration,
        .cf-elm-tp li.ui-timepicker-selected .ui-timepicker-duration {
            color: #ccc;
        }

    .cf-elm-tp .ui-timepicker-list li.ui-timepicker-disabled,
    .cf-elm-tp .ui-timepicker-list li.ui-timepicker-disabled:hover,
    .cf-elm-tp .ui-timepicker-list li.ui-timepicker-selected.ui-timepicker-disabled {
        color: #888;
        cursor: default;
    }

        .cf-elm-tp .ui-timepicker-list li.ui-timepicker-disabled:hover,
        .cf-elm-tp .ui-timepicker-list li.ui-timepicker-selected.ui-timepicker-disabled {
            background: #f2f2f2;
        }

.eluide9a149b5 .btn-fullcolor.btn-custom-color {
    background-color: #cd2122;
}

    .eluide9a149b5 .btn-fullcolor.btn-custom-color:hover {
        background-color: #a41a1b;
    }

.eluidb1ece391 {
    padding-top: 35px;
    padding-bottom: 35px;
}

.zn_section.eluidb1ece391 {
    background-color: #f4f4f4;
}

.statistic-box__icon-holder .fa {
    font-size: 80px;
    color: #121212;
    opacity: .8;
}

.bg .btn {
    margin-top: 400px;
}

.bg .btn {
    font-size: 32px;
    color: #fff !important;
    padding: 8px 34px;
    font-weight: 700;
}

.bg .btn {
    text-transform: uppercase;
    color: #fe6d6d;
    border-radius: 0;
    position: relative;
}

    .bg .btn:hover {
        color: #fff;
    }

    .bg .btn:after {
        content: "";
        width: 100%;
        height: 100%;
        border: 2px solid #fff;
        position: absolute;
        bottom: 0;
        left: 0;
        transition: width .2s ease 0s, height .2s ease .1s, border-top-width .1s ease .2s, margin .2s ease 0s;
    }

    .bg .btn:hover:after {
        width: 60%;
        height: 0;
        border-width: 0 2px 2px;
        margin: 0 20%;
        transition: width .2s ease .2s, height .2s ease .1s, border-top-width .1s ease 0s, margin .2s ease .2s;
    }

    .bg .btn.blue,
    .bg .btn.blue:hover {
        color: #22ace3;
    }

        .bg .btn.blue:after {
            border-color: #22ace3;
        }

    .bg .btn.orange,
    .bg .btn.orange:hover {
        color: #f56f17;
    }

        .bg .btn.orange:after {
            border-color: #f56f17;
        }

    .bg .btn.green,
    .bg .btn.green:hover {
        color: #47cf77;
    }

        .bg .btn.green:after {
            border-color: #47cf77;
        }

.bg {
    background: url(../images/images1.jpg) no-repeat center;
    background-size: cover;
    padding: 0;
}

.engineer {
    padding: 50px;
    margin: 0;
}

    .engineer h2 {
        font-family: Montserrat, Helvetica, Arial, sans-serif;
        font-size: 32px;
        line-height: 46px;
        font-weight: 700;
        color: #454545;
        font-style: normal;
        position: relative;
        left: 0;
        padding-bottom: 20px;
    }

        .engineer h2:after {
            content: "";
            position: absolute;
            border: 0;
            width: 50px;
            height: 2px;
            background: #ccc;
            z-index: 1;
            left: 0;
            bottom: 0;
        }

    .engineer h4 {
        font-size: 18px;
        line-height: 1.4;
        color: #cd2122;
        float: left;
        padding: 0 5px;
        font-weight: 700;
    }

    .engineer h6 {
        float: right;
        padding: 0 5px;
    }

        .engineer h6 a {
            color: #666;
            font-size: 22px;
        }

    .engineer p {
        margin-top: 15px;
        font-weight: 100;
        font-size: 14px;
    }

.line {
    border-bottom: 3px solid #ccc;
    padding: 5px;
    margin: 30px 0;
    width: 100%;
    display: block;
}

.post-slide {
    background: #fff;
    padding-top: 15px;
    margin: 5px;
}

    .post-slide .post-img {
        position: relative;
        margin-bottom: 15px;
    }

    .post-slide .over-layer {
        background: rgba(0, 0, 0, .6);
        width: 100%;
        height: 100%;
        position: absolute;
        opacity: 0;
        cursor: pointer;
        transition: all .3s ease 0s;
    }

    .post-slide:hover .over-layer {
        opacity: 1;
    }

    .post-slide .over-layer:after {
        content: "+";
        font-size: 52px;
        color: #fff;
        position: absolute;
        top: 31%;
        left: 42%;
    }

    .post-slide .post-img img {
        width: 100%;
        height: auto;
    }

    .post-slide .post-title {
        margin: 5px 0;
    }

.post-date a {
    color: #000;
    display: block;
}

.post-slide .post-title a {
    font-size: 18px;
    font-weight: 400;
    color: #333;
    display: inline-block;
    text-transform: capitalize;
    transition: all .3s ease 0s;
}

    .post-slide .post-title a:hover {
        text-decoration: none;
        color: #cd2122;
    }

.post-slide .post-date {
    text-transform: capitalize;
    color: #7d7d7d;
    font-size: 12px;
}

    .post-slide .post-date:before {
        content: "\f073";
        font-family: FontAwesome;
        font-weight: 900;
        margin-right: 7px;
        color: #bd2130;
    }

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span {
    background: #e67e22;
}

.news {
    background: #f5f5f5;
    padding: 50px 0;
}

    .news h3 {
        font-size: 20px;
        color: #cd2122;
        margin-bottom: 15px;
        padding-top: 20px;
        position: relative;
        left: 0;
    }

        .news h3:after {
            content: "";
            position: absolute;
            border: 0;
            width: 100%;
            height: 4px;
            background: #ccc;
            z-index: 1;
            left: 0;
            top: 0;
        }

    .news p {
        font-size: 12px;
        color: rgba(83, 83, 83, .7);
        padding: 0;
        margin-bottom: 5px;
    }

    .news a {
        font-size: 15px;
        color: #000;
        text-decoration: none;
    }

        .news a:hover {
            color: #cd2122;
        }

    .news h6 {
        padding: 10px 0;
    }

a.read-more {
    font-size: 11px;
    font-weight: 700;
}

    a.read-more:hover {
        color: #cd2122;
    }

    a.read-more.view {
        position: absolute;
        top: 15px;
        right: 15px;
    }

.recruiters {
    background: #e4e4e4;
    padding: 50px 0;
    margin: 0;
}

.heading {
    color: #000;
    font-size: 28px;
    font-weight: 500;
    margin-bottom: 30px;
    text-align: center;
}

    .heading span {
        color: #cd2122;
        font-weight: 600;
    }

.recruiters-pic img {
    background: #fff;
    padding: 15px;
    box-shadow: 5px 5px 5px #ddd;
}

.owl-theme .owl-controls {
    margin-top: 70px !important;
}

    .owl-theme .owl-controls .owl-page.active span,
    .owl-theme .owl-controls.clickable .owl-page:hover span {
        background: #cd2122 !important;
    }

.white-sec {
    background: #fff;
    padding: 50px 0;
    margin: 0;
}

    .white-sec h3 {
        text-align: left;
        margin-bottom: 10px;
    }

    .white-sec h4 {
        font-size: 18px;
        font-weight: 300;
        font-style: normal;
    }

    .white-sec .btn {
        color: #cd2122 !important;
        font-size: 18px;
        padding: 12px 50px;
        border: 2px solid #cd2122;
        border-radius: 5px;
    }

.apply-now {
    position: fixed;
    right: 5%;
    top: 5%;
    z-index: 999;
}

    .apply-now img {
        width: 100px;
    }


footer {
    background: #2f2f2f;
    padding: 50px 0 15px;
    margin: 0;
}

.footer-tst {
    margin: 0;
    padding: 0;
}

    .footer-tst ul {
        margin: 0;
        padding: 0;
    }

        .footer-tst ul li {
            margin: 0;
            padding: 0;
            display: inline-block;
            width: 49%;
        }

            .footer-tst ul li a {
                margin: 0;
                padding: 0;
                font-size: 14px;
                line-height: 1.9;
                color: #fff;
                font-weight: 400;
            }

    .footer-tst h6 {
        font-size: 18px;
        color: #fff;
        margin-bottom: 15px;
    }

    .footer-tst p,
    a {
        font-size: 14px;
        /*color: #d5d5d5;*/
        color: #2475dd;
        margin: 0;
        padding: 0;
        font-weight: 400;
    }

    .footer-tst ul li a:hover {
        color: #d5d5d5;
    }

    .footer-tst p a:hover {
        color: #cd2122;
    }

.copy img {
    float: left;
    padding-right: 15px;
}

.copy p {
    font-size: 14px;
    padding: 10px;
    color: #d5d5d5;
    font-weight: 400;
}

footer .head-demo {
    margin: 0;
    padding: 0;
}

    footer .head-demo ul li {
        color: #d5d5d5;
        opacity: .9;
        font-size: 14px;
        font-weight: 400;
    }

        footer .head-demo ul li .fa {
            color: #fff;
            font-size: 18px;
        }

.inner-page {
    padding: 150px 0 200px;
    background-size: cover;
}

/*--------breadcrumbs--------*/
.about-tst h3 {
    color: #fff;
    font-size: 35px;
    font-weight: 400;
    margin: 0px;
    text-align: right;
}

.breadcrumbs {
    margin: 0 0 10px;
    list-style: none;
    float: left;
    padding: 0;
}

    .breadcrumbs li {
        float: left;
        position: relative;
        text-transform: uppercase;
    }

    .breadcrumbs.bread-style--black li {
        color: #eee;
        font-weight: 600;
        padding: 7px 5px 6px;
        background: rgba(0,0,0,.8);
    }

        .breadcrumbs.bread-style--black li:first-child {
            padding-left: 15px;
        }

        .breadcrumbs.bread-style--black li:last-child {
            padding-right: 15px;
        }

        .breadcrumbs.bread-style--black li a {
            color: #fff;
            font-size: 12px;
        }

        .breadcrumbs.bread-style--black li:before {
            border: 4px solid transparent;
            content: "";
            height: 0;
            width: 0;
            pointer-events: none;
            display: inline-block;
            border-left-color: #fff;
            margin: 0 5px;
        }

        .breadcrumbs.bread-style--black li::before, .infobox2-inner, .kl-flex--classic .flex-caption, .ls--laptop .ls__item-caption, .nivo-caption, .process_steps--style1 .process_steps__intro::after, .stepbox3-box[data-align="left"] .stepbox3-content::after, .th-wowslider .ws-title, .kl-ioscaption--style2 .title_big, .kl-ioscaption--style2 .title_small, .zn-iosSl-caption.zn-iosSl-caption--style2 .zn-iosSl-bigTitle, .zn-iosSl-caption.zn-iosSl-caption--style2 .zn-iosSl-smallTitle, html[dir="rtl"] .vr-tabs-kl-style-1 .vr-tabs-nav-item.active .vr-tabs-nav-link {
            border-left-color: #cd2122;
        }

        .breadcrumbs.bread-style--black li:first-child:before {
            display: none;
        }

@media (max-width:767px) {
    .breadcrumbs.bread-style--black {
        padding: 3px 6px 2px;
        margin-bottom: 20px;
    }

        .breadcrumbs.bread-style--black li {
            font-weight: 400;
            font-size: 12px;
        }
}

.breadcrumbs.bread-style--minimal li {
    font-size: 11px;
}

    .breadcrumbs.bread-style--minimal li:before {
        content: "/";
        display: inline-block;
        margin: 0 7px;
    }

    .breadcrumbs.bread-style--minimal li:first-child:before {
        display: none;
    }

.main-div {
    background: #f5f5f5;
    padding: 35px 0;
    margin: 0;
}


.search input {
    border: 1px solid #ddd;
    padding: 4px;
}

button.search-btn {
    background: transparent;
    border: 1px solid #ddd;
    color: #ddd;
    font-size: 15px;
    padding: 4px 10px;
}

.main-div .bg-white {
    padding: 30px 15px;
    margin: 0px;
}

.latest-news {
    margin-top: 15px;
    padding: 0;
}

    .latest-news h6 {
        margin: 0px;
        border-bottom: 1px solid #ddd;
        padding: 15px 0;
        color: #000;
        font-size: 16px;
        font-weight: normal;
        position: relative;
        left: 0;
    }

    .latest-news ul li {
        padding: 15px 0;
        border-bottom: 1px solid #ddd;
    }

        .latest-news ul li a {
            margin: 0px;
            display: block;
            padding: 0;
            color: #000;
            font-size: 14px;
            font-weight: 500;
            text-decoration: none;
        }

            .latest-news ul li a:hover {
                color: #cd2122;
                transition: 0.1s;
            }

    .latest-news h6:after, .widgettitle:before {
        content: "";
        position: absolute;
        left: 0;
        bottom: -1px;
        height: 0;
        width: 50px;
        border-bottom: 1px solid #cd2122;
    }

/*=====================*/
.main-div .heading {
    color: #cd2122;
    font-size: 20px;
}

ul.list {
    margin-bottom: 15px;
    padding: 0;
}

    ul.list li {
        margin: 0;
        padding-left: 20px;
        color: #535353;
        font-weight: 300;
        line-height: 1.9;
        position: relative;
        left: 0;
        top: 0;
        font-size: 13px;
    }

        ul.list li::before {
            content: "\f105";
            font-family: FontAwesome;
            position: absolute;
            left: 0;
        }

.objective {
    font-size: 18px;
    color: #000;
    margin: 15px 0;
    padding: 0;
}

.destop {
    display: none !important;
}


.mdl-tabs.is-upgraded .mdl-tabs__tab.is-active {
    color: #E21549;
}

.box-subtitle strong {
    /*font-size: 18px;
    line-height: 1.4;
    font-weight: 900;*/
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
    color: #535353;
    font-size: 18px;
    line-height: 28px;
    font-weight: bolder;
    font-style: normal;
}

p.Pageinnercontent {
    font-size: 13px;
    color: #535353;
    margin-bottom: 10px;
}

    p.Pageinnercontent strong {
        color: #535353;
    }

.about-tst ul li {
    text-transform: uppercase;
}

.kl-mask--mask6 {
    height: 57px;
}

.kl-bottommask {
    margin-top: -50px;
}

.kl-mask {
    z-index: 1;
    position: absolute;
    width: 100%;
    left: 0;
    pointer-events: none;
    overflow: hidden !important;
}

.kl-mask--mask6 .svgmask {
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

svg:not(:root) {
    overflow: hidden;
}

svg:not(:root) {
    overflow: hidden;
}

.kl-mask--mask6 {
    height: 57px;
}

    .kl-mask--mask6 .svgmask {
        position: absolute;
        bottom: 0;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
    }

.management-title {
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
    font-size: 18px;
    line-height: 28px;
    font-weight: 400;
    font-style: normal;
    margin-top: 10px;
    margin-bottom: 10px;
    color: #535353;
}


/*** GRID ICON BOXES */
.grid-ibx {
}

.grid-ibx__item {
    float: left;
    text-align: center;
    padding-left: 20px;
    padding-right: 20px;
    position: relative;
    -webkit-backface-visibility: hidden;
    height: 200px;
}

    .grid-ibx__item[onclick] {
        cursor: pointer;
    }

.grid-ibx--cols-1 .grid-ibx__item {
    width: 100%;
}

.grid-ibx--cols-2 .grid-ibx__item {
    width: 50%;
}

.grid-ibx--cols-3 .grid-ibx__item {
    width: 33.3333%;
}

.grid-ibx--cols-4 .grid-ibx__item {
    width: 25%;
}

.grid-ibx--cols-5 .grid-ibx__item {
    width: 20%;
}

.grid-ibx__item-inner {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.grid-ibx__link {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.grid-ibx__title-wrp,
.grid-ibx__icon-wrp,
.grid-ibx__desc-wrp {
    margin-top: 0;
    margin-bottom: 20px;
}

.grid-ibx__title,
.grid-ibx__desc {
    margin: 0;
}

.grid-ibx__icon {
    font-size: 60px;
    line-height: 1;
    -webkit-transition: color .2s cubic-bezier(0.215, 0.610, 0.355, 1.000);
    transition: color .2s cubic-bezier(0.215, 0.610, 0.355, 1.000);
}


/* GridIconBox Styles - Lined Full */
.grid-ibx--style-lined-full {
    border-width: 1px 0 0 1px;
}

    .grid-ibx--style-lined-full .grid-ibx__item {
        border-width: 0 1px 1px 0;
    }

    .grid-ibx--style-lined-full,
    .grid-ibx--style-lined-full .grid-ibx__item {
        border-color: rgba(0,0,0,0.1);
        border-style: solid;
    }

/* GridIconBox Styles - Lined Center */
.grid-ibx--style-lined-center,
.grid-ibx--style-lined-center .grid-ibx__item {
    border-color: rgba(0,0,0,0.1);
    border-style: solid;
}

    .grid-ibx--style-lined-center .grid-ibx__item {
        border-width: 0 1px 1px 0;
    }

    .grid-ibx--style-lined-center.grid-ibx--cols-1 .grid-ibx__item:nth-child(1) {
        border-right-width: 0;
    }

    .grid-ibx--style-lined-center.grid-ibx--cols-2 .grid-ibx__item:nth-child(2) {
        border-right-width: 0;
    }

    .grid-ibx--style-lined-center.grid-ibx--cols-3 .grid-ibx__item:nth-child(3) {
        border-right-width: 0;
    }

    .grid-ibx--style-lined-center.grid-ibx--cols-4 .grid-ibx__item:nth-child(4) {
        border-right-width: 0;
    }

    .grid-ibx--style-lined-center.grid-ibx--cols-5 .grid-ibx__item:nth-child(5) {
        border-right-width: 0;
    }

    .grid-ibx--style-lined-center .grid-ibx__row:last-child .grid-ibx__item {
        border-bottom-width: 0;
    }

.grid-ibx--style-lined-center {
    border: 0;
}

/* GridIconBox Styles - Gradient */
.grid-ibx--style-lined-gradient .grid-ibx__item {
    margin-bottom: 30px;
    margin-left: 15px;
    margin-right: 15px;
    position: relative;
}

.grid-ibx--style-lined-gradient.grid-ibx--cols-1 .grid-ibx__item {
    width: -webkit-calc(100% - 30px);
    width: calc(100% - 30px);
}

.grid-ibx--style-lined-gradient.grid-ibx--cols-2 .grid-ibx__item {
    width: -webkit-calc(50% - 30px);
    width: calc(50% - 30px);
}

.grid-ibx--style-lined-gradient.grid-ibx--cols-3 .grid-ibx__item {
    width: -webkit-calc(33.3333% - 30px);
    width: calc(33.3333% - 30px);
}

.grid-ibx--style-lined-gradient.grid-ibx--cols-4 .grid-ibx__item {
    width: -webkit-calc(25% - 30px);
    width: calc(25% - 30px);
}

.grid-ibx--style-lined-gradient.grid-ibx--cols-5 .grid-ibx__item {
    width: -webkit-calc(20% - 30px);
    width: calc(20% - 30px);
}

.grid-ibx--style-lined-gradient .grid-ibx__ghelper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 5px;
    border: 1px solid rgba(0,0,0,0.2);
    border-bottom: 0;
    border-radius: 4px 4px 0 0;
}

.grid-ibx--style-lined-gradient .grid-ibx__item:before,
.grid-ibx--style-lined-gradient .grid-ibx__item:after {
    content: "";
    position: absolute;
    top: 4px;
    width: 1px;
    height: 100%;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(60%,rgba(0,0,0,0.2)), color-stop(100%,transparent));
    background: -webkit-linear-gradient(top, rgba(0,0,0,0.2) 60%,transparent 100%);
    background: -webkit-linear-gradient(top, rgba(0,0,0,0.2) 60%, transparent 100%);
    background: linear-gradient(to bottom, rgba(0,0,0,0.2) 60%,transparent 100%);
}

.grid-ibx--style-lined-gradient .grid-ibx__item:before {
    left: 0;
}

.grid-ibx--style-lined-gradient .grid-ibx__item:after {
    right: 0;
}

.grid-ibx--style-lined-gradient .grid-ibx__item:hover .grid-ibx__ghelper {
    border-color: #cd2122;
    border-bottom: 0;
}

.grid-ibx--style-lined-gradient .grid-ibx__item:hover:before,
.grid-ibx--style-lined-gradient .grid-ibx__item:hover:after {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#cd2122), color-stop(100%,transparent));
    background: -webkit-linear-gradient(top, #cd2122 0%,transparent 100%);
    background: -webkit-linear-gradient(top, #cd2122 0%, transparent 100%);
    background: linear-gradient(to bottom, #cd2122 0%,transparent 100%);
}

/* Hover Effects - Shadow */
.grid-ibx--hover-shadow .grid-ibx__item {
    -webkit-transition: box-shadow .25s cubic-bezier(0.215, 0.610, 0.355, 1.000);
    transition: box-shadow .25s cubic-bezier(0.215, 0.610, 0.355, 1.000);
}

    .grid-ibx--hover-shadow .grid-ibx__item:hover {
        box-shadow: 0 40px 120px -20px rgba(0,0,0,0.6);
        z-index: 1;
    }

.grid-ibx--hover-shadow.grid-ibx--style-lined-gradient .grid-ibx__item:hover {
    box-shadow: 0 -10px 30px -10px rgba(0, 0, 0, 0.29);
}

/* Hover Effects - Scale */
.grid-ibx--hover-scale .grid-ibx__item {
    -webkit-transition: -webkit-transform .25s cubic-bezier(0.215, 0.610, 0.355, 1.000), background .15s cubic-bezier(0.215, 0.610, 0.355, 1.000);
    transition: transform .25s cubic-bezier(0.215, 0.610, 0.355, 1.000), background .15s cubic-bezier(0.215, 0.610, 0.355, 1.000);
}

    .grid-ibx--hover-scale .grid-ibx__item:hover {
        -webkit-transform: scale3d(1.05,1.05,1);
        -ms-transform: scale3d(1.05,1.05,1);
        transform: scale3d(1.05,1.05,1);
        z-index: 1;
        border-width: 1px !important;
        background: #fff;
        border-radius: 3px;
    }

.grid-ibx--hover-scale.grid-ibx--style-lined-gradient .grid-ibx__item:hover {
    background: none;
}

/* Hover Effects - Shadow & Scale */
.grid-ibx--hover-shadowscale .grid-ibx__item {
    -webkit-transition: -webkit-transform .25s cubic-bezier(0.215, 0.610, 0.355, 1.000), background .15s cubic-bezier(0.215, 0.610, 0.355, 1.000), box-shadow .25s cubic-bezier(0.215, 0.610, 0.355, 1.000);
    transition: transform .25s cubic-bezier(0.215, 0.610, 0.355, 1.000), background .15s cubic-bezier(0.215, 0.610, 0.355, 1.000), box-shadow .25s cubic-bezier(0.215, 0.610, 0.355, 1.000);
}

    .grid-ibx--hover-shadowscale .grid-ibx__item:hover {
        -webkit-transform: scale3d(1.06,1.06,1);
        -ms-transform: scale3d(1.06,1.06,1);
        transform: scale3d(1.06,1.06,1);
        z-index: 1;
        border-width: 1px !important;
        background: #fff;
        box-shadow: 0 40px 120px -20px rgba(0,0,0,0.6);
        border-radius: 2px;
    }

.grid-ibx--hover-shadowscale.grid-ibx--style-lined-gradient .grid-ibx__item:hover {
    box-shadow: 0 -10px 30px -10px rgba(0, 0, 0, 0.29);
    background: none;
}

/* Background type */
/*.grid-ibx--bg-default .grid-ibx__item {background: #f2f2f2;}
.grid-ibx--bg-default.grid-ibx--style-lined-gradient .grid-ibx__item {background: #f2f2f2; background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f2f2f2), color-stop(100%,transparent)); background: -webkit-linear-gradient(top,  #f2f2f2 0%,transparent 100%); background: -webkit-linear-gradient(top, #f2f2f2 0%, transparent 100%); background: linear-gradient(to bottom,  #f2f2f2 0%,transparent 100%);}
*/
/* MQ's */
@media screen and (max-width: 991px) {
    .grid-ibx--cols-4 .grid-ibx__item,
    .grid-ibx--cols-5 .grid-ibx__item {
        width: 33.3333%;
    }

    .grid-ibx--style-lined-gradient.grid-ibx--cols-4 .grid-ibx__item,
    .grid-ibx--style-lined-gradient.grid-ibx--cols-5 .grid-ibx__item {
        width: -webkit-calc(33.3333% - 30px);
        width: calc(33.3333% - 30px);
    }
}

@media screen and (max-width: 767px) {
    .grid-ibx--cols-3 .grid-ibx__item,
    .grid-ibx--cols-4 .grid-ibx__item,
    .grid-ibx--cols-5 .grid-ibx__item {
        width: 50%;
    }

    .grid-ibx--style-lined-gradient.grid-ibx--cols-3 .grid-ibx__item,
    .grid-ibx--style-lined-gradient.grid-ibx--cols-4 .grid-ibx__item,
    .grid-ibx--style-lined-gradient.grid-ibx--cols-5 .grid-ibx__item {
        width: -webkit-calc(50% - 30px);
        width: calc(50% - 30px);
    }
}

@media screen and (max-width: 550px) {
    .grid-ibx--cols-2 .grid-ibx__item,
    .grid-ibx--cols-3 .grid-ibx__item,
    .grid-ibx--cols-4 .grid-ibx__item,
    .grid-ibx--cols-5 .grid-ibx__item {
        width: 100% !important;
        float: none !important;
    }
}

/*** end GRID ICON BOXES */
/*** GRID ICON BOXES */
.grid-ibx {
}

.grid-ibx__item {
    float: left;
    text-align: center;
    padding-left: 20px;
    padding-right: 20px;
    position: relative;
    -webkit-backface-visibility: hidden;
    height: 200px;
}

    .grid-ibx__item[onclick] {
        cursor: pointer;
    }

.grid-ibx--cols-1 .grid-ibx__item {
    width: 100%;
}

.grid-ibx--cols-2 .grid-ibx__item {
    width: 50%;
}

.grid-ibx--cols-3 .grid-ibx__item {
    width: 33.3333%;
}

.grid-ibx--cols-4 .grid-ibx__item {
    width: 25%;
}

.grid-ibx--cols-5 .grid-ibx__item {
    width: 20%;
}

.grid-ibx__item-inner {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.grid-ibx__link {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.grid-ibx__title-wrp,
.grid-ibx__icon-wrp,
.grid-ibx__desc-wrp {
    margin-top: 0;
    margin-bottom: 20px;
}

.grid-ibx__title,
.grid-ibx__desc {
    margin: 0;
}

.grid-ibx__icon {
    font-size: 60px;
    line-height: 1;
    -webkit-transition: color .2s cubic-bezier(0.215, 0.610, 0.355, 1.000);
    transition: color .2s cubic-bezier(0.215, 0.610, 0.355, 1.000);
}


/* GridIconBox Styles - Lined Full */
.grid-ibx--style-lined-full {
    border-width: 1px 0 0 1px;
}

    .grid-ibx--style-lined-full .grid-ibx__item {
        border-width: 0 1px 1px 0;
    }

    .grid-ibx--style-lined-full,
    .grid-ibx--style-lined-full .grid-ibx__item {
        border-color: rgba(0,0,0,0.1);
        border-style: solid;
    }

/* GridIconBox Styles - Lined Center */
.grid-ibx--style-lined-center,
.grid-ibx--style-lined-center .grid-ibx__item {
    border-color: rgba(0,0,0,0.1);
    border-style: solid;
}

    .grid-ibx--style-lined-center .grid-ibx__item {
        border-width: 0 1px 1px 0;
    }

    .grid-ibx--style-lined-center.grid-ibx--cols-1 .grid-ibx__item:nth-child(1) {
        border-right-width: 0;
    }

    .grid-ibx--style-lined-center.grid-ibx--cols-2 .grid-ibx__item:nth-child(2) {
        border-right-width: 0;
    }

    .grid-ibx--style-lined-center.grid-ibx--cols-3 .grid-ibx__item:nth-child(3) {
        border-right-width: 0;
    }

    .grid-ibx--style-lined-center.grid-ibx--cols-4 .grid-ibx__item:nth-child(4) {
        border-right-width: 0;
    }

    .grid-ibx--style-lined-center.grid-ibx--cols-5 .grid-ibx__item:nth-child(5) {
        border-right-width: 0;
    }

    .grid-ibx--style-lined-center .grid-ibx__row:last-child .grid-ibx__item {
        border-bottom-width: 0;
    }

.grid-ibx--style-lined-center {
    border: 0;
}

/* GridIconBox Styles - Gradient */
.grid-ibx--style-lined-gradient .grid-ibx__item {
    margin-bottom: 30px;
    margin-left: 15px;
    margin-right: 15px;
    position: relative;
}

.grid-ibx--style-lined-gradient.grid-ibx--cols-1 .grid-ibx__item {
    width: -webkit-calc(100% - 30px);
    width: calc(100% - 30px);
}

.grid-ibx--style-lined-gradient.grid-ibx--cols-2 .grid-ibx__item {
    width: -webkit-calc(50% - 30px);
    width: calc(50% - 30px);
}

.grid-ibx--style-lined-gradient.grid-ibx--cols-3 .grid-ibx__item {
    width: -webkit-calc(33.3333% - 30px);
    width: calc(33.3333% - 30px);
}

.grid-ibx--style-lined-gradient.grid-ibx--cols-4 .grid-ibx__item {
    width: -webkit-calc(25% - 30px);
    width: calc(25% - 30px);
}

.grid-ibx--style-lined-gradient.grid-ibx--cols-5 .grid-ibx__item {
    width: -webkit-calc(20% - 30px);
    width: calc(20% - 30px);
}

.grid-ibx--style-lined-gradient .grid-ibx__ghelper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 5px;
    border: 1px solid rgba(0,0,0,0.2);
    border-bottom: 0;
    border-radius: 4px 4px 0 0;
}

.grid-ibx--style-lined-gradient .grid-ibx__item:before,
.grid-ibx--style-lined-gradient .grid-ibx__item:after {
    content: "";
    position: absolute;
    top: 4px;
    width: 1px;
    height: 100%;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(60%,rgba(0,0,0,0.2)), color-stop(100%,transparent));
    background: -webkit-linear-gradient(top, rgba(0,0,0,0.2) 60%,transparent 100%);
    background: -webkit-linear-gradient(top, rgba(0,0,0,0.2) 60%, transparent 100%);
    background: linear-gradient(to bottom, rgba(0,0,0,0.2) 60%,transparent 100%);
}

.grid-ibx--style-lined-gradient .grid-ibx__item:before {
    left: 0;
}

.grid-ibx--style-lined-gradient .grid-ibx__item:after {
    right: 0;
}

.grid-ibx--style-lined-gradient .grid-ibx__item:hover .grid-ibx__ghelper {
    border-color: #cd2122;
    border-bottom: 0;
}

.grid-ibx--style-lined-gradient .grid-ibx__item:hover:before,
.grid-ibx--style-lined-gradient .grid-ibx__item:hover:after {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#cd2122), color-stop(100%,transparent));
    background: -webkit-linear-gradient(top, #cd2122 0%,transparent 100%);
    background: -webkit-linear-gradient(top, #cd2122 0%, transparent 100%);
    background: linear-gradient(to bottom, #cd2122 0%,transparent 100%);
}

/* Hover Effects - Shadow */
.grid-ibx--hover-shadow .grid-ibx__item {
    -webkit-transition: box-shadow .25s cubic-bezier(0.215, 0.610, 0.355, 1.000);
    transition: box-shadow .25s cubic-bezier(0.215, 0.610, 0.355, 1.000);
}

    .grid-ibx--hover-shadow .grid-ibx__item:hover {
        box-shadow: 0 40px 120px -20px rgba(0,0,0,0.6);
        z-index: 1;
    }

.grid-ibx--hover-shadow.grid-ibx--style-lined-gradient .grid-ibx__item:hover {
    box-shadow: 0 -10px 30px -10px rgba(0, 0, 0, 0.29);
}

/* Hover Effects - Scale */
.grid-ibx--hover-scale .grid-ibx__item {
    -webkit-transition: -webkit-transform .25s cubic-bezier(0.215, 0.610, 0.355, 1.000), background .15s cubic-bezier(0.215, 0.610, 0.355, 1.000);
    transition: transform .25s cubic-bezier(0.215, 0.610, 0.355, 1.000), background .15s cubic-bezier(0.215, 0.610, 0.355, 1.000);
}

    .grid-ibx--hover-scale .grid-ibx__item:hover {
        -webkit-transform: scale3d(1.05,1.05,1);
        -ms-transform: scale3d(1.05,1.05,1);
        transform: scale3d(1.05,1.05,1);
        z-index: 1;
        border-width: 1px !important;
        background: #fff;
        border-radius: 3px;
    }

.grid-ibx--hover-scale.grid-ibx--style-lined-gradient .grid-ibx__item:hover {
    background: none;
}

/* Hover Effects - Shadow & Scale */
.grid-ibx--hover-shadowscale .grid-ibx__item {
    -webkit-transition: -webkit-transform .25s cubic-bezier(0.215, 0.610, 0.355, 1.000), background .15s cubic-bezier(0.215, 0.610, 0.355, 1.000), box-shadow .25s cubic-bezier(0.215, 0.610, 0.355, 1.000);
    transition: transform .25s cubic-bezier(0.215, 0.610, 0.355, 1.000), background .15s cubic-bezier(0.215, 0.610, 0.355, 1.000), box-shadow .25s cubic-bezier(0.215, 0.610, 0.355, 1.000);
}

    .grid-ibx--hover-shadowscale .grid-ibx__item:hover {
        -webkit-transform: scale3d(1.06,1.06,1);
        -ms-transform: scale3d(1.06,1.06,1);
        transform: scale3d(1.06,1.06,1);
        z-index: 1;
        border-width: 1px !important;
        background: #fff;
        box-shadow: 0 40px 120px -20px rgba(0,0,0,0.6);
        border-radius: 2px;
    }

.grid-ibx--hover-shadowscale.grid-ibx--style-lined-gradient .grid-ibx__item:hover {
    box-shadow: 0 -10px 30px -10px rgba(0, 0, 0, 0.29);
    background: none;
}

/* Background type */
/*.grid-ibx--bg-default .grid-ibx__item {background: #f2f2f2;}
.grid-ibx--bg-default.grid-ibx--style-lined-gradient .grid-ibx__item {background: #f2f2f2; background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f2f2f2), color-stop(100%,transparent)); background: -webkit-linear-gradient(top,  #f2f2f2 0%,transparent 100%); background: -webkit-linear-gradient(top, #f2f2f2 0%, transparent 100%); background: linear-gradient(to bottom,  #f2f2f2 0%,transparent 100%);}
*/
/* MQ's */
@media screen and (max-width: 991px) {
    .grid-ibx--cols-4 .grid-ibx__item,
    .grid-ibx--cols-5 .grid-ibx__item {
        width: 33.3333%;
    }

    .grid-ibx--style-lined-gradient.grid-ibx--cols-4 .grid-ibx__item,
    .grid-ibx--style-lined-gradient.grid-ibx--cols-5 .grid-ibx__item {
        width: -webkit-calc(33.3333% - 30px);
        width: calc(33.3333% - 30px);
    }
}

@media screen and (max-width: 767px) {
    .grid-ibx--cols-3 .grid-ibx__item,
    .grid-ibx--cols-4 .grid-ibx__item,
    .grid-ibx--cols-5 .grid-ibx__item {
        width: 50%;
    }

    .grid-ibx--style-lined-gradient.grid-ibx--cols-3 .grid-ibx__item,
    .grid-ibx--style-lined-gradient.grid-ibx--cols-4 .grid-ibx__item,
    .grid-ibx--style-lined-gradient.grid-ibx--cols-5 .grid-ibx__item {
        width: -webkit-calc(50% - 30px);
        width: calc(50% - 30px);
    }
}

@media screen and (max-width: 550px) {
    .grid-ibx--cols-2 .grid-ibx__item,
    .grid-ibx--cols-3 .grid-ibx__item,
    .grid-ibx--cols-4 .grid-ibx__item,
    .grid-ibx--cols-5 .grid-ibx__item {
        width: 100% !important;
        float: none !important;
    }
}

/*** end GRID ICON BOXES */



/*===========modal-css=========*/
.modal-content {
    border-radius: 0;
    border: none;
    padding: 20px;
    background: #f7f7f7;
}

.modal-header .close {
    padding: 0;
    margin: 0;
    position: absolute;
    right: 0;
    top: -20px;
}

.close {
    font-size: 30px;
    font-weight: normal;
    line-height: 0;
    color: #fff;
    text-shadow: 0 1px 0 #fff;
    opacity: 9;
}

    .close:hover {
        color: #fff;
        opacity: 9;
        text-shadow: none;
    }

.modal-header {
    margin: 0;
    padding: 0;
    border: none;
}

.modal-body .form-group {
    margin-bottom: 20px;
}

    .modal-body .form-group input {
        padding: 22px 15px !important;
        font-size: 14px;
        margin: 0;
        width: 100%;
    }

.form-select {
    padding: 11px !important;
    font-size: 14px;
    margin: 0;
    width: 100%;
    color: #495057;
    border: 1px solid #ced4da;
    border-radius: .25rem;
}

.modal-body label {
    font-size: 16px;
    font-weight: 600;
}

.form-control:focus {
    box-shadow: none;
    outline: none;
}

.modal-body h2 {
    font-size: 30px;
    font-weight: 600;
    margin: 0;
    padding: 5px 0;
}

.modal-body p {
    font-size: 15px;
    text-align: center;
    margin-bottom: 30px;
    padding: 0;
}


.table td, .table th {
    font-size: 13px;
}

.olFont {
    font-size: 13px;
}

.tableheadRed thead {
    background-color: #cd2122;
    color: white;
}

.evolvetxt h4 a {
    font-size: 15px;
    line-height: 40px;
    font-weight: 600;
    position: relative;
    color: white;
}

ul.uldisc {
    list-style: disc;
    padding-left: 33px;
    font-size: 13px;
}

.text-capitalize-new {
    text-transform: capitalize;
}

.olfont li {
    font-size: 13px;
}

.achieving {
    text-align: center;
    margin: 0;
    padding: 0;
}

    .achieving p {
        color: #333;
        font-size: 18px;
        text-align: center;
    }

.New_form_sec {
    padding: 20px;
    border-radius: 10px;
    margin: 0;
}

.form-group {
    margin-bottom: 15px;
}

.hpanel > .panel-heading {
    color: inherit;
    font-weight: 600;
    padding: 10px 4px;
    transition: all .3s;
    border: 1px solid transparent;
}

.hpanel .hbuilt.panel-heading {
    border-bottom: 0;
}

.hpanel > .panel-footer, .hpanel > .panel-section {
    color: inherit;
    border: 1px solid #eaeaea;
    border-top: 0;
    font-size: 90%;
    background: #f7f9fa;
    padding: 10px 15px;
}

.hpanel.panel-collapse > .panel-heading, .hpanel .hbuilt {
    background: #fff;
    border-color: #eaeaea;
    border: 1px solid #eaeaea;
    padding: 10px 10px;
    border-radius: 2px;
}

.hpanel .panel-body {
    background: #fff;
    border: 1px solid #eaeaea;
    border-radius: 2px;
    padding: 20px;
    position: relative;
}

.hpanel.panel-group .panel-body:first-child {
    border-top: 1px solid #eaeaea;
}

.hpanel.panel-group .panel-body {
    border-top: 0;
}

.panel-collapse .panel-body {
    border: 0;
}

.hpanel {
    background-color: none;
    border: 0;
    box-shadow: none;
    margin-bottom: 25px;
}

.table-sec {
    padding: 10px 0;
}

.panel-tools {
    display: inline-block;
    float: right;
    margin-top: -24px;
    padding: 0;
    position: relative;
}

.hpanel .alert {
    margin-bottom: 0;
    border-radius: 0;
    border: 1px solid #eaeaea;
    border-bottom: 0;
}

.panel-tools a {
    margin-left: 5px;
    color: #9d9fa2;
    cursor: pointer;
}

.hpanel.hgreen .panel-body {
    border-top: 2px solid #2e8965;
}

.hpanel.hblue .panel-body {
    border-top: 2px solid #3498db;
}

.hpanel.hyellow .panel-body {
    border-top: 2px solid #ffb606;
}

.hpanel.hviolet .panel-body {
    border-top: 2px solid #9b59b6;
}

.hpanel.horange .panel-body {
    border-top: 2px solid #e67e22;
}

.hpanel.hred .panel-body {
    border-top: 2px solid #e74c3c;
}

.hpanel.hreddeep .panel-body {
    border-top: 2px solid #c0392b;
}

.hpanel.hnavyblue .panel-body {
    border-top: 2px solid #34495e;
}

.hpanel.hbggreen .panel-body {
    background: #2e8965;
    color: #fff;
    border: 0;
}

.hpanel.hbgblue .panel-body {
    background: #3498db;
    color: #fff;
    border: 0;
}

.hpanel.hbgyellow .panel-body {
    background: #ffb606;
    color: #fff;
    border: 0;
}

.hpanel.hbgviolet .panel-body {
    background: #9b59b6;
    color: #fff;
    border: 0;
}

.hpanel.hbgorange .panel-body {
    background: #e67e22;
    color: #fff;
    border: 0;
}

.hpanel.hbgred .panel-body {
    background: #e74c3c;
    color: #fff;
    border: 0;
}

.hpanel.hbgreddeep .panel-body {
    background: #c0392b;
    color: #fff;
    border: 0;
}

.hpanel.hbgnavyblue .panel-body {
    background: #34495e;
    color: #fff;
    border: 0;
}

.panel-group .panel-heading {
    background-color: #f7f9fa;
}

.small-header .hpanel {
    margin-bottom: 0;
}

.small-header {
    padding: 0 !important;
}

    .small-header .panel-body {
        padding: 10px 25px 10px 25px !important;
        border-right: 0;
        border-left: none;
        border-top: 0;
        border-radius: 0;
    }

.panel-body h5, .panel-body h4 {
    font-weight: 600;
}

.small-header .panel-body h2 {
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0;
    color: #001b54;
}

.small-header .panel-body small {
    color: #838589;
}

.hpanel-green2 .table thead th {
    background: #2e8965 !important;
}

.hpanel-green2 {
    border: 1px solid #2e8965;
    border-radius: 7px 7px 0px 0px;
}

    .hpanel-green2 .panel-heading {
        background-color: #2e8965;
        color: white;
    }

        .hpanel-green2 .panel-heading a, .hpanel-green2 .panel-heading span {
            color: white;
            padding: 0px 5px;
        }

.hpanel-blue2 .table thead th {
    background: #001b54 !important;
}

.hpanel-blue2 {
    border: 1px solid #CD2122;
    border-radius: 7px 7px 0px 0px;
}

    .hpanel-blue2 .panel-heading {
        background-color: #CD2122;
        color: white;
    }

        .hpanel-blue2 .panel-heading a, .hpanel-blue2 .panel-heading span {
            color: white;
            padding: 0px 5px;
        }

.hpanel-blue3 .table thead th {
    background: #6379aa !important;
}

.hpanel-blue3 {
    border: 1px solid #6379aa;
    border-radius: 7px 7px 0px 0px;
}

    .hpanel-blue3 .panel-heading {
        background-color: #6379aa;
        color: white;
    }

        .hpanel-blue3 .panel-heading a, .hpanel-blue3 .panel-heading span {
            color: white;
            padding: 0px 5px;
        }





.hpanel-red .table thead th {
    background: #E2755F !important;
}

.hpanel-red {
    border: 1px solid #E2755F;
    border-radius: 7px 7px 0px 0px;
}

    .hpanel-red .panel-heading {
        background-color: #E2755F;
        color: white;
    }

        .hpanel-red .panel-heading a, .hpanel-red .panel-heading span {
            color: white;
            padding: 0px 5px;
        }

.hpanel-red2 .table thead th {
    background: #e04141 !important;
}

.hpanel-red2 {
    border: 1px solid #e04141;
    border-radius: 7px 7px 0px 0px;
}

    .hpanel-red2 .panel-heading {
        background-color: #e04141;
        color: white;
    }

        .hpanel-red2 .panel-heading a, .hpanel-red2 .panel-heading span {
            color: white;
            padding: 0px 5px;
        }

.hpanel-red3 .table thead th {
    background: #D15B47 !important;
}

.hpanel-red3 {
    border: 1px solid #D15B47;
    border-radius: 7px 7px 0px 0px;
}

    .hpanel-red3 .panel-heading {
        background-color: #D15B47;
        color: white;
    }

        .hpanel-red3 .panel-heading a, .hpanel-red3 .panel-heading span {
            color: white;
            padding: 0px 5px;
        }

.hpanel-purple .table thead th {
    background: #7e6eb0 !important;
}

.hpanel-purple {
    border: 1px solid #7e6eb0;
    border-radius: 7px 7px 0px 0px;
}

    .hpanel-purple .panel-heading {
        background-color: #7e6eb0;
        color: white;
    }

        .hpanel-purple .panel-heading a, .hpanel-purple .panel-heading span {
            color: white;
            padding: 0px 5px;
        }

.twitter {
    fill: white;
}

