@charset "UTF-8";

.breadcrumb {
    text-transform: capitalize;
}

@media screen and (min-width:1472px) {
    .container {
        max-width: 1200px;
        width: 1200px;
    }

    body.header-side-navigation .container {
        width: 100%;
    }
}

@media screen and (min-width:1280px) {
    .container {
        max-width: 1200px;
        width: 1200px;
    }

    body.header-side-navigation .container {
        width: 100%;
    }
}

a {
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

img {
    display: inline-block;
}

.content h1,
.content h2,
.content h3,
.content h4,
.content h5,
.content h6 {
    line-height: 1.45;
    font-weight: 500;
}

.content p {
    line-height: 1.8;
}

.content strong,
.content sub {
    font-weight: 500;
}

body {
    font-family: 'Roboto', sans-serif;
}

p {
    line-height: 1.5;
    color: var(--paragraph-color);
    font-size: 1.2rem;
    margin-bottom: 1rem;
}

@media(max-width: 768px) {
    p {
        font-size: 1rem;
    }
}

ul {
    list-style: initial;
    padding: 0 0 0 9px;
}

iframe {
    margin-bottom: -7px;
}

pre {
    max-height: 30em;
}

pre code {
    font-size: 14.5px;
    line-height: 1.8;
}

code[class*=language-],
pre[class*=language-] {
    line-height: 1.8;
}

code {
    font-size: 14.5px;
    line-height: 1.8;
}

:not(pre)>code[class*=language-] {
    border-radius: 0;
    white-space: normal;
    color: #dd4a68;
    font-size: .875em;
    font-weight: 400;
    padding: .25em .5em .25em;
    margin: 0 .1em;
}

::-moz-selection {
    background-color: #2c4499;
    color: #fff;
}

::selection {
    background-color: #2c4499;
    color: #fff;
}

.display-none {
    display: none;
}

.padding-bottom-none {
    padding-bottom: 0 !important;
}

.padding-top-none {
    padding-top: 0 !important;
}

.padding-right-none {
    padding-right: 0 !important;
}

.padding-left-none {
    padding-left: 0 !important;
}

.margin-bottom-none {
    margin-bottom: 0 !important;
}

.margin-top-none {
    margin-top: 0 !important;
}

.margin-right-none {
    margin-right: 0 !important;
}

.margin-left-none {
    margin-left: 0 !important;
}

.comment-notes {
    margin-bottom: 1.2rem;
    font-size: 14px;
    font-size: .875rem;
}

.comment-notes .required {
    color: #2c4499;
}

.content-404.content h1,
.content-404.content h2 {
    font-family: 'Roboto', sans-serif;
}

.content-404.content h1 {
    font-size: 150px;
    font-weight: 700;
    letter-spacing: 10px;
    margin-bottom: 0;
}

.content-404.content h2 {
    margin-top: 0;
    color: #4b505d;
    font-size: 25px;
}

.content-404.content p {
    padding-right: 20px;
    padding-left: 20px;
}

.content-404.content p .icon {
    margin: 30px 0;
}

.content-404.content p .icon i {
    font-size: 50px;
}

.badge {
    font-family: 'Roboto', sans-serif;
}

.badge:not([data-badge=""])::after {
    padding: .3rem .3rem;
    font-size: .65rem;
}

footer .badge:after,
header .badge:after {
    padding: .25rem !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.modal.is-active {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
}

.show-modal {
    display: inline-block;
}

body.boxed-layout {
    padding: 50px;
    background-color: #2c4499;
}

body.boxed-layout #site-wrap {
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, .05);
    box-shadow: 0 0 15px rgba(0, 0, 0, .05);
}

.box {
    padding: 1.8rem;
    border: 1px solid #f0f0f0;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
}

.box:hover {
    -webkit-box-shadow: 0 2px 5px 2px rgba(166, 166, 166, .08);
    box-shadow: 0 2px 5px 2px rgba(166, 166, 166, .08);
}

.box .media-left {
    margin-right: 1.5rem;
}

.box .media-right {
    margin-left: 1.5rem;
}

.box .avatar img {
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    max-width: 100px;
}

.box .avatar img:hover {
    opacity: .8;
}

.shop-rating {
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
}

.shop-rating .icon {
    width: auto;
    color: #edb867;
    vertical-align: middle;
}

.shop-rating .icon i {
    font-size: 20px;
}

.notification {
    font-family: 'Roboto', sans-serif;
    line-height: 1.8;
}

.notification>.delete {
    right: .7rem;
    top: .8rem;
}

.menu-list a {
    line-height: 1.7;
}

.card .media:not(:last-child) {
    margin-bottom: 1.5rem;
}

.card {
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    border-radius: 0;
}

.card .card-content {
    padding: 1.8rem;
}

.card .card-content .content {
    font-size: 15px;
    line-height: 1.8;
}

.card .card-header-title {
    font-weight: 500;
}

.card .media-left {
    margin-right: 1.25rem;
}

.card .media-right {
    margin-left: 1.25rem;
}

.card .image img {
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
}

.card .image img:hover {
    opacity: .8;
}

.card .title {
    font-weight: 500;
}

.card .subtitle {
    color: #4b505d;
}

.card:hover {
    -webkit-box-shadow: 2px 1px 25px 5px rgba(166, 166, 166, .2);
    box-shadow: 2px 1px 25px 5px rgba(166, 166, 166, .2);
}

.card time {
    font-size: 14px;
}

.card .card-footer {
    font-family: 'Roboto', sans-serif;
}

.dropdown .dropdown-content {
    font-family: 'Roboto', sans-serif;
}

.menu {
    font-family: 'Roboto', sans-serif;
}

.menu.vertical-navigation-content {
    -webkit-box-shadow: 0 2px 3px rgba(166, 166, 166, .1), 0 0 0 1px rgba(166, 166, 166, .1);
    box-shadow: 0 2px 3px rgba(166, 166, 166, .1), 0 0 0 1px rgba(166, 166, 166, .1);
    padding: 30px;
    background-color: #fff;
}

.menu.vertical-navigation-content:hover {
    -webkit-box-shadow: 0 2px 5px 2px rgba(166, 166, 166, .1);
    box-shadow: 0 2px 5px 2px rgba(166, 166, 166, .1);
}

.menu.vertical-navigation-content.docs-fixed.fixed {
    position: fixed;
    top: 90px;
    z-index: 2;
}

.menu.vertical-navigation-content.is-affixed {
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 0;
    background-color: transparent;
}

.menu.vertical-navigation-content.is-affixed:hover {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.menu.vertical-navigation-content.is-affixed .inner-wrapper-sticky {
    -webkit-box-shadow: 0 2px 3px rgba(166, 166, 166, .1), 0 0 0 1px rgba(166, 166, 166, .1);
    box-shadow: 0 2px 3px rgba(166, 166, 166, .1), 0 0 0 1px rgba(166, 166, 166, .1);
    padding: 30px;
    background-color: #fff;
}

.menu.vertical-navigation-content.is-affixed .inner-wrapper-sticky:hover {
    -webkit-box-shadow: 0 2px 5px 2px rgba(166, 166, 166, .1);
    box-shadow: 0 2px 5px 2px rgba(166, 166, 166, .1);
}

.docs-fixed-content {
    padding-bottom: 100px;
}

.docs-fixed-content>h1 {
    text-transform: capitalize;
    margin-bottom: 40px;
    border-bottom: 1px solid #f0f0f0;
    padding-bottom: 20px;
}

.docs-fixed-content:last-child {
    padding-bottom: 0;
}

.message {
    -webkit-box-shadow: 0 2px 3px rgba(166, 166, 166, .08), 0 0 0 1px rgba(166, 166, 166, .08);
    box-shadow: 0 2px 3px rgba(166, 166, 166, .08), 0 0 0 1px rgba(166, 166, 166, .08);
}

.message .message-header p {
    color: #fff;
    font-size: 17px;
    font-size: 1.0625rem;
}

.message .message-body {
    font-family: 'Roboto', sans-serif;
}

.floating_buttons .float {
    position: fixed;
    bottom: 35px;
    right: 30px;
    z-index: 99;
    -webkit-animation: bot-to-top 2s ease-out;
    animation: bot-to-top 2s ease-out;
}

.floating_buttons .float .icon i.icon-share {
    margin-left: -2px;
}

.floating_buttons .icon {
    font-size: 18px;
    margin-top: 10px;
    width: auto;
    height: auto;
}

.floating_buttons ul {
    position: fixed;
    right: 30px;
    bottom: 73px;
    z-index: 100;
    visibility: hidden;
}

.floating_buttons ul:not(:hover) {
    -webkit-animation: scale-out .5s;
    animation: scale-out .5s;
}

.floating_buttons ul li {
    list-style: none;
    margin-bottom: 10px;
}

.floating_buttons ul li a {
    display: block;
}

.floating_buttons .float,
.floating_buttons ul li a {
    background-color: #096ae2;
    color: #fff;
    border-radius: 50%;
    text-align: center;
    -webkit-box-shadow: 2px 2px 3px rgba(166, 166, 166, .3);
    box-shadow: 2px 2px 3px rgba(166, 166, 166, .3);
    width: 38px;
    height: 38px;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
}

.floating_buttons .float:hover,
.floating_buttons ul li a:hover {
    background-color: #363636;
}

.floating_buttons ul:hover {
    visibility: visible !important;
    opacity: 1 !important;
}

.floating_buttons.is-active ul {
    visibility: visible;
    opacity: 1;
    -webkit-animation: scale-in .5s;
    animation: scale-in .5s;
}

.floating_buttons a#menu-share .icon {
    -webkit-animation: rotate-in .5s;
    animation: rotate-in .5s;
}

.floating_buttons a#menu-share:hover>.icon {
    -webkit-animation: rotate-out .5s;
    animation: rotate-out .5s;
}

@-webkit-keyframes bounce {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    50% {
        -webkit-transform: translateY(8px);
        transform: translateY(8px);
    }
}

@keyframes bounce {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    50% {
        -webkit-transform: translateY(8px);
        transform: translateY(8px);
    }
}

@-webkit-keyframes bot-to-top {
    0% {
        bottom: -40px;
    }

    50% {
        bottom: 40px;
    }
}

@keyframes bot-to-top {
    0% {
        bottom: -40px;
    }

    50% {
        bottom: 40px;
    }
}

@-webkit-keyframes scale-in {
    from {
        -webkit-transform: scale(0);
        transform: scale(0);
        opacity: 0;
    }

    to {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }
}

@keyframes scale-in {
    from {
        -webkit-transform: scale(0);
        transform: scale(0);
        opacity: 0;
    }

    to {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }
}

@-webkit-keyframes scale-out {
    from {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }

    to {
        -webkit-transform: scale(0);
        transform: scale(0);
        opacity: 0;
    }
}

@keyframes scale-out {
    from {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }

    to {
        -webkit-transform: scale(0);
        transform: scale(0);
        opacity: 0;
    }
}

@-webkit-keyframes rotate-in {
    from {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }

    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes rotate-in {
    from {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }

    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-webkit-keyframes rotate-out {
    from {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }

    to {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
}

@keyframes rotate-out {
    from {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }

    to {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
}

.floating_buttons.is-left .float,
.floating_buttons.is-left ul {
    right: inherit;
    left: 30px;
}

.floating_buttons.is-animate .float {
    -webkit-animation: bounce 2s ease-in-out forwards;
    animation: bounce 2s ease-in-out forwards;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

.floating_buttons.is-animate.is-active .float {
    -webkit-animation: none;
    animation: none;
}

.floating_buttons.is-info .float,
.floating_buttons.is-info ul li a {
    background-color: #209cee;
}

.floating_buttons.is-success .float,
.floating_buttons.is-success ul li a {
    background-color: #23d160;
}

.floating_buttons.is-warning .float,
.floating_buttons.is-warning ul li a {
    background-color: #ffdd57;
}

.floating_buttons.is-danger .float,
.floating_buttons.is-danger ul li a {
    background-color: #ff3860;
}

.quickview .quickview-header .title {
    font-weight: 500;
}

.quickview .delete,
.quickview .modal-close {
    background-color: transparent;
}

.quickview .delete::before,
.quickview .modal-close::before {
    width: 80%;
}

.quickview .delete::after,
.quickview .modal-close::after {
    height: 80%;
}

.quickview .delete::after,
.quickview .delete::before,
.quickview .modal-close::after,
.quickview .modal-close::before {
    background-color: #4b505d;
}

#quickviewDemos .image-hover figure {
    margin-bottom: 0;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    -webkit-box-shadow: 0 5px 15px 0 rgba(0, 0, 0, .15);
    box-shadow: 0 5px 15px 0 rgba(0, 0, 0, .15);
}

#quickviewDemos .image-hover.effect-5 figure img {
    -webkit-transform: scale(1);
    transform: scale(1);
}

#quickviewDemos .image-hover .menu-mark {
    visibility: visible;
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 100;
    font-size: 10px;
    height: 1.7em;
    padding-left: .5em;
    padding-right: .5em;
    vertical-align: top;
    margin-top: 1px;
    margin-left: 6px;
    text-transform: uppercase;
}

#quickviewDemos .column {
    padding: .5rem;
}

#quickviewDemos .column.is-active figure {
    cursor: default;
}

#quickviewDemos .quickview-header .title {
    font-size: 16px;
    text-transform: capitalize;
    letter-spacing: 0;
}

#quickviewDemos .quickview-body {
    -ms-overflow-style: none;
    overflow: -moz-scrollbars-none;
}

#quickviewDemos .quickview-body::-webkit-scrollbar {
    width: 0 !important;
}

#quickviewInfo .quickview-header {
    border: none;
    background: #fff;
    margin: 0 20px 0;
}

#quickviewInfo .quickview-body {
    padding-top: 0;
}

#quickviewInfo .quickview-body footer {
    padding-top: 0;
    padding-bottom: 30px;
    background: #fff;
    text-align: center;
    color: #37474f;
}

#quickviewInfo .quickview-body footer .site-logo {
    font-family: 'Roboto', sans-serif;
    margin-bottom: 0;
    margin-top: -11px;
}

#quickviewInfo .quickview-body footer .site-logo a {
    display: inline-block;
    color: #37474f;
}

#quickviewInfo .quickview-body footer .site-logo span.logo-text {
    font-size: 24px;
    font-size: 1.5rem;
    letter-spacing: 2px;
    padding: 0 8px;
    color: #37474f;
}

#quickviewInfo .quickview-body footer p {
    color: #969696;
}

#quickviewInfo .quickview-body footer .footer-social-links li {
    padding: 0 5.5px;
}

#quickviewInfo .quickview-body footer .footer-social-links li:first-child {
    padding-left: 0;
}

#quickviewInfo .quickview-body footer .footer-social-links li:last-child {
    padding-right: 0;
}

#quickviewInfo .quickview-body footer .footer-social-links li .icon {
    width: 30px;
    height: 30px;
    border-radius: 100%;
    background-color: #2c4499;
    color: #fff;
}

#quickviewInfo .quickview-body footer .footer-social-links li .icon i {
    font-size: 15px;
    font-size: .9375rem;
}

#quickviewInfo .quickview-body footer .footer-social-links li .icon:hover {
    background-color: #263238;
}

#quickviewInfo .quickview-body footer .widget-form .button {
    height: 100%;
    margin-left: 0;
}

#quickviewInfo .quickview-body footer .widget-form input {
    padding-right: 6.5em;
}

#quickviewInfo .quickview-body footer .widget-title {
    color: #37474f;
}

#quickviewInfo .quickview-body footer .widget-list .content a {
    color: #4b505d;
}

#quickviewInfo .quickview-body footer .widget-list .content a:hover {
    color: #2c4499;
}

.ripple-effect {
    height: 50px;
    width: 50px;
    border-radius: 50%;
    background-color: #fff;
    position: relative;
    -webkit-transition: height .25s ease, width .25s ease;
    transition: height .25s ease, width .25s ease;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.ripple-effect:after,
.ripple-effect:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-radius: 50%;
    border: 1px solid #fff;
}

.ripple-effect:before {
    -webkit-animation: ripple 2s linear infinite;
    animation: ripple 2s linear infinite;
}

.ripple-effect:after {
    -webkit-animation: ripple 2s linear 1s infinite;
    animation: ripple 2s linear 1s infinite;
}

.ripple-effect:hover:after,
.ripple-effect:hover:before {
    -webkit-animation: none;
    animation: none;
}

@-webkit-keyframes ripple {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    75% {
        -webkit-transform: scale(1.75);
        transform: scale(1.75);
        opacity: 1;
    }

    100% {
        -webkit-transform: scale(2);
        transform: scale(2);
        opacity: 0;
    }
}

@keyframes ripple {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    75% {
        -webkit-transform: scale(1.75);
        transform: scale(1.75);
        opacity: 1;
    }

    100% {
        -webkit-transform: scale(2);
        transform: scale(2);
        opacity: 0;
    }
}

.table tbody {
    font-family: 'Roboto', sans-serif;
    color: #424754;
}

.is-flex-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.is-flex-reverse-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
}

.breadcrumb {
    font-family: 'Roboto', sans-serif;
    font-size: 13.8px;
    font-size: .8625rem;
}

.parallax-background {
    background: 0 0;
    position: relative;
    overflow: hidden;
}

.parallax-mirror {
    top: 0 !important;
}

.tooltip {
    font-family: 'Roboto', sans-serif;
}

.tooltip:before {
    text-align: center;
}

div.code-toolbar>.toolbar a,
div.code-toolbar>.toolbar button,
div.code-toolbar>.toolbar span {
    border-radius: 0;
    background-color: transparent;
    color: #a6a6a6;
    font-family: 'Roboto', sans-serif;
    -webkit-box-shadow: none;
    box-shadow: none;
}

pre[class*=language-] {
    padding: 1.5em;
    margin: 1.8em 0;
}

.back-to-top {
    position: fixed;
    bottom: 32px;
    right: 40px;
    z-index: 9999;
    opacity: 0;
}

.back-to-top .icon {
    background-color: rgba(54, 54, 54, .7);
    color: #fff;
    width: 30px;
    height: 30px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

.back-to-top .icon i {
    font-size: 20px;
    font-size: 1.25rem;
}

.back-to-top:hover .icon {
    background-color: #363636;
}

.back-to-top.show {
    opacity: 1;
}

.back-to-top.is-primary .icon {
    background-color: rgba(0, 99, 221, .7);
}

.back-to-top.is-primary:hover .icon {
    background-color: #2c4499;
}

.back-to-top.is-info .icon {
    background-color: rgba(32, 156, 238, .7);
}

.back-to-top.is-info:hover .icon {
    background-color: #209cee;
}

.back-to-top.is-success .icon {
    background-color: rgba(35, 209, 96, .7);
}

.back-to-top.is-success:hover .icon {
    background-color: #23d160;
}

.back-to-top.is-warning .icon {
    background-color: rgba(255, 221, 87, .7);
}

.back-to-top.is-warning:hover .icon {
    background-color: #ffdd57;
}

.back-to-top.is-danger .icon {
    background-color: rgba(255, 56, 96, .7);
}

.back-to-top.is-danger:hover .icon {
    background-color: #ff3860;
}

.tagsinput input[type=text],
.tagsinput.input {
    font-size: 12px;
}

.tagsinput input[type=text]:focus,
.tagsinput.input:focus {
    outline: 0;
}

.quickview {
    z-index: 201;
}

.quickview .title:not(:last-child) {
    margin-bottom: 0;
}

.quickview .quickview-body {
    padding: 25px 20px;
}

.steps {
    font-family: 'Roboto', sans-serif;
}

.tracking-steps-section .steps {
    margin-top: 5rem;
}

.mfp-bg {
    background-color: #000;
    opacity: .85;
}

.mfp-close {
    right: 30px;
    height: 85px;
    font-size: 30px;
    opacity: 1;
}

.mfp-bottom-bar {
    font-family: 'Roboto', sans-serif;
    margin-top: -28px;
}

.mfp-bottom-bar .mfp-counter,
.mfp-bottom-bar .mfp-title {
    font-size: 12px;
    font-size: .75rem;
    color: #fff;
    opacity: .8;
}

.mfp-arrow {
    height: 90px;
    color: #fff;
    opacity: .8;
}

.mfp-arrow-right:before {
    font-family: Ionicons;
    font-size: 45px;
    font-size: 2.8125rem;
    content: "\f119";
    border: 0;
}

.mfp-arrow-right:after {
    display: none;
}

.mfp-arrow-left:before {
    font-family: Ionicons;
    font-size: 45px;
    font-size: 2.8125rem;
    content: "\f117";
    border: 0;
}

.mfp-arrow-left:after {
    display: none;
}

#popup-form,
#small-dialog,
#small-modal {
    background: #fff;
    padding: 25px 30px;
    text-align: left;
    max-width: 550px;
    margin: 40px auto;
    position: relative;
}

#popup-form .mfp-close,
#small-dialog .mfp-close,
#small-modal .mfp-close {
    right: 0;
    height: 44px;
    font-size: 30px;
    opacity: 1;
}

#popup-form {
    max-width: 600px;
}

.mfp-zoom-in .zoom-anim-dialog {
    opacity: 0;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    -webkit-transform: scale(.8);
    transform: scale(.8);
}

.mfp-zoom-in.mfp-ready .zoom-anim-dialog {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.mfp-zoom-in.mfp-removing .zoom-anim-dialog {
    -webkit-transform: scale(.8);
    transform: scale(.8);
    opacity: 0;
}

.mfp-zoom-in.mfp-bg {
    opacity: 0;
    -webkit-transition: opacity .3s ease-out;
    transition: opacity .3s ease-out;
}

.mfp-zoom-in.mfp-ready.mfp-bg {
    opacity: .8;
}

.mfp-zoom-in.mfp-removing.mfp-bg {
    opacity: 0;
}

.mfp-slide-bottom .zoom-anim-dialog {
    opacity: 0;
    -webkit-transition: all .2s ease-out;
    transition: all .2s ease-out;
    -webkit-transform: translateY(-20px) perspective(600px) rotateX(10deg);
    transform: translateY(-20px) perspective(600px) rotateX(10deg);
}

.mfp-slide-bottom.mfp-ready .zoom-anim-dialog {
    opacity: 1;
    -webkit-transform: translateY(0) perspective(600px) rotateX(0);
    transform: translateY(0) perspective(600px) rotateX(0);
}

.mfp-slide-bottom.mfp-removing .zoom-anim-dialog {
    opacity: 0;
    -webkit-transform: translateY(-10px) perspective(600px) rotateX(10deg);
    transform: translateY(-10px) perspective(600px) rotateX(10deg);
}

.mfp-slide-bottom.mfp-bg {
    opacity: 0;
    -webkit-transition: opacity .3s ease-out;
    transition: opacity .3s ease-out;
}

.mfp-slide-bottom.mfp-ready.mfp-bg {
    opacity: .8;
}

.mfp-slide-bottom.mfp-removing.mfp-bg {
    opacity: 0;
}

.bd-notification {
    background-color: #f0f0f0;
    color: #a6a6a6;
    padding: 1.25rem 0;
    position: relative;
    text-align: center;
}

.bd-notification.is-primary {
    background-color: #2c4499;
    color: #fff;
}

.bd-notification.is-info {
    background-color: #209cee;
    color: #fff;
}

.bd-notification.is-danger {
    background-color: #ff3860;
    color: #fff;
}

.barrating {
    font-family: 'Roboto', sans-serif;
}

.barrating select {
    display: none;
}

.barrating .br-wrapper {
    margin-bottom: 10px;
}

.barrating.stars-css {
    margin-top: -8px;
}

.barrating.stars-css .br-wrapper {
    margin-bottom: 12px;
}

.barrating .stars-title {
    font-size: 14px;
    font-size: .875rem;
    color: #a6a6a6;
}

.barrating .br-theme-fontawesome-stars .br-widget a,
.barrating .br-theme-fontawesome-stars-o .br-widget a {
    font-family: 'Font Awesome 5 Free';
    font-weight: 400;
}

.barrating .br-theme-fontawesome-stars .br-widget a,
.barrating .br-theme-fontawesome-stars-o .br-widget a.br-active,
.barrating .br-theme-fontawesome-stars-o .br-widget a.br-fractional,
.barrating .br-theme-fontawesome-stars-o .br-widget a.br-selected {
    font-weight: 900;
}

.barrating .br-theme-fontawesome-stars-o .br-widget a:after {
    content: '\f005';
}

.barrating .br-theme-fontawesome-stars-o .br-widget a.br-fractional:after {
    content: '\f005';
}

.barrating .hidden {
    display: none !important;
    visibility: hidden;
}

.animated-typing,
.typed-cursor {
    font-size: 20px;
    font-size: 1.25rem;
    white-space: pre;
}

#typed-intro {
    font-size: 50px;
    font-size: 3.125rem;
}

.page-title .typed-cursor {
    font-size: 50px;
    font-size: 3.125rem;
}

.typed-cursor {
    padding: 0 4px;
}

canvas {
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
}

@-webkit-keyframes kenburns {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    50% {
        -webkit-transform: scale(1.15);
        transform: scale(1.15);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes kenburns {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    50% {
        -webkit-transform: scale(1.15);
        transform: scale(1.15);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@-webkit-keyframes kenburns-2 {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    50% {
        -webkit-transform: scale(2);
        transform: scale(2);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes kenburns-2 {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    50% {
        -webkit-transform: scale(2);
        transform: scale(2);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

.video-container {
    margin: 1.8em 0 2em;
}

.vidmask-block-back,
.vidmask-body-back {
    background: #263238;
}

.no-background {
    background-color: transparent !important;
}

.infinite-scroll .page-load-status {
    display: none;
    opacity: .5;
    padding: 35px 0 10px;
    text-transform: uppercase;
    font-size: 13px;
    letter-spacing: 2px;
}

.infinite-scroll .view-more-button {
    margin-top: 45px;
}

.show-icons-list span {
    font-size: 14px;
    font-size: .875rem;
    color: #a6a6a6;
}

.show-icons-list .icon {
    color: #4b505d;
    margin: 8px 15px 8px 25px;
    vertical-align: middle;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

.show-icons-list .icon i {
    font-size: 25px;
    font-size: 1.5625rem;
}

.show-icons-list>div:hover .icon {
    color: #0864d6;
}

.global-social-links {
    text-align: center;
}

.global-social-links li {
    display: inline-block;
    padding: 0 7px;
}

.global-social-links li a {
    display: inline-block;
}

.global-social-links li .icon {
    width: 35px;
    height: 35px;
    border-radius: 100%;
    background-color: #2c4499;
    color: #fff;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
}

.global-social-links li .icon i {
    font-size: 17px;
    font-size: 1.0625rem;
}

.global-social-links li .icon:hover {
    background-color: #263238;
}

.global-social-links.style-1 li .icon,
.global-social-links.style-3 li .icon {
    background-color: transparent;
    color: #263238;
    border: 1px solid #f0f0f0;
}

.global-social-links.style-1 li .icon:hover,
.global-social-links.style-3 li .icon:hover {
    color: #2c4499;
    background-color: transparent;
}

.global-social-links.style-2 li .icon {
    border-radius: 0;
    background-color: #4b505d;
}

.global-social-links.style-2 li .icon:hover {
    background-color: #2c4499;
}

.global-social-links.style-3 li .icon,
.global-social-links.style-4 li .icon {
    border-radius: 0;
}

.global-social-links.style-4 li .icon {
    background-color: transparent;
    color: #2c4499;
}

.global-social-links.style-4 li .icon i {
    font-size: 21px;
    font-size: 1.3125rem;
}

.global-social-links.style-4 li .icon:hover {
    color: #263238;
}

.button.badge:not([data-badge=""])::after {
    padding: .3rem .4rem .3rem .5rem;
}

.content blockquote span,
.entry-content blockquote span {
    text-transform: uppercase;
}

.content blockquote,
.entry-content blockquote {
    text-transform: capitalize;
}

.content blockquote,
.entry-content blockquote {
    font-family: 'Roboto', sans-serif;
    margin: 1.8em 0;
    color: #393e4b;
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 1.8;
    position: relative;
    font-weight: 500;
}

.content blockquote span,
.entry-content blockquote span {
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    font-size: .875rem;
    color: #0968dd;
    letter-spacing: 1px;
    display: block;
    margin-top: 1.8em;
}

.content blockquote span:before,
.entry-content blockquote span:before {
    display: inline-block;
    content: '';
    width: 15px;
    height: 1px;
    border-bottom: 1px solid #d8d8d8;
    background-color: #d8d8d8;
    vertical-align: middle;
    margin: 0 .5rem 0 0;
}

.content blockquote.style-1,
.entry-content blockquote.style-1 {
    text-align: center;
    border: none;
    font-size: 25px;
    font-size: 1.5625rem;
    padding: .8em .1em;
    margin-top: 2.8em;
}

.content blockquote.style-1:before,
.entry-content blockquote.style-1:before {
    font-family: 'Font Awesome 5 Free';
    font-size: 35px;
    font-size: 2.1875rem;
    content: "\f10d";
    top: -34%;
    left: 49%;
    position: absolute;
    color: #0968dd;
    font-weight: 900;
}

.content blockquote.style-1 span,
.entry-content blockquote.style-1 span {
    color: #a6a6a6;
}

.content blockquote.style-1 span:before,
.entry-content blockquote.style-1 span:before {
    border-color: #0968dd;
    background-color: #0968dd;
}

.content blockquote.style-2,
.entry-content blockquote.style-2 {
    border: none;
    padding-left: 3.2em;
    padding-top: .6em;
    font-size: 22px;
    font-size: 1.375rem;
}

.content blockquote.style-2:before,
.entry-content blockquote.style-2:before {
    font-family: 'Font Awesome 5 Free';
    font-size: 33px;
    font-size: 2.0625rem;
    content: "\f10d";
    top: 0;
    left: 0;
    position: absolute;
    color: #0968dd;
    font-weight: 900;
}

.content blockquote.style-3,
.entry-content blockquote.style-3 {
    border: none;
    padding-top: .4em;
    font-size: 22px;
    font-size: 1.375rem;
    text-align: center;
}

.content blockquote.style-3 span,
.entry-content blockquote.style-3 span {
    color: #a6a6a6;
}

.content blockquote.style-3:before,
.entry-content blockquote.style-3:before {
    font-family: 'Font Awesome 5 Free';
    font-size: 33px;
    font-size: 2.0625rem;
    content: "\f10d";
    top: 0;
    left: 0;
    position: absolute;
    color: #0968dd;
    font-weight: 900;
}

.content blockquote.style-3:after,
.entry-content blockquote.style-3:after {
    font-family: 'Font Awesome 5 Free';
    font-size: 33px;
    font-size: 2.0625rem;
    content: "\f10e";
    top: 0;
    right: 0;
    position: absolute;
    color: #0968dd;
    font-weight: 900;
    content: "\f10e";
}

.content blockquote.style-4,
.entry-content blockquote.style-4 {
    text-align: center;
    border: none;
    font-size: 25px;
    font-size: 1.5625rem;
    padding: .8em .1em;
    margin-top: 2em;
}

.content blockquote.style-4:before,
.entry-content blockquote.style-4:before {
    font-family: 'Font Awesome 5 Free';
    font-size: 80px;
    font-size: 5rem;
    content: "\f10d";
    top: -20%;
    left: 46%;
    position: absolute;
    color: #f0f0f0;
    font-weight: 900;
    opacity: .7;
    z-index: -1;
}

.content blockquote.is-info,
.entry-content blockquote.is-info {
    border-color: #209cee;
}

.content blockquote.is-info span,
.entry-content blockquote.is-info span {
    color: #209cee;
}

.content blockquote.is-info.style-1:before,
.entry-content blockquote.is-info.style-1:before {
    color: #209cee;
}

.content blockquote.is-info.style-1 span,
.entry-content blockquote.is-info.style-1 span {
    color: #a6a6a6;
}

.content blockquote.is-info.style-1 span:before,
.entry-content blockquote.is-info.style-1 span:before {
    border-color: #209cee;
    background-color: #209cee;
}

.content blockquote.is-info.style-2:before,
.entry-content blockquote.is-info.style-2:before {
    color: #209cee;
}

.content blockquote.is-info.style-3 span,
.entry-content blockquote.is-info.style-3 span {
    color: #a6a6a6;
}

.content blockquote.is-info.style-3:before,
.entry-content blockquote.is-info.style-3:before {
    color: #209cee;
}

.content blockquote.is-info.style-3:after,
.entry-content blockquote.is-info.style-3:after {
    color: #209cee;
}

.content blockquote.is-success,
.entry-content blockquote.is-success {
    border-color: #23d160;
}

.content blockquote.is-success span,
.entry-content blockquote.is-success span {
    color: #23d160;
}

.content blockquote.is-success.style-1:before,
.entry-content blockquote.is-success.style-1:before {
    color: #23d160;
}

.content blockquote.is-success.style-1 span,
.entry-content blockquote.is-success.style-1 span {
    color: #a6a6a6;
}

.content blockquote.is-success.style-1 span:before,
.entry-content blockquote.is-success.style-1 span:before {
    border-color: #23d160;
    background-color: #23d160;
}

.content blockquote.is-success.style-2:before,
.entry-content blockquote.is-success.style-2:before {
    color: #23d160;
}

.content blockquote.is-success.style-3 span,
.entry-content blockquote.is-success.style-3 span {
    color: #a6a6a6;
}

.content blockquote.is-success.style-3:before,
.entry-content blockquote.is-success.style-3:before {
    color: #23d160;
}

.content blockquote.is-success.style-3:after,
.entry-content blockquote.is-success.style-3:after {
    color: #23d160;
}

.content blockquote.is-warning,
.entry-content blockquote.is-warning {
    border-color: #ffdd57;
}

.content blockquote.is-warning span,
.entry-content blockquote.is-warning span {
    color: #ffdd57;
}

.content blockquote.is-warning.style-1:before,
.entry-content blockquote.is-warning.style-1:before {
    color: #ffdd57;
}

.content blockquote.is-warning.style-1 span,
.entry-content blockquote.is-warning.style-1 span {
    color: #a6a6a6;
}

.content blockquote.is-warning.style-1 span:before,
.entry-content blockquote.is-warning.style-1 span:before {
    border-color: #ffdd57;
    background-color: #ffdd57;
}

.content blockquote.is-warning.style-2:before,
.entry-content blockquote.is-warning.style-2:before {
    color: #ffdd57;
}

.content blockquote.is-warning.style-3 span,
.entry-content blockquote.is-warning.style-3 span {
    color: #a6a6a6;
}

.content blockquote.is-warning.style-3:before,
.entry-content blockquote.is-warning.style-3:before {
    color: #ffdd57;
}

.content blockquote.is-warning.style-3:after,
.entry-content blockquote.is-warning.style-3:after {
    color: #ffdd57;
}

.content blockquote.is-black,
.entry-content blockquote.is-black {
    border-color: #0a0a0a;
}

.content blockquote.is-black span,
.entry-content blockquote.is-black span {
    color: #0a0a0a;
}

.content blockquote.is-black.style-1:before,
.entry-content blockquote.is-black.style-1:before {
    color: #0a0a0a;
}

.content blockquote.is-black.style-1 span,
.entry-content blockquote.is-black.style-1 span {
    color: #a6a6a6;
}

.content blockquote.is-black.style-1 span:before,
.entry-content blockquote.is-black.style-1 span:before {
    border-color: #0a0a0a;
    background-color: #0a0a0a;
}

.content blockquote.is-black.style-2:before,
.entry-content blockquote.is-black.style-2:before {
    color: #0a0a0a;
}

.content blockquote.is-black.style-3 span,
.entry-content blockquote.is-black.style-3 span {
    color: #a6a6a6;
}

.content blockquote.is-black.style-3:before,
.entry-content blockquote.is-black.style-3:before {
    color: #0a0a0a;
}

.content blockquote.is-black.style-3:after,
.entry-content blockquote.is-black.style-3:after {
    color: #0a0a0a;
}

.content blockquote.is-link,
.entry-content blockquote.is-link {
    border-color: #2c4499;
}

.content blockquote.is-link span,
.entry-content blockquote.is-link span {
    color: #2c4499;
}

.content blockquote.is-link.style-1:before,
.entry-content blockquote.is-link.style-1:before {
    color: #2c4499;
}

.content blockquote.is-link.style-1 span,
.entry-content blockquote.is-link.style-1 span {
    color: #a6a6a6;
}

.content blockquote.is-link.style-1 span:before,
.entry-content blockquote.is-link.style-1 span:before {
    border-color: #2c4499;
    background-color: #2c4499;
}

.content blockquote.is-link.style-2:before,
.entry-content blockquote.is-link.style-2:before {
    color: #2c4499;
}

.content blockquote.is-link.style-3 span,
.entry-content blockquote.is-link.style-3 span {
    color: #a6a6a6;
}

.content blockquote.is-link.style-3:before,
.entry-content blockquote.is-link.style-3:before {
    color: #2c4499;
}

.content blockquote.is-link.style-3:after,
.entry-content blockquote.is-link.style-3:after {
    color: #2c4499;
}

.content blockquote.is-danger,
.entry-content blockquote.is-danger {
    border-color: #ff3860;
}

.content blockquote.is-danger span,
.entry-content blockquote.is-danger span {
    color: #ff3860;
}

.content blockquote.is-danger.style-1:before,
.entry-content blockquote.is-danger.style-1:before {
    color: #ff3860;
}

.content blockquote.is-danger.style-1 span,
.entry-content blockquote.is-danger.style-1 span {
    color: #a6a6a6;
}

.content blockquote.is-danger.style-1 span:before,
.entry-content blockquote.is-danger.style-1 span:before {
    border-color: #ff3860;
    background-color: #ff3860;
}

.content blockquote.is-danger.style-2:before,
.entry-content blockquote.is-danger.style-2:before {
    color: #ff3860;
}

.content blockquote.is-danger.style-3 span,
.entry-content blockquote.is-danger.style-3 span {
    color: #a6a6a6;
}

.content blockquote.is-danger.style-3:before,
.entry-content blockquote.is-danger.style-3:before {
    color: #ff3860;
}

.content blockquote.is-danger.style-3:after,
.entry-content blockquote.is-danger.style-3:after {
    color: #ff3860;
}

.content blockquote.is-primary,
.entry-content blockquote.is-primary {
    border-color: #2c4499;
}

.content blockquote.is-primary span,
.entry-content blockquote.is-primary span {
    color: #2c4499;
}

.content blockquote.is-primary.style-1:before,
.entry-content blockquote.is-primary.style-1:before {
    color: #2c4499;
}

.content blockquote.is-primary.style-1 span,
.entry-content blockquote.is-primary.style-1 span {
    color: #a6a6a6;
}

.content blockquote.is-primary.style-1 span:before,
.entry-content blockquote.is-primary.style-1 span:before {
    border-color: #2c4499;
    background-color: #2c4499;
}

.content blockquote.is-primary.style-2:before,
.entry-content blockquote.is-primary.style-2:before {
    color: #2c4499;
}

.content blockquote.is-primary.style-3 span,
.entry-content blockquote.is-primary.style-3 span {
    color: #a6a6a6;
}

.content blockquote.is-primary.style-3:before,
.entry-content blockquote.is-primary.style-3:before {
    color: #2c4499;
}

.content blockquote.is-primary.style-3:after,
.entry-content blockquote.is-primary.style-3:after {
    color: #2c4499;
}

.content blockquote.is-secondary,
.entry-content blockquote.is-secondary {
    border-color: #263238;
}

.content blockquote.is-secondary span,
.entry-content blockquote.is-secondary span {
    color: #263238;
}

.content blockquote.is-secondary.style-1:before,
.entry-content blockquote.is-secondary.style-1:before {
    color: #263238;
}

.content blockquote.is-secondary.style-1 span,
.entry-content blockquote.is-secondary.style-1 span {
    color: #a6a6a6;
}

.content blockquote.is-secondary.style-1 span:before,
.entry-content blockquote.is-secondary.style-1 span:before {
    border-color: #263238;
    background-color: #263238;
}

.content blockquote.is-secondary.style-2:before,
.entry-content blockquote.is-secondary.style-2:before {
    color: #263238;
}

.content blockquote.is-secondary.style-3 span,
.entry-content blockquote.is-secondary.style-3 span {
    color: #a6a6a6;
}

.content blockquote.is-secondary.style-3:before,
.entry-content blockquote.is-secondary.style-3:before {
    color: #263238;
}

.content blockquote.is-secondary.style-3:after,
.entry-content blockquote.is-secondary.style-3:after {
    color: #263238;
}

.content blockquote.is-tertiary,
.entry-content blockquote.is-tertiary {
    border-color: #a6a6a6;
}

.content blockquote.is-tertiary span,
.entry-content blockquote.is-tertiary span {
    color: #a6a6a6;
}

.content blockquote.is-tertiary.style-1:before,
.entry-content blockquote.is-tertiary.style-1:before {
    color: #a6a6a6;
}

.content blockquote.is-tertiary.style-1 span,
.entry-content blockquote.is-tertiary.style-1 span {
    color: #a6a6a6;
}

.content blockquote.is-tertiary.style-1 span:before,
.entry-content blockquote.is-tertiary.style-1 span:before {
    border-color: #a6a6a6;
    background-color: #a6a6a6;
}

.content blockquote.is-tertiary.style-2:before,
.entry-content blockquote.is-tertiary.style-2:before {
    color: #a6a6a6;
}

.content blockquote.is-tertiary.style-3 span,
.entry-content blockquote.is-tertiary.style-3 span {
    color: #a6a6a6;
}

.content blockquote.is-tertiary.style-3:before,
.entry-content blockquote.is-tertiary.style-3:before {
    color: #a6a6a6;
}

.content blockquote.is-tertiary.style-3:after,
.entry-content blockquote.is-tertiary.style-3:after {
    color: #a6a6a6;
}

.box-item h3:not(:last-child),
.subtitle:not(:last-child),
.title:not(:last-child) {
    margin-bottom: 1.5rem;
}

.box-item h3,
.subtitle,
.title {
    word-break: break-word;
}

.box-item h3 em,
.box-item h3 span,
.subtitle em,
.subtitle span,
.title em,
.title span {
    font-weight: inherit;
}

.box-item h3 sub,
.subtitle sub,
.title sub {
    font-size: .75em;
}

.box-item h3 sup,
.subtitle sup,
.title sup {
    font-size: .75em;
}

.box-item h3 .tag,
.subtitle .tag,
.title .tag {
    vertical-align: middle;
}

.box-item h3,
.title {
    color: #363636;
    font-size: 2rem;
    font-weight: 600;
    line-height: 1.125;
}

.box-item h3 strong,
.title strong {
    color: inherit;
    font-weight: inherit;
}

.box-item h3+.highlight,
.title+.highlight {
    margin-top: -.75rem;
}

.box-item h3:not(.is-spaced)+.subtitle,
.title:not(.is-spaced)+.subtitle {
    margin-top: -1.25rem;
}

.box-item h3.is-1,
.title.is-1 {
    font-size: 3rem;
}

.box-item h3.is-2,
.title.is-2 {
    font-size: 2.5rem;
}

.box-item h3.is-3,
.title.is-3 {
    font-size: 2rem;
}

.box-item h3.is-4,
.title.is-4 {
    font-size: 1.5rem;
}

.box-item h3.is-5,
.title.is-5 {
    font-size: 1.25rem;
}

.box-item h3.is-6,
.title.is-6 {
    font-size: 1rem;
}

.box-item h3.is-7,
.title.is-7 {
    font-size: .75rem;
}

.subtitle {
    color: #4a4a4a;
    font-size: 1.25rem;
    font-weight: 400;
    line-height: 1.25;
}

.subtitle strong {
    color: #363636;
    font-weight: 600;
}

.box-item .subtitle:not(.is-spaced)+h3,
.subtitle:not(.is-spaced)+.title {
    margin-top: -1.25rem;
}

.subtitle.is-1 {
    font-size: 3rem;
}

.subtitle.is-2 {
    font-size: 2.5rem;
}

.subtitle.is-3 {
    font-size: 2rem;
}

.subtitle.is-4 {
    font-size: 1.5rem;
}

.subtitle.is-5 {
    font-size: 1.25rem;
}

.subtitle.is-6 {
    font-size: 1rem;
}

.subtitle.is-7 {
    font-size: .75rem;
}

.box-item {
    background-color: #fff;
    padding: 60px 30px 50px;
    text-align: center;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
}

.box-item .icon {
    width: 65px;
    height: 65px;
    border-radius: 100%;
    background-color: #2c4499;
    color: #fff;
    margin-bottom: 20px;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
}

.box-item .icon i {
    font-size: 28px;
}

.box-item h3 {
    font-size: 1.2rem;
    color: var(--heading-color);
    font-weight: 700;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
}

.box-item h3 a {
    color: var(--primary-color);;
}

.box-item p {
    font-size: 1rem;
    color: var(--paragraph-color);
    font-weight: 400;
}

.box-item .button {
    position: relative;
    color: #393e4b;
    padding-left: 22px;
    padding-right: 22px;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    font-size: 14px;
    font-size: .875rem;
    background-color: transparent !important;
    height: 2.25em;
}

.box-item .button:after {
    font-family: Ionicons;
    font-size: 25px;
    font-size: 1.5625rem;
    content: "\f119";
    top: -3px;
    right: 3px;
    position: absolute;
    background-color: var(--primary-color);
    color: var(--white-color);
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}

.box-item .button:hover {
    color: #025fd2;
}

.box-item .button:hover:after {
    right: 0;
    position: absolute;
}

.box-item:hover {
    -webkit-box-shadow: 2px 1px 25px 5px rgba(166, 166, 166, .2);
    box-shadow: 2px 1px 25px 5px rgba(166, 166, 166, .2);
}

.box-item:hover h3 a {
    color: #2c4499;
}

.columns.is-4 .column .box-item {
    margin-bottom: .5rem;
    min-height: 300px;
}

@media(max-width: 768px) {
    .columns.is-4 .column .box-item {
        margin-bottom: .5rem;
        padding: 25px;
        min-height: initial;
    }
}

.boxes-is-info .box-item .icon {
    background-color: #209cee;
}

.boxes-is-info .box-item .button:after {
    color: #209cee;
}

.boxes-is-info .box-item .button:hover {
    color: #209cee;
}

.boxes-is-info .box-item:hover .icon {
    background-color: #263238;
}

.boxes-is-info .box-item:hover h3 a {
    color: #209cee;
}

.boxes-is-info.boxes-style-2 .box-item .icon {
    background-color: transparent;
}

.boxes-is-info.boxes-style-2 .box-item:hover .icon {
    color: #209cee;
}

.boxes-is-info.boxes-style-3 .box-item .icon,
.boxes-is-info.boxes-style-6 .box-item .icon {
    background-color: transparent;
    color: #209cee;
}

.boxes-is-info.boxes-style-3 .box-item:hover .icon,
.boxes-is-info.boxes-style-6 .box-item:hover .icon {
    color: #a6a6a6;
}

.boxes-is-info.boxes-style-3 .box-item:hover h3 a,
.boxes-is-info.boxes-style-6 .box-item:hover h3 a {
    color: #209cee;
}

.boxes-is-info.boxes-style-4 .box-item .icon {
    background-color: transparent;
    color: #209cee;
}

.boxes-is-info.boxes-style-4 .box-item:hover .icon {
    color: #a6a6a6;
}

.boxes-is-info.boxes-style-4 .box-item:hover h3 a {
    color: #209cee;
}

.boxes-is-info.boxes-style-4 .box-item:hover .button {
    background-color: #209cee !important;
    border: 1px solid #209cee;
}

.boxes-is-info.boxes-style-4 .box-item .button {
    color: #209cee;
}

.boxes-is-info.boxes-style-4 .box-item .button:after {
    color: #209cee;
}

.boxes-is-info.boxes-style-4 .box-item .button:hover {
    background-color: #209cee !important;
    border: 1px solid #209cee;
}

.boxes-is-info.boxes-style-5 .box-item .icon {
    background-color: transparent;
    color: #209cee;
}

.boxes-is-info.boxes-style-5 .box-item:hover .icon {
    color: #a6a6a6;
}

.boxes-is-info.boxes-style-6 .box-item:hover {
    border: 1px solid #209cee;
}

.boxes-is-info.boxes-style-6 .box-item:hover h3 a {
    color: #263238;
}

.boxes-is-success .box-item .icon {
    background-color: #23d160;
}

.boxes-is-success .box-item .button:after {
    color: #23d160;
}

.boxes-is-success .box-item .button:hover {
    color: #23d160;
}

.boxes-is-success .box-item:hover .icon {
    background-color: #263238;
}

.boxes-is-success .box-item:hover h3 a {
    color: #23d160;
}

.boxes-is-success.boxes-style-2 .box-item .icon {
    background-color: transparent;
}

.boxes-is-success.boxes-style-2 .box-item:hover .icon {
    color: #23d160;
}

.boxes-is-success.boxes-style-3 .box-item .icon,
.boxes-is-success.boxes-style-6 .box-item .icon {
    background-color: transparent;
    color: #23d160;
}

.boxes-is-success.boxes-style-3 .box-item:hover .icon,
.boxes-is-success.boxes-style-6 .box-item:hover .icon {
    color: #a6a6a6;
}

.boxes-is-success.boxes-style-3 .box-item:hover h3 a,
.boxes-is-success.boxes-style-6 .box-item:hover h3 a {
    color: #23d160;
}

.boxes-is-success.boxes-style-4 .box-item .icon {
    background-color: transparent;
    color: #23d160;
}

.boxes-is-success.boxes-style-4 .box-item:hover .icon {
    color: #a6a6a6;
}

.boxes-is-success.boxes-style-4 .box-item:hover h3 a {
    color: #23d160;
}

.boxes-is-success.boxes-style-4 .box-item:hover .button {
    background-color: #23d160 !important;
    border: 1px solid #23d160;
}

.boxes-is-success.boxes-style-4 .box-item .button {
    color: #23d160;
}

.boxes-is-success.boxes-style-4 .box-item .button:after {
    color: #23d160;
}

.boxes-is-success.boxes-style-4 .box-item .button:hover {
    background-color: #23d160 !important;
    border: 1px solid #23d160;
}

.boxes-is-success.boxes-style-5 .box-item .icon {
    background-color: transparent;
    color: #23d160;
}

.boxes-is-success.boxes-style-5 .box-item:hover .icon {
    color: #a6a6a6;
}

.boxes-is-success.boxes-style-6 .box-item:hover {
    border: 1px solid #23d160;
}

.boxes-is-success.boxes-style-6 .box-item:hover h3 a {
    color: #263238;
}

.boxes-is-warning .box-item .icon {
    background-color: #ffdd57;
}

.boxes-is-warning .box-item .button:after {
    color: #ffdd57;
}

.boxes-is-warning .box-item .button:hover {
    color: #ffdd57;
}

.boxes-is-warning .box-item:hover .icon {
    background-color: #263238;
}

.boxes-is-warning .box-item:hover h3 a {
    color: #ffdd57;
}

.boxes-is-warning.boxes-style-2 .box-item .icon {
    background-color: transparent;
}

.boxes-is-warning.boxes-style-2 .box-item:hover .icon {
    color: #ffdd57;
}

.boxes-is-warning.boxes-style-3 .box-item .icon,
.boxes-is-warning.boxes-style-6 .box-item .icon {
    background-color: transparent;
    color: #ffdd57;
}

.boxes-is-warning.boxes-style-3 .box-item:hover .icon,
.boxes-is-warning.boxes-style-6 .box-item:hover .icon {
    color: #a6a6a6;
}

.boxes-is-warning.boxes-style-3 .box-item:hover h3 a,
.boxes-is-warning.boxes-style-6 .box-item:hover h3 a {
    color: #ffdd57;
}

.boxes-is-warning.boxes-style-4 .box-item .icon {
    background-color: transparent;
    color: #ffdd57;
}

.boxes-is-warning.boxes-style-4 .box-item:hover .icon {
    color: #a6a6a6;
}

.boxes-is-warning.boxes-style-4 .box-item:hover h3 a {
    color: #ffdd57;
}

.boxes-is-warning.boxes-style-4 .box-item:hover .button {
    background-color: #ffdd57 !important;
    border: 1px solid #ffdd57;
}

.boxes-is-warning.boxes-style-4 .box-item .button {
    color: #ffdd57;
}

.boxes-is-warning.boxes-style-4 .box-item .button:after {
    color: #ffdd57;
}

.boxes-is-warning.boxes-style-4 .box-item .button:hover {
    background-color: #ffdd57 !important;
    border: 1px solid #ffdd57;
}

.boxes-is-warning.boxes-style-5 .box-item .icon {
    background-color: transparent;
    color: #ffdd57;
}

.boxes-is-warning.boxes-style-5 .box-item:hover .icon {
    color: #a6a6a6;
}

.boxes-is-warning.boxes-style-6 .box-item:hover {
    border: 1px solid #ffdd57;
}

.boxes-is-warning.boxes-style-6 .box-item:hover h3 a {
    color: #263238;
}

.boxes-is-black .box-item .icon {
    background-color: #0a0a0a;
}

.boxes-is-black .box-item .button:after {
    color: #0a0a0a;
}

.boxes-is-black .box-item .button:hover {
    color: #0a0a0a;
}

.boxes-is-black .box-item:hover .icon {
    background-color: #263238;
}

.boxes-is-black .box-item:hover h3 a {
    color: #0a0a0a;
}

.boxes-is-black.boxes-style-2 .box-item .icon {
    background-color: transparent;
}

.boxes-is-black.boxes-style-2 .box-item:hover .icon {
    color: #0a0a0a;
}

.boxes-is-black.boxes-style-3 .box-item .icon,
.boxes-is-black.boxes-style-6 .box-item .icon {
    background-color: transparent;
    color: #0a0a0a;
}

.boxes-is-black.boxes-style-3 .box-item:hover .icon,
.boxes-is-black.boxes-style-6 .box-item:hover .icon {
    color: #a6a6a6;
}

.boxes-is-black.boxes-style-3 .box-item:hover h3 a,
.boxes-is-black.boxes-style-6 .box-item:hover h3 a {
    color: #0a0a0a;
}

.boxes-is-black.boxes-style-4 .box-item .icon {
    background-color: transparent;
    color: #0a0a0a;
}

.boxes-is-black.boxes-style-4 .box-item:hover .icon {
    color: #a6a6a6;
}

.boxes-is-black.boxes-style-4 .box-item:hover h3 a {
    color: #0a0a0a;
}

.boxes-is-black.boxes-style-4 .box-item:hover .button {
    background-color: #0a0a0a !important;
    border: 1px solid #0a0a0a;
}

.boxes-is-black.boxes-style-4 .box-item .button {
    color: #0a0a0a;
}

.boxes-is-black.boxes-style-4 .box-item .button:after {
    color: #0a0a0a;
}

.boxes-is-black.boxes-style-4 .box-item .button:hover {
    background-color: #0a0a0a !important;
    border: 1px solid #0a0a0a;
}

.boxes-is-black.boxes-style-5 .box-item .icon {
    background-color: transparent;
    color: #0a0a0a;
}

.boxes-is-black.boxes-style-5 .box-item:hover .icon {
    color: #a6a6a6;
}

.boxes-is-black.boxes-style-6 .box-item:hover {
    border: 1px solid #0a0a0a;
}

.boxes-is-black.boxes-style-6 .box-item:hover h3 a {
    color: #263238;
}

.boxes-is-link .box-item .icon {
    background-color: #2c4499;
}

.boxes-is-link .box-item .button:after {
    color: #2c4499;
}

.boxes-is-link .box-item .button:hover {
    color: #2c4499;
}

.boxes-is-link .box-item:hover .icon {
    background-color: #263238;
}

.boxes-is-link .box-item:hover h3 a {
    color: #2c4499;
}

.boxes-is-link.boxes-style-2 .box-item .icon {
    background-color: transparent;
}

.boxes-is-link.boxes-style-2 .box-item:hover .icon {
    color: #2c4499;
}

.boxes-is-link.boxes-style-3 .box-item .icon,
.boxes-is-link.boxes-style-6 .box-item .icon {
    background-color: transparent;
    color: #2c4499;
}

.boxes-is-link.boxes-style-3 .box-item:hover .icon,
.boxes-is-link.boxes-style-6 .box-item:hover .icon {
    color: #a6a6a6;
}

.boxes-is-link.boxes-style-3 .box-item:hover h3 a,
.boxes-is-link.boxes-style-6 .box-item:hover h3 a {
    color: #2c4499;
}

.boxes-is-link.boxes-style-4 .box-item .icon {
    background-color: transparent;
    color: #2c4499;
}

.boxes-is-link.boxes-style-4 .box-item:hover .icon {
    color: #a6a6a6;
}

.boxes-is-link.boxes-style-4 .box-item:hover h3 a {
    color: #2c4499;
}

.boxes-is-link.boxes-style-4 .box-item:hover .button {
    background-color: #2c4499 !important;
    border: 1px solid #2c4499;
}

.boxes-is-link.boxes-style-4 .box-item .button {
    color: #2c4499;
}

.boxes-is-link.boxes-style-4 .box-item .button:after {
    color: #2c4499;
}

.boxes-is-link.boxes-style-4 .box-item .button:hover {
    background-color: #2c4499 !important;
    border: 1px solid #2c4499;
}

.boxes-is-link.boxes-style-5 .box-item .icon {
    background-color: transparent;
    color: #2c4499;
}

.boxes-is-link.boxes-style-5 .box-item:hover .icon {
    color: #a6a6a6;
}

.boxes-is-link.boxes-style-6 .box-item:hover {
    border: 1px solid #2c4499;
}

.boxes-is-link.boxes-style-6 .box-item:hover h3 a {
    color: #263238;
}

.boxes-is-danger .box-item .icon {
    background-color: #ff3860;
}

.boxes-is-danger .box-item .button:after {
    color: #ff3860;
}

.boxes-is-danger .box-item .button:hover {
    color: #ff3860;
}

.boxes-is-danger .box-item:hover .icon {
    background-color: #263238;
}

.boxes-is-danger .box-item:hover h3 a {
    color: #ff3860;
}

.boxes-is-danger.boxes-style-2 .box-item .icon {
    background-color: transparent;
}

.boxes-is-danger.boxes-style-2 .box-item:hover .icon {
    color: #ff3860;
}

.boxes-is-danger.boxes-style-3 .box-item .icon,
.boxes-is-danger.boxes-style-6 .box-item .icon {
    background-color: transparent;
    color: #ff3860;
}

.boxes-is-danger.boxes-style-3 .box-item:hover .icon,
.boxes-is-danger.boxes-style-6 .box-item:hover .icon {
    color: #a6a6a6;
}

.boxes-is-danger.boxes-style-3 .box-item:hover h3 a,
.boxes-is-danger.boxes-style-6 .box-item:hover h3 a {
    color: #ff3860;
}

.boxes-is-danger.boxes-style-4 .box-item .icon {
    background-color: transparent;
    color: #ff3860;
}

.boxes-is-danger.boxes-style-4 .box-item:hover .icon {
    color: #a6a6a6;
}

.boxes-is-danger.boxes-style-4 .box-item:hover h3 a {
    color: #ff3860;
}

.boxes-is-danger.boxes-style-4 .box-item:hover .button {
    background-color: #ff3860 !important;
    border: 1px solid #ff3860;
}

.boxes-is-danger.boxes-style-4 .box-item .button {
    color: #ff3860;
}

.boxes-is-danger.boxes-style-4 .box-item .button:after {
    color: #ff3860;
}

.boxes-is-danger.boxes-style-4 .box-item .button:hover {
    background-color: #ff3860 !important;
    border: 1px solid #ff3860;
}

.boxes-is-danger.boxes-style-5 .box-item .icon {
    background-color: transparent;
    color: #ff3860;
}

.boxes-is-danger.boxes-style-5 .box-item:hover .icon {
    color: #a6a6a6;
}

.boxes-is-danger.boxes-style-6 .box-item:hover {
    border: 1px solid #ff3860;
}

.boxes-is-danger.boxes-style-6 .box-item:hover h3 a {
    color: #263238;
}

.boxes-is-primary .box-item .icon {
    background-color: #2c4499;
}

.boxes-is-primary .box-item .button:after {
    color: #2c4499;
}

.boxes-is-primary .box-item .button:hover {
    color: #2c4499;
}

.boxes-is-primary .box-item:hover .icon {
    background-color: #263238;
}

.boxes-is-primary .box-item:hover h3 a {
    color: #2c4499;
}

.boxes-is-primary.boxes-style-2 .box-item .icon {
    background-color: transparent;
}

.boxes-is-primary.boxes-style-2 .box-item:hover .icon {
    color: #2c4499;
}

.boxes-is-primary.boxes-style-3 .box-item .icon,
.boxes-is-primary.boxes-style-6 .box-item .icon {
    background-color: transparent;
    color: #2c4499;
}

.boxes-is-primary.boxes-style-3 .box-item:hover .icon,
.boxes-is-primary.boxes-style-6 .box-item:hover .icon {
    color: #a6a6a6;
}

.boxes-is-primary.boxes-style-3 .box-item:hover h3 a,
.boxes-is-primary.boxes-style-6 .box-item:hover h3 a {
    color: #2c4499;
}

.boxes-is-primary.boxes-style-4 .box-item .icon {
    background-color: transparent;
    color: #2c4499;
}

.boxes-is-primary.boxes-style-4 .box-item:hover .icon {
    color: #a6a6a6;
}

.boxes-is-primary.boxes-style-4 .box-item:hover h3 a {
    color: #2c4499;
}

.boxes-is-primary.boxes-style-4 .box-item:hover .button {
    background-color: #2c4499 !important;
    border: 1px solid #2c4499;
}

.boxes-is-primary.boxes-style-4 .box-item .button {
    color: #2c4499;
}

.boxes-is-primary.boxes-style-4 .box-item .button:after {
    color: #2c4499;
}

.boxes-is-primary.boxes-style-4 .box-item .button:hover {
    background-color: #2c4499 !important;
    border: 1px solid #2c4499;
}

.boxes-is-primary.boxes-style-5 .box-item .icon {
    background-color: transparent;
    color: #2c4499;
}

.boxes-is-primary.boxes-style-5 .box-item:hover .icon {
    color: #a6a6a6;
}

.boxes-is-primary.boxes-style-6 .box-item:hover {
    border: 1px solid #2c4499;
}

.boxes-is-primary.boxes-style-6 .box-item:hover h3 a {
    color: #263238;
}

.boxes-is-primary-6 .box-item .icon {
    background-color: #096ae2;
}

.boxes-is-primary-6 .box-item .button:after {
    color: #096ae2;
}

.boxes-is-primary-6 .box-item .button:hover {
    color: #096ae2;
}

.boxes-is-primary-6 .box-item:hover .icon {
    background-color: #263238;
}

.boxes-is-primary-6 .box-item:hover h3 a {
    color: #096ae2;
}

.boxes-is-primary-6.boxes-style-2 .box-item .icon {
    background-color: transparent;
}

.boxes-is-primary-6.boxes-style-2 .box-item:hover .icon {
    color: #096ae2;
}

.boxes-is-primary-6.boxes-style-3 .box-item .icon,
.boxes-is-primary-6.boxes-style-6 .box-item .icon {
    background-color: transparent;
    color: #096ae2;
}

.boxes-is-primary-6.boxes-style-3 .box-item:hover .icon,
.boxes-is-primary-6.boxes-style-6 .box-item:hover .icon {
    color: #a6a6a6;
}

.boxes-is-primary-6.boxes-style-3 .box-item:hover h3 a,
.boxes-is-primary-6.boxes-style-6 .box-item:hover h3 a {
    color: #096ae2;
}

.boxes-is-primary-6.boxes-style-4 .box-item .icon {
    background-color: transparent;
    color: #096ae2;
}

.boxes-is-primary-6.boxes-style-4 .box-item:hover .icon {
    color: #a6a6a6;
}

.boxes-is-primary-6.boxes-style-4 .box-item:hover h3 a {
    color: #096ae2;
}

.boxes-is-primary-6.boxes-style-4 .box-item:hover .button {
    background-color: #096ae2 !important;
    border: 1px solid #096ae2;
}

.boxes-is-primary-6.boxes-style-4 .box-item .button {
    color: #096ae2;
}

.boxes-is-primary-6.boxes-style-4 .box-item .button:after {
    color: #096ae2;
}

.boxes-is-primary-6.boxes-style-4 .box-item .button:hover {
    background-color: #096ae2 !important;
    border: 1px solid #096ae2;
}

.boxes-is-primary-6.boxes-style-5 .box-item .icon {
    background-color: transparent;
    color: #096ae2;
}

.boxes-is-primary-6.boxes-style-5 .box-item:hover .icon {
    color: #a6a6a6;
}

.boxes-is-primary-6.boxes-style-6 .box-item:hover {
    border: 1px solid #096ae2;
}

.boxes-is-primary-6.boxes-style-6 .box-item:hover h3 a {
    color: #263238;
}

.boxes-is-secondary .box-item .icon {
    background-color: #263238;
}

.boxes-is-secondary .box-item .button:after {
    color: #263238;
}

.boxes-is-secondary .box-item .button:hover {
    color: #263238;
}

.boxes-is-secondary .box-item:hover .icon {
    background-color: #263238;
}

.boxes-is-secondary .box-item:hover h3 a {
    color: #263238;
}

.boxes-is-secondary.boxes-style-2 .box-item .icon {
    background-color: transparent;
}

.boxes-is-secondary.boxes-style-2 .box-item:hover .icon {
    color: #263238;
}

.boxes-is-secondary.boxes-style-3 .box-item .icon,
.boxes-is-secondary.boxes-style-6 .box-item .icon {
    background-color: transparent;
    color: #263238;
}

.boxes-is-secondary.boxes-style-3 .box-item:hover .icon,
.boxes-is-secondary.boxes-style-6 .box-item:hover .icon {
    color: #a6a6a6;
}

.boxes-is-secondary.boxes-style-3 .box-item:hover h3 a,
.boxes-is-secondary.boxes-style-6 .box-item:hover h3 a {
    color: #263238;
}

.boxes-is-secondary.boxes-style-4 .box-item .icon {
    background-color: transparent;
    color: #263238;
}

.boxes-is-secondary.boxes-style-4 .box-item:hover .icon {
    color: #a6a6a6;
}

.boxes-is-secondary.boxes-style-4 .box-item:hover h3 a {
    color: #263238;
}

.boxes-is-secondary.boxes-style-4 .box-item:hover .button {
    background-color: #263238 !important;
    border: 1px solid #263238;
}

.boxes-is-secondary.boxes-style-4 .box-item .button {
    color: #263238;
}

.boxes-is-secondary.boxes-style-4 .box-item .button:after {
    color: #263238;
}

.boxes-is-secondary.boxes-style-4 .box-item .button:hover {
    background-color: #263238 !important;
    border: 1px solid #263238;
}

.boxes-is-secondary.boxes-style-5 .box-item .icon {
    background-color: transparent;
    color: #263238;
}

.boxes-is-secondary.boxes-style-5 .box-item:hover .icon {
    color: #a6a6a6;
}

.boxes-is-secondary.boxes-style-6 .box-item:hover {
    border: 1px solid #263238;
}

.boxes-is-secondary.boxes-style-6 .box-item:hover h3 a {
    color: #263238;
}

.boxes-is-tertiary .box-item .icon {
    background-color: #a6a6a6;
}

.boxes-is-tertiary .box-item .button:after {
    color: #a6a6a6;
}

.boxes-is-tertiary .box-item .button:hover {
    color: #a6a6a6;
}

.boxes-is-tertiary .box-item:hover .icon {
    background-color: #263238;
}

.boxes-is-tertiary .box-item:hover h3 a {
    color: #a6a6a6;
}

.boxes-is-tertiary.boxes-style-2 .box-item .icon {
    background-color: transparent;
}

.boxes-is-tertiary.boxes-style-2 .box-item:hover .icon {
    color: #a6a6a6;
}

.boxes-is-tertiary.boxes-style-3 .box-item .icon,
.boxes-is-tertiary.boxes-style-6 .box-item .icon {
    background-color: transparent;
    color: #a6a6a6;
}

.boxes-is-tertiary.boxes-style-3 .box-item:hover .icon,
.boxes-is-tertiary.boxes-style-6 .box-item:hover .icon {
    color: #a6a6a6;
}

.boxes-is-tertiary.boxes-style-3 .box-item:hover h3 a,
.boxes-is-tertiary.boxes-style-6 .box-item:hover h3 a {
    color: #a6a6a6;
}

.boxes-is-tertiary.boxes-style-4 .box-item .icon {
    background-color: transparent;
    color: #a6a6a6;
}

.boxes-is-tertiary.boxes-style-4 .box-item:hover .icon {
    color: #a6a6a6;
}

.boxes-is-tertiary.boxes-style-4 .box-item:hover h3 a {
    color: #a6a6a6;
}

.boxes-is-tertiary.boxes-style-4 .box-item:hover .button {
    background-color: #a6a6a6 !important;
    border: 1px solid #a6a6a6;
}

.boxes-is-tertiary.boxes-style-4 .box-item .button {
    color: #a6a6a6;
}

.boxes-is-tertiary.boxes-style-4 .box-item .button:after {
    color: #a6a6a6;
}

.boxes-is-tertiary.boxes-style-4 .box-item .button:hover {
    background-color: #a6a6a6 !important;
    border: 1px solid #a6a6a6;
}

.boxes-is-tertiary.boxes-style-5 .box-item .icon {
    background-color: transparent;
    color: #a6a6a6;
}

.boxes-is-tertiary.boxes-style-5 .box-item:hover .icon {
    color: #a6a6a6;
}

.boxes-is-tertiary.boxes-style-6 .box-item:hover {
    border: 1px solid #a6a6a6;
}

.boxes-is-tertiary.boxes-style-6 .box-item:hover h3 a {
    color: #263238;
}

.boxes-style-1 .box-item,
.boxes-style-3 .box-item,
.boxes-style-5 .box-item {
    padding: 10px 0 30px;
    background-color: transparent;
}

.boxes-style-1 .box-item .button,
.boxes-style-3 .box-item .button,
.boxes-style-5 .box-item .button {
    display: none;
}

.boxes-style-1 .box-item p,
.boxes-style-3 .box-item p,
.boxes-style-5 .box-item p {
    margin-bottom: 0;
}

.boxes-style-1 .box-item:hover,
.boxes-style-3 .box-item:hover,
.boxes-style-5 .box-item:hover {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.boxes-style-2 .box-item {
    position: relative;
    padding: 50px;
    text-align: inherit;
}

.boxes-style-2 .box-item:before {
    content: '';
    position: absolute;
    top: 0;
    left: -20px;
    width: 10px;
    height: 100%;
    background-color: #dcdcdc;
}

@media(max-width:768px) {
    .boxes-style-2 .box-item:before {
        opacity: 0;
    }
}

.boxes-style-2 .box-item:hover:before {
    background-color: #eb252d;
}

.boxes-style-2 .box-item .button {
    display: none;
}

.boxes-style-2 .box-item .icon {
    background-color: transparent;
    width: auto;
    height: auto;
    margin-bottom: 20px;
}

.boxes-style-2 .box-item .icon i {
    line-height: 1;
    font-size: 48px;
    font-size: 3rem;
}

.boxes-style-2 .box-item:hover .icon {
    color: #2c4499;
}

.boxes-style-2 .box-item:hover h3 a {
    color: #263238;
}

.boxes-style-3 .box-item .icon,
.boxes-style-6 .box-item .icon {
    background-color: transparent;
    color: #2c4499;
    width: auto;
    height: auto;
    margin-bottom: 0;
    margin-top: -10px;
}

.boxes-style-3 .box-item .icon i,
.boxes-style-6 .box-item .icon i {
    line-height: 1;
    font-size: 42px;
    font-size: 2.625rem;
}

.boxes-style-3 .box-item h3,
.boxes-style-6 .box-item h3 {
    margin-bottom: 1.1rem;
    font-size: 20px;
}

.boxes-style-3 .box-item p,
.boxes-style-6 .box-item p {
    font-size: 14.5px;
}

.boxes-style-3 .box-item .media-left,
.boxes-style-6 .box-item .media-left {
    margin-right: 1.7rem;
}

.boxes-style-3 .box-item:hover .icon,
.boxes-style-6 .box-item:hover .icon {
    color: #b0b0b0;
}

.boxes-style-3 .box-item:hover h3 a,
.boxes-style-6 .box-item:hover h3 a {
    color: #2c4499;
}

.boxes-style-3.has-text-white .box-item .icon,
.boxes-style-3.has-text-white .box-item h3,
.boxes-style-3.has-text-white .box-item h3 a,
.boxes-style-6.has-text-white .box-item .icon,
.boxes-style-6.has-text-white .box-item h3,
.boxes-style-6.has-text-white .box-item h3 a {
    color: #fff;
}

.boxes-style-3.has-text-white .box-item p,
.boxes-style-6.has-text-white .box-item p {
    color: rgba(255, 255, 255, .85);
}

.boxes-style-3.boxes-numbers .box-item .icon,
.boxes-style-6.boxes-numbers .box-item .icon {
    border-radius: 100%;
    border: 1px solid #eaeaea;
    color: #a6a6a6;
    width: 85px;
    height: 85px;
    font-size: 30px;
    font-weight: 400;
}

.boxes-style-3.boxes-numbers .box-item:hover .icon,
.boxes-style-6.boxes-numbers .box-item:hover .icon {
    color: #fff;
    border: 1px solid #096ae2;
    background-color: #096ae2;
}

.boxes-style-3.boxes-numbers .box-item:hover h3,
.boxes-style-6.boxes-numbers .box-item:hover h3 {
    color: #37474f;
}

.boxes-style-3.boxes-numbers .box-item:hover h3 a,
.boxes-style-6.boxes-numbers .box-item:hover h3 a {
    color: #37474f;
}

.boxes-style-4 .box-item {
    padding-bottom: 60px;
}

.boxes-style-4 .box-item .icon {
    background-color: transparent;
    color: #2c4499;
    width: auto;
    height: auto;
    margin-bottom: 28px;
}

.boxes-style-4 .box-item .icon i {
    line-height: 1;
    font-size: 55px;
    font-size: 3.4375rem;
}

.boxes-style-4 .box-item p {
    margin-bottom: 38px;
}

.boxes-style-4 .box-item:hover .icon {
    color: #b0b0b0;
}

.boxes-style-4 .box-item:hover h3 a {
    color: #2c4499;
}

.boxes-style-4 .box-item:hover .button {
    color: #fff;
    border: 1px solid #f0f0f0;
    background-color: #2c4499 !important;
    border: 1px solid #2c4499;
}

.boxes-style-4 .box-item:hover .button:after {
    color: #fff;
    right: 19px;
}

.boxes-style-4 .box-item .button {
    color: #2c4499;
    border: 1px solid #f0f0f0;
    height: 2.8em;
    padding-right: 41px;
    padding-left: 23px;
}

.boxes-style-4 .box-item .button:after {
    color: #2c4499;
    top: 0;
    right: 22px;
}

.boxes-style-4 .box-item .button:hover {
    color: #fff;
    border: 1px solid #f0f0f0;
    background-color: #2c4499 !important;
    border: 1px solid #2c4499;
}

.boxes-style-4 .box-item .button:hover:after {
    color: #fff;
    right: 19px;
}

.boxes-style-5 .box-item .button {
    display: none;
}

.boxes-style-5 .box-item .icon {
    background-color: transparent;
    color: #2c4499;
    width: auto;
    height: auto;
    margin-bottom: 28px;
}

.boxes-style-5 .box-item .icon i {
    line-height: 1;
    font-size: 49px;
    font-size: 3.0625rem;
}

.boxes-style-5 .box-item:hover .icon {
    color: #b0b0b0;
}

.boxes-style-5.has-text-white .box-item .icon,
.boxes-style-5.has-text-white .box-item h3,
.boxes-style-5.has-text-white .box-item h3 a {
    color: #fff;
}

.boxes-style-5.has-text-white .box-item p {
    color: rgba(255, 255, 255, .9);
}

.boxes-style-6 .box-item {
    padding: 40px 30px 30px;
    border: 1px solid #f0f0f0;
}

.boxes-style-6 .box-item .icon {
    margin-top: -8px;
}

.boxes-style-6 .box-item .icon i {
    line-height: 1;
    font-size: 39px;
    font-size: 2.4375rem;
}

.boxes-style-6 .box-item h3 {
    margin-bottom: 0;
    font-size: 20px;
}

.boxes-style-6 .box-item .media-left {
    margin-right: 1rem;
}

.boxes-style-6 .box-item:hover {
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 1px solid #2c4499;
}

.boxes-style-6 .box-item:hover h3 a {
    color: #263238;
}

.button {
    border-radius: 0;
}

.button {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.button,
.button.is-large,
.button.is-medium {
    font-size: 14px;
    font-size: .875rem;
    height: 3.5em;
    padding-left: calc(2.8em - 1px);
    padding-right: calc(2.8em - 1px);
}

.button {
    text-transform: capitalize;
    font-family: 'Roboto', sans-serif;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    letter-spacing: 0;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    color: #fff;
    background-color: #2c4499;
    outline: 0;
    border-radius: 0;
    font-weight: 600;
}

.button:focus,
.button:hover {
    color: #ffffff;
    filter: brightness(1.2);
}

.button.is-large {
    font-size: 20px;
    font-size: 1.25rem;
}

.button.is-outlined {
    border: 1px solid;
}

.button.is-outlined:focus,
.button.is-outlined:hover {
    color: #fff !important;
}

.button.is-rounded {
    border-radius: 290486px !important;
    padding-left: 2em;
    padding-right: 2em;
}

.button.is-small {
    border-radius: 0;
}

.button.is-text {
    text-decoration: none;
    border-bottom: 1.5px solid #eaeaea;
    padding-left: 0;
    padding-right: 0;
    color: #37474f;
    font-weight: 500;
    font-size: 16px;
    font-size: 1rem;
    height: 2.6em;
    margin-left: calc(2em - 1px);
    margin-right: calc(2em - 1px);
    border-radius: 0;
    letter-spacing: 1px;
}

.button.is-text:hover {
    background-color: transparent;
    border-bottom-color: #2c4499;
}

.field.has-addons .control .button,
.field.has-addons .control:last-child .input,
.field.has-addons .control:last-child .select select {
    font-size: 16.8px;
    font-size: 1.05rem;
    height: 100%;
}

.calendar {
    font-family: 'Roboto', sans-serif;
}

.calendar button {
    font-family: 'Roboto', sans-serif;
}

.calendar button.button.is-text {
    border-bottom: 0;
}

.calendar .calendar-footer {
    margin-top: .8rem;
    margin-bottom: .6rem;
}

.calendar .calendar-nav .calendar-nav-month,
.calendar .calendar-nav .calendar-nav-year {
    color: #fff;
}

.calendar .calendar-body .calendar-dates .calendar-days .calendar-date .date-item {
    font-size: 12px;
    font-size: .75rem;
}

.calendar .calendar-body .calendar-dates .calendar-days .calendar-date .date-item.is-active {
    color: #fff;
}

.calendar .calendar-body .calendar-dates .calendar-days .calendar-date .date-item.is-active:hover {
    color: #263238;
}

.calendar-full-width .calendar {
    width: 100%;
    max-width: 100%;
}

.calendar-is-info .calendar .calendar-nav {
    background-color: #209cee;
}

.calendar-is-info .calendar .calendar-body .calendar-dates .calendar-days .calendar-date .date-item:hover {
    border-color: #209cee;
}

.calendar-is-info .calendar .calendar-body .calendar-dates .calendar-days .calendar-date .date-item.is-today {
    border-color: #209cee;
    color: #209cee;
}

.calendar-is-info .calendar .calendar-body .calendar-dates .calendar-days .calendar-date .date-item.is-active {
    background: #209cee;
    border-color: #209cee;
}

.calendar-is-info .calendar .calendar-body .calendar-dates .calendar-days .calendar-date .date-item.is-active:hover {
    background: #fff;
}

.calendar-is-success .calendar .calendar-nav {
    background-color: #23d160;
}

.calendar-is-success .calendar .calendar-body .calendar-dates .calendar-days .calendar-date .date-item:hover {
    border-color: #23d160;
}

.calendar-is-success .calendar .calendar-body .calendar-dates .calendar-days .calendar-date .date-item.is-today {
    border-color: #23d160;
    color: #23d160;
}

.calendar-is-success .calendar .calendar-body .calendar-dates .calendar-days .calendar-date .date-item.is-active {
    background: #23d160;
    border-color: #23d160;
}

.calendar-is-success .calendar .calendar-body .calendar-dates .calendar-days .calendar-date .date-item.is-active:hover {
    background: #fff;
}

.calendar-is-warning .calendar .calendar-nav {
    background-color: #ffdd57;
}

.calendar-is-warning .calendar .calendar-body .calendar-dates .calendar-days .calendar-date .date-item:hover {
    border-color: #ffdd57;
}

.calendar-is-warning .calendar .calendar-body .calendar-dates .calendar-days .calendar-date .date-item.is-today {
    border-color: #ffdd57;
    color: #ffdd57;
}

.calendar-is-warning .calendar .calendar-body .calendar-dates .calendar-days .calendar-date .date-item.is-active {
    background: #ffdd57;
    border-color: #ffdd57;
}

.calendar-is-warning .calendar .calendar-body .calendar-dates .calendar-days .calendar-date .date-item.is-active:hover {
    background: #fff;
}

.calendar-is-danger .calendar .calendar-nav {
    background-color: #ff3860;
}

.calendar-is-danger .calendar .calendar-body .calendar-dates .calendar-days .calendar-date .date-item:hover {
    border-color: #ff3860;
}

.calendar-is-danger .calendar .calendar-body .calendar-dates .calendar-days .calendar-date .date-item.is-today {
    border-color: #ff3860;
    color: #ff3860;
}

.calendar-is-danger .calendar .calendar-body .calendar-dates .calendar-days .calendar-date .date-item.is-active {
    background: #ff3860;
    border-color: #ff3860;
}

.calendar-is-danger .calendar .calendar-body .calendar-dates .calendar-days .calendar-date .date-item.is-active:hover {
    background: #fff;
}

.call-to-action.style-1 .heading,
.call-to-action.style-2 .heading,
.call-to-action.style-5 .heading {
    text-transform: uppercase;
}

.call-to-action.style-1 .title,
.call-to-action.style-2 .title,
.call-to-action.style-5 .title {
    text-transform: capitalize;
}

.call-to-action {
    padding-top: 5.7rem;
    padding-bottom: 5.7rem;
}

.call-to-action.style-1 .title,
.call-to-action.style-2 .title {
    color: #263238;
    letter-spacing: 0;
    font-size: 36px;
    font-size: 2.25rem;
    font-weight: 600;
}

.call-to-action.style-1 .heading,
.call-to-action.style-2 .heading {
    padding-bottom: 12px;
    font-size: 14px;
    font-size: .875rem;
    letter-spacing: 1.4px;
    margin-top: -23px;
}

.call-to-action.style-1 .button,
.call-to-action.style-2 .button {
    margin-bottom: -23px;
}

.call-to-action.style-2 .title {
    margin-bottom: 1rem;
}

.call-to-action.style-2 .heading-title-bottom {
    padding-bottom: 0;
}

.call-to-action.style-2 .button {
    margin-bottom: 0;
}

.call-to-action.style-3 .heading-title:after {
    display: none;
}

.call-to-action.style-4 .icon {
    margin-bottom: 40px;
    color: #ffdd57;
}

.call-to-action.style-4 .icon i {
    font-size: 54px;
    font-size: 3.375rem;
    line-height: 1;
}

.call-to-action.style-4 .heading-title {
    margin-bottom: 16px !important;
}

.call-to-action.style-4 p {
    margin-bottom: 45px;
}

.call-to-action.style-4 .button {
    margin: 0 5px;
}

.call-to-action.style-5 {
    padding-top: 5rem;
    padding-bottom: 5rem;
}

.call-to-action.style-5 .title {
    color: #fff;
    letter-spacing: 0;
    font-size: 36px;
    font-size: 2.25rem;
    font-weight: 600;
}

.call-to-action.style-5 .heading {
    font-size: 50px;
    font-size: 3.125rem;
    letter-spacing: 1.4px;
    color: #096ae2;
    margin-right: 30px;
    margin-top: 4px;
    font-weight: 500;
}

.call-to-action.style-5 .button {
    background-color: #096ae2;
}

.call-to-action.style-5 .button:hover {
    background-color: #fff;
    color: #096ae2;
}

.clients-list {
    margin: 20px 0;
}

.clients-list .client-item {
    min-height: 120px;
    padding: 20px;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
}

.clients-list .client-item:hover img {
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
}

.clients-list img {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    width: auto !important;
    height: 50px;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
}

.clients-list.style-1 .client-item,
.clients-list.style-2 .client-item {
    margin: 4.5px 16px;
    min-height: 130px;
    background-color: #fff;
}

.clients-list.style-1 .client-item:last-child,
.clients-list.style-2 .client-item:last-child {
    margin-right: 0;
}

.clients-list.style-1 .client-item:hover,
.clients-list.style-2 .client-item:hover {
    -webkit-box-shadow: 2px 1px 25px 5px rgba(166, 166, 166, .2);
    box-shadow: 2px 1px 25px 5px rgba(166, 166, 166, .2);
}

.clients-list.style-1.owl-carousel .client-item,
.clients-list.style-2.owl-carousel .client-item {
    margin-right: 0;
    margin-left: 0;
}

.clients-list.style-1.owl-carousel .client-item:hover,
.clients-list.style-2.owl-carousel .client-item:hover {
    -webkit-box-shadow: 0 9px 50px -4px rgba(166, 166, 166, .1);
    box-shadow: 0 9px 50px -4px rgba(166, 166, 166, .1);
}

.clients-list.style-2 .client-item {
    border: 1px solid #f0f0f0;
}

.clients-list.style-2 .client-item:hover {
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 1px solid #2c4499;
}

.is-divider-vertical:after,
.is-divider:after {
    text-transform: uppercase;
}

.is-divider,
.is-divider-vertical {
    margin: 2rem 0 4rem;
    border-top-width: .12rem;
    height: .12rem;
    border-top: .1rem solid #2c4499;
}

.is-divider-vertical:after,
.is-divider:after {
    font-family: 'Roboto', sans-serif;
    letter-spacing: 2px;
    background: #2c4499 !important;
    color: #fff !important;
}

.is-divider-vertical.divider-dashed,
.is-divider.divider-dashed {
    border-top-style: dashed;
}

.is-divider-vertical.divider-dotted,
.is-divider.divider-dotted {
    border-top-style: dotted;
}

.is-divider-vertical.is-success,
.is-divider.is-success {
    border-top-color: #23d160;
}

.is-divider-vertical.is-success:after,
.is-divider.is-success:after {
    color: #23d160;
}

.is-divider-vertical.is-success.is-divider-vertical:before,
.is-divider.is-success.is-divider-vertical:before {
    border-left-color: #23d160;
}

.is-divider-vertical.is-warning,
.is-divider.is-warning {
    border-top-color: #ffdd57;
}

.is-divider-vertical.is-warning:after,
.is-divider.is-warning:after {
    color: #ffdd57;
}

.is-divider-vertical.is-warning.is-divider-vertical:before,
.is-divider.is-warning.is-divider-vertical:before {
    border-left-color: #ffdd57;
}

.is-divider-vertical.is-black,
.is-divider.is-black {
    border-top-color: #0a0a0a;
}

.is-divider-vertical.is-black:after,
.is-divider.is-black:after {
    color: #0a0a0a;
}

.is-divider-vertical.is-black.is-divider-vertical:before,
.is-divider.is-black.is-divider-vertical:before {
    border-left-color: #0a0a0a;
}

.is-divider-vertical.is-link,
.is-divider.is-link {
    border-top-color: #2c4499;
}

.is-divider-vertical.is-link:after,
.is-divider.is-link:after {
    color: #2c4499;
}

.is-divider-vertical.is-link.is-divider-vertical:before,
.is-divider.is-link.is-divider-vertical:before {
    border-left-color: #2c4499;
}

.is-divider-vertical.is-info,
.is-divider.is-info {
    border-top-color: #209cee;
}

.is-divider-vertical.is-info:after,
.is-divider.is-info:after {
    color: #209cee;
}

.is-divider-vertical.is-info.is-divider-vertical:before,
.is-divider.is-info.is-divider-vertical:before {
    border-left-color: #209cee;
}

.is-divider-vertical.is-danger,
.is-divider.is-danger {
    border-top-color: #ff3860;
}

.is-divider-vertical.is-danger:after,
.is-divider.is-danger:after {
    color: #ff3860;
}

.is-divider-vertical.is-danger.is-divider-vertical:before,
.is-divider.is-danger.is-divider-vertical:before {
    border-left-color: #ff3860;
}

.is-divider-vertical.is-primary,
.is-divider.is-primary {
    border-top-color: #2c4499;
}

.is-divider-vertical.is-primary:after,
.is-divider.is-primary:after {
    color: #2c4499;
}

.is-divider-vertical.is-primary.is-divider-vertical:before,
.is-divider.is-primary.is-divider-vertical:before {
    border-left-color: #2c4499;
}

.is-divider-vertical.is-secondary,
.is-divider.is-secondary {
    border-top-color: #263238;
}

.is-divider-vertical.is-secondary:after,
.is-divider.is-secondary:after {
    color: #263238;
}

.is-divider-vertical.is-secondary.is-divider-vertical:before,
.is-divider.is-secondary.is-divider-vertical:before {
    border-left-color: #263238;
}

.is-divider-vertical.is-tertiary,
.is-divider.is-tertiary {
    border-top-color: #a6a6a6;
}

.is-divider-vertical.is-tertiary:after,
.is-divider.is-tertiary:after {
    color: #a6a6a6;
}

.is-divider-vertical.is-tertiary.is-divider-vertical:before,
.is-divider.is-tertiary.is-divider-vertical:before {
    border-left-color: #a6a6a6;
}

.hero.has-background-primary-light .is-divider-vertical:after,
.hero.has-background-primary-light .is-divider:after {
    background-color: #f1f1f1;
}

.is-divider-vertical {
    height: auto;
}

.checkbox,
.radio,
input[type=email],
input[type=number],
input[type=tel],
input[type=text],
select,
textarea {
    font-family: 'Roboto', sans-serif;
}

.input,
.input.is-medium,
.select.is-medium,
.textarea,
.textarea.is-medium,
input[type=email],
input[type=number],
input[type=tel],
input[type=text],
select,
textarea {
    font-size: 15px;
    font-size: .9375rem;
    padding-left: calc(1em - 1px);
    padding-right: calc(1em - 1px);
    height: 3.06em;
}

.select select {
    padding-left: calc(1em - 1px);
    padding-right: calc(1em - 1px);
    height: 2.9em;
    min-width: 250px;
}

.select:not(.is-multiple):not(.is-loading)::after {
    top: 65%;
}

.field:not(:last-child) {
    margin-bottom: 1.8rem;
}

.field-body .field {
    width: 50%;
    margin-bottom: 0;
}

.field-body>.field:not(:last-child) {
    margin-right: 1.6rem;
}

.textarea,
textarea {
    padding: calc(1em - 1px);
}

.textarea:not([rows]),
textarea:not([rows]) {
    min-height: 245px;
}

.control.has-icons-left .icon,
.control.has-icons-right .icon {
    height: 2.9em;
}

.heading-title:after {
    display: block;
}

.heading-title-top {
    text-transform: uppercase;
}

.heading-title.style-1 {
    text-transform: capitalize;
}

.heading-title,
.subtitle,
.title {
    word-break: break-word;
}

.heading-title em,
.heading-title span,
.subtitle em,
.subtitle span,
.title em,
.title span {
    font-weight: inherit;
}

.heading-title sub,
.subtitle sub,
.title sub {
    font-size: .75em;
}

.heading-title sup,
.subtitle sup,
.title sup {
    font-size: .75em;
}

.heading-title .tag,
.subtitle .tag,
.title .tag {
    vertical-align: middle;
}

.heading-title,
.title {
    color: #363636;
    font-size: 2rem;
    font-weight: 600;
    line-height: 1.125;
}

.heading-title strong,
.title strong {
    color: inherit;
    font-weight: inherit;
}

.heading-title+.highlight,
.title+.highlight {
    margin-top: -.75rem;
}

.heading-title:not(.is-spaced)+.subtitle,
.title:not(.is-spaced)+.subtitle {
    margin-top: -1.25rem;
}

.is-1.heading-title,
.title.is-1 {
    font-size: 3rem;
}

.is-2.heading-title,
.title.is-2 {
    font-size: 2.5rem;
}

.is-3.heading-title,
.title.is-3 {
    font-size: 2rem;
}

.is-4.heading-title,
.title.is-4 {
    font-size: 1.5rem;
}

.is-5.heading-title,
.title.is-5 {
    font-size: 1.25rem;
}

.is-6.heading-title,
.title.is-6 {
    font-size: 1rem;
}

.is-7.heading-title,
.title.is-7 {
    font-size: .75rem;
}

.subtitle {
    color: #4a4a4a;
    font-size: 1.25rem;
    font-weight: 400;
    line-height: 1.25;
}

.subtitle strong {
    color: #363636;
    font-weight: 600;
}

.subtitle:not(.is-spaced)+.heading-title,
.subtitle:not(.is-spaced)+.title {
    margin-top: -1.25rem;
}

.subtitle.is-1 {
    font-size: 3rem;
}

.subtitle.is-2 {
    font-size: 2.5rem;
}

.subtitle.is-3 {
    font-size: 2rem;
}

.subtitle.is-4 {
    font-size: 1.5rem;
}

.subtitle.is-5 {
    font-size: 1.25rem;
}

.subtitle.is-6 {
    font-size: 1rem;
}

.subtitle.is-7 {
    font-size: .75rem;
}

.heading-title {
    color: #263238;
    letter-spacing: 0;
    font-size: 36px;
    font-size: 1.7rem;
    text-align: center;
    font-weight: 500;
    padding-bottom: 0;
    position: relative;
}

.heading-title:after {
    content: '';
    width: 60px;
    height: 1px;
    border-bottom: 4px solid #056ae8;
    background-color: #056ae8;
    -webkit-transform: none;
    transform: none;
    top: 90%;
    display: block;
    margin: 0 auto;
    margin-top: 30px;
}

.heading-title.multiline {
    line-height: 1.5;
}

.heading-title.style-2 {
    font-size: 22px;
    font-size: 1.375rem;
    text-align: inherit;
    margin: 1.5rem 0 !important;
    line-height: inherit;
    padding-bottom: 0;
}

.heading-title.style-2:after {
    display: none;
    visibility: hidden;
}

.heading-title.style-1 {
    font-family: 'Roboto', sans-serif;
    padding-bottom: 0;
    margin-bottom: 2rem !important;
    font-weight: 500;
    font-size: 36px;
    font-size: 2.25rem;
    letter-spacing: 0;
}

.heading-title.style-1:after {
    display: none;
}

.heading-title.style-3 {
    padding-bottom: 0;
    line-height: 1.2;
}

.heading-title.style-3:after {
    display: none;
}

.heading-title.style-4 {
    margin-bottom: 2.8rem !important;
    font-size: 42px;
    font-size: 2.625rem;
}

.heading-title.has-text-left:after {
    left: 0;
    margin: 0;
    margin-top: 30px;
}

.heading-title.has-text-right:after {
    left: inherit;
    right: 0;
    margin: 0;
    margin-top: 30px;
}

.heading-title-bottom {
    max-width: 900px;
    padding: 0;
    line-height: 1.6;
    font-size: 24px;
}

.heading-title-top {
    padding-bottom: 12px;
    font-size: 14px;
    font-size: .875rem;
    color: #a6a6a6;
    letter-spacing: 1.4px;
    font-weight: 500;
}

.image-hover figure figcaption .social li:first-child {
    padding-left: 0;
}

.image-hover figure figcaption .social li:last-child {
    padding-right: 0;
}

.image-hover figure {
    position: relative;
    overflow: hidden;
    text-align: center;
    cursor: pointer;
    background: #000;
    margin-bottom: 10px;
}

.image-hover figure img {
    position: relative;
    display: block;
    min-height: 100%;
    max-width: 100%;
    -webkit-transition: opacity .35s, -webkit-transform .35s;
    transition: opacity .35s, -webkit-transform .35s;
    transition: opacity .35s, transform .35s;
    transition: opacity .35s, transform .35s, -webkit-transform .35s;
}

.image-hover figure figcaption {
    color: #fff;
    position: absolute;
    top: 0;
    padding: 0;
    z-index: 6;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    display: flex;
    align-items: center;
    justify-content: center;
}

.image-hover figure figcaption .block-text {
    max-width: 320px;
}

.image-hover figure figcaption:after,
.image-hover figure figcaption:before {
    pointer-events: none;
}

.image-hover figure figcaption>a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 11;
    text-indent: 200%;
    white-space: nowrap;
    font-size: 0;
    opacity: 0;
}

.image-hover figure figcaption h2,
.image-hover figure figcaption h3 {
    font-size: 2rem;
    letter-spacing: 0;
    margin-bottom: .5rem;
    opacity: 0;
    -webkit-transition: opacity .35s, -webkit-transform .35s;
    transition: opacity .35s, -webkit-transform .35s;
    transition: opacity .35s, transform .35s;
    transition: opacity .35s, transform .35s, -webkit-transform .35s;
    text-shadow: 2px 2px 10px #000;
}

.image-hover figure figcaption h5,
.image-hover figure figcaption p {
    font-family: 'Roboto', sans-serif;
    font-size: 1rem;
    font-weight: 400;
    letter-spacing: 1px;
    opacity: 0;
    -webkit-transition: opacity .35s, -webkit-transform .35s;
    transition: opacity .35s, -webkit-transform .35s;
    transition: opacity .35s, transform .35s;
    transition: opacity .35s, transform .35s, -webkit-transform .35s;
}

.image-hover figure figcaption ul {
    -webkit-transition: opacity .35s, -webkit-transform .35s;
    transition: opacity .35s, -webkit-transform .35s;
    transition: opacity .35s, transform .35s;
    transition: opacity .35s, transform .35s, -webkit-transform .35s;
}

.image-hover figure figcaption .social li {
    display: inline-block;
    padding: 0 4px;
}

.image-hover figure figcaption .social li a {
    display: inline-block;
}

.image-hover figure figcaption .social li .icon {
    width: 40px;
    height: 40px;
    border-radius: 100%;
    background-color: transparent;
    color: #fff;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    border: 2px solid #fff;
}

.image-hover figure figcaption .social li .icon i {
    font-size: 16px;
    font-size: 1rem;
}

.image-hover figure figcaption .social li .icon i.icon-control-play,
.image-hover figure figcaption .social li .icon i {
    margin-left: 2px;
}

.image-hover figure figcaption .social li .icon i.icon-basket {
    font-size: 18px;
    font-size: 1.125rem;
    margin-left: -2px;
}

.image-hover figure figcaption .social li .icon:hover {
    background-color: #fff;
    color: #393e4b;
}

.image-hover figure figcaption .social li:last-child {
    border: 0;
}

.image-hover figure:hover img {
    opacity: .6;
}

.image-hover.is-primary figure {
    background: #2c4499;
}

.image-hover.is-primary-6 figure {
    background: #096ae2;
}

.image-hover.is-info figure {
    background: #209cee;
}

.image-hover.is-success figure {
    background: #23d160;
}

.image-hover.is-warning figure {
    background: #ffdd57;
}

.image-hover.is-danger figure {
    background: #ff3860;
}

.image-hover.effect-1 figure img {
    max-width: none;
    width: calc(100% + 50px);
    -webkit-transition: opacity .35s, -webkit-transform .35s;
    transition: opacity .35s, -webkit-transform .35s;
    transition: opacity .35s, transform .35s;
    transition: opacity .35s, transform .35s, -webkit-transform .35s;
    -webkit-transform: translate3d(-40px, 0, 0);
    transform: translate3d(-40px, 0, 0);
}

.image-hover.effect-1 figure figcaption {
    text-align: left;
}

.image-hover.effect-1 figure figcaption>div {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 2em;
    width: 100%;
    height: 35%;
}

.image-hover.effect-1 figure h2,
.image-hover.effect-1 figure h3,
.image-hover.effect-1 figure h5,
.image-hover.effect-1 figure p,
.image-hover.effect-1 figure ul {
    -webkit-transform: translate3d(0, 40px, 0);
    transform: translate3d(0, 40px, 0);
}

.image-hover.effect-1 figure h5,
.image-hover.effect-1 figure p {
    color: rgba(255, 255, 255, .8);
    opacity: 0;
    -webkit-transition: opacity .2s, -webkit-transform .35s;
    transition: opacity .2s, -webkit-transform .35s;
    transition: opacity .2s, transform .35s;
    transition: opacity .2s, transform .35s, -webkit-transform .35s;
}

.image-hover.effect-1 figure:hover h3,
.image-hover.effect-1 figure:hover h5,
.image-hover.effect-1 figure:hover p,
.image-hover.effect-1 figure:hover ul {
    opacity: 1;
}

.image-hover.effect-1 figure:hover h2,
.image-hover.effect-1 figure:hover h3,
.image-hover.effect-1 figure:hover h5,
.image-hover.effect-1 figure:hover img,
.image-hover.effect-1 figure:hover p,
.image-hover.effect-1 figure:hover ul {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.image-hover.effect-1 figure:hover h5,
.image-hover.effect-1 figure:hover p,
.image-hover.effect-1 figure:hover ul {
    -webkit-transition-delay: 50ms;
    transition-delay: 50ms;
    -webkit-transition-duration: .35s;
    transition-duration: .35s;
}

.image-hover.effect-10 figure h2,
.image-hover.effect-10 figure h3,
.image-hover.effect-2 figure h2,
.image-hover.effect-2 figure h3,
.image-hover.effect-4 figure h2,
.image-hover.effect-4 figure h3,
.image-hover.effect-5 figure h2,
.image-hover.effect-5 figure h3,
.image-hover.effect-6 figure h2,
.image-hover.effect-6 figure h3,
.image-hover.effect-7 figure h2,
.image-hover.effect-7 figure h3,
.image-hover.effect-8 figure h2,
.image-hover.effect-8 figure h3,
.image-hover.effect-9 figure h2,
.image-hover.effect-9 figure h3 {}

.image-hover.effect-10 figure h2,
.image-hover.effect-10 figure h3,
.image-hover.effect-10 figure h5,
.image-hover.effect-10 figure p,
.image-hover.effect-10 figure ul,
.image-hover.effect-2 figure h2,
.image-hover.effect-2 figure h3,
.image-hover.effect-2 figure h5,
.image-hover.effect-2 figure p,
.image-hover.effect-2 figure ul,
.image-hover.effect-4 figure h2,
.image-hover.effect-4 figure h3,
.image-hover.effect-4 figure h5,
.image-hover.effect-4 figure p,
.image-hover.effect-4 figure ul,
.image-hover.effect-5 figure h2,
.image-hover.effect-5 figure h3,
.image-hover.effect-5 figure h5,
.image-hover.effect-5 figure p,
.image-hover.effect-5 figure ul,
.image-hover.effect-6 figure h2,
.image-hover.effect-6 figure h3,
.image-hover.effect-6 figure h5,
.image-hover.effect-6 figure p,
.image-hover.effect-6 figure ul,
.image-hover.effect-7 figure h2,
.image-hover.effect-7 figure h3,
.image-hover.effect-7 figure h5,
.image-hover.effect-7 figure p,
.image-hover.effect-7 figure ul,
.image-hover.effect-8 figure h2,
.image-hover.effect-8 figure h3,
.image-hover.effect-8 figure h5,
.image-hover.effect-8 figure p,
.image-hover.effect-8 figure ul,
.image-hover.effect-9 figure h2,
.image-hover.effect-9 figure h3,
.image-hover.effect-9 figure h5,
.image-hover.effect-9 figure p,
.image-hover.effect-9 figure ul {
    -webkit-transition: opacity .35s, -webkit-transform .35s;
    transition: opacity .35s, -webkit-transform .35s;
    transition: opacity .35s, transform .35s;
    transition: opacity .35s, transform .35s, -webkit-transform .35s;
}

.image-hover.effect-10 figure h2,
.image-hover.effect-10 figure h3,
.image-hover.effect-10 figure h5,
.image-hover.effect-10 figure p,
.image-hover.effect-10 figure ul,
.image-hover.effect-2 figure h2,
.image-hover.effect-2 figure h3,
.image-hover.effect-2 figure h5,
.image-hover.effect-2 figure p,
.image-hover.effect-2 figure ul,
.image-hover.effect-4 figure h2,
.image-hover.effect-4 figure h3,
.image-hover.effect-4 figure h5,
.image-hover.effect-4 figure p,
.image-hover.effect-4 figure ul,
.image-hover.effect-5 figure h2,
.image-hover.effect-5 figure h3,
.image-hover.effect-5 figure h5,
.image-hover.effect-5 figure p,
.image-hover.effect-5 figure ul,
.image-hover.effect-6 figure h2,
.image-hover.effect-6 figure h3,
.image-hover.effect-6 figure h5,
.image-hover.effect-6 figure p,
.image-hover.effect-6 figure ul,
.image-hover.effect-7 figure h2,
.image-hover.effect-7 figure h3,
.image-hover.effect-7 figure h5,
.image-hover.effect-7 figure p,
.image-hover.effect-7 figure ul,
.image-hover.effect-8 figure h2,
.image-hover.effect-8 figure h3,
.image-hover.effect-8 figure h5,
.image-hover.effect-8 figure p,
.image-hover.effect-8 figure ul,
.image-hover.effect-9 figure h2,
.image-hover.effect-9 figure h3,
.image-hover.effect-9 figure h5,
.image-hover.effect-9 figure p,
.image-hover.effect-9 figure ul {
    opacity: 0.8;
}

.image-hover.effect-10 figure:hover h3,
.image-hover.effect-10 figure:hover h5,
.image-hover.effect-10 figure:hover p,
.image-hover.effect-10 figure:hover ul,
.image-hover.effect-2 figure:hover h3,
.image-hover.effect-2 figure:hover h5,
.image-hover.effect-2 figure:hover p,
.image-hover.effect-2 figure:hover ul,
.image-hover.effect-4 figure:hover h3,
.image-hover.effect-4 figure:hover h5,
.image-hover.effect-4 figure:hover p,
.image-hover.effect-4 figure:hover ul,
.image-hover.effect-5 figure:hover h3,
.image-hover.effect-5 figure:hover h5,
.image-hover.effect-5 figure:hover p,
.image-hover.effect-5 figure:hover ul,
.image-hover.effect-6 figure:hover h3,
.image-hover.effect-6 figure:hover h5,
.image-hover.effect-6 figure:hover p,
.image-hover.effect-6 figure:hover ul,
.image-hover.effect-7 figure:hover h3,
.image-hover.effect-7 figure:hover h5,
.image-hover.effect-7 figure:hover p,
.image-hover.effect-7 figure:hover ul,
.image-hover.effect-8 figure:hover h3,
.image-hover.effect-8 figure:hover h5,
.image-hover.effect-8 figure:hover p,
.image-hover.effect-8 figure:hover ul,
.image-hover.effect-9 figure:hover h3,
.image-hover.effect-9 figure:hover h5,
.image-hover.effect-9 figure:hover p,
.image-hover.effect-9 figure:hover ul {
    opacity: 0.8;
}

.image-hover.effect-10 figure:hover h2,
.image-hover.effect-10 figure:hover h3,
.image-hover.effect-10 figure:hover h5,
.image-hover.effect-10 figure:hover p,
.image-hover.effect-10 figure:hover ul,
.image-hover.effect-2 figure:hover h2,
.image-hover.effect-2 figure:hover h3,
.image-hover.effect-2 figure:hover h5,
.image-hover.effect-2 figure:hover p,
.image-hover.effect-2 figure:hover ul,
.image-hover.effect-4 figure:hover h2,
.image-hover.effect-4 figure:hover h3,
.image-hover.effect-4 figure:hover h5,
.image-hover.effect-4 figure:hover p,
.image-hover.effect-4 figure:hover ul,
.image-hover.effect-5 figure:hover h2,
.image-hover.effect-5 figure:hover h3,
.image-hover.effect-5 figure:hover h5,
.image-hover.effect-5 figure:hover p,
.image-hover.effect-5 figure:hover ul,
.image-hover.effect-6 figure:hover h2,
.image-hover.effect-6 figure:hover h3,
.image-hover.effect-6 figure:hover h5,
.image-hover.effect-6 figure:hover p,
.image-hover.effect-6 figure:hover ul,
.image-hover.effect-7 figure:hover h2,
.image-hover.effect-7 figure:hover h3,
.image-hover.effect-7 figure:hover h5,
.image-hover.effect-7 figure:hover p,
.image-hover.effect-7 figure:hover ul,
.image-hover.effect-8 figure:hover h2,
.image-hover.effect-8 figure:hover h3,
.image-hover.effect-8 figure:hover h5,
.image-hover.effect-8 figure:hover p,
.image-hover.effect-8 figure:hover ul,
.image-hover.effect-9 figure:hover h2,
.image-hover.effect-9 figure:hover h3,
.image-hover.effect-9 figure:hover h5,
.image-hover.effect-9 figure:hover p,
.image-hover.effect-9 figure:hover ul {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.image-hover.effect-3 figure figcaption {}

.image-hover.effect-3 figure figcaption:after,
.image-hover.effect-3 figure figcaption:before {
    position: absolute;
    content: '';
    opacity: 1;
}

.image-hover.effect-3 figure figcaption:before {
    top: 50px;
    right: 30px;
    bottom: 50px;
    left: 30px;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
}

.image-hover.effect-3 figure figcaption:after {
    top: 30px;
    right: 50px;
    bottom: 30px;
    left: 50px;
    border-right: 1px solid #fff;
    border-left: 1px solid #fff;
    -webkit-transform: scale(1, 0);
    transform: scale(1, 0);
    -webkit-transform-origin: 100% 0;
    transform-origin: 100% 0;
}

.image-hover.effect-3 figure h2,
.image-hover.effect-3 figure h3,
.image-hover.effect-3 figure ul {
    opacity: 0;
    padding-top: 42%;
    -webkit-transition: -webkit-transform .35s;
    transition: -webkit-transform .35s;
    transition: transform .35s;
    transition: transform .35s, -webkit-transform .35s;
    margin-bottom: 0;
}

.image-hover.effect-3 figure h5,
.image-hover.effect-3 figure p {
    padding: .5em 2em;
    text-transform: none;
    opacity: 0;
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
}

.image-hover.effect-3 figure h2,
.image-hover.effect-3 figure h3,
.image-hover.effect-3 figure ul {
    -webkit-transform: translate3d(0, 30px, 0);
    transform: translate3d(0, 30px, 0);
}

.image-hover.effect-3 figure figcaption::after,
.image-hover.effect-3 figure figcaption::before,
.image-hover.effect-3 figure h2,
.image-hover.effect-3 figure h3,
.image-hover.effect-3 figure h5,
.image-hover.effect-3 figure img,
.image-hover.effect-3 figure p,
.image-hover.effect-3 figure ul {
    -webkit-transition: opacity .35s, -webkit-transform .35s;
    transition: opacity .35s, -webkit-transform .35s;
    transition: opacity .35s, transform .35s;
    transition: opacity .35s, transform .35s, -webkit-transform .35s;
}

.image-hover.effect-3 figure:hover figcaption::after,
.image-hover.effect-3 figure:hover figcaption::before {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.image-hover.effect-3 figure:hover h2,
.image-hover.effect-3 figure:hover h3,
.image-hover.effect-3 figure:hover h5,
.image-hover.effect-3 figure:hover p,
.image-hover.effect-3 figure:hover ul {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.image-hover.effect-3 figure:hover figcaption::after,
.image-hover.effect-3 figure:hover h2,
.image-hover.effect-3 figure:hover h3,
.image-hover.effect-3 figure:hover h5,
.image-hover.effect-3 figure:hover img,
.image-hover.effect-3 figure:hover p,
.image-hover.effect-3 figure:hover ul {
    -webkit-transition-delay: .15s;
    transition-delay: .15s;
}

.image-hover.effect-4 figure figcaption:before {
    position: absolute;
    top: 30px;
    right: 30px;
    bottom: 30px;
    left: 30px;
    border: 1px solid #fff;
    content: '';
    opacity: 0;
    -webkit-transition: opacity .35s, -webkit-transform .35s;
    transition: opacity .35s, -webkit-transform .35s;
    transition: opacity .35s, transform .35s;
    transition: opacity .35s, transform .35s, -webkit-transform .35s;
    -webkit-transform: scale(0);
    transform: scale(0);
}

.image-hover.effect-4 figure:hover figcaption:before {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.image-hover.effect-5 figure {
    margin-bottom: 0;
}

.image-hover.effect-5 figure img {
    -webkit-transition: opacity .35s, -webkit-transform .35s;
    transition: opacity .35s, -webkit-transform .35s;
    transition: opacity .35s, transform .35s;
    transition: opacity .35s, transform .35s, -webkit-transform .35s;
    -webkit-transform: scale(1.15);
    transform: scale(1.15);
}

.image-hover.effect-5 figure:hover img {
    -webkit-transform: scale(1);
    transform: scale(1);
}

.image-hover.effect-6 figure figcaption:after,
.image-hover.effect-6 figure figcaption:before {
    position: absolute;
    top: 30px;
    right: 30px;
    bottom: 30px;
    left: 30px;
    content: '';
    opacity: 0;
    -webkit-transition: opacity .35s, -webkit-transform .35s;
    transition: opacity .35s, -webkit-transform .35s;
    transition: opacity .35s, transform .35s;
    transition: opacity .35s, transform .35s, -webkit-transform .35s;
}

.image-hover.effect-6 figure figcaption:before {
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1);
}

.image-hover.effect-6 figure figcaption:after {
    border-right: 1px solid #fff;
    border-left: 1px solid #fff;
    -webkit-transform: scale(1, 0);
    transform: scale(1, 0);
}

.image-hover.effect-6 figure:hover figcaption:after,
.image-hover.effect-6 figure:hover figcaption:before {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.image-hover.effect-7 figure {
    background-color: #fff;
}

.image-hover.effect-7 figure img {
    -webkit-transition: opacity .35s, -webkit-transform .35s;
    transition: opacity .35s, -webkit-transform .35s;
    transition: opacity .35s, transform .35s;
    transition: opacity .35s, transform .35s, -webkit-transform .35s;
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
}

.image-hover.effect-7 figure:hover {
    -webkit-box-shadow: 2px 1px 25px 5px rgba(166, 166, 166, .2);
    box-shadow: 2px 1px 25px 5px rgba(166, 166, 166, .2);
}

.image-hover.effect-7 figure:hover img {
    opacity: .8;
    -webkit-transform: scale3d(.92, .92, 1);
    transform: scale3d(.92, .92, 1);
}

.image-hover.effect-8 figure figcaption:after {
    -webkit-transition: opacity .35s, -webkit-transform .35s;
    transition: opacity .35s, -webkit-transform .35s;
    transition: opacity .35s, transform .35s;
    transition: opacity .35s, transform .35s, -webkit-transform .35s;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    content: '';
    opacity: 0;
    -webkit-transform: rotate3d(0, 0, 1, 45deg) scale3d(1, 0, 1);
    transform: rotate3d(0, 0, 1, 45deg) scale3d(1, 0, 1);
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
}

.image-hover.effect-8 figure:hover img {
    -webkit-transform: scale3d(1.05, 1.05, 1);
    transform: scale3d(1.05, 1.05, 1);
}

.image-hover.effect-8 figure:hover figcaption:after {
    opacity: 1;
    -webkit-transform: rotate3d(0, 0, 1, 45deg) scale3d(1, 1, 1);
    transform: rotate3d(0, 0, 1, 45deg) scale3d(1, 1, 1);
}

.image-hover.effect-9 figure {
    background-color: #fff;
}

.image-hover.effect-9 figure figcaption {
    padding-bottom: 1em;
}

.image-hover.effect-9 figure h2,
.image-hover.effect-9 figure h3,
.image-hover.effect-9 figure h5,
.image-hover.effect-9 figure p {
    bottom: 0;
}

.image-hover.effect-9 figure img {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    opacity: 1;
    z-index: 10;
}

.image-hover.effect-9 figure h2,
.image-hover.effect-9 figure h3 {
    color: #393e4b;
    font-size: 21px;
    font-size: 1.3125rem;
}

.image-hover.effect-9 figure h2 a,
.image-hover.effect-9 figure h3 a {
    color: #393e4b;
}

.image-hover.effect-9 figure h5,
.image-hover.effect-9 figure p {
    color: #2c4499;
    font-size: 13px;
    font-size: .8125rem;
}

.image-hover.effect-9 figure h5 a,
.image-hover.effect-9 figure p a {
    color: #2c4499;
}

.image-hover.effect-9 figure:hover {
    -webkit-box-shadow: 2px 1px 25px 5px rgba(166, 166, 166, .2);
    box-shadow: 2px 1px 25px 5px rgba(166, 166, 166, .2);
}

.image-hover.effect-9 figure:hover img {
    -webkit-transform: translate3d(0, -100px, 0);
    transform: translate3d(0, -100px, 0);
}

.image-hover.effect-9 figure:hover h2,
.image-hover.effect-9 figure:hover h3,
.image-hover.effect-9 figure:hover h5,
.image-hover.effect-9 figure:hover p {
    -webkit-transform: none;
    transform: none;
}

.image-hover.effect-10 {
    cursor: default;
}

.image-hover.owl-carousel figure {
    margin-bottom: 0;
}

.image-hover.owl-carousel figure:hover {
    -webkit-box-shadow: 0 9px 10px -4px rgba(166, 166, 166, .1);
    box-shadow: 0 9px 10px -4px rgba(166, 166, 166, .1);
}

.image-hover.isotope figure {
    margin-bottom: 0;
}

.content ol.style-3 li .list-mark,
.content ul.style-3 li .list-mark {
    text-transform: uppercase;
}

.content ol.list-arrow-right li:before,
.content ul.list-arrow-right li:before {
    font-family: simple-line-icons;
    font-size: 8px;
    font-size: .5rem;
}

.content ol.list-arrow-dropright li:before,
.content ol.list-arrow-dropright-circle li:before,
.content ol.list-arrow-round-forward li:before,
.content ol.list-checkbox-outline li:before,
.content ol.list-checkmark li:before,
.content ol.list-checkmark-circle-outline li:before,
.content ol.list-heart li:before,
.content ol.list-minus li:before,
.content ol.list-plus li:before,
.content ol.list-radio-button-on li:before,
.content ol.list-star li:before,
.content ul.list-arrow-dropright li:before,
.content ul.list-arrow-dropright-circle li:before,
.content ul.list-arrow-round-forward li:before,
.content ul.list-checkbox-outline li:before,
.content ul.list-checkmark li:before,
.content ul.list-checkmark-circle-outline li:before,
.content ul.list-heart li:before,
.content ul.list-minus li:before,
.content ul.list-plus li:before,
.content ul.list-radio-button-on li:before,
.content ul.list-star li:before {
    font-family: Ionicons;
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 1;
}

.content ol li .icon,
.content ol.list-arrow-dropright li:before,
.content ol.list-arrow-dropright-circle li:before,
.content ol.list-arrow-right li:before,
.content ol.list-arrow-round-forward li:before,
.content ol.list-checkbox-outline li:before,
.content ol.list-checkmark li:before,
.content ol.list-checkmark-circle-outline li:before,
.content ol.list-heart li:before,
.content ol.list-minus li:before,
.content ol.list-plus li:before,
.content ol.list-radio-button-on li:before,
.content ol.list-star li:before,
.content ul li .icon,
.content ul.list-arrow-dropright li:before,
.content ul.list-arrow-dropright-circle li:before,
.content ul.list-arrow-right li:before,
.content ul.list-arrow-round-forward li:before,
.content ul.list-checkbox-outline li:before,
.content ul.list-checkmark li:before,
.content ul.list-checkmark-circle-outline li:before,
.content ul.list-heart li:before,
.content ul.list-minus li:before,
.content ul.list-plus li:before,
.content ul.list-radio-button-on li:before,
.content ul.list-star li:before {
    vertical-align: middle;
    opacity: .85;
    padding-right: 6px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

.content ol,
.content ul {
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    font-size: .875rem;
    font-weight: 500;
}

.content ol li,
.content ul li {
    padding: 4px 0;
    letter-spacing: .5px;
    color: #4b505d;
}

.content ol li ul,
.content ul li ul {
    margin-top: 1em;
}

.content ol li a,
.content ul li a {
    color: #4b505d;
}

.content ol li a:hover,
.content ul li a:hover {
    color: #2c4499;
}

.content ol li:first-child,
.content ul li:first-child {
    padding-top: 0;
}

.content ol li:last-child,
.content ul li:last-child {
    padding-bottom: 0;
}

.content ol li .icon,
.content ul li .icon {
    padding-right: 8px;
    height: auto;
    width: auto;
}

.content ol li .icon i[class*=' fa-'],
.content ol li .icon i[class^=fa-],
.content ul li .icon i[class*=' fa-'],
.content ul li .icon i[class^=fa-] {
    font-size: 12px;
    font-size: .75rem;
}

.content ol li .icon i[class*=' icon-'],
.content ol li .icon i[class^=icon-],
.content ul li .icon i[class*=' icon-'],
.content ul li .icon i[class^=icon-] {
    font-size: 10px;
    font-size: .625rem;
}

.content ol li .icon i[class*=' ion-'],
.content ol li .icon i[class^=ion-],
.content ul li .icon i[class*=' ion-'],
.content ul li .icon i[class^=ion-] {
    font-size: 14px;
    font-size: .875rem;
}

.content ol.no-margin,
.content ul.no-margin {
    margin: 0;
    list-style-position: inside;
}

.content ol.no-style,
.content ul.no-style {
    list-style: none;
}

.content ol.list-arrow-right li,
.content ul.list-arrow-right li {
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

.content ol.list-arrow-right li ul,
.content ul.list-arrow-right li ul {
    list-style: none;
}

.content ol.list-arrow-right li:before,
.content ul.list-arrow-right li:before {
    content: "\e606";
}

.content ol.list-arrow-round-forward li,
.content ul.list-arrow-round-forward li {
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

.content ol.list-arrow-round-forward li ul,
.content ul.list-arrow-round-forward li ul {
    list-style: none;
}

.content ol.list-arrow-round-forward li:before,
.content ul.list-arrow-round-forward li:before {
    content: "\f119";
    padding-right: 8px;
}

.content ol.list-arrow-dropright li,
.content ul.list-arrow-dropright li {
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

.content ol.list-arrow-dropright li ul,
.content ul.list-arrow-dropright li ul {
    list-style: none;
}

.content ol.list-arrow-dropright li:before,
.content ul.list-arrow-dropright li:before {
    content: "\f114";
    padding-right: 8px;
    font-size: 14px;
    font-size: .875rem;
    vertical-align: inherit;
}

.content ol.list-checkmark li,
.content ul.list-checkmark li {
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

.content ol.list-checkmark li ul,
.content ul.list-checkmark li ul {
    list-style: none;
}

.content ol.list-checkmark li:before,
.content ul.list-checkmark li:before {
    content: "\f2bc";
    padding-right: 8px;
    font-size: 15px;
    font-size: .9375rem;
    vertical-align: inherit;
}

.content ol.list-checkmark-circle-outline li,
.content ul.list-checkmark-circle-outline li {
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

.content ol.list-checkmark-circle-outline li ul,
.content ul.list-checkmark-circle-outline li ul {
    list-style: none;
}

.content ol.list-checkmark-circle-outline li:before,
.content ul.list-checkmark-circle-outline li:before {
    content: "\f149";
    padding-right: 8px;
    font-size: 14px;
    font-size: .875rem;
    vertical-align: inherit;
}

.content ol.list-checkbox-outline li,
.content ul.list-checkbox-outline li {
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

.content ol.list-checkbox-outline li ul,
.content ul.list-checkbox-outline li ul {
    list-style: none;
}

.content ol.list-checkbox-outline li:before,
.content ul.list-checkbox-outline li:before {
    content: "\f147";
    padding-right: 8px;
    font-size: 14px;
    font-size: .875rem;
    vertical-align: inherit;
}

.content ol.list-plus li,
.content ul.list-plus li {
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

.content ol.list-plus li ul,
.content ul.list-plus li ul {
    list-style: none;
}

.content ol.list-plus li:before,
.content ul.list-plus li:before {
    content: "\f273";
    padding-right: 8px;
    font-size: 14px;
    font-size: .875rem;
    vertical-align: inherit;
}

.content ol.list-minus li,
.content ul.list-minus li {
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

.content ol.list-minus li ul,
.content ul.list-minus li ul {
    list-style: none;
}

.content ol.list-minus li:before,
.content ul.list-minus li:before {
    content: "\f368";
    padding-right: 8px;
    font-size: 14px;
    font-size: .875rem;
    vertical-align: inherit;
}

.content ol.list-heart li,
.content ul.list-heart li {
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

.content ol.list-heart li ul,
.content ul.list-heart li ul {
    list-style: none;
}

.content ol.list-heart li:before,
.content ul.list-heart li:before {
    content: "\f307";
    padding-right: 8px;
    font-size: 14px;
    font-size: .875rem;
    vertical-align: inherit;
}

.content ol.list-star li,
.content ul.list-star li {
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

.content ol.list-star li ul,
.content ul.list-star li ul {
    list-style: none;
}

.content ol.list-star li:before,
.content ul.list-star li:before {
    content: "\f384";
    padding-right: 8px;
    font-size: 14px;
    font-size: .875rem;
    vertical-align: inherit;
}

.content ol.list-radio-button-on li,
.content ul.list-radio-button-on li {
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

.content ol.list-radio-button-on li ul,
.content ul.list-radio-button-on li ul {
    list-style: none;
}

.content ol.list-radio-button-on li:before,
.content ul.list-radio-button-on li:before {
    content: "\f361";
    padding-right: 8px;
    font-size: 14px;
    font-size: .875rem;
    vertical-align: inherit;
}

.content ol.list-arrow-dropright-circle li,
.content ul.list-arrow-dropright-circle li {
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

.content ol.list-arrow-dropright-circle li ul,
.content ul.list-arrow-dropright-circle li ul {
    list-style: none;
}

.content ol.list-arrow-dropright-circle li:before,
.content ul.list-arrow-dropright-circle li:before {
    content: "\f283";
    padding-right: 8px;
    font-size: 14px;
    font-size: .875rem;
    vertical-align: inherit;
}

.content ol.style-1 li,
.content ul.style-1 li {
    border-bottom: 1px solid #f0f0f0;
    padding: 8px 0 12px;
}

.content ol.style-1 li:first-child,
.content ul.style-1 li:first-child {
    padding-top: 0;
}

.content ol.style-1 li:last-child,
.content ul.style-1 li:last-child {
    padding-bottom: 0;
    border-bottom: 0;
}

.content ol.style-2 li,
.content ul.style-2 li {
    padding: 8px 0 10px;
}

.content ol.style-2 li:before,
.content ul.style-2 li:before {
    border-left: 3px solid #263238;
    content: '';
    padding-right: 10px;
}

.content ol.style-3 li,
.content ul.style-3 li {
    padding: 8px 0;
}

.content ol.style-3 li:first-child,
.content ul.style-3 li:first-child {
    padding-top: 0;
}

.content ol.style-3 li:last-child,
.content ul.style-3 li:last-child {
    padding-bottom: 0;
    border-bottom: 0;
}

.content ol.style-3 li .list-mark,
.content ul.style-3 li .list-mark {
    font-size: 10px;
    font-size: .625rem;
    height: 1.7em;
    padding-left: .5em;
    padding-right: .5em;
    margin-top: 1px;
    margin-left: 6px;
}

.content ol.is-success li:before,
.content ul.is-success li:before {
    color: #23d160;
}

.content ol.is-warning li:before,
.content ul.is-warning li:before {
    color: #ffdd57;
}

.content ol.is-white li:before,
.content ul.is-white li:before {
    color: #fff;
}

.content ol.is-black li:before,
.content ul.is-black li:before {
    color: #0a0a0a;
}

.content ol.is-light li:before,
.content ul.is-light li:before {
    color: #f5f5f5;
}

.content ol.is-dark li:before,
.content ul.is-dark li:before {
    color: #363636;
}

.content ol.is-link li:before,
.content ul.is-link li:before {
    color: #2c4499;
}

.content ol.is-info li:before,
.content ul.is-info li:before {
    color: #209cee;
}

.content ol.is-danger li:before,
.content ul.is-danger li:before {
    color: #ff3860;
}

.content ol.is-black-bis li:before,
.content ul.is-black-bis li:before {
    color: #121212;
}

.content ol.is-black-ter li:before,
.content ul.is-black-ter li:before {
    color: #242424;
}

.content ol.is-grey-darker li:before,
.content ul.is-grey-darker li:before {
    color: #363636;
}

.content ol.is-grey-dark li:before,
.content ul.is-grey-dark li:before {
    color: #4a4a4a;
}

.content ol.is-grey-light li:before,
.content ul.is-grey-light li:before {
    color: #b5b5b5;
}

.content ol.is-grey-lighter li:before,
.content ul.is-grey-lighter li:before {
    color: #dbdbdb;
}

.content ol.is-white-ter li:before,
.content ul.is-white-ter li:before {
    color: #f5f5f5;
}

.content ol.is-white-bis li:before,
.content ul.is-white-bis li:before {
    color: #fafafa;
}

.content ol.is-primary li:before,
.content ul.is-primary li:before {
    color: #2c4499;
}

.content ol.is-primary-2 li:before,
.content ul.is-primary-2 li:before {
    color: #056ae8;
}

.content ol.is-primary-3 li:before,
.content ul.is-primary-3 li:before {
    color: #025fd2;
}

.content ol.is-primary-4 li:before,
.content ul.is-primary-4 li:before {
    color: #0968dd;
}

.content ol.is-primary-5 li:before,
.content ul.is-primary-5 li:before {
    color: #0864d6;
}

.content ol.is-primary-6 li:before,
.content ul.is-primary-6 li:before {
    color: #096ae2;
}

.content ol.is-primary-7 li:before,
.content ul.is-primary-7 li:before {
    color: #fafafa;
}

.content ol.is-primary-light li:before,
.content ul.is-primary-light li:before {
    color: #f1f1f1;
}

.content ol.is-secondary li:before,
.content ul.is-secondary li:before {
    color: #263238;
}

.content ol.is-secondary-2 li:before,
.content ul.is-secondary-2 li:before {
    color: #37474f;
}

.content ol.is-secondary-3 li:before,
.content ul.is-secondary-3 li:before {
    color: #393e4b;
}

.content ol.is-secondary-4 li:before,
.content ul.is-secondary-4 li:before {
    color: #424754;
}

.content ol.is-secondary-5 li:before,
.content ul.is-secondary-5 li:before {
    color: #4b505d;
}

.content ol.is-tertiary li:before,
.content ul.is-tertiary li:before {
    color: #a6a6a6;
}

.content ol.is-tertiary-2 li:before,
.content ul.is-tertiary-2 li:before {
    color: #d8d8d8;
}

.content ol.is-tertiary-3 li:before,
.content ul.is-tertiary-3 li:before {
    color: #d7d6d3;
}

.content ol.is-tertiary-4 li:before,
.content ul.is-tertiary-4 li:before {
    color: #afafaf;
}

.content ol.is-tertiary-5 li:before,
.content ul.is-tertiary-5 li:before {
    color: #eaeaea;
}

.content ol.is-tertiary-6 li:before,
.content ul.is-tertiary-6 li:before {
    color: #b0b0b0;
}

.content ol.is-tertiary-7 li:before,
.content ul.is-tertiary-7 li:before {
    color: #969696;
}

.content ol.is-tertiary-8 li:before,
.content ul.is-tertiary-8 li:before {
    color: #999;
}

.content ol.is-tertiary-9 li:before,
.content ul.is-tertiary-9 li:before {
    color: #f5f5f5;
}

.content ol.is-tertiary-10 li:before,
.content ul.is-tertiary-10 li:before {
    color: #f0f0f0;
}

.overhang {
    position: fixed;
    display: none;
    width: 100%;
    z-index: 9999;
    padding: 10px 25px;
    top: 0;
    left: 0;
    right: 0;
    text-align: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-bottom: 0 !important;
    font-family: 'Roboto', sans-serif;
    background-color: #2c4499 !important;
}

.overhang .button {
    height: 2.2em;
    padding-left: calc(1.2em - 1px);
    padding-right: calc(1.2em - 1px);
    letter-spacing: 0;
    font-size: 13px;
    margin: 0 10px;
    vertical-align: baseline;
}

.overhang .icon {
    font-size: 20px;
    vertical-align: middle;
}

.overhang .overhang-message {
    color: #fff;
    font-size: 15px;
}

.overhang .overhang-close {
    vertical-align: middle;
    cursor: pointer;
    padding: 0 10px;
    display: inline-block;
    line-height: 1px;
    float: right;
}

.overhang .overhang-close:after {
    font-family: Ionicons;
    font-size: 30px;
    font-size: 1.875rem;
    content: "\f406";
    color: #fff;
    line-height: 1;
}

.notify-alert .button,
.show-overhang .button {
    margin: 0 4px;
}

body.overhang-in-bottom .overhang {
    top: inherit;
    bottom: 0;
    padding-top: 12px;
}

body.overhang-push {
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    padding-top: 50px;
}

body.overhang-info .overhang {
    background-color: #209cee !important;
}

body.overhang-success .overhang {
    background-color: #23d160 !important;
}

body.overhang-warning .overhang {
    background-color: #ffdd57 !important;
}

body.overhang-danger .overhang {
    background-color: var(--secondary-color) !important;
}

.noty_layout .noty_body {
    font-family: 'Roboto', sans-serif;
    letter-spacing: 1px;
    -webkit-font-smoothing: antialiased;
    line-height: 24px;
    padding: 10px 15px !important;
}

.noty_layout .noty_body .icon {
    height: auto;
    width: auto;
    font-size: 20px;
    vertical-align: middle;
}

.noty_layout .noty_body .icon i[class^=icon-] {
    font-size: 15px;
}

.pageloader .title {
    text-transform: uppercase;
}

.show-pageloader {
    display: inline-block;
    margin: 30px 0 40px;
}

.show-pageloader .button {
    margin: 0 5px;
}

.pageloader .title {
    font-family: 'Roboto', sans-serif;
    letter-spacing: 2px;
    font-size: 12px;
    font-size: .75rem;
    margin-top: 3em;
}

.pagination a.pagination-next,
.pagination a.pagination-previous {
    text-transform: uppercase;
}

.pagination {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-size: 1rem;
    margin: 4.5rem 0 0;
}

.pagination .pagination-list li:first-child a {
    margin-left: 0;
}

.pagination .pagination-list li:last-child a {
    margin-right: 0;
}

.pagination .pagination-link.is-current {
    cursor: default;
}

.pagination a {
    margin: .35rem;
    min-width: 2.45em;
    height: 2.45em;
    position: relative;
}

.pagination a.is-current,
.pagination a:hover {
    background-color: #2c4499;
}

.pagination a.pagination-ellipsis {
    padding-top: 0;
    min-width: 1.35em;
    padding-left: 0;
    padding-right: 0;
}

.pagination a.pagination-next,
.pagination a.pagination-previous {
    min-width: 6.5em;
    min-height: 3em;
    font-size: 13px;
    font-size: .8125rem;
    letter-spacing: 1.5px;
}

.pagination a.pagination-next {
    margin-right: 0;
}

.pagination a.pagination-next:after {
    font-family: simple-line-icons;
    font-size: 11px;
    font-size: .6875rem;
    content: "\e606";
    padding-left: 6px;
    margin-right: -6px;
    margin-top: -1px;
}

.pagination a.pagination-previous {
    margin-left: 0;
}

.pagination a.pagination-previous:before {
    font-family: simple-line-icons;
    font-size: 11px;
    font-size: .6875rem;
    content: "\e605";
    padding-right: 6px;
    margin-left: -6px;
    margin-top: -1px;
}

.pagination a.pagination-link[disabled],
.pagination a.pagination-next[disabled],
.pagination a.pagination-previous[disabled] {
    opacity: .7;
}

.pagination a.pagination-link[disabled]:hover,
.pagination a.pagination-next[disabled]:hover,
.pagination a.pagination-previous[disabled]:hover {
    background-color: #eaeaea;
}

.pagination.single-post {
    margin: 3rem 0;
    border: 1px solid #f0f0f0;
    border-radius: 5px;
    padding: 0 15px;
}

.pagination.single-post .pagination-ellipsis,
.pagination.single-post .pagination-link,
.pagination.single-post .pagination-next,
.pagination.single-post .pagination-previous {
    border: 0;
}

.pagination.single-post a.pagination-next,
.pagination.single-post a.pagination-previous {
    font-size: 13.2px;
    font-size: .825rem;
}

.pagination.single-post a.pagination-next:hover,
.pagination.single-post a.pagination-previous:hover {
    background-color: transparent;
    color: #2c4499;
}

.pagination.single-post a.pagination-next:after {
    padding-left: 10px;
    margin-right: -6px;
    color: #2c4499;
}

.pagination.single-post a.pagination-previous:before {
    padding-right: 10px;
    margin-left: -6px;
    color: #2c4499;
}

.pagination.single-work {
    margin-top: 0;
}

.pagination.single-work .pagination-ellipsis,
.pagination.single-work .pagination-link,
.pagination.single-work .pagination-next,
.pagination.single-work .pagination-previous {
    border: 0;
    min-width: auto;
    min-height: auto;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    line-height: 1;
}

.pagination.single-work .pagination-ellipsis i,
.pagination.single-work .pagination-link i,
.pagination.single-work .pagination-next i,
.pagination.single-work .pagination-previous i {
    font-size: 24px;
    font-size: 1.5rem;
}

.pagination.single-work a {
    color: #2c4499;
}

.pagination.single-work a:hover {
    background-color: transparent;
    color: #4b505d;
}

.pagination.single-work a.pagination-next:after {
    padding-left: 0;
    font-size: 22px;
    font-size: 1.375rem;
}

.pagination.single-work a.pagination-previous:before {
    padding-right: 0;
    font-size: 22px;
    font-size: 1.375rem;
}

.pagination.is-rounded .pagination-next,
.pagination.is-rounded .pagination-previous {
    padding-left: 1.4em;
    padding-right: 1.4em;
}

.pagination.is-success a.is-current,
.pagination.is-success a:hover {
    background-color: #23d160;
}

.pagination.is-warning a.is-current,
.pagination.is-warning a:hover {
    background-color: #ffdd57;
}

.pagination.is-black a.is-current,
.pagination.is-black a:hover {
    background-color: #0a0a0a;
}

.pagination.is-link a.is-current,
.pagination.is-link a:hover {
    background-color: #2c4499;
}

.pagination.is-info a.is-current,
.pagination.is-info a:hover {
    background-color: #209cee;
}

.pagination.is-danger a.is-current,
.pagination.is-danger a:hover {
    background-color: #ff3860;
}

.pagination.is-primary a.is-current,
.pagination.is-primary a:hover {
    background-color: #2c4499;
}

.pagination.is-secondary a.is-current,
.pagination.is-secondary a:hover {
    background-color: #263238;
}

.pagination.is-tertiary a.is-current,
.pagination.is-tertiary a:hover {
    background-color: #a6a6a6;
}

.progressbar .progressbar-text {
    text-transform: uppercase;
}

.progressbar-heading {
    text-transform: capitalize;
    font-size: 18px;
    font-size: 1.125rem;
    margin-bottom: 5px;
    font-family: 'Roboto', sans-serif;
    letter-spacing: 0;
    text-align: center;
    font-weight: 600;
}

.progressbar {
    margin-bottom: 15px;
    color: #4b505d;
    position: relative;
}

.progressbar .progressbar-text {
    top: 0;
    right: 0;
    position: absolute;
    color: #4b505d !important;
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    font-size: .9375rem;
}

.progressbar .progressbar-heading {
    font-size: 15px;
    font-size: .9375rem;
    text-align: left;
}

.progressbar.no-text .progressbar-text {
    display: none;
}

.progressbar.circle {
    width: 180px;
    height: 180px;
    margin: 0 auto;
    margin-bottom: 20px;
    text-align: center;
}

.progressbar.circle .progressbar-text {
    font-size: 25px;
    font-size: 1.5625rem;
}

.accordions .beefup .beefup__head {
    text-transform: capitalize;
}

.accordions.style-arrow .beefup .beefup__head:after,
.accordions.style-arrow .beefup.is-open>.beefup__head:after {
    font-family: simple-line-icons;
    font-size: 11px;
    font-size: .6875rem;
}

.accordions .beefup .beefup__head:after,
.accordions .beefup.is-open>.beefup__head:after {
    font-family: Ionicons;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1;
}

.accordions .beefup .beefup__head:after,
.accordions .beefup.is-open>.beefup__head:after {
    border: 0;
    right: 24px;
    height: auto;
    margin: 0;
    top: 32%;
    width: auto;
    vertical-align: middle;
    color: #a6a6a6;
}

.accordions .beefup {
    border: 1px solid #f0f0f0;
    border-radius: 0;
    margin: 18px 0;
}

.accordions .beefup:first-child {
    margin-top: 0;
}

.accordions .beefup .beefup__head {
    color: #393e4b;
    font-size: 16px;
    font-size: 1rem;
    letter-spacing: .5px;
    padding: 12px 24px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    margin-bottom: 0;
    font-weight: 600;
}

.accordions .beefup .beefup__head:after {
    content: "\f273";
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

.accordions .beefup .beefup__body {
    border-top: 1px solid #f0f0f0;
    padding: 20px 24px;
}

.accordions .beefup .beefup__body p {
    font-size: 15px;
    font-size: .9375rem;
}

.accordions .beefup:hover .beefup__head {
    color: #4b505d;
}

.accordions .beefup:hover .beefup__head:after {
    color: #2c4499;
}

.accordions .beefup.is-open>.beefup__head {
    color: #2c4499;
}

.accordions .beefup.is-open>.beefup__head:after {
    content: "\f368";
    color: #2c4499;
}

.accordions.style-1 .beefup {
    border: 0;
    margin: 0;
}

.accordions.style-1 .beefup .beefup__head {
    border-bottom: 1px solid #f0f0f0;
    padding: 20px 0;
}

.accordions.style-1 .beefup .beefup__head:after {
    right: 0;
    top: 37%;
}

.accordions.style-1 .beefup .beefup__body {
    border-top: 0;
    padding: 20px 0;
}

.accordions.style-1 .beefup:last-child {
    margin-bottom: 18px;
}

.accordions.style-1 .beefup.is-open>.beefup__head {
    color: #0864d6;
}

.accordions.style-1 .beefup.is-open>.beefup__head:after {
    color: #0864d6;
}

.accordions.style-arrow .beefup .beefup__head:after {
    content: "\e604";
    top: 40%;
}

.accordions.style-arrow .beefup.is-open>.beefup__head:after {
    content: "\e607";
}

.accordions.style-2 .beefup {
    border: 0;
}

.accordions.style-2 .beefup .beefup__head {
    background-color: rgba(245, 245, 245, .5);
}

.accordions.style-2 .beefup .beefup__body {
    border: 0;
}

.accordions.style-2 .beefup:hover .beefup__head {
    color: #4b505d;
}

.accordions.style-2 .beefup:hover .beefup__head:after {
    color: #2c4499;
}

.accordions.style-2 .beefup.is-open>.beefup__head {
    background-color: #2c4499;
    color: #fff;
}

.accordions.style-2 .beefup.is-open>.beefup__head:after {
    color: #fff;
}

.accordions.style-2.is-info .beefup .beefup__head {
    background-color: #209cee;
    color: #fff;
}

.accordions.style-2.is-info .beefup .beefup__head:after {
    color: #fff;
}

.accordions.style-2.is-success .beefup .beefup__head {
    background-color: #23d160;
    color: #fff;
}

.accordions.style-2.is-success .beefup .beefup__head:after {
    color: #fff;
}

.accordions.style-2.is-warning .beefup .beefup__head {
    background-color: #ffdd57;
    color: #fff;
}

.accordions.style-2.is-warning .beefup .beefup__head:after {
    color: #fff;
}

.accordions.style-2.is-white .beefup .beefup__head {
    background-color: #fff;
    color: inherit;
}

.accordions.style-2.is-white .beefup .beefup__head:after {
    color: inherit;
}

.accordions.style-2.is-black .beefup .beefup__head {
    background-color: #0a0a0a;
    color: #fff;
}

.accordions.style-2.is-black .beefup .beefup__head:after {
    color: #0a0a0a;
}

.accordions.style-2.is-light .beefup .beefup__head {
    background-color: #f5f5f5;
    color: inherit;
}

.accordions.style-2.is-light .beefup .beefup__head:after {
    color: inherit;
}

.accordions.style-2.is-dark .beefup .beefup__head {
    background-color: #363636;
    color: #fff;
}

.accordions.style-2.is-dark .beefup .beefup__head:after {
    color: #fff;
}

.accordions.style-2.is-link .beefup .beefup__head {
    background-color: #2c4499;
    color: #fff;
}

.accordions.style-2.is-link .beefup .beefup__head:after {
    color: #fff;
}

.accordions.style-2.is-danger .beefup .beefup__head {
    background-color: #ff3860;
    color: #fff;
}

.accordions.style-2.is-danger .beefup .beefup__head:after {
    color: #fff;
}

.accordions.style-2.is-black-bis .beefup .beefup__head {
    background-color: #121212;
    color: #fff;
}

.accordions.style-2.is-black-bis .beefup .beefup__head:after {
    color: #fff;
}

.accordions.style-2.is-black-ter .beefup .beefup__head {
    background-color: #242424;
    color: #fff;
}

.accordions.style-2.is-black-ter .beefup .beefup__head:after {
    color: #fff;
}

.accordions.style-2.is-grey-darker .beefup .beefup__head {
    background-color: #363636;
    color: #fff;
}

.accordions.style-2.is-grey-darker .beefup .beefup__head:after {
    color: #fff;
}

.accordions.style-2.is-grey-dark .beefup .beefup__head {
    background-color: #4a4a4a;
    color: #fff;
}

.accordions.style-2.is-grey-dark .beefup .beefup__head:after {
    color: #fff;
}

.accordions.style-2.is-grey-light .beefup .beefup__head {
    background-color: #b5b5b5;
    color: inherit;
}

.accordions.style-2.is-grey-light .beefup .beefup__head:after {
    color: inherit;
}

.accordions.style-2.is-grey-lighter .beefup .beefup__head {
    background-color: #dbdbdb;
    color: inherit;
}

.accordions.style-2.is-grey-lighter .beefup .beefup__head:after {
    color: inherit;
}

.accordions.style-2.is-white-ter .beefup .beefup__head {
    background-color: #f5f5f5;
    color: inherit;
}

.accordions.style-2.is-white-ter .beefup .beefup__head:after {
    color: inherit;
}

.accordions.style-2.is-white-bis .beefup .beefup__head {
    background-color: #fafafa;
    color: inherit;
}

.accordions.style-2.is-white-bis .beefup .beefup__head:after {
    color: inherit;
}

.accordions.style-2.is-primary .beefup .beefup__head {
    background-color: #2c4499;
    color: #fff;
}

.accordions.style-2.is-primary .beefup .beefup__head:after {
    color: #fff;
}

.accordions.style-2.is-primary-2 .beefup .beefup__head {
    background-color: #056ae8;
    color: #fff;
}

.accordions.style-2.is-primary-2 .beefup .beefup__head:after {
    color: #fff;
}

.accordions.style-2.is-primary-3 .beefup .beefup__head {
    background-color: #025fd2;
    color: #fff;
}

.accordions.style-2.is-primary-3 .beefup .beefup__head:after {
    color: #fff;
}

.accordions.style-2.is-primary-4 .beefup .beefup__head {
    background-color: #0968dd;
    color: #fff;
}

.accordions.style-2.is-primary-4 .beefup .beefup__head:after {
    color: #fff;
}

.accordions.style-2.is-primary-5 .beefup .beefup__head {
    background-color: #0864d6;
    color: #fff;
}

.accordions.style-2.is-primary-5 .beefup .beefup__head:after {
    color: #fff;
}

.accordions.style-2.is-primary-6 .beefup .beefup__head {
    background-color: #096ae2;
    color: #fff;
}

.accordions.style-2.is-primary-6 .beefup .beefup__head:after {
    color: #fff;
}

.accordions.style-2.is-primary-7 .beefup .beefup__head {
    background-color: #fafafa;
    color: #fff;
}

.accordions.style-2.is-primary-7 .beefup .beefup__head:after {
    color: #fff;
}

.accordions.style-2.is-primary-light .beefup .beefup__head {
    background-color: #f1f1f1;
    color: inherit;
}

.accordions.style-2.is-primary-light .beefup .beefup__head:after {
    color: inherit;
}

.accordions.style-2.is-secondary .beefup .beefup__head {
    background-color: #263238;
    color: #fff;
}

.accordions.style-2.is-secondary .beefup .beefup__head:after {
    color: #fff;
}

.accordions.style-2.is-secondary-2 .beefup .beefup__head {
    background-color: #37474f;
    color: #fff;
}

.accordions.style-2.is-secondary-2 .beefup .beefup__head:after {
    color: #fff;
}

.accordions.style-2.is-secondary-3 .beefup .beefup__head {
    background-color: #393e4b;
    color: #fff;
}

.accordions.style-2.is-secondary-3 .beefup .beefup__head:after {
    color: #fff;
}

.accordions.style-2.is-secondary-4 .beefup .beefup__head {
    background-color: #424754;
    color: #fff;
}

.accordions.style-2.is-secondary-4 .beefup .beefup__head:after {
    color: #fff;
}

.accordions.style-2.is-secondary-5 .beefup .beefup__head {
    background-color: #4b505d;
    color: inherit;
}

.accordions.style-2.is-secondary-5 .beefup .beefup__head:after {
    color: inherit;
}

.accordions.style-2.is-tertiary .beefup .beefup__head {
    background-color: #a6a6a6;
    color: inherit;
}

.accordions.style-2.is-tertiary .beefup .beefup__head:after {
    color: inherit;
}

.accordions.style-2.is-tertiary-2 .beefup .beefup__head {
    background-color: #d8d8d8;
    color: inherit;
}

.accordions.style-2.is-tertiary-2 .beefup .beefup__head:after {
    color: inherit;
}

.accordions.style-2.is-tertiary-3 .beefup .beefup__head {
    background-color: #d7d6d3;
    color: inherit;
}

.accordions.style-2.is-tertiary-3 .beefup .beefup__head:after {
    color: inherit;
}

.accordions.style-2.is-tertiary-4 .beefup .beefup__head {
    background-color: #afafaf;
    color: inherit;
}

.accordions.style-2.is-tertiary-4 .beefup .beefup__head:after {
    color: inherit;
}

.accordions.style-2.is-tertiary-5 .beefup .beefup__head {
    background-color: #eaeaea;
    color: inherit;
}

.accordions.style-2.is-tertiary-5 .beefup .beefup__head:after {
    color: inherit;
}

.accordions.style-2.is-tertiary-6 .beefup .beefup__head {
    background-color: #b0b0b0;
    color: inherit;
}

.accordions.style-2.is-tertiary-6 .beefup .beefup__head:after {
    color: inherit;
}

.accordions.style-2.is-tertiary-7 .beefup .beefup__head {
    background-color: #969696;
    color: inherit;
}

.accordions.style-2.is-tertiary-7 .beefup .beefup__head:after {
    color: inherit;
}

.accordions.style-2.is-tertiary-8 .beefup .beefup__head {
    background-color: #999;
    color: inherit;
}

.accordions.style-2.is-tertiary-8 .beefup .beefup__head:after {
    color: inherit;
}

.accordions.style-2.is-tertiary-9 .beefup .beefup__head {
    background-color: #f5f5f5;
    color: inherit;
}

.accordions.style-2.is-tertiary-9 .beefup .beefup__head:after {
    color: inherit;
}

.accordions.style-2.is-tertiary-10 .beefup .beefup__head {
    background-color: #f0f0f0;
    color: inherit;
}

.accordions.style-2.is-tertiary-10 .beefup .beefup__head:after {
    color: inherit;
}

.tabs-list .tabs li a {
    text-transform: capitalize;
    letter-spacing: .5px;
    font-weight: 500;
}

.tabs-list .tabs li .icon {
    width: auto;
    height: auto;
}

.tabs-list .tabs li .icon i[class*=' fa-'],
.tabs-list .tabs li .icon i[class^=fa-] {
    font-size: 14.5px;
    font-size: .90625rem;
}

.tabs-list .tabs li .icon i[class*=' icon-'],
.tabs-list .tabs li .icon i[class^=icon-] {
    font-size: 14.5px;
    font-size: .90625rem;
}

.tabs-list .tabs li .icon i[class*=' ion-'],
.tabs-list .tabs li .icon i[class^=ion-] {
    font-size: 22px;
    font-size: 1.375rem;
}

.tabs-list .tabs.large-icons ul {
    border-bottom: none !important;
}

.tabs-list .tabs.large-icons ul li {
    text-align: center;
}

.tabs-list .tabs.large-icons ul li a {
    display: block;
    font-size: 15px;
    font-size: .9375rem;
    border-bottom: none !important;
}

.tabs-list .tabs.large-icons ul li .icon {
    display: block;
    margin: 0;
    margin-bottom: 10px;
}

.tabs-list .tabs.large-icons ul li .icon i[class*=' fa-'],
.tabs-list .tabs.large-icons ul li .icon i[class^=fa-] {
    font-size: 36px;
    font-size: 2.25rem;
}

.tabs-list .tabs.large-icons ul li .icon i[class*=' icon-'],
.tabs-list .tabs.large-icons ul li .icon i[class^=icon-] {
    font-size: 36px;
    font-size: 2.25rem;
}

.tabs-list .tabs.large-icons ul li .icon i[class*=' ion-'],
.tabs-list .tabs.large-icons ul li .icon i[class^=ion-] {
    font-size: 44px;
    font-size: 2.75rem;
    line-height: 1;
}

.tabs-list .tabs.tabs-vertical ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    border: 1px solid #f0f0f0;
}

.tabs-list .tabs.tabs-vertical ul li {
    width: 99.9%;
}

.tabs-list .tabs.tabs-vertical ul li a {
    border-bottom-color: #f0f0f0 !important;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.tabs-list .tabs.tabs-vertical.is-toggle ul,
.tabs-list .tabs.tabs-vertical.large-icons ul {
    border: none;
}

.tabs-list .tabs.tabs-vertical.large-icons ul li a {
    padding-bottom: 40px;
}

.tabs-list .tabs.tabs-vertical.large-icons ul li:last-child a {
    padding-bottom: .8em;
}

.tabs-list .tabs.is-toggle.no-border-bottom ul {
    border-bottom: none !important;
}

.tabs-list .tabs.is-toggle.no-border-bottom ul li a {
    margin-bottom: 0 !important;
}

.tabs-list .tabs.is-info ul li.is-active a {
    border-bottom-color: #209cee !important;
    color: #209cee !important;
}

.tabs-list .tabs.is-info.is-boxed ul li.is-active a {
    border-bottom-color: transparent !important;
}

.tabs-list .tabs.is-info.is-toggle ul li.is-active a {
    background-color: #209cee;
    border-color: #209cee !important;
    color: #fff !important;
}

.tabs-list .tabs.is-info.tabs-vertical ul li.is-active a {
    border-bottom-color: #f0f0f0 !important;
}

.tabs-list .tabs.is-success ul li.is-active a {
    border-bottom-color: #23d160 !important;
    color: #23d160 !important;
}

.tabs-list .tabs.is-success.is-boxed ul li.is-active a {
    border-bottom-color: transparent !important;
}

.tabs-list .tabs.is-success.is-toggle ul li.is-active a {
    background-color: #23d160;
    border-color: #23d160 !important;
    color: #fff !important;
}

.tabs-list .tabs.is-success.tabs-vertical ul li.is-active a {
    border-bottom-color: #f0f0f0 !important;
}

.tabs-list .tabs.is-warning ul li.is-active a {
    border-bottom-color: #ffdd57 !important;
    color: #ffdd57 !important;
}

.tabs-list .tabs.is-warning.is-boxed ul li.is-active a {
    border-bottom-color: transparent !important;
}

.tabs-list .tabs.is-warning.is-toggle ul li.is-active a {
    background-color: #ffdd57;
    border-color: #ffdd57 !important;
    color: #fff !important;
}

.tabs-list .tabs.is-warning.tabs-vertical ul li.is-active a {
    border-bottom-color: #f0f0f0 !important;
}

.tabs-list .tabs.is-black ul li.is-active a {
    border-bottom-color: #0a0a0a !important;
    color: #0a0a0a !important;
}

.tabs-list .tabs.is-black.is-boxed ul li.is-active a {
    border-bottom-color: transparent !important;
}

.tabs-list .tabs.is-black.is-toggle ul li.is-active a {
    background-color: #0a0a0a;
    border-color: #0a0a0a !important;
    color: #fff !important;
}

.tabs-list .tabs.is-black.tabs-vertical ul li.is-active a {
    border-bottom-color: #f0f0f0 !important;
}

.tabs-list .tabs.is-dark ul li.is-active a {
    border-bottom-color: #363636 !important;
    color: #363636 !important;
}

.tabs-list .tabs.is-dark.is-boxed ul li.is-active a {
    border-bottom-color: transparent !important;
}

.tabs-list .tabs.is-dark.is-toggle ul li.is-active a {
    background-color: #363636;
    border-color: #363636 !important;
    color: #fff !important;
}

.tabs-list .tabs.is-dark.tabs-vertical ul li.is-active a {
    border-bottom-color: #f0f0f0 !important;
}

.tabs-list .tabs.is-link ul li.is-active a {
    border-bottom-color: #2c4499 !important;
    color: #2c4499 !important;
}

.tabs-list .tabs.is-link.is-boxed ul li.is-active a {
    border-bottom-color: transparent !important;
}

.tabs-list .tabs.is-link.is-toggle ul li.is-active a {
    background-color: #2c4499;
    border-color: #2c4499 !important;
    color: #fff !important;
}

.tabs-list .tabs.is-link.tabs-vertical ul li.is-active a {
    border-bottom-color: #f0f0f0 !important;
}

.tabs-list .tabs.is-danger ul li.is-active a {
    border-bottom-color: #ff3860 !important;
    color: #ff3860 !important;
}

.tabs-list .tabs.is-danger.is-boxed ul li.is-active a {
    border-bottom-color: transparent !important;
}

.tabs-list .tabs.is-danger.is-toggle ul li.is-active a {
    background-color: #ff3860;
    border-color: #ff3860 !important;
    color: #fff !important;
}

.tabs-list .tabs.is-danger.tabs-vertical ul li.is-active a {
    border-bottom-color: #f0f0f0 !important;
}

.tabs-list .tabs.is-primary ul li.is-active a {
    border-bottom-color: #2c4499 !important;
    color: #2c4499 !important;
}

.tabs-list .tabs.is-primary.is-boxed ul li.is-active a {
    border-bottom-color: transparent !important;
}

.tabs-list .tabs.is-primary.is-toggle ul li.is-active a {
    background-color: #2c4499;
    border-color: #2c4499 !important;
    color: #fff !important;
}

.tabs-list .tabs.is-primary.tabs-vertical ul li.is-active a {
    border-bottom-color: #f0f0f0 !important;
}

.tabs-list .tabs.is-primary-2 ul li.is-active a {
    border-bottom-color: #056ae8 !important;
    color: #056ae8 !important;
}

.tabs-list .tabs.is-primary-2.is-boxed ul li.is-active a {
    border-bottom-color: transparent !important;
}

.tabs-list .tabs.is-primary-2.is-toggle ul li.is-active a {
    background-color: #056ae8;
    border-color: #056ae8 !important;
    color: #fff !important;
}

.tabs-list .tabs.is-primary-2.tabs-vertical ul li.is-active a {
    border-bottom-color: #f0f0f0 !important;
}

.tabs-list .tabs.is-primary-3 ul li.is-active a {
    border-bottom-color: #025fd2 !important;
    color: #025fd2 !important;
}

.tabs-list .tabs.is-primary-3.is-boxed ul li.is-active a {
    border-bottom-color: transparent !important;
}

.tabs-list .tabs.is-primary-3.is-toggle ul li.is-active a {
    background-color: #025fd2;
    border-color: #025fd2 !important;
    color: #fff !important;
}

.tabs-list .tabs.is-primary-3.tabs-vertical ul li.is-active a {
    border-bottom-color: #f0f0f0 !important;
}

.tabs-list .tabs.is-primary-4 ul li.is-active a {
    border-bottom-color: #0968dd !important;
    color: #0968dd !important;
}

.tabs-list .tabs.is-primary-4.is-boxed ul li.is-active a {
    border-bottom-color: transparent !important;
}

.tabs-list .tabs.is-primary-4.is-toggle ul li.is-active a {
    background-color: #0968dd;
    border-color: #0968dd !important;
    color: #fff !important;
}

.tabs-list .tabs.is-primary-4.tabs-vertical ul li.is-active a {
    border-bottom-color: #f0f0f0 !important;
}

.tabs-list .tabs.is-primary-5 ul li.is-active a {
    border-bottom-color: #0864d6 !important;
    color: #0864d6 !important;
}

.tabs-list .tabs.is-primary-5.is-boxed ul li.is-active a {
    border-bottom-color: transparent !important;
}

.tabs-list .tabs.is-primary-5.is-toggle ul li.is-active a {
    background-color: #0864d6;
    border-color: #0864d6 !important;
    color: #fff !important;
}

.tabs-list .tabs.is-primary-5.tabs-vertical ul li.is-active a {
    border-bottom-color: #f0f0f0 !important;
}

.tabs-list .tabs.is-primary-6 ul li.is-active a {
    border-bottom-color: #096ae2 !important;
    color: #096ae2 !important;
}

.tabs-list .tabs.is-primary-6.is-boxed ul li.is-active a {
    border-bottom-color: transparent !important;
}

.tabs-list .tabs.is-primary-6.is-toggle ul li.is-active a {
    background-color: #096ae2;
    border-color: #096ae2 !important;
    color: #fff !important;
}

.tabs-list .tabs.is-primary-6.tabs-vertical ul li.is-active a {
    border-bottom-color: #f0f0f0 !important;
}

.tabs-list .tabs.is-primary-7 ul li.is-active a {
    border-bottom-color: #fafafa !important;
    color: #fafafa !important;
}

.tabs-list .tabs.is-primary-7.is-boxed ul li.is-active a {
    border-bottom-color: transparent !important;
}

.tabs-list .tabs.is-primary-7.is-toggle ul li.is-active a {
    background-color: #fafafa;
    border-color: #fafafa !important;
    color: #fff !important;
}

.tabs-list .tabs.is-primary-7.tabs-vertical ul li.is-active a {
    border-bottom-color: #f0f0f0 !important;
}

.tabs-list .tabs.is-primary-light ul li.is-active a {
    border-bottom-color: #f1f1f1 !important;
    color: #f1f1f1 !important;
}

.tabs-list .tabs.is-primary-light.is-boxed ul li.is-active a {
    border-bottom-color: transparent !important;
}

.tabs-list .tabs.is-primary-light.is-toggle ul li.is-active a {
    background-color: #f1f1f1;
    border-color: #f1f1f1 !important;
    color: #fff !important;
}

.tabs-list .tabs.is-primary-light.tabs-vertical ul li.is-active a {
    border-bottom-color: #f0f0f0 !important;
}

.tabs-list .tabs.is-secondary ul li.is-active a {
    border-bottom-color: #263238 !important;
    color: #263238 !important;
}

.tabs-list .tabs.is-secondary.is-boxed ul li.is-active a {
    border-bottom-color: transparent !important;
}

.tabs-list .tabs.is-secondary.is-toggle ul li.is-active a {
    background-color: #263238;
    border-color: #263238 !important;
    color: #fff !important;
}

.tabs-list .tabs.is-secondary.tabs-vertical ul li.is-active a {
    border-bottom-color: #f0f0f0 !important;
}

.tabs-list .tabs.is-secondary-2 ul li.is-active a {
    border-bottom-color: #37474f !important;
    color: #37474f !important;
}

.tabs-list .tabs.is-secondary-2.is-boxed ul li.is-active a {
    border-bottom-color: transparent !important;
}

.tabs-list .tabs.is-secondary-2.is-toggle ul li.is-active a {
    background-color: #37474f;
    border-color: #37474f !important;
    color: #fff !important;
}

.tabs-list .tabs.is-secondary-2.tabs-vertical ul li.is-active a {
    border-bottom-color: #f0f0f0 !important;
}

.tabs-list .tabs.is-secondary-3 ul li.is-active a {
    border-bottom-color: #393e4b !important;
    color: #393e4b !important;
}

.tabs-list .tabs.is-secondary-3.is-boxed ul li.is-active a {
    border-bottom-color: transparent !important;
}

.tabs-list .tabs.is-secondary-3.is-toggle ul li.is-active a {
    background-color: #393e4b;
    border-color: #393e4b !important;
    color: #fff !important;
}

.tabs-list .tabs.is-secondary-3.tabs-vertical ul li.is-active a {
    border-bottom-color: #f0f0f0 !important;
}

.tabs-list .tabs.is-secondary-4 ul li.is-active a {
    border-bottom-color: #424754 !important;
    color: #424754 !important;
}

.tabs-list .tabs.is-secondary-4.is-boxed ul li.is-active a {
    border-bottom-color: transparent !important;
}

.tabs-list .tabs.is-secondary-4.is-toggle ul li.is-active a {
    background-color: #424754;
    border-color: #424754 !important;
    color: #fff !important;
}

.tabs-list .tabs.is-secondary-4.tabs-vertical ul li.is-active a {
    border-bottom-color: #f0f0f0 !important;
}

.tabs-list .tabs.is-secondary-5 ul li.is-active a {
    border-bottom-color: #4b505d !important;
    color: #4b505d !important;
}

.tabs-list .tabs.is-secondary-5.is-boxed ul li.is-active a {
    border-bottom-color: transparent !important;
}

.tabs-list .tabs.is-secondary-5.is-toggle ul li.is-active a {
    background-color: #4b505d;
    border-color: #4b505d !important;
    color: #fff !important;
}

.tabs-list .tabs.is-secondary-5.tabs-vertical ul li.is-active a {
    border-bottom-color: #f0f0f0 !important;
}

.tabs-list .tabs.is-tertiary ul li.is-active a {
    border-bottom-color: #a6a6a6 !important;
    color: #a6a6a6 !important;
}

.tabs-list .tabs.is-tertiary.is-boxed ul li.is-active a {
    border-bottom-color: transparent !important;
}

.tabs-list .tabs.is-tertiary.is-toggle ul li.is-active a {
    background-color: #a6a6a6;
    border-color: #a6a6a6 !important;
    color: #fff !important;
}

.tabs-list .tabs.is-tertiary.tabs-vertical ul li.is-active a {
    border-bottom-color: #f0f0f0 !important;
}

.tabs-list .tabs-content .tab-block p {
    font-size: 15px;
    font-size: .9375rem;
}

.tag,
.tags {
    font-family: 'Roboto', sans-serif;
}

.tag.token {
    font-family: Consolas, Monaco, 'Andale Mono', 'Ubuntu Mono', monospace;
    background-color: transparent;
    font-size: 14.5px;
    padding: 0;
    display: inline;
}

.timeline .timeline-header .tag {
    text-transform: capitalize;
}

.content .dropcaps:first-letter,
.entry-content .dropcaps:first-letter {
    text-transform: uppercase;
}

.content,
.entry-content {
    font-family: 'Roboto', sans-serif;
}

.content figure,
.entry-content figure {
    text-align: inherit;
    margin-right: 0;
    margin-left: 0;
}

.content figure figcaption,
.entry-content figure figcaption {
    font-size: 14px;
    font-size: .875rem;
    color: #a6a6a6;
}

.content p,
.entry-content p {
    color: #969696;
}

.content strong,
.content sub,
.entry-content strong,
.entry-content sub {
    color: #393e4b;
}

.content h1,
.content h2,
.content h3,
.content h4,
.content h5,
.content h6,
.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6 {
    font-family: 'Roboto', sans-serif;
}

.content code,
.content pre,
.entry-content code,
.entry-content pre {
    margin: 1.8em 0 !important;
    background-color: #f5f5f5;
}

.content pre,
.entry-content pre {
    max-height: 30em;
}

.content mark,
.entry-content mark {
    padding: 3px 6px;
}

.content .dropcaps:first-letter,
.entry-content .dropcaps:first-letter {
    background-color: #2c4499;
    color: #fff;
    font-size: 45px;
    font-size: 2.8125rem;
    font-family: 'Roboto', sans-serif;
    padding: 5px 12px 10px;
    float: left;
    margin: 6px 15px 0 0;
    line-height: 1;
}

.content .dropcaps.style-1:first-letter,
.entry-content .dropcaps.style-1:first-letter {
    background-color: transparent !important;
    color: #0968dd;
    padding: 0;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 65px;
    font-size: 4.0625rem;
}

.content .dropcaps.style-2:first-letter,
.entry-content .dropcaps.style-2:first-letter {
    border-radius: 5px;
}

.content .dropcaps.style-3:first-letter,
.entry-content .dropcaps.style-3:first-letter {
    background-color: transparent !important;
    color: #0968dd;
    border: 1px solid #f0f0f0;
}

.content .dropcaps.is-info:first-letter,
.entry-content .dropcaps.is-info:first-letter {
    background-color: #209cee;
}

.content .dropcaps.is-info.style-1:first-letter,
.content .dropcaps.is-info.style-3:first-letter,
.entry-content .dropcaps.is-info.style-1:first-letter,
.entry-content .dropcaps.is-info.style-3:first-letter {
    color: #209cee;
}

.content .dropcaps.is-success:first-letter,
.entry-content .dropcaps.is-success:first-letter {
    background-color: #23d160;
}

.content .dropcaps.is-success.style-1:first-letter,
.content .dropcaps.is-success.style-3:first-letter,
.entry-content .dropcaps.is-success.style-1:first-letter,
.entry-content .dropcaps.is-success.style-3:first-letter {
    color: #23d160;
}

.content .dropcaps.is-warning:first-letter,
.entry-content .dropcaps.is-warning:first-letter {
    background-color: #ffdd57;
}

.content .dropcaps.is-warning.style-1:first-letter,
.content .dropcaps.is-warning.style-3:first-letter,
.entry-content .dropcaps.is-warning.style-1:first-letter,
.entry-content .dropcaps.is-warning.style-3:first-letter {
    color: #ffdd57;
}

.content .dropcaps.is-black:first-letter,
.entry-content .dropcaps.is-black:first-letter {
    background-color: #0a0a0a;
}

.content .dropcaps.is-black.style-1:first-letter,
.content .dropcaps.is-black.style-3:first-letter,
.entry-content .dropcaps.is-black.style-1:first-letter,
.entry-content .dropcaps.is-black.style-3:first-letter {
    color: #0a0a0a;
}

.content .dropcaps.is-link:first-letter,
.entry-content .dropcaps.is-link:first-letter {
    background-color: #2c4499;
}

.content .dropcaps.is-link.style-1:first-letter,
.content .dropcaps.is-link.style-3:first-letter,
.entry-content .dropcaps.is-link.style-1:first-letter,
.entry-content .dropcaps.is-link.style-3:first-letter {
    color: #2c4499;
}

.content .dropcaps.is-danger:first-letter,
.entry-content .dropcaps.is-danger:first-letter {
    background-color: #ff3860;
}

.content .dropcaps.is-danger.style-1:first-letter,
.content .dropcaps.is-danger.style-3:first-letter,
.entry-content .dropcaps.is-danger.style-1:first-letter,
.entry-content .dropcaps.is-danger.style-3:first-letter {
    color: #ff3860;
}

.content .dropcaps.is-primary:first-letter,
.entry-content .dropcaps.is-primary:first-letter {
    background-color: #2c4499;
}

.content .dropcaps.is-primary.style-1:first-letter,
.content .dropcaps.is-primary.style-3:first-letter,
.entry-content .dropcaps.is-primary.style-1:first-letter,
.entry-content .dropcaps.is-primary.style-3:first-letter {
    color: #2c4499;
}

.content .dropcaps.is-secondary:first-letter,
.entry-content .dropcaps.is-secondary:first-letter {
    background-color: #263238;
}

.content .dropcaps.is-secondary.style-1:first-letter,
.content .dropcaps.is-secondary.style-3:first-letter,
.entry-content .dropcaps.is-secondary.style-1:first-letter,
.entry-content .dropcaps.is-secondary.style-3:first-letter {
    color: #263238;
}

.content .dropcaps.is-tertiary:first-letter,
.entry-content .dropcaps.is-tertiary:first-letter {
    background-color: #a6a6a6;
}

.content .dropcaps.is-tertiary.style-1:first-letter,
.content .dropcaps.is-tertiary.style-3:first-letter,
.entry-content .dropcaps.is-tertiary.style-1:first-letter,
.entry-content .dropcaps.is-tertiary.style-3:first-letter {
    color: #a6a6a6;
}

.section,
footer {
    padding: 3rem 1.5rem;
}

footer ul {
    list-style: none;
    padding: 0;
}

@media screen and (min-width:1088px) {

    .section.is-medium,
    footer.is-medium {
        padding: 9rem 1.5rem;
    }

    .section.is-large,
    footer.is-large {
        padding: 18rem 1.5rem;
    }
}

footer {
    background-color: #f1f1f1;
    padding: 3rem 1.5rem;
}

.site-header-top,
header {
    width: 100%;
    z-index: 100;
    height: auto;
    position: relative;
}

header ul {
    list-style-type: none;
    padding: 0;
}

.site-header-top {
    z-index: 7;
}

.blog-author .bio .social-links li:first-child {
    padding-left: 0;
}

.blog-author .bio .social-links li:last-child {
    padding-right: 0;
}

.blog-author .bio h3 {
    text-transform: uppercase;
}

.blog-author .bio h3:not(:last-child),
.subtitle:not(:last-child),
.title:not(:last-child) {
    margin-bottom: 1.5rem;
}

.blog-author .bio h3,
.subtitle,
.title {
    word-break: break-word;
}

.blog-author .bio h3 em,
.blog-author .bio h3 span,
.subtitle em,
.subtitle span,
.title em,
.title span {
    font-weight: inherit;
}

.blog-author .bio h3 sub,
.subtitle sub,
.title sub {
    font-size: .75em;
}

.blog-author .bio h3 sup,
.subtitle sup,
.title sup {
    font-size: .75em;
}

.blog-author .bio h3 .tag,
.subtitle .tag,
.title .tag {
    vertical-align: middle;
}

.blog-author .bio h3,
.title {
    color: #363636;
    font-size: 2rem;
    font-weight: 600;
    line-height: 1.125;
}

.blog-author .bio h3 strong,
.title strong {
    color: inherit;
    font-weight: inherit;
}

.blog-author .bio h3+.highlight,
.title+.highlight {
    margin-top: -.75rem;
}

.blog-author .bio h3:not(.is-spaced)+.subtitle,
.title:not(.is-spaced)+.subtitle {
    margin-top: -1.25rem;
}

.blog-author .bio h3.is-1,
.title.is-1 {
    font-size: 3rem;
}

.blog-author .bio h3.is-2,
.title.is-2 {
    font-size: 2.5rem;
}

.blog-author .bio h3.is-3,
.title.is-3 {
    font-size: 2rem;
}

.blog-author .bio h3.is-4,
.title.is-4 {
    font-size: 1.5rem;
}

.blog-author .bio h3.is-5,
.title.is-5 {
    font-size: 1.25rem;
}

.blog-author .bio h3.is-6,
.title.is-6 {
    font-size: 1rem;
}

.blog-author .bio h3.is-7,
.title.is-7 {
    font-size: .75rem;
}

.subtitle {
    color: #4a4a4a;
    font-size: 1.25rem;
    font-weight: 400;
    line-height: 1.25;
}

.subtitle strong {
    color: #363636;
    font-weight: 600;
}

.blog-author .bio .subtitle:not(.is-spaced)+h3,
.subtitle:not(.is-spaced)+.title {
    margin-top: -1.25rem;
}

.subtitle.is-1 {
    font-size: 3rem;
}

.subtitle.is-2 {
    font-size: 2.5rem;
}

.subtitle.is-3 {
    font-size: 2rem;
}

.subtitle.is-4 {
    font-size: 1.5rem;
}

.subtitle.is-5 {
    font-size: 1.25rem;
}

.subtitle.is-6 {
    font-size: 1rem;
}

.subtitle.is-7 {
    font-size: .75rem;
}

.blog-author {
    margin-top: 2.5em;
    border: 1px solid #f0f0f0;
    border-radius: 5px;
}

.blog-author .box {
    padding: 0;
    border: none;
    background-color: transparent;
}

.blog-author .box:hover {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.blog-author img {
    max-width: 201px;
}

.blog-author .bio {
    padding: 26px 13px 22px;
}

.blog-author .bio p {
    font-size: 14px;
    font-size: .875rem;
}

.blog-author .bio h3 {
    font-size: 19px;
    font-size: 1.1875rem;
    font-weight: 500;
    letter-spacing: 0;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    margin-bottom: 1.3rem !important;
    color: #393e4b;
    font-weight: 500;
}

.blog-author .bio h3:hover {
    color: #2c4499;
}

.blog-author .bio h3 a {
    color: #393e4b;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
}

.blog-author .bio h3 a:hover {
    color: #2c4499;
}

.blog-author .bio .social-links {
    margin-top: 26px;
}

.blog-author .bio .social-links li {
    display: inline-block;
    padding: 0 4px;
}

.blog-author .bio .social-links li a {
    display: inline-block;
}

.blog-author .bio .social-links li .icon {
    width: 29px;
    height: 29px;
    border-radius: 100%;
    background-color: #2c4499;
    color: #fff;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
}

.blog-author .bio .social-links li .icon i {
    font-size: 14px;
    font-size: .875rem;
}

.blog-author .bio .social-links li .icon:hover {
    background-color: #263238;
}

.blog-author .bio .social-links li:last-child {
    border: 0;
}

.blog-post .entry-header .post-meta ul li {
    text-transform: uppercase;
}

.blog-list.style-1 .blog-post .entry-header .entry-title,
.blog-list.style-2 .blog-post .entry-header .entry-title,
.blog-list.style-3 .blog-post .entry-footer .button,
.blog-list.style-3 .blog-post .entry-header .entry-title {
    text-transform: capitalize;
}

.blog-list .column {
    margin-bottom: 1rem;
}

.blog-post .entry-header .entry-title:not(:last-child),
.subtitle:not(:last-child),
.title:not(:last-child) {
    margin-bottom: 1.5rem;
}

.blog-post .entry-header .entry-title,
.subtitle,
.title {
    word-break: break-word;
}

.blog-post .entry-header .entry-title em,
.blog-post .entry-header .entry-title span,
.subtitle em,
.subtitle span,
.title em,
.title span {
    font-weight: inherit;
}

.blog-post .entry-header .entry-title sub,
.subtitle sub,
.title sub {
    font-size: .75em;
}

.blog-post .entry-header .entry-title sup,
.subtitle sup,
.title sup {
    font-size: .75em;
}

.blog-post .entry-header .entry-title .tag,
.subtitle .tag,
.title .tag {
    vertical-align: middle;
}

.blog-post .entry-header .entry-title,
.title {
    color: #363636;
    font-size: 2rem;
    font-weight: 600;
    line-height: 1.125;
}

.blog-post .entry-header .entry-title strong,
.title strong {
    color: inherit;
    font-weight: inherit;
}

.blog-post .entry-header .entry-title+.highlight,
.title+.highlight {
    margin-top: -.75rem;
}

.blog-post .entry-header .entry-title:not(.is-spaced)+.subtitle,
.title:not(.is-spaced)+.subtitle {
    margin-top: -1.25rem;
}

.blog-post .entry-header .is-1.entry-title,
.title.is-1 {
    font-size: 3rem;
}

.blog-post .entry-header .is-2.entry-title,
.title.is-2 {
    font-size: 2.5rem;
}

.blog-post .entry-header .is-3.entry-title,
.title.is-3 {
    font-size: 2rem;
}

.blog-post .entry-header .is-4.entry-title,
.title.is-4 {
    font-size: 1.5rem;
}

.blog-post .entry-header .is-5.entry-title,
.title.is-5 {
    font-size: 1.25rem;
}

.blog-post .entry-header .is-6.entry-title,
.title.is-6 {
    font-size: 1rem;
}

.blog-post .entry-header .is-7.entry-title,
.title.is-7 {
    font-size: .75rem;
}

.subtitle {
    color: #4a4a4a;
    font-size: 1.25rem;
    font-weight: 400;
    line-height: 1.25;
}

.subtitle strong {
    color: #363636;
    font-weight: 600;
}

.blog-post .entry-header .subtitle:not(.is-spaced)+.entry-title,
.subtitle:not(.is-spaced)+.title {
    margin-top: -1.25rem;
}

.subtitle.is-1 {
    font-size: 3rem;
}

.subtitle.is-2 {
    font-size: 2.5rem;
}

.subtitle.is-3 {
    font-size: 2rem;
}

.subtitle.is-4 {
    font-size: 1.5rem;
}

.subtitle.is-5 {
    font-size: 1.25rem;
}

.subtitle.is-6 {
    font-size: 1rem;
}

.subtitle.is-7 {
    font-size: .75rem;
}

.blog-post {
    margin-bottom: 25px;
}

.blog-post .post-image {
    height: 250px;
    overflow: hidden;
}

.blog-post .post-content {
    min-height: 290px;
    position: relative;
    border-top: 0;
    padding-top: 30px;
}

.blog-post .post-content:before {
    content: '';
    position: absolute;
    bottom: -20px;
    left: 0;
    width: 100%;
    height: 10px;
    background-color: #eb252d;
}

.blog-post .post-image img {
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    display: block;
}

.blog-post .post-image:hover img {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}

.blog-post .entry-header .entry-title {
    font-size: 21px;
    font-size: 1.3125rem;
    font-weight: 500;
    text-transform: capitalize;
    letter-spacing: 0;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    margin-bottom: 1.3rem !important;
}

.blog-post .entry-header .entry-title a {
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
}

.blog-post .entry-header .post-meta {
    margin-bottom: 22px;
}

.blog-post .entry-header .post-meta ul li {
    display: inline-block;
    color: #4b505d;
    font-size: 11.5px;
    font-size: .71875rem;
    letter-spacing: 1.1px;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    font-family: 'Roboto', sans-serif;
    padding-right: 12px;
    padding-bottom: 5px;
    font-weight: 600;
}

.blog-post .entry-header .post-meta ul li a,
.blog-post .entry-header .post-meta ul li span {
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
}

.blog-post .entry-header .post-meta ul li a:hover,
.blog-post .entry-header .post-meta ul li span:hover {
    color: #056ae8;
}

.blog-post .entry-header .post-meta ul li .icon {
    color: #056ae8;
    font-size: 14px;
    font-size: .875rem;
    vertical-align: text-top;
    margin-right: 1px;
    width: auto;
    height: auto;
}

.blog-post .entry-header .post-meta ul li:hover {
    color: #056ae8;
}

.blog-post .entry-content p {
    font-size: 15px;
    font-size: .9375rem;
    color: #a6a6a6;
    margin-bottom: 22px;
}

.blog-post .entry-footer .button {
    position: relative;
    color: #393e4b;
    padding-left: 0;
    padding-right: 10px;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    font-size: 13.3px;
    font-size: .83125rem;
    font-family: 'Roboto', sans-serif;
    background-color: transparent;
    height: 2.25em;
}

.blog-post .entry-footer .button:after {
    font-family: Ionicons;
    font-size: 23px;
    font-size: 1.4375rem;
    content: "\f119";
    top: 0;
    right: 3px;
    position: absolute;
    color: #fff;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}

.blog-post .entry-footer .button:hover {
    color: #fff;
}

.blog-post .entry-footer .button:hover:after {
    right: 0;
    position: absolute;
}

.blog-post .image-hover,
.blog-post .works {
    margin-bottom: 30px;
}

.blog-post .image-hover .columns.is-0 .column .work-item img,
.blog-post .image-hover .columns.is-gapless .column .work-item img,
.blog-post .works .columns.is-0 .column .work-item img,
.blog-post .works .columns.is-gapless .column .work-item img {
    min-width: auto;
}

.blog-post .box,
.blog-post>.video-container {
    margin: 0;
    margin-bottom: 30px;
}

.blog-list.single-post {
    margin-top: 1rem;
}

.blog-list.single-post .blog-post .post-image {
    margin-bottom: 10px;
}

.blog-list.single-post .blog-post .entry-header .entry-title {
    font-size: 15px;
    font-size: .9375rem;
    line-height: 1.8;
    margin-bottom: 10px !important;
}

.blog-list.single-post .blog-post .post-meta {
    margin-bottom: 8px;
}

.blog-list.single-post .blog-post .entry-content p {
    font-size: 14px;
    font-size: .875rem;
    margin-bottom: 10px;
}

.blog-list.style-1 .blog-post {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    background-color: #fff;
    margin-bottom: 0;
}

.blog-list.style-1 .blog-post .post-image {
    margin-bottom: 0;
}

.blog-list.style-1 .blog-post .post-image img {
    min-width: 440px;
}

.blog-list.style-1 .blog-post .entry-content,
.blog-list.style-1 .blog-post .entry-header {
    padding: 0 40px;
}

.blog-list.style-1 .blog-post .entry-content {
    padding-bottom: 18px;
}

.blog-list.style-1 .blog-post .entry-content p {
    font-size: 14px;
    font-size: .875rem;
}

.blog-list.style-1 .blog-post .entry-header {
    padding-top: 35px;
}

.blog-list.style-1 .blog-post .entry-header .entry-title {
    font-size: 19px;
    font-size: 1.1875rem;
    line-height: 1.6;
}

.blog-list.style-1 .blog-post .entry-header .post-meta {
    margin-bottom: 5px;
}

.blog-list.style-1 .blog-post .entry-header .post-meta ul li {
    padding-right: 4px;
}

.blog-list.style-1 .blog-post .entry-header .post-meta ul li a,
.blog-list.style-1 .blog-post .entry-header .post-meta ul li span {
    color: #a6a6a6;
}

.blog-list.style-1 .blog-post .entry-header .post-meta ul li a:hover,
.blog-list.style-1 .blog-post .entry-header .post-meta ul li span:hover {
    color: #2c4499;
}

.blog-list.style-1 .blog-post .entry-header .post-meta ul li:first-child {
    color: #2c4499;
}

.blog-list.style-1 .blog-post .entry-header .post-meta ul li:first-child a,
.blog-list.style-1 .blog-post .entry-header .post-meta ul li:first-child span {
    color: #2c4499;
}

.blog-list.style-1 .blog-post .entry-header .post-meta ul li:first-child a:hover,
.blog-list.style-1 .blog-post .entry-header .post-meta ul li:first-child span:hover {
    color: #4b505d;
}

.blog-list.style-1 .column {
    padding: 0;
}

.blog-list.style-1 .column:nth-child(3n+2) .blog-post .post-image {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
}

.blog-list.style-2 .blog-post {
    background-color: #fff;
    margin-bottom: 10px;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    border-radius: 0;
}

.blog-list.style-2 .blog-post:hover {
    -webkit-box-shadow: 2px 1px 25px 5px rgba(166, 166, 166, .2);
    box-shadow: 2px 1px 25px 5px rgba(166, 166, 166, .2);
}

.blog-list.style-2 .blog-post .entry-content,
.blog-list.style-2 .blog-post .entry-footer,
.blog-list.style-2 .blog-post .entry-header {
    padding: 0 38px;
}

.blog-list.style-2 .blog-post .entry-content,
.blog-list.style-2 .blog-post .entry-footer {
    padding-bottom: 18px;
}

.blog-list.style-2 .blog-post .entry-content p,
.blog-list.style-2 .blog-post .entry-footer p {
    font-size: 15px;
    font-size: .9375rem;
}

.blog-list.style-2 .blog-post .entry-header .entry-title {
    font-size: 19px;
    font-size: 1.1875rem;
    line-height: 1.6;
    margin-bottom: .55rem !important;
}

.blog-list.style-2 .blog-post .entry-header .entry-title a:hover {
    color: #fff;
}

.blog-list.style-2 .blog-post .entry-header .post-meta {
    margin-bottom: 17px;
}

.blog-list.style-2 .blog-post .entry-header .post-meta ul li {
    padding-right: 4px;
}

.blog-list.style-2 .blog-post .entry-header .post-meta ul li a,
.blog-list.style-2 .blog-post .entry-header .post-meta ul li span {
    color: #a6a6a6;
}

.blog-list.style-2 .blog-post .entry-header .post-meta ul li a:hover,
.blog-list.style-2 .blog-post .entry-header .post-meta ul li span:hover {
    color: #2c4499;
}

.blog-list.style-2 .blog-post .entry-header .post-meta ul li:first-child {
    color: #2c4499;
}

.blog-list.style-2 .blog-post .entry-header .post-meta ul li:first-child a,
.blog-list.style-2 .blog-post .entry-header .post-meta ul li:first-child span {
    color: #2c4499;
}

.blog-list.style-2 .blog-post .entry-header .post-meta ul li:first-child a:hover,
.blog-list.style-2 .blog-post .entry-header .post-meta ul li:first-child span:hover {
    color: #4b505d;
}

.blog-list.style-3 .blog-post {
    background-color: #fff;
    margin-bottom: 10px;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    padding: 44px 40px;
    border-radius: 0;
}

.blog-list.style-3 .blog-post:hover {
    -webkit-box-shadow: 2px 1px 25px 5px rgba(166, 166, 166, .2);
    box-shadow: 2px 1px 25px 5px rgba(166, 166, 166, .2);
}

.blog-list.style-3 .blog-post .entry-content {
    padding: 5px 0 15px;
}

.blog-list.style-3 .blog-post .entry-content p {
    font-size: 16px;
    font-size: 1rem;
}

.blog-list.style-3 .blog-post .entry-footer .button {
    font-family: 'Roboto', sans-serif;
    letter-spacing: 1px;
    font-weight: 600;
    color: #2c4499;
    font-size: 15px;
    font-size: .9375rem;
}

.blog-list.style-3 .blog-post .entry-footer .button:hover {
    color: #4b505d;
}

.blog-list.style-3 .blog-post .entry-footer .button:after {
    display: none;
}

.blog-list.style-3 .blog-post .entry-header .entry-title {
    font-size: 23px;
    font-size: 1.4375rem;
    line-height: 1.6;
    font-weight: 600;
}

.blog-list.style-3 .blog-post .entry-header .post-meta {
    margin-bottom: 14px;
}

.blog-list.style-3 .blog-post .entry-header .post-meta ul li {
    padding-right: 4px;
}

.blog-list.style-3 .blog-post .entry-header .post-meta ul li a,
.blog-list.style-3 .blog-post .entry-header .post-meta ul li span {
    color: #a6a6a6;
}

.blog-list.style-3 .blog-post .entry-header .post-meta ul li a:hover,
.blog-list.style-3 .blog-post .entry-header .post-meta ul li span:hover {
    color: #2c4499;
}

.blog-list.owl-carousel {
    padding: 25px 0;
}

.blog-list.owl-carousel .blog-post:hover {
    -webkit-box-shadow: 0 9px 50px -4px rgba(166, 166, 166, .1);
    box-shadow: 0 9px 50px -4px rgba(166, 166, 166, .1);
}

.blog-list.owl-carousel .owl-dots {
    margin-top: 60px;
}

.blog-list.owl-carousel .owl-dots .owl-dot.active span,
.blog-list.owl-carousel .owl-dots .owl-dot:hover span {
    background: #0864d6;
}

.blog-list.default-style-1 .blog-post {
    border: 1px solid #f0f0f0;
    padding-bottom: 30px;
    border-radius: 0 0 5px 5px;
}

.blog-list.default-style-1 .blog-post .entry-content,
.blog-list.default-style-1 .blog-post .entry-footer,
.blog-list.default-style-1 .blog-post .entry-header {
    padding: 0 30px;
}

.blog-list.default-style-2 .blog-post {
    margin-bottom: 35px;
}

.blog-list.default-style-2 .blog-post .entry-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
}

.blog-list.default-style-2 .blog-post .entry-footer {
    display: none;
}

.blog-list.style-list .blog-post {
    border: 1px solid #f0f0f0;
    background-color: #fff;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    border-radius: 0;
}

.blog-list.style-list .blog-post:hover {
    -webkit-box-shadow: 2px 1px 25px 5px rgba(166, 166, 166, .2);
    box-shadow: 2px 1px 25px 5px rgba(166, 166, 166, .2);
}

.blog-list.style-list .blog-post .post-image {
    margin-bottom: 0;
}

.blog-list.style-list .blog-post .entry-content p {
    font-size: 14px;
}

.blog-list.style-list .blog-post .entry-content,
.blog-list.style-list .blog-post .entry-footer,
.blog-list.style-list .blog-post .entry-header {
    padding-right: 35px;
    padding-left: 5px;
}

.blog-list.style-list .blog-post .entry-header {
    padding-top: 50px;
    margin-bottom: 40px;
}

.blog-list.style-list .blog-post .entry-header .entry-title {
    font-size: 18px;
    margin-bottom: 1rem !important;
}

.blog-list.style-list .blog-post .entry-header .post-meta ul li {
    font-size: 11.5px;
}

body.blog-list-style-3 .section.content-with-sidebar {
    background-color: #f1f1f1;
}

body.blog-list-style-3 .site-footer-top .subscribe-section {
    background-color: #fff;
}

body.blog-list-style-3 .blog-list.style-3 .blog-post .entry-header .post-meta ul li {
    padding-right: 12px;
}

.blog-single .entry-footer .social-share>span {
    text-transform: uppercase;
}

.blog-single .entry-header .entry-title {
    font-size: 25.5px;
    font-size: 1.59375rem;
    margin-bottom: 1.8rem !important;
}

.blog-single .entry-footer {
    margin-top: 3.4em;
    font-family: 'Roboto', sans-serif;
}

.blog-single .entry-footer .post-tags .icon {
    width: auto;
    margin-right: 5px;
}

.blog-single .entry-footer .post-tags i {
    color: #2c4499;
    font-size: 14px;
    font-size: .875rem;
}

.blog-single .entry-footer .post-tags a {
    font-size: 11.8px;
    font-size: .7375rem;
    text-transform: uppercase;
    letter-spacing: .8px;
    color: #4b505d;
    padding: 0 1px;
    font-weight: 500;
}

.blog-single .entry-footer .post-tags a:hover {
    color: #2c4499;
}

.blog-single .entry-footer .social-share>span {
    font-size: 11.8px;
    font-size: .7375rem;
    letter-spacing: .8px;
    display: inline-block;
    margin-right: 12px;
    font-weight: 500;
}

.blog-single .entry-footer .social-share ul {
    display: inline-block;
}

.blog-single .entry-footer .social-share ul li {
    display: inline-block;
    padding-right: 5px;
}

.blog-single .entry-footer .social-share ul li:last-child {
    padding-right: 0;
}

.blog-single .entry-footer .social-share ul li a {
    display: inline-block;
}

.blog-single .entry-footer .social-share ul li .icon {
    width: 27px;
    height: 27px;
    border-radius: 100%;
    background-color: #2c4499;
    color: #fff;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
}

.blog-single .entry-footer .social-share ul li .icon i {
    font-size: 13px;
    font-size: .8125rem;
}

.blog-single .entry-footer .social-share ul li .icon:hover {
    background-color: #263238;
}

.owl-carousel * {
    outline: 0;
}

.site-header-bottom .owl-carousel .owl-stage,
.site-header-bottom .owl-carousel .owl-stage-outer {
    background: #111;
}

.owl-carousel .owl-next,
.owl-carousel .owl-prev {
    top: 50%;
    position: absolute;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    cursor: pointer;
    background: 0 0;
    color: transparent;
    display: inline-block;
    font-size: 0;
    cursor: pointer;
    background: 0 0;
    color: transparent;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    padding: 0;
    border: none;
    outline: 0;
    z-index: 1;
    line-height: 1 !important;
}

.owl-carousel .owl-next:hover,
.owl-carousel .owl-prev:hover {
    outline: 0;
    background: 0 0;
    color: transparent;
}

.owl-carousel .owl-next:hover:before,
.owl-carousel .owl-prev:hover:before {
    opacity: 1;
}

.owl-carousel .owl-next:before,
.owl-carousel .owl-prev:before {
    font-family: Ionicons;
    font-size: 45px;
    font-size: 2.8125rem;
    color: #fff;
    opacity: .55;
}

.owl-carousel .owl-prev {
    left: 1%;
}

[dir=rtl] .owl-carousel .owl-prev {
    left: auto;
    right: 1%;
}

.owl-carousel .owl-prev:before {
    content: "";
}

[dir=rtl] .owl-carousel .owl-prev:before {
    content: "";
}

.owl-carousel .owl-next {
    right: 1%;
}

[dir=rtl] .owl-carousel .owl-next {
    left: 1%;
    right: auto;
}

.owl-carousel .owl-next:before {
    content: "";
}

[dir=rtl] .owl-carousel .owl-next:before {
    content: "";
}

.owl-carousel.fullwidth {
    display: none;
}

.owl-carousel.fullwidth .owl-prev {
    left: 8%;
}

[dir=rtl] .owl-carousel.fullwidth .owl-prev {
    left: auto;
    right: 8%;
}

.owl-carousel.fullwidth .owl-next {
    right: 8%;
}

[dir=rtl] .owl-carousel.fullwidth .owl-next {
    left: 8%;
    right: auto;
}

.owl-carousel.instafeed .owl-nav {
    margin-top: 0;
}

.owl-carousel.instafeed .owl-nav .owl-next,
.owl-carousel.instafeed .owl-nav .owl-prev {
    opacity: 0;
    height: auto;
}

.owl-carousel.instafeed .owl-nav .owl-next:before,
.owl-carousel.instafeed .owl-nav .owl-prev:before {
    font-size: 45px;
    font-size: 2.8125rem;
}

.owl-carousel.instafeed:hover .owl-nav .owl-next,
.owl-carousel.instafeed:hover .owl-nav .owl-prev {
    opacity: .7;
}

.owl-carousel .owl-nav {
    top: 50%;
    position: absolute;
    width: 100%;
    margin-top: -40px;
}

.owl-carousel .owl-nav .disabled {
    opacity: .5;
    cursor: default;
}

.owl-carousel.dots,
.owl-carousel.no-dots {
    display: none;
}

.owl-carousel .owl-dots {
    margin-top: 55px;
    text-align: center;
    -webkit-tap-highlight-color: transparent;
}

.owl-carousel .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
}

.owl-carousel .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px 8px;
    background: #424754;
    display: block;
    -webkit-backface-visibility: visible;
    border-radius: 100%;
    opacity: .25;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

.owl-carousel .owl-dots .owl-dot.active,
.owl-carousel .owl-dots .owl-dot:hover {
    outline: 0;
}

.owl-carousel .owl-dots .owl-dot.active span,
.owl-carousel .owl-dots .owl-dot:hover span {
    background: #424754;
    opacity: 1;
}

.owl-carousel .owl-scrollbar {
    border-radius: 10px;
    height: 1px;
    max-width: 1200px;
    width: 100%;
    background: #eaeaea;
    position: relative;
    margin: 70px auto 20px !important;
}

.owl-carousel .owl-scrollbar .owl-scroll-handle,
.owl-carousel .owl-scrollbar .owl-scroll-progress {
    height: 5px;
    width: 10px;
    display: inline-block;
    background: #263238;
    position: absolute;
    top: -4px;
    left: 0;
}

.owl-carousel.carousel-image .carousel-item {
    overflow: hidden;
}

.owl-carousel.carousel-image .carousel-item img {
    position: relative;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    display: block;
}

.owl-carousel.carousel-image .carousel-item:hover img {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}

.owl-carousel.navs {
    display: none;
}

.owl-carousel.navs .owl-nav {
    top: 0;
    position: absolute;
    margin-top: -50px;
}

.owl-carousel.navs .owl-nav .owl-next:before,
.owl-carousel.navs .owl-nav .owl-prev:before {
    font-size: 25px;
    font-size: 1.5625rem;
    color: #0864d6;
    opacity: 1;
}

.owl-carousel.navs .owl-nav .owl-next.disabled:before,
.owl-carousel.navs .owl-nav .owl-prev.disabled:before {
    color: #a6a6a6;
}

.owl-carousel.navs .owl-nav .owl-next {
    right: 0;
}

.owl-carousel.navs .owl-nav .owl-prev {
    left: inherit;
    right: 2.5%;
}

.owl-carousel.navs-images {
    display: none;
}

.owl-carousel.navs-images .owl-nav {
    top: 50%;
    position: absolute;
    margin-top: 0;
}

.owl-carousel.navs-images .owl-nav .owl-next,
.owl-carousel.navs-images .owl-nav .owl-prev {
    opacity: 0;
    padding: 0 1px !important;
}

.owl-carousel.navs-images .owl-nav .owl-next:before,
.owl-carousel.navs-images .owl-nav .owl-prev:before {
    font-size: 33px;
    font-size: 2.0625rem;
    color: #fff;
    opacity: 1;
}

.owl-carousel.navs-images .owl-nav .owl-next.disabled:before,
.owl-carousel.navs-images .owl-nav .owl-prev.disabled:before {
    color: #a6a6a6;
}

.owl-carousel.navs-images .owl-nav .owl-next {
    right: 1%;
}

.owl-carousel.navs-images .owl-nav .owl-prev {
    left: 1%;
}

.owl-carousel.navs-images .owl-nav .owl-prev:before {
    content: '\f111';
}

[dir=rtl] .owl-carousel.navs-images .owl-nav .owl-prev:before {
    content: '\f113';
}

.owl-carousel.navs-images .owl-nav .owl-next:before {
    content: '\f113';
}

[dir=rtl] .owl-carousel.navs-images .owl-nav .owl-next:before {
    content: '\f111';
}

.owl-carousel.navs-images:hover .owl-nav .owl-next,
.owl-carousel.navs-images:hover .owl-nav .owl-prev {
    opacity: 1;
}

.owl-carousel.navs-gallery {
    display: none;
    z-index: 6;
}

.owl-carousel.navs-gallery .owl-nav {
    top: 50%;
    position: absolute;
    margin-top: 0;
}

.owl-carousel.navs-gallery .owl-nav .owl-next,
.owl-carousel.navs-gallery .owl-nav .owl-prev {
    opacity: 0;
}

.owl-carousel.navs-gallery .owl-nav .owl-next:before,
.owl-carousel.navs-gallery .owl-nav .owl-prev:before {
    font-size: 45px;
    font-size: 2.8125rem;
    color: #fff;
    opacity: 1;
}

.owl-carousel.navs-gallery .owl-nav .owl-next.disabled:before,
.owl-carousel.navs-gallery .owl-nav .owl-prev.disabled:before {
    color: #a6a6a6;
}

.owl-carousel.navs-gallery .owl-nav .owl-next {
    right: 1.5rem;
    text-shadow: 2px 2px 5px #000;
}

.owl-carousel.navs-gallery .owl-nav .owl-prev {
    left: 1.5rem;
    text-shadow: 2px 2px 5px #000;
}

.owl-carousel.navs-gallery:hover .owl-nav .owl-next,
.owl-carousel.navs-gallery:hover .owl-nav .owl-prev {
    opacity: 1;
}

.flexslider {
    display: none;
}

.flexslider .flex-direction-nav a {
    top: 45%;
}

.flexslider .flex-direction-nav a:before {
    font-family: Ionicons;
    font-size: 30px;
    font-size: 1.875rem;
    color: #fff;
}

.flexslider .flex-direction-nav a.flex-next:before {
    content: "";
}

.flexslider .flex-direction-nav a.flex-prev:before {
    content: "";
}

.flexslider .flex-control-thumbs {
    margin-top: 15px;
}

.flexslider .flex-control-thumbs li {
    margin-right: 15px;
    width: 22.9%;
}

.flexslider .flex-control-thumbs li:last-child {
    margin-right: 0;
}

.flexslider.intro {
    border: none;
    margin: 0;
    border-radius: 0;
}

.flexslider.intro .flex-control-nav {
    display: none;
}

.flexslider.intro .slides>li {
    position: relative;
}

.flexslider.intro .flex-caption {
    position: absolute;
    bottom: 33%;
    width: 100%;
    text-align: center;
    text-transform: capitalize;
}

.flexslider.intro .flex-caption h1 {
    text-transform: lowercase;
    text-align: center;
    font-size: 50px;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 1.4;
    text-shadow: none;
    font-weight: 500;
}

.flexslider.intro .flex-caption h1:first-letter {
    text-transform: capitalize;
}

.flexslider.intro .flex-caption p {
    width: auto;
    display: inline-block;
    margin-bottom: 20px;
    text-transform: uppercase;
    font-size: 14.6px;
    font-weight: 400;
    letter-spacing: 2px;
    text-shadow: none;
    font-weight: 600;
    line-height: 1.2;
    color: rgba(255, 255, 255, .5);
}

.flexslider.intro .flex-caption .button {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    height: 3.6em;
    padding-left: calc(2.9em - 1px);
    padding-right: calc(2.9em - 1px);
    text-transform: capitalize;
    color: #fff;
    font-weight: 500;
    letter-spacing: 0;
    font-size: 14px;
}

.flexslider.intro .flex-caption .button:hover {
    background-color: #fff;
    color: #2c4499;
}

.flexslider.intro .flex-caption .button .icon {
    margin-left: 10px;
    margin-top: 2px;
}

.flexslider.intro .flex-caption .button .icon i {
    font-size: 26px;
}

.flexslider.intro .flex-caption .button-caption-2 {
    margin: 50px 0 0 50px !important;
}

.flexslider.intro .flex-caption .button-caption-2 span {
    vertical-align: text-top !important;
    color: #fff;
    font-weight: 600 !important;
    letter-spacing: 0 !important;
    font-size: 16px !important;
}

.flexslider.intro .flex-caption .button-caption-2 .icon {
    color: #096ae2;
    margin-top: 7px !important;
}

.flexslider.intro .flex-caption .button-caption-2 .icon.ripple-effect i {
    font-size: 20px !important;
}

.flexslider.intro .flex-caption .button-caption-2 .icon.ripple-effect:after,
.flexslider.intro .flex-caption .button-caption-2 .icon.ripple-effect:before {
    border-color: rgba(255, 255, 255, .2);
}

.flexslider.intro .flex-caption .button-caption-2 .icon.ripple-effect:hover {
    background-color: #2c4499;
    color: #fff;
}

.flexslider.intro .flex-caption .button-caption-2 .icon.ripple-effect:hover:after,
.flexslider.intro .flex-caption .button-caption-2 .icon.ripple-effect:hover:before {
    border-color: #2c4499;
}

.flexslider.intro .flex-direction-nav a {
    top: 48%;
    opacity: 1;
    width: 38px;
    height: 44px;
    text-shadow: none;
}

.flexslider.intro .flex-direction-nav a:before {
    font-size: 46px;
}

.flexslider.intro .flex-direction-nav a.flex-next {
    right: 50px;
}

.flexslider.intro .flex-direction-nav a.flex-next:before {
    content: "\f114";
    line-height: 1;
    text-shadow: none;
}

.flexslider.intro .flex-direction-nav a.flex-prev {
    left: 50px;
}

.flexslider.intro .flex-direction-nav a.flex-prev:before {
    content: "\f112";
    line-height: 1;
    text-shadow: none;
}

.flexslider.intro:hover .flex-direction-nav .flex-prev {
    opacity: 1;
    left: 50px;
}

.flexslider.intro:hover .flex-direction-nav .flex-next {
    opacity: 1;
    right: 50px;
}

.comment-list .comment-date,
.comment-list .comment-reply,
.comments .comment-date,
.comments .comment-reply {
    text-transform: uppercase;
}

.comment-list,
.comments {
    margin-bottom: 3.5rem;
    margin-top: 1.8rem;
    border-bottom: 1px solid #f0f0f0;
    padding-bottom: 2.5rem;
}

.comment-list .comment+.comment,
.comment-list .comment-box+.comment-box,
.comment-list .media+.media,
.comments .comment+.comment,
.comments .comment-box+.comment-box,
.comments .media+.media {
    border-top: 1px solid #f0f0f0;
    margin-top: 2rem;
    padding-top: 2.5rem;
}

.comment-list .comment .comment,
.comment-list .comment-box .comment-box,
.comment-list .media .media,
.comments .comment .comment,
.comments .comment-box .comment-box,
.comments .media .media {
    border-top: 1px solid #f0f0f0;
    padding-top: 2.5rem;
    margin-top: 2rem;
}

.comment-list .media-left,
.comments .media-left {
    margin-right: 1.8rem;
}

.comment-list .media-right,
.comments .media-right {
    margin-left: 1.8rem;
}

.comment-list .avatar img,
.comments .avatar img {
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    max-width: 100px;
}

.comment-list .avatar img:hover,
.comments .avatar img:hover {
    opacity: .8;
}

.comment-list .comment-body .level,
.comments .comment-body .level {
    margin-bottom: .8rem;
}

.comment-list .comment-author,
.comments .comment-author {
    color: #393e4b;
    font-size: 16px;
    font-size: 1rem;
    text-transform: capitalize;
    display: inline-block;
    margin-right: 16px;
    letter-spacing: 1px;
    font-weight: 500;
}

.comment-list .comment-author a,
.comments .comment-author a {
    color: #393e4b;
}

.comment-list .comment-author a:hover,
.comments .comment-author a:hover {
    color: #2c4499;
}

.comment-list .comment-date,
.comments .comment-date {
    display: inline-block;
    color: #a6a6a6;
    font-family: 'Roboto', sans-serif;
    font-size: 11.5px;
    font-size: .71875rem;
    margin-top: 3px;
    letter-spacing: 1px;
    font-weight: 400;
}

.comment-list .comment-date a,
.comments .comment-date a {
    color: #a6a6a6;
}

.comment-list .comment-date a:hover,
.comments .comment-date a:hover {
    color: #2c4499;
}

.comment-list .comment-reply,
.comments .comment-reply {
    font-size: 12.5px;
    font-size: .78125rem;
    display: inline-block;
    letter-spacing: .8px;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
}

.comment-list p,
.comments p {
    font-size: 14px;
    font-size: .875rem;
}

.countdown-time {
    font-family: 'Roboto', sans-serif;
    font-size: 0;
    font-size: 0;
}

.countdown-time .item {
    display: inline-block;
    padding: 25px 40px;
    margin: 0 16px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

.countdown-time .item span {
    font-size: 70px;
    font-size: 4.375rem;
    color: #393e4b;
}

.countdown-time .item span.label {
    color: #096ae2;
    font-size: 13px;
    font-size: .8125rem;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.countdown-time.style-1 .item {
    background-color: #fff;
    padding: 10px 40px 20px;
}

.countdown-time.style-1 .item:hover {
    -webkit-box-shadow: 2px 1px 25px 5px rgba(166, 166, 166, .2);
    box-shadow: 2px 1px 25px 5px rgba(166, 166, 166, .2);
}

.countdown-time.style-2 .item {
    border-right: 1px solid #eaeaea;
    padding: 0 56px;
    margin: 0;
    margin-bottom: 25px;
    margin-top: 25px;
}

.countdown-time.style-2 .item:last-child {
    border: 0;
}

.countdown-time.style-3 .item {
    border: 2px solid #2c4499;
}

.countdown-time.style-3 .item span.label {
    color: #a6a6a6;
}

.countdown-time.style-3 .item:hover {
    border-color: #eaeaea;
}

.countdown-time.style-3 .item:hover span.label {
    color: #2c4499;
}

.countdown-time.style-4 .item {
    border: 4px solid #eaeaea;
    border-radius: 50%;
    min-height: 180px;
    min-width: 180px;
}

.countdown-time.style-4 .item:hover {
    border-color: #2c4499;
}

.countdown-time.style-4 .item:hover span.label {
    color: #a6a6a6;
}

.counterup .level-item {
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

.counterup .level-item>div {
    min-width: 200px;
}

.counterup .heading,
.counterup .title {
    margin: 1.2rem 0;
}

.counterup .title {
    font-weight: 500;
    color: #393e4b;
    font-size: 60px;
    font-size: 3.75rem;
    font-family: 'Roboto', sans-serif;
    max-height: 100px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

.counterup .heading {
    color: #096ae2;
    font-size: 17px;
    font-size: 1.0625rem;
    margin-bottom: 1.8rem;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    text-transform: capitalize;
    font-weight: 500;
}

.counterup.with-icons .level-item>div .icon {
    margin: 0;
    margin-bottom: 20px;
    color: #a6a6a6;
}

.counterup.with-icons .level-item>div .icon i[class*=' fa-'],
.counterup.with-icons .level-item>div .icon i[class^=fa-] {
    font-size: 42px;
    font-size: 2.625rem;
}

.counterup.with-icons .level-item>div .icon i[class*=' icon-'],
.counterup.with-icons .level-item>div .icon i[class^=icon-] {
    font-size: 42px;
    font-size: 2.625rem;
}

.counterup.with-icons .level-item>div .icon i[class*=' ion-'],
.counterup.with-icons .level-item>div .icon i[class^=ion-] {
    font-size: 50px;
    font-size: 3.125rem;
    line-height: 1;
}

.counterup.with-icons .level-item>div .title {
    font-size: 36px;
    font-size: 2.25rem;
    font-family: 'Roboto', sans-serif;
    margin-bottom: .6rem;
}

.counterup.with-icons .level-item>div .heading {
    font-size: 14px;
    font-size: .875rem;
    margin-top: 0;
}

.counterup.style-1 .level-item {
    border-right: 1px solid #eaeaea;
    margin: 31.5px 0;
}

.counterup.style-1 .level-item>div .heading,
.counterup.style-1 .level-item>div .title {
    line-height: 1;
}

.counterup.style-1 .level-item>div .title {
    margin-top: 0;
    margin-bottom: 1.8rem;
}

.counterup.style-1 .level-item>div .heading {
    margin-bottom: 0;
}

.counterup.style-1 .level-item:last-child {
    border-right: none;
}

.counterup.style-1.with-icons .level-item>div .title {
    margin-top: 1.6rem;
    margin-bottom: .8rem;
}

.counterup.style-2 .level-item {
    border: 1px solid #2c4499;
    margin: 0 16px;
}

.counterup.style-2 .level-item:first-child {
    margin-left: 0;
}

.counterup.style-2 .level-item:last-child {
    margin-right: 0;
}

.counterup.style-2 .level-item .heading {
    color: #a6a6a6;
}

.counterup.style-2 .level-item:hover {
    border-color: #eaeaea;
}

.counterup.style-2 .level-item:hover .heading {
    color: #2c4499;
}

.counterup.style-2.with-icons .level-item {
    padding-top: 45px;
}

.counterup.style-2.with-icons .level-item>div .title {
    margin-top: 1.6rem;
    margin-bottom: .8rem;
}

.counterup.style-3 .level-item {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.counterup.style-3 .level-item>div {
    text-align: left;
}

.counterup.style-3 .level-item .heading,
.counterup.style-3 .level-item .title {
    display: inline-block;
}

.counterup.style-3 .level-item .title {
    font-size: 54px;
    font-size: 3.375rem;
    font-family: 'Roboto', sans-serif;
    margin-right: 14px;
}

.counterup.style-3 .level-item .heading {
    max-width: 90px;
}

.counterup.style-3.with-icons .level-item>div .title {
    font-size: 50px;
    font-size: 3.125rem;
    margin-right: 6px;
}

.counterup.style-3.with-icons .level-item>div .icon {
    margin-right: 27px;
}

.counterup.style-4 .level-item {
    background-color: #fff;
    margin: 0 16px;
    padding: 15px 0;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
}

.counterup.style-4 .level-item:first-child {
    margin-left: 0;
}

.counterup.style-4 .level-item:last-child {
    margin-right: 0;
}

.counterup.style-4 .level-item .title {
    color: #2c4499;
}

.counterup.style-4 .level-item .heading {
    color: #a6a6a6;
}

.counterup.style-4 .level-item:hover {
    -webkit-box-shadow: 2px 1px 25px 5px rgba(166, 166, 166, .2);
    box-shadow: 2px 1px 25px 5px rgba(166, 166, 166, .2);
}

.counterup.style-4 .level-item:hover .title {
    color: #393e4b;
}

.counterup.style-4 .level-item:hover .heading {
    color: #096ae2;
}

.counterup.style-4.with-icons .level-item {
    background-color: transparent;
    border: 1px solid #eaeaea;
    padding-top: 45px;
}

.counterup.style-4.with-icons .level-item>div .icon {
    color: #096ae2;
    margin-bottom: 15px;
}

.counterup.style-4.with-icons .level-item>div .title {
    margin-top: 1.6rem;
    margin-bottom: .8rem;
    color: #393e4b;
}

.counterup.style-4.with-icons .level-item:hover {
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 1px solid #2c4499;
}

.counterup.style-4.with-icons .level-item:hover .title {
    color: #a6a6a6;
}

.counterup.style-5 .level-item {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.counterup.style-5 .level-item>div {
    border-right: 1px solid #eaeaea;
    text-align: left;
}

.counterup.style-5 .level-item>div .heading,
.counterup.style-5 .level-item>div .title {
    line-height: 1;
}

.counterup.style-5 .level-item>div .title {
    font-family: 'Roboto', sans-serif;
    font-size: 54px;
    font-size: 3.375rem;
    margin-top: 0;
    margin-bottom: 1.8rem;
}

.counterup.style-5 .level-item>div .heading {
    margin-bottom: 0;
}

.counterup.style-5 .level-item:last-child>div {
    border-right: none;
}

.counterup.style-5.with-icons .level-item>div .title {
    display: inline-block;
    font-size: 44px;
    font-size: 2.75rem;
}

.counterup.style-5.with-icons .level-item>div .icon {
    margin-right: 20px;
}

.counterup.is-info .level-item>div .heading {
    color: #209cee;
}

.counterup.is-info.style-2 .level-item {
    border: 1px solid #209cee;
}

.counterup.is-info.style-2 .level-item .heading {
    color: #a6a6a6;
}

.counterup.is-info.style-2 .level-item:hover {
    border-color: #eaeaea;
}

.counterup.is-info.style-2 .level-item:hover .heading {
    color: #209cee;
}

.counterup.is-info.style-4 .level-item .title {
    color: #209cee;
}

.counterup.is-info.style-4 .level-item:hover .title {
    color: #393e4b;
}

.counterup.is-info.style-4 .level-item:hover .heading {
    color: #209cee;
}

.counterup.is-info.style-4.with-icons .level-item>div .icon {
    color: #209cee;
}

.counterup.is-info.style-4.with-icons .level-item:hover {
    border: 1px solid #209cee;
}

.counterup.is-info.style-4.with-icons .level-item:hover .title {
    color: #a6a6a6;
}

.counterup.is-success .level-item>div .heading {
    color: #23d160;
}

.counterup.is-success.style-2 .level-item {
    border: 1px solid #23d160;
}

.counterup.is-success.style-2 .level-item .heading {
    color: #a6a6a6;
}

.counterup.is-success.style-2 .level-item:hover {
    border-color: #eaeaea;
}

.counterup.is-success.style-2 .level-item:hover .heading {
    color: #23d160;
}

.counterup.is-success.style-4 .level-item .title {
    color: #23d160;
}

.counterup.is-success.style-4 .level-item:hover .title {
    color: #393e4b;
}

.counterup.is-success.style-4 .level-item:hover .heading {
    color: #23d160;
}

.counterup.is-success.style-4.with-icons .level-item>div .icon {
    color: #23d160;
}

.counterup.is-success.style-4.with-icons .level-item:hover {
    border: 1px solid #23d160;
}

.counterup.is-success.style-4.with-icons .level-item:hover .title {
    color: #a6a6a6;
}

.counterup.is-warning .level-item>div .heading {
    color: #ffdd57;
}

.counterup.is-warning.style-2 .level-item {
    border: 1px solid #ffdd57;
}

.counterup.is-warning.style-2 .level-item .heading {
    color: #a6a6a6;
}

.counterup.is-warning.style-2 .level-item:hover {
    border-color: #eaeaea;
}

.counterup.is-warning.style-2 .level-item:hover .heading {
    color: #ffdd57;
}

.counterup.is-warning.style-4 .level-item .title {
    color: #ffdd57;
}

.counterup.is-warning.style-4 .level-item:hover .title {
    color: #393e4b;
}

.counterup.is-warning.style-4 .level-item:hover .heading {
    color: #ffdd57;
}

.counterup.is-warning.style-4.with-icons .level-item>div .icon {
    color: #ffdd57;
}

.counterup.is-warning.style-4.with-icons .level-item:hover {
    border: 1px solid #ffdd57;
}

.counterup.is-warning.style-4.with-icons .level-item:hover .title {
    color: #a6a6a6;
}

.counterup.is-black .level-item>div .heading {
    color: #0a0a0a;
}

.counterup.is-black.style-2 .level-item {
    border: 1px solid #0a0a0a;
}

.counterup.is-black.style-2 .level-item .heading {
    color: #a6a6a6;
}

.counterup.is-black.style-2 .level-item:hover {
    border-color: #eaeaea;
}

.counterup.is-black.style-2 .level-item:hover .heading {
    color: #0a0a0a;
}

.counterup.is-black.style-4 .level-item .title {
    color: #0a0a0a;
}

.counterup.is-black.style-4 .level-item:hover .title {
    color: #393e4b;
}

.counterup.is-black.style-4 .level-item:hover .heading {
    color: #0a0a0a;
}

.counterup.is-black.style-4.with-icons .level-item>div .icon {
    color: #0a0a0a;
}

.counterup.is-black.style-4.with-icons .level-item:hover {
    border: 1px solid #0a0a0a;
}

.counterup.is-black.style-4.with-icons .level-item:hover .title {
    color: #a6a6a6;
}

.counterup.is-link .level-item>div .heading {
    color: #2c4499;
}

.counterup.is-link.style-2 .level-item {
    border: 1px solid #2c4499;
}

.counterup.is-link.style-2 .level-item .heading {
    color: #a6a6a6;
}

.counterup.is-link.style-2 .level-item:hover {
    border-color: #eaeaea;
}

.counterup.is-link.style-2 .level-item:hover .heading {
    color: #2c4499;
}

.counterup.is-link.style-4 .level-item .title {
    color: #2c4499;
}

.counterup.is-link.style-4 .level-item:hover .title {
    color: #393e4b;
}

.counterup.is-link.style-4 .level-item:hover .heading {
    color: #2c4499;
}

.counterup.is-link.style-4.with-icons .level-item>div .icon {
    color: #2c4499;
}

.counterup.is-link.style-4.with-icons .level-item:hover {
    border: 1px solid #2c4499;
}

.counterup.is-link.style-4.with-icons .level-item:hover .title {
    color: #a6a6a6;
}

.counterup.is-danger .level-item>div .heading {
    color: #ff3860;
}

.counterup.is-danger.style-2 .level-item {
    border: 1px solid #ff3860;
}

.counterup.is-danger.style-2 .level-item .heading {
    color: #a6a6a6;
}

.counterup.is-danger.style-2 .level-item:hover {
    border-color: #eaeaea;
}

.counterup.is-danger.style-2 .level-item:hover .heading {
    color: #ff3860;
}

.counterup.is-danger.style-4 .level-item .title {
    color: #ff3860;
}

.counterup.is-danger.style-4 .level-item:hover .title {
    color: #393e4b;
}

.counterup.is-danger.style-4 .level-item:hover .heading {
    color: #ff3860;
}

.counterup.is-danger.style-4.with-icons .level-item>div .icon {
    color: #ff3860;
}

.counterup.is-danger.style-4.with-icons .level-item:hover {
    border: 1px solid #ff3860;
}

.counterup.is-danger.style-4.with-icons .level-item:hover .title {
    color: #a6a6a6;
}

.counterup.is-primary .level-item>div .heading {
    color: #2c4499;
}

.counterup.is-primary.style-2 .level-item {
    border: 1px solid #2c4499;
}

.counterup.is-primary.style-2 .level-item .heading {
    color: #a6a6a6;
}

.counterup.is-primary.style-2 .level-item:hover {
    border-color: #eaeaea;
}

.counterup.is-primary.style-2 .level-item:hover .heading {
    color: #2c4499;
}

.counterup.is-primary.style-4 .level-item .title {
    color: #2c4499;
}

.counterup.is-primary.style-4 .level-item:hover .title {
    color: #393e4b;
}

.counterup.is-primary.style-4 .level-item:hover .heading {
    color: #2c4499;
}

.counterup.is-primary.style-4.with-icons .level-item>div .icon {
    color: #2c4499;
}

.counterup.is-primary.style-4.with-icons .level-item:hover {
    border: 1px solid #2c4499;
}

.counterup.is-primary.style-4.with-icons .level-item:hover .title {
    color: #a6a6a6;
}

.counterup.is-secondary .level-item>div .heading {
    color: #263238;
}

.counterup.is-secondary.style-2 .level-item {
    border: 1px solid #263238;
}

.counterup.is-secondary.style-2 .level-item .heading {
    color: #a6a6a6;
}

.counterup.is-secondary.style-2 .level-item:hover {
    border-color: #eaeaea;
}

.counterup.is-secondary.style-2 .level-item:hover .heading {
    color: #263238;
}

.counterup.is-secondary.style-4 .level-item .title {
    color: #263238;
}

.counterup.is-secondary.style-4 .level-item:hover .title {
    color: #393e4b;
}

.counterup.is-secondary.style-4 .level-item:hover .heading {
    color: #263238;
}

.counterup.is-secondary.style-4.with-icons .level-item>div .icon {
    color: #263238;
}

.counterup.is-secondary.style-4.with-icons .level-item:hover {
    border: 1px solid #263238;
}

.counterup.is-secondary.style-4.with-icons .level-item:hover .title {
    color: #a6a6a6;
}

.counterup.is-tertiary .level-item>div .heading {
    color: #a6a6a6;
}

.counterup.is-tertiary.style-2 .level-item {
    border: 1px solid #a6a6a6;
}

.counterup.is-tertiary.style-2 .level-item .heading {
    color: #a6a6a6;
}

.counterup.is-tertiary.style-2 .level-item:hover {
    border-color: #eaeaea;
}

.counterup.is-tertiary.style-2 .level-item:hover .heading {
    color: #a6a6a6;
}

.counterup.is-tertiary.style-4 .level-item .title {
    color: #a6a6a6;
}

.counterup.is-tertiary.style-4 .level-item:hover .title {
    color: #393e4b;
}

.counterup.is-tertiary.style-4 .level-item:hover .heading {
    color: #a6a6a6;
}

.counterup.is-tertiary.style-4.with-icons .level-item>div .icon {
    color: #a6a6a6;
}

.counterup.is-tertiary.style-4.with-icons .level-item:hover {
    border: 1px solid #a6a6a6;
}

.counterup.is-tertiary.style-4.with-icons .level-item:hover .title {
    color: #a6a6a6;
}

footer .footer-navigation li a {
    display: block;
}

footer .footer-navigation li:first-child a {
    padding-left: 0;
}

footer .footer-navigation li:last-child a {
    padding-right: 0;
}

footer .footer-navigation {
    text-transform: uppercase;
}

.footer-bottom-content .level .footer-copyright,
.footer-bottom-content .main-navigation li {}

footer {
    text-align: center;
    font-weight: 500;
}

footer .widget-links ul li:before {
    font-family: simple-line-icons;
    font-size: 7px;
    font-size: .4375rem;
}

.footer-bottom-content .main-navigation footer li.active>a,
.footer-bottom-content .main-navigation footer li.current-menu-ancestor>a,
.footer-bottom-content .main-navigation footer li.current-menu-item>a,
.footer-bottom-content .main-navigation footer li.current-menu-parent>a,
.footer-bottom-content .main-navigation footer li.current>a,
.footer-bottom-content .main-navigation footer li.current_page_item>a,
body.footer-background.dark-color:not(.primary-color) .footer-bottom-content .main-navigation footer li.active>a,
body.footer-background.dark-color:not(.primary-color) .footer-bottom-content .main-navigation footer li.current-menu-ancestor>a,
body.footer-background.dark-color:not(.primary-color) .footer-bottom-content .main-navigation footer li.current-menu-item>a,
body.footer-background.dark-color:not(.primary-color) .footer-bottom-content .main-navigation footer li.current-menu-parent>a,
body.footer-background.dark-color:not(.primary-color) .footer-bottom-content .main-navigation footer li.current>a,
body.footer-background.dark-color:not(.primary-color) .footer-bottom-content .main-navigation footer li.current_page_item>a,
footer .footer-bottom-content .main-navigation li.active>a,
footer .footer-bottom-content .main-navigation li.current-menu-ancestor>a,
footer .footer-bottom-content .main-navigation li.current-menu-item>a,
footer .footer-bottom-content .main-navigation li.current-menu-parent>a,
footer .footer-bottom-content .main-navigation li.current>a,
footer .footer-bottom-content .main-navigation li.current_page_item>a,
footer .footer-navigation li.active>a,
footer .footer-navigation li.current-menu-ancestor>a,
footer .footer-navigation li.current-menu-item>a,
footer .footer-navigation li.current-menu-parent>a,
footer .footer-navigation li.current>a,
footer .footer-navigation li.current_page_item>a,
footer body.footer-background.dark-color:not(.primary-color) .footer-bottom-content .main-navigation li.active>a,
footer body.footer-background.dark-color:not(.primary-color) .footer-bottom-content .main-navigation li.current-menu-ancestor>a,
footer body.footer-background.dark-color:not(.primary-color) .footer-bottom-content .main-navigation li.current-menu-item>a,
footer body.footer-background.dark-color:not(.primary-color) .footer-bottom-content .main-navigation li.current-menu-parent>a,
footer body.footer-background.dark-color:not(.primary-color) .footer-bottom-content .main-navigation li.current>a,
footer body.footer-background.dark-color:not(.primary-color) .footer-bottom-content .main-navigation li.current_page_item>a {
    color: #096ae2;
}

footer .site-logo {
    margin-bottom: 37px;
}

footer .site-logo a {
    display: inline-block;
    color: #393e4b;
}

footer .site-logo span.logo-text {
    font-size: 26px;
    font-size: 1.625rem;
    letter-spacing: 0;
    padding: 0 6px;
    font-weight: 600;
}

footer .site-logo img {
    max-height: 60px;
    margin: 0 0 15px 0;
    vertical-align: top;
}

footer .footer-navigation {
    font-family: 'Roboto', sans-serif;
    margin-bottom: 37px;
}

footer .footer-navigation li {
    font-size: 14px;
    font-size: .875rem;
    display: inline-block;
    letter-spacing: 1px;
}

footer .footer-navigation li a {
    color: #969696;
    padding: 14px 18px 18px;
}

footer .footer-navigation li a:hover {
    color: #096ae2;
}

footer .footer-social-links li {
    display: inline-block;
    padding: 0 7.5px;
}

footer .footer-social-links li a {
    display: inline-block;
}

footer .footer-social-links li .icon {
    width: 35px;
    height: 35px;
    border-radius: 100%;
    background-color: #2c4499;
    color: #fff;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
}

footer .footer-social-links li .icon i {
    font-size: 17px;
    font-size: 1.0625rem;
}

footer .footer-social-links li .icon:hover {
    background-color: #393e4b;
}

footer .widget {
    margin-top: 1.3rem;
    margin-bottom: 1.3rem;
}

footer .widget-title {
    color: #37474f;
    font-size: 21px;
    font-size: 1.3125rem;
}

footer .widget-links {
    font-family: 'Roboto', sans-serif;
}

footer .widget-links ul li {
    max-width: 220px;
    display: flex;
    align-items: baseline;
    font-size: 14px;
    font-size: .875rem;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    font-weight: 400;
}

footer .widget-links ul li:before {
    content: "\e606";
    vertical-align: middle;
    color: #2c4499;
    padding-right: 5px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

footer .widget-links ul li:hover:before {
    color: #37474f;
}

footer .widget-links ul li .icon {
    margin-right: 7px;
    width: auto;
    height: auto;
}

footer .widget-links.links-with-icons {
    padding-top: 10px;
}

footer .widget-links.links-with-icons ul li {
    font-size: 14.5px;
    font-size: .90625rem;
}

footer .widget-links.links-with-icons ul li:before {
    content: '';
    padding-right: 0;
}

footer .widget-links.links-with-icons ul li .icon i {
    font-size: 15px;
    font-size: .9375rem;
}

footer .widget-form .button {
    background-color: #2c4499;
    color: #fff;
    width: 25%;
}

footer .widget-form .button .icon i {
    font-size: 31px;
}

footer .widget-form .button:hover {
    background-color: #eb252d;
}

footer .widget-form:hover .button {
    color: #fff;
}

footer .widget-instafeed .instafeed {
    padding-top: 10px;
}

footer .columns .column.is-3 .widget-instafeed .instafeed .instafeed-image img {
    max-width: 73px;
}

footer .columns .column.is-3 .widget-instafeed .instafeed {
    padding-top: 0;
}

footer p {
    color: #969696;
    font-size: 14px;
    font-size: .875rem;
    font-weight: 400;
    margin-bottom: 10px;
}

footer a {
    color: #4b505d;
}

footer a:hover {
    color: #2c4499;
}

body.footer-widgets footer {
    text-align: inherit;
}

body.footer-widgets footer .site-logo {
    font-family: 'Roboto', sans-serif;
    margin-bottom: 0;
    margin-top: -17px;
}

body.footer-widgets footer .site-logo a {
    display: inline-block;
    color: #37474f;
}

body.footer-widgets footer .site-logo span.logo-text {
    font-size: 26px;
    font-size: 1.625rem;
    letter-spacing: 0;
    padding: 0 6px;
}

body.footer-widgets footer .footer-social-links li {
    padding: 0 7px;
}

body.footer-widgets footer .footer-social-links li:first-child {
    padding-left: 0;
}

body.footer-widgets footer .footer-social-links li:last-child {
    padding-right: 0;
}

body.footer-widgets footer .footer-social-links li .icon {
    width: 38px;
    height: 38px;
    border-radius: 100%;
}

body.footer-widgets footer .footer-social-links li .icon i {
    font-size: 15px;
    font-size: .9375rem;
}

body.footer-widgets.widgets-5 footer .widget-links ul {
    padding-top: 9px;
}

body.footer-widgets.widgets-5 footer .widget-links ul li {
    font-size: 14.5px;
    font-size: .90625rem;
}

body.footer-widgets.widgets-5 footer .widget-links.links-with-icons ul {
    padding-top: 0;
}

body.footer-widgets.widgets-5 footer .site-logo {
    text-align: center;
}

body.footer-widgets.widgets-5 footer .site-logo img {
    display: block;
    margin: 11px auto;
}

body.footer-widgets.widgets-6 footer .widget-links.links-with-icons {
    padding-top: 0;
}

body.footer-background.primary-color .footer-bottom-content,
body.footer-background.primary-color footer,
body.footer-background.primary-color footer .site-logo .logo-text,
body.footer-background.primary-color footer .widget-title {
    color: #263238;
}

body.footer-background.primary-color footer {
    background-color: #025fd2;
}

body.footer-background.primary-color footer .site-logo img {
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
}

body.footer-background.primary-color footer a,
body.footer-background.primary-color footer p {
    color: #fff;
}

body.footer-background.primary-color footer a:hover {
    color: #263238;
}

body.footer-background.primary-color footer .footer-social-links li .icon {
    background-color: transparent;
    border: 1px solid #808080;
    color: rgba(255, 255, 255, .9);
}

body.footer-background.primary-color footer .footer-social-links li .icon:hover {
    background-color: #263238;
    border: 1px solid #263238;
}

body.footer-background.primary-color footer .widget-links ul li:before {
    color: #263238;
}

body.footer-background.primary-color footer .widget-links ul li:hover:before {
    color: #fff;
}

body.footer-background.primary-color footer .widget-tags .tagcloud a {
    background-color: transparent !important;
    border: 1px solid rgba(0, 99, 221, .3);
    color: #fff !important;
}

body.footer-background.primary-color footer .widget-tags .tagcloud a:hover {
    border: 1px solid #263238;
    background-color: #263238 !important;
}

body.footer-background.primary-color .site-footer-bottom-inner {
    background-color: #263238;
}

body.footer-background.primary-color .footer-bottom-content {
    background-color: #28343a;
}

body.footer-background.primary-color .footer-bottom-content a,
body.footer-background.primary-color .footer-bottom-content p {
    color: #fff;
}

body.footer-background.primary-color .footer-bottom-content a:hover {
    color: #263238;
}

body.footer-background.dark-color:not(.primary-color) .footer-bottom-content,
body.footer-background.dark-color:not(.primary-color) footer,
body.footer-background.dark-color:not(.primary-color) footer .site-logo .logo-text,
body.footer-background.dark-color:not(.primary-color) footer .widget-title {
    color: #fff;
}

body.footer-background.dark-color:not(.primary-color) footer {
    background-color: #37474f;
}

body.footer-background.dark-color:not(.primary-color) footer a,
body.footer-background.dark-color:not(.primary-color) footer p {
    color: rgba(255, 255, 255, .85);
}

body.footer-background.dark-color:not(.primary-color) footer a:hover {
    color: #096ae2;
}

body.footer-background.dark-color:not(.primary-color) footer .footer-social-links li .icon {
    background-color: transparent;
    border: 1px solid #4b505d;
    color: rgba(255, 255, 255, .9);
}

body.footer-background.dark-color:not(.primary-color) footer .footer-social-links li .icon:hover {
    background-color: #2c4499;
    border: 1px solid #2c4499;
}

body.footer-background.dark-color:not(.primary-color) footer .widget-links ul li:before {
    color: #fff;
}

body.footer-background.dark-color:not(.primary-color) footer .widget-links ul li:hover:before {
    color: #fff;
}

body.footer-background.dark-color:not(.primary-color) footer .widget-tags .tagcloud a {
    background-color: #424754 !important;
    border: none;
    color: rgba(255, 255, 255, .6) !important;
}

body.footer-background.dark-color:not(.primary-color) footer .widget-tags .tagcloud a:hover {
    border: 0;
    background-color: #2c4499 !important;
    color: #fff !important;
}

body.footer-background.dark-color:not(.primary-color) .footer-bottom-content {
    background-color: #263238;
}

body.footer-background.dark-color:not(.primary-color) .footer-bottom-content a,
body.footer-background.dark-color:not(.primary-color) .footer-bottom-content p {
    color: rgba(255, 255, 255, .7);
}

body.footer-background.dark-color:not(.primary-color) .footer-bottom-content a:hover {
    color: #096ae2;
}

body.footer-background.dark-color:not(.primary-color) .footer-bottom-content .footer-copyright {
    color: rgba(255, 255, 255, .7);
}

body.footer-background.dark-color:not(.primary-color) .footer-bottom-content .footer-copyright a:hover {
    color: #fff;
}

body.footer-background.dark-color:not(.primary-color) .footer-bottom-content .main-navigation li a {
    padding-left: 20px;
}

body.footer-background.dark-color:not(.primary-color) .footer-bottom-content .main-navigation li a:hover {
    color: #096ae2;
}

body.footer-background.dark-color:not(.primary-color) .footer-bottom-content .main-navigation.left li a {
    padding-left: 0;
    padding-right: 20px;
}

body.footer-background.dark-color:not(.primary-color) .footer-bottom-content .header-menu-icons.social li {
    padding-left: 18px;
}

body.footer-background.dark-color:not(.primary-color) .footer-bottom-content .header-menu-icons.social .icon {
    background-color: transparent;
    color: rgba(255, 255, 255, .7);
}

body.footer-background.dark-color:not(.primary-color) .footer-bottom-content .header-menu-icons.social .icon i {
    font-size: 18px;
}

body.footer-background.dark-color:not(.primary-color) .footer-bottom-content .header-menu-icons.social .icon:hover {
    background-color: transparent;
    color: #096ae2;
}

body.footer-background.dark-color:not(.primary-color).widgets-6 footer.site-footer .widget-form {
    margin-bottom: 2.3rem;
}

body.footer-background.dark-color:not(.primary-color).widgets-6 footer.site-footer .widget-form input {
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #393e4b;
    padding-left: 0;
    padding-bottom: 20px;
    color: rgba(255, 255, 255, .7);
    font-weight: 500;
}

body.footer-background.dark-color:not(.primary-color).widgets-6 footer.site-footer .widget-form input::-webkit-input-placeholder {
    color: #4b505d;
}

body.footer-background.dark-color:not(.primary-color).widgets-6 footer.site-footer .widget-form input:-ms-input-placeholder {
    color: #4b505d;
}

body.footer-background.dark-color:not(.primary-color).widgets-6 footer.site-footer .widget-form input::-ms-input-placeholder {
    color: #4b505d;
}

body.footer-background.dark-color:not(.primary-color).widgets-6 footer.site-footer .widget-form input::placeholder {
    color: #4b505d;
}

body.footer-background.dark-color:not(.primary-color).widgets-6 footer.site-footer .widget-form .button {
    background-color: transparent;
    color: #096ae2;
    font-size: 20px;
    top: -5px;
    right: -13px;
}

body.footer-background.dark-color:not(.primary-color).widgets-6 footer.site-footer .widget-form .button .icon {
    height: auto;
    width: auto;
    line-height: 1;
}

body.footer-reveal #footer-bottom-wrap,
body.footer-reveal #footer-wrap {
    width: 100%;
    height: auto;
    z-index: -200;
}

.footer-bottom-content {
    font-family: 'Roboto', sans-serif;
    text-align: center;
    color: #999;
}

.footer-bottom-content .main-navigation li.active>a,
.footer-bottom-content .main-navigation li.current-menu-ancestor>a,
.footer-bottom-content .main-navigation li.current-menu-item>a,
.footer-bottom-content .main-navigation li.current-menu-parent>a,
.footer-bottom-content .main-navigation li.current>a,
.footer-bottom-content .main-navigation li.current_page_item>a,
.footer-bottom-content footer .footer-navigation li.active>a,
.footer-bottom-content footer .footer-navigation li.current-menu-ancestor>a,
.footer-bottom-content footer .footer-navigation li.current-menu-item>a,
.footer-bottom-content footer .footer-navigation li.current-menu-parent>a,
.footer-bottom-content footer .footer-navigation li.current>a,
.footer-bottom-content footer .footer-navigation li.current_page_item>a,
body.footer-background.dark-color:not(.primary-color) .footer-bottom-content .main-navigation li.active>a,
body.footer-background.dark-color:not(.primary-color) .footer-bottom-content .main-navigation li.current-menu-ancestor>a,
body.footer-background.dark-color:not(.primary-color) .footer-bottom-content .main-navigation li.current-menu-item>a,
body.footer-background.dark-color:not(.primary-color) .footer-bottom-content .main-navigation li.current-menu-parent>a,
body.footer-background.dark-color:not(.primary-color) .footer-bottom-content .main-navigation li.current>a,
body.footer-background.dark-color:not(.primary-color) .footer-bottom-content .main-navigation li.current_page_item>a,
footer .footer-navigation .footer-bottom-content li.active>a,
footer .footer-navigation .footer-bottom-content li.current-menu-ancestor>a,
footer .footer-navigation .footer-bottom-content li.current-menu-item>a,
footer .footer-navigation .footer-bottom-content li.current-menu-parent>a,
footer .footer-navigation .footer-bottom-content li.current>a,
footer .footer-navigation .footer-bottom-content li.current_page_item>a {
    color: #096ae2;
}

.footer-bottom-content .footer-copyright {
    font-size: 14px;
    font-size: .875rem;
    display: inline-block;
    font-family: 'Roboto', sans-serif;
    text-transform: capitalize;
    letter-spacing: 1px;
}

.footer-bottom-content a {
    color: #096ae2;
}

.footer-bottom-content a:hover {
    color: #263238;
}

.footer-bottom-content .header-menu-icons.social:before {
    display: none;
}

.footer-bottom-content .main-navigation li {
    font-size: 14px;
    font-size: .875rem;
    display: inline-block;
    padding: 3px 0;
}

.footer-bottom-content .main-navigation li a {
    color: #a6a6a6;
    padding-left: 15px;
}

.footer-bottom-content .main-navigation li a:hover {
    color: #2c4499;
}

.footer-bottom-content .main-navigation.left li a {
    padding-left: 0;
    padding-right: 15px;
}

.footer-bottom-content .level .footer-copyright {
    font-size: 13.5px;
    font-size: .84375rem;
    letter-spacing: 1px;
    font-weight: 400;
}

.image-content .content .text h1,
.image-content .content .text h4 {
    text-transform: uppercase;
}

.image-content figure {
    overflow: hidden;
}

.image-content figure .image {
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    display: block;
}

.image-content figure .image:hover {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}

.image-content .content {
    position: relative;
}

.image-content .content .text {
    position: absolute;
    top: 50%;
    left: 5%;
    -webkit-transform: translate(-5%, -50%);
    transform: translate(-5%, -50%);
    width: auto;
    padding: 0 3.4rem;
}

.image-content .content .text>* {
    text-align: left;
}

.image-content .content .text h4 {
    color: #056ae8;
    letter-spacing: 2px;
}

.image-content .content .text h1 {
    color: #263238;
    letter-spacing: 2px;
    margin-top: .7em;
    margin-bottom: 1em;
}

.image-content .content .text p {
    color: #a6a6a6;
    font-family: 'Roboto', sans-serif;
    margin-bottom: 38px;
}

.image-content .content .text a {
    padding: 23px 34px;
}

.column {
    display: block;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    padding: .75rem;
}

.columns.is-mobile>.column.is-narrow {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
}

.columns.is-mobile>.column.is-full {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 100%;
}

.columns.is-mobile>.column.is-three-quarters {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 75%;
}

.columns.is-mobile>.column.is-two-thirds {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 66.6666%;
}

.columns.is-mobile>.column.is-half {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 50%;
}

.columns.is-mobile>.column.is-one-third {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 33.3333%;
}

.columns.is-mobile>.column.is-one-quarter {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 25%;
}

.columns.is-mobile>.column.is-one-fifth {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 20%;
}

.columns.is-mobile>.column.is-two-fifths {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 40%;
}

.columns.is-mobile>.column.is-three-fifths {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 60%;
}

.columns.is-mobile>.column.is-four-fifths {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 80%;
}

.columns.is-mobile>.column.is-offset-three-quarters {
    margin-left: 75%;
}

.columns.is-mobile>.column.is-offset-two-thirds {
    margin-left: 66.6666%;
}

.columns.is-mobile>.column.is-offset-half {
    margin-left: 50%;
}

.columns.is-mobile>.column.is-offset-one-third {
    margin-left: 33.3333%;
}

.columns.is-mobile>.column.is-offset-one-quarter {
    margin-left: 25%;
}

.columns.is-mobile>.column.is-offset-one-fifth {
    margin-left: 20%;
}

.columns.is-mobile>.column.is-offset-two-fifths {
    margin-left: 40%;
}

.columns.is-mobile>.column.is-offset-three-fifths {
    margin-left: 60%;
}

.columns.is-mobile>.column.is-offset-four-fifths {
    margin-left: 80%;
}

.columns.is-mobile>.column.is-1,
.instafeed.columns-is-1 .columns.is-mobile>.column {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 8.33333%;
}

.columns.is-mobile>.column.is-offset-1 {
    margin-left: 8.33333%;
}

.columns.is-mobile>.column.is-2 {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 16.66667%;
}

.columns.is-mobile>.column.is-offset-2 {
    margin-left: 16.66667%;
}

.columns.is-mobile>.column.is-3,
.instafeed.columns-is-2 .columns.is-mobile>.column,
.instafeed.columns-is-3 .columns.is-mobile>.column {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 25%;
}

.columns.is-mobile>.column.is-offset-3 {
    margin-left: 25%;
}

.columns.is-mobile>.column.is-4,
.instafeed.columns-is-4 .columns.is-mobile>.column {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 33.33333%;
}

.columns.is-mobile>.column.is-offset-4 {
    margin-left: 33.33333%;
}

.columns.is-mobile>.column.is-5,
.instafeed.columns-is-5 .columns.is-mobile>.column {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 41.66667%;
}

.columns.is-mobile>.column.is-offset-5 {
    margin-left: 41.66667%;
}

.columns.is-mobile>.column.is-6,
.instafeed.columns-is-6 .columns.is-mobile>.column {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 50%;
}

.columns.is-mobile>.column.is-offset-6 {
    margin-left: 50%;
}

.columns.is-mobile>.column.is-7,
.instafeed.columns-is-7 .columns.is-mobile>.column {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 58.33333%;
}

.columns.is-mobile>.column.is-offset-7 {
    margin-left: 58.33333%;
}

.columns.is-mobile>.column.is-8,
.instafeed.columns-is-8 .columns.is-mobile>.column {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 66.66667%;
}

.columns.is-mobile>.column.is-offset-8 {
    margin-left: 66.66667%;
}

.columns.is-mobile>.column.is-9,
.instafeed.columns-is-9 .columns.is-mobile>.column {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 75%;
}

.columns.is-mobile>.column.is-offset-9 {
    margin-left: 75%;
}

.columns.is-mobile>.column.is-10,
.instafeed.columns-is-10 .columns.is-mobile>.column {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 83.33333%;
}

.columns.is-mobile>.column.is-offset-10 {
    margin-left: 83.33333%;
}

.columns.is-mobile>.column.is-11,
.instafeed.columns-is-11 .columns.is-mobile>.column {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 91.66667%;
}

.columns.is-mobile>.column.is-offset-11 {
    margin-left: 91.66667%;
}

.columns.is-mobile>.column.is-12,
.instafeed.columns-is-12 .columns.is-mobile>.column {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 100%;
}

.columns.is-mobile>.column.is-offset-12 {
    margin-left: 100%;
}

@media screen and (max-width:768px) {

    body .main-slider.style-four .content {
        padding: 10vh 25px 0;
    }

    body .main-slider.style-four .content h1,
    body .heading-title {
        font-size: 1.7rem;
    }

    body .main-slider .text,
    body .heading-subtitle {
        font-size: 1rem;
    }

	.button, .button.is-large, .button.is-medium {
        padding-left: calc(1.8em - 1px);
        padding-right: calc(1.8em - 1px);
    }

    body header .main-navigation li ul,
    header .main-navigation li ul li ul {
        background-color: #fff!important;
    }

    body header .main-navigation li ul li a {
        color: var(--heading-color);
    }

    header .main-navigation li a {
        font-size: 16px;
        font-weight: 600;
    }

    body.header-hamburger-menu.slide-right header .level:last-child .level-right {
        width: 100%;
    }

    .column.is-narrow-mobile {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
    }

    .column.is-full-mobile {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 100%;
    }

    .column.is-three-quarters-mobile {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 75%;
    }

    .column.is-two-thirds-mobile {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 66.6666%;
    }

    .column.is-half-mobile {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 50%;
    }

    .column.is-one-third-mobile {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 33.3333%;
    }

    .column.is-one-quarter-mobile {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 25%;
    }

    .column.is-one-fifth-mobile {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 20%;
    }

    .column.is-two-fifths-mobile {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 40%;
    }

    .column.is-three-fifths-mobile {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 60%;
    }

    .column.is-four-fifths-mobile {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 80%;
    }

    .column.is-offset-three-quarters-mobile {
        margin-left: 75%;
    }

    .column.is-offset-two-thirds-mobile {
        margin-left: 66.6666%;
    }

    .column.is-offset-half-mobile {
        margin-left: 50%;
    }

    .column.is-offset-one-third-mobile {
        margin-left: 33.3333%;
    }

    .column.is-offset-one-quarter-mobile {
        margin-left: 25%;
    }

    .column.is-offset-one-fifth-mobile {
        margin-left: 20%;
    }

    .column.is-offset-two-fifths-mobile {
        margin-left: 40%;
    }

    .column.is-offset-three-fifths-mobile {
        margin-left: 60%;
    }

    .column.is-offset-four-fifths-mobile {
        margin-left: 80%;
    }

    .column.is-1-mobile {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 8.33333%;
    }

    .column.is-offset-1-mobile {
        margin-left: 8.33333%;
    }

    .column.is-2-mobile {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 16.66667%;
    }

    .column.is-offset-2-mobile {
        margin-left: 16.66667%;
    }

    .column.is-3-mobile {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 25%;
    }

    .column.is-offset-3-mobile {
        margin-left: 25%;
    }

    .column.is-4-mobile {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 33.33333%;
    }

    .column.is-offset-4-mobile {
        margin-left: 33.33333%;
    }

    .column.is-5-mobile {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 41.66667%;
    }

    .column.is-offset-5-mobile {
        margin-left: 41.66667%;
    }

    .column.is-6-mobile {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 50%;
    }

    .column.is-offset-6-mobile {
        margin-left: 50%;
    }

    .column.is-7-mobile {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 58.33333%;
    }

    .column.is-offset-7-mobile {
        margin-left: 58.33333%;
    }

    .column.is-8-mobile {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 66.66667%;
    }

    .column.is-offset-8-mobile {
        margin-left: 66.66667%;
    }

    .column.is-9-mobile {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 75%;
    }

    .column.is-offset-9-mobile {
        margin-left: 75%;
    }

    .column.is-10-mobile {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 83.33333%;
    }

    .column.is-offset-10-mobile {
        margin-left: 83.33333%;
    }

    .column.is-11-mobile {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 91.66667%;
    }

    .column.is-offset-11-mobile {
        margin-left: 91.66667%;
    }

    .column.is-12-mobile {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 100%;
    }

    .column.is-offset-12-mobile {
        margin-left: 100%;
    }
}

@media screen and (min-width:769px),
print {

    .column.is-narrow,
    .column.is-narrow-tablet {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
    }

    .column.is-full,
    .column.is-full-tablet {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 100%;
    }

    .column.is-three-quarters,
    .column.is-three-quarters-tablet {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 75%;
    }

    .column.is-two-thirds,
    .column.is-two-thirds-tablet {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 66.6666%;
    }

    .column.is-half,
    .column.is-half-tablet {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 50%;
    }

    .column.is-one-third,
    .column.is-one-third-tablet {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 33.3333%;
    }

    .column.is-one-quarter,
    .column.is-one-quarter-tablet {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 25%;
    }

    .column.is-one-fifth,
    .column.is-one-fifth-tablet {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 20%;
    }

    .column.is-two-fifths,
    .column.is-two-fifths-tablet {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 40%;
    }

    .column.is-three-fifths,
    .column.is-three-fifths-tablet {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 60%;
    }

    .column.is-four-fifths,
    .column.is-four-fifths-tablet {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 80%;
    }

    .column.is-offset-three-quarters,
    .column.is-offset-three-quarters-tablet {
        margin-left: 75%;
    }

    .column.is-offset-two-thirds,
    .column.is-offset-two-thirds-tablet {
        margin-left: 66.6666%;
    }

    .column.is-offset-half,
    .column.is-offset-half-tablet {
        margin-left: 50%;
    }

    .column.is-offset-one-third,
    .column.is-offset-one-third-tablet {
        margin-left: 33.3333%;
    }

    .column.is-offset-one-quarter,
    .column.is-offset-one-quarter-tablet {
        margin-left: 25%;
    }

    .column.is-offset-one-fifth,
    .column.is-offset-one-fifth-tablet {
        margin-left: 20%;
    }

    .column.is-offset-two-fifths,
    .column.is-offset-two-fifths-tablet {
        margin-left: 40%;
    }

    .column.is-offset-three-fifths,
    .column.is-offset-three-fifths-tablet {
        margin-left: 60%;
    }

    .column.is-offset-four-fifths,
    .column.is-offset-four-fifths-tablet {
        margin-left: 80%;
    }

    .column.is-1,
    .column.is-1-tablet,
    .instafeed.columns-is-1 .column {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 8.33333%;
    }

    .column.is-offset-1,
    .column.is-offset-1-tablet {
        margin-left: 8.33333%;
    }

    .column.is-2,
    .column.is-2-tablet {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 16.66667%;
    }

    .column.is-offset-2,
    .column.is-offset-2-tablet {
        margin-left: 16.66667%;
    }

    .column.is-3,
    .column.is-3-tablet,
    .instafeed.columns-is-2 .column,
    .instafeed.columns-is-3 .column {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 25%;
    }

    .column.is-offset-3,
    .column.is-offset-3-tablet {
        margin-left: 25%;
    }

    .column.is-4,
    .column.is-4-tablet,
    .instafeed.columns-is-4 .column {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 33.33333%;
    }

    .column.is-offset-4,
    .column.is-offset-4-tablet {
        margin-left: 33.33333%;
    }

    .column.is-5,
    .column.is-5-tablet,
    .instafeed.columns-is-5 .column {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 41.66667%;
    }

    .column.is-offset-5,
    .column.is-offset-5-tablet {
        margin-left: 41.66667%;
    }

    .column.is-6,
    .column.is-6-tablet,
    .instafeed.columns-is-6 .column {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 50%;
    }

    .column.is-offset-6,
    .column.is-offset-6-tablet {
        margin-left: 50%;
    }

    .column.is-7,
    .column.is-7-tablet,
    .instafeed.columns-is-7 .column {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 58.33333%;
    }

    .column.is-offset-7,
    .column.is-offset-7-tablet {
        margin-left: 58.33333%;
    }

    .column.is-8,
    .column.is-8-tablet,
    .instafeed.columns-is-8 .column {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 66.66667%;
    }

    .column.is-offset-8,
    .column.is-offset-8-tablet {
        margin-left: 66.66667%;
    }

    .column.is-9,
    .column.is-9-tablet,
    .instafeed.columns-is-9 .column {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 75%;
    }

    .column.is-offset-9,
    .column.is-offset-9-tablet {
        margin-left: 75%;
    }

    .column.is-10,
    .column.is-10-tablet,
    .instafeed.columns-is-10 .column {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 83.33333%;
    }

    .column.is-offset-10,
    .column.is-offset-10-tablet {
        margin-left: 83.33333%;
    }

    .column.is-11,
    .column.is-11-tablet,
    .instafeed.columns-is-11 .column {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 91.66667%;
    }

    .column.is-offset-11,
    .column.is-offset-11-tablet {
        margin-left: 91.66667%;
    }

    .column.is-12,
    .column.is-12-tablet,
    .instafeed.columns-is-12 .column {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 100%;
    }

    .column.is-offset-12,
    .column.is-offset-12-tablet {
        margin-left: 100%;
    }
}

@media screen and (max-width:1087px) {
    .column.is-narrow-touch {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
    }

    .column.is-full-touch {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 100%;
    }

    .column.is-three-quarters-touch {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 75%;
    }

    .column.is-two-thirds-touch {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 66.6666%;
    }

    .column.is-half-touch {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 50%;
    }

    .column.is-one-third-touch {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 33.3333%;
    }

    .column.is-one-quarter-touch {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 25%;
    }

    .column.is-one-fifth-touch {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 20%;
    }

    .column.is-two-fifths-touch {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 40%;
    }

    .column.is-three-fifths-touch {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 60%;
    }

    .column.is-four-fifths-touch {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 80%;
    }

    .column.is-offset-three-quarters-touch {
        margin-left: 75%;
    }

    .column.is-offset-two-thirds-touch {
        margin-left: 66.6666%;
    }

    .column.is-offset-half-touch {
        margin-left: 50%;
    }

    .column.is-offset-one-third-touch {
        margin-left: 33.3333%;
    }

    .column.is-offset-one-quarter-touch {
        margin-left: 25%;
    }

    .column.is-offset-one-fifth-touch {
        margin-left: 20%;
    }

    .column.is-offset-two-fifths-touch {
        margin-left: 40%;
    }

    .column.is-offset-three-fifths-touch {
        margin-left: 60%;
    }

    .column.is-offset-four-fifths-touch {
        margin-left: 80%;
    }

    .column.is-1-touch {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 8.33333%;
    }

    .column.is-offset-1-touch {
        margin-left: 8.33333%;
    }

    .column.is-2-touch {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 16.66667%;
    }

    .column.is-offset-2-touch {
        margin-left: 16.66667%;
    }

    .column.is-3-touch {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 25%;
    }

    .column.is-offset-3-touch {
        margin-left: 25%;
    }

    .column.is-4-touch {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 33.33333%;
    }

    .column.is-offset-4-touch {
        margin-left: 33.33333%;
    }

    .column.is-5-touch {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 41.66667%;
    }

    .column.is-offset-5-touch {
        margin-left: 41.66667%;
    }

    .column.is-6-touch {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 50%;
    }

    .column.is-offset-6-touch {
        margin-left: 50%;
    }

    .column.is-7-touch {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 58.33333%;
    }

    .column.is-offset-7-touch {
        margin-left: 58.33333%;
    }

    .column.is-8-touch {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 66.66667%;
    }

    .column.is-offset-8-touch {
        margin-left: 66.66667%;
    }

    .column.is-9-touch {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 75%;
    }

    .column.is-offset-9-touch {
        margin-left: 75%;
    }

    .column.is-10-touch {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 83.33333%;
    }

    .column.is-offset-10-touch {
        margin-left: 83.33333%;
    }

    .column.is-11-touch {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 91.66667%;
    }

    .column.is-offset-11-touch {
        margin-left: 91.66667%;
    }

    .column.is-12-touch {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 100%;
    }

    .column.is-offset-12-touch {
        margin-left: 100%;
    }
}

@media screen and (min-width:1088px) {
    .column.is-narrow-desktop {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
    }

    .column.is-full-desktop {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 100%;
    }

    .column.is-three-quarters-desktop {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 75%;
    }

    .column.is-two-thirds-desktop {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 66.6666%;
    }

    .column.is-half-desktop {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 50%;
    }

    .column.is-one-third-desktop {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 33.3333%;
    }

    .column.is-one-quarter-desktop {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 25%;
    }

    .column.is-one-fifth-desktop {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 20%;
    }

    .column.is-two-fifths-desktop {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 40%;
    }

    .column.is-three-fifths-desktop {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 60%;
    }

    .column.is-four-fifths-desktop {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 80%;
    }

    .column.is-offset-three-quarters-desktop {
        margin-left: 75%;
    }

    .column.is-offset-two-thirds-desktop {
        margin-left: 66.6666%;
    }

    .column.is-offset-half-desktop {
        margin-left: 50%;
    }

    .column.is-offset-one-third-desktop {
        margin-left: 33.3333%;
    }

    .column.is-offset-one-quarter-desktop {
        margin-left: 25%;
    }

    .column.is-offset-one-fifth-desktop {
        margin-left: 20%;
    }

    .column.is-offset-two-fifths-desktop {
        margin-left: 40%;
    }

    .column.is-offset-three-fifths-desktop {
        margin-left: 60%;
    }

    .column.is-offset-four-fifths-desktop {
        margin-left: 80%;
    }

    .column.is-1-desktop {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 8.33333%;
    }

    .column.is-offset-1-desktop {
        margin-left: 8.33333%;
    }

    .column.is-2-desktop {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 16.66667%;
    }

    .column.is-offset-2-desktop {
        margin-left: 16.66667%;
    }

    .column.is-3-desktop {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 25%;
    }

    .column.is-offset-3-desktop {
        margin-left: 25%;
    }

    .column.is-4-desktop {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 33.33333%;
    }

    .column.is-offset-4-desktop {
        margin-left: 33.33333%;
    }

    .column.is-5-desktop {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 41.66667%;
    }

    .column.is-offset-5-desktop {
        margin-left: 41.66667%;
    }

    .column.is-6-desktop {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 50%;
    }

    .column.is-offset-6-desktop {
        margin-left: 50%;
    }

    .column.is-7-desktop {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 58.33333%;
    }

    .column.is-offset-7-desktop {
        margin-left: 58.33333%;
    }

    .column.is-8-desktop {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 66.66667%;
    }

    .column.is-offset-8-desktop {
        margin-left: 66.66667%;
    }

    .column.is-9-desktop {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 75%;
    }

    .column.is-offset-9-desktop {
        margin-left: 75%;
    }

    .column.is-10-desktop {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 83.33333%;
    }

    .column.is-offset-10-desktop {
        margin-left: 83.33333%;
    }

    .column.is-11-desktop {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 91.66667%;
    }

    .column.is-offset-11-desktop {
        margin-left: 91.66667%;
    }

    .column.is-12-desktop {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 100%;
    }

    .column.is-offset-12-desktop {
        margin-left: 100%;
    }
}

@media screen and (min-width:1280px) {
    .column.is-narrow-widescreen {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
    }

    .column.is-full-widescreen {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 100%;
    }

    .column.is-three-quarters-widescreen {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 75%;
    }

    .column.is-two-thirds-widescreen {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 66.6666%;
    }

    .column.is-half-widescreen {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 50%;
    }

    .column.is-one-third-widescreen {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 33.3333%;
    }

    .column.is-one-quarter-widescreen {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 25%;
    }

    .column.is-one-fifth-widescreen {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 20%;
    }

    .column.is-two-fifths-widescreen {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 40%;
    }

    .column.is-three-fifths-widescreen {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 60%;
    }

    .column.is-four-fifths-widescreen {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 80%;
    }

    .column.is-offset-three-quarters-widescreen {
        margin-left: 75%;
    }

    .column.is-offset-two-thirds-widescreen {
        margin-left: 66.6666%;
    }

    .column.is-offset-half-widescreen {
        margin-left: 50%;
    }

    .column.is-offset-one-third-widescreen {
        margin-left: 33.3333%;
    }

    .column.is-offset-one-quarter-widescreen {
        margin-left: 25%;
    }

    .column.is-offset-one-fifth-widescreen {
        margin-left: 20%;
    }

    .column.is-offset-two-fifths-widescreen {
        margin-left: 40%;
    }

    .column.is-offset-three-fifths-widescreen {
        margin-left: 60%;
    }

    .column.is-offset-four-fifths-widescreen {
        margin-left: 80%;
    }

    .column.is-1-widescreen {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 8.33333%;
    }

    .column.is-offset-1-widescreen {
        margin-left: 8.33333%;
    }

    .column.is-2-widescreen {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 16.66667%;
    }

    .column.is-offset-2-widescreen {
        margin-left: 16.66667%;
    }

    .column.is-3-widescreen {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 25%;
    }

    .column.is-offset-3-widescreen {
        margin-left: 25%;
    }

    .column.is-4-widescreen {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 33.33333%;
    }

    .column.is-offset-4-widescreen {
        margin-left: 33.33333%;
    }

    .column.is-5-widescreen {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 41.66667%;
    }

    .column.is-offset-5-widescreen {
        margin-left: 41.66667%;
    }

    .column.is-6-widescreen {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 50%;
    }

    .column.is-offset-6-widescreen {
        margin-left: 50%;
    }

    .column.is-7-widescreen {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 58.33333%;
    }

    .column.is-offset-7-widescreen {
        margin-left: 58.33333%;
    }

    .column.is-8-widescreen {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 66.66667%;
    }

    .column.is-offset-8-widescreen {
        margin-left: 66.66667%;
    }

    .column.is-9-widescreen {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 75%;
    }

    .column.is-offset-9-widescreen {
        margin-left: 75%;
    }

    .column.is-10-widescreen {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 83.33333%;
    }

    .column.is-offset-10-widescreen {
        margin-left: 83.33333%;
    }

    .column.is-11-widescreen {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 91.66667%;
    }

    .column.is-offset-11-widescreen {
        margin-left: 91.66667%;
    }

    .column.is-12-widescreen {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 100%;
    }

    .column.is-offset-12-widescreen {
        margin-left: 100%;
    }
}

@media screen and (min-width:1472px) {
    .column.is-narrow-fullhd {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
    }

    .column.is-full-fullhd {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 100%;
    }

    .column.is-three-quarters-fullhd {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 75%;
    }

    .column.is-two-thirds-fullhd {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 66.6666%;
    }

    .column.is-half-fullhd {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 50%;
    }

    .column.is-one-third-fullhd {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 33.3333%;
    }

    .column.is-one-quarter-fullhd {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 25%;
    }

    .column.is-one-fifth-fullhd {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 20%;
    }

    .column.is-two-fifths-fullhd {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 40%;
    }

    .column.is-three-fifths-fullhd {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 60%;
    }

    .column.is-four-fifths-fullhd {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 80%;
    }

    .column.is-offset-three-quarters-fullhd {
        margin-left: 75%;
    }

    .column.is-offset-two-thirds-fullhd {
        margin-left: 66.6666%;
    }

    .column.is-offset-half-fullhd {
        margin-left: 50%;
    }

    .column.is-offset-one-third-fullhd {
        margin-left: 33.3333%;
    }

    .column.is-offset-one-quarter-fullhd {
        margin-left: 25%;
    }

    .column.is-offset-one-fifth-fullhd {
        margin-left: 20%;
    }

    .column.is-offset-two-fifths-fullhd {
        margin-left: 40%;
    }

    .column.is-offset-three-fifths-fullhd {
        margin-left: 60%;
    }

    .column.is-offset-four-fifths-fullhd {
        margin-left: 80%;
    }

    .column.is-1-fullhd {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 8.33333%;
    }

    .column.is-offset-1-fullhd {
        margin-left: 8.33333%;
    }

    .column.is-2-fullhd {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 16.66667%;
    }

    .column.is-offset-2-fullhd {
        margin-left: 16.66667%;
    }

    .column.is-3-fullhd {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 25%;
    }

    .column.is-offset-3-fullhd {
        margin-left: 25%;
    }

    .column.is-4-fullhd {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 33.33333%;
    }

    .column.is-offset-4-fullhd {
        margin-left: 33.33333%;
    }

    .column.is-5-fullhd {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 41.66667%;
    }

    .column.is-offset-5-fullhd {
        margin-left: 41.66667%;
    }

    .column.is-6-fullhd {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 50%;
    }

    .column.is-offset-6-fullhd {
        margin-left: 50%;
    }

    .column.is-7-fullhd {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 58.33333%;
    }

    .column.is-offset-7-fullhd {
        margin-left: 58.33333%;
    }

    .column.is-8-fullhd {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 66.66667%;
    }

    .column.is-offset-8-fullhd {
        margin-left: 66.66667%;
    }

    .column.is-9-fullhd {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 75%;
    }

    .column.is-offset-9-fullhd {
        margin-left: 75%;
    }

    .column.is-10-fullhd {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 83.33333%;
    }

    .column.is-offset-10-fullhd {
        margin-left: 83.33333%;
    }

    .column.is-11-fullhd {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 91.66667%;
    }

    .column.is-offset-11-fullhd {
        margin-left: 91.66667%;
    }

    .column.is-12-fullhd {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 100%;
    }

    .column.is-offset-12-fullhd {
        margin-left: 100%;
    }
}

.columns {
    margin-left: -.75rem;
    margin-right: -.75rem;
    margin-top: -.75rem;
}

.columns:last-child {
    margin-bottom: -.75rem;
}

.columns:not(:last-child) {
    margin-bottom: calc(1.5rem - .75rem);
}

.columns.is-centered {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.columns.is-gapless {
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
}

.columns.is-gapless>.column {
    margin: 0;
    padding: 0 !important;
}

.columns.is-gapless:not(:last-child) {
    margin-bottom: 1.5rem;
}

.columns.is-gapless:last-child {
    margin-bottom: 0;
}

.columns.is-mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.columns.is-multiline {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.columns.is-vcentered {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media screen and (min-width:769px),
print {
    .columns:not(.is-desktop) {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
}

@media screen and (min-width:1088px) {
    .columns.is-desktop {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
}

.columns.is-variable {
    --columnGap: 0.75rem;
    margin-left: calc(-1 * var(--columnGap));
    margin-right: calc(-1 * var(--columnGap));
}

.columns.is-variable .column {
    padding-left: var(--columnGap);
    padding-right: var(--columnGap);
}

.columns.is-variable.is-0 {
    --columnGap: 0rem;
}

.columns.is-variable.is-1,
.instafeed.columns-is-1 .columns.is-variable.column {
    --columnGap: 0.25rem;
}

.columns.is-variable.is-2 {
    --columnGap: 0.5rem;
}

.columns.is-variable.is-3,
.instafeed.columns-is-2 .columns.is-variable.column,
.instafeed.columns-is-3 .columns.is-variable.column {
    --columnGap: 0.75rem;
}

.columns.is-variable.is-4,
.instafeed.columns-is-4 .columns.is-variable.column {
    --columnGap: 1rem;
    justify-content: center;
}

.columns.is-variable.is-5,
.instafeed.columns-is-5 .columns.is-variable.column {
    --columnGap: 1.25rem;
}

.columns.is-variable.is-6,
.instafeed.columns-is-6 .columns.is-variable.column {
    --columnGap: 1.5rem;
}

.columns.is-variable.is-7,
.instafeed.columns-is-7 .columns.is-variable.column {
    --columnGap: 1.75rem;
}

.columns.is-variable.is-8,
.instafeed.columns-is-8 .columns.is-variable.column {
    --columnGap: 2rem;
}

.instafeed .instafeed-image {
    overflow: hidden;
    position: relative;
}

.instafeed .instafeed-image img {
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    display: block;
}

.instafeed .instafeed-image .instafeed-overlay {
    background: rgba(0, 0, 0, .5);
    top: 0;
    left: 0;
    position: absolute;
    height: 100%;
    width: 100%;
    opacity: 0;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    z-index: 1;
}

.instafeed .instafeed-image .instafeed-overlay .instafeed-info {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: auto;
    color: #fff;
    font-family: 'Roboto', sans-serif;
    font-size: 17px;
    font-size: 1.0625rem;
}

.instafeed .instafeed-image .instafeed-overlay .instafeed-info>* {
    text-align: center;
}

.instafeed .instafeed-image .instafeed-overlay .instafeed-info span {
    display: inline-block;
    padding: 0 10px;
}

.instafeed .instafeed-image .instafeed-overlay .instafeed-info span i {
    font-size: 19px;
    font-size: 1.1875rem;
    vertical-align: text-top;
    margin-right: 1px;
}

.instafeed .instafeed-image:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.instafeed .instafeed-image:hover .instafeed-overlay {
    opacity: 1;
}

.logos.awards li:first-child {
    padding-left: 0;
}

.logos.awards li:last-child {
    padding-right: 0;
}

.logos.awards {
    text-align: center;
    padding: 2rem 0 4rem;
}

.logos.awards li {
    display: inline-block;
    padding: 0 3.5rem;
    border-right: 1px solid #f5f5f5;
}

.logos.awards li a {
    display: inline-block;
}

.logos.awards li img {
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}

.logos.awards li img:hover {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}

.logos.awards li:last-child {
    border: 0;
}

body.header-sticky header {
    z-index: 100;
}

body.header-sticky.header-topbar.hide-on-scroll header {
    position: relative;
}

body.header-sticky.header-topbar.header-transparent-overlay.hide-on-scroll header,
body.header-sticky.header-topbar.header-transparent.hide-on-scroll header {
    position: absolute;
    top: 41px;
    z-index: 6;
    background-color: var(--white-color);
}

body.header-sticky.hide-on-scroll header {
    top: 0;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
}

body.header-sticky.hide-on-scroll header.hide-on-scroll,
body.header-sticky.hide-on-scroll header.responsive-on-scroll,
body.header-sticky.hide-on-scroll header.show-on-scroll,
body.header-sticky.show-on-scroll header.hide-on-scroll,
body.header-sticky.show-on-scroll header.responsive-on-scroll,
body.header-sticky.show-on-scroll header.show-on-scroll {
    max-height: 60px;
    -webkit-box-shadow: 0 1px 2px .5px rgba(215, 214, 211, .2);
    box-shadow: 0 1px 2px .5px rgba(215, 214, 211, .2);
}

body.header-sticky.hide-on-scroll header.hide-on-scroll .main-navigation>ul>li>a,
body.header-sticky.hide-on-scroll header.responsive-on-scroll .main-navigation>ul>li>a,
body.header-sticky.hide-on-scroll header.show-on-scroll .main-navigation>ul>li>a,
body.header-sticky.show-on-scroll header.hide-on-scroll .main-navigation>ul>li>a,
body.header-sticky.show-on-scroll header.responsive-on-scroll .main-navigation>ul>li>a,
body.header-sticky.show-on-scroll header.show-on-scroll .main-navigation>ul>li>a {
    margin: 5.5px 0;
    color: var(--heading-color);
    font-weight: 600;
}

body.header-sticky.hide-on-scroll header.hide-on-scroll .nav-menu-dropdown>li,
body.header-sticky.hide-on-scroll header.responsive-on-scroll .nav-menu-dropdown>li,
body.header-sticky.hide-on-scroll header.show-on-scroll .nav-menu-dropdown>li,
body.header-sticky.show-on-scroll header.hide-on-scroll .nav-menu-dropdown>li,
body.header-sticky.show-on-scroll header.responsive-on-scroll .nav-menu-dropdown>li,
body.header-sticky.show-on-scroll header.show-on-scroll .nav-menu-dropdown>li {
    padding: 13px 0;
}

body.header-sticky.hide-on-scroll.header-logo-top header.hide-on-scroll .level,
body.header-sticky.hide-on-scroll.header-logo-top header.responsive-on-scroll .level,
body.header-sticky.hide-on-scroll.header-logo-top header.show-on-scroll .level,
body.header-sticky.show-on-scroll.header-logo-top header.hide-on-scroll .level,
body.header-sticky.show-on-scroll.header-logo-top header.responsive-on-scroll .level,
body.header-sticky.show-on-scroll.header-logo-top header.show-on-scroll .level {
    border-top: 0;
}

body.header-sticky.hide-on-scroll.header-logo-top header.hide-on-scroll .level.top,
body.header-sticky.hide-on-scroll.header-logo-top header.responsive-on-scroll .level.top,
body.header-sticky.hide-on-scroll.header-logo-top header.show-on-scroll .level.top,
body.header-sticky.show-on-scroll.header-logo-top header.hide-on-scroll .level.top,
body.header-sticky.show-on-scroll.header-logo-top header.responsive-on-scroll .level.top,
body.header-sticky.show-on-scroll.header-logo-top header.show-on-scroll .level.top {
    display: none;
}

body.header-sticky.hide-on-scroll.header-logo-top header.hide-on-scroll .header-menu-icons li>ul,
body.header-sticky.hide-on-scroll.header-logo-top header.responsive-on-scroll .header-menu-icons li>ul,
body.header-sticky.hide-on-scroll.header-logo-top header.show-on-scroll .header-menu-icons li>ul,
body.header-sticky.show-on-scroll.header-logo-top header.hide-on-scroll .header-menu-icons li>ul,
body.header-sticky.show-on-scroll.header-logo-top header.responsive-on-scroll .header-menu-icons li>ul,
body.header-sticky.show-on-scroll.header-logo-top header.show-on-scroll .header-menu-icons li>ul {
    margin-top: 12px;
}

body.header-sticky.hide-on-scroll.header-menu-top header.hide-on-scroll .level,
body.header-sticky.hide-on-scroll.header-menu-top header.responsive-on-scroll .level,
body.header-sticky.hide-on-scroll.header-menu-top header.show-on-scroll .level,
body.header-sticky.show-on-scroll.header-menu-top header.hide-on-scroll .level,
body.header-sticky.show-on-scroll.header-menu-top header.responsive-on-scroll .level,
body.header-sticky.show-on-scroll.header-menu-top header.show-on-scroll .level {
    border-top: 0;
    display: none;
}

body.header-sticky.hide-on-scroll.header-menu-top header.hide-on-scroll .level.top,
body.header-sticky.hide-on-scroll.header-menu-top header.responsive-on-scroll .level.top,
body.header-sticky.hide-on-scroll.header-menu-top header.show-on-scroll .level.top,
body.header-sticky.show-on-scroll.header-menu-top header.hide-on-scroll .level.top,
body.header-sticky.show-on-scroll.header-menu-top header.responsive-on-scroll .level.top,
body.header-sticky.show-on-scroll.header-menu-top header.show-on-scroll .level.top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

body.header-sticky.hide-on-scroll.header-menu-with-icons header.hide-on-scroll .header-menu-icons li>ul,
body.header-sticky.hide-on-scroll.header-menu-with-icons header.responsive-on-scroll .header-menu-icons li>ul,
body.header-sticky.hide-on-scroll.header-menu-with-icons header.show-on-scroll .header-menu-icons li>ul,
body.header-sticky.show-on-scroll.header-menu-with-icons header.hide-on-scroll .header-menu-icons li>ul,
body.header-sticky.show-on-scroll.header-menu-with-icons header.responsive-on-scroll .header-menu-icons li>ul,
body.header-sticky.show-on-scroll.header-menu-with-icons header.show-on-scroll .header-menu-icons li>ul {
    margin-top: 17px;
}

body.header-sticky.hide-on-scroll.header-menu-with-icons header.hide-on-scroll .header-menu-icons li>ul.dropdown-shopping-cart.style-2,
body.header-sticky.hide-on-scroll.header-menu-with-icons header.responsive-on-scroll .header-menu-icons li>ul.dropdown-shopping-cart.style-2,
body.header-sticky.hide-on-scroll.header-menu-with-icons header.show-on-scroll .header-menu-icons li>ul.dropdown-shopping-cart.style-2,
body.header-sticky.show-on-scroll.header-menu-with-icons header.hide-on-scroll .header-menu-icons li>ul.dropdown-shopping-cart.style-2,
body.header-sticky.show-on-scroll.header-menu-with-icons header.responsive-on-scroll .header-menu-icons li>ul.dropdown-shopping-cart.style-2,
body.header-sticky.show-on-scroll.header-menu-with-icons header.show-on-scroll .header-menu-icons li>ul.dropdown-shopping-cart.style-2 {
    margin-top: 10px;
}

body.header-sticky.hide-on-scroll.header-transparent header.hide-on-scroll,
body.header-sticky.hide-on-scroll.header-transparent header.responsive-on-scroll,
body.header-sticky.hide-on-scroll.header-transparent header.show-on-scroll,
body.header-sticky.hide-on-scroll.header-transparent-overlay header.hide-on-scroll,
body.header-sticky.hide-on-scroll.header-transparent-overlay header.responsive-on-scroll,
body.header-sticky.hide-on-scroll.header-transparent-overlay header.show-on-scroll,
body.header-sticky.show-on-scroll.header-transparent header.hide-on-scroll,
body.header-sticky.show-on-scroll.header-transparent header.responsive-on-scroll,
body.header-sticky.show-on-scroll.header-transparent header.show-on-scroll,
body.header-sticky.show-on-scroll.header-transparent-overlay header.hide-on-scroll,
body.header-sticky.show-on-scroll.header-transparent-overlay header.responsive-on-scroll,
body.header-sticky.show-on-scroll.header-transparent-overlay header.show-on-scroll {
    background-color: #fff;
}

body.header-sticky.hide-on-scroll.header-center-overlay header.hide-on-scroll,
body.header-sticky.hide-on-scroll.header-center-overlay header.responsive-on-scroll,
body.header-sticky.hide-on-scroll.header-center-overlay header.show-on-scroll,
body.header-sticky.show-on-scroll.header-center-overlay header.hide-on-scroll,
body.header-sticky.show-on-scroll.header-center-overlay header.responsive-on-scroll,
body.header-sticky.show-on-scroll.header-center-overlay header.show-on-scroll {
    padding-top: 0;
    background-color: #fff;
}

body.header-sticky.hide-on-scroll.header-center-overlay header.hide-on-scroll .site-header-inner,
body.header-sticky.hide-on-scroll.header-center-overlay header.responsive-on-scroll .site-header-inner,
body.header-sticky.hide-on-scroll.header-center-overlay header.show-on-scroll .site-header-inner,
body.header-sticky.show-on-scroll.header-center-overlay header.hide-on-scroll .site-header-inner,
body.header-sticky.show-on-scroll.header-center-overlay header.responsive-on-scroll .site-header-inner,
body.header-sticky.show-on-scroll.header-center-overlay header.show-on-scroll .site-header-inner {
    padding: 0;
    background-color: transparent;
}

body.header-sticky.hide-on-scroll.header-menu-separator-dots header.hide-on-scroll .main-navigation>ul>li:after,
body.header-sticky.hide-on-scroll.header-menu-separator-dots header.responsive-on-scroll .main-navigation>ul>li:after,
body.header-sticky.hide-on-scroll.header-menu-separator-dots header.show-on-scroll .main-navigation>ul>li:after,
body.header-sticky.show-on-scroll.header-menu-separator-dots header.hide-on-scroll .main-navigation>ul>li:after,
body.header-sticky.show-on-scroll.header-menu-separator-dots header.responsive-on-scroll .main-navigation>ul>li:after,
body.header-sticky.show-on-scroll.header-menu-separator-dots header.show-on-scroll .main-navigation>ul>li:after {
    top: 10px;
}

body.header-sticky.hide-on-scroll.header-menu-separator-line header.hide-on-scroll .main-navigation>ul>li:after,
body.header-sticky.hide-on-scroll.header-menu-separator-line header.responsive-on-scroll .main-navigation>ul>li:after,
body.header-sticky.hide-on-scroll.header-menu-separator-line header.show-on-scroll .main-navigation>ul>li:after,
body.header-sticky.show-on-scroll.header-menu-separator-line header.hide-on-scroll .main-navigation>ul>li:after,
body.header-sticky.show-on-scroll.header-menu-separator-line header.responsive-on-scroll .main-navigation>ul>li:after,
body.header-sticky.show-on-scroll.header-menu-separator-line header.show-on-scroll .main-navigation>ul>li:after {
    top: 35%;
}

body.header-sticky.hide-on-scroll.header-transparent-border header.hide-on-scroll,
body.header-sticky.hide-on-scroll.header-transparent-border header.responsive-on-scroll,
body.header-sticky.hide-on-scroll.header-transparent-border header.show-on-scroll,
body.header-sticky.show-on-scroll.header-transparent-border header.hide-on-scroll,
body.header-sticky.show-on-scroll.header-transparent-border header.responsive-on-scroll,
body.header-sticky.show-on-scroll.header-transparent-border header.show-on-scroll {
    background-color: #fff;
    border-bottom: 0;
}

body.header-sticky.hide-on-scroll.header-transparent-border header.hide-on-scroll .header-menu-icons,
body.header-sticky.hide-on-scroll.header-transparent-border header.responsive-on-scroll .header-menu-icons,
body.header-sticky.hide-on-scroll.header-transparent-border header.show-on-scroll .header-menu-icons,
body.header-sticky.show-on-scroll.header-transparent-border header.hide-on-scroll .header-menu-icons,
body.header-sticky.show-on-scroll.header-transparent-border header.responsive-on-scroll .header-menu-icons,
body.header-sticky.show-on-scroll.header-transparent-border header.show-on-scroll .header-menu-icons {
    border-left: 0;
}

body.header-sticky.hide-on-scroll.header-transparent-border header.hide-on-scroll .header-menu-icons>li,
body.header-sticky.hide-on-scroll.header-transparent-border header.responsive-on-scroll .header-menu-icons>li,
body.header-sticky.hide-on-scroll.header-transparent-border header.show-on-scroll .header-menu-icons>li,
body.header-sticky.show-on-scroll.header-transparent-border header.hide-on-scroll .header-menu-icons>li,
body.header-sticky.show-on-scroll.header-transparent-border header.responsive-on-scroll .header-menu-icons>li,
body.header-sticky.show-on-scroll.header-transparent-border header.show-on-scroll .header-menu-icons>li {
    padding: 0;
    padding-left: 8px;
}

body.header-sticky.hide-on-scroll.header-hamburger-menu header.hide-on-scroll #header-logo,
body.header-sticky.hide-on-scroll.header-hamburger-menu header.responsive-on-scroll #header-logo,
body.header-sticky.hide-on-scroll.header-hamburger-menu header.show-on-scroll #header-logo,
body.header-sticky.show-on-scroll.header-hamburger-menu header.hide-on-scroll #header-logo,
body.header-sticky.show-on-scroll.header-hamburger-menu header.responsive-on-scroll #header-logo,
body.header-sticky.show-on-scroll.header-hamburger-menu header.show-on-scroll #header-logo {
    padding: 10px 0;
}

body.header-sticky.hide-on-scroll.header-hamburger-menu.dark-color header.hide-on-scroll .site-logo img,
body.header-sticky.hide-on-scroll.header-hamburger-menu.dark-color header.responsive-on-scroll .site-logo img,
body.header-sticky.hide-on-scroll.header-hamburger-menu.dark-color header.show-on-scroll .site-logo img,
body.header-sticky.hide-on-scroll.header-hamburger-menu.primary-color header.hide-on-scroll .site-logo img,
body.header-sticky.hide-on-scroll.header-hamburger-menu.primary-color header.responsive-on-scroll .site-logo img,
body.header-sticky.hide-on-scroll.header-hamburger-menu.primary-color header.show-on-scroll .site-logo img,
body.header-sticky.show-on-scroll.header-hamburger-menu.dark-color header.hide-on-scroll .site-logo img,
body.header-sticky.show-on-scroll.header-hamburger-menu.dark-color header.responsive-on-scroll .site-logo img,
body.header-sticky.show-on-scroll.header-hamburger-menu.dark-color header.show-on-scroll .site-logo img,
body.header-sticky.show-on-scroll.header-hamburger-menu.primary-color header.hide-on-scroll .site-logo img,
body.header-sticky.show-on-scroll.header-hamburger-menu.primary-color header.responsive-on-scroll .site-logo img,
body.header-sticky.show-on-scroll.header-hamburger-menu.primary-color header.show-on-scroll .site-logo img {
    -webkit-filter: none;
    filter: none;
}

body.header-sticky.hide-on-scroll.header-hamburger-menu.white-color header.hide-on-scroll .site-logo img,
body.header-sticky.hide-on-scroll.header-hamburger-menu.white-color header.responsive-on-scroll .site-logo img,
body.header-sticky.hide-on-scroll.header-hamburger-menu.white-color header.show-on-scroll .site-logo img,
body.header-sticky.show-on-scroll.header-hamburger-menu.white-color header.hide-on-scroll .site-logo img,
body.header-sticky.show-on-scroll.header-hamburger-menu.white-color header.responsive-on-scroll .site-logo img,
body.header-sticky.show-on-scroll.header-hamburger-menu.white-color header.show-on-scroll .site-logo img {
    -webkit-filter: none;
    filter: none;
}

body.header-sticky.hide-on-scroll.header-hamburger-menu.white-color header.hide-on-scroll .hamburger-menu .hamburger-menu-icon,
body.header-sticky.hide-on-scroll.header-hamburger-menu.white-color header.hide-on-scroll .hamburger-menu .hamburger-menu-icon:after,
body.header-sticky.hide-on-scroll.header-hamburger-menu.white-color header.hide-on-scroll .hamburger-menu .hamburger-menu-icon:before,
body.header-sticky.hide-on-scroll.header-hamburger-menu.white-color header.responsive-on-scroll .hamburger-menu .hamburger-menu-icon,
body.header-sticky.hide-on-scroll.header-hamburger-menu.white-color header.responsive-on-scroll .hamburger-menu .hamburger-menu-icon:after,
body.header-sticky.hide-on-scroll.header-hamburger-menu.white-color header.responsive-on-scroll .hamburger-menu .hamburger-menu-icon:before,
body.header-sticky.hide-on-scroll.header-hamburger-menu.white-color header.show-on-scroll .hamburger-menu .hamburger-menu-icon,
body.header-sticky.hide-on-scroll.header-hamburger-menu.white-color header.show-on-scroll .hamburger-menu .hamburger-menu-icon:after,
body.header-sticky.hide-on-scroll.header-hamburger-menu.white-color header.show-on-scroll .hamburger-menu .hamburger-menu-icon:before,
body.header-sticky.show-on-scroll.header-hamburger-menu.white-color header.hide-on-scroll .hamburger-menu .hamburger-menu-icon,
body.header-sticky.show-on-scroll.header-hamburger-menu.white-color header.hide-on-scroll .hamburger-menu .hamburger-menu-icon:after,
body.header-sticky.show-on-scroll.header-hamburger-menu.white-color header.hide-on-scroll .hamburger-menu .hamburger-menu-icon:before,
body.header-sticky.show-on-scroll.header-hamburger-menu.white-color header.responsive-on-scroll .hamburger-menu .hamburger-menu-icon,
body.header-sticky.show-on-scroll.header-hamburger-menu.white-color header.responsive-on-scroll .hamburger-menu .hamburger-menu-icon:after,
body.header-sticky.show-on-scroll.header-hamburger-menu.white-color header.responsive-on-scroll .hamburger-menu .hamburger-menu-icon:before,
body.header-sticky.show-on-scroll.header-hamburger-menu.white-color header.show-on-scroll .hamburger-menu .hamburger-menu-icon,
body.header-sticky.show-on-scroll.header-hamburger-menu.white-color header.show-on-scroll .hamburger-menu .hamburger-menu-icon:after,
body.header-sticky.show-on-scroll.header-hamburger-menu.white-color header.show-on-scroll .hamburger-menu .hamburger-menu-icon:before {
    background-color: #fff;
}

body.header-sticky.hide-on-scroll.header-hamburger-menu.white-color header.hide-on-scroll .hamburger-menu.expanded .hamburger-menu-icon,
body.header-sticky.hide-on-scroll.header-hamburger-menu.white-color header.responsive-on-scroll .hamburger-menu.expanded .hamburger-menu-icon,
body.header-sticky.hide-on-scroll.header-hamburger-menu.white-color header.show-on-scroll .hamburger-menu.expanded .hamburger-menu-icon,
body.header-sticky.show-on-scroll.header-hamburger-menu.white-color header.hide-on-scroll .hamburger-menu.expanded .hamburger-menu-icon,
body.header-sticky.show-on-scroll.header-hamburger-menu.white-color header.responsive-on-scroll .hamburger-menu.expanded .hamburger-menu-icon,
body.header-sticky.show-on-scroll.header-hamburger-menu.white-color header.show-on-scroll .hamburger-menu.expanded .hamburger-menu-icon {
    background-color: transparent;
}

body.header-sticky.show-on-scroll header {
    -webkit-transition: all .8s ease;
    transition: all .8s ease;
}

.nav-menu-dropdown.style-2:before,
body .header-menu-icons.default:before,
body .header-menu-icons.social:before,
body.header-hamburger-menu.slide-left header .level:last-child .main-navigation>ul>li.mega-menu>ul>li:after,
body.header-hamburger-menu.slide-left header .level:last-child .main-navigation>ul>li.mega-menu>ul>li>ul,
body.header-hamburger-menu.slide-right header .level:last-child .main-navigation>ul>li.mega-menu>ul>li:after,
body.header-hamburger-menu.slide-right header .level:last-child .main-navigation>ul>li.mega-menu>ul>li>ul,
body.header-side-navigation header .main-navigation>ul>li.mega-menu>ul>li:after,
body.header-side-navigation header .main-navigation>ul>li.mega-menu>ul>li>ul,
body.header-side-navigation.side-right header .main-navigation>ul>li.mega-menu>ul>li:after,
body.header-side-navigation.side-right header .main-navigation>ul>li.mega-menu>ul>li>ul,
header .main-navigation li a,
header .main-navigation li ul li ul li,
header .main-navigation li ul li:hover>ul,
header .main-navigation li.mega-menu>ul>li:after,
header .main-navigation li.mega-menu>ul>li>ul,
header .site-logo a {
    display: block;
}

body.header-hamburger-menu.menu-center .header-menu-icons:before,
body.header-hamburger-menu.menu-left .header-menu-icons:before,
body.header-hamburger-menu.slide-left header .level:last-child .main-navigation>ul>li.mega-menu>ul,
body.header-hamburger-menu.slide-left header .level:last-child .main-navigation>ul>li.mega-menu>ul>li:last-child:after,
body.header-hamburger-menu.slide-right header .level:last-child .main-navigation>ul>li.mega-menu>ul,
body.header-hamburger-menu.slide-right header .level:last-child .main-navigation>ul>li.mega-menu>ul>li:last-child:after,
body.header-logo-top header .header-menu-icons:before,
body.header-logo-with-icons .header-menu-icons:before,
body.header-menu-top header .header-menu-icons:before,
body.header-menu-with-buttons.menu-center .header-menu-icons:before,
body.header-menu-with-buttons.menu-left .header-menu-icons:before,
body.header-menu-with-icons.menu-center .header-menu-icons:before,
body.header-menu-with-icons.menu-left .header-menu-icons:before,
body.header-side-navigation header .main-navigation>ul>li.mega-menu>ul,
body.header-side-navigation header .main-navigation>ul>li.mega-menu>ul>li:last-child:after,
body.header-side-navigation.side-right header .main-navigation>ul>li.mega-menu>ul,
body.header-side-navigation.side-right header .main-navigation>ul>li.mega-menu>ul>li:last-child:after,
header .main-navigation li ul,
header .main-navigation li ul li ul,
header .main-navigation li.mega-menu>ul,
header .main-navigation li.mega-menu>ul>li:last-child:after,
header .main-navigation li.niche-templates>ul>li:after {
    display: none;
}

header .main-navigation.left>ul>li:first-child a {
    padding-left: 0;
}

header .main-navigation.right>ul>li:last-child a {
    padding-right: 0;
}

body.header-hamburger-menu.slide-left header .level:last-child .main-navigation>ul>li.mega-menu>ul,
body.header-hamburger-menu.slide-left header .level:last-child .main-navigation>ul>li.mega-menu>ul>li>ul,
body.header-hamburger-menu.slide-left header .level:last-child .main-navigation>ul>li.mega-menu>ul>li>ul>li,
body.header-hamburger-menu.slide-right header .level:last-child .main-navigation>ul>li.mega-menu>ul,
body.header-hamburger-menu.slide-right header .level:last-child .main-navigation>ul>li.mega-menu>ul>li>ul,
body.header-hamburger-menu.slide-right header .level:last-child .main-navigation>ul>li.mega-menu>ul>li>ul>li,
body.header-side-navigation header .main-navigation>ul>li.mega-menu>ul,
body.header-side-navigation header .main-navigation>ul>li.mega-menu>ul>li>ul,
body.header-side-navigation header .main-navigation>ul>li.mega-menu>ul>li>ul>li,
body.header-side-navigation.side-right header .main-navigation>ul>li.mega-menu>ul,
body.header-side-navigation.side-right header .main-navigation>ul>li.mega-menu>ul>li>ul,
body.header-side-navigation.side-right header .main-navigation>ul>li.mega-menu>ul>li>ul>li,
header .main-navigation li.mega-menu>ul,
header .main-navigation li.mega-menu>ul>li>ul,
header .main-navigation li.mega-menu>ul>li>ul>li {
    padding: 0;
}

.nav-menu-dropdown.style-2>li>ul li,
body.header-hamburger-menu.slide-left header .level:last-child .main-navigation>ul>li.mega-menu>ul>li>a,
body.header-hamburger-menu.slide-left header .level:last-child .main-navigation>ul>li.mega-menu>ul>li>span,
body.header-hamburger-menu.slide-right header .level:last-child .main-navigation>ul>li.mega-menu>ul>li>a,
body.header-hamburger-menu.slide-right header .level:last-child .main-navigation>ul>li.mega-menu>ul>li>span,
body.header-side-navigation header .main-navigation>ul>li.mega-menu>ul>li>a,
body.header-side-navigation header .main-navigation>ul>li.mega-menu>ul>li>span,
body.header-side-navigation.side-right header .main-navigation>ul>li.mega-menu>ul>li>a,
body.header-side-navigation.side-right header .main-navigation>ul>li.mega-menu>ul>li>span,
body.logo-text-is-uppercase .site-logo,
body.menu-is-uppercase header .main-navigation,
body.submenu-is-uppercase header .main-navigation li ul,
header .main-navigation li .menu-mark,
header .main-navigation li.mega-menu>ul>li>a,
header .main-navigation li.mega-menu>ul>li>span {
    text-transform: uppercase;
}

.nav-menu-dropdown>li>ul li,
body .header-menu-icons li>ul li,
body .header-menu-icons li>ul.dropdown-user-account li input,
body.logo-text-is-capitalized .site-logo,
body.menu-is-capitalized header .main-navigation,
body.submenu-is-capitalized header .main-navigation li ul {
    text-transform: capitalize;
}

body.logo-text-is-lowercase .site-logo,
body.menu-is-lowercase header .main-navigation,
body.submenu-is-lowercase header .main-navigation li ul {
    text-transform: lowercase;
}

body.header-hamburger-menu.slide-left header .level:last-child .main-navigation>ul>li.mega-menu>ul>li:after,
body.header-hamburger-menu.slide-right header .level:last-child .main-navigation>ul>li.mega-menu>ul>li:after,
body.header-side-navigation header .main-navigation>ul>li.mega-menu>ul>li:after,
body.header-side-navigation.side-right header .main-navigation>ul>li.mega-menu>ul>li:after,
header .main-navigation li.mega-menu>ul>li:after {
    content: '';
    width: 1px;
    height: 80%;
    top: 12%;
    right: 10%;
    position: absolute;
    background: rgba(0, 0, 0, 0);
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(50%, rgba(216, 216, 216, .4)), to(rgba(0, 0, 0, 0)));
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, rgba(216, 216, 216, .4) 50%, rgba(0, 0, 0, 0) 100%);
}

.site-header-top-inner.header-fullwidth {
    padding: 0 2.5rem;
}

header .header-fullwidth {
    padding: 0 2.5rem;
}

header .header-fullwidth.no-padding {
    padding: 0;
}

body.menu-show-arrow-down header .main-navigation li.menu-down-icon>a:after,
body.submenu-show-arrow-right header .main-navigation li ul li.menu-right-icon>a:after,
header .nav-menu-dropdown>li>a:after {
    font-family: simple-line-icons;
    font-size: 12px;
}

body.header-hamburger-menu.slide-left header .level:last-child .main-navigation>ul>li.mega-menu>ul>li>ul>li.active>a,
body.header-hamburger-menu.slide-left header .level:last-child .main-navigation>ul>li.mega-menu>ul>li>ul>li.active>span,
body.header-hamburger-menu.slide-left header .level:last-child .main-navigation>ul>li.mega-menu>ul>li>ul>li.current-menu-ancestor>a,
body.header-hamburger-menu.slide-left header .level:last-child .main-navigation>ul>li.mega-menu>ul>li>ul>li.current-menu-ancestor>span,
body.header-hamburger-menu.slide-left header .level:last-child .main-navigation>ul>li.mega-menu>ul>li>ul>li.current-menu-item>a,
body.header-hamburger-menu.slide-left header .level:last-child .main-navigation>ul>li.mega-menu>ul>li>ul>li.current-menu-item>span,
body.header-hamburger-menu.slide-left header .level:last-child .main-navigation>ul>li.mega-menu>ul>li>ul>li.current-menu-parent>a,
body.header-hamburger-menu.slide-left header .level:last-child .main-navigation>ul>li.mega-menu>ul>li>ul>li.current-menu-parent>span,
body.header-hamburger-menu.slide-left header .level:last-child .main-navigation>ul>li.mega-menu>ul>li>ul>li.current>a,
body.header-hamburger-menu.slide-left header .level:last-child .main-navigation>ul>li.mega-menu>ul>li>ul>li.current>span,
body.header-hamburger-menu.slide-left header .level:last-child .main-navigation>ul>li.mega-menu>ul>li>ul>li.current_page_item>a,
body.header-hamburger-menu.slide-left header .level:last-child .main-navigation>ul>li.mega-menu>ul>li>ul>li.current_page_item>span,
body.header-hamburger-menu.slide-right header .level:last-child .main-navigation>ul>li.mega-menu>ul>li>ul>li.active>a,
body.header-hamburger-menu.slide-right header .level:last-child .main-navigation>ul>li.mega-menu>ul>li>ul>li.active>span,
body.header-hamburger-menu.slide-right header .level:last-child .main-navigation>ul>li.mega-menu>ul>li>ul>li.current-menu-ancestor>a,
body.header-hamburger-menu.slide-right header .level:last-child .main-navigation>ul>li.mega-menu>ul>li>ul>li.current-menu-ancestor>span,
body.header-hamburger-menu.slide-right header .level:last-child .main-navigation>ul>li.mega-menu>ul>li>ul>li.current-menu-item>a,
body.header-hamburger-menu.slide-right header .level:last-child .main-navigation>ul>li.mega-menu>ul>li>ul>li.current-menu-item>span,
body.header-hamburger-menu.slide-right header .level:last-child .main-navigation>ul>li.mega-menu>ul>li>ul>li.current-menu-parent>a,
body.header-hamburger-menu.slide-right header .level:last-child .main-navigation>ul>li.mega-menu>ul>li>ul>li.current-menu-parent>span,
body.header-hamburger-menu.slide-right header .level:last-child .main-navigation>ul>li.mega-menu>ul>li>ul>li.current>a,
body.header-hamburger-menu.slide-right header .level:last-child .main-navigation>ul>li.mega-menu>ul>li>ul>li.current>span,
body.header-hamburger-menu.slide-right header .level:last-child .main-navigation>ul>li.mega-menu>ul>li>ul>li.current_page_item>a,
body.header-hamburger-menu.slide-right header .level:last-child .main-navigation>ul>li.mega-menu>ul>li>ul>li.current_page_item>span,
body.header-side-navigation header .main-navigation>ul>li.mega-menu>ul>li>ul>li.active>a,
body.header-side-navigation header .main-navigation>ul>li.mega-menu>ul>li>ul>li.active>span,
body.header-side-navigation header .main-navigation>ul>li.mega-menu>ul>li>ul>li.current-menu-ancestor>a,
body.header-side-navigation header .main-navigation>ul>li.mega-menu>ul>li>ul>li.current-menu-ancestor>span,
body.header-side-navigation header .main-navigation>ul>li.mega-menu>ul>li>ul>li.current-menu-item>a,
body.header-side-navigation header .main-navigation>ul>li.mega-menu>ul>li>ul>li.current-menu-item>span,
body.header-side-navigation header .main-navigation>ul>li.mega-menu>ul>li>ul>li.current-menu-parent>a,
body.header-side-navigation header .main-navigation>ul>li.mega-menu>ul>li>ul>li.current-menu-parent>span,
body.header-side-navigation header .main-navigation>ul>li.mega-menu>ul>li>ul>li.current>a,
body.header-side-navigation header .main-navigation>ul>li.mega-menu>ul>li>ul>li.current>span,
body.header-side-navigation header .main-navigation>ul>li.mega-menu>ul>li>ul>li.current_page_item>a,
body.header-side-navigation header .main-navigation>ul>li.mega-menu>ul>li>ul>li.current_page_item>span,
header .main-navigation li ul li.active>a,
header .main-navigation li ul li.active>span,
header .main-navigation li ul li.current-menu-ancestor>a,
header .main-navigation li ul li.current-menu-ancestor>span,
header .main-navigation li ul li.current-menu-item>a,
header .main-navigation li ul li.current-menu-item>span,
header .main-navigation li ul li.current-menu-parent>a,
header .main-navigation li ul li.current-menu-parent>span,
header .main-navigation li ul li.current>a,
header .main-navigation li ul li.current>span,
header .main-navigation li ul li.current_page_item>a,
header .main-navigation li ul li.current_page_item>span,
header .main-navigation li.active>a,
header .main-navigation li.active>span,
header .main-navigation li.current-menu-ancestor>a,
header .main-navigation li.current-menu-ancestor>span,
header .main-navigation li.current-menu-item>a,
header .main-navigation li.current-menu-item>span,
header .main-navigation li.current-menu-parent>a,
header .main-navigation li.current-menu-parent>span,
header .main-navigation li.current>a,
header .main-navigation li.current>span,
header .main-navigation li.current_page_item>a,
header .main-navigation li.current_page_item>span,
header .main-navigation li.mega-menu>ul>li>ul>li.active>a,
header .main-navigation li.mega-menu>ul>li>ul>li.active>span,
header .main-navigation li.mega-menu>ul>li>ul>li.current-menu-ancestor>a,
header .main-navigation li.mega-menu>ul>li>ul>li.current-menu-ancestor>span,
header .main-navigation li.mega-menu>ul>li>ul>li.current-menu-item>a,
header .main-navigation li.mega-menu>ul>li>ul>li.current-menu-item>span,
header .main-navigation li.mega-menu>ul>li>ul>li.current-menu-parent>a,
header .main-navigation li.mega-menu>ul>li>ul>li.current-menu-parent>span,
header .main-navigation li.mega-menu>ul>li>ul>li.current>a,
header .main-navigation li.mega-menu>ul>li>ul>li.current>span,
header .main-navigation li.mega-menu>ul>li>ul>li.current_page_item>a,
header .main-navigation li.mega-menu>ul>li>ul>li.current_page_item>span {
    color: #fff;
}

body.header-dropdown-menu-dark header .main-navigation li ul li.active>a,
body.header-dropdown-menu-dark header .main-navigation li ul li.active>span,
body.header-dropdown-menu-dark header .main-navigation li ul li.current-menu-ancestor>a,
body.header-dropdown-menu-dark header .main-navigation li ul li.current-menu-ancestor>span,
body.header-dropdown-menu-dark header .main-navigation li ul li.current-menu-item>a,
body.header-dropdown-menu-dark header .main-navigation li ul li.current-menu-item>span,
body.header-dropdown-menu-dark header .main-navigation li ul li.current-menu-parent>a,
body.header-dropdown-menu-dark header .main-navigation li ul li.current-menu-parent>span,
body.header-dropdown-menu-dark header .main-navigation li ul li.current>a,
body.header-dropdown-menu-dark header .main-navigation li ul li.current>span,
body.header-dropdown-menu-dark header .main-navigation li ul li.current_page_item>a,
body.header-dropdown-menu-dark header .main-navigation li ul li.current_page_item>span,
body.header-dropdown-menu-primary header .main-navigation li ul li.active>a,
body.header-dropdown-menu-primary header .main-navigation li ul li.active>span,
body.header-dropdown-menu-primary header .main-navigation li ul li.current-menu-ancestor>a,
body.header-dropdown-menu-primary header .main-navigation li ul li.current-menu-ancestor>span,
body.header-dropdown-menu-primary header .main-navigation li ul li.current-menu-item>a,
body.header-dropdown-menu-primary header .main-navigation li ul li.current-menu-item>span,
body.header-dropdown-menu-primary header .main-navigation li ul li.current-menu-parent>a,
body.header-dropdown-menu-primary header .main-navigation li ul li.current-menu-parent>span,
body.header-dropdown-menu-primary header .main-navigation li ul li.current>a,
body.header-dropdown-menu-primary header .main-navigation li ul li.current>span,
body.header-dropdown-menu-primary header .main-navigation li ul li.current_page_item>a,
body.header-dropdown-menu-primary header .main-navigation li ul li.current_page_item>span {
    color: #263238;
}

body.header-dropdown-menu-dark header .main-navigation li ul li.active>a,
body.header-dropdown-menu-dark header .main-navigation li ul li.active>span,
body.header-dropdown-menu-dark header .main-navigation li ul li.current-menu-ancestor>a,
body.header-dropdown-menu-dark header .main-navigation li ul li.current-menu-ancestor>span,
body.header-dropdown-menu-dark header .main-navigation li ul li.current-menu-item>a,
body.header-dropdown-menu-dark header .main-navigation li ul li.current-menu-item>span,
body.header-dropdown-menu-dark header .main-navigation li ul li.current-menu-parent>a,
body.header-dropdown-menu-dark header .main-navigation li ul li.current-menu-parent>span,
body.header-dropdown-menu-dark header .main-navigation li ul li.current>a,
body.header-dropdown-menu-dark header .main-navigation li ul li.current>span,
body.header-dropdown-menu-dark header .main-navigation li ul li.current_page_item>a,
body.header-dropdown-menu-dark header .main-navigation li ul li.current_page_item>span {
    color: #eb252d;
}

body.header-background header .main-navigation>ul>li.active>a,
body.header-background header .main-navigation>ul>li.active>span,
body.header-background header .main-navigation>ul>li.current-menu-ancestor>a,
body.header-background header .main-navigation>ul>li.current-menu-ancestor>span,
body.header-background header .main-navigation>ul>li.current-menu-item>a,
body.header-background header .main-navigation>ul>li.current-menu-item>span,
body.header-background header .main-navigation>ul>li.current-menu-parent>a,
body.header-background header .main-navigation>ul>li.current-menu-parent>span,
body.header-background header .main-navigation>ul>li.current>a,
body.header-background header .main-navigation>ul>li.current>span,
body.header-background header .main-navigation>ul>li.current_page_item>a,
body.header-background header .main-navigation>ul>li.current_page_item>span {
    color: #263238;
}

body.header-background.dark-color:not(.primary-color) header .main-navigation>ul>li.active>a,
body.header-background.dark-color:not(.primary-color) header .main-navigation>ul>li.active>span,
body.header-background.dark-color:not(.primary-color) header .main-navigation>ul>li.current-menu-ancestor>a,
body.header-background.dark-color:not(.primary-color) header .main-navigation>ul>li.current-menu-ancestor>span,
body.header-background.dark-color:not(.primary-color) header .main-navigation>ul>li.current-menu-item>a,
body.header-background.dark-color:not(.primary-color) header .main-navigation>ul>li.current-menu-item>span,
body.header-background.dark-color:not(.primary-color) header .main-navigation>ul>li.current-menu-parent>a,
body.header-background.dark-color:not(.primary-color) header .main-navigation>ul>li.current-menu-parent>span,
body.header-background.dark-color:not(.primary-color) header .main-navigation>ul>li.current>a,
body.header-background.dark-color:not(.primary-color) header .main-navigation>ul>li.current>span,
body.header-background.dark-color:not(.primary-color) header .main-navigation>ul>li.current_page_item>a,
body.header-background.dark-color:not(.primary-color) header .main-navigation>ul>li.current_page_item>span {
    color: #fff;
}

body.header-menu-border-bottom header .main-navigation>ul>li.active:after,
body.header-menu-border-bottom header .main-navigation>ul>li.current-menu-ancestor:after,
body.header-menu-border-bottom header .main-navigation>ul>li.current-menu-item:after,
body.header-menu-border-bottom header .main-navigation>ul>li.current-menu-parent:after,
body.header-menu-border-bottom header .main-navigation>ul>li.current:after,
body.header-menu-border-bottom header .main-navigation>ul>li.current_page_item:after,
body.header-menu-border-bottom header .main-navigation>ul>li:hover:after {
    width: 100%;
    height: auto;
    content: '';
    border-bottom: 3px solid #eb252d;
    bottom: 0;
    left: 0;
    position: absolute;
}

body.header-menu-border-bottom header .main-navigation>ul>li:last-child:after {
    width: 69%;
    left: 15%;
}

body.header-menu-border-top header .main-navigation>ul>li.active:after,
body.header-menu-border-top header .main-navigation>ul>li.current-menu-ancestor:after,
body.header-menu-border-top header .main-navigation>ul>li.current-menu-item:after,
body.header-menu-border-top header .main-navigation>ul>li.current-menu-parent:after,
body.header-menu-border-top header .main-navigation>ul>li.current:after,
body.header-menu-border-top header .main-navigation>ul>li.current_page_item:after,
body.header-menu-border-top header .main-navigation>ul>li:hover:after {
    width: 65%;
    height: auto;
    content: '';
    border-top: 3.5px solid #2c4499;
    top: 0;
    left: 18%;
    position: absolute;
}

body.header-menu-border-top header .main-navigation>ul>li:last-child:after {
    width: 69%;
    left: 15%;
}

body.header-menu-background-dark header .main-navigation>ul>li.active>a,
body.header-menu-background-dark header .main-navigation>ul>li.current-menu-ancestor>a,
body.header-menu-background-dark header .main-navigation>ul>li.current-menu-item>a,
body.header-menu-background-dark header .main-navigation>ul>li.current-menu-parent>a,
body.header-menu-background-dark header .main-navigation>ul>li.current>a,
body.header-menu-background-dark header .main-navigation>ul>li.current_page_item>a,
body.header-menu-background-primary header .main-navigation>ul>li.active>a,
body.header-menu-background-primary header .main-navigation>ul>li.current-menu-ancestor>a,
body.header-menu-background-primary header .main-navigation>ul>li.current-menu-item>a,
body.header-menu-background-primary header .main-navigation>ul>li.current-menu-parent>a,
body.header-menu-background-primary header .main-navigation>ul>li.current>a,
body.header-menu-background-primary header .main-navigation>ul>li.current_page_item>a {
    color: #fff;
    background-color: #2c4499;
}

body.header-menu-background-dark header .main-navigation>ul>li.active>a,
body.header-menu-background-dark header .main-navigation>ul>li.current-menu-ancestor>a,
body.header-menu-background-dark header .main-navigation>ul>li.current-menu-item>a,
body.header-menu-background-dark header .main-navigation>ul>li.current-menu-parent>a,
body.header-menu-background-dark header .main-navigation>ul>li.current>a,
body.header-menu-background-dark header .main-navigation>ul>li.current_page_item>a {
    color: #fff;
    background-color: #263238;
}

body.header-background-dark header .main-navigation>ul>li.active>a,
body.header-background-dark header .main-navigation>ul>li.current-menu-ancestor>a,
body.header-background-dark header .main-navigation>ul>li.current-menu-item>a,
body.header-background-dark header .main-navigation>ul>li.current-menu-parent>a,
body.header-background-dark header .main-navigation>ul>li.current>a,
body.header-background-dark header .main-navigation>ul>li.current_page_item>a,
body.header-background-dark header .main-navigation>ul>li:hover>a,
body.header-background-primary header .main-navigation>ul>li.active>a,
body.header-background-primary header .main-navigation>ul>li.current-menu-ancestor>a,
body.header-background-primary header .main-navigation>ul>li.current-menu-item>a,
body.header-background-primary header .main-navigation>ul>li.current-menu-parent>a,
body.header-background-primary header .main-navigation>ul>li.current>a,
body.header-background-primary header .main-navigation>ul>li.current_page_item>a,
body.header-background-primary header .main-navigation>ul>li:hover>a {
    color: #096ae2;
    background-color: #37474f;
}

body.header-background-primary header .main-navigation>ul>li.active>a,
body.header-background-primary header .main-navigation>ul>li.current-menu-ancestor>a,
body.header-background-primary header .main-navigation>ul>li.current-menu-item>a,
body.header-background-primary header .main-navigation>ul>li.current-menu-parent>a,
body.header-background-primary header .main-navigation>ul>li.current>a,
body.header-background-primary header .main-navigation>ul>li.current_page_item>a,
body.header-background-primary header .main-navigation>ul>li:hover>a {
    color: #fff;
    background-color: #025fd2;
}

header .main-navigation {
    font-family: 'Roboto', sans-serif;
}

header .main-navigation .icon {
    width: auto;
    height: auto;
}

header .main-navigation .icon i {
    font-size: 12px;
    font-size: .75rem;
}

header .main-navigation.right>ul>li:last-child.menu-down-icon>a:after {
    right: -15px;
}

header .main-navigation li {
    font-size: 14px;
    font-size: .875rem;
    float: left;
    letter-spacing: 1px;
    position: relative;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    font-weight: 500;
}

header .main-navigation li a {
    margin: 15px 0;
    padding: 15px;
}

.site-header.hide-on-scroll .main-navigation li a:hover {
    color: #2c4499;
}

.site-header.hide-on-scroll .main-navigation .menu-down-icon li a:hover {
    color: #fff;
}

.site-header.hide-on-scroll .main-navigation li.menu-right-icon a:hover {
    color: #fff;
}

.site-header.hide-on-scroll .button:focus,
.site-header.hide-on-scroll .button:hover {
    background-color: #2c4499;
    color: #fff;
}

header .main-navigation li .menu-mark {
    font-size: 10px;
    font-size: .625rem;
    height: 1.7em;
    padding-left: .5em;
    padding-right: .5em;
    vertical-align: top;
    margin-top: 1px;
    margin-left: 6px;
    visibility: hidden;
}

header .main-navigation li ul {
    top: 100%;
    left: 0;
    position: absolute;
    background: #2c4499;
    min-width: 210px;
    padding: 0;
    z-index: 9999;
    border: 1px solid #2c4499;
}

header .main-navigation li ul.open-left {
    left: inherit;
    top: 100%;
    right: 0;
    position: absolute;
}

header .main-navigation li ul.open-right {
    right: inherit;
    top: 100%;
    left: 0;
    position: absolute;
}

header .main-navigation li ul li {
    font-size: 12px;
    font-size: .75rem;
    min-width: 260px;
    padding: 0 10px;
    letter-spacing: 1px;
    font-weight: 400;
}

header .main-navigation li ul li a {
    padding: 5px 10px;
    margin: 0;
    color: var(--paragraph-color-2);
    text-transform: initial;
    font-size: 14px;
    font-weight: 100;
    border-bottom: 1px solid rgb(255 255 255 / 7%);
}

header .main-navigation li ul li a:hover { 
    color: #fff;
}

header .main-navigation li ul li ul {
    top: -1px;
    left: 100%;
    position: absolute;
    background-color: #283e8a;
    border-color: #283e8a;
}

header .main-navigation li ul li ul.open-left {
    left: inherit;
    top: -11px;
    right: 100%;
    position: absolute;
    border-left: 0;
    border-right: 1px solid #f5f5f5;
}

header .main-navigation li ul li ul.open-right {
    right: inherit;
    top: -11px;
    left: 100%;
    position: absolute;
}

header .main-navigation li.mega-menu>ul>li {
    min-width: 198px;
}

header .main-navigation li.mega-menu>ul>li.column {
    padding: 25px 17px !important;
}

header .main-navigation li.mega-menu>ul>li>a,
header .main-navigation li.mega-menu>ul>li>span {
    font-size: 12.4px;
    font-size: .775rem;
    color: #393e4b;
}

header .main-navigation li.mega-menu>ul>li>a:hover,
header .main-navigation li.mega-menu>ul>li>span:hover {
    color: #096ae2;
}

header .main-navigation li.mega-menu>ul>li>ul {
    position: initial;
    min-width: 198px;
    border-left: 0;
    border: 0;
}

header .main-navigation li.mega-menu>ul>li>ul>li {
    float: none;
    font-size: 12px;
    font-size: .75rem;
    min-width: 198px;
}

header .main-navigation li.mega-menu>ul>li>ul>li a {
    color: #4b505d;
}

header .main-navigation li.mega-menu>ul>li>ul>li a:hover {
    color: #096ae2;
}

header .main-navigation li.niche-templates>ul::-webkit-scrollbar {
    width: 0 !important;
}

header .main-navigation li.niche-templates>ul {
    padding: 16px 11px 9px;
    overflow-y: auto;
    max-height: 641px;
    -ms-overflow-style: none;
    overflow: -moz-scrollbars-none;
}

header .main-navigation li.niche-templates>ul>li {
    text-align: center;
    min-width: auto;
}

header .main-navigation li.niche-templates>ul>li.column {
    padding-left: var(--columnGap) !important;
    padding-right: var(--columnGap) !important;
    padding-bottom: 19px !important;
    padding-top: 8px !important;
}

header .main-navigation li.niche-templates>ul>li .image-hover {
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    -webkit-box-shadow: 0 5px 15px 0 rgba(0, 0, 0, .15);
    box-shadow: 0 5px 15px 0 rgba(0, 0, 0, .15);
}

header .main-navigation li.niche-templates>ul>li .image-hover.effect-5 figure img {
    -webkit-transform: scale(1);
    transform: scale(1);
}

header .main-navigation li.niche-templates>ul>li .image-hover .menu-mark {
    visibility: visible;
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 100;
}

header .main-navigation li.niche-templates>ul>li .image-hover.is-active figure {
    cursor: default;
}

header .site-logo a {
    color: #263238;
}

header .site-logo span.logo-text {
    font-size: 25px;
    font-size: 1.5625rem;
    letter-spacing: 0;
    padding: 0 8px;
    font-weight: 600;
}

header .site-logo span.logo-text:first-child {
    padding-left: 0;
}

header .site-logo span.logo-text:last-child {
    padding-right: 0;
}

header .site-logo img {
    width: 100%;
    max-width: 180px;
    position: absolute;
    left: 0;
    top: 18px;
}

.site-header.hide-on-scroll .site-logo img {
    top: 10px;
    max-width: 100px;
}

.column.widget ul {
    list-style: none;
    padding: 0;
}

.search-form-overlay .widget-form input {
    padding: 0;
    padding-right: 1.5em;
    background-color: transparent;
    border: 0;
    border-bottom: 1px solid rgba(255, 255, 255, .5);
    color: #fff;
    font-size: 28px;
    font-size: 1.75rem;
    letter-spacing: 2px;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}

.search-form-overlay .widget-form input::-webkit-input-placeholder {
    color: rgba(255, 255, 255, .5);
}

.search-form-overlay .widget-form input:-ms-input-placeholder {
    color: rgba(255, 255, 255, .5);
}

.search-form-overlay .widget-form input::-ms-input-placeholder {
    color: rgba(255, 255, 255, .5);
}

.search-form-overlay .widget-form input::placeholder {
    color: rgba(255, 255, 255, .5);
}

.search-form-overlay .widget-form .button {
    width: 0%;
    margin: 0;
    padding: 0 10px;
    color: rgba(255, 255, 255, .5);
    font-size: 1.25rem;
}

.search-form-overlay .widget-form:focus input,
.search-form-overlay .widget-form:hover input {
    border-bottom: 1px solid #fff;
}

.search-form-overlay .widget-form:focus .button,
.search-form-overlay .widget-form:hover .button {
    color: #fff;
}

.nav-menu-dropdown {
    font-family: 'Roboto', sans-serif;
}

.nav-menu-dropdown>li {
    display: inline-block;
    margin-left: 10px;
    position: relative;
    padding: 25px 0;
}

.nav-menu-dropdown>li>a {
    border: 1px solid #f0f0f0;
    padding: 7px 12px;
    font-size: 0.8rem;
    color: #4b505d;
    text-transform: uppercase;
    letter-spacing: 1px;
    min-width: 140px;
    display: inline-block;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    position: relative;
    font-weight: 300;
}

.nav-menu-dropdown>li>a:after {
    content: "\e604";
    top: 33%;
    right: 9px;
    position: absolute;
}

.nav-menu-dropdown>li>a:hover {
    color: #2c4499;
}

.nav-menu-dropdown>li>ul {
    display: none;
    top: 100%;
    left: 0;
    position: absolute;
    background: #fff;
    min-width: 180px;
    padding: 10px 0;
    border: 1px solid #f5f5f5;
}

.nav-menu-dropdown>li>ul.open-left {
    left: inherit;
    top: 100%;
    right: 0;
    position: absolute;
}

.nav-menu-dropdown>li>ul.open-right {
    right: inherit;
    top: 100%;
    left: 0;
    position: absolute;
}

.nav-menu-dropdown>li>ul li {
    font-size: 12px;
    font-size: .75rem;
    min-width: 180px;
    padding: 0 12px;
    letter-spacing: 1px;
}

.nav-menu-dropdown>li>ul li a {
    padding: 7px 0;
    color: #4b505d;
    display: inline-block;
    font-weight: 400;
}

.nav-menu-dropdown>li>ul li a:hover {
    color: #2c4499;
}

.nav-menu-dropdown .flag-icon {
    width: 1.28em;
    margin-right: 8px;
    vertical-align: middle;
}

.nav-menu-dropdown.style-2 {
    position: relative;
    padding-left: 7px;
}

.nav-menu-dropdown.style-2 .flag-icon {
    vertical-align: initial;
}

.nav-menu-dropdown.style-2>li>a {
    min-width: 60px;
    border: 1px solid transparent;
    padding: 7px 0;
}

.nav-menu-dropdown.style-2>li>a:after {
    top: 33%;
    right: -2px;
    position: absolute;
}

.nav-menu-dropdown.style-2>li>a .flag-icon {
    display: none;
}

.nav-menu-dropdown.style-2>li>ul {
    min-width: 100px;
}

.nav-menu-dropdown.style-2>li>ul li {
    min-width: 100px;
}

.nav-menu-dropdown.style-2:before {
    content: '';
    width: 1px;
    height: 30%;
    top: 35%;
    left: 0;
    position: absolute;
    background: rgba(0, 0, 0, 0);
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(50%, rgba(216, 216, 216, .6)), to(rgba(0, 0, 0, 0)));
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, rgba(216, 216, 216, .6) 50%, rgba(0, 0, 0, 0) 100%);
}

.nav-menu-dropdown.style-2.global-style>li>a {
    min-width: 60px;
    text-transform: capitalize;
    letter-spacing: 0;
}

.nav-menu-dropdown.style-2.global-style>li>a>.icon {
    width: auto;
    height: auto;
    margin-right: 9px;
    vertical-align: middle;
    margin-top: -1px;
}

.nav-menu-dropdown.style-2.global-style>li>a>.icon i {
    font-size: 13px;
}

.nav-menu-dropdown.style-2.global-style>li>ul li a {
    text-transform: capitalize;
}

.hamburger-menu {
    position: relative;
    height: 14px;
    width: 25px;
    z-index: 200;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
    margin-top: -1px;
    margin-left: 15px;
}

.hamburger-menu .hamburger-menu-icon,
.hamburger-menu .hamburger-menu-icon:after,
.hamburger-menu .hamburger-menu-icon:before {
    top: 50%;
    position: absolute;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    cursor: pointer;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    background-color: var(--heading-color);
    content: '';
    width: 100%;
    height: 2px;
    margin-top: 0;
}

.hamburger-menu .hamburger-menu-icon:before {
    margin-top: -8px;
}

.hamburger-menu .hamburger-menu-icon:after {
    margin-top: 8px;
}

.hamburger-menu:hover .hamburger-menu-icon,
.hamburger-menu:hover .hamburger-menu-icon:after,
.hamburger-menu:hover .hamburger-menu-icon:before {

}

.hamburger-menu.expanded .hamburger-menu-icon,
.hamburger-menu.expanded .hamburger-menu-icon:after,
.hamburger-menu.expanded .hamburger-menu-icon:before {
    background-color: #111;
}

.hamburger-menu.expanded .hamburger-menu-icon {
    margin-top: 0;
    background-color: transparent;
}

.hamburger-menu.expanded .hamburger-menu-icon:before {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    margin-top: 0;
}

.hamburger-menu.expanded .hamburger-menu-icon:after {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    margin-top: 0;
}

body.menu-show-arrow-down header .main-navigation li.menu-down-icon>a:after {
    content: "\e604";
    top: 45%;
    right: 0;
    position: absolute;
}

body.submenu-show-arrow-right header .main-navigation li ul li.menu-right-icon>a {
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}

body.submenu-show-arrow-right header .main-navigation li ul li.menu-right-icon>a:after {
    content: "\e606";
    top: 10.5px;
    right: 18px;
    position: absolute;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}

body.submenu-show-arrow-right header .main-navigation li ul li.menu-right-icon>a:hover:after {
    right: 12px;
    position: absolute;
}

body.header-logo-left header .site-logo span.logo-text,
body.header-logo-right header .site-logo span.logo-text,
body.header-menu-with-buttons header .site-logo span.logo-text {
    font-size: 26px;
    font-size: 1.625rem;
    vertical-align: bottom;
}

body.header-logo-left header .site-logo img,
body.header-logo-right header .site-logo img,
body.header-menu-with-buttons header .site-logo img {
    margin-top: -1px;
}

body.header-logo-center-menu-center header .level-left {
    margin: 0 auto;
}

body.header-logo-center-menu-center header .site-logo {
    margin-right: 40px;
    margin-left: 40px;
}

body.header-logo-center-menu-center header .site-logo img {
    margin-top: -5px;
}

body.header-logo-center-menu-center header .site-logo span.logo-text {
    font-size: 22px;
}

body.header-hamburger-menu header .main-navigation>ul>li>a,
body.header-menu-with-buttons header .main-navigation>ul>li>a,
body.header-menu-with-icons header .main-navigation>ul>li>a {
    padding: 14px 18px;
}

body.header-hamburger-menu header .main-navigation>ul>li:last-child>a,
body.header-menu-with-buttons header .main-navigation>ul>li:last-child>a,
body.header-menu-with-icons header .main-navigation>ul>li:last-child>a {
    padding-right: 18px;
}

body.header-hamburger-menu header .button,
body.header-menu-with-buttons header .button,
body.header-menu-with-icons header .button {
    margin-left: 30px;
    height: 3.1em;
    padding-left: calc(2.6em - 1px);
    padding-right: calc(2.6em - 1px);
    text-transform: uppercase;
}

body.header-hamburger-menu header .button.is-white:hover,
body.header-menu-with-buttons header .button.is-white:hover,
body.header-menu-with-icons header .button.is-white:hover {
    background-color: #2c4499;
    color: #fff;
}

body.header-hamburger-menu header .header-fullwidth .main-navigation>ul>li>a,
body.header-menu-with-buttons header .header-fullwidth .main-navigation>ul>li>a,
body.header-menu-with-icons header .header-fullwidth .main-navigation>ul>li>a {
    padding: 14px 18px;
}

body.header-hamburger-menu.menu-center header .main-navigation>ul>li:last-child>a,
body.header-menu-with-buttons.menu-center header .main-navigation>ul>li:last-child>a,
body.header-menu-with-icons.menu-center header .main-navigation>ul>li:last-child>a {
    padding-right: 0;
}

body.header-hamburger-menu.menu-center .header-menu-icons,
body.header-menu-with-buttons.menu-center .header-menu-icons,
body.header-menu-with-icons.menu-center .header-menu-icons {
    padding-left: 0;
}

body.header-hamburger-menu.menu-center .header-menu-icons:before,
body.header-menu-with-buttons.menu-center .header-menu-icons:before,
body.header-menu-with-icons.menu-center .header-menu-icons:before {
    visibility: hidden;
}

body.header-hamburger-menu.menu-left #header-logo,
body.header-hamburger-menu.menu-left .site-logo,
body.header-menu-with-buttons.menu-left #header-logo,
body.header-menu-with-buttons.menu-left .site-logo,
body.header-menu-with-icons.menu-left #header-logo,
body.header-menu-with-icons.menu-left .site-logo {
    padding-right: 30px;
}

body.header-hamburger-menu.menu-left .header-menu-icons,
body.header-menu-with-buttons.menu-left .header-menu-icons,
body.header-menu-with-icons.menu-left .header-menu-icons {
    padding-left: 0;
}

body.header-hamburger-menu.menu-left .header-menu-icons:before,
body.header-menu-with-buttons.menu-left .header-menu-icons:before,
body.header-menu-with-icons.menu-left .header-menu-icons:before {
    visibility: hidden;
}

body.header-hamburger-menu.slide-down header .main-navigation>ul>li>a,
body.header-menu-with-buttons.slide-down header .main-navigation>ul>li>a,
body.header-menu-with-icons.slide-down header .main-navigation>ul>li>a {
    padding: 15px;
}

body.header-hamburger-menu.header-transparent header.hide-on-scroll .button.is-white,
body.header-hamburger-menu.header-transparent header.show-on-scroll .button.is-white,
body.header-menu-with-buttons.header-transparent header.hide-on-scroll .button.is-white,
body.header-menu-with-buttons.header-transparent header.show-on-scroll .button.is-white,
body.header-menu-with-icons.header-transparent header.hide-on-scroll .button.is-white,
body.header-menu-with-icons.header-transparent header.show-on-scroll .button.is-white {
    background-color: #2c4499;
    color: #fff;
}

body.header-hamburger-menu.header-transparent header.hide-on-scroll .button.is-white:hover,
body.header-hamburger-menu.header-transparent header.show-on-scroll .button.is-white:hover,
body.header-menu-with-buttons.header-transparent header.hide-on-scroll .button.is-white:hover,
body.header-menu-with-buttons.header-transparent header.show-on-scroll .button.is-white:hover,
body.header-menu-with-icons.header-transparent header.hide-on-scroll .button.is-white:hover,
body.header-menu-with-icons.header-transparent header.show-on-scroll .button.is-white:hover {
    background-color: #263238;
    color: #fff;
}

body.header-menu-with-buttons:not(.header-transparent) header .button.is-white,
body.header-menu-with-icons:not(.header-transparent) header .button.is-white {
    background-color: #2c4499;
    color: #fff;
}

body.header-menu-with-buttons:not(.header-transparent) header .button.is-white:hover,
body.header-menu-with-icons:not(.header-transparent) header .button.is-white:hover {
    background-color: #263238;
    color: #fff;
}

body.header-hamburger-menu header #header-logo,
body.header-hamburger-menu header .site-logo {
    padding: 26px 0;
}

body.header-hamburger-menu header .main-navigation {
    display: none;
    position: absolute;
}

body.header-hamburger-menu.icon-left header .hamburger-menu {
    margin-left: 0;
    margin-right: 15px;
}

body.header-hamburger-menu.icon-left header .main-navigation>ul>li:first-child>a {
    padding-left: 15px;
}

body.header-hamburger-menu.slide-down header #header-logo,
body.header-hamburger-menu.slide-down header .site-logo {
    padding: 24px 0;
}

body.header-hamburger-menu.slide-down header.hide-on-scroll .main-navigation>ul>li>a,
body.header-hamburger-menu.slide-down header.responsive-on-scroll .main-navigation>ul>li>a,
body.header-hamburger-menu.slide-down header.show-on-scroll .main-navigation>ul>li>a {
    margin: 4px 0;
}

body.header-hamburger-menu.slide-left header .level,
body.header-hamburger-menu.slide-right header .level {
    margin-bottom: 0;
}

body.header-hamburger-menu.slide-left header .level:last-child,
body.header-hamburger-menu.slide-right header .level:last-child {
    display: block;
    top: 0;
    right: 0;
    position: fixed;
    width: 252px;
    height: 100%;
    background-color: #fff;
    border-left: 1px solid rgba(245, 245, 245, .7);
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    z-index: 100;
    margin-right: -252px;
    padding-top: 45px;
}

body.header-hamburger-menu.slide-left header .level:last-child.opened,
body.header-hamburger-menu.slide-right header .level:last-child.opened {
    margin-right: 0;
}

body.header-hamburger-menu.slide-left header .level:last-child .level-left,
body.header-hamburger-menu.slide-left header .level:last-child .level-right,
body.header-hamburger-menu.slide-right header .level:last-child .level-left,
body.header-hamburger-menu.slide-right header .level:last-child .level-right {
    display: block;
}

body.header-hamburger-menu.slide-left header .level:last-child .level-right,
body.header-hamburger-menu.slide-right header .level:last-child .level-right {
    padding-left: 30px;
    padding-right: 30px;
}

body.header-hamburger-menu.slide-left header .level:last-child .level-right,
body.header-hamburger-menu.slide-right header .level:last-child .level-right {
    bottom: 30px;
    position: absolute;
    width: 252px;
}

body.header-hamburger-menu.slide-left header .level:last-child .main-navigation,
body.header-hamburger-menu.slide-right header .level:last-child .main-navigation {
    margin-top: 20px;
    position: initial;
    display: block;
}

body.header-hamburger-menu.slide-left header .level:last-child .main-navigation>ul>li,
body.header-hamburger-menu.slide-right header .level:last-child .main-navigation>ul>li {
    float: none;
}

body.header-hamburger-menu.slide-left header .level:last-child .main-navigation>ul>li>a,
body.header-hamburger-menu.slide-right header .level:last-child .main-navigation>ul>li>a {
    margin: 0;
    padding: 14px 30px !important;
}

body.header-hamburger-menu.slide-left header .level:last-child .main-navigation>ul>li>ul,
body.header-hamburger-menu.slide-right header .level:last-child .main-navigation>ul>li>ul {
    left: inherit;
    top: 0;
    right: 100%;
    position: absolute;
    border: 1px solid #f5f5f5;
}

body.header-hamburger-menu.slide-left header .level:last-child .main-navigation>ul>li>ul.open-left,
body.header-hamburger-menu.slide-right header .level:last-child .main-navigation>ul>li>ul.open-left {
    left: inherit;
    top: 0;
    right: 100%;
    position: absolute;
}

body.header-hamburger-menu.slide-left header .level:last-child .main-navigation>ul>li>ul.open-right,
body.header-hamburger-menu.slide-right header .level:last-child .main-navigation>ul>li>ul.open-right {
    right: inherit;
    top: 0;
    left: 100%;
    position: absolute;
}

body.header-hamburger-menu.slide-left header .level:last-child .main-navigation>ul>li>ul ul,
body.header-hamburger-menu.slide-right header .level:last-child .main-navigation>ul>li>ul ul {
    border: 1px solid #f5f5f5;
    left: inherit;
    top: -11px;
    right: 100%;
    position: absolute;
}

body.header-hamburger-menu.slide-left header .level:last-child .main-navigation>ul>li>ul ul.open-left,
body.header-hamburger-menu.slide-right header .level:last-child .main-navigation>ul>li>ul ul.open-left {
    left: inherit;
    top: -11px;
    right: 100%;
    position: absolute;
}

body.header-hamburger-menu.slide-left header .level:last-child .main-navigation>ul>li>ul ul.open-right,
body.header-hamburger-menu.slide-right header .level:last-child .main-navigation>ul>li>ul ul.open-right {
    right: inherit;
    top: -11px;
    left: 100%;
    position: absolute;
}

body.header-hamburger-menu.slide-left header .level:last-child .main-navigation>ul>li.mega-menu>ul ul,
body.header-hamburger-menu.slide-right header .level:last-child .main-navigation>ul>li.mega-menu>ul ul {
    border: 0;
}

body.header-hamburger-menu.slide-left header .level:last-child .main-navigation>ul>li.mega-menu>ul>li,
body.header-hamburger-menu.slide-right header .level:last-child .main-navigation>ul>li.mega-menu>ul>li {
    min-width: 198px;
}

body.header-hamburger-menu.slide-left header .level:last-child .main-navigation>ul>li.mega-menu>ul>li.column,
body.header-hamburger-menu.slide-right header .level:last-child .main-navigation>ul>li.mega-menu>ul>li.column {
    padding: 25px 16px !important;
}

body.header-hamburger-menu.slide-left header .level:last-child .main-navigation>ul>li.mega-menu>ul>li>a,
body.header-hamburger-menu.slide-left header .level:last-child .main-navigation>ul>li.mega-menu>ul>li>span,
body.header-hamburger-menu.slide-right header .level:last-child .main-navigation>ul>li.mega-menu>ul>li>a,
body.header-hamburger-menu.slide-right header .level:last-child .main-navigation>ul>li.mega-menu>ul>li>span {
    font-size: 12px;
    font-size: .75rem;
    color: #393e4b;
}

body.header-hamburger-menu.slide-left header .level:last-child .main-navigation>ul>li.mega-menu>ul>li>a:hover,
body.header-hamburger-menu.slide-left header .level:last-child .main-navigation>ul>li.mega-menu>ul>li>span:hover,
body.header-hamburger-menu.slide-right header .level:last-child .main-navigation>ul>li.mega-menu>ul>li>a:hover,
body.header-hamburger-menu.slide-right header .level:last-child .main-navigation>ul>li.mega-menu>ul>li>span:hover {
    color: #096ae2;
}

body.header-hamburger-menu.slide-left header .level:last-child .main-navigation>ul>li.mega-menu>ul>li>ul,
body.header-hamburger-menu.slide-right header .level:last-child .main-navigation>ul>li.mega-menu>ul>li>ul {
    position: initial;
    min-width: 198px;
    border-left: 0;
}

body.header-hamburger-menu.slide-left header .level:last-child .main-navigation>ul>li.mega-menu>ul>li>ul>li,
body.header-hamburger-menu.slide-right header .level:last-child .main-navigation>ul>li.mega-menu>ul>li>ul>li {
    float: none;
    font-size: 12px;
    font-size: .75rem;
    min-width: 198px;
}

body.header-hamburger-menu.slide-left header .level:last-child .main-navigation>ul>li.mega-menu>ul>li>ul>li a,
body.header-hamburger-menu.slide-right header .level:last-child .main-navigation>ul>li.mega-menu>ul>li>ul>li a {
    color: #4b505d;
}

body.header-hamburger-menu.slide-left header .level:last-child .main-navigation>ul>li.mega-menu>ul>li>ul>li a:hover,
body.header-hamburger-menu.slide-right header .level:last-child .main-navigation>ul>li.mega-menu>ul>li>ul>li a:hover {
    color: #096ae2;
}

body.header-hamburger-menu.slide-left header .level:last-child .header-menu-icons.social,
body.header-hamburger-menu.slide-right header .level:last-child .header-menu-icons.social {
    padding-left: 0;
    padding: 20px 0;
}

body.header-hamburger-menu.slide-left header .level:last-child .header-menu-icons.social:before,
body.header-hamburger-menu.slide-right header .level:last-child .header-menu-icons.social:before {
    width: 0;
}

body.header-hamburger-menu.slide-left header .level:last-child .header-menu-icons.social li:first-child,
body.header-hamburger-menu.slide-right header .level:last-child .header-menu-icons.social li:first-child {
    padding-left: 0;
}

body.header-hamburger-menu.slide-left header .level:last-child .header-menu-icons.social li:last-child,
body.header-hamburger-menu.slide-right header .level:last-child .header-menu-icons.social li:last-child {
    padding-right: 0;
}

body.header-hamburger-menu.slide-left header .level:last-child .footer-copyright,
body.header-hamburger-menu.slide-right header .level:last-child .footer-copyright {
    font-size: 12px;
    font-size: .75rem;
    display: inline-block;
    font-family: 'Roboto', sans-serif;
    color: #999;
}

body.header-hamburger-menu.slide-left header .level:last-child .footer-copyright a,
body.header-hamburger-menu.slide-right header .level:last-child .footer-copyright a {
    color: #096ae2;
}

body.header-hamburger-menu.slide-left header .level:last-child .footer-copyright a:hover,
body.header-hamburger-menu.slide-right header .level:last-child .footer-copyright a:hover {
    color: #263238;
}

body.header-hamburger-menu.slide-left.slide-overlay header .header-fullwidth .site-logo,
body.header-hamburger-menu.slide-right.slide-overlay header .header-fullwidth .site-logo {
    position: relative;
    z-index: 200;
}

body.header-hamburger-menu.slide-left.overlay-full-width header .level:last-child,
body.header-hamburger-menu.slide-right.overlay-full-width header .level:last-child {
    width: 100%;
    margin-right: -100%;
}

body.header-hamburger-menu.slide-left.overlay-full-width header .level:last-child.opened,
body.header-hamburger-menu.slide-right.overlay-full-width header .level:last-child.opened {
    margin-right: 0;
}

body.header-hamburger-menu.slide-left.overlay-full-width header .level:last-child .level-left,
body.header-hamburger-menu.slide-left.overlay-full-width header .level:last-child .level-right,
body.header-hamburger-menu.slide-right.overlay-full-width header .level:last-child .level-left,
body.header-hamburger-menu.slide-right.overlay-full-width header .level:last-child .level-right {
    width: 200px;
    margin: 0 auto;
}

body.header-hamburger-menu.slide-left.overlay-full-width header .level:last-child .level-right,
body.header-hamburger-menu.slide-right.overlay-full-width header .level:last-child .level-right {
    left: 0;
    width: 100%;
    text-align: center;
}

body.header-hamburger-menu.slide-left.overlay-full-width header .level:last-child .main-navigation,
body.header-hamburger-menu.slide-right.overlay-full-width header .level:last-child .main-navigation {
    margin-top: 100px;
}

body.header-hamburger-menu.slide-left.overlay-full-width header .level:last-child .main-navigation>ul>li>a,
body.header-hamburger-menu.slide-right.overlay-full-width header .level:last-child .main-navigation>ul>li>a {
    text-align: center;
    font-size: 14px;
    font-size: .875rem;
    padding: 20px 30px !important;
}

body.header-hamburger-menu.slide-left.overlay-full-width header .level:last-child .main-navigation>ul>li>ul,
body.header-hamburger-menu.slide-right.overlay-full-width header .level:last-child .main-navigation>ul>li>ul {
    right: inherit;
    top: 0;
    left: 100%;
    position: absolute;
}

body.header-hamburger-menu.slide-left.overlay-full-width header .level:last-child .main-navigation>ul>li>ul ul,
body.header-hamburger-menu.slide-right.overlay-full-width header .level:last-child .main-navigation>ul>li>ul ul {
    right: inherit;
    top: -11px;
    left: 100%;
    position: absolute;
}

body.header-hamburger-menu.slide-left.overlay-full-width header .level:last-child .main-navigation>ul>li.mega-menu>ul>li>ul,
body.header-hamburger-menu.slide-right.overlay-full-width header .level:last-child .main-navigation>ul>li.mega-menu>ul>li>ul {
    border-right: 0;
}

body.header-hamburger-menu.slide-left.slide-push,
body.header-hamburger-menu.slide-right.slide-push {
    -webkit-transition: margin-right .5s ease;
    transition: margin-right .5s ease;
}

body.header-hamburger-menu.slide-left.slide-push.pushed,
body.header-hamburger-menu.slide-right.slide-push.pushed {
    margin-right: 252px;
}

body.header-hamburger-menu.slide-left header .level {
    margin-bottom: 0;
}

body.header-hamburger-menu.slide-left header .level:last-child {
    right: inherit;
    top: 0;
    left: 0;
    position: fixed;
    border-left: 0;
    border-right: 1px solid rgba(245, 245, 245, .7);
    margin-right: 0;
    margin-left: -252px;
}

body.header-hamburger-menu.slide-left header .level:last-child.opened {
    margin-left: 0;
}

body.header-hamburger-menu.slide-left header .level:last-child .main-navigation>ul>li>ul {
    right: inherit;
    top: 0;
    left: 100%;
    position: absolute;
}

body.header-hamburger-menu.slide-left header .level:last-child .main-navigation>ul>li>ul ul {
    right: inherit;
    top: -11px;
    left: 100%;
    position: absolute;
}

body.header-hamburger-menu.slide-left header .level:last-child .main-navigation>ul>li.mega-menu>ul>li>ul {
    border-right: 0;
}

body.header-hamburger-menu.slide-left .hamburger-menu {
    margin-left: 0;
    margin-right: 15px;
}

body.header-hamburger-menu.slide-left.overlay-full-width header .level:last-child {
    margin-right: 0;
    margin-left: -100%;
}

body.header-hamburger-menu.slide-left.overlay-full-width header .level:last-child.opened {
    margin-left: 0;
}

body.header-hamburger-menu.slide-left.slide-push {
    -webkit-transition: margin-left .5s ease;
    transition: margin-left .5s ease;
}

body.header-hamburger-menu.slide-left.slide-push.pushed {
    margin-right: 0;
    margin-left: 252px;
}

body.header-hamburger-menu.header-transparent:not(.responsive-layout) header:not(.hide-on-scroll):not(.show-on-scroll) .site-logo .logo-text,
body.header-hamburger-menu.header-transparent:not(.responsive-layout) header:not(.hide-on-scroll):not(.show-on-scroll) .site-logo a {
    color: #fff;
}

body.header-hamburger-menu.hamburger-menu-icon-background-color.dark-color header .hamburger-menu.expanded .hamburger-menu-icon,
body.header-hamburger-menu.hamburger-menu-icon-background-color.primary-color header .hamburger-menu.expanded .hamburger-menu-icon,
body.header-hamburger-menu.hamburger-menu-icon-background-color.white-color header .hamburger-menu.expanded .hamburger-menu-icon,
body.header-hamburger-menu.hamburger-menu-icon-color.dark-color header .hamburger-menu.expanded .hamburger-menu-icon,
body.header-hamburger-menu.hamburger-menu-icon-color.primary-color header .hamburger-menu.expanded .hamburger-menu-icon,
body.header-hamburger-menu.hamburger-menu-icon-color.white-color header .hamburger-menu.expanded .hamburger-menu-icon {
    background-color: transparent;
}

body.header-hamburger-menu.hamburger-menu-icon-background-color.dark-color header .hamburger-menu.expanded:hover .hamburger-menu-icon,
body.header-hamburger-menu.hamburger-menu-icon-background-color.primary-color header .hamburger-menu.expanded:hover .hamburger-menu-icon,
body.header-hamburger-menu.hamburger-menu-icon-background-color.white-color header .hamburger-menu.expanded:hover .hamburger-menu-icon,
body.header-hamburger-menu.hamburger-menu-icon-color.dark-color header .hamburger-menu.expanded:hover .hamburger-menu-icon,
body.header-hamburger-menu.hamburger-menu-icon-color.primary-color header .hamburger-menu.expanded:hover .hamburger-menu-icon,
body.header-hamburger-menu.hamburger-menu-icon-color.white-color header .hamburger-menu.expanded:hover .hamburger-menu-icon {
    background-color: transparent;
}

body.header-hamburger-menu.hamburger-menu-icon-background-color.white-color header .hamburger-menu.expanded .hamburger-menu-icon:after,
body.header-hamburger-menu.hamburger-menu-icon-background-color.white-color header .hamburger-menu.expanded .hamburger-menu-icon:before,
body.header-hamburger-menu.hamburger-menu-icon-color.white-color header .hamburger-menu.expanded .hamburger-menu-icon:after,
body.header-hamburger-menu.hamburger-menu-icon-color.white-color header .hamburger-menu.expanded .hamburger-menu-icon:before {
    background-color: #4b505d;
}

body.header-hamburger-menu.hamburger-menu-icon-background-color.white-color header .hamburger-menu.expanded:hover .hamburger-menu-icon:after,
body.header-hamburger-menu.hamburger-menu-icon-background-color.white-color header .hamburger-menu.expanded:hover .hamburger-menu-icon:before,
body.header-hamburger-menu.hamburger-menu-icon-color.white-color header .hamburger-menu.expanded:hover .hamburger-menu-icon:after,
body.header-hamburger-menu.hamburger-menu-icon-color.white-color header .hamburger-menu.expanded:hover .hamburger-menu-icon:before {
    background-color: rgba(75, 80, 93, .5);
}

body.header-hamburger-menu.hamburger-menu-icon-background-color.dark-color header .hamburger-menu .hamburger-menu-icon,
body.header-hamburger-menu.hamburger-menu-icon-background-color.dark-color header .hamburger-menu .hamburger-menu-icon:after,
body.header-hamburger-menu.hamburger-menu-icon-background-color.dark-color header .hamburger-menu .hamburger-menu-icon:before,
body.header-hamburger-menu.hamburger-menu-icon-color.dark-color header .hamburger-menu .hamburger-menu-icon,
body.header-hamburger-menu.hamburger-menu-icon-color.dark-color header .hamburger-menu .hamburger-menu-icon:after,
body.header-hamburger-menu.hamburger-menu-icon-color.dark-color header .hamburger-menu .hamburger-menu-icon:before {
    background-color: #393e4b;
}

body.header-hamburger-menu.hamburger-menu-icon-background-color.dark-color header .hamburger-menu:hover .hamburger-menu-icon,
body.header-hamburger-menu.hamburger-menu-icon-background-color.dark-color header .hamburger-menu:hover .hamburger-menu-icon:after,
body.header-hamburger-menu.hamburger-menu-icon-background-color.dark-color header .hamburger-menu:hover .hamburger-menu-icon:before,
body.header-hamburger-menu.hamburger-menu-icon-color.dark-color header .hamburger-menu:hover .hamburger-menu-icon,
body.header-hamburger-menu.hamburger-menu-icon-color.dark-color header .hamburger-menu:hover .hamburger-menu-icon:after,
body.header-hamburger-menu.hamburger-menu-icon-color.dark-color header .hamburger-menu:hover .hamburger-menu-icon:before {
    background-color: rgba(57, 62, 75, .5);
}

body.header-hamburger-menu.hamburger-menu-icon-background-color.primary-color header .hamburger-menu .hamburger-menu-icon,
body.header-hamburger-menu.hamburger-menu-icon-background-color.primary-color header .hamburger-menu .hamburger-menu-icon:after,
body.header-hamburger-menu.hamburger-menu-icon-background-color.primary-color header .hamburger-menu .hamburger-menu-icon:before,
body.header-hamburger-menu.hamburger-menu-icon-color.primary-color header .hamburger-menu .hamburger-menu-icon,
body.header-hamburger-menu.hamburger-menu-icon-color.primary-color header .hamburger-menu .hamburger-menu-icon:after,
body.header-hamburger-menu.hamburger-menu-icon-color.primary-color header .hamburger-menu .hamburger-menu-icon:before {
    background-color: #2c4499;
}

body.header-hamburger-menu.hamburger-menu-icon-background-color.primary-color header .hamburger-menu:hover .hamburger-menu-icon,
body.header-hamburger-menu.hamburger-menu-icon-background-color.primary-color header .hamburger-menu:hover .hamburger-menu-icon:after,
body.header-hamburger-menu.hamburger-menu-icon-background-color.primary-color header .hamburger-menu:hover .hamburger-menu-icon:before,
body.header-hamburger-menu.hamburger-menu-icon-color.primary-color header .hamburger-menu:hover .hamburger-menu-icon,
body.header-hamburger-menu.hamburger-menu-icon-color.primary-color header .hamburger-menu:hover .hamburger-menu-icon:after,
body.header-hamburger-menu.hamburger-menu-icon-color.primary-color header .hamburger-menu:hover .hamburger-menu-icon:before {
    background-color: rgba(0, 99, 221, .5);
}

body.header-hamburger-menu.hamburger-menu-icon-background-color.white-color header .hamburger-menu .hamburger-menu-icon,
body.header-hamburger-menu.hamburger-menu-icon-background-color.white-color header .hamburger-menu .hamburger-menu-icon:after,
body.header-hamburger-menu.hamburger-menu-icon-background-color.white-color header .hamburger-menu .hamburger-menu-icon:before,
body.header-hamburger-menu.hamburger-menu-icon-color.white-color header .hamburger-menu .hamburger-menu-icon,
body.header-hamburger-menu.hamburger-menu-icon-color.white-color header .hamburger-menu .hamburger-menu-icon:after,
body.header-hamburger-menu.hamburger-menu-icon-color.white-color header .hamburger-menu .hamburger-menu-icon:before {
    background-color: #fff;
}

body.header-hamburger-menu.hamburger-menu-icon-background-color.white-color header .hamburger-menu:hover .hamburger-menu-icon,
body.header-hamburger-menu.hamburger-menu-icon-background-color.white-color header .hamburger-menu:hover .hamburger-menu-icon:after,
body.header-hamburger-menu.hamburger-menu-icon-background-color.white-color header .hamburger-menu:hover .hamburger-menu-icon:before,
body.header-hamburger-menu.hamburger-menu-icon-color.white-color header .hamburger-menu:hover .hamburger-menu-icon,
body.header-hamburger-menu.hamburger-menu-icon-color.white-color header .hamburger-menu:hover .hamburger-menu-icon:after,
body.header-hamburger-menu.hamburger-menu-icon-color.white-color header .hamburger-menu:hover .hamburger-menu-icon:before {
    background-color: rgba(255, 255, 255, .5);
}

body.header-hamburger-menu.hamburger-menu-icon-background-color.dark-color header .level.top .level-right,
body.header-hamburger-menu.hamburger-menu-icon-background-color.primary-color header .level.top .level-right {
    background-color: #2c4499;
    padding: 12px;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
}

body.header-hamburger-menu.hamburger-menu-icon-background-color.dark-color header .level.top .level-right:hover,
body.header-hamburger-menu.hamburger-menu-icon-background-color.primary-color header .level.top .level-right:hover {
    background-color: #393e4b;
}

body.header-hamburger-menu.hamburger-menu-icon-background-color.dark-color header .hamburger-menu,
body.header-hamburger-menu.hamburger-menu-icon-background-color.primary-color header .hamburger-menu {
    margin-left: 0;
}

body.header-hamburger-menu.hamburger-menu-icon-background-color.dark-color header .hamburger-menu .hamburger-menu-icon,
body.header-hamburger-menu.hamburger-menu-icon-background-color.dark-color header .hamburger-menu .hamburger-menu-icon:after,
body.header-hamburger-menu.hamburger-menu-icon-background-color.dark-color header .hamburger-menu .hamburger-menu-icon:before,
body.header-hamburger-menu.hamburger-menu-icon-background-color.primary-color header .hamburger-menu .hamburger-menu-icon,
body.header-hamburger-menu.hamburger-menu-icon-background-color.primary-color header .hamburger-menu .hamburger-menu-icon:after,
body.header-hamburger-menu.hamburger-menu-icon-background-color.primary-color header .hamburger-menu .hamburger-menu-icon:before {
    background-color: #fff;
}

body.header-hamburger-menu.hamburger-menu-icon-background-color.dark-color header .hamburger-menu:hover .hamburger-menu-icon,
body.header-hamburger-menu.hamburger-menu-icon-background-color.dark-color header .hamburger-menu:hover .hamburger-menu-icon:after,
body.header-hamburger-menu.hamburger-menu-icon-background-color.dark-color header .hamburger-menu:hover .hamburger-menu-icon:before,
body.header-hamburger-menu.hamburger-menu-icon-background-color.primary-color header .hamburger-menu:hover .hamburger-menu-icon,
body.header-hamburger-menu.hamburger-menu-icon-background-color.primary-color header .hamburger-menu:hover .hamburger-menu-icon:after,
body.header-hamburger-menu.hamburger-menu-icon-background-color.primary-color header .hamburger-menu:hover .hamburger-menu-icon:before {
    background-color: #fff;
}

body.header-hamburger-menu.hamburger-menu-icon-background-color.dark-color header .hamburger-menu.expanded .hamburger-menu-icon:after,
body.header-hamburger-menu.hamburger-menu-icon-background-color.dark-color header .hamburger-menu.expanded .hamburger-menu-icon:before,
body.header-hamburger-menu.hamburger-menu-icon-background-color.primary-color header .hamburger-menu.expanded .hamburger-menu-icon:after,
body.header-hamburger-menu.hamburger-menu-icon-background-color.primary-color header .hamburger-menu.expanded .hamburger-menu-icon:before {
    background-color: #4b505d;
}

body.header-hamburger-menu.hamburger-menu-icon-background-color.dark-color header .hamburger-menu.expanded:hover .hamburger-menu-icon:after,
body.header-hamburger-menu.hamburger-menu-icon-background-color.dark-color header .hamburger-menu.expanded:hover .hamburger-menu-icon:before,
body.header-hamburger-menu.hamburger-menu-icon-background-color.primary-color header .hamburger-menu.expanded:hover .hamburger-menu-icon:after,
body.header-hamburger-menu.hamburger-menu-icon-background-color.primary-color header .hamburger-menu.expanded:hover .hamburger-menu-icon:before {
    background-color: rgba(75, 80, 93, .5);
}

body.header-hamburger-menu.hamburger-menu-icon-background-color.dark-color:not(.primary-color) header .level.top .level-right {
    background-color: #393e4b;
}

body.header-hamburger-menu.hamburger-menu-icon-background-color.dark-color:not(.primary-color) header .level.top .level-right:hover {
    background-color: #2c4499;
}

body .header-menu-icons {
    position: relative;
}

body .header-menu-icons.social {
    padding-left: 10px;
}

body .header-menu-icons li {
    display: inline-block;
    padding-left: 16px;
}

body .header-menu-icons li a {
    color: #4b505d;
    display: inline-block;
}

body .header-menu-icons li a:hover {
    color: #2c4499;
}

body .header-menu-icons li.item-right a {
    color: var(--paragraph-color-2);
}

body .header-menu-icons li.item-right a:hover,
body .header-menu-icons li.item-right a:hover i {
    color: #fff !important;
}

body .header-menu-icons.social li.item-right {
    display: inline-block!important;
    vertical-align: middle;
    font-size: 11.6px;
    font-size: 0.75rem;
    letter-spacing: 1px;
    color: #a6a6a6;
    border-right: 1px solid rgba(255, 255, 255, 0.3);
    padding: 0 15px;
}

body .header-menu-icons.social li.item-right:last-child {
    padding-right: 0;
    border: none;
}

body .header-menu-icons.social li.item-right .icon {
    line-height: 0;
    width: auto;
    height: auto;
}

body .header-menu-icons li .icon {
    vertical-align: middle;
    height: auto;
}

body .header-menu-icons li .icon i {
    font-size: 16px;
    font-size: 1rem;
}

body .header-menu-icons li .icon i[class*=" ion-"],
body .header-menu-icons li .icon i[class^=ion-] {
    font-size: 27px;
    font-size: 1.6875rem;
}

body .header-menu-icons li>ul {
    display: none;
    top: 100%;
    left: 0;
    position: absolute;
    background: #fff;
    min-width: 250px;
    border: 1px solid #f5f5f5;
    font-family: 'Roboto', sans-serif;
    margin-top: 29px;
    max-height: 310px;
    overflow-y: auto;
    overflow-x: hidden;
}

body .header-menu-icons li>ul.open-left {
    left: inherit;
    top: 100%;
    right: 0;
    position: absolute;
}

body .header-menu-icons li>ul.open-right {
    right: inherit;
    top: 100%;
    left: 0;
    position: absolute;
}

body .header-menu-icons li>ul li {
    font-size: 12px;
    font-size: .75rem;
    min-width: 250px;
    padding: 15px 20px !important;
    letter-spacing: 1px;
    background-color: rgba(245, 245, 245, .3);
    border-bottom: 1px solid #f5f5f5;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    color: #4b505d;
}

body .header-menu-icons li>ul li:last-child {
    border-bottom: 0;
}

body .header-menu-icons li>ul li:hover {
    background-color: rgba(245, 245, 245, .8);
}

body .header-menu-icons li>ul li strong {
    font-weight: 500;
}

body .header-menu-icons li>ul li span {
    display: inline-block;
}

body .header-menu-icons li>ul li span.product-amount {
    font-size: 11px;
    font-size: .6875rem;
    padding: 0 5px;
    color: #a6a6a6;
    text-transform: none;
}

body .header-menu-icons li>ul li span.product-price-total {
    color: #2c4499;
}

body .header-menu-icons li>ul li span.product-price {
    font-size: 12px;
    font-size: .75rem;
}

body .header-menu-icons li>ul li span.product-price,
body .header-menu-icons li>ul li span.product-price-total {
    padding: 4px 5px 0 0;
}

body .header-menu-icons li>ul li img {
    width: 35px;
    height: 35px;
    border-radius: 100%;
    float: left;
    margin-right: 10px;
    border: 1px solid #2c4499;
    padding: 1px;
}

body .header-menu-icons li>ul li.footer,
body .header-menu-icons li>ul li.header {
    background-color: #fff;
    text-align: center;
    text-transform: capitalize;
    font-size: 13.5px;
    font-size: .84375rem;
    letter-spacing: 1px;
    font-weight: 500;
}

body .header-menu-icons li>ul li.footer a:hover,
body .header-menu-icons li>ul li.header a:hover {
    color: #2c4499;
}

body .header-menu-icons li>ul li a {
    color: #4b505d;
    display: block;
}

body .header-menu-icons li>ul li a:hover {
    color: #424754;
}

body .header-menu-icons li>ul.dropdown-shopping-cart.style-2 {
    margin-top: 22px;
}

body .header-menu-icons li>ul.dropdown-shopping-cart li,
body .header-menu-icons li>ul.dropdown-user-account li {
    position: relative;
}

body .header-menu-icons li>ul.dropdown-shopping-cart li .product-remove,
body .header-menu-icons li>ul.dropdown-user-account li .product-remove {
    top: 27%;
    right: 20px;
    position: absolute;
    cursor: pointer;
    font-size: 11px;
    font-size: .6875rem;
    color: #2c4499;
}

body .header-menu-icons li>ul.dropdown-shopping-cart li .product-remove:hover,
body .header-menu-icons li>ul.dropdown-user-account li .product-remove:hover {
    color: #424754;
}

body .header-menu-icons li>ul.dropdown-shopping-cart li .button,
body .header-menu-icons li>ul.dropdown-user-account li .button {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    padding-left: 20px;
    padding-right: 20px;
    margin-left: 0;
    margin-top: 20px;
    margin-bottom: 5px;
    letter-spacing: .5px;
    font-size: 11px;
    font-size: .6875rem;
    color: #fff;
}

body .header-menu-icons li>ul.dropdown-shopping-cart li .button.is-outlined,
body .header-menu-icons li>ul.dropdown-user-account li .button.is-outlined {
    color: #2c4499;
}

body .header-menu-icons li>ul.dropdown-shopping-cart li .button:hover,
body .header-menu-icons li>ul.dropdown-user-account li .button:hover {
    color: #fff;
}

body .header-menu-icons li>ul.dropdown-user-account li .field:not(:last-child) {
    margin-bottom: .8rem;
    margin-top: .3rem;
}

body .header-menu-icons li>ul.dropdown-user-account li input {
    height: 2.8em;
    font-size: 14px;
    font-size: .875rem;
}

body .header-menu-icons li>ul.dropdown-user-account li p.help {
    margin-top: .6rem;
    text-align: center;
    color: #2c4499;
}

body .header-menu-icons li>ul.dropdown-user-account li p.help a {
    color: #2c4499;
}

body .header-menu-icons li>ul.dropdown-user-account li p.help a:hover {
    color: #263238;
}

body .header-menu-icons li>ul.dropdown-user-account li .button {
    padding-left: 25px;
    padding-right: 25px;
    margin-left: 0;
    margin-top: 0;
    margin-bottom: 0;
    letter-spacing: .5px;
}

body .header-menu-icons li.dropdown-search-form ul {
    min-width: 300px;
}

body .header-menu-icons li.dropdown-search-form ul li {
    min-width: 300px;
    padding: 15px !important;
}

body .header-menu-icons li.dropdown-search-form ul li input {
    height: 2.6em;
    padding-right: 2.1em;
}

body .header-menu-icons li.dropdown-search-form ul li .button {
    height: 2.3em;
    top: 3px;
    right: 3px;
}

body .header-menu-icons.default li .icon {
    vertical-align: initial;
    height: 1.5rem;
}

body .header-menu-icons.default li .icon i {
    font-size: 14px;
}

body .header-menu-icons.default li .icon i[class*=" ion-"],
body .header-menu-icons.default li .icon i[class^=ion-] {
    font-size: 27px;
    font-size: 1.6875rem;
}

body .header-menu-icons.social .icon {
    width: 26px;
    height: 26px;
    border-radius: 100%;
    background-color: #2c4499;
    color: #fff;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
}

body .header-menu-icons.social .icon i {
    font-size: 12px;
    font-size: .75rem;
}

body .header-menu-icons.social .icon:hover {
    background-color: #263238;
}

body .header-menu-icons.default li,
body .header-menu-icons.social li {
    padding-left: 10px;
}

body.header-logo-with-icons #header-logo,
body.header-logo-with-icons .site-logo {
    padding: 26px 0;
}

body.header-logo-with-icons .header-menu-icons {
    padding-left: 0;
}

body.header-logo-with-icons .header-menu-icons:before {
    visibility: hidden;
}

body.header-logo-with-icons .header-menu-icons li:first-child {
    padding-left: 0;
}

body.header-logo-with-icons.header-logo-top .header-menu-icons li>ul {
    margin-top: 28px;
}

body.header-logo-with-icons.logo-menu-center header .level-left {
    margin: 0 auto;
}

body.header-logo-with-icons.logo-center header .level .level-left,
body.header-logo-with-icons.menu-center header .level .level-left {
    margin: 0 auto;
}

body.header-logo-with-icons.logo-center header .level.top .level-left,
body.header-logo-with-icons.menu-center header .level.top .level-left {
    margin: inherit !important;
}

body.header-logo-top .site-header .level,
body.header-menu-top .site-header .level {
    border-top: 1px solid #f5f5f5;
}

body.header-logo-top .site-header .level.top,
body.header-menu-top .site-header .level.top {
    margin-bottom: 0;
    border-top: 0;
}

body.header-logo-top header #header-logo,
body.header-logo-top header .site-logo,
body.header-menu-top header #header-logo,
body.header-menu-top header .site-logo {
    padding: 22px 0;
}

body.header-logo-top header .main-navigation>ul>li>a,
body.header-menu-top header .main-navigation>ul>li>a {
    padding: 10px 15px;
}

body.header-logo-top header .main-navigation>ul>li:last-child>a,
body.header-menu-top header .main-navigation>ul>li:last-child>a {
    padding-right: 0;
}

body.header-logo-top header .header-menu-icons,
body.header-menu-top header .header-menu-icons {
    padding-left: 0;
}

body.header-logo-top header .header-menu-icons:before,
body.header-menu-top header .header-menu-icons:before {
    visibility: hidden;
}

body.header-logo-top header .header-menu-icons li:first-child,
body.header-menu-top header .header-menu-icons li:first-child {
    padding-left: 0;
}

body.header-logo-top.logo-menu-center header .level-left,
body.header-menu-top.logo-menu-center header .level-left {
    margin: 0 auto;
}

body.header-logo-top.logo-center header .level.top .level-left,
body.header-logo-top.menu-center header .level.top .level-left,
body.header-menu-top.logo-center header .level.top .level-left,
body.header-menu-top.menu-center header .level.top .level-left {
    margin: 0 auto;
}

body.header-logo-top .header-menu-icons li>ul {
    margin-top: 25px;
}

body.header-menu-top .header-menu-icons li>ul {
    margin-top: 28px;
}

body.header-side-navigation header {
    top: 0;
    left: 0;
    position: fixed;
    height: 100%;
    width: 260px;
    z-index: 9999;
    border-right: 1px solid rgba(245, 245, 245, .7);
}

body.header-side-navigation header .site-header-inner {
    padding-top: 40px;
    height: 100%;
    position: relative;
}

body.header-side-navigation header .level,
body.header-side-navigation header .level-left,
body.header-side-navigation header .level-right {
    display: block;
}

body.header-side-navigation header .level-right {
    bottom: 30px;
    position: absolute;
    width: 100%;
}

body.header-side-navigation header .main-navigation>ul>li {
    float: none;
    font-size: 14px;
    font-size: .875rem;
}

body.header-side-navigation header .main-navigation>ul>li>a {
    margin: 0;
    padding: 14px 30px !important;
}

body.header-side-navigation header .main-navigation>ul>li>ul {
    top: 0;
    left: 100%;
    position: absolute;
    border: 1px solid #f5f5f5;
}

body.header-side-navigation header .main-navigation>ul>li>ul.open-left {
    left: inherit;
    top: 0;
    right: 100%;
    position: absolute;
}

body.header-side-navigation header .main-navigation>ul>li>ul.open-right {
    right: inherit;
    top: 0;
    left: 100%;
    position: absolute;
}

body.header-side-navigation header .main-navigation>ul>li>ul ul {
    border: 1px solid #f5f5f5;
    top: -11px;
    left: 100%;
    position: absolute;
}

body.header-side-navigation header .main-navigation>ul>li>ul ul.open-left {
    left: inherit;
    top: -11px;
    right: 100%;
    position: absolute;
}

body.header-side-navigation header .main-navigation>ul>li>ul ul.open-right {
    right: inherit;
    top: -11px;
    left: 100%;
    position: absolute;
}

body.header-side-navigation header .main-navigation>ul>li.mega-menu>ul ul {
    border: 0;
}

body.header-side-navigation header .main-navigation>ul>li.mega-menu>ul>li {
    min-width: 198px;
}

body.header-side-navigation header .main-navigation>ul>li.mega-menu>ul>li.column {
    padding: 25px 16px !important;
}

body.header-side-navigation header .main-navigation>ul>li.mega-menu>ul>li>a,
body.header-side-navigation header .main-navigation>ul>li.mega-menu>ul>li>span {
    font-size: 12.4px;
    font-size: .775rem;
    color: #393e4b;
}

body.header-side-navigation header .main-navigation>ul>li.mega-menu>ul>li>a:hover,
body.header-side-navigation header .main-navigation>ul>li.mega-menu>ul>li>span:hover {
    color: #096ae2;
}

body.header-side-navigation header .main-navigation>ul>li.mega-menu>ul>li>ul {
    position: initial;
    min-width: 198px;
    border-left: 0;
}

body.header-side-navigation header .main-navigation>ul>li.mega-menu>ul>li>ul>li {
    float: none;
    font-size: 12px;
    font-size: .75rem;
    min-width: 198px;
}

body.header-side-navigation header .main-navigation>ul>li.mega-menu>ul>li>ul>li a {
    color: #4b505d;
}

body.header-side-navigation header .main-navigation>ul>li.mega-menu>ul>li>ul>li a:hover {
    color: #096ae2;
}

body.header-side-navigation header .site-logo {
    margin: 20px 0;
    min-height: 100px;
}

body.header-side-navigation header .site-logo img {
    margin-top: -4px;
}

body.header-side-navigation header .level-right,
body.header-side-navigation header .site-logo {
    padding-left: 30px;
    padding-right: 30px;
}

body.header-side-navigation header .header-menu-icons.social {
    padding-left: 0;
    padding: 20px 0;
}

body.header-side-navigation header .header-menu-icons.social:before {
    width: 0;
}

body.header-side-navigation header .header-menu-icons.social li:first-child {
    padding-left: 0;
}

body.header-side-navigation header .header-menu-icons.social li:last-child {
    padding-right: 0;
}

body.header-side-navigation header .footer-copyright {
    font-size: 13px;
    font-size: .8125rem;
    display: inline-block;
    font-family: 'Roboto', sans-serif;
    color: #999;
}

body.header-side-navigation header .footer-copyright a {
    color: #096ae2;
}

body.header-side-navigation header .footer-copyright a:hover {
    color: #263238;
}

body.header-side-navigation.side-right header {
    left: inherit;
    top: 0;
    right: 0;
    position: fixed;
    border-right: 0;
    border-left: 1px solid rgba(245, 245, 245, .7);
}

body.header-side-navigation.side-right header .main-navigation>ul>li>ul {
    left: inherit;
    top: 0;
    right: 100%;
    position: absolute;
}

body.header-side-navigation.side-right header .main-navigation>ul>li>ul.open-left {
    left: inherit;
    top: 0;
    right: 100%;
    position: absolute;
}

body.header-side-navigation.side-right header .main-navigation>ul>li>ul.open-right {
    right: inherit;
    top: 0;
    left: 100%;
    position: absolute;
}

body.header-side-navigation.side-right header .main-navigation>ul>li>ul ul {
    left: inherit;
    top: -11px;
    right: 100%;
    position: absolute;
}

body.header-side-navigation.side-right header .main-navigation>ul>li>ul ul.open-left {
    left: inherit;
    top: -11px;
    right: 100%;
    position: absolute;
}

body.header-side-navigation.side-right header .main-navigation>ul>li>ul ul.open-right {
    right: inherit;
    top: -11px;
    left: 100%;
    position: absolute;
}

body.header-side-navigation.side-right header .main-navigation>ul>li.mega-menu>ul ul {
    border: 0;
}

body.header-side-navigation.side-right header .main-navigation>ul>li.mega-menu>ul>li {
    min-width: 198px;
}

body.header-side-navigation.side-right header .main-navigation>ul>li.mega-menu>ul>li.column {
    padding: 25px 16px !important;
}

body.header-side-navigation.side-right header .main-navigation>ul>li.mega-menu>ul>li>a,
body.header-side-navigation.side-right header .main-navigation>ul>li.mega-menu>ul>li>span {
    font-size: 12.4px;
    font-size: .775rem;
    color: #393e4b;
}

body.header-side-navigation.side-right header .main-navigation>ul>li.mega-menu>ul>li>a:hover,
body.header-side-navigation.side-right header .main-navigation>ul>li.mega-menu>ul>li>span:hover {
    color: #096ae2;
}

body.header-side-navigation.side-right header .main-navigation>ul>li.mega-menu>ul>li>ul {
    position: initial;
    min-width: 198px;
    border-left: 0;
}

body.header-side-navigation.side-right header .main-navigation>ul>li.mega-menu>ul>li>ul>li {
    float: none;
    font-size: 12px;
    font-size: .75rem;
    min-width: 198px;
}

body.header-side-navigation.side-right header .main-navigation>ul>li.mega-menu>ul>li>ul>li a {
    color: #4b505d;
}

body.header-side-navigation.side-right header .main-navigation>ul>li.mega-menu>ul>li>ul>li a:hover {
    color: #096ae2;
}

body.header-side-navigation.side-right.side-mini .site-header .level {
    left: inherit;
    top: 0;
    right: 100%;
    position: absolute;
    margin-left: 0;
    margin-right: 1px;
    border-right: 0;
    border-left: 1px solid rgba(245, 245, 245, .7);
}

body.header-side-navigation.side-mini .site-header,
body.header-side-navigation.side-mini header {
    width: 70px;
}

body.header-side-navigation.side-mini .site-header .site-header-inner,
body.header-side-navigation.side-mini header .site-header-inner {
    padding-top: 35px;
}

body.header-side-navigation.side-mini .site-header .level,
body.header-side-navigation.side-mini header .level {
    display: none;
    top: 0;
    left: 100%;
    position: absolute;
    height: 100%;
    background-color: #fff;
    margin-left: 1px;
    width: 252px;
    border-right: 1px solid rgba(245, 245, 245, .7);
}

body.header-side-navigation.side-mini .site-header .level .level-right,
body.header-side-navigation.side-mini header .level .level-right {
    padding-left: 30px;
    padding-right: 30px;
}

body.header-side-navigation.side-mini .site-header .level .main-navigation,
body.header-side-navigation.side-mini header .level .main-navigation {
    margin-top: 28px;
}

body.header-side-navigation.side-mini .site-header .level .main-navigation>ul>li>a,
body.header-side-navigation.side-mini header .level .main-navigation>ul>li>a {
    padding: 14px 30px !important;
}

body.header-side-navigation.side-mini .site-header .level.top,
body.header-side-navigation.side-mini header .level.top {
    display: block;
    text-align: center;
    position: initial;
    height: auto;
    margin-left: 0;
    margin-right: 0;
    width: auto;
    border: 0;
    margin-bottom: 0;
}

body.header-side-navigation.side-mini .site-header .level.top .level-left,
body.header-side-navigation.side-mini header .level.top .level-left {
    top: 48%;
    position: absolute;
    width: 100%;
}

body.header-side-navigation.side-mini .site-header .level.top .level-left:first-child,
body.header-side-navigation.side-mini header .level.top .level-left:first-child {
    position: relative;
}

body.header-side-navigation.side-mini .site-header .level.top .level-left,
body.header-side-navigation.side-mini .site-header .level.top .level-right,
body.header-side-navigation.side-mini header .level.top .level-left,
body.header-side-navigation.side-mini header .level.top .level-right {
    padding-left: 10px;
    padding-right: 10px;
}

body.header-side-navigation.side-mini .site-header .level.top .logo-text,
body.header-side-navigation.side-mini header .level.top .logo-text {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    display: block;
    text-transform: capitalize;
    font-size: 21px;
    font-size: 1.3125rem;
    letter-spacing: 0;
    color: #4b505d;
    font-weight: 600;
    margin-top: 55px;
}

body.header-side-navigation.side-mini .site-header .level.top .logo-text a,
body.header-side-navigation.side-mini header .level.top .logo-text a {
    color: #4b505d;
}

body.header-side-navigation.side-mini .site-header .level.top .logo-text a:hover,
body.header-side-navigation.side-mini header .level.top .logo-text a:hover {
    color: #393e4b;
}

body.header-side-navigation.side-mini .site-header .level.top .header-menu-icons,
body.header-side-navigation.side-mini header .level.top .header-menu-icons {
    padding-left: 0;
}

body.header-side-navigation.side-mini .site-header .level.top .header-menu-icons li,
body.header-side-navigation.side-mini header .level.top .header-menu-icons li {
    padding-left: 0;
}

body.header-side-navigation.side-mini .site-header .level.top .header-menu-icons li .icon i,
body.header-side-navigation.side-mini header .level.top .header-menu-icons li .icon i {
    font-size: 32px;
    font-size: 2rem;
}

body.header-side-navigation.side-mini .site-header .level.top .header-menu-icons li .icon i.ion-ios-close-outline,
body.header-side-navigation.side-mini header .level.top .header-menu-icons li .icon i.ion-ios-close-outline {
    font-size: 42px;
    font-size: 2.625rem;
}

body.header-side-navigation.side-mini .site-header .level.top .header-menu-icons:before,
body.header-side-navigation.side-mini header .level.top .header-menu-icons:before {
    width: 0;
}

body.header-side-navigation.side-mini .site-header .level.top .header-menu-icons.social,
body.header-side-navigation.side-mini header .level.top .header-menu-icons.social {
    padding: 0;
}

body.header-side-navigation.side-mini .site-header .level.top .header-menu-icons.social li,
body.header-side-navigation.side-mini header .level.top .header-menu-icons.social li {
    padding-bottom: 10px;
}

body.header-side-navigation.side-mini .site-header .level.top .header-menu-icons.social li:last-child,
body.header-side-navigation.side-mini header .level.top .header-menu-icons.social li:last-child {
    padding-bottom: 0;
}

body.header-side-navigation.side-mini .site-header .level.top .header-menu-icons.social li .icon,
body.header-side-navigation.side-mini header .level.top .header-menu-icons.social li .icon {
    background-color: transparent;
    color: #4b505d;
}

body.header-side-navigation.side-mini .site-header .level.top .header-menu-icons.social li .icon i,
body.header-side-navigation.side-mini header .level.top .header-menu-icons.social li .icon i {
    font-size: 17px;
    font-size: 1.0625rem;
}

body.header-side-navigation.side-mini .site-header .level.top .header-menu-icons.social li .icon:hover,
body.header-side-navigation.side-mini header .level.top .header-menu-icons.social li .icon:hover {
    color: #37474f;
}

body.header-side-navigation.side-mini .site-header .site-logo,
body.header-side-navigation.side-mini header .site-logo {
    margin: 0;
    padding-left: 0;
    padding-right: 0;
    min-height: inherit;
}

body.header-side-navigation.side-mini .site-header .site-logo img,
body.header-side-navigation.side-mini header .site-logo img {
    margin-top: -24px;
}

body.header-side-navigation.side-mini .site-header .footer-copyright,
body.header-side-navigation.side-mini header .footer-copyright {
    font-size: 12px;
}

body.header-side-navigation.side-mini.side-mini-icons-center header .level.top .level-left {
    top: 40%;
    position: absolute;
}

body.header-side-navigation.side-mini.side-mini-icons-center header .level.top .level-left:first-child {
    position: relative;
}

body.header-side-navigation.side-mini.side-mini-logo-center header .site-header-inner {
    padding-top: 30px;
}

body.header-side-navigation.side-mini.side-mini-logo-center header .level.top .level-left {
    top: 42.5%;
    position: absolute;
}

body.header-side-navigation.side-mini.side-mini-logo-center header .level.top .level-left:first-child {
    position: relative;
}

body.header-side-navigation.side-mini.side-mini-logo-center header .level.top .header-menu-icons .icon {
    color: #4b505d;
}

body.header-side-navigation.side-mini.side-mini-logo-center header .level.top .header-menu-icons .icon:hover {
    color: #37474f;
}

body.header-side-navigation.side-mini.side-mini-background.dark-color header,
body.header-side-navigation.side-mini.side-mini-background.primary-color header {
    background-color: #025fd2;
}

body.header-side-navigation.side-mini.side-mini-background.dark-color header .level.top,
body.header-side-navigation.side-mini.side-mini-background.primary-color header .level.top {
    background-color: transparent;
}

body.header-side-navigation.side-mini.side-mini-background.dark-color header .level.top .logo-text,
body.header-side-navigation.side-mini.side-mini-background.primary-color header .level.top .logo-text {
    color: #263238;
}

body.header-side-navigation.side-mini.side-mini-background.dark-color header .level.top .logo-text a,
body.header-side-navigation.side-mini.side-mini-background.primary-color header .level.top .logo-text a {
    color: #263238;
}

body.header-side-navigation.side-mini.side-mini-background.dark-color header .level.top .logo-text a:hover,
body.header-side-navigation.side-mini.side-mini-background.primary-color header .level.top .logo-text a:hover {
    color: #fff;
}

body.header-side-navigation.side-mini.side-mini-background.dark-color header .header-menu-icons li a,
body.header-side-navigation.side-mini.side-mini-background.primary-color header .header-menu-icons li a {
    color: #fff;
}

body.header-side-navigation.side-mini.side-mini-background.dark-color header .header-menu-icons li a:hover,
body.header-side-navigation.side-mini.side-mini-background.primary-color header .header-menu-icons li a:hover {
    color: #263238;
}

body.header-side-navigation.side-mini.side-mini-background.primary-color header {
    border-right: 1px solid #025fd2;
}

body.header-side-navigation.side-mini.side-mini-background.dark-color:not(.primary-color) header {
    border-right: 1px solid #263238;
    background-color: #263238;
}

body.header-side-navigation.side-mini.side-mini-background.dark-color:not(.primary-color) header .site-logo img {
    -webkit-filter: none;
    filter: none;
}

body.header-side-navigation.side-mini.side-mini-background.dark-color:not(.primary-color) header .level.top .logo-text {
    color: #fff;
}

body.header-side-navigation.side-mini.side-mini-background.dark-color:not(.primary-color) header .level.top .logo-text a {
    color: #fff;
}

body.header-side-navigation.side-mini.side-mini-background.dark-color:not(.primary-color) header .level.top .logo-text a:hover {
    color: #2c4499;
}

body.header-side-navigation.side-mini.side-mini-background.dark-color:not(.primary-color) header .header-menu-icons li a {
    color: #2c4499;
}

body.header-side-navigation.side-mini.side-mini-background.dark-color:not(.primary-color) header .header-menu-icons li a:hover {
    color: #fff;
}

body.header-side-navigation.side-mini.side-mini-logo-background.dark-color header .site-header-inner,
body.header-side-navigation.side-mini.side-mini-logo-background.primary-color header .site-header-inner {
    padding-top: 0;
}

body.header-side-navigation.side-mini.side-mini-logo-background.dark-color header .level.top,
body.header-side-navigation.side-mini.side-mini-logo-background.primary-color header .level.top {
    margin-right: -1px;
}

body.header-side-navigation.side-mini.side-mini-logo-background.dark-color header .level.top .level-left:first-child,
body.header-side-navigation.side-mini.side-mini-logo-background.primary-color header .level.top .level-left:first-child {
    background-color: #025fd2;
    padding-top: 22px;
    padding-bottom: 22px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

body.header-side-navigation.side-mini.side-mini-logo-background.dark-color header .level.top .level-left:first-child:hover,
body.header-side-navigation.side-mini.side-mini-logo-background.primary-color header .level.top .level-left:first-child:hover {
    background-color: #263238;
}

body.header-side-navigation.side-mini.side-mini-logo-background.dark-color header .level.top .level-left .logo-text,
body.header-side-navigation.side-mini.side-mini-logo-background.primary-color header .level.top .level-left .logo-text {
    color: #fff;
}

body.header-side-navigation.side-mini.side-mini-logo-background.dark-color:not(.primary-color) header .level.top .level-left:first-child {
    background-color: #263238;
}

body.header-side-navigation.side-mini.side-mini-logo-background.dark-color:not(.primary-color) header .level.top .level-left:first-child:hover {
    background-color: #025fd2;
}

body.header-side-navigation.side-mini.side-mini-logo-background.dark-color:not(.primary-color) header .site-logo img {
    -webkit-filter: none;
    filter: none;
}

body.header-side-navigation.side-content-center header .site-logo {
    margin: 15px 0 20px;
}

body.header-side-navigation.side-content-center header .site-logo img {
    display: block;
    margin: 0 auto;
    margin-bottom: 8px;
}

body.header-side-navigation.side-content-center header .site-logo .logo-text {
    padding: 0;
}

body.header-side-navigation.side-content-center header .footer-copyright,
body.header-side-navigation.side-content-center header .header-menu-icons,
body.header-side-navigation.side-content-center header .main-navigation>ul>li>a,
body.header-side-navigation.side-content-center header .site-logo {
    text-align: center;
}

body.header-side-navigation.side-content-right header .site-logo {
    direction: rtl;
}

body.header-side-navigation.side-content-right header .site-logo .logo-text {
    padding-right: 8px;
    padding-left: 0;
}

body.header-side-navigation.side-content-right header .level .level-right,
body.header-side-navigation.side-content-right header .main-navigation>ul>li>a,
body.header-side-navigation.side-content-right header .site-logo {
    text-align: right;
}

body.header-side-navigation.header-menu-background-dark header .main-navigation>ul>li>a,
body.header-side-navigation.header-menu-background-primary header .main-navigation>ul>li>a {
    margin: 2px 30px;
}

body.header-side-navigation.header-background.dark-color header .footer-copyright,
body.header-side-navigation.header-background.primary-color header .footer-copyright {
    color: #fff;
}

body.header-side-navigation.header-background.dark-color header .footer-copyright a,
body.header-side-navigation.header-background.primary-color header .footer-copyright a {
    color: #fff;
}

body.header-side-navigation.header-background.dark-color header .main-navigation>ul>li>ul,
body.header-side-navigation.header-background.primary-color header .main-navigation>ul>li>ul {
    margin-left: 1px;
}

body.header-side-navigation.header-background.primary-color header {
    border-right: 1px solid #025fd2;
}

body.header-side-navigation.header-background.primary-color header .site-logo .logo-text {
    color: #263238;
}

body.header-side-navigation.header-background.dark-color header {
    border-right: 1px solid #263238;
}

body.header-side-navigation.header-background.dark-color header .site-logo img {
    -webkit-filter: none;
    filter: none;
}

body.header-side-navigation.logo-background.logo-dark-color header .site-header-inner,
body.header-side-navigation.logo-background.logo-primary-color header .site-header-inner {
    padding-top: 0;
}

body.header-side-navigation.logo-background.logo-dark-color header .site-logo,
body.header-side-navigation.logo-background.logo-primary-color header .site-logo {
    background-color: #025fd2;
    margin-top: 0;
    margin-bottom: 30px;
    margin-right: -1px;
    padding-top: 50px;
    padding-bottom: 50px;
}

body.header-side-navigation.logo-background.logo-dark-color header .site-logo .logo-text,
body.header-side-navigation.logo-background.logo-primary-color header .site-logo .logo-text {
    color: #fff;
}

body.header-side-navigation.logo-background.logo-dark-color header .site-logo {
    background-color: #263238;
}

body.header-side-navigation.logo-background.logo-dark-color header .site-logo img {
    -webkit-filter: none;
    filter: none;
}

body.header-center-overlay header,
body.header-transparent header,
body.header-transparent-overlay header {
    top: 0;
    position: absolute;
    z-index: 20;
}

body.header-transparent header {
    background-color: transparent;
}

body.header-transparent-overlay header {
    background-color: rgba(255, 255, 255, .2);
}

body.header-center-overlay header {
    background-color: transparent;
    padding-top: 40px;
}

body.header-center-overlay header .site-header-inner {
    background-color: #fff;
    padding: 0 20px;
}

body.header-background header .site-logo .logo-text {
    color: #fff;
}

body.header-background header .main-navigation>ul>li>a {
    color: #fff;
}

body.header-background header .main-navigation>ul>li>a:hover {
    color: #263238;
}

body.header-background .header-menu-icons.social {
    margin-left: 0;
}

body.header-background .header-menu-icons.social:before {
    width: 0;
}

body.header-background .header-menu-icons.social .icon {
    background-color: #263238;
}

body.header-background .header-menu-icons.social .icon:hover {
    background-color: rgba(10, 10, 10, .8);
}

body.header-background.primary-color header {
    background-color: #025fd2;
}

body.header-background.dark-color:not(.primary-color) header {
    background-color: #263238;
}

body.header-background.dark-color:not(.primary-color) header .site-logo img {
    -webkit-filter: none;
    filter: none;
}

body.header-background.dark-color:not(.primary-color) header .main-navigation>ul>li>a {
    color: #fff;
}

body.header-background.dark-color:not(.primary-color) header .main-navigation>ul>li>a:hover {
    color: #096ae2;
}

body.header-background.dark-color:not(.primary-color) .header-menu-icons.social .icon {
    background-color: #025fd2;
}

body.header-background.dark-color:not(.primary-color) .header-menu-icons.social .icon:hover {
    background-color: rgba(10, 10, 10, .2);
}

body.header-transparent-border header {
    border-bottom: 1px solid #4b505d;
}

body.header-transparent-border header .main-navigation>ul>li>a {
    margin: 10px 0;
}

body.header-transparent-border header .header-menu-icons {
    border-left: 1px solid #4b505d;
    padding-left: 1.5rem !important;
}

body.header-transparent-border header .header-menu-icons li {
    padding: 22px 0 22px 8px;
}

body.header-transparent-border header .level:not(.top) {
    border-bottom: none !important;
}

body.header-menu-border-bottom.menu-center header .main-navigation>ul>li:first-child:after {
    left: 0;
}

body.header-menu-border-top.menu-center header .main-navigation>ul>li:first-child:after {
    left: 0;
}

body.header-menu-background-dark header .main-navigation>ul>li>a,
body.header-menu-background-primary header .main-navigation>ul>li>a {
    padding: 12px 15px;
    margin: 21px 0;
}

body.header-menu-background-dark header .main-navigation>ul>li>a:hover,
body.header-menu-background-primary header .main-navigation>ul>li>a:hover {
    color: #fff;
    background-color: #2c4499;
}

body.header-menu-background-dark header .main-navigation>ul>li:last-child>a,
body.header-menu-background-primary header .main-navigation>ul>li:last-child>a {
    padding-right: 15px;
}

body.header-menu-background-dark header .main-navigation>ul>li>a:hover {
    background-color: #263238;
}

body.header-menu-separator-dots header .main-navigation>ul>li:after {
    content: ".";
    top: 26%;
    right: -5px;
    position: absolute;
    font-size: 20px;
    font-size: 1.25rem;
    color: rgba(166, 166, 166, .5);
}

body.header-menu-separator-dots header .main-navigation>ul>li:last-child:after {
    content: '';
}

body.header-menu-separator-line header .main-navigation>ul>li:after {
    content: "/";
    top: 38%;
    right: -5px;
    position: absolute;
    color: rgba(166, 166, 166, .5);
    font-weight: 300;
}

body.header-menu-separator-line header .main-navigation>ul>li:last-child:after {
    content: '';
}

body.header-background-dark header,
body.header-background-primary header {
    background-color: #37474f;
}

body.header-background-dark header .site-logo,
body.header-background-primary header .site-logo {
    background-color: #025fd2;
    padding: 14px 0;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

body.header-background-dark header .site-logo .logo-text,
body.header-background-primary header .site-logo .logo-text {
    color: #fff;
    background-color: #025fd2;
    margin-left: 0;
    padding-top: 17px;
    padding-bottom: 15px;
    padding-left: 23px;
    padding-right: 23px;
    font-size: 21px !important;
}

body.header-background-dark header .site-logo:hover,
body.header-background-primary header .site-logo:hover {
    background-color: #2c4499;
}

body.header-background-dark header .main-navigation>ul>li>a,
body.header-background-primary header .main-navigation>ul>li>a {
    color: #fff;
    margin: 0;
    padding: 19px 25px !important;
    border-right: 1px solid #1e1e1e;
}

body.header-background-dark header .main-navigation>ul>li:last-child>a,
body.header-background-primary header .main-navigation>ul>li:last-child>a {
    border: 0;
}

body.header-background-dark header .button,
body.header-background-primary header .button {
    display: none !important;
}

body.header-background-dark header .button:last-child,
body.header-background-primary header .button:last-child {
    display: inherit !important;
    font-size: 14px;
    font-size: .875rem;
    height: 4.2em;
    padding-left: 45px;
    padding-right: 45px;
    background-color: #025fd2;
    border-radius: 0 !important;
    margin-left: 0;
}

body.header-background-dark header .button:last-child .icon,
body.header-background-primary header .button:last-child .icon {
    margin-right: .4875em;
}

body.header-background-dark header .button:last-child:hover,
body.header-background-primary header .button:last-child:hover {
    background-color: #2c4499;
}

body.header-background-primary header {
    background-color: rgba(2, 95, 210, .95);
}

body.header-background-primary header .site-logo {
    background-color: #37474f;
    padding: 14px 20px;
    padding-right: 26px;
}

body.header-background-primary header .site-logo img {
    -webkit-filter: none;
    filter: none;
}

body.header-background-primary header .site-logo .logo-text {
    background-color: transparent;
    margin-left: 0;
    padding-left: 0;
    padding-right: 0;
}

body.header-background-primary header .site-logo:hover {
    background-color: rgba(48, 53, 64, .9);
}

body.header-background-primary header .main-navigation>ul>li>a {
    color: rgba(255, 255, 255, .85);
    border-right: 1px solid rgba(255, 255, 255, .05);
}

body.header-background-primary header .button:last-child {
    background-color: #37474f;
}

body.header-background-primary header .button:last-child:hover {
    background-color: rgba(48, 53, 64, .9);
}

body.header-dropdown-menu-dark header .main-navigation li ul,
body.header-dropdown-menu-primary header .main-navigation li ul {
    background-color: #025fd2;
    border: none;
}

body.header-dropdown-menu-dark header .main-navigation li ul li a,
body.header-dropdown-menu-primary header .main-navigation li ul li a {
    color: #fff;
}

body.header-dropdown-menu-dark header .main-navigation li ul li a:hover,
body.header-dropdown-menu-primary header .main-navigation li ul li a:hover {
    color: #263238;
}

body.header-dropdown-menu-dark header .main-navigation li ul li ul,
body.header-dropdown-menu-primary header .main-navigation li ul li ul {
    border-left: 1px solid rgba(255, 255, 255, .2);
    top: -10px;
}

body.header-dropdown-menu-dark header .main-navigation li ul li ul.open-left,
body.header-dropdown-menu-primary header .main-navigation li ul li ul.open-left {
    border-left: 0;
    border-right: 1px solid rgba(255, 255, 255, .2);
    top: -10px;
}

body.header-dropdown-menu-dark header .main-navigation li ul li ul.open-right,
body.header-dropdown-menu-primary header .main-navigation li ul li ul.open-right {
    top: -10px;
}

body.header-dropdown-menu-dark header .main-navigation li.mega-menu>ul>li>a,
body.header-dropdown-menu-dark header .main-navigation li.mega-menu>ul>li>span,
body.header-dropdown-menu-primary header .main-navigation li.mega-menu>ul>li>a,
body.header-dropdown-menu-primary header .main-navigation li.mega-menu>ul>li>span {
    color: #393e4b;
}

body.header-dropdown-menu-dark header .main-navigation li.mega-menu>ul>li>a:hover,
body.header-dropdown-menu-dark header .main-navigation li.mega-menu>ul>li>span:hover,
body.header-dropdown-menu-primary header .main-navigation li.mega-menu>ul>li>a:hover,
body.header-dropdown-menu-primary header .main-navigation li.mega-menu>ul>li>span:hover {
    color: #fff;
}

body.header-dropdown-menu-dark header .main-navigation li.mega-menu>ul>li>ul,
body.header-dropdown-menu-primary header .main-navigation li.mega-menu>ul>li>ul {
    border-left: 0;
}

body.header-dropdown-menu-dark header .main-navigation li.mega-menu>ul>li>ul>li a,
body.header-dropdown-menu-primary header .main-navigation li.mega-menu>ul>li>ul>li a {
    color: #fff;
}

body.header-dropdown-menu-dark header .main-navigation li.mega-menu>ul>li>ul>li a:hover,
body.header-dropdown-menu-primary header .main-navigation li.mega-menu>ul>li>ul>li a:hover {
    color: #393e4b;
}

body.header-dropdown-menu-dark header .main-navigation li ul {
    background-color: #37474f;
}

body.header-dropdown-menu-dark header .main-navigation li ul li a {
    color: #fff;
}

body.header-dropdown-menu-dark header .main-navigation li ul li a:hover {
    color: #fff;
}

body.header-dropdown-menu-dark header .main-navigation li ul li ul {
    border-left: 1px solid rgba(255, 255, 255, .05);
}

body.header-dropdown-menu-dark header .main-navigation li ul li ul.open-left {
    border-left: 0;
    border-right: 1px solid rgba(255, 255, 255, .05);
}

body.header-dropdown-menu-dark header .main-navigation li.mega-menu>ul>li:after {
    background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(50%, rgba(216, 216, 216, .05)), to(transparent));
    background: linear-gradient(to bottom, transparent 0, rgba(216, 216, 216, .05) 50%, transparent 100%);
}

body.header-dropdown-menu-dark header .main-navigation li.mega-menu>ul>li>a,
body.header-dropdown-menu-dark header .main-navigation li.mega-menu>ul>li>span {
    color: #fff;
}

body.header-dropdown-menu-dark header .main-navigation li.mega-menu>ul>li>a:hover,
body.header-dropdown-menu-dark header .main-navigation li.mega-menu>ul>li>span:hover {
    color: #fff;
}

body.header-dropdown-menu-dark header .main-navigation li.mega-menu>ul>li>ul {
    border-left: 0;
}

body.header-dropdown-menu-dark header .main-navigation li.mega-menu>ul>li>ul>li a {
    color: #a6a6a6;
}

body.header-dropdown-menu-dark header .main-navigation li.mega-menu>ul>li>ul>li a:hover {
    color: #fff;
}

body.show-dropdown-menu-mark header .main-navigation li .menu-mark {
    visibility: visible;
}

body:not(.header-background-primary):not(.header-background-dark) header .header-fullwidth .main-navigation>ul>li>a {
    padding: 14px 20px;
}

body.header-transparent-overlay:not(.responsive-layout):not(.header-hamburger-menu) header:not(.hide-on-scroll):not(.show-on-scroll) .site-logo,
body.header-transparent:not(.responsive-layout):not(.header-hamburger-menu) header:not(.hide-on-scroll):not(.show-on-scroll) .site-logo {
    color: #fff;
}

body.header-transparent-overlay:not(.responsive-layout):not(.header-hamburger-menu) header:not(.hide-on-scroll):not(.show-on-scroll) .site-logo a,
body.header-transparent:not(.responsive-layout):not(.header-hamburger-menu) header:not(.hide-on-scroll):not(.show-on-scroll) .site-logo a {
    color: #fff;
}

body.header-transparent-overlay:not(.responsive-layout):not(.header-hamburger-menu) header:not(.hide-on-scroll):not(.show-on-scroll) .main-navigation>ul>li>a,
body.header-transparent:not(.responsive-layout):not(.header-hamburger-menu) header:not(.hide-on-scroll):not(.show-on-scroll) .main-navigation>ul>li>a {
    color: var(--heading-color);
    font-weight: 600;
}

body.header-transparent-overlay:not(.responsive-layout):not(.header-hamburger-menu) header:not(.hide-on-scroll):not(.show-on-scroll) .main-navigation>ul>li>a:hover,
body.header-transparent:not(.responsive-layout):not(.header-hamburger-menu) header:not(.hide-on-scroll):not(.show-on-scroll) .main-navigation>ul>li>a:hover {
    color: var(--secondary-color);
}

body.header-transparent-overlay:not(.responsive-layout):not(.header-hamburger-menu) header:not(.hide-on-scroll):not(.show-on-scroll) .main-navigation>ul>li.active>a,
body.header-transparent-overlay:not(.responsive-layout):not(.header-hamburger-menu) header:not(.hide-on-scroll):not(.show-on-scroll) .main-navigation>ul>li.active>span,
body.header-transparent-overlay:not(.responsive-layout):not(.header-hamburger-menu) header:not(.hide-on-scroll):not(.show-on-scroll) .main-navigation>ul>li.current-menu-ancestor>a,
body.header-transparent-overlay:not(.responsive-layout):not(.header-hamburger-menu) header:not(.hide-on-scroll):not(.show-on-scroll) .main-navigation>ul>li.current-menu-ancestor>span,
body.header-transparent-overlay:not(.responsive-layout):not(.header-hamburger-menu) header:not(.hide-on-scroll):not(.show-on-scroll) .main-navigation>ul>li.current-menu-item>a,
body.header-transparent-overlay:not(.responsive-layout):not(.header-hamburger-menu) header:not(.hide-on-scroll):not(.show-on-scroll) .main-navigation>ul>li.current-menu-item>span,
body.header-transparent-overlay:not(.responsive-layout):not(.header-hamburger-menu) header:not(.hide-on-scroll):not(.show-on-scroll) .main-navigation>ul>li.current-menu-parent>a,
body.header-transparent-overlay:not(.responsive-layout):not(.header-hamburger-menu) header:not(.hide-on-scroll):not(.show-on-scroll) .main-navigation>ul>li.current-menu-parent>span,
body.header-transparent-overlay:not(.responsive-layout):not(.header-hamburger-menu) header:not(.hide-on-scroll):not(.show-on-scroll) .main-navigation>ul>li.current>a,
body.header-transparent-overlay:not(.responsive-layout):not(.header-hamburger-menu) header:not(.hide-on-scroll):not(.show-on-scroll) .main-navigation>ul>li.current>span,
body.header-transparent-overlay:not(.responsive-layout):not(.header-hamburger-menu) header:not(.hide-on-scroll):not(.show-on-scroll) .main-navigation>ul>li.current_page_item>a,
body.header-transparent-overlay:not(.responsive-layout):not(.header-hamburger-menu) header:not(.hide-on-scroll):not(.show-on-scroll) .main-navigation>ul>li.current_page_item>span,
body.header-transparent:not(.responsive-layout):not(.header-hamburger-menu) header:not(.hide-on-scroll):not(.show-on-scroll) .main-navigation>ul>li.active>a,
body.header-transparent:not(.responsive-layout):not(.header-hamburger-menu) header:not(.hide-on-scroll):not(.show-on-scroll) .main-navigation>ul>li.active>span,
body.header-transparent:not(.responsive-layout):not(.header-hamburger-menu) header:not(.hide-on-scroll):not(.show-on-scroll) .main-navigation>ul>li.current-menu-ancestor>a,
body.header-transparent:not(.responsive-layout):not(.header-hamburger-menu) header:not(.hide-on-scroll):not(.show-on-scroll) .main-navigation>ul>li.current-menu-ancestor>span,
body.header-transparent:not(.responsive-layout):not(.header-hamburger-menu) header:not(.hide-on-scroll):not(.show-on-scroll) .main-navigation>ul>li.current-menu-item>a,
body.header-transparent:not(.responsive-layout):not(.header-hamburger-menu) header:not(.hide-on-scroll):not(.show-on-scroll) .main-navigation>ul>li.current-menu-item>span,
body.header-transparent:not(.responsive-layout):not(.header-hamburger-menu) header:not(.hide-on-scroll):not(.show-on-scroll) .main-navigation>ul>li.current-menu-parent>a,
body.header-transparent:not(.responsive-layout):not(.header-hamburger-menu) header:not(.hide-on-scroll):not(.show-on-scroll) .main-navigation>ul>li.current-menu-parent>span,
body.header-transparent:not(.responsive-layout):not(.header-hamburger-menu) header:not(.hide-on-scroll):not(.show-on-scroll) .main-navigation>ul>li.current>a,
body.header-transparent:not(.responsive-layout):not(.header-hamburger-menu) header:not(.hide-on-scroll):not(.show-on-scroll) .main-navigation>ul>li.current>span,
body.header-transparent:not(.responsive-layout):not(.header-hamburger-menu) header:not(.hide-on-scroll):not(.show-on-scroll) .main-navigation>ul>li.current_page_item>a,
body.header-transparent:not(.responsive-layout):not(.header-hamburger-menu) header:not(.hide-on-scroll):not(.show-on-scroll) .main-navigation>ul>li.current_page_item>span {
    color: #eb252d;
}

body.header-transparent-overlay:not(.responsive-layout):not(.header-hamburger-menu) header:not(.hide-on-scroll):not(.show-on-scroll) .header-menu-icons>li>a,
body.header-transparent:not(.responsive-layout):not(.header-hamburger-menu) header:not(.hide-on-scroll):not(.show-on-scroll) .header-menu-icons>li>a {
    color: var(--heading-color);
}

body.header-transparent-overlay:not(.responsive-layout):not(.header-hamburger-menu) header:not(.hide-on-scroll):not(.show-on-scroll) .header-menu-icons>li>a:hover,
body.header-transparent:not(.responsive-layout):not(.header-hamburger-menu) header:not(.hide-on-scroll):not(.show-on-scroll) .header-menu-icons>li>a:hover {
    color: var(--bg-secondary-color);
}

body.header-transparent-overlay:not(.responsive-layout):not(.header-hamburger-menu) header:not(.hide-on-scroll):not(.show-on-scroll) .nav-menu-dropdown>li>a,
body.header-transparent:not(.responsive-layout):not(.header-hamburger-menu) header:not(.hide-on-scroll):not(.show-on-scroll) .nav-menu-dropdown>li>a {
    color: #fff;
    border: 1px solid #4b505d;
}

body.header-transparent:not(.responsive-layout):not(.header-hamburger-menu) header#header:not(.hide-on-scroll):not(.show-on-scroll) .level:not(.top):before {
    content: '';
    position: absolute;
    left: 180px;
    bottom: 0;
    width: calc(100% - 180px);
    border-bottom: 1px solid #606d756b;
}

body.header-transparent-overlay:not(.responsive-layout):not(.header-hamburger-menu).header-logo-top .site-header .level,
body.header-transparent-overlay:not(.responsive-layout):not(.header-hamburger-menu).header-menu-top .site-header .level,
body.header-transparent:not(.responsive-layout):not(.header-hamburger-menu).header-logo-top .site-header .level,
body.header-transparent:not(.responsive-layout):not(.header-hamburger-menu).header-menu-top .site-header .level {
    border-top: 1px solid #4b505d;
}

.page-title .hero-body .subtitle,
.page-title .hero-body h3,
.page-title.is-fullheight h1,
.page-title.is-fullheight h3,
.page-title.is-large h1,
.page-title.is-large h3,
.page-title.is-medium h1,
.ken-burns,
.parallax-background {
    background: 0 0;
}

.ken-burns {
    position: relative;
    overflow: hidden;
}

.ken-burns-background {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: no-repeat center center;
    background-size: cover;
    -webkit-animation: kenburns 40s infinite;
    animation: kenburns 40s infinite;
}

.page-title {
    background-color: #f1f1f1;
    padding-bottom: 0 !important;
}

.page-title.mini-height .hero-body {
    padding-bottom: 3rem;
    padding-top: 3rem;
}

.page-title.mini-height .hero-body .title,
.page-title.mini-height .hero-body h1 {
    font-size: 20px;
    font-size: 1.25rem;
}

.page-title.mini-height .hero-body .breadcrumb,
.page-title.mini-height .hero-body .subtitle,
.page-title.mini-height .hero-body h3 {
    font-size: 13.5px;
    font-size: .84375rem;
}

.page-title.is-primary .hero-body .subtitle,
.page-title.is-primary .hero-body h3 {
    color: #fff;
}

.page-title.is-primary .hero-body .breadcrumb li+li:before {
    color: #025fd2;
}

.page-title.is-primary .hero-body .breadcrumb li.is-active a {
    color: #fff;
}

.page-title.is-primary .hero-body .breadcrumb li a:hover {
    color: #fff;
}

.page-title.is-secondary .hero-body .title,
.page-title.is-secondary .hero-body h1 {
    color: #fff;
}

.page-title.is-secondary .hero-body .subtitle,
.page-title.is-secondary .hero-body h3 {
    color: #a6a6a6;
}

.page-title.is-secondary .hero-body .breadcrumb li+li:before {
    color: #4b505d;
}

.page-title.is-secondary .hero-body .breadcrumb li.is-active a {
    color: #a6a6a6;
}

.page-title.is-secondary .hero-body .breadcrumb li a:hover {
    color: #a6a6a6;
}

.page-title.is-secondary .hero-body .button {
    border: 1px solid #2c4499;
}

.has-text-centered {
    text-align: center;
}

.page-title.has-text-centered .hero-body .breadcrumb {
    font-size: 13px;
    font-size: .8125rem;
    margin-bottom: 1rem;
}

.page-title.has-text-centered .hero-body .header-menu-icons.social li:first-child {
    padding-left: 0;
}

.hero {
    background-size: cover;
    background-position: center;
}

.hero.is-medium .hero-body {
    padding-bottom: 3rem;
    padding-top: 7rem;
    background-color: rgb(6 22 78 / 75%);
}

.page-title .hero-body .button {
    margin: 0 3px;
}

.page-title .hero-body .button:first-child {
    margin-left: 0;
}

.page-title .hero-body .button:last-child {
    margin-right: 0;
}

.page-title .hero-body .title,
.page-title .hero-body h1 {
    font-weight: 500;
    letter-spacing: 0;
    font-size: 30px;
    font-size: 1.875rem;
    color: #263238;
}

.page-title .hero-body .subtitle,
.page-title .hero-body h3 {
    letter-spacing: .5px;
    margin-top: -3px !important;
    color: #4b505d;
    font-size: 15px;
    font-size: .9375rem;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
}

.page-title .hero-body .level .level-right .header-menu-icons.social:before {
    display: none;
}

.page-title .hero-body .level .level-left .header-menu-icons.social {
    padding-left: 0;
    padding-right: 10px;
}

.page-title .hero-body .level .level-left .header-menu-icons.social:before {
    display: none;
}

.page-title .hero-body .level .level-left .header-menu-icons.social li:first-child {
    padding-left: 0;
}

.page-title.is-fullheight .hero-body>div:before,
.page-title.is-large .hero-body>div:before,
.page-title.is-medium .hero-body>div:before {
    display: none;
    content: '';
    height: 49px;
    width: 1px;
    background-color: #fff;
    opacity: .45;
    margin-bottom: 20px;
    margin-top: -50px;
}

.page-title.is-fullheight .hero-body .heading-title-top,
.page-title.is-large .hero-body .heading-title-top,
.page-title.is-medium .hero-body .heading-title-top {
    padding-bottom: 20px;
    font-size: 18px;
    letter-spacing: 2px;
    color: #fff;
}

.page-title.is-fullheight h1,
.page-title.is-large h1,
.page-title.is-medium h1 {
    color: #fff;
    font-size: 3rem;
    font-weight: 700;
    line-height: 1.2em;
    padding-bottom: 0px;
    margin-bottom: 1.2rem;
}

.page-title.is-fullheight h3,
.page-title.is-large h3,
.page-title.is-medium h3 {
    color: var(--light-grey-color);
    font-size: 1.2rem;
    line-height: 1.6em;
    font-weight: 400;
    max-width: 1000px;
    margin: 2rem auto 0;
}

.page-title.services {
    background: #f1f1f1 url(../images/page-title/services.png) no-repeat top center;
    background-size: cover;
}

.page-title.about {
    background-size: cover;
}

.page-title.blog,
.page-title.blog-single {
    background: #f1f1f1 url(../images/page-title/blog.png) no-repeat top center;
    background-size: cover;
}

.page-title.contact {
    background: #f1f1f1 url(../images/page-title/contact.png) no-repeat top center;
    background-size: cover;
}

.page-title.portfolio {
    background: #f1f1f1 url(../images/page-title/portfolio.png) no-repeat top center;
    background-size: cover;
}

.page-title.portfolio .hero-body>div:before {
    background-color: #fafafa;
}

.page-title.ken-burns,
.page-title.parallax-background {
    background: 0 0;
}

.page-title.ken-burns {
    position: relative;
    overflow: hidden;
}

.page-title .ken-burns-background {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: no-repeat center center;
    background-size: cover;
    -webkit-animation: kenburns 40s infinite;
    animation: kenburns 40s infinite;
}

.page-title.intro-image .hero-body #typed-intro,
.page-title.intro-image .hero-body .typed-cursor,
.page-title.intro-image .hero-body h1 {
    text-transform: lowercase;
    text-align: center;
    font-size: 50px;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 1.4;
    text-shadow: none;
    font-weight: 500;
}

.page-title.intro-image .hero-body #typed-intro:first-letter,
.page-title.intro-image .hero-body .typed-cursor:first-letter,
.page-title.intro-image .hero-body h1:first-letter {
    text-transform: capitalize;
}

.page-title.intro-image .hero-body p {
    width: auto;
    display: inline-block;
    margin-bottom: 20px;
    text-transform: uppercase;
    font-size: 14.6px;
    font-weight: 400;
    letter-spacing: 2px;
    text-shadow: none;
    font-weight: 600;
    line-height: 1.2;
    color: rgba(255, 255, 255, .5);
}

.page-title.intro-image .hero-body .button {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    height: 3.6em;
    padding-left: calc(2.9em - 1px);
    padding-right: calc(2.9em - 1px);
    text-transform: capitalize;
    color: #fff;
    font-weight: 500;
    letter-spacing: 0;
    font-size: 14px;
}

.page-title.intro-image .hero-body .button .icon {
    margin-left: 10px;
    margin-top: 2px;
}

.page-title.intro-image .hero-body .button .icon i {
    font-size: 26px;
}

.portfolio-single .work-images li {
    margin-bottom: 2rem;
}

.portfolio-single .work-images li:last-child {
    margin-bottom: 0;
}

.portfolio-single .work-images img {
    display: block;
}

.portfolio-single .widget-title {
    font-size: 21px;
    font-size: 1.3125rem;
    margin-bottom: 1.3rem;
}

.portfolio-single .widget {
    margin-bottom: 1rem;
}

.portfolio-single .widget:first-child .widget-title {
    margin-top: -7px;
}

.portfolio-single .widget.full-width {
    margin-bottom: 0;
    margin-top: 1rem;
}

.portfolio-single .widget.full-width:first-child .widget-title {
    margin-top: 0;
}

.portfolio-single .is-flex-reverse-column .widget.full-width {
    margin-top: 0;
    margin-bottom: 1rem;
}

.portfolio-single .textwidget p {
    margin-bottom: 0;
    font-size: 15px;
    font-size: .9375rem;
}

.portfolio-single .widget-social ul li {
    padding-right: 9px;
    padding-bottom: 9px;
}

.portfolio-single .widget-social ul li .icon {
    width: 31px;
    height: 31px;
    border-radius: 100%;
}

.portfolio-single .widget-social ul li .icon i {
    font-size: 16px;
    font-size: 1rem;
}

.portfolio-single .widget-links ul li {
    padding: 6px 0;
    font-size: 14.5px;
    font-size: .90625rem;
    color: #4b505d;
}

.portfolio-single .widget-links ul li a {
    color: #4b505d;
}

.portfolio-single .widget-links ul li a:hover {
    color: #2c4499;
}

.portfolio-single .widget-links ul li span {
    font-size: 14px;
    font-size: .875rem;
    color: #2c4499;
}

.portfolio-single .widget-links ul li .icon {
    color: #056ae8;
    margin-right: 2.5px;
    width: auto;
    height: auto;
}

.pricing-table .pricing-plan .plan-items .plan-item {
    text-transform: capitalize;
}

.pricing-table .pricing-plan .plan-header:not(:last-child),
.subtitle:not(:last-child),
.title:not(:last-child) {
    margin-bottom: 1.5rem;
}

.pricing-table .pricing-plan .plan-header,
.subtitle,
.title {
    word-break: break-word;
}

.pricing-table .pricing-plan .plan-header em,
.pricing-table .pricing-plan .plan-header span,
.subtitle em,
.subtitle span,
.title em,
.title span {
    font-weight: inherit;
}

.pricing-table .pricing-plan .plan-header sub,
.subtitle sub,
.title sub {
    font-size: .75em;
}

.pricing-table .pricing-plan .plan-header sup,
.subtitle sup,
.title sup {
    font-size: .75em;
}

.pricing-table .pricing-plan .plan-header .tag,
.subtitle .tag,
.title .tag {
    vertical-align: middle;
}

.pricing-table .pricing-plan .plan-header,
.title {
    color: #363636;
    font-size: 2rem;
    font-weight: 600;
    line-height: 1.125;
}

.pricing-table .pricing-plan .plan-header strong,
.title strong {
    color: inherit;
    font-weight: inherit;
}

.pricing-table .pricing-plan .plan-header+.highlight,
.title+.highlight {
    margin-top: -.75rem;
}

.pricing-table .pricing-plan .plan-header:not(.is-spaced)+.subtitle,
.title:not(.is-spaced)+.subtitle {
    margin-top: -1.25rem;
}

.pricing-table .pricing-plan .is-1.plan-header,
.title.is-1 {
    font-size: 3rem;
}

.pricing-table .pricing-plan .is-2.plan-header,
.title.is-2 {
    font-size: 2.5rem;
}

.pricing-table .pricing-plan .is-3.plan-header,
.title.is-3 {
    font-size: 2rem;
}

.pricing-table .pricing-plan .is-4.plan-header,
.title.is-4 {
    font-size: 1.5rem;
}

.pricing-table .pricing-plan .is-5.plan-header,
.title.is-5 {
    font-size: 1.25rem;
}

.pricing-table .pricing-plan .is-6.plan-header,
.title.is-6 {
    font-size: 1rem;
}

.pricing-table .pricing-plan .is-7.plan-header,
.title.is-7 {
    font-size: .75rem;
}

.subtitle {
    color: #4a4a4a;
    font-size: 1.25rem;
    font-weight: 400;
    line-height: 1.25;
}

.subtitle strong {
    color: #363636;
    font-weight: 600;
}

.pricing-table .pricing-plan .subtitle:not(.is-spaced)+.plan-header,
.subtitle:not(.is-spaced)+.title {
    margin-top: -1.25rem;
}

.subtitle.is-1 {
    font-size: 3rem;
}

.subtitle.is-2 {
    font-size: 2.5rem;
}

.subtitle.is-3 {
    font-size: 2rem;
}

.subtitle.is-4 {
    font-size: 1.5rem;
}

.subtitle.is-5 {
    font-size: 1.25rem;
}

.subtitle.is-6 {
    font-size: 1rem;
}

.subtitle.is-7 {
    font-size: .75rem;
}

.pricing-table {
    padding: 30px 0 50px;
}

.pricing-table .pricing-plan {
    margin: .9rem;
    background: #fff;
    padding: 22px 3% 45px;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
}

.pricing-table .pricing-plan:hover {
    margin-top: 0;
    border: 1px solid #056ae8;
}

.pricing-table .pricing-plan:first-child {
    margin-left: 0;
}

.pricing-table .pricing-plan:last-child {
    margin-right: 0;
}

.pricing-table .pricing-plan .plan-header {
    text-transform: capitalize;
    font-size: 28px;
    font-size: 1.75rem;
    font-weight: 600;
    letter-spacing: 0;
    color: #056ae8;
    border-bottom: 1px solid #eaeaea;
    padding-bottom: 2.5rem;
}

.pricing-table .pricing-plan .plan-price {
    font-size: 14px;
    font-size: .875rem;
    color: #4b505d;
    padding: .3rem 0 2.2rem;
    line-height: 1;
}

.pricing-table .pricing-plan .plan-price .plan-price-amount {
    color: #263238;
    font-size: 58px;
    font-size: 3.625rem;
    letter-spacing: 0;
    padding: 0 2px;
    font-weight: 500;
}

.pricing-table .pricing-plan .plan-price .plan-price-amount .plan-price-currency {
    color: #263238;
    font-size: 1.5rem !important;
    vertical-align: middle;
}

.pricing-table .pricing-plan .plan-items {
    margin-bottom: 1.4rem;
}

.pricing-table .pricing-plan .plan-items .plan-item {
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    font-size: .9375rem;
}

.pricing-table .pricing-plan .plan-footer .button {
    color: #fff;
    background-color: #263238;
    padding: 22px 45px;
}

.pricing-table .pricing-plan .plan-footer .button:hover {
    background-color: #2c4499;
}

.pricing-table .pricing-plan.is-active {
    border: none;
    background: #263238;
    margin-top: .9rem !important;
}

.pricing-table .pricing-plan.is-active .plan-header {
    border-bottom: 1px solid rgba(255, 255, 255, .1);
}

.pricing-table .pricing-plan.is-active .plan-price {
    color: #fff;
}

.pricing-table .pricing-plan.is-active .plan-price .plan-price-amount {
    color: #fff;
}

.pricing-table .pricing-plan.is-active .plan-price .plan-price-amount .plan-price-currency {
    color: #fff;
}

.pricing-table .pricing-plan.is-active .plan-footer .button {
    color: #fff;
    background-color: #2c4499;
    padding: 19px 45px;
    height: 2.42em;
}

.pricing-table .pricing-plan.is-active .plan-footer .button:hover {
    background-color: #fff;
    color: #2c4499;
}

.pricing-table.is-comparative {
    margin: 0;
}

.pricing-table.is-comparative .pricing-plan {
    padding-right: 0;
    padding-left: 0;
    margin: .9rem 0;
}

.pricing-table.is-comparative .pricing-plan.is-active {
    border: none;
}

.pricing-table.is-comparative .pricing-plan .plan-items .plan-item {
    font-size: 14px;
    font-size: .875rem;
}

.pricing-table.style-2 .pricing-plan {
    padding-right: 2%;
    padding-left: 2%;
}

section {
    position: relative;
    background-color: #fff;
}

.section {
    padding: 3.5rem 1.5rem;
}

.section.is-clearfix#welcome {
    background-color: #eee;
}

.section.is-clearfix {
    background-color: #eee;
}

.section.is-clearfix:nth-child(odd) {
    background-color: #fff;
}

.section.hero {
    padding-left: 0;
    padding-right: 0;
}

.introduction {
    background-color: #fff;
    padding: 6rem 1.5rem;
}

.quote-section .widget-title .icon {
    padding: 0;
    border-radius: 100px;
    width: 55px;
    height: 55px;
    line-height: 55px;
    font-size: 32px;
    text-align: center;
    background-color: #2c4499;
    color: #fff;
}

.quote-section button:hover {
    background-color: #eb252d;
    color: #fff;
}

.quote-section img {
    width: 100%;
}

.quote-section .heading-title.style-3 {
    margin-bottom: 1.6rem !important;
}

.quote-section .heading-title-bottom {
    max-width: 900px;
    padding: 0;
    line-height: 1.6;
    margin-bottom: 3.5rem;
    font-size: 1rem;
}

.quote-section img {
    display: block;
}

.quote-section form .select {
    width: 100%;
}

.quote-section form select {
    min-width: 175px;
    width: 100%;
    width: 100%;
    background-color: #eeeeee;
    border-color: transparent;
    font-size: 14.5px;
    height: 3.26em;
    color: rgba(75, 80, 93, .8);
}

.quote-section form input,
.quote-section form ::-webkit-search-results-decoration {
    width: 100%;
    background-color: #eeeeee;
    border-color: transparent;
    font-size: 14.5px;
    height: 3.26em;
    color: rgba(75, 80, 93, .8);
}

input[type="file" i] {
    margin: 35px 0 10px;
    background: none!important;
}

.screen-reader-response {
    padding: 25px 0;
    font-size: 1.5rem;
    font-weight: 600;
    margin-bottom: 35px;
    color: #2c4499;
}

.quote-section form textarea {
    width: 100%;
    height: 120px;
    background-color: #eeeeee;
    border-color: transparent;
    font-size: 14.5px;
    color: rgba(75, 80, 93, .8);
}

.quote-section form input::-webkit-input-placeholder,
.quote-section form select::-webkit-input-placeholder,
.quote-section form textarea::-webkit-input-placeholder {
    color: rgba(75, 80, 93, .8);
}

.quote-section form input:-ms-input-placeholder,
.quote-section form select:-ms-input-placeholder,
.quote-section form textarea:-ms-input-placeholder {
    color: rgba(75, 80, 93, .8);
}

.quote-section form input::-ms-input-placeholder,
.quote-section form select::-ms-input-placeholder,
.quote-section form textarea::-ms-input-placeholder {
    color: rgba(75, 80, 93, .8);
}

.quote-section form input::placeholder,
.quote-section form select::placeholder,
.quote-section form textarea::placeholder {
    color: rgba(75, 80, 93, .8);
}

.quote-section form .select:not(.is-multiple):not(.is-loading)::after {
    border-color: #a6a6a6;
}

.quote-section form .textarea:not([rows]),
.quote-section form textarea:not([rows]) {
    min-height: 190px;
}

.quote-section form>.field:not(:last-child) {
    margin-bottom: 1.6rem;
}

.quote-section form .field-body>.field:not(:last-child) {
    margin-right: 1.4rem;
}

.tracking-section {
    background-size: cover;
}

.tracking-section .heading-title-top {
    color: rgba(255, 255, 255, .6);
}

.tracking-section .heading-title.style-3 {
    color: #fff;
    margin-bottom: 2rem !important;
}

.tracking-section .subscribe-form .field.is-grouped>.control:not(:last-child) {
    width: 75%;
    margin-right: 1rem;
}

.tracking-section .subscribe-form input {
    height: 3.9em;
    padding-left: 30px;
    padding-right: 30px;
}

.tracking-section .subscribe-form .button {
    padding-left: calc(4.2em - 1px);
    padding-right: calc(4.2em - 1px);
    font-size: 16px !important;
}

.tracking-section .subscribe-form .button .icon {
    margin-left: 15px;
}

.tracking-section .subscribe-form .button .icon i {
    font-size: 20px;
}

.tracking-section .help {
    background-color: rgba(57, 62, 75, .4);
    padding: 10px 32px;
    color: rgba(255, 255, 255, .6);
    margin-top: 0;
}

.tracking-section .help:first-letter {
    text-transform: capitalize;
}

.services-section {
    padding: 3.5rem 1.5rem 3rem;
}

.services-section .boxes-style-2 .box-item .button {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    padding-left: 12px;
}

.services-section .boxes-style-2 .box-item .button:after {
    border-radius: 100%;
    width: 31px;
    height: 31px;
    line-height: 1.2;
    top: 0;
    right: 3px;
}

.services-section .boxes-style-2 .box-item img {
    margin-bottom: 32px;
    max-height: 36px;
}

.services-section .boxes-style-2 .box-item h3 {
    margin-bottom: 1rem;
}

.services-section .boxes-style-2 .box-item:hover {
    background-color: #2c4499;
    border-color: #2c4499;
}

.services-section .boxes-style-2 .box-item:hover img {
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
}

.services-section .boxes-style-2 .box-item:hover h3,
.services-section .boxes-style-2 .box-item:hover i {
    color: #fff;
}

.services-section .boxes-style-2 .box-item:hover p {
    color: var(--paragraph-color-2);
}

.services-section .boxes-style-2 .box-item:hover .button:after {
    border: 1px solid #fff;
    background-color: #fff;
    color: #2c4499;
}

.tracking-steps-section .heading-title-top {
    color: rgba(255, 255, 255, .6);
}

.tracking-steps-section .steps .step-item .step-marker {
    left: calc(50% - 20px);
    background-color: #eb252d !important;
    border: 1px solid #eb252d !important;
    height: 65px;
    width: 65px;
    top: -15px;
    font-size: 30px;
    font-weight: 500;
    color: #fff !important;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

.tracking-steps-section .steps .step-item .step-details {
    margin-top: 4rem;
    margin-left: 2.5em;
    margin-right: 1em;
}

.tracking-steps-section .steps .step-item .step-details p:not(.step-title) {
    color: var(--paragraph-color-2);
    font-size: 1rem;
    font-weight: 400;
}

.tracking-steps-section .steps .step-item .step-details .step-title {
    color: #fff;
    font-size: 1.2rem;
    font-weight: 700;
    padding-bottom: 5px;
}

.tracking-steps-section .steps .step-item:not(:first-child)::before {
    height: 1px;
    width: calc( 200% - 20px );
    left: calc( -100% - -20px );
    background: var(--paragraph-color-2) !important;
    top: 17px;
}

.services {
    background-color: #f1f1f1;
    padding-bottom: 6.5rem;
}

.stories {
    background: #fff;
    padding: 4rem 1.5rem;
}

.stories .heading-title {
    margin-bottom: 1rem !important;
}

.stories.style-2 {
    background: #fff;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(68%, #fff), color-stop(32%, #f1f1f1));
    background: linear-gradient(to bottom, #fff 68%, #f1f1f1 32%);
}

.stories .button.is-dark {
    border-color: #eaeaea;
}

.stories .button.is-dark:hover {
    background-color: #2c4499;
    color: #fff;
    border-color: #2c4499;
}

.heading-title {
    /* text-transform: uppercase; */
    max-width: 700px;
    margin: auto;
    line-height: 1.5;
    font-size: 1.7rem;
    font-weight: 700;
}

.heading-subtitle {
    max-width: 1000px;
    margin: 1.5rem auto 3rem;
    line-height: 1.5;
    font-size: 1rem;
    text-align: center;
}

.blog-list.style-2 .blog-post .entry-header .entry-title {
    color: #fff;
    font-size: 1.2rem;
    margin-bottom: 1.1rem !important;
}

.blog-list.style-2 .blog-post .entry-content {
    padding-bottom: 5px;
}

.blog-list.style-2 .blog-post .entry-content p {
    font-size: 14px;
}

.blog-list.style-2 .blog-post .entry-footer {
    padding-bottom: 32px;
}

.blog-list.style-2 .blog-post .entry-footer .button {
    color: #2c4499;
    font-size: 13px;
}

.blog-list.style-2 .blog-post .entry-footer .button:hover {
    color: #393e4b;
}

/* .blog-list.style-2 .blog-post .entry-footer .button:hover:after {
    right: -20px;
    border-color: #2c4499;
    background-color: #2c4499;
    color: #fff;
} */

.blog-list.style-2 .blog-post .entry-footer .button:after {
    border: 1px solid #f0f0f0;
    border-radius: 100%;
    width: 30px;
    height: 30px;
    line-height: 1.3;
    right: -20px;
}

body.welcome-section-fullwidth .welcome-section:not(.bottom) {
    padding: 0;
}

body.welcome-section-fullwidth .welcome-section:not(.bottom) .section-body {
    max-width: 100%;
    border-radius: 0;
}

body.welcome-section-fullheight .welcome-section.bottom {
    padding-bottom: 7rem;
}

body.welcome-section-primary-light .welcome-section.bottom {
    background: #f1f1f1;
    background: -webkit-gradient(linear, left bottom, left top, color-stop(65%, #263238), color-stop(35%, #f1f1f1));
    background: linear-gradient(to top, #263238 65%, #f1f1f1 35%);
}

.works-list {
    background-color: #fff;
    padding-bottom: 6rem;
}

.testimonials-list {
    background-color: #263238;
}

.testimonials-list .testimonials-quote {
    padding-bottom: 25px;
}

.testimonials-list .testimonials.style-4 .testimonials-item h3,
.testimonials-list .testimonials.style-4 .testimonials-item p {
    color: #fff;
}

.testimonials-list .testimonials.style-4 .testimonials-item p {
    font-size: 24px;
    padding: .8rem 9rem .5rem;
}

.testimonials-list .testimonials.style-4 .testimonials-item h3 {
    margin-bottom: 0;
}

.testimonials-list .testimonials.style-4.owl-carousel .owl-dots .owl-dot.active span {
    background-color: #fff;
}

.news-section .blog-list.style-2 .blog-post {
    background-color: rgba(248, 248, 248, .8);
    border: 1px solid transparent;
}

.news-section .blog-list.style-2 .blog-post:hover {
    -webkit-box-shadow: none;
    box-shadow: none;
    border-color: #eaeaea;
}

.news-section .blog-list.style-2 .blog-post .post-meta ul li {
    font-size: 14px;
    font-weight: 500;
}

.news-section .blog-list.style-2 .blog-post .post-meta ul li a,
.news-section .blog-list.style-2 .blog-post .post-meta ul li span {
    color: #fff !important;
}

.news-section .blog-list.style-2 .blog-post .post-meta ul li a:hover,
.news-section .blog-list.style-2 .blog-post .post-meta ul li span:hover {
    color: #fff !important;
}

.news-section .blog-list.style-2 .blog-post .entry-footer .button {
    color: #fff;
    text-transform: uppercase;
    font-weight: 100;
}

.news-section .blog-list.style-2 .blog-post .entry-footer .button:hover {
    padding-right: 20px;
    color: #fff;
}

.news-section .blog-list.style-2 .blog-post .entry-footer .button:after {
    border: none;
    border-radius: 100%;
    width: 30px;
    height: 30px;
    line-height: 1.3;
    right: -20px;
}

.news-section .blog-post-heading {
    border: 1px solid #f0f0f0;
    padding: 50px 55px;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
}

.news-section .blog-post-heading .heading-title.style-3 {
    font-size: 33px;
    line-height: 1.6;
    text-transform: lowercase;
    margin-bottom: 1.7rem !important;
}

.news-section .blog-post-heading .heading-title.style-3:first-letter {
    text-transform: capitalize;
}

.news-section .blog-post-heading p:not(.heading-title-top) {
    color: rgba(75, 80, 93, .6);
}

.news-section .blog-post-heading .button {
    background-color: transparent;
    padding-left: 0;
    color: #393e4b;
    margin-top: 45px;
    font-size: 16px;
}

.news-section .blog-post-heading .button .icon {
    width: 32px;
    height: 32px;
    border-radius: 100%;
    color: #fff;
    text-align: center;
    line-height: 1.42;
    background-color: #2c4499;
    margin-left: 15px;
}

.news-section .blog-post-heading .button .icon i {
    font-size: 25px;
    line-height: 1;
}

.news-section .blog-post-heading .button:hover {
    color: #263238;
}

.news-section .blog-post-heading:hover {
    -webkit-box-shadow: 2px 1px 25px 5px rgba(166, 166, 166, .2);
    box-shadow: 2px 1px 25px 5px rgba(166, 166, 166, .2);
}

.pricingtable {
    background-color: #fff;
}

.subscribe-section {
    padding: 7.3rem 1.5rem;
    background-color: #fff;
}

.subscribe-section .heading-title {
    padding-bottom: 27px;
    margin-bottom: 0 !important;
}

.subscribe-section .heading-title:after {
    display: none;
}

.subscribe-section p {
    text-align: center;
    color: #4b505d;
    font-size: 18px;
    font-size: 1.125rem;
    margin-bottom: 40px;
}

.page-elements .subscribe-section {
    background: inherit;
}

.latest-news,
.slider {
    background-color: #f1f1f1;
}

.get-in-touch {
    background-color: #f1f1f1;
    padding-bottom: 6.5rem;
}

.get-in-touch .box-item p {
    margin-bottom: 15px;
}

.instagram-feed {
    background: #fff;
}

.site-footer-bottom .section {
    padding: 1rem;
    background: #fff;
}

.intro-about {
    background-color: #fff;
}

.our-team {
    background-color: #fff;
    padding-bottom: 4rem;
}

.counters {
    background-color: #f1f1f1;
}

.contact-form {
    background-color: #fff;
}

.hero.carousel {
    padding: 5rem 0 4rem;
}

.hero.instagram-feed {
    padding-bottom: 0;
    padding-top: 0;
}

.hero.instagram-feed .heading-title {
    display: none;
}

.content-with-sidebar {
    background-color: #fff;
    padding: 6rem 1.5rem;
}

.portfolio-single {
    background-color: #fff;
    padding: 7.5rem 1.5rem;
}

.related-works {
    background-color: #fff;
}

.works-navigation {
    background-color: #f1f1f1;
    padding: 4rem 1.5rem;
}

.fun-facts {
    background: #fff;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #fff), color-stop(50%, #37474f));
    background: linear-gradient(to bottom, #fff 50%, #37474f 50%);
    padding-bottom: 2rem;
}

.fun-facts .hero-body {
    padding-top: 5.5rem;
    padding-bottom: 6rem;
    min-width: 1390px;
    margin: 0 auto;
    background: #fff;
    -webkit-box-shadow: 2px 1px 25px 5px rgba(75, 80, 93, .1);
    box-shadow: 2px 1px 25px 5px rgba(75, 80, 93, .1);
}

.fun-facts .hero-body .heading-title {
    color: #fff;
}

.fun-facts .hero-body .heading-title-bottom {
    color: rgba(255, 255, 255, .6);
    font-size: 18px;
}

.fun-facts .hero-body .counterup .level-item>div {
    min-width: 250px;
    border-right-color: #f0f0f0;
}

.fun-facts .hero-body .counterup .level-item>div .title {
    color: #2c4499;
    font-size: 45px;
    margin-bottom: 1.5rem;
}

.fun-facts .hero-body .counterup .level-item>div .heading {
    color: #4b505d;
    font-size: 15px;
}

/* .container-full {
    padding-left: 0;
    padding-right: 0;
} */

.container-full .container {
    width: 100%;
    max-width: 100%;
}

.clients-section {
    padding: 4.5rem 0 0;
    background-color: #37474f;
    margin-top: -2px;
}

.clients-section .container {
    padding-bottom: 3.6rem;
    border-bottom: 1px solid #808080;
}

.clients-section .heading-title.style-3 {
    color: rgba(255, 255, 255, .7);
    font-size: 25px;
    margin-bottom: 0 !important;
    margin-top: 8px;
}

.clients-section .hero-body {
    padding-top: 0;
    padding-bottom: 0;
}

.clients-section .clients-list {
    margin: 0;
}

.clients-section .clients-list .client-item {
    padding: 0;
    min-height: 45px;
}

.follow-us-section {
    background-color: #2c4499;
}

.follow-us-section h1,
.follow-us-section p {
    color: #fff;
}

.follow-us-section h1 {
    margin-bottom: 1.5rem !important;
}

.follow-us-section p {
    font-weight: 600;
}

.follow-us-section .global-social-links {
    margin-bottom: 10px;
}

.follow-us-section .global-social-links li .icon {
    width: 42px;
    height: 42px;
    background-color: #fff;
    color: #2c4499;
}

.follow-us-section .global-social-links li .icon i {
    font-size: 18px;
}

.follow-us-section .global-social-links li .icon:hover {
    background-color: #263238;
    color: #fff;
}

.have-questions .input,
.have-questions .input.is-medium,
.have-questions .select.is-medium,
.have-questions .textarea,
.have-questions .textarea.is-medium,
.have-questions input[type=email],
.have-questions input[type=number],
.have-questions input[type=tel],
.have-questions input[type=text],
.have-questions select,
.have-questions textarea {
    padding-left: 0;
    padding-right: 0;
    border: none;
    border-bottom: 1px solid #eaeaea;
    font-size: 14.5px;
    font-weight: 500;
}

.have-questions .textarea::-webkit-input-placeholder,
.have-questions input::-webkit-input-placeholder {
    color: rgba(75, 80, 93, .8);
}

.have-questions .textarea:-ms-input-placeholder,
.have-questions input:-ms-input-placeholder {
    color: rgba(75, 80, 93, .8);
}

.have-questions .textarea::-ms-input-placeholder,
.have-questions input::-ms-input-placeholder {
    color: rgba(75, 80, 93, .8);
}

.have-questions .textarea::placeholder,
.have-questions input::placeholder {
    color: rgba(75, 80, 93, .8);
}

.watch-video .works-latest .works-latest-item .works-latest-item-icon {
    top: 57%;
    left: 57%;
}

.watch-video .works-latest .works-latest-item .works-latest-item-icon .icon {
    background-color: #eb252d;
    opacity: 1;
    color: #fff;
    border: 1px solid #eb252d;
}

.watch-video .works-latest .works-latest-item .works-latest-item-icon .ripple-effect:after,
.watch-video .works-latest .works-latest-item .works-latest-item-icon .ripple-effect:before {
    border: 1px solid #eb252d;
}

.watch-video .heading-title {
    line-height: 1.6;
    font-size: 32px;
    letter-spacing: 1px;
    margin-bottom: 2rem !important;
}

.watch-video h4 {
    font-weight: 500;
    font-size: 18px;
    color: #263238;
}

.watch-video h4 span {
    font-weight: 400;
    font-size: 14px;
    color: rgba(75, 80, 93, .6);
}

.minimal-template p:not(.heading-title-top) {
    font-size: 17px;
    padding-bottom: 18px;
}

.minimal-template .boxes-style-3 .box-item .media-left,
.minimal-template .boxes-style-6 .box-item .media-left {
    min-width: 42px;
}

.minimal-template .boxes-style-1 .box-item p,
.minimal-template .boxes-style-3 .box-item p,
.minimal-template .boxes-style-5 .box-item p {
    margin-bottom: 0;
    padding-bottom: 6px;
    font-size: 16px;
}

.minimal-template .works-latest .works-latest-item img {
    max-width: 530px;
}

.widget-tags .tagcloud a {
    text-transform: uppercase;
}

.tags,
.widget-tags .tagcloud {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: center;
}

.tags .tag,
.widget-tags .tagcloud .tag,
.widget-tags .tagcloud a {
    margin-bottom: .5rem;
}

.tags .tag:not(:last-child),
.widget-tags .tagcloud .tag:not(:last-child),
.widget-tags .tagcloud a:not(:last-child) {
    margin-right: .5rem;
}

.tags:last-child,
.widget-tags .tagcloud:last-child {
    margin-bottom: -.5rem;
}

.tags:not(:last-child),
.widget-tags .tagcloud:not(:last-child) {
    margin-bottom: 1rem;
}

.tags.has-addons .tag,
.tags.has-addons .widget-tags .tagcloud a,
.widget-tags .has-addons.tagcloud .tag,
.widget-tags .has-addons.tagcloud a,
.widget-tags .tagcloud .tags.has-addons a {
    margin-right: 0;
}

.tags.has-addons .tag:not(:first-child),
.tags.has-addons .widget-tags .tagcloud a:not(:first-child),
.widget-tags .has-addons.tagcloud .tag:not(:first-child),
.widget-tags .has-addons.tagcloud a:not(:first-child),
.widget-tags .tagcloud .tags.has-addons a:not(:first-child) {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}

.tags.has-addons .tag:not(:last-child),
.tags.has-addons .widget-tags .tagcloud a:not(:last-child),
.widget-tags .has-addons.tagcloud .tag:not(:last-child),
.widget-tags .has-addons.tagcloud a:not(:last-child),
.widget-tags .tagcloud .tags.has-addons a:not(:last-child) {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}

.tags.is-centered,
.widget-tags .is-centered.tagcloud {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.tags.is-centered .tag,
.tags.is-centered .widget-tags .tagcloud a,
.widget-tags .is-centered.tagcloud .tag,
.widget-tags .is-centered.tagcloud a,
.widget-tags .tagcloud .tags.is-centered a {
    margin-right: .25rem;
    margin-left: .25rem;
}

.tags.is-right,
.widget-tags .is-right.tagcloud {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.tags.is-right .tag:not(:first-child),
.tags.is-right .widget-tags .tagcloud a:not(:first-child),
.widget-tags .is-right.tagcloud .tag:not(:first-child),
.widget-tags .is-right.tagcloud a:not(:first-child),
.widget-tags .tagcloud .tags.is-right a:not(:first-child) {
    margin-left: .5rem;
}

.tags.is-right .tag:not(:last-child),
.tags.is-right .widget-tags .tagcloud a:not(:last-child),
.widget-tags .is-right.tagcloud .tag:not(:last-child),
.widget-tags .is-right.tagcloud a:not(:last-child),
.widget-tags .tagcloud .tags.is-right a:not(:last-child) {
    margin-right: 0;
}

.tag:not(body),
.widget-tags .tagcloud a:not(body) {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #f5f5f5;
    border-radius: 0;
    color: #424754;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    font-size: .75rem;
    height: 2em;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    line-height: 1.5;
    padding-left: .75em;
    padding-right: .75em;
    white-space: nowrap;
}

.tag:not(body) .delete,
.widget-tags .tagcloud a:not(body) .delete {
    margin-left: .25rem;
    margin-right: -.375rem;
}

.tag:not(body).is-white,
.widget-tags .tagcloud a:not(body).is-white {
    background-color: #fff;
    color: #0a0a0a;
}

.tag:not(body).is-black,
.widget-tags .tagcloud a:not(body).is-black {
    background-color: #0a0a0a;
    color: #fff;
}

.tag:not(body).is-light,
.widget-tags .tagcloud a:not(body).is-light {
    background-color: #f5f5f5;
    color: #363636;
}

.tag:not(body).is-dark,
.widget-tags .tagcloud a:not(body).is-dark {
    background-color: #363636;
    color: #f5f5f5;
}

.tag:not(body).is-primary,
.widget-tags .tagcloud a:not(body).is-primary {
    background-color: #2c4499;
    color: #fff;
}

.tag:not(body).is-link,
.widget-tags .tagcloud a:not(body).is-link {
    background-color: #2c4499;
    color: #fff;
}

.tag:not(body).is-info,
.widget-tags .tagcloud a:not(body).is-info {
    background-color: #209cee;
    color: #fff;
}

.tag:not(body).is-success,
.widget-tags .tagcloud a:not(body).is-success {
    background-color: #23d160;
    color: #fff;
}

.tag:not(body).is-warning,
.widget-tags .tagcloud a:not(body).is-warning {
    background-color: #ffdd57;
    color: rgba(0, 0, 0, .7);
}

.tag:not(body).is-danger,
.widget-tags .tagcloud a:not(body).is-danger {
    background-color: #ff3860;
    color: #fff;
}

.tag:not(body).is-medium,
.widget-tags .tagcloud a:not(body) {
    font-size: 1rem;
}

.tag:not(body).is-large,
.widget-tags .tagcloud a:not(body).is-large {
    font-size: 1.25rem;
}

.tag:not(body) .icon:first-child:not(:last-child),
.widget-tags .tagcloud a:not(body) .icon:first-child:not(:last-child) {
    margin-left: -.375em;
    margin-right: .1875em;
}

.tag:not(body) .icon:last-child:not(:first-child),
.widget-tags .tagcloud a:not(body) .icon:last-child:not(:first-child) {
    margin-left: .1875em;
    margin-right: -.375em;
}

.tag:not(body) .icon:first-child:last-child,
.widget-tags .tagcloud a:not(body) .icon:first-child:last-child {
    margin-left: -.375em;
    margin-right: -.375em;
}

.tag:not(body).is-delete,
.widget-tags .tagcloud a:not(body).is-delete {
    margin-left: 1px;
    padding: 0;
    position: relative;
    width: 2em;
}

.tag:not(body).is-delete::after,
.tag:not(body).is-delete::before,
.widget-tags .tagcloud a:not(body).is-delete::after,
.widget-tags .tagcloud a:not(body).is-delete::before {
    background-color: currentColor;
    content: "";
    display: block;
    left: 50%;
    position: absolute;
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
    transform: translateX(-50%) translateY(-50%) rotate(45deg);
    -webkit-transform-origin: center center;
    transform-origin: center center;
}

.tag:not(body).is-delete::before,
.widget-tags .tagcloud a:not(body).is-delete::before {
    height: 1px;
    width: 50%;
}

.tag:not(body).is-delete::after,
.widget-tags .tagcloud a:not(body).is-delete::after {
    height: 50%;
    width: 1px;
}

.tag:not(body).is-delete:focus,
.tag:not(body).is-delete:hover,
.widget-tags .tagcloud a:not(body).is-delete:focus,
.widget-tags .tagcloud a:not(body).is-delete:hover {
    background-color: #e8e8e8;
}

.tag:not(body).is-delete:active,
.widget-tags .tagcloud a:not(body).is-delete:active {
    background-color: #dbdbdb;
}

.tag:not(body).is-rounded,
.widget-tags .tagcloud a:not(body).is-rounded {
    border-radius: 290486px;
}

.widget-tags .tagcloud a:hover,
a.tag:hover {
    text-decoration: underline;
}

.sidebar {
    padding-left: 20px;
}

.sidebar.is-left {
    padding-left: 0;
    padding-right: 20px;
}

.widget-title {
    text-transform: capitalize;
    color: #263238;
    letter-spacing: 0;
    font-size: 19px;
    font-size: 1.1875rem;
    margin-bottom: 1.6rem;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
}

.widget {
    font-family: 'Roboto', sans-serif;
}

.widget:first-child .widget-title {
    margin-top: -9px;
}

.widget .box {
    padding: 0;
    border: none;
    background-color: transparent;
}

.widget .box:hover {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.widget-form input {
    padding-right: 6.5em;
    border-radius: 0;
    height: 3.45em;
    font-size: 14px;
}

.widget-form .button {
    top: 0;
    right: 0;
    position: absolute;
    background-color: transparent;
    color: #b0b0b0;
    font-size: 17px;
    font-size: 1.0625rem;
    height: 100%;
    width: 15%;
    padding: 0;
}

.widget-form:hover .button {
    color: #2c4499;
}

.widget-links ul li {
    padding: 6px 0;
    font-size: 16px;
    font-size: 1rem;
    letter-spacing: 1px;
}

.widget-links ul li:first-child {
    padding-top: 0;
}

.widget-links ul li:last-child {
    padding-bottom: 0;
}

.widget-links ul li span {
    font-size: 14px;
    font-size: .875rem;
    color: #2c4499;
}

.widget-tags .tagcloud a {
    background-color: #fff !important;
    border: 1px solid #fff;
    color: #2c4499 !important;
    font-size: 11.5px !important;
    letter-spacing: 1.5px;
    height: 3em !important;
    padding-left: 1em !important;
    padding-right: 1em !important;
    margin-right: .7rem !important;
    margin-bottom: .7rem;
    border-radius: 0;
}

.widget-tags .tagcloud a:hover {
    text-decoration: none;
    color: #fff !important;
    background-color: #eb252d !important;
    border-color: transparent;
}

.widget-social ul li {
    display: inline-block;
    padding-right: 10px;
    padding-bottom: 10px;
}

.widget-social ul li a {
    display: inline-block;
}

.widget-social ul li .icon {
    width: 36px;
    height: 36px;
    border-radius: 100%;
    background-color: #fff;
    color: #2c4499;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
}

.widget-social ul li .icon i {
    font-size: 16px;
    font-size: 1rem;
}

.widget-social ul li .icon:hover {
    background-color: #eb252d;
    color: #fff;
}

.textwidget p {
    margin-bottom: 25px;
}

.widget-gallery ul li {
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 8px;
}

.widget-gallery ul li a,
.widget-gallery ul li img {
    display: block;
}

.widget-gallery ul li img {
    max-width: 100px;
}

.widget-instafeed .instafeed .instafeed-image {
    display: inline-block;
    margin-right: 14px;
    margin-bottom: 8px;
}

.widget-instafeed .instafeed .instafeed-image img {
    max-width: 100px;
}

.widget-instafeed .instafeed .instafeed-image .instafeed-overlay .instafeed-info {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    font-size: 12px;
    font-size: .75rem;
    text-align: center;
}

.widget-instafeed .instafeed .instafeed-image .instafeed-overlay .instafeed-info>* {
    text-align: center;
}

.widget-instafeed .instafeed .instafeed-image .instafeed-overlay .instafeed-info span {
    padding: 0 3px;
}

.widget-instafeed .instafeed .instafeed-image .instafeed-overlay .instafeed-info span i {
    font-size: 14px;
    font-size: .875rem;
}

.widget-list figure img {
    max-width: 83px;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
}

.widget-list figure img:hover {
    opacity: .8;
}

.widget-list .content a {
    color: #4b505d;
    font-size: 15px;
    font-size: .9375rem;
    font-family: 'Roboto', sans-serif;
    letter-spacing: .5px;
}

.widget-list .content a:hover {
    color: #2c4499;
}

.widget-list .content p {
    color: #2c4499;
    font-size: 13.5px;
    font-size: .84375rem;
    letter-spacing: 1px;
    margin-top: 8px;
}

.tp-bgimg:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(34, 39, 48, .3);
}

.tparrows {
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

.tparrows.uranus {
    width: 45px;
    height: 45px;
    background-color: transparent !important;
}

.tparrows.uranus:before {
    font-family: Ionicons;
    font-size: 45px;
    font-size: 2.8125rem;
    width: 45px;
    height: 45px;
}

.tparrows.uranus.tp-rightarrow:before {
    content: '\f119';
}

.tparrows.uranus.tp-leftarrow:before {
    content: '\f117';
}

.tparrows.uranus:hover:before {
    color: #fff;
}

.hermes .tp-bullet {
    width: 10.5px;
    height: 10.5px;
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: rgba(255, 255, 255, .5);
}

.hermes .tp-bullet.selected,
.hermes .tp-bullet:hover {
    background-color: #fff;
}

.hermes .tp-bullet:after {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.tp-loader.spinner2 {
    background-color: #025fd2;
}

.tp-caption.large_text {
    font-family: 'Roboto', sans-serif;
    text-transform: lowercase;
    text-align: center;
    font-size: 50px !important;
    font-weight: 400 !important;
    letter-spacing: 0 !important;
    line-height: 1.4 !important;
    text-shadow: none !important;
    font-weight: 500 !important;
}

.tp-caption.large_text:first-letter {
    text-transform: capitalize;
}

.tp-caption.small_text {
    text-transform: uppercase;
    font-size: 14.6px !important;
    font-weight: 400 !important;
    letter-spacing: 2px !important;
    text-shadow: none !important;
    font-weight: 600 !important;
    line-height: 1.2 !important;
    color: rgba(255, 255, 255, .5);
}

.tp-caption.rev-scroll-btn {
    border-width: 1.5px !important;
    min-height: 44px !important;
    max-height: 44px !important;
    min-width: 26px !important;
    max-width: 26px !important;
}

.tp-caption.rev-scroll-btn span {
    width: 6px;
    height: 6px;
    margin: -4px 0 0 -3px;
}

.tp-caption.button {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    height: 3.6em;
    padding-left: calc(2.9em - 1px) !important;
    padding-right: calc(2.9em - 1px) !important;
    text-transform: capitalize !important;
    color: #fff !important;
    font-weight: 500 !important;
    letter-spacing: 0 !important;
    font-size: 14px !important;
}

.tp-caption.button:hover {
    background-color: #fff;
    color: #2c4499 !important;
}

.tp-caption.button .icon {
    margin-left: 10px !important;
    margin-top: 2px !important;
}

.tp-caption.button .icon i {
    font-size: 26px !important;
}

.tp-caption.button-caption-2 {
    margin: 50px 0 0 50px !important;
}

.tp-caption.button-caption-2 span {
    vertical-align: text-top !important;
    color: #fff;
    font-weight: 600 !important;
    letter-spacing: 0 !important;
    font-size: 16px !important;
}

.tp-caption.button-caption-2 .icon {
    color: #096ae2;
    margin-top: 7px !important;
}

.tp-caption.button-caption-2 .icon.ripple-effect i {
    font-size: 20px !important;
}

.tp-caption.button-caption-2 .icon.ripple-effect:after,
.tp-caption.button-caption-2 .icon.ripple-effect:before {
    border-color: rgba(255, 255, 255, .2);
}

.tp-caption.button-caption-2 .icon.ripple-effect:hover {
    background-color: #2c4499;
    color: #fff;
}

.tp-caption.button-caption-2 .icon.ripple-effect:hover:after,
.tp-caption.button-caption-2 .icon.ripple-effect:hover:before {
    border-color: #2c4499;
}

.rev_slider {
    max-height: 880px !important;
    background-color: #263238;
}

.rev_slider .slider-scroll-down {
    position: absolute;
    right: 12.5%;
    top: 45%;
    display: block;
    z-index: 200;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 12.5px;
    color: #fff;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

.rev_slider .slider-scroll-down:after {
    content: '';
    display: inline-block;
    width: 140px;
    height: 1px;
    border-bottom: 1px solid rgba(240, 240, 240, .2);
    margin-left: 15px;
    vertical-align: super;
}

.rev_slider_wrapper {
    max-height: 1070px !important;
}

.tp-tabs {
    margin: 0 auto;
    top: -118px;
    padding: 0 45px !important;
    background: #fff !important;
    -webkit-box-shadow: 2px 1px 25px 5px rgba(57, 62, 75, .1);
    box-shadow: 2px 1px 25px 5px rgba(57, 62, 75, .1);
}

.tp-tabs .tp-tab-mask {
    overflow: visible !important;
}

.hesperiden .tp-tab-content {
    padding: 50px 55px;
    margin-top: 0;
    position: relative;
}

.hesperiden .tp-tab-content:after {
    content: '';
    display: block;
    width: 1px;
    height: 54%;
    position: absolute;
    right: 0;
    top: 26%;
    border-right: 1px solid #f0f0f0;
}

.hesperiden .tp-tab-content img {
    margin-bottom: 40px;
}

.hesperiden .tp-tab-content .tp-tab-title {
    font-size: 23px;
    color: #393e4b;
    text-transform: capitalize;
    font-weight: 500;
    margin-bottom: 16px;
}

.hesperiden .tp-tab-content .tp-tab-date {
    color: #a6a6a6;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.9;
}

.hesperiden .tp-tab-content .icon {
    display: none;
}

.hesperiden .tp-tab {
    border-bottom: none;
    padding: 0;
}

.hesperiden .tp-tab:hover {
    background: rgba(240, 240, 240, .3);
}

.hesperiden .tp-tab.selected {
    background: #2c4499;
    margin-top: -30px;
    border-radius: 5px;
    height: 328px !important;
}

.hesperiden .tp-tab.selected .tp-tab-content img {
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
}

.hesperiden .tp-tab.selected .tp-tab-content .tp-tab-date,
.hesperiden .tp-tab.selected .tp-tab-content .tp-tab-title {
    color: #fff;
}

.hesperiden .tp-tab.selected .tp-tab-content:after {
    border-right-color: #2c4499;
}

.hesperiden .tp-tab.selected .tp-tab-content .icon {
    display: inline-block;
    background-color: #fff;
    width: 30px;
    height: 30px;
    border-radius: 100%;
    color: #2c4499;
    text-align: center;
    line-height: 1.32;
    margin-top: 30px;
}

.hesperiden .tp-tab.selected .tp-tab-content .icon i {
    font-size: 25px;
}

.hesperiden .tp-tabs-inner-wrapper>div:last-child .tp-tab-content:after {
    display: none;
}

.subscribe-form input {
    min-width: 405px;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
    background-color: #fff;
    font-family: 'Roboto', sans-serif;
    font-size: 15px !important;
    height: 3.2em;
    padding-left: 20px;
    padding-right: 10px;
    color: #4b505d;
    border-radius: 0;
}

.subscribe-form .button {
    background-color: #eb252d;
    color: #fff;
    height: 100%;
    border-radius: 0 0 !important;
    font-size: 14px !important;
}

.subscribe-form .button:hover {
    background-color: #eb252d;
}

.subscribe-form.style-1 input,
.subscribe-form.style-2 input {
    border: 1px solid #f0f0f0;
}

.subscribe-form.style-2 input {
    padding-right: 13%;
    min-width: 520px;
    border-radius: 0;
}

.subscribe-form.style-2 .button {
    top: 0;
    right: 0;
    position: absolute;
    background-color: transparent;
    color: #2c4499;
    font-size: 27px !important;
    height: 100%;
    width: 14%;
    padding: 0;
    padding-top: 3px;
}

.subscribe-form.style-2 .control:hover .button {
    color: #263238;
}

.team .team-member .team-member-meta .team-social-links li:first-child {
    padding-left: 0;
}

.team .team-member .team-member-meta .team-social-links li:last-child {
    padding-right: 0;
}

.team .team-member .team-member-meta p,
.team.style-1 .team-member-meta h3,
.team.style-2 .team-member .team-member-meta h3 {
    text-transform: capitalize;
}

.subtitle:not(:last-child),
.team .team-member .team-member-meta h3:not(:last-child),
.team .team-member .team-member-meta h5:not(:last-child),
.title:not(:last-child) {
    margin-bottom: 1.5rem;
}

.subtitle,
.team .team-member .team-member-meta h3,
.team .team-member .team-member-meta h5,
.title {
    word-break: break-word;
}

.subtitle em,
.subtitle span,
.team .team-member .team-member-meta h3 em,
.team .team-member .team-member-meta h3 span,
.team .team-member .team-member-meta h5 em,
.team .team-member .team-member-meta h5 span,
.title em,
.title span {
    font-weight: inherit;
}

.subtitle sub,
.team .team-member .team-member-meta h3 sub,
.team .team-member .team-member-meta h5 sub,
.title sub {
    font-size: .75em;
}

.subtitle sup,
.team .team-member .team-member-meta h3 sup,
.team .team-member .team-member-meta h5 sup,
.title sup {
    font-size: .75em;
}

.subtitle .tag,
.team .team-member .team-member-meta h3 .tag,
.team .team-member .team-member-meta h5 .tag,
.title .tag {
    vertical-align: middle;
}

.team .team-member .team-member-meta h3,
.team .team-member .team-member-meta h5,
.title {
    color: #363636;
    font-size: 2rem;
    font-weight: 600;
    line-height: 1.125;
}

.team .team-member .team-member-meta h3 strong,
.team .team-member .team-member-meta h5 strong,
.title strong {
    color: inherit;
    font-weight: inherit;
}

.team .team-member .team-member-meta h3+.highlight,
.team .team-member .team-member-meta h5+.highlight,
.title+.highlight {
    margin-top: -.75rem;
}

.team .team-member .team-member-meta h3:not(.is-spaced)+.subtitle,
.team .team-member .team-member-meta h5:not(.is-spaced)+.subtitle,
.title:not(.is-spaced)+.subtitle {
    margin-top: -1.25rem;
}

.team .team-member .team-member-meta h3.is-1,
.team .team-member .team-member-meta h5.is-1,
.title.is-1 {
    font-size: 3rem;
}

.team .team-member .team-member-meta h3.is-2,
.team .team-member .team-member-meta h5.is-2,
.title.is-2 {
    font-size: 2.5rem;
}

.team .team-member .team-member-meta h3.is-3,
.team .team-member .team-member-meta h5.is-3,
.title.is-3 {
    font-size: 2rem;
}

.team .team-member .team-member-meta h3.is-4,
.team .team-member .team-member-meta h5.is-4,
.title.is-4 {
    font-size: 1.5rem;
}

.team .team-member .team-member-meta h3.is-5,
.team .team-member .team-member-meta h5.is-5,
.title.is-5 {
    font-size: 1.25rem;
}

.team .team-member .team-member-meta h3.is-6,
.team .team-member .team-member-meta h5.is-6,
.title.is-6 {
    font-size: 1rem;
}

.team .team-member .team-member-meta h3.is-7,
.team .team-member .team-member-meta h5.is-7,
.title.is-7 {
    font-size: .75rem;
}

.subtitle {
    color: #4a4a4a;
    font-size: 1.25rem;
    font-weight: 400;
    line-height: 1.25;
}

.subtitle strong {
    color: #363636;
    font-weight: 600;
}

.subtitle:not(.is-spaced)+.title,
.team .team-member .team-member-meta .subtitle:not(.is-spaced)+h3,
.team .team-member .team-member-meta .subtitle:not(.is-spaced)+h5 {
    margin-top: -1.25rem;
}

.subtitle.is-1 {
    font-size: 3rem;
}

.subtitle.is-2 {
    font-size: 2.5rem;
}

.subtitle.is-3 {
    font-size: 2rem;
}

.subtitle.is-4 {
    font-size: 1.5rem;
}

.subtitle.is-5 {
    font-size: 1.25rem;
}

.subtitle.is-6 {
    font-size: 1rem;
}

.subtitle.is-7 {
    font-size: .75rem;
}

.team .columns.is-4 .column {
    padding-bottom: 1.3rem;
}

.team .columns.is-4 .column.is-12 .column {
    position: relative;
}

.team .columns.is-4 .column.is-12 .column:first-child .team-member-img {
    margin-top: 20px;
}

.team .columns.is-4 .column.is-12 .team-member-img {
    margin-bottom: 0;
}

.team .columns.is-4 .column.is-12 .team-member-meta {
    text-align: inherit;
    position: absolute;
    top: 50%;
    left: 21%;
    -webkit-transform: translate(-21%, -50%);
    transform: translate(-21%, -50%);
    width: auto;
}

.team .columns.is-4 .column.is-12 .team-member-meta>* {
    text-align: left;
}

.team .columns.is-4 .column.is-12 .team-member-meta h3 {
    font-size: 26px;
    font-size: 1.625rem;
}

.team .columns.is-4 .column.is-12 .team-member-meta h5 {
    font-size: 14.5px;
    font-size: .90625rem;
}

.team .columns.is-4 .column.is-12 .team-member-meta p {
    padding: 0;
}

.team .columns.is-4 .column.is-12 .team-member-meta .team-social-links .icon {
    width: 36px;
    height: 36px;
    border-radius: 100%;
}

.team .columns.is-4 .column.is-12 .team-member-meta .team-social-links .icon i {
    font-size: 17px;
    font-size: 1.0625rem;
}

.team .team-member {
    margin-bottom: 35px;
}

.team .team-member .team-member-img {
    margin-bottom: 35px;
    overflow: hidden;
}

.team .team-member .team-member-img img {
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    display: block;
}

.team .team-member .team-member-img:hover img {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}

.team .team-member .team-member-meta {
    text-align: center;
}

.team .team-member .team-member-meta h3 {
    font-size: 22px;
    font-size: 1.375rem;
    font-weight: 400;
    text-transform: capitalize;
    letter-spacing: 0;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    margin-bottom: 1.3rem !important;
    color: #393e4b;
    font-weight: 500;
}

.team .team-member .team-member-meta h3:hover {
    color: #2c4499;
}

.team .team-member .team-member-meta h3 a {
    color: #393e4b;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
}

.team .team-member .team-member-meta h3 a:hover {
    color: #2c4499;
}

.team .team-member .team-member-meta h5 {
    font-size: 14px;
    font-size: .875rem;
    font-weight: 400;
    text-transform: capitalize;
    letter-spacing: 1px;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    color: #a6a6a6;
    font-family: 'Roboto', sans-serif;
}

.team .team-member .team-member-meta h5:hover {
    color: #393e4b;
}

.team .team-member .team-member-meta h5 a {
    color: #a6a6a6;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
}

.team .team-member .team-member-meta h5 a:hover {
    color: #393e4b;
}

.team .team-member .team-member-meta p {
    font-size: 15px;
    font-size: .9375rem;
    color: #a6a6a6;
    padding: 0 10px;
}

.team .team-member .team-member-meta .team-social-links {
    margin-top: 30px;
}

.team .team-member .team-member-meta .team-social-links li {
    display: inline-block;
    padding: 0 5.5px;
}

.team .team-member .team-member-meta .team-social-links li a {
    display: inline-block;
}

.team .team-member .team-member-meta .team-social-links li .icon {
    width: 32px;
    height: 32px;
    border-radius: 100%;
    background-color: #2c4499;
    color: #fff;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
}

.team .team-member .team-member-meta .team-social-links li .icon i {
    font-size: 16px;
    font-size: 1rem;
}

.team .team-member .team-member-meta .team-social-links li .icon:hover {
    background-color: #263238;
}

.team .team-member .team-member-meta .team-social-links li:last-child {
    border: 0;
}

.team.style-1 .team-member {
    position: relative;
    margin-bottom: 0;
}

.team.style-1 .team-member:hover .team-member-img img {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}

.team.style-1 .team-member:hover .team-member-meta {
    opacity: 1;
    -webkit-transition-delay: .3s;
    transition-delay: .3s;
}

.team.style-1 .team-member-img {
    position: relative;
    margin-bottom: 0;
}

.team.style-1 .team-member-meta {
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, .7);
    width: 100%;
    height: 100%;
    text-align: left;
    opacity: 0;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.team.style-1 .team-member-meta h3 {
    font-size: 20px;
    font-size: 1.25rem;
    margin-bottom: .8rem !important;
}

.team.style-1 .team-member-meta h3 a {
    color: #fff !important;
}

.team.style-1 .team-member-meta h5 {
    font-size: 13px;
    font-size: .8125rem;
}

.team.style-1 .team-member-meta h5 a {
    color: #f0f0f0 !important;
}

.team.style-1 .team-member-meta .team-info,
.team.style-1 .team-member-meta .team-social-links {
    padding: 10px 40px 40px;
    position: absolute;
    left: 0;
}

.team.style-1 .team-member-meta .team-social-links {
    top: 0;
}

.team.style-1 .team-member-meta .team-info {
    bottom: 0;
}

.team.style-2 .team-member {
    position: relative;
    margin-bottom: 0;
    background-color: #fff;
}

.team.style-2 .team-member .team-social-links {
    position: absolute;
    left: 33%;
    top: 40%;
    opacity: 0;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.team.style-2 .team-member .team-member-img {
    margin-bottom: 30px;
}

.team.style-2 .team-member .team-member-meta {
    padding-bottom: 10px;
}

.team.style-2 .team-member .team-member-meta h3 {
    font-size: 19px;
    font-size: 1.1875rem;
}

.team.style-2 .team-member:hover {
    -webkit-box-shadow: 2px 1px 25px 5px rgba(166, 166, 166, .2);
    box-shadow: 2px 1px 25px 5px rgba(166, 166, 166, .2);
}

.team.style-2 .team-member:hover .team-social-links {
    opacity: 1;
    -webkit-transition-delay: .2s;
    transition-delay: .2s;
}

.team.style-2 .team-member:hover .team-member-img img {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}

.team.owl-carousel .team-member {
    margin-bottom: 35px;
}

.team.owl-carousel .team-member:hover {
    -webkit-box-shadow: 0 9px 50px -4px rgba(166, 166, 166, .1);
    box-shadow: 0 9px 50px -4px rgba(166, 166, 166, .1);
}

.team.owl-carousel .owl-dots {
    margin-top: 35px;
}

.team.owl-carousel .owl-dots .owl-dot.active span,
.team.owl-carousel .owl-dots .owl-dot:hover span {
    background: #0864d6;
}

.testimonials .testimonials-item p,
.testimonials.columns-style-1 .testimonials-item h2,
.testimonials.columns-style-1 .testimonials-item h3,
.testimonials.columns-style-2 .testimonials-item h2,
.testimonials.columns-style-2 .testimonials-item h3 {
    text-transform: capitalize;
}

.subtitle:not(:last-child),
.testimonials .testimonials-item h3:not(:last-child),
.title:not(:last-child) {
    margin-bottom: 1.5rem;
}

.subtitle,
.testimonials .testimonials-item h3,
.title {
    word-break: break-word;
}

.subtitle em,
.subtitle span,
.testimonials .testimonials-item h3 em,
.testimonials .testimonials-item h3 span,
.title em,
.title span {
    font-weight: inherit;
}

.subtitle sub,
.testimonials .testimonials-item h3 sub,
.title sub {
    font-size: .75em;
}

.subtitle sup,
.testimonials .testimonials-item h3 sup,
.title sup {
    font-size: .75em;
}

.subtitle .tag,
.testimonials .testimonials-item h3 .tag,
.title .tag {
    vertical-align: middle;
}

.testimonials .testimonials-item h3,
.title {
    color: #363636;
    font-size: 2rem;
    font-weight: 600;
    line-height: 1.125;
}

.testimonials .testimonials-item h3 strong,
.title strong {
    color: inherit;
    font-weight: inherit;
}

.testimonials .testimonials-item h3+.highlight,
.title+.highlight {
    margin-top: -.75rem;
}

.testimonials .testimonials-item h3:not(.is-spaced)+.subtitle,
.title:not(.is-spaced)+.subtitle {
    margin-top: -1.25rem;
}

.testimonials .testimonials-item h3.is-1,
.title.is-1 {
    font-size: 3rem;
}

.testimonials .testimonials-item h3.is-2,
.title.is-2 {
    font-size: 2.5rem;
}

.testimonials .testimonials-item h3.is-3,
.title.is-3 {
    font-size: 2rem;
}

.testimonials .testimonials-item h3.is-4,
.title.is-4 {
    font-size: 1.5rem;
}

.testimonials .testimonials-item h3.is-5,
.title.is-5 {
    font-size: 1.25rem;
}

.testimonials .testimonials-item h3.is-6,
.title.is-6 {
    font-size: 1rem;
}

.testimonials .testimonials-item h3.is-7,
.title.is-7 {
    font-size: .75rem;
}

.subtitle {
    color: #4a4a4a;
    font-size: 1.25rem;
    font-weight: 400;
    line-height: 1.25;
}

.subtitle strong {
    color: #363636;
    font-weight: 600;
}

.subtitle:not(.is-spaced)+.title,
.testimonials .testimonials-item .subtitle:not(.is-spaced)+h3 {
    margin-top: -1.25rem;
}

.subtitle.is-1 {
    font-size: 3rem;
}

.subtitle.is-2 {
    font-size: 2.5rem;
}

.subtitle.is-3 {
    font-size: 2rem;
}

.subtitle.is-4 {
    font-size: 1.5rem;
}

.subtitle.is-5 {
    font-size: 1.25rem;
}

.subtitle.is-6 {
    font-size: 1rem;
}

.subtitle.is-7 {
    font-size: .75rem;
}

.testimonials-quote {
    padding-bottom: 40px;
}

.testimonials-quote .icon {
    color: #0864d6;
}

.testimonials-quote .icon i {
    font-size: 25px;
    font-size: 1.5625rem;
}

.testimonials .testimonials-item {
    text-align: center;
}

.testimonials .testimonials-item img {
    width: 105px;
    height: 105px;
    border-radius: 100%;
    margin: 20px 0;
    display: inline-block;
}

.testimonials .testimonials-item p {
    font-size: 1rem;
    color: var(--paragraph-color);
    font-weight: 400;
    font-style: italic;
    opacity: 0.75;
}

.testimonials .testimonials-item p:before {
    display: inline-block;
    content: '“';
    padding: 0 2px;
}

.testimonials .testimonials-item p:after {
    display: inline-block;
    content: '”';
    padding: 0 6px;
}

.testimonials .testimonials-item h3 {
    font-family: 'Roboto', sans-serif;
    font-size: 17px;
    font-size: 1.0625rem;
    text-transform: capitalize;
    color: #0864d6;
    font-weight: 400;
    letter-spacing: 0;
    display: inline-block;
    margin-bottom: .9rem;
    font-weight: 500;
}

.testimonials .testimonials-item h3:before {
    display: inline-block;
    content: '';
    width: 12px;
    height: 1px;
    border-bottom: 1px solid #d8d8d8;
    background-color: #d8d8d8;
    vertical-align: middle;
    margin: 0 .6rem;
    margin-left: -2.7rem;
}

.testimonials .testimonials-item .testimonials-stars {
    margin-bottom: 10px;
}

.testimonials .testimonials-item .testimonials-stars .icon {
    font-size: 20px;
    font-size: 1.25rem;
    color: #ffdd57;
    line-height: 1;
    width: auto;
    height: auto;
    margin: 0 1.4px;
}

.testimonials.style-1:before {
    font-family: 'Font Awesome 5 Free';
    font-size: 165px;
    font-size: 10.3125rem;
    content: "\f10d";
    top: -25%;
    left: 43%;
    position: absolute;
    color: #f0f0f0;
    font-weight: 900;
    opacity: .8;
}

.testimonials.style-1 .testimonials-item h3 {
    font-size: 16px;
    font-size: 1rem;
    color: rgba(75, 80, 93, .9);
    letter-spacing: 0;
}

.testimonials.style-1 .testimonials-item h3:before {
    width: 12px;
    margin: 0 .6rem;
    border-bottom: 1px solid #a6a6a6;
    background-color: #a6a6a6;
}

.testimonials.style-1.owl-carousel .owl-dots .owl-dot.active span,
.testimonials.style-1.owl-carousel .owl-dots .owl-dot:hover span {
    background: #0864d6;
}

.testimonials.style-2 .testimonials-item img,
.testimonials.style-4 .testimonials-item img {
    width: 85px;
    height: 85px;
    border-radius: 100%;
}

.testimonials.style-2 .testimonials-item h3,
.testimonials.style-4 .testimonials-item h3 {
    color: #f0f0f0;
    line-height: 30px;
    letter-spacing: 0;
    margin-bottom: .5rem;
}

.testimonials.style-2 .testimonials-item h3 span,
.testimonials.style-4 .testimonials-item h3 span {
    color: #4b505d;
    font-size: 15px;
    font-size: .9375rem;
}

.testimonials.style-2 .testimonials-item h3:before,
.testimonials.style-4 .testimonials-item h3:before {
    display: none;
}

.testimonials.style-2 .testimonials-item p,
.testimonials.style-4 .testimonials-item p {
    color: #4b505d;
    padding-bottom: 3rem;
}

.testimonials.style-2.owl-carousel .owl-dots .owl-dot span,
.testimonials.style-4.owl-carousel .owl-dots .owl-dot span {
    background: #a6a6a6;
}

.testimonials.style-2.owl-carousel .owl-dots .owl-dot.active span,
.testimonials.style-2.owl-carousel .owl-dots .owl-dot:hover span,
.testimonials.style-4.owl-carousel .owl-dots .owl-dot.active span,
.testimonials.style-4.owl-carousel .owl-dots .owl-dot:hover span {
    background: #0864d6;
}

.testimonials.style-4 .testimonials-item img {
    width: 72px;
    height: 72px;
    border-radius: 100%;
    margin-bottom: 10px;
}

.testimonials.style-4 .testimonials-item p {
    color: #424754;
    padding-bottom: 2rem;
}

.testimonials.style-4 .testimonials-item p:after,
.testimonials.style-4 .testimonials-item p:before {
    display: none;
}

.testimonials.style-4 .testimonials-item h3 {
    color: #0864d6;
    font-size: 15px;
    font-size: .9375rem;
    letter-spacing: 1px;
}

.testimonials.style-4 .testimonials-item h3 span {
    color: #a6a6a6;
    font-size: 14px;
    font-size: .875rem;
}

.testimonials.columns-style-1 .testimonials-item,
.testimonials.columns-style-2 .testimonials-item {
    min-height: 350px;
    display: grid;
    align-items: center;
    background-color: var(--bg-light-grey-color);
    border-radius: 0;
    padding: 25px;
    text-align: left;
    margin-bottom: .5rem;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
}

.testimonials.columns-style-1 .testimonials-item img,
.testimonials.columns-style-2 .testimonials-item img {
    width: 60px;
    height: 60px;
    border-radius: 100%;
    margin: 0;
    vertical-align: middle;
    margin-top: -25px;
    margin-right: 15px;
}

.testimonials.columns-style-1 .testimonials-item h3,
.testimonials.columns-style-2 .testimonials-item h3 {
    font-size: 1rem;
    color: var(--heading-color);
    font-weight: 700;
}

.testimonials.columns-style-1 .testimonials-item h3:before,
.testimonials.columns-style-2 .testimonials-item h3:before {
    display: none;
}

.testimonials.columns-style-1 .testimonials-item h3 span,
.testimonials.columns-style-2 .testimonials-item h3 span {
    font-size: 0.8rem;
    color: var(--paragraph-color);
    font-weight: 400;
    font-style: italic;
}

.testimonials.columns-style-1 .testimonials-item p:after,
.testimonials.columns-style-1 .testimonials-item p:before,
.testimonials.columns-style-2 .testimonials-item p:after,
.testimonials.columns-style-2 .testimonials-item p:before {
    padding: 0 2px;
}

.testimonials.columns-style-1 .testimonials-item:hover,
.testimonials.columns-style-2 .testimonials-item:hover {
    -webkit-box-shadow: 2px 1px 25px 5px rgba(166, 166, 166, .2);
    box-shadow: 2px 1px 25px 5px rgba(166, 166, 166, .2);
}

.testimonials.columns-style-1 .testimonials-item .testimonials-stars,
.testimonials.columns-style-2 .testimonials-item .testimonials-stars {
    margin-bottom: 15px;
}

.testimonials.columns-style-1 .testimonials-item .testimonials-stars .icon,
.testimonials.columns-style-2 .testimonials-item .testimonials-stars .icon {
    font-size: 17px;
    font-size: 1.0625rem;
    color: #ffdd57;
    margin: 0 .5px;
}

.testimonials.columns-style-1.owl-carousel .testimonials-item:hover,
.testimonials.columns-style-2.owl-carousel .testimonials-item:hover {
    -webkit-box-shadow: 0 9px 50px -4px rgba(166, 166, 166, .1);
    box-shadow: 0 9px 50px -4px rgba(166, 166, 166, .1);
}

.testimonials.columns-style-1.owl-carousel .owl-dots,
.testimonials.columns-style-2.owl-carousel .owl-dots {
    margin-top: 60px;
}

.testimonials.columns-style-1.owl-carousel .owl-dots .owl-dot.active span,
.testimonials.columns-style-1.owl-carousel .owl-dots .owl-dot:hover span,
.testimonials.columns-style-2.owl-carousel .owl-dots .owl-dot.active span,
.testimonials.columns-style-2.owl-carousel .owl-dots .owl-dot:hover span {
    background: #0864d6;
}

.testimonials.columns-style-1 .testimonials-item h2 {
    font-size: 16px;
    font-size: 1rem;
    display: inline-block;
    font-weight: 500;
}

.testimonials.columns-style-1 .testimonials-item .testimonials-stars {
    display: inline-block;
    margin-left: 25px;
    margin-bottom: 25px;
}

.testimonials.columns-style-1 .testimonials-item .testimonials-stars .icon {
    font-size: 17px;
    font-size: 1.0625rem;
    color: #ffdd57;
    margin: 0 .5px;
}

.testimonials.columns-style-2 .testimonials-item {
    text-align: center;
    padding: 45px 30px;
}

.testimonials.columns-style-2 .testimonials-item img {
    width: 70px;
    height: 70px;
    border-radius: 100%;
    margin: 0;
    margin-bottom: 25px;
}

.testimonials.columns-style-2 .testimonials-item h2 {
    font-size: 16px;
    font-size: 1rem;
    margin-bottom: 10px;
    color: #4b505d;
    font-weight: 500;
}

.testimonials.columns-style-2 .testimonials-item p {
    padding-bottom: 32px;
}

.testimonials.columns-style-2 .testimonials-item p:after,
.testimonials.columns-style-2 .testimonials-item p:before {
    display: none;
}

.testimonials.style-5 {
    padding-top: 7px;
}

.testimonials.style-5 .testimonials-item {
    background-color: transparent;
    padding: 0;
}

.testimonials.style-5 .testimonials-item img {
    margin-left: 37px;
}

.testimonials.style-5 .testimonials-item p {
    padding: 35px 35px 45px;
    background-color: #0864d6;
    color: #fff;
    position: relative;
    margin-bottom: 42px;
}

.testimonials.style-5 .testimonials-item p:before {
    display: none;
}

.testimonials.style-5 .testimonials-item p:after {
    position: absolute;
    top: 100%;
    left: 10%;
    margin-top: -1px;
    border-right: 9px solid transparent;
    border-left: 9px solid transparent;
    border-top: 15px solid #0864d6;
    border-bottom: 15px solid transparent;
    padding: 0;
    content: '';
}

.testimonials.style-5 .testimonials-item:hover {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.testimonials.style-5.owl-carousel .testimonials-item:hover {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.testimonials.style-5.owl-carousel.navs .owl-nav {
    top: 96%;
}

.testimonials.style-5.owl-carousel.navs .owl-prev {
    left: inherit;
    right: 5.6%;
}

.has-background-primary .testimonials.style-1:before {
    color: #056ae8;
}

.has-background-primary .testimonials.style-1 .testimonials-item p {
    color: #fff;
}

.has-background-primary .testimonials.style-1 .testimonials-item h3 {
    color: rgba(255, 255, 255, .9);
}

.has-background-primary .testimonials.style-1 .testimonials-item h3 span {
    color: rgba(255, 255, 255, .9) !important;
}

.has-background-primary .testimonials.style-1 .testimonials-item h3:before {
    border-bottom: 1px solid rgba(255, 255, 255, .8);
    background-color: rgba(255, 255, 255, .8);
}

.has-background-primary .testimonials.style-1.owl-carousel .owl-dots .owl-dot span {
    background: rgba(255, 255, 255, .85);
}

.has-background-primary .testimonials.style-1.owl-carousel .owl-dots .owl-dot.active span,
.has-background-primary .testimonials.style-1.owl-carousel .owl-dots .owl-dot:hover span {
    background: #fff;
}

.site-header-top .main-navigation li {
    text-transform: capitalize;
}

.site-header-top {
    padding: 7px 0 8px;
    font-family: 'Roboto', sans-serif;
}

.site-header-top .nav-menu-dropdown.style-2>li>a:after {
    font-family: simple-line-icons;
    font-size: 9px;
    font-size: .5625rem;
}

.site-header-top .main-navigation li.active>a,
.site-header-top .main-navigation li.current-menu-ancestor>a,
.site-header-top .main-navigation li.current-menu-item>a,
.site-header-top .main-navigation li.current-menu-parent>a,
.site-header-top .main-navigation li.current>a,
.site-header-top .main-navigation li.current_page_item>a {
    color: #096ae2;
}

.site-header-top .header-menu-icons.social {
    padding-left: 0;
}

.site-header-top .header-menu-icons.social:before {
    display: none;
}

.site-header-top .header-menu-icons.social li {
    vertical-align: text-bottom;
}

.site-header-top .header-menu-icons.social .icon {
    width: 22px;
    height: 22px;
    border-radius: 100%;
}

.site-header-top .header-menu-icons.social .icon i {
    font-size: 13.5px;
    font-size: .84375rem;
    color: var(--paragraph-color-2);
}

.site-header-top .topbar-info li {
    display: inline-block;
    margin-right: 15px;
    font-size: 11.6px;
    font-size: 0.75rem;
    letter-spacing: 1px;
    color: #a6a6a6;
    border-right: 1px solid #f0f0f0;
    padding-right: 20px;
}

.site-header-top .topbar-info li a {
    color: #a6a6a6;
}

.site-header-top .topbar-info li a:hover {
    color: #2c4499;
}

.site-header-top .topbar-info li .icon {
    height: auto;
    width: auto;
    vertical-align: middle;
    margin-right: 7px;
    margin-top: -1px;
}

.site-header-top .topbar-info li .icon i {
    font-size: 1rem;
    color: #2c4499;
}

.site-header-top .topbar-info li:last-child {
    border-right: none;
}

.site-header-top .nav-menu-dropdown.style-2 {
    margin-left: 24px;
    padding-left: 12px;
}

.site-header-top .nav-menu-dropdown.style-2>li {
    padding: 0;
}

.site-header-top .nav-menu-dropdown.style-2>li>a {
    padding: 4px 0;
}

.site-header-top .nav-menu-dropdown.style-2>li>a:after {
    content: "\e604";
    top: 30%;
}

.site-header-top .nav-menu-dropdown.style-2>li>ul {
    margin-top: 8px;
}

.site-header-top .nav-menu-dropdown.style-2:before {
    height: 65%;
    top: 17%;
}

.site-header-top .nav-menu-dropdown.style-2.global-style {
    margin-left: 19px;
}

.site-header-top .main-navigation li {
    font-size: 13px;
    font-size: .8125rem;
    display: inline-block;
    padding: 3px 0;
}

.site-header-top .main-navigation li a {
    color: #a6a6a6;
    padding-left: 15px;
}

.site-header-top .main-navigation li a:hover {
    color: #2c4499;
}

body.topbar-default .site-header-top {
    border-bottom: 1px solid #f5f5f5;
}

body.topbar-background.dark-color .site-header-top .topbar-info li,
body.topbar-background.primary-color .site-header-top .topbar-info li {
    color: var(--paragraph-color-2);
    border-right-color: #056ae8;
}

body.topbar-background.dark-color .site-header-top .topbar-info li a,
body.topbar-background.primary-color .site-header-top .topbar-info li a {
    color: var(--paragraph-color-2);
}

body.topbar-background.dark-color .site-header-top .topbar-info li a:hover,
body.topbar-background.primary-color .site-header-top .topbar-info li a:hover,
body.topbar-background.dark-color .site-header-top .topbar-info li a:hover i,
body.topbar-background.primary-color .site-header-top .topbar-info li a:hover i {
    color: #fff !important;
}

body.topbar-background.dark-color .site-header-top .topbar-info li .icon i,
body.topbar-background.primary-color .site-header-top .topbar-info li .icon i {
    color: var(--paragraph-color-2);
}

body.topbar-background.dark-color .site-header-top .header-menu-icons.social .icon,
body.topbar-background.primary-color .site-header-top .header-menu-icons.social .icon {
    background-color: transparent;
}

body.topbar-background.dark-color .site-header-top .header-menu-icons.social .icon:hover,
body.topbar-background.primary-color .site-header-top .header-menu-icons.social .icon:hover {
    color: #263238;
}

body.topbar-background.dark-color .site-header-top .nav-menu-dropdown.style-2:before,
body.topbar-background.primary-color .site-header-top .nav-menu-dropdown.style-2:before {
    background: 0 0;
    border-right: 1px solid #056ae8;
}

body.topbar-background.dark-color .site-header-top .nav-menu-dropdown>li>a,
body.topbar-background.primary-color .site-header-top .nav-menu-dropdown>li>a {
    color: #fff;
}

body.topbar-background.dark-color:not(.primary-color) .site-header-top .topbar-info li {
    border-right-color: rgba(255, 255, 255, 0.3);
}

body.topbar-background.dark-color:not(.primary-color) .site-header-top .topbar-info li a:hover {
    color: inherit;
}

body.topbar-background.dark-color:not(.primary-color) .site-header-top .topbar-info li .icon i {
    color: var(--paragraph-color-2);
}

body.topbar-background.dark-color:not(.primary-color) .site-header-top .header-menu-icons.social .icon {
    background-color: transparent;
}

body.topbar-background.dark-color:not(.primary-color) .site-header-top .header-menu-icons.social .icon:hover {
    color: var(--paragraph-color-2);
}

body.topbar-background.dark-color:not(.primary-color) .site-header-top .nav-menu-dropdown.style-2:before {
    background: 0 0;
    border-right: 1px solid rgba(255, 255, 255, 0.3);
}

.works-latest .works-latest-item .works-latest-item-meta h5 {
    text-transform: uppercase;
}

.works-latest .works-latest-item .works-latest-item-meta p {
    text-transform: capitalize;
}

.subtitle:not(:last-child),
.title:not(:last-child),
.works-latest .works-latest-item .works-latest-item-meta h3:not(:last-child),
.works-latest .works-latest-item .works-latest-item-meta h5:not(:last-child) {
    margin-bottom: 1.5rem;
}

.subtitle,
.title,
.works-latest .works-latest-item .works-latest-item-meta h3,
.works-latest .works-latest-item .works-latest-item-meta h5 {
    word-break: break-word;
}

.subtitle em,
.subtitle span,
.title em,
.title span,
.works-latest .works-latest-item .works-latest-item-meta h3 em,
.works-latest .works-latest-item .works-latest-item-meta h3 span,
.works-latest .works-latest-item .works-latest-item-meta h5 em,
.works-latest .works-latest-item .works-latest-item-meta h5 span {
    font-weight: inherit;
}

.subtitle sub,
.title sub,
.works-latest .works-latest-item .works-latest-item-meta h3 sub,
.works-latest .works-latest-item .works-latest-item-meta h5 sub {
    font-size: .75em;
}

.subtitle sup,
.title sup,
.works-latest .works-latest-item .works-latest-item-meta h3 sup,
.works-latest .works-latest-item .works-latest-item-meta h5 sup {
    font-size: .75em;
}

.subtitle .tag,
.title .tag,
.works-latest .works-latest-item .works-latest-item-meta h3 .tag,
.works-latest .works-latest-item .works-latest-item-meta h5 .tag {
    vertical-align: middle;
}

.title,
.works-latest .works-latest-item .works-latest-item-meta h3,
.works-latest .works-latest-item .works-latest-item-meta h5 {
    color: #363636;
    font-size: 2rem;
    font-weight: 600;
    line-height: 1.125;
}

.title strong,
.works-latest .works-latest-item .works-latest-item-meta h3 strong,
.works-latest .works-latest-item .works-latest-item-meta h5 strong {
    color: inherit;
    font-weight: inherit;
}

.title+.highlight,
.works-latest .works-latest-item .works-latest-item-meta h3+.highlight,
.works-latest .works-latest-item .works-latest-item-meta h5+.highlight {
    margin-top: -.75rem;
}

.title:not(.is-spaced)+.subtitle,
.works-latest .works-latest-item .works-latest-item-meta h3:not(.is-spaced)+.subtitle,
.works-latest .works-latest-item .works-latest-item-meta h5:not(.is-spaced)+.subtitle {
    margin-top: -1.25rem;
}

.title.is-1,
.works-latest .works-latest-item .works-latest-item-meta h3.is-1,
.works-latest .works-latest-item .works-latest-item-meta h5.is-1 {
    font-size: 3rem;
}

.title.is-2,
.works-latest .works-latest-item .works-latest-item-meta h3.is-2,
.works-latest .works-latest-item .works-latest-item-meta h5.is-2 {
    font-size: 2.5rem;
}

.title.is-3,
.works-latest .works-latest-item .works-latest-item-meta h3.is-3,
.works-latest .works-latest-item .works-latest-item-meta h5.is-3 {
    font-size: 2rem;
}

.title.is-4,
.works-latest .works-latest-item .works-latest-item-meta h3.is-4,
.works-latest .works-latest-item .works-latest-item-meta h5.is-4 {
    font-size: 1.5rem;
}

.title.is-5,
.works-latest .works-latest-item .works-latest-item-meta h3.is-5,
.works-latest .works-latest-item .works-latest-item-meta h5.is-5 {
    font-size: 1.25rem;
}

.title.is-6,
.works-latest .works-latest-item .works-latest-item-meta h3.is-6,
.works-latest .works-latest-item .works-latest-item-meta h5.is-6 {
    font-size: 1rem;
}

.title.is-7,
.works-latest .works-latest-item .works-latest-item-meta h3.is-7,
.works-latest .works-latest-item .works-latest-item-meta h5.is-7 {
    font-size: .75rem;
}

.subtitle {
    color: #4a4a4a;
    font-size: 1.25rem;
    font-weight: 400;
    line-height: 1.25;
}

.subtitle strong {
    color: #363636;
    font-weight: 600;
}

.subtitle:not(.is-spaced)+.title,
.works-latest .works-latest-item .works-latest-item-meta .subtitle:not(.is-spaced)+h3,
.works-latest .works-latest-item .works-latest-item-meta .subtitle:not(.is-spaced)+h5 {
    margin-top: -1.25rem;
}

.subtitle.is-1 {
    font-size: 3rem;
}

.subtitle.is-2 {
    font-size: 2.5rem;
}

.subtitle.is-3 {
    font-size: 2rem;
}

.subtitle.is-4 {
    font-size: 1.5rem;
}

.subtitle.is-5 {
    font-size: 1.25rem;
}

.subtitle.is-6 {
    font-size: 1rem;
}

.subtitle.is-7 {
    font-size: .75rem;
}

.works-latest .works-latest-item {
    overflow: hidden;
}

.works-latest .works-latest-item img {
    width: 100%;
    position: relative;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    display: block;
    opacity: 0.5;
}

.works-latest .works-latest-item .works-latest-item-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: auto;
    color: #fff;
}

.works-latest .works-latest-item .works-latest-item-icon>* {
    text-align: center;
}

.works-latest .works-latest-item .works-latest-item-icon .icon {
    width: 70px;
    height: 70px;
    border-radius: 100%;
    border: 1px solid #fff;
    color: #fff;
    background-color: transparent;
    opacity: .8;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.works-latest .works-latest-item .works-latest-item-icon .icon i {
    font-size: 25px;
    font-size: 1.5625rem;
}

.works-latest .works-latest-item .works-latest-item-icon .icon:hover {
    opacity: 1;
}

.works-latest .works-latest-item .works-latest-item-meta {
    display: none;
    bottom: 13%;
    left: 5%;
    position: absolute;
    padding: 10px;
}

.works-latest .works-latest-item .works-latest-item-meta h3 {
    font-size: 28px;
    font-size: 1.75rem;
    font-weight: 600;
    text-transform: capitalize;
    letter-spacing: .5px;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    margin-bottom: 1.3rem !important;
    color: #fff;
    opacity: .9;
}

.works-latest .works-latest-item .works-latest-item-meta h3:hover {
    opacity: 1;
}

.works-latest .works-latest-item .works-latest-item-meta h3 a {
    color: #fff;
    opacity: .9;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
}

.works-latest .works-latest-item .works-latest-item-meta h3 a:hover {
    opacity: 1;
}

.works-latest .works-latest-item .works-latest-item-meta h5 {
    font-size: 14px;
    font-size: .875rem;
    font-weight: 500;
    letter-spacing: 1px;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    color: #fff;
    opacity: .7;
    font-family: 'Roboto', sans-serif;
}

.works-latest .works-latest-item .works-latest-item-meta h5:hover {
    opacity: .9;
}

.works-latest .works-latest-item .works-latest-item-meta h5 a {
    color: #fff;
    opacity: .7;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
}

.works-latest .works-latest-item .works-latest-item-meta h5 a:hover {
    opacity: .9;
}

.works-latest .works-latest-item .works-latest-item-meta p {
    font-size: 15px;
    font-size: .9375rem;
    color: #fff;
    opacity: .7;
    max-width: 60%;
}

.works-latest .owl-item.active .works-latest-item:hover img {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}

.works-latest .owl-item.active .works-latest-item-meta {
    display: block;
}

.works.isotope .isotope-filter li:first-child {
    padding-left: 0;
}

.works.isotope .isotope-filter li:last-child {
    padding-right: 0;
}

.works .work-item .work-item-meta h5 {
    text-transform: uppercase;
}

.works .work-item .work-item-meta p {
    text-transform: capitalize;
}

.subtitle:not(:last-child),
.title:not(:last-child),
.works .work-item .work-item-meta h3:not(:last-child),
.works .work-item .work-item-meta h5:not(:last-child) {
    margin-bottom: 1.5rem;
}

.subtitle,
.title,
.works .work-item .work-item-meta h3,
.works .work-item .work-item-meta h5 {
    word-break: break-word;
}

.subtitle em,
.subtitle span,
.title em,
.title span,
.works .work-item .work-item-meta h3 em,
.works .work-item .work-item-meta h3 span,
.works .work-item .work-item-meta h5 em,
.works .work-item .work-item-meta h5 span {
    font-weight: inherit;
}

.subtitle sub,
.title sub,
.works .work-item .work-item-meta h3 sub,
.works .work-item .work-item-meta h5 sub {
    font-size: .75em;
}

.subtitle sup,
.title sup,
.works .work-item .work-item-meta h3 sup,
.works .work-item .work-item-meta h5 sup {
    font-size: .75em;
}

.subtitle .tag,
.title .tag,
.works .work-item .work-item-meta h3 .tag,
.works .work-item .work-item-meta h5 .tag {
    vertical-align: middle;
}

.title,
.works .work-item .work-item-meta h3,
.works .work-item .work-item-meta h5 {
    color: #363636;
    font-size: 2rem;
    font-weight: 600;
    line-height: 1.125;
}

.title strong,
.works .work-item .work-item-meta h3 strong,
.works .work-item .work-item-meta h5 strong {
    color: inherit;
    font-weight: inherit;
}

.title+.highlight,
.works .work-item .work-item-meta h3+.highlight,
.works .work-item .work-item-meta h5+.highlight {
    margin-top: -.75rem;
}

.title:not(.is-spaced)+.subtitle,
.works .work-item .work-item-meta h3:not(.is-spaced)+.subtitle,
.works .work-item .work-item-meta h5:not(.is-spaced)+.subtitle {
    margin-top: -1.25rem;
}

.title.is-1,
.works .work-item .work-item-meta h3.is-1,
.works .work-item .work-item-meta h5.is-1 {
    font-size: 3rem;
}

.title.is-2,
.works .work-item .work-item-meta h3.is-2,
.works .work-item .work-item-meta h5.is-2 {
    font-size: 2.5rem;
}

.title.is-3,
.works .work-item .work-item-meta h3.is-3,
.works .work-item .work-item-meta h5.is-3 {
    font-size: 2rem;
}

.title.is-4,
.works .work-item .work-item-meta h3.is-4,
.works .work-item .work-item-meta h5.is-4 {
    font-size: 1.5rem;
}

.title.is-5,
.works .work-item .work-item-meta h3.is-5,
.works .work-item .work-item-meta h5.is-5 {
    font-size: 1.25rem;
}

.title.is-6,
.works .work-item .work-item-meta h3.is-6,
.works .work-item .work-item-meta h5.is-6 {
    font-size: 1rem;
}

.title.is-7,
.works .work-item .work-item-meta h3.is-7,
.works .work-item .work-item-meta h5.is-7 {
    font-size: .75rem;
}

.subtitle {
    color: #4a4a4a;
    font-size: 1.25rem;
    font-weight: 400;
    line-height: 1.25;
}

.subtitle strong {
    color: #363636;
    font-weight: 600;
}

.subtitle:not(.is-spaced)+.title,
.works .work-item .work-item-meta .subtitle:not(.is-spaced)+h3,
.works .work-item .work-item-meta .subtitle:not(.is-spaced)+h5 {
    margin-top: -1.25rem;
}

.subtitle.is-1 {
    font-size: 3rem;
}

.subtitle.is-2 {
    font-size: 2.5rem;
}

.subtitle.is-3 {
    font-size: 2rem;
}

.subtitle.is-4 {
    font-size: 1.5rem;
}

.subtitle.is-5 {
    font-size: 1.25rem;
}

.subtitle.is-6 {
    font-size: 1rem;
}

.subtitle.is-7 {
    font-size: .75rem;
}

.works .columns.is-4 .column {
    padding-bottom: 1.3rem;
}

.works .columns.is-1 .column {
    padding-bottom: .25rem;
    padding-top: .25rem;
}

.works .columns.is-0,
.works .columns.is-gapless {
    margin: 0;
}

.works .columns.is-0 .column,
.works .columns.is-gapless .column {
    padding: 0;
}

.works .columns.is-0 .column .work-item figure,
.works .columns.is-gapless .column .work-item figure {
    margin-bottom: 0;
}

.works .columns.is-0 .column .work-item img,
.works .columns.is-gapless .column .work-item img {
    min-width: 390px;
}

.works .columns .column.columns-5 .work-item .work-item-img img,
.works .columns .column.columns-5 .work-item figure img {
    max-width: 348.5px;
}

.works .columns .column.columns-6 .work-item .work-item-img img,
.works .columns .column.columns-6 .work-item figure img {
    max-width: 285px;
}

.works .columns.is-3 .column.columns-5 .work-item .work-item-img img,
.works .columns.is-3 .column.columns-5 .work-item figure img {
    max-width: 355px;
}

.works .work-item {
    margin-bottom: 35px;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.works .work-item .work-item-img {
    margin-bottom: 35px;
    overflow: hidden;
}

.works .work-item .work-item-img img {
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    display: block;
}

.works .work-item .work-item-img:hover img {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}

.works .work-item .work-item-meta {
    text-align: center;
}

.works .work-item .work-item-meta h3 {
    font-size: 24px;
    font-size: 1.5rem;
    font-weight: 500;
    text-transform: capitalize;
    letter-spacing: 0;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    margin-bottom: 1.3rem !important;
    color: #393e4b;
}

.works .work-item .work-item-meta h3:hover {
    color: #2c4499;
}

.works .work-item .work-item-meta h3 a {
    color: #393e4b;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
}

.works .work-item .work-item-meta h3 a:hover {
    color: #2c4499;
}

.works .work-item .work-item-meta h5 {
    font-size: 13px;
    font-size: .8125rem;
    font-weight: 400;
    letter-spacing: 1px;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    color: #2c4499;
    font-family: 'Roboto', sans-serif;
}

.works .work-item .work-item-meta h5:hover {
    color: #393e4b;
}

.works .work-item .work-item-meta h5 a {
    color: #2c4499;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
}

.works .work-item .work-item-meta h5 a:hover {
    color: #393e4b;
}

.works .work-item .work-item-meta p {
    font-size: 15px;
    font-size: .9375rem;
    color: #a6a6a6;
    padding: 0 10px;
}

.works.isotope .isotope-filter {
    text-align: center;
    font-family: 'Roboto', sans-serif;
    text-transform: capitalize;
    margin-bottom: 3.5rem;
}

.works.isotope .isotope-filter li {
    display: inline-block;
    letter-spacing: .5px;
    cursor: pointer;
    color: #393e4b;
    font-size: 15px;
    font-size: .9375rem;
    padding: 0 18px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    font-weight: 500;
}

.works.isotope .isotope-filter li.active,
.works.isotope .isotope-filter li:hover {
    color: #096ae2;
}

.works.isotope .isotope-filter.style-1 {
    text-transform: capitalize;
}

.works.isotope .isotope-filter.style-1 li {
    color: #424754;
    letter-spacing: 1.5px;
    font-size: 14px;
    font-size: .875rem;
    padding: 8px 20px;
    border: 1px solid transparent;
    border-radius: 290486px;
}

.works.isotope .isotope-filter.style-1 li.active,
.works.isotope .isotope-filter.style-1 li:hover {
    color: #096ae2;
    border: 1px solid #096ae2;
}

.works.isotope .isotope-filter.style-1 li:first-child {
    margin-left: 0;
}

.works.isotope .isotope-filter.style-1 li:last-child {
    margin-right: 0;
}

.works.isotope .isotope-filter.style-2 {
    text-transform: capitalize;
}

.works.isotope .isotope-filter.style-2 li {
    color: #a6a6a6;
    letter-spacing: 1.5px;
    font-size: 15px;
    font-size: .9375rem;
    padding: 0;
    padding-bottom: 16px;
    margin: 0 18px;
    border-bottom: 2px solid transparent;
}

.works.isotope .isotope-filter.style-2 li.active,
.works.isotope .isotope-filter.style-2 li:hover {
    color: #424754;
    border-bottom: 2px solid #096ae2;
}

.works.isotope .isotope-filter.style-2 li:first-child {
    margin-left: 0;
}

.works.isotope .isotope-filter.style-2 li:last-child {
    margin-right: 0;
}

.works.isotope.has-text-right .isotope-filter {
    text-align: right;
    margin-top: 5px;
}

.works.isotope.has-text-right .isotope-filter.style-2 li {
    padding-bottom: 10px;
}

.works.image-hover .work-item {
    margin-bottom: 0;
}

.works.image-hover.isotope {
    margin-bottom: 2.8rem;
}

.works.style-1 .work-item {
    background-color: #fff;
    margin-bottom: 0;
}

.works.style-1 .work-item .work-item-img,
.works.style-1 .work-item figure {
    margin-bottom: 30px;
}

.works.style-1 .work-item .work-item-meta {
    padding-bottom: 30px;
}

.works.style-1 .work-item .work-item-meta h3 {
    font-size: 21px;
    font-size: 1.3125rem;
    text-transform: capitalize;
    margin-bottom: 1rem !important;
}

.works.style-1 .work-item .work-item-meta h5 {
    font-size: 13px;
    font-size: .8125rem;
}

.works.style-1 .work-item:hover {
    -webkit-box-shadow: 2px 1px 25px 5px rgba(166, 166, 166, .2);
    box-shadow: 2px 1px 25px 5px rgba(166, 166, 166, .2);
}

.works.style-1 .work-item:hover .work-item-img img {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}

.works.style-1.isotope {
    margin-bottom: 2.8rem;
}

.works.owl-carousel .work-item figure:hover {
    -webkit-box-shadow: 0 9px 10px -4px rgba(166, 166, 166, .1);
    box-shadow: 0 9px 10px -4px rgba(166, 166, 166, .1);
}

.works.owl-carousel .owl-dots {
    margin-top: 60px;
}

.works.owl-carousel .owl-dots .owl-dot.active span,
.works.owl-carousel .owl-dots .owl-dot:hover span {
    background: #0864d6;
}

.works.works-shop .work-item .work-item-meta h5 {
    font-size: 16px;
    margin-bottom: .6rem;
}

.works.works-shop .work-item .shop-rating .icon {
    width: auto;
    color: #edb867;
}

.widget.isotope .isotope-filter li {
    cursor: pointer;
    color: #4b505d;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

.widget.isotope .isotope-filter li.active,
.widget.isotope .isotope-filter li:hover {
    color: #096ae2;
}

.works-button .button .icon {
    margin-top: 2px;
}

.works-button .button .icon i {
    font-size: 30px;
}

.works-button .button:hover {
    background-color: #263238;
}

.page-about .intro-about figure {
    text-align: center;
}

.page-about .intro-about figure img {
    margin-bottom: 2rem;
    max-width: 115px;
}

.page-about .intro-about p {
    margin-bottom: 2rem;
    text-align: center;
}

.page-blog-single .instagram-feed {
    background: #f1f1f1;
}

.page-blog .instagram-feed {
    background: #f1f1f1;
}

.page-portfolio-single .instagram-feed {
    background: #f1f1f1;
}

.page-services .works-list .container>p {
    text-transform: capitalize;
}

.page-services .works-list .container>p {
    text-align: center;
    font-size: 15.5px;
    font-size: .96875rem;
    color: #a6a6a6;
    margin-bottom: 4.5rem;
    padding: 0 14%;
}

.page-services .works-list .container .works-button {
    text-align: center;
    padding: 1.6rem 0 2.4rem;
}

.page-services .works-list .container .works-button a {
    padding: 23px 34px;
}

.page-services .instagram-feed {
    background: #f1f1f1;
}

@media screen and (min-width:1088px) and (max-width:1279px) {
    .image-content figure .image {
        max-width: 400px;
    }

    body.header-hamburger-menu header .main-navigation>ul>li>a,
    body.header-menu-with-buttons header .main-navigation>ul>li>a,
    body.header-menu-with-icons header .main-navigation>ul>li>a {
        padding: 14px 12px;
    }

    .tp-caption {
        margin-left: 105px !important;
    }

    .tp-caption.large_text {
        font-size: 40px !important;
    }

    .tp-caption.caption-2 {
        padding-left: 30% !important;
    }

    .tp-caption.button-caption-2 {
        padding-left: 50% !important;
    }

    .rev_slider_wrapper {
        height: 800px !important;
    }

    .rev_slider {
        height: 100% !important;
    }

    .rev_slider .slider-scroll-down {
        right: 0;
    }

    .tp-tabs {
        max-width: 100% !important;
        max-height: 100% !important;
        display: none;
    }

    .hesperiden .tp-tab {
        width: 25% !important;
        height: auto !important;
    }

    .tp-tabs-inner-wrapper {
        width: auto !important;
        height: auto !important;
    }

    .fun-facts .hero-body {
        min-width: auto;
    }

    .fun-facts .hero-body .counterup .level-item>div {
        min-width: 230px;
        border-right: none;
        text-align: center;
    }

    .news-section .blog-post-heading {
        padding: 47px 25px;
    }

    .quote-section .heading-title-bottom {
        padding-bottom: 20px;
        font-size: 14px;
    }

    .clients-section .heading-title.style-3 {
        font-size: 21px;
    }

    .welcome-section .section-body .heading-title {
        font-size: 35px;
    }

    .welcome-section .section-body p:not(.heading-title-top) {
        font-size: 17px;
        padding-top: 38px;
    }

    .section.hero.padding-bottom-none.padding-top-none .columns .column:first-child figure img {
        min-height: 540px !important;
    }

    .section.hero.padding-bottom-none.padding-top-none .columns .column:last-child>div {
        padding: 62px 20px 45px 0 !important;
    }

    .section.hero.padding-bottom-none.padding-top-none .columns .column:last-child>div .heading-title {
        font-size: 32px;
    }

    .watch-video br {
        display: none;
    }

    .watch-video p:not(.heading-title-top) {
        font-size: 15px;
        padding-bottom: 25px;
    }

    .watch-video .boxes-style-3 {
        margin-top: 50px;
    }

    .owl-carousel .owl-scrollbar {
        max-width: 960px;
    }

    .blog-post .entry-header .entry-title {
        font-size: 18px;
    }

    .flexslider.intro .flex-caption {
        bottom: 20%;
    }

    .flexslider.intro .flex-caption h1 {
        font-size: 40px;
    }

    .widget-instafeed .instafeed .instafeed-image img {
        max-width: 80px;
    }

    .call-to-action.style-5 .title {
        font-size: 30px;
    }

    .hero.is-medium .hero-body {
        padding-bottom: 6rem;
        padding-top: 6rem;
        background-color: #06164e;
    }

    .page-title.is-medium h1 {
        font-size: 40px;
    }

    .page-title.is-medium h3 {
        font-size: 18px;
    }

    .minimal-template .works-latest .works-latest-item img,
    .team .team-member .team-member-img img {
        max-width: 100%;
    }

    .minimal-template br {
        display: none;
    }

    .minimal-template .heading-title {
        font-size: 34px;
    }

    .blog-list.style-3 .blog-post {
        padding: 34px 30px;
    }

    .blog-list.style-3 .blog-post .entry-header .entry-title {
        font-size: 20px;
    }

    .testimonials.columns-style-1 .testimonials-item {
        padding: 35px 25px;
    }

    .testimonials.columns-style-1 .testimonials-item p {
        font-size: 14.5px;
    }

    .flexslider .flex-control-thumbs li {
        width: 22.4%;
    }

    .pricing-table.style-2 .pricing-plan {
        margin: 0;
    }

    .pricing-table.style-2 .pricing-plan.is-active {
        margin-top: 0 !important;
        -webkit-transform: none;
        transform: none;
    }

    .pricing-table .pricing-plan {
        padding-right: 1.5%;
        padding-left: 1.5%;
    }

    .works .columns .column.columns-5 .work-item .work-item-img img,
    .works .columns .column.columns-5 .work-item figure img,
    .works .columns.is-3 .column.columns-5 .work-item figure img {
        max-width: 325px;
    }

    .works.style-1 .columns .column.is-2 .work-item .work-item-meta h3 {
        font-size: 15px;
    }

    .works.style-1 .columns .column.is-2 .work-item .work-item-meta h5 {
        font-size: 14.5px;
    }

    .global-social-links li,
    .widget-social ul li {
        padding-right: 6px;
    }

    .global-social-links li .icon,
    .widget-social ul li .icon {
        width: 30px;
        height: 30px;
    }

    .widget-tags .tagcloud a {
        font-size: 10px !important;
    }

    .widget-form .button {
        width: 18%;
    }

    footer .widget-links ul li {
        font-size: 13px;
    }

    body.footer-widgets.widgets-5 footer .widget-links ul li,
    footer .widget-links.links-with-icons ul li {
        font-size: 13px;
    }

    .portfolio-single .widget-links ul li {
        font-size: 14px;
    }

    .widget-gallery ul li img {
        max-width: 78px;
    }

    .blog-list.style-1 .blog-post .entry-content p {
        font-size: 13.5px;
        margin-bottom: 7px;
    }

    .blog-author .bio {
        padding: 16px 10px 12px;
    }

    .blog-author .bio h3 {
        margin-bottom: .8rem !important;
    }

    .blog-list.style-list .blog-post .entry-content,
    .blog-list.style-list .blog-post .entry-footer,
    .blog-list.style-list .blog-post .entry-header {
        padding-left: 0;
    }

    .blog-list.style-list .blog-post .entry-header {
        padding-top: 30px;
        margin-bottom: 0;
    }

    .blog-list.style-list .blog-post .entry-header .entry-title {
        font-size: 14px;
    }

    .blog-list.style-list .blog-post .entry-header .post-meta {
        margin-bottom: 10px;
    }

    .blog-list.style-list .blog-post .entry-header .post-meta ul li {
        font-size: 11px;
        padding-right: 2px;
    }

    .blog-list.style-list .blog-post .entry-content p {
        font-size: 13px;
    }

    .blog-list.style-list .blog-post .entry-footer .button {
        font-size: 12.3px;
    }

    .testimonials.style-5.owl-carousel.navs .owl-nav {
        top: 88%;
        right: 30px;
    }

    .content ul[class*=' list'] li .icon,
    .content ul[class*=' list'] li:before,
    .content ul[class^=list] li .icon,
    .content ul[class^=list] li:before {
        padding-right: 4px;
    }

    .boxes-style-6 .box-item {
        padding: 40px 25px 30px;
    }

    .boxes-style-6 .box-item h3 {
        font-size: 15px;
    }

    body.boxed-layout {
        padding: 30px;
    }

    body.boxed-layout .welcome-section .section-body {
        max-width: 100%;
        border-radius: 0;
    }

    body.page-about .site-content-area #apply-now>div>div {
        padding: 0 40px !important;
    }

    body.page-services .site-content-area .section.hero.padding-top-none.padding-bottom-none>div>.columns>.column:last-child>div {
        padding: 32px 5% 0 0 !important;
    }

    body.page-services .site-content-area .section.hero.padding-top-none.padding-bottom-none>div>.columns>.column:last-child>div>br {
        display: none;
    }

    body.page-services .site-content-area .section.hero.padding-top-none.padding-bottom-none>div>.columns>.column:last-child>div h1 {
        font-size: 20px;
        margin-bottom: 1rem !important;
    }

    body.page-services .site-content-area .section.hero.padding-top-none.padding-bottom-none>div>.columns>.column:last-child>div .heading-title-bottom {
        padding-bottom: 20px;
        font-size: 14px;
    }

    body.page-services .site-content-area .section.hero.padding-top-none.padding-bottom-none>div>.columns>.column:last-child>div .boxes-style-3 .box-item {
        margin-bottom: 0;
        padding: 0;
    }

    body.page-services .site-content-area .section.hero.padding-top-none.padding-bottom-none>div>.columns>.column:last-child>div .boxes-style-3 .box-item p {
        font-size: 13px;
    }

    body.page-services .site-content-area .section.hero.padding-top-none.padding-bottom-none>div>.columns>.column:last-child>div .boxes-style-3 .box-item h3 {
        font-size: 15px;
    }

    body.header-side-navigation .container {
        width: 100%;
    }

    body.header-side-navigation .tp-caption.large_text {
        font-size: 30px !important;
    }

    body.header-side-navigation .tp-caption.small_text {
        font-size: 16px !important;
    }

    body.header-side-navigation .tp-caption.caption-2 {
        padding-left: 50% !important;
    }

    body.header-side-navigation .tp-caption.button-caption-2 {
        padding-left: 54% !important;
    }

    body.header-side-navigation .tp-caption.button {
        padding-left: calc(1.5em - 1px) !important;
        padding-right: calc(1.5em - 1px) !important;
    }

    body.header-side-navigation .welcome-section .section-body {
        padding: 3.6rem 30px;
    }

    body.header-side-navigation .welcome-section .section-body .heading-title {
        font-size: 25px;
    }

    body.header-side-navigation .welcome-section .section-body p:not(.heading-title-top) {
        font-size: 14px;
    }

    body.header-side-navigation .watch-video br {
        display: none;
    }

    body.header-side-navigation .watch-video .heading-title {
        font-size: 32px;
    }

    body.header-side-navigation .watch-video p:not(.heading-title-top) {
        font-size: 15.5px;
        padding-bottom: 25px;
    }

    body.header-side-navigation .boxes-style-2 .box-item {
        padding: 40px 20px 15px;
    }

    body.header-side-navigation .boxes-style-2 .box-item h3 {
        font-size: 20px;
    }

    body.header-side-navigation .boxes-style-2 .box-item p {
        font-size: 14px;
    }

    body.header-side-navigation .minimal-template .heading-title {
        font-size: 27px;
    }

    body.header-side-navigation .image-content figure .image {
        max-width: 300px;
    }

    body.header-side-navigation .image-content .content .text {
        padding: 0 2rem;
    }

    body.header-side-navigation .image-content .content .text h4 {
        font-size: 16px;
    }

    body.header-side-navigation .image-content .content .text h1 {
        font-size: 20px;
    }

    body.header-side-navigation .image-content .content .text p {
        font-size: 14px;
    }

    body.header-side-navigation .image-content .content .text .button,
    body.header-side-navigation .image-content .content .text a {
        padding: 0;
        padding-left: calc(2em - 1px);
        padding-right: calc(2em - 1px);
        font-size: .75rem;
    }

    body.header-side-navigation .testimonials.owl-carousel.dots .owl-item {
        padding-right: 2.8%;
    }

    body.header-side-navigation .pricing-table .pricing-plan {
        padding: 22px 1% 45px;
    }

    body.header-side-navigation .blog-post .entry-header .entry-title {
        font-size: 15px;
    }

    body.header-side-navigation .get-in-touch .box-item p {
        font-size: 13px;
    }
}

@media screen and (max-width:1087px) {

    body.responsive-layout header .main-navigation li.menu-down-icon>span.opened:before,
    body.responsive-layout header .main-navigation li.menu-down-icon>span:before,
    body.responsive-layout header .main-navigation li.menu-right-icon>span.opened:before,
    body.responsive-layout header .main-navigation li.menu-right-icon>span:before {
        font-family: simple-line-icons;
        font-size: 7px;
        font-size: 15px;
    }

    body.boxed-layout {
        padding: 0;
    }

    body.boxed-layout #site-wrap {
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    body .section.hero {
        padding-left: 1.5rem;
        padding-right: 1.5rem;
    }

    body .section.hero.padding-bottom-none,
    body .section.hero.padding-top-none {
        padding-left: 0;
        padding-right: 0;
    }

    body .section.hero .container {
        margin: 0;
    }

    body header #header-logo,
    body header .button,
    body header .hamburger-menu,
    body header .header-menu-icons,
    body header .main-navigation,
    body header .nav-menu-dropdown,
    body header .site-logo {
        visibility: hidden;
        display: none;
    }

    body .owl-carousel .owl-scrollbar {
        max-width: 100%;
    }

    body .subscribe-form input {
        min-width: 325px;
    }

    body.footer-reveal #footer-bottom-wrap,
    body.footer-reveal #footer-wrap {
        position: relative !important;
        bottom: inherit !important;
    }

    body.footer-reveal #content-footer-wrap,
    body.footer-reveal #content-main-wrap,
    body.footer-reveal #footer-top-wrap {
        margin-bottom: 0 !important;
    }

    body .tp-caption {
        margin-left: 130px !important;
    }

    body .tp-caption.large_text {
        font-size: 30px !important;
    }

    body .tp-caption.small_text {
        font-size: 16px !important;
    }

    body .tp-caption.caption-2 {
        padding-left: 46% !important;
    }

    body .tp-caption.button-caption-2 {
        padding-left: 50% !important;
    }

    body .rev_slider_wrapper {
        height: 800px !important;
    }

    body .rev_slider {
        height: 100% !important;
    }

    body .rev_slider .slider-scroll-down {
        right: 0;
    }

    body .tp-tabs {
        max-width: 100% !important;
        max-height: 100% !important;
        display: none;
    }

    body .hesperiden .tp-tab {
        width: 25% !important;
        height: auto !important;
    }

    body .tp-tabs-inner-wrapper {
        width: auto !important;
        height: auto !important;
    }

    body .fun-facts .hero-body {
        min-width: auto;
    }

    body .fun-facts .hero-body .counterup .level-item>div {
        min-width: auto;
        border-right: none;
        text-align: center;
    }

    body .fun-facts .hero-body .counterup .level-item>div .title {
        font-size: 35px;
    }

    body .fun-facts .hero-body .counterup .level-item>div .heading {
        font-size: 12px;
    }

    body .site-header-top .topbar-info li {
        margin-right: 0;
        padding-right: 5px;
        border-right: none;
        font-size: 11px;
    }

    body .site-header-top .topbar-info li .icon {
        margin-right: 2px;
    }

    body .header-menu-icons.social li {
        padding-left: 4px;
    }

    /* body .tracking-steps-section .steps .step-item .step-details .step-title {
        font-size: 14px;
    } */

    body .news-section .blog-post-heading {
        padding: 33px 25px;
    }

    body .news-section .blog-post-heading .heading-title.style-3 {
        font-size: 20px;
    }

    body .quote-section .heading-title-bottom {
        padding-bottom: 20px;
        font-size: 14px;
    }

    body .clients-section .heading-title.style-3 {
        font-size: 21px;
        display: none;
    }

    body.header-hamburger-menu header .button.is-white,
    body.header-menu-with-buttons header .button.is-white,
    body.header-menu-with-icons header .button.is-white {
        background-color: #2c4499;
        color: #fff;
    }

    body.header-hamburger-menu header .button.is-white:hover,
    body.header-menu-with-buttons header .button.is-white:hover,
    body.header-menu-with-icons header .button.is-white:hover {
        background-color: #263238;
        color: #fff;
    }

    body .header-menu-icons.default:before {
        display: none;
    }

    body header .site-logo span.logo-text {
        display: inline-block;
    }

    body .works-latest .works-latest-item img {
        display: inline-block;
    }

    body .stories .heading-title {
        text-align: center !important;
    }

    body .stories .works.isotope.has-text-right .isotope-filter {
        text-align: center;
    }

    body .welcome-section {
        padding: 4rem 1.5rem;
    }

    body .welcome-section .heading-title {
        font-size: 23px;
    }

    body .welcome-section p:not(.heading-title-top) {
        font-size: 14px;
        padding-top: 0;
    }

    body .welcome-section .section-body {
        max-width: 100%;
        border-radius: 0;
        padding-right: 50px !important;
        padding-left: 50px !important;
    }

    body .welcome-section .section-body .heading-title {
        font-size: 23px;
    }

    body .welcome-section .section-body p:not(.heading-title-top) {
        font-size: 14px;
        padding-top: 34px;
    }

    body .boxes-style-2 .box-item {
        padding: 40px 20px 15px;
    }

    body .box-item h3 {
        font-size: 20px;
    }

    body .watch-video br {
        display: none;
    }

    body .watch-video p:not(.heading-title-top) {
        font-size: 15.5px;
        padding-bottom: 25px;
    }

    body .watch-video .works-latest {
        margin-top: 40px;
    }

    body .watch-video .works-latest .works-latest-item {
        text-align: center;
    }

    body .watch-video .works-button {
        margin-bottom: 20px;
    }

    body .minimal-template .works-latest .works-latest-item {
        text-align: center;
    }

    body .minimal-template .works-latest .works-latest-item img {
        display: inline-block;
    }

    body .image-content figure .image {
        max-width: 400px;
    }

    body .image-content .content .text {
        padding: 0 2rem;
    }

    body .image-content .content .text h4 {
        font-size: 15px;
    }

    body .image-content .content .text h1 {
        font-size: 22px;
    }

    body .image-content .content .text p {
        font-size: 15px;
    }

    body .image-content .content .text .button,
    body .image-content .content .text a {
        padding: 0;
        padding-left: calc(2em - 1px);
        padding-right: calc(2em - 1px);
        font-size: .75rem;
    }

    body .box-item {
        padding: 50px 17px 40px;
    }

    body .box-item p {
        font-size: 14px;
    }

    body .testimonials .testimonials-item p {
        font-size: 26px;
    }

    body .blog-post .entry-header .entry-title {
        font-size: 16px;
        line-height: 1.6;
    }

    body .flexslider.intro .flex-caption {
        bottom: 22%;
    }

    body .flexslider.intro .flex-caption p {
        font-size: 15px;
    }

    body .flexslider.intro .flex-caption p:first-child {
        font-size: 14px;
    }

    body .flexslider.intro .flex-caption h1 {
        font-size: 30px;
        letter-spacing: 0;
    }

    body .flexslider.intro .flex-caption .button,
    body .flexslider.intro .flex-caption a {
        padding: 0;
        padding-left: calc(2em - 1px) !important;
        padding-right: calc(2em - 1px) !important;
        font-size: .75rem !important;
    }

    body .welcome-section.mixed-background .section-body {
        margin-top: -40px;
    }

    body .page-title.intro-image .hero-body #typed-intro,
    body .page-title.intro-image .hero-body .typed-cursor,
    body .page-title.intro-image .hero-body h1 {
        font-size: 35px;
    }

    body .page-title.is-fullheight h1,
    body .page-title.is-medium h1 {
        font-size: 35px;
    }

    body .page-title.is-fullheight h3,
    body .page-title.is-medium h3 {
        font-size: 16px;
    }

    body .page-title #typed-intro,
    body .page-title .typed-cursor {
        font-size: 35px;
    }

    body.footer-widgets.widgets-5 #footer-wrap .site-footer-inner .site-logo {
        text-align: left;
    }

    body .call-to-action.style-1,
    body .call-to-action.style-2,
    body .call-to-action.style-3,
    body .call-to-action.style-5 {
        padding-top: 4rem;
        padding-bottom: 4rem;
    }

    body .call-to-action.style-1 .heading,
    body .call-to-action.style-2 .heading,
    body .call-to-action.style-3 .heading,
    body .call-to-action.style-5 .heading {
        font-size: 25px;
        margin-right: 15px;
    }

    body .call-to-action.style-1 .title,
    body .call-to-action.style-2 .title,
    body .call-to-action.style-3 .title,
    body .call-to-action.style-5 .title {
        font-size: 23px;
    }

    body .call-to-action.style-1 .button,
    body .call-to-action.style-2 .button,
    body .call-to-action.style-3 .button,
    body .call-to-action.style-5 .button {
        padding: 0;
        padding-left: calc(1.5em - 1px);
        padding-right: calc(1.5em - 1px);
        font-size: .75rem;
    }

    body .call-to-action.style-1 .heading {
        font-size: 14px;
    }

    body .call-to-action.style-3 .heading-title {
        font-size: 28px;
    }

    body .counterup .level-item>div {
        min-width: auto;
    }

    body .progressbar.circle {
        width: 150px;
        height: 150px;
    }

    body .team .team-member .team-member-img img {
        max-width: 100%;
    }

    body .team .columns.is-4 .column.is-12 .column .team-member-img img {
        max-width: 380px;
    }

    body .team .columns.is-4 .column.is-12 .team-member-meta h3 {
        font-size: 20px;
    }

    body .team .columns.is-4 .column.is-12 .team-member-meta h5 {
        font-size: 13.5px;
    }

    body .team .team-member .team-member-meta p {
        font-size: 14px;
    }

    body .portfolio-single .work-details .widget .button.is-rounded {
        padding-left: 1em;
        padding-right: 1em;
    }

    body .widget-instafeed .instafeed .instafeed-image img {
        max-width: 90px;
    }

    body .blog-post .entry-header .post-meta ul li {
        padding-right: 8px;
    }

    body.page-services .site-content-area .section.hero.padding-top-none.padding-bottom-none>div>.columns>.column:last-child>div {
        padding: 32px 5% 70px !important;
    }

    body.page-services .site-content-area .section.hero.padding-top-none.padding-bottom-none>div>.columns>.column:last-child>div>br {
        display: none;
    }

    body.page-services .site-content-area .section.hero.padding-top-none.padding-bottom-none>div>.columns>.column:last-child>div h1 {
        font-size: 20px;
        margin-bottom: 1rem !important;
    }

    body.page-services .site-content-area .section.hero.padding-top-none.padding-bottom-none>div>.columns>.column:last-child>div .heading-title-bottom {
        padding-bottom: 20px;
        font-size: 14px;
    }

    body.page-services .site-content-area .section.hero.padding-top-none.padding-bottom-none>div>.columns>.column:last-child>div .boxes-style-3 .box-item {
        margin-bottom: 0;
        padding: 0;
    }

    body.page-services .site-content-area .section.hero.padding-top-none.padding-bottom-none>div>.columns>.column:last-child>div .boxes-style-3 .box-item p {
        font-size: 13px;
    }

    body.page-services .site-content-area .section.hero.padding-top-none.padding-bottom-none>div>.columns>.column:last-child>div .boxes-style-3 .box-item h3 {
        font-size: 15px;
    }

    body .testimonials.columns-style-1 .testimonials-item,
    body .testimonials.columns-style-2 .testimonials-item {
        text-align: center;
    }

    body .testimonials.columns-style-1 .testimonials-item .testimonials-stars {
        margin-left: 0;
    }

    body .testimonials.columns-style-1 .testimonials-item img,
    body .testimonials.columns-style-2 .testimonials-item img {
        margin-bottom: 10px;
    }

    body .flexslider .flex-control-thumbs li {
        width: 21.5%;
        margin-bottom: 15px;
    }

    body .pricing-table .pricing-plan {
        margin: 0;
    }

    body .pricing-table .pricing-plan.is-active {
        margin-top: 0 !important;
        -webkit-transform: none;
        transform: none;
    }

    body .countdown-time .item {
        padding: 25px 30px;
    }

    body .countdown-time.style-1 .item {
        padding: 25px 30px;
    }

    body .countdown-time.style-2 .item {
        padding: 0 46px;
    }

    body .countdown-time.style-4 .item {
        min-width: 140px;
        min-height: 140px;
        width: 140px;
        height: 140px;
        padding: 25px 20px;
    }

    body .countdown-time.style-4 .item span {
        font-size: 40px;
    }

    body .countdown-time.style-4 .item span.label {
        font-size: 13px;
    }

    body .pricing-table.is-comparative .pricing-plan {
        margin: 0;
    }

    body .pricing-table.is-comparative .pricing-plan.is-active {
        margin-top: 0 !important;
        -webkit-transform: none;
        transform: none;
    }

    body.page-about .site-content-area #apply-now>div>div {
        padding: 0 !important;
    }

    body .works .columns .column.columns-5 .work-item .work-item-img img,
    body .works .columns .column.columns-5 .work-item figure img,
    body .works .columns.is-3 .column.columns-5 .work-item figure img {
        max-width: 268px;
    }

    body .hero.is-medium .hero-body {
        padding-bottom: 6rem;
        padding-top: 6rem;
        background-color: rgb(6 22 78 / 0.5);
    }

    body .works.style-1 .columns .column.is-2 .work-item .work-item-meta h3 {
        font-size: 15px;
    }

    body .works.style-1 .columns .column.is-2 .work-item .work-item-meta h5 {
        font-size: 14.5px;
    }

    body .sidebar {
        padding-left: 0;
    }

    body .sidebar.is-left {
        padding-right: 0;
    }

    body .column.is-12-tablet .sidebar {
        padding-top: 50px;
    }

    body .work-content,
    body .work-details {
        padding: 0 !important;
    }

    body .global-social-links li,
    body .widget-social ul li {
        padding-right: 6px;
    }

    body .global-social-links li .icon,
    body .widget-social ul li .icon {
        width: 30px;
        height: 30px;
    }

    body .widget-tags .tagcloud a {
        font-size: 11px !important;
    }

    body .widget-form .button {
        width: 18%;
    }

    body .portfolio-single .widget-links ul li {
        font-size: 14px;
    }

    body .widget-gallery ul li img {
        max-width: 75px;
    }

    body .blog-list.style-1 .blog-post .entry-content p {
        font-size: 13.5px;
        margin-bottom: 33px;
    }

    body .blog-list.style-1 .blog-post .entry-content,
    body .blog-list.style-1 .blog-post .entry-header {
        padding: 0 28px;
    }

    body .blog-list.style-1 .blog-post .entry-header {
        padding-top: 35px;
    }

    body .blog-list.style-1 .blog-post .entry-header .entry-title {
        font-size: 17px;
    }

    body .blog-list.style-list .blog-post .entry-header {
        padding-top: 30px;
        margin-bottom: 20px;
    }

    body .blog-list.style-3 .blog-post {
        padding: 24px 20px;
    }

    body .blog-list.style-3 .blog-post .entry-header .entry-title {
        font-size: 17px;
    }

    body .blog-list.style-3 .blog-post .entry-content p {
        font-size: 14px;
    }

    body .image-hover figure figcaption .social li .icon {
        width: 30px;
        height: 30px;
    }

    body .image-hover figure figcaption .social li .icon i {
        font-size: 14px;
    }

    body .image-hover.effect-10 figure ul {
        bottom: inherit;
        top: 40%;
    }

    body .blog-author .bio p {
        font-size: 13.5px;
    }

    body .blog-author .bio h3 {
        font-size: 16px;
        margin-bottom: 10px !important;
    }

    body .blog-author .bio .social-links {
        margin-top: 16px;
    }

    body .counterup.style-2 .level-item,
    body .counterup.style-4 .level-item {
        margin: 0 5px;
    }

    body .counterup.style-2 .level-item:first-child,
    body .counterup.style-4 .level-item:first-child {
        margin-left: 0;
    }

    body .counterup.style-5 .level-item>div {
        min-width: 155px;
    }

    body .boxes-style-6 .box-item {
        padding: 40px 25px 30px;
    }

    body .boxes-style-6 .box-item h3 {
        font-size: 15px;
    }

    body.header-topbar .site-header-top .site-header-top-inner {
        padding: 0 2.5rem;
    }

    body.header-topbar header .level:last-child {
        padding-top: 77px !important;
    }

    body.header-side-navigation.side-mini #content-main-wrap,
    body.header-side-navigation.side-mini .rev_slider_wrapper,
    body.header-side-navigation.side-mini .site-content-footer,
    body.header-side-navigation.side-mini .site-content-header,
    body.header-side-navigation.side-mini .site-footer,
    body.header-side-navigation.side-mini .site-footer-bottom,
    body.header-side-navigation.side-mini .site-footer-top,
    body.header-side-navigation.side-mini .site-header-bottom,
    body.header-side-navigation.side-mini .site-header-top {
        margin-left: 50px !important;
    }

    body.header-side-navigation.side-mini.side-right #content-main-wrap,
    body.header-side-navigation.side-mini.side-right .rev_slider_wrapper,
    body.header-side-navigation.side-mini.side-right .site-content-footer,
    body.header-side-navigation.side-mini.side-right .site-content-header,
    body.header-side-navigation.side-mini.side-right .site-footer,
    body.header-side-navigation.side-mini.side-right .site-footer-bottom,
    body.header-side-navigation.side-mini.side-right .site-footer-top,
    body.header-side-navigation.side-mini.side-right .site-header-bottom,
    body.header-side-navigation.side-mini.side-right .site-header-top {
        margin-left: 0 !important;
        margin-right: 50px !important;
    }

    body.header-side-navigation.side-mini .rev_slider_wrapper {
        max-width: 100%;
    }

    body.header-side-navigation.side-mini header {
        width: 50px;
    }

    body.header-side-navigation.side-mini header .level.top .level-left,
    body.header-side-navigation.side-mini header .level.top .level-right {
        padding-left: 7px;
        padding-right: 7px;
    }

    body.responsive-layout.header-logo-center header .level:last-child .level-right,
    body.responsive-layout.header-logo-left header .level:last-child .level-right,
    body.responsive-layout.header-logo-right header .level:last-child .level-right,
    body.responsive-layout.header-menu-with-buttons header .level:last-child .level-right,
    body.responsive-layout.header-menu-with-icons header .level:last-child .level-right {
        position: initial;
        padding: 0;
    }

    body.responsive-layout.header-logo-center header .level:last-child .level-right #nav-wrap,
    body.responsive-layout.header-logo-left header .level:last-child .level-right #nav-wrap,
    body.responsive-layout.header-logo-right header .level:last-child .level-right #nav-wrap,
    body.responsive-layout.header-menu-with-buttons header .level:last-child .level-right #nav-wrap,
    body.responsive-layout.header-menu-with-icons header .level:last-child .level-right #nav-wrap {
        visibility: visible;
    }

    body.responsive-layout.header-logo-center header .level:last-child .level-right #nav-wrap .main-navigation,
    body.responsive-layout.header-logo-left header .level:last-child .level-right #nav-wrap .main-navigation,
    body.responsive-layout.header-logo-right header .level:last-child .level-right #nav-wrap .main-navigation,
    body.responsive-layout.header-menu-with-buttons header .level:last-child .level-right #nav-wrap .main-navigation,
    body.responsive-layout.header-menu-with-icons header .level:last-child .level-right #nav-wrap .main-navigation {
        margin-top: 0;
    }

    body.responsive-layout.header-menu-with-buttons header .level:last-child .level-right #nav-wrap .main-navigation,
    body.responsive-layout.header-menu-with-icons header .level:last-child .level-right #nav-wrap .main-navigation {
        margin: 20px 0;
    }

    body.responsive-layout.header-menu-with-buttons header .level:last-child .level-right .header-menu-icons,
    body.responsive-layout.header-menu-with-icons header .level:last-child .level-right .header-menu-icons {
        padding: 20px 18px;
    }

    body.responsive-layout.header-menu-with-buttons header .level:last-child .level-right .header-menu-icons.social,
    body.responsive-layout.header-menu-with-buttons header .level:last-child .level-right>.button,
    body.responsive-layout.header-menu-with-icons header .level:last-child .level-right .header-menu-icons.social,
    body.responsive-layout.header-menu-with-icons header .level:last-child .level-right>.button {
        margin: 10px auto;
        padding: 0;
        width: 85%;
    }

    body.responsive-layout.header-menu-with-buttons header .level:last-child .level-right .nav-menu-dropdown,
    body.responsive-layout.header-menu-with-icons header .level:last-child .level-right .nav-menu-dropdown {
        margin: 10px 20px;
    }

    body.responsive-layout.header-menu-with-buttons header .level:last-child .level-right .nav-menu-dropdown.style-2,
    body.responsive-layout.header-menu-with-icons header .level:last-child .level-right .nav-menu-dropdown.style-2 {
        margin-left: 14px;
    }

    body.responsive-layout.header-menu-with-buttons header .level:last-child .level-right .nav-menu-dropdown.style-2:before,
    body.responsive-layout.header-menu-with-icons header .level:last-child .level-right .nav-menu-dropdown.style-2:before {
        display: none;
    }

    body.responsive-layout.header-menu-with-buttons.menu-center header .level:last-child .level-left,
    body.responsive-layout.header-menu-with-icons.menu-center header .level:last-child .level-left {
        display: block !important;
    }

    body.responsive-layout.header-menu-with-buttons.menu-center header .level:last-child .level-left:first-child,
    body.responsive-layout.header-menu-with-icons.menu-center header .level:last-child .level-left:first-child {
        display: none !important;
    }

    body.responsive-layout.header-menu-with-buttons.menu-center header .level:last-child .level-left #nav-wrap .main-navigation,
    body.responsive-layout.header-menu-with-icons.menu-center header .level:last-child .level-left #nav-wrap .main-navigation {
        margin-bottom: 20px;
    }

    body.responsive-layout.header-menu-with-buttons.menu-left header .level:last-child .level-left,
    body.responsive-layout.header-menu-with-icons.menu-left header .level:last-child .level-left {
        display: block !important;
    }

    body.responsive-layout.header-menu-with-buttons.menu-left header .level:last-child .level-left .site-logo,
    body.responsive-layout.header-menu-with-icons.menu-left header .level:last-child .level-left .site-logo {
        display: none !important;
    }

    body.responsive-layout.header-menu-with-buttons.menu-left header .level:last-child .level-left #nav-wrap .main-navigation,
    body.responsive-layout.header-menu-with-icons.menu-left header .level:last-child .level-left #nav-wrap .main-navigation {
        margin-bottom: 20px;
    }

    body.responsive-layout.header-logo-top header .level:last-child .level-right {
        position: initial;
        margin-top: 50px;
    }

    body.responsive-layout.header-hamburger-menu header .level:last-child {
        padding-top: 20px;
        display: none;
    }

    body.responsive-layout.header-hamburger-menu header .level:last-child.opened {
        display: block;
    }

    body.responsive-layout.header-hamburger-menu.header-logo-left header .level:last-child,
    body.responsive-layout.header-hamburger-menu.header-logo-right header .level:last-child,
    body.responsive-layout.header-hamburger-menu.header-logo-top header .level:last-child {
        padding-top: 37px;
    }

    body.responsive-layout.header-hamburger-menu.header-logo-center-menu-center header .level:first-child .level-left,
    body.responsive-layout.header-hamburger-menu.header-logo-top header .level:first-child .level-left {
        margin: 0;
    }

    body.responsive-layout.header-hamburger-menu.header-logo-center-menu-center header .level:first-child .level-left .site-logo img,
    body.responsive-layout.header-hamburger-menu.header-logo-top header .level:first-child .level-left .site-logo img {
        margin: 0;
    }

    body.responsive-layout.header-hamburger-menu.header-logo-center-menu-center header .level:last-child .level-left #nav-wrap:last-child .main-navigation,
    body.responsive-layout.header-hamburger-menu.header-logo-top header .level:last-child .level-left #nav-wrap:last-child .main-navigation {
        margin-top: 0;
    }

    body.responsive-layout.header-hamburger-menu.header-menu-top header .level:last-child {
        display: block !important;
    }

    body.responsive-layout.header-hamburger-menu.header-transparent header .site-logo img {
        -webkit-filter: none;
        filter: none;
    }

    body.responsive-layout.header-hamburger-menu.slide-up-down header .level:last-child .level-left {
        display: none;
    }

    body.responsive-layout.header-hamburger-menu.slide-up-down header .level:last-child .level-right {
        position: initial;
        padding: 0;
    }

    body.responsive-layout.header-hamburger-menu.slide-up-down header .level:last-child .level-right #nav-wrap {
        visibility: visible;
    }

    body.responsive-layout.header-hamburger-menu.slide-up-down header .level:last-child .level-right #nav-wrap .main-navigation {
        display: block !important;
    }

    body.responsive-layout.header-hamburger-menu.slide-up-down header .level:last-child .level-right .hamburger-menu {
        display: none !important;
    }

    body.responsive-layout.header-hamburger-menu.slide-up-down-left header .level:last-child .level-right {
        display: none;
    }

    body.responsive-layout.header-hamburger-menu.slide-up-down-left header .level:last-child .level-left {
        position: initial;
        padding: 0;
    }

    body.responsive-layout.header-hamburger-menu.slide-up-down-left header .level:last-child .level-left #nav-wrap {
        visibility: visible;
    }

    body.responsive-layout.header-hamburger-menu.slide-up-down-left header .level:last-child .level-left #nav-wrap .main-navigation {
        display: block !important;
    }

    body.responsive-layout.header-hamburger-menu.slide-up-down-left header .level:last-child .level-left .hamburger-menu {
        display: none !important;
    }

    body.responsive-layout.header-hamburger-menu.side-left #content-main-wrap,
    body.responsive-layout.header-hamburger-menu.side-left .rev_slider_wrapper,
    body.responsive-layout.header-hamburger-menu.side-left .site-content-footer,
    body.responsive-layout.header-hamburger-menu.side-left .site-content-header,
    body.responsive-layout.header-hamburger-menu.side-left .site-footer,
    body.responsive-layout.header-hamburger-menu.side-left .site-footer-bottom,
    body.responsive-layout.header-hamburger-menu.side-left .site-footer-top,
    body.responsive-layout.header-hamburger-menu.side-left .site-header-bottom,
    body.responsive-layout.header-hamburger-menu.side-left .site-header-top,
    body.responsive-layout.header-hamburger-menu.side-right #content-main-wrap,
    body.responsive-layout.header-hamburger-menu.side-right .rev_slider_wrapper,
    body.responsive-layout.header-hamburger-menu.side-right .site-content-footer,
    body.responsive-layout.header-hamburger-menu.side-right .site-content-header,
    body.responsive-layout.header-hamburger-menu.side-right .site-footer,
    body.responsive-layout.header-hamburger-menu.side-right .site-footer-bottom,
    body.responsive-layout.header-hamburger-menu.side-right .site-footer-top,
    body.responsive-layout.header-hamburger-menu.side-right .site-header-bottom,
    body.responsive-layout.header-hamburger-menu.side-right .site-header-top {
        margin-left: 0 !important;
    }

    body.responsive-layout.header-hamburger-menu.side-left .rev_slider_wrapper,
    body.responsive-layout.header-hamburger-menu.side-right .rev_slider_wrapper {
        max-width: 100%;
    }

    body.responsive-layout.header-hamburger-menu.side-left header .level:last-child .level-left:first-child,
    body.responsive-layout.header-hamburger-menu.side-right header .level:last-child .level-left:first-child {
        display: none;
    }

    body.responsive-layout.header-hamburger-menu.side-left.header-background.dark-color header .footer-copyright,
    body.responsive-layout.header-hamburger-menu.side-left.header-background.primary-color header .footer-copyright,
    body.responsive-layout.header-hamburger-menu.side-right.header-background.dark-color header .footer-copyright,
    body.responsive-layout.header-hamburger-menu.side-right.header-background.primary-color header .footer-copyright {
        color: #fff;
    }

    body.responsive-layout.header-hamburger-menu.side-left.header-background.dark-color header .footer-copyright a,
    body.responsive-layout.header-hamburger-menu.side-left.header-background.primary-color header .footer-copyright a,
    body.responsive-layout.header-hamburger-menu.side-right.header-background.dark-color header .footer-copyright a,
    body.responsive-layout.header-hamburger-menu.side-right.header-background.primary-color header .footer-copyright a {
        color: #fff;
    }

    body.responsive-layout.header-hamburger-menu.overlay-full-width header .level:last-child {
        width: 100%;
    }

    body.responsive-layout.header-hamburger-menu.overlay-full-width header .main-navigation>ul>li {
        min-width: 250px;
    }

    body.responsive-layout.header-hamburger-menu.overlay-full-width header .main-navigation>ul>li.menu-down-icon>span {
        top: 10px;
    }

    body.responsive-layout.header-hamburger-menu.overlay-full-width.slide-right header .level:last-child {
        margin-left: 0;
        margin-right: -100%;
    }

    body.responsive-layout.header-hamburger-menu.overlay-full-width.slide-right header .level:last-child.opened {
        margin-right: 0;
    }

    body.responsive-layout.header-hamburger-menu.overlay-full-width.slide-left header .level:last-child {
        margin-left: -100%;
    }

    body.responsive-layout.header-hamburger-menu.overlay-full-width.slide-left header .level:last-child.opened {
        margin-left: 0;
    }

    body.responsive-layout.header-background-dark header .site-logo,
    body.responsive-layout.header-background-primary header .site-logo {
        padding: 14px 18px 14px 16px !important;
    }

    body.responsive-layout.header-background-dark header .level.top .level-right,
    body.responsive-layout.header-background-primary header .level.top .level-right {
        padding: 0 1.8rem;
    }

    body.responsive-layout.header-background-dark header .level:last-child,
    body.responsive-layout.header-background-primary header .level:last-child {
        background-color: rgba(2, 95, 210, .95);
        border-left: 1px solid rgba(9, 106, 226, .4);
    }

    body.responsive-layout.header-background-dark header .level:last-child .level-right>.button,
    body.responsive-layout.header-background-primary header .level:last-child .level-right>.button {
        display: none !important;
    }

    body.responsive-layout.header-background-dark header .level:last-child .level-right>.button:last-child,
    body.responsive-layout.header-background-primary header .level:last-child .level-right>.button:last-child {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        height: 3.15em;
    }

    body.responsive-layout.header-background-dark header .hamburger-menu .hamburger-menu-icon,
    body.responsive-layout.header-background-primary header .hamburger-menu .hamburger-menu-icon {
        background-color: #fff;
    }

    body.responsive-layout.header-background-dark header .hamburger-menu .hamburger-menu-icon:after,
    body.responsive-layout.header-background-dark header .hamburger-menu .hamburger-menu-icon:before,
    body.responsive-layout.header-background-primary header .hamburger-menu .hamburger-menu-icon:after,
    body.responsive-layout.header-background-primary header .hamburger-menu .hamburger-menu-icon:before {
        background-color: #fff;
    }

    body.responsive-layout.header-background-dark header .hamburger-menu.expanded .hamburger-menu-icon,
    body.responsive-layout.header-background-primary header .hamburger-menu.expanded .hamburger-menu-icon {
        background-color: transparent;
    }

    body.responsive-layout.header-background-dark header .main-navigation>ul>li>a,
    body.responsive-layout.header-background-primary header .main-navigation>ul>li>a {
        border: none;
    }

    body.responsive-layout.header-background-dark header .main-navigation>ul>li>span,
    body.responsive-layout.header-background-primary header .main-navigation>ul>li>span {
        color: #fff;
    }

    body.responsive-layout.header-background-dark header .main-navigation>ul>li.active,
    body.responsive-layout.header-background-dark header .main-navigation>ul>li:hover,
    body.responsive-layout.header-background-primary header .main-navigation>ul>li.active,
    body.responsive-layout.header-background-primary header .main-navigation>ul>li:hover {
        background-color: #025fd2;
    }

    body.responsive-layout.header-background-dark header .site-logo {
        padding: 14px 0 14px 16px !important;
    }

    body.responsive-layout.header-background-dark header .site-logo .logo-text {
        margin-left: 15px;
        padding-left: 19px;
    }

    body.responsive-layout.header-background-dark header .level:last-child {
        background-color: #263238;
        border-left: 1px solid #37474f;
    }

    body.responsive-layout.header-background-dark header .level:last-child .level-right>.button:last-child {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        height: 3.15em;
    }

    body.responsive-layout.header-background-dark header .main-navigation>ul>li.active,
    body.responsive-layout.header-background-dark header .main-navigation>ul>li:hover {
        background-color: #37474f;
    }

    body.responsive-layout.header-background header .hamburger-menu .hamburger-menu-icon {
        background-color: #fff;
    }

    body.responsive-layout.header-background header .hamburger-menu .hamburger-menu-icon:after,
    body.responsive-layout.header-background header .hamburger-menu .hamburger-menu-icon:before {
        background-color: #fff;
    }

    body.responsive-layout.header-background header .hamburger-menu.expanded .hamburger-menu-icon {
        background-color: transparent;
    }

    body.responsive-layout.header-background header .main-navigation>ul>li>span {
        color: #fff;
    }

    body.responsive-layout.header-background.primary-color header .site-logo img {
        -webkit-filter: brightness(0) invert(1) !important;
        filter: brightness(0) invert(1) !important;
    }

    body.responsive-layout.header-background.primary-color header .level:last-child {
        background-color: #025fd2;
        border-left: 1px solid rgba(9, 106, 226, .4);
    }

    body.responsive-layout.header-background.dark-color header .level:last-child {
        background-color: #263238;
        border-left: 1px solid #37474f;
    }

    body.responsive-layout.header-center-overlay header .site-header-inner {
        padding: 0 2.5rem !important;
    }

    body.responsive-layout.menu-show-arrow-down header .main-navigation li.menu-down-icon>a:after {
        top: 40%;
        right: 44px;
    }

    body.responsive-layout.header-menu-separator-dots header .main-navigation>ul>li:after,
    body.responsive-layout.header-menu-separator-line header .main-navigation>ul>li:after {
        display: none;
    }

    body.responsive-layout.header-dropdown-menu-primary header .main-navigation li ul {
        border: 1px solid rgba(9, 106, 226, .4) !important;
    }

    body.responsive-layout.header-dropdown-menu-primary header .main-navigation li ul li ul {
        border: none !important;
        border-top: 1px solid rgba(9, 106, 226, .4) !important;
    }

    body.responsive-layout.header-dropdown-menu-primary header .main-navigation li.menu-right-icon>span {
        color: #fff;
    }

    body.responsive-layout.header-dropdown-menu-dark header .main-navigation li ul {
        border: 1px solid #37474f !important;
    }

    body.responsive-layout.header-dropdown-menu-dark header .main-navigation li ul li ul {
        border: none !important;
        border-top: 1px solid #37474f !important;
    }

    body.responsive-layout.header-dropdown-menu-dark header .main-navigation li.menu-right-icon>span {
        color: #fff;
    }

    body.responsive-layout.header-side-navigation.side-mini #content-main-wrap,
    body.responsive-layout.header-side-navigation.side-mini .rev_slider_wrapper,
    body.responsive-layout.header-side-navigation.side-mini .site-content-footer,
    body.responsive-layout.header-side-navigation.side-mini .site-content-header,
    body.responsive-layout.header-side-navigation.side-mini .site-footer,
    body.responsive-layout.header-side-navigation.side-mini .site-footer-bottom,
    body.responsive-layout.header-side-navigation.side-mini .site-footer-top,
    body.responsive-layout.header-side-navigation.side-mini .site-header-bottom,
    body.responsive-layout.header-side-navigation.side-mini .site-header-top {
        margin-left: 50px !important;
    }

    body.responsive-layout.header-side-navigation.side-mini.side-right #content-main-wrap,
    body.responsive-layout.header-side-navigation.side-mini.side-right .rev_slider_wrapper,
    body.responsive-layout.header-side-navigation.side-mini.side-right .site-content-footer,
    body.responsive-layout.header-side-navigation.side-mini.side-right .site-content-header,
    body.responsive-layout.header-side-navigation.side-mini.side-right .site-footer,
    body.responsive-layout.header-side-navigation.side-mini.side-right .site-footer-bottom,
    body.responsive-layout.header-side-navigation.side-mini.side-right .site-footer-top,
    body.responsive-layout.header-side-navigation.side-mini.side-right .site-header-bottom,
    body.responsive-layout.header-side-navigation.side-mini.side-right .site-header-top {
        margin-left: 0 !important;
    }

    body.responsive-layout.header-side-navigation.side-mini .rev_slider_wrapper {
        max-width: 100%;
    }

    body.responsive-layout.header-side-navigation.side-mini header {
        width: 50px;
    }

    body.responsive-layout.header-side-navigation.side-mini header .level.top .level-left,
    body.responsive-layout.header-side-navigation.side-mini header .level.top .level-right {
        padding-left: 7px;
        padding-right: 7px;
    }

    body.responsive-layout.header-topbar .site-header-top .site-header-top-inner {
        padding: 0 2.5rem;
    }

    body.responsive-layout.header-topbar header .level:last-child {
        padding-top: 77px !important;
    }

    body.responsive-layout.header-menu-border-bottom header .main-navigation>ul>li.active:after,
    body.responsive-layout.header-menu-border-bottom header .main-navigation>ul>li:hover:after,
    body.responsive-layout.header-menu-border-top header .main-navigation>ul>li.active:after,
    body.responsive-layout.header-menu-border-top header .main-navigation>ul>li:hover:after {
        display: none;
    }

    body.responsive-layout.header-menu-background-dark header .main-navigation>ul>li.active,
    body.responsive-layout.header-menu-background-dark header .main-navigation>ul>li:hover,
    body.responsive-layout.header-menu-background-primary header .main-navigation>ul>li.active,
    body.responsive-layout.header-menu-background-primary header .main-navigation>ul>li:hover {
        background-color: #2c4499;
    }

    body.responsive-layout.header-menu-background-dark header .main-navigation>ul>li.active>span,
    body.responsive-layout.header-menu-background-dark header .main-navigation>ul>li:hover>span,
    body.responsive-layout.header-menu-background-primary header .main-navigation>ul>li.active>span,
    body.responsive-layout.header-menu-background-primary header .main-navigation>ul>li:hover>span {
        color: #fff;
    }

    body.responsive-layout.header-menu-background-dark header .main-navigation>ul>li.active>a,
    body.responsive-layout.header-menu-background-dark header .main-navigation>ul>li:hover>a,
    body.responsive-layout.header-menu-background-primary header .main-navigation>ul>li.active>a,
    body.responsive-layout.header-menu-background-primary header .main-navigation>ul>li:hover>a {
        color: #fff;
        background-color: transparent;
    }

    body.responsive-layout.header-menu-background-dark header .main-navigation>ul>li.active,
    body.responsive-layout.header-menu-background-dark header .main-navigation>ul>li:hover {
        background-color: #263238;
    }

    body.responsive-layout header .level:last-child {
        overflow-y: auto;
        overflow-x: hidden;
    }

    body.responsive-layout header .main-navigation li a {
        display: inline-block;
    }

    body.responsive-layout header .main-navigation li.menu-down-icon a:after,
    body.responsive-layout header .main-navigation li.menu-right-icon a:after {
        display: none;
    }

    body.responsive-layout header .main-navigation li.menu-down-icon>span,
    body.responsive-layout header .main-navigation li.menu-right-icon>span {
        top: 15px;
        right: 0;
        position: absolute;
        padding: 0;
        cursor: pointer;
    }

    body.responsive-layout header .main-navigation li.menu-down-icon>span:before,
    body.responsive-layout header .main-navigation li.menu-right-icon>span:before {
        content: "\e604";
    }

    body.responsive-layout header .main-navigation li.menu-down-icon>span.opened:before,
    body.responsive-layout header .main-navigation li.menu-right-icon>span.opened:before {
        content: "\e607";
    }

    body.responsive-layout header .main-navigation li.menu-right-icon>span {
        right: 0px;
        padding: 0;
    }

    body.responsive-layout header .main-navigation li ul {
        display: none;
    }

    body.responsive-layout header .main-navigation li ul li ul {
        display: none;
    }

    body.responsive-layout header .main-navigation li.niche-templates>ul {
        padding: 16px 18px 9px;
    }

    body.responsive-layout header .main-navigation>ul>li>ul li {
        padding: 0;
    }

    body.responsive-layout header .main-navigation>ul>li>ul,
    body.responsive-layout header .main-navigation>ul>li>ul ul {
        position: initial !important;
        padding: 0px 20px;
    }

    body.responsive-layout header .main-navigation>ul>li>ul ul {
        max-width: 190px;
        min-width: 190px;
    }

    body.responsive-layout .header-menu-icons li>ul {
        min-width: 210px;
        max-width: 210px;
        margin-top: 17px !important;
    }

    body.responsive-layout .header-menu-icons li>ul li {
        min-width: 210px;
        max-width: 210px;
    }

    body.responsive-layout .header-menu-icons li>ul.dropdown-shopping-cart li .button {
        width: 100%;
        margin-bottom: 0;
    }

    body.responsive-layout .header-menu-icons li>ul.dropdown-user-account li .button {
        width: 100%;
        margin-bottom: 5px;
    }
}

@media screen and (max-width:916px) {
    .pricing-table .pricing-plan {
        margin: 0;
    }

    .pricing-table .pricing-plan.is-active {
        margin-top: 0 !important;
        -webkit-transform: none;
        transform: none;
    }
}

@media screen and (max-width:768px) {
    .field-body .field {
        width: 100%;
    }

    body .steps {
        display: block;
    }

    body .steps .step-item {
        margin: 0;
        display: block;
        width: 100%;
    }

    body .tracking-steps-section .steps .step-item .step-marker {
        display: none;
    }

    .steps .step-item::before {
        display: none !important;
    }

    .tracking-steps-section .steps .step-item .step-details {
        margin: 0;
    }

    .level-left {
        z-index: 1;
        position: relative;
    }

    body.header-topbar .site-header-top {
        display: none;
    }

    body.header-topbar header .level:last-child {
        padding-top: 37px !important;
    }

    body.boxed-layout {
        background-color: #fff;
    }

    body header .main-navigation li a {
        display: inline-block;
    }

    body header .main-navigation li.menu-down-icon>span,
    body header .main-navigation li.menu-right-icon>span {
        right: 9px;
    }

    body header .main-navigation li.menu-right-icon>span {
        right: 4px;
    }

    body header .main-navigation>ul>li>ul li {
        position: relative;
        z-index: 999;
        background: #fff;
        padding: 0;
    }

    body header .main-navigation>ul>li {
        max-width: 235px;
    }

    body .subscribe-form input {
        min-width: auto;
    }

    body .subscribe-form .button {
        padding: 0 15px;
    }

    body .section.hero.padding-bottom-none.padding-top-none .columns .column:first-child figure img {
        min-height: 100% !important;
    }

    body .section.hero.padding-bottom-none.padding-top-none .columns .column:last-child>div {
        padding: 62px 20px 45px 20px !important;
    }

    body .section.hero.padding-bottom-none.padding-top-none .columns .column:last-child>div .heading-title {
        font-size: 23px;
    }

    body .clients-section .clients-list .owl-item,
    body .fun-facts .hero-body .counterup .level-item {
        border: none;
    }

    body .hero {
        display: block;
    }

    body .section.hero.stories.padding-bottom-none .button,
    body .section.hero.stories.padding-bottom-none .heading-title,
    body .section.hero.stories.padding-bottom-none div {
        text-align: center !important;
    }

    body .tp-caption {
        margin-left: 90px !important;
    }

    body .tp-caption.large_text {
        font-size: 14px !important;
        margin-top: 20px;
    }

    body .tp-caption.small_text {
        font-size: 13px !important;
    }

    body .tp-caption.button {
        padding-left: calc(.8em - 1px) !important;
        padding-right: calc(.8em - 1px) !important;
    }

    body .tp-caption.button {
        font-size: 12px !important;
        height: 2.5em;
    }

    body .tp-caption.button .icon i {
        font-size: 14px !important;
    }

    body .tp-caption.caption-2 {
        padding-left: 46% !important;
    }

    body .tp-caption.button-caption-2 {
        padding-left: 30% !important;
    }

    body.header-sticky.header-topbar.header-transparent-overlay.hide-on-scroll header,
    body.header-sticky.header-topbar.header-transparent.hide-on-scroll header {
        top: 0;
        background: none;
        border: none;
        box-shadow: none;
    }

    body .tracking-section .subscribe-form .field.is-grouped {
        display: block;
    }

    body .tracking-section .subscribe-form .field.is-grouped>.control:not(:last-child) {
        width: 100%;
    }

    body .tracking-section .subscribe-form .field.is-grouped .button {
        height: 3.5rem;
        width: 100%;
        margin-top: 20px;
    }

    body .steps .step-item {
        margin-top: 40px;
    }

    body .quote-section form .field-body>.field:not(:last-child) {
        margin-right: 0;
    }

    body .widget-form input {
        height: 3.4em;
    }

    body .minimal-template .works-latest .works-latest-item img {
        max-width: 100%;
    }

    body .content-404.content h1 {
        font-size: 100px;
    }

    body .tparrows {
        display: none;
    }

    body .image-content {
        text-align: center;
    }

    body .image-content .image,
    body .image-content img {
        display: inline-block;
    }

    body .image-content .content .text {
        position: initial;
        -webkit-transform: none;
        transform: none;
        padding: 0;
        padding-top: 10px;
    }

    body .image-content .content .text>* {
        text-align: center;
    }

    body .page-title.is-fullheight h1,
    body .page-title.is-large h1 {
        font-size: 30px;
    }

    body .team .columns.is-4 .column.is-12 .team-member-meta {
        text-align: center;
        position: initial;
        -webkit-transform: none;
        transform: none;
    }

    body .team .columns.is-4 .column.is-12 .team-member-meta>* {
        text-align: center;
    }

    body .team .columns.is-4 .column.is-12 .team-member-meta .team-social-links .icon {
        width: 32px;
        height: 32px;
    }

    body .team .columns.is-4 .column.is-12 .team-member-meta .team-social-links .icon i {
        font-size: 16px;
    }

    body .heading-title:after {
        left: 40.8%;
    }

    body footer .site-logo img {
        max-height: 35px;
    }

    body footer .site-logo span.logo-text {
        font-size: 16px;
        padding: 0 5px;
    }

    body footer .footer-navigation li {
        font-size: 12px;
    }

    body footer .footer-navigation li a {
        padding: 15px 3px;
    }

    body footer .footer-social-links li .icon {
        width: 30px;
        height: 30px;
    }

    body footer .footer-social-links li .icon i {
        font-size: 13px;
    }

    body .footer-bottom-content .footer-copyright {
        font-size: 12px;
        letter-spacing: 2px;
    }

    body .works-latest .works-latest-item .works-latest-item-icon .icon {
        width: 40px;
        height: 40px;
    }

    body .works-latest .works-latest-item .works-latest-item-meta {
        bottom: 3%;
    }

    body .works-latest .works-latest-item .works-latest-item-meta h3 {
        font-size: 14px;
        margin-bottom: .3rem !important;
    }

    body .works-latest .works-latest-item .works-latest-item-meta h5 {
        font-size: 13px;
    }

    body .testimonials-list .testimonials.style-4 .testimonials-item p {
        font-size: 18px;
        padding-left: 0;
        padding-right: 0;
    }

    body .testimonials .testimonials-item p {
        font-size: 18px;
        padding-left: 0;
        padding-right: 0;
    }

    body .testimonials .testimonials-item h3 {
        font-size: 13px;
    }

    body .testimonials .testimonials-item h3:before {
        width: 20px;
        margin: 0 .8rem;
    }

    body .flexslider.intro .flex-caption {
        bottom: 20%;
    }

    body .flexslider.intro .flex-caption p {
        font-size: 8px;
        margin-bottom: 5px;
        display: block;
    }

    body .flexslider.intro .flex-caption p:first-child {
        font-size: 12px;
    }

    body .flexslider.intro .flex-caption h1 {
        font-size: 15px;
        letter-spacing: 1px;
    }

    body .flexslider.intro .flex-caption .button,
    body .flexslider.intro .flex-caption a {
        padding: 0;
        padding-left: calc(1em - 1px);
        padding-right: calc(1em - 1px);
        font-size: 8px;
    }

    body .flexslider.intro .flex-caption br {
        display: none;
    }

    body .flexslider.intro .flex-direction-nav a {
        top: 55%;
        width: 28px;
        height: 34px;
    }

    body .flexslider.intro .flex-direction-nav a:before {
        font-size: 30px;
    }

    body .flexslider.intro .flex-direction-nav a.flex-prev {
        opacity: 1;
        left: 10px;
    }

    body .flexslider.intro .flex-direction-nav a.flex-next {
        opacity: 1;
        right: 10px;
    }

    body .flexslider.intro:hover .flex-direction-nav .flex-prev {
        opacity: 1;
        left: 10px;
    }

    body .flexslider.intro:hover .flex-direction-nav .flex-next {
        opacity: 1;
        right: 10px;
    }

    body .call-to-action.style-1,
    body .call-to-action.style-2,
    body .call-to-action.style-3,
    body .call-to-action.style-5 {
        text-align: center;
    }

    body .call-to-action.style-1 .heading,
    body .call-to-action.style-2 .heading,
    body .call-to-action.style-3 .heading,
    body .call-to-action.style-5 .heading {
        margin-right: 0;
        font-size: 30px;
    }

    body .call-to-action.style-1 .title,
    body .call-to-action.style-2 .title,
    body .call-to-action.style-3 .title,
    body .call-to-action.style-5 .title {
        line-height: 35px;
    }

    body .call-to-action.style-1 .heading {
        font-size: 14px;
    }

    body .call-to-action.style-1 .button,
    body .call-to-action.style-2 .button {
        margin-top: 25px;
    }

    body .subscribe-form.style-2 .field.is-grouped {
        display: block;
    }

    body .subscribe-form.style-2 .field.is-grouped .control {
        margin: 0;
        display: block;
    }

    body .subscribe-form.style-2 input {
        min-width: 100%;
    }

    body .header-menu-icons.social {
        padding-left: 0;
        padding-top: 0;
    }

    body .header-menu-icons.social li:first-child {
        padding-left: 0;
    }

    body .footer-bottom-content .level .level-left .header-menu-icons.social {
        padding-top: 1.5rem;
    }

    body .footer-bottom-content .main-navigation li:first-child a {
        padding-left: 0;
    }

    body .page-title .level .level-right {
        margin-top: 25px;
    }

    body .page-title .level .level-left {
        margin-bottom: 25px;
    }

    /* body .page-title.is-fullheight h1,
    body .page-title.is-medium h1 {
        font-size: 20px;
        letter-spacing: 4px;
    } */

    /* body .page-title.is-fullheight h3,
    body .page-title.is-medium h3 {
        font-size: 13px;
    } */

    body .hero.is-medium .hero-body {
        padding-bottom: 5rem;
        padding-top: 10rem;
        background-color: rgb(6 22 78 / 0.5);
    }

    body .field-body>.field:not(:last-child) {
        margin-right: 0;
        margin-bottom: 1.8rem;
    }

    body .logos.awards li {
        display: block;
        padding: 15px 0;
        border-right: 0;
    }

    body .image-hover figure img {
        min-width: auto !important;
    }

    body .clients-list.style-1 .client-item,
    body .clients-list.style-2 .client-item {
        margin: 4.5px 0;
    }

    body .works.isotope .isotope-filter li {
        padding: 0 5px 5px;
        font-size: 12.5px;
        letter-spacing: 1px;
    }

    body .works.isotope .isotope-filter.style-1 li {
        font-size: 13px;
        margin-bottom: 5px;
    }

    body .works.isotope .isotope-filter.style-2 li {
        font-size: 13px;
        margin: 0 10px;
        margin-bottom: 5px;
        padding-bottom: 10px;
    }

    body .works .columns .column.columns-5 .work-item .work-item-img img,
    body .works .columns .column.columns-5 .work-item figure img,
    body .works .columns.is-3 .column.columns-5 .work-item figure img {
        max-width: 100%;
    }

    body .blog-list.default-style-1 .blog-post {
        padding-bottom: 20px;
    }

    body .blog-list.default-style-1 .blog-post .post-image {
        margin-bottom: 20px;
    }

    body .blog-list.default-style-1 .blog-post .entry-content,
    body .blog-list.default-style-1 .blog-post .entry-footer,
    body .blog-list.default-style-1 .blog-post .entry-header {
        padding: 0 20px;
    }

    body .blog-list.style-3 .blog-post {
        padding: 22px 20px;
    }

    body .blog-list.style-1 .blog-post {
        margin-bottom: 25px;
    }

    body .blog-list.style-1 .column:nth-child(3n+2) .blog-post .post-image {
        -webkit-box-ordinal-group: initial;
        -ms-flex-order: initial;
        order: initial;
    }

    body .blog-list.style-list .blog-post .entry-header .entry-title {
        font-size: 15px;
    }

    body .blog-list.style-list .blog-post .entry-content,
    body .blog-list.style-list .blog-post .entry-footer,
    body .blog-list.style-list .blog-post .entry-header {
        padding: 0 25px 0;
        margin-bottom: 0;
    }

    body .blog-list.style-list .blog-post .entry-footer {
        padding-bottom: 25px;
    }

    body .media-left,
    body .media-right {
        -ms-flex-negative: 1;
        flex-shrink: 1;
    }

    body .box .media-left {
        margin-right: .8rem;
    }

    body .counterup.style-1 .level-item,
    body .counterup.style-5 .level-item>div {
        border-right: 0;
        text-align: center;
    }

    body .counterup.style-2 .level-item,
    body .counterup.style-4 .level-item {
        margin: 5px 0;
    }

    body .counterup.style-3 .level-item,
    body .counterup.style-5 .level-item {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    body .global-social-links li,
    body .widget-social ul li {
        padding-right: 3px;
        padding-bottom: 12px;
    }

    body .box {
        padding: 1rem;
    }

    body .countdown-time .item {
        margin: 16px;
    }

    body .countdown-time.style-2 .item {
        border: 0;
    }

    body .team .team-member .team-member-img,
    body .works .work-item .work-item-img {
        text-align: center;
    }

    body .team .team-member .team-member-img img,
    body .works .work-item .work-item-img img {
        display: inline-block;
    }

    body .clients-list.owl-carousel .owl-item .client-item {
        min-height: auto;
    }

    body.responsive-layout.header-hamburger-menu header .level:first-child .level-right {
        float: right;
        margin-top: 5px;
    }

    body.responsive-layout.header-hamburger-menu header .level:last-child .level-right {
        margin-top: 0;
    }

    body.responsive-layout.header-hamburger-menu header .site-logo span.logo-text {
        display: none;
    }

    body.responsive-layout.header-hamburger-menu.slide-right header .level:last-child {
        width: 100%;
    }

    body.responsive-layout.header-hamburger-menu.slide-right header .level:last-child.opened {
        margin-right: 0;
    }

    body.responsive-layout.header-hamburger-menu.slide-left header .level:last-child {
        width: 100%;
    }

    body.responsive-layout.header-hamburger-menu.slide-left header .level:last-child.opened {
        margin-left: 0;
    }

    body.responsive-layout.header-hamburger-menu.slide-push header .level.top .hamburger-menu {
        margin-left: 0;
        margin-right: 0;
    }

    body.responsive-layout.header-hamburger-menu.overlay-full-width header .level:last-child {
        width: 100%;
    }

    body.responsive-layout.header-hamburger-menu.overlay-full-width header .main-navigation>ul>li {
        min-width: 235px;
    }

    body.responsive-layout.header-hamburger-menu.overlay-full-width header .main-navigation>ul>li.menu-down-icon>span {
        top: 10px;
    }

    body.responsive-layout.header-hamburger-menu.overlay-full-width.slide-right header .level:last-child {
        margin-left: 0;
        margin-right: -100%;
    }

    body.responsive-layout.header-hamburger-menu.overlay-full-width.slide-right header .level:last-child.opened {
        margin-right: 0;
    }

    body.responsive-layout.header-hamburger-menu.overlay-full-width.slide-left header .level:last-child {
        margin-left: -100%;
    }

    body.responsive-layout.header-hamburger-menu.overlay-full-width.slide-left header .level:last-child.opened {
        margin-left: 0;
    }

    body.responsive-layout.header-hamburger-menu.header-logo-right header .level:first-child .level-right,
    body.responsive-layout.header-hamburger-menu.slide-left header .level:first-child .level-right {
        margin-top: 0;
    }

    body.responsive-layout.header-hamburger-menu.header-logo-right header .level:first-child .level-left,
    body.responsive-layout.header-hamburger-menu.slide-left header .level:first-child .level-left {
        margin-top: 1.4rem;
    }

    body.responsive-layout.header-hamburger-menu.hamburger-menu-icon-background-color header .level:first-child .level-right {
        margin-top: .6rem;
    }

    body.responsive-layout.header-hamburger-menu.header-logo-top header .level:first-child .level-right,
    body.responsive-layout.header-hamburger-menu.header-menu-top header .level:first-child .level-right {
        margin-top: 0;
    }

    body.responsive-layout.header-hamburger-menu.header-logo-top header .level:last-child .level-right {
        margin-top: 50px;
    }

    body.responsive-layout.header-background header,
    body.responsive-layout.header-background-dark header,
    body.responsive-layout.header-background-primary header {
        overflow: hidden;
    }

    body.responsive-layout.header-background header .site-logo span.logo-text,
    body.responsive-layout.header-background-dark header .site-logo span.logo-text,
    body.responsive-layout.header-background-primary header .site-logo span.logo-text {
        display: none;
    }

    body.responsive-layout.header-background-dark header .site-logo {
        padding-right: 16px !important;
    }

    body.responsive-layout.header-center-overlay header .site-header-inner {
        padding: 0 1.4rem 0 1rem !important;
    }

    body.responsive-layout.header-topbar .site-header-top {
        display: none;
    }

    body.responsive-layout.header-topbar header .level:last-child {
        padding-top: 37px !important;
    }

    body.responsive-layout header .main-navigation li a {
        display: inline-block;
        font-weight: 400;
    }

    body.responsive-layout header .main-navigation li a:hover {
        color: var(--primary-color);
    }

    body.responsive-layout header .main-navigation li.menu-down-icon>span {
        right: 9px;
    }

    body.responsive-layout header .main-navigation li.menu-right-icon>span {
        top: 10px;
        right: 55px;
    }

    body.responsive-layout header .main-navigation>ul>li>ul li {
        padding: 0;
    }

    body.responsive-layout header .main-navigation>ul>li {
        max-width: 235px;
    }

    body header .header-fullwidth {
        padding: 10px 25px 0 15px;
    }
}

.header-top-wrap {
    position: relative;
}

.diagonal-line {
    position: relative;
    z-index: 6;
    width: 110%;
    left: -5%;
    font-size: 0;
    transform: rotate(-2deg);
}

.diagonal-line:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 10px;
    width: 100%;
    height: 25px;
    background-color: #eee;
}

.diagonal-line:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 10px;
    width: 100%;
    height: 25px;
    background-color: #fff;
}

.diagonal-line .left {
    width: 70%;
    height: 10px;
    right: 0;
    display: inline-block;
}

.diagonal-line .right {
    width: 30%;
    height: 10px;
    right: 0;
    display: inline-block;
}

.block-text .heading-title {
    line-height: 1.6;
    font-size: 1.5rem;
    letter-spacing: 1px;
    margin-bottom: 2rem;
}

.block-text .heading-title-bottom {
    text-align: justify;
    line-height: 1.5;
    font-size: 1.2rem;
}

.works-latest .works-latest-item .works-latest-item-meta h5 a,
.works-latest .works-latest-item .works-latest-item-meta h3 a,
.works-latest .works-latest-item .works-latest-item-meta h5,
.works-latest-item .works-latest-item-meta h3 {
    opacity: 1;
}

.tp-caption.small_text,
.tracking-steps-section .heading-title-top {
    color: rgba(255, 255, 255, .85);
}

.tracking-section .heading-title-top {
    color: rgba(255, 255, 255, .85);
}

.tracking-section .help {
    color: rgba(255, 255, 255, .85);
}

.tracking-steps-section .steps .step-item .step-details p:not(.step-title) {
    color: rgba(255, 255, 255, .85);
}

.clients-section .heading-title.style-3 {
    color: rgba(255, 255, 255, .9);
}

body.footer-background.dark-color:not(.primary-color) .footer-bottom-content a,
body.footer-background.dark-color:not(.primary-color) .footer-bottom-content p {
    color: rgba(255, 255, 255, .85);
}

body .image-hover figure img {
    width: 100%;
    min-height: auto !important;
}

@media screen and (max-width:768px) {
    body .works-latest .works-latest-item .works-latest-item-meta h3 {
        font-size: 18px;
    }

    body .image-hover figure img {
        min-height: auto !important;
    }

    body .tp-caption.small_text {
        font-size: 14px !important;
    }

    body .tp-caption.large_text {
        font-size: 13px !important;
        margin-top: 0px !important;
    }
}

.swiper-container {
    width: 100%;
    height: 100vh;
}

.mask-dark:before {
    position: relative;
}

.mask-dark:after {
    content: '';
    position: absolute;
    z-index: 5;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-color: var(--bg-black-color);
    opacity: 0.5;
}

.mask-dark:before {
    content: '';
    position: absolute;
    z-index: 5;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: -webkit-linear-gradient(var(--bg-black-color), rgba(0, 0, 0, 0));
    background: linear-gradient(to bottom, var(--bg-black-color), rgba(0, 0, 0, 0));
}

body .pageloader {
    background: var(--bg-primary-color);
}