@charset "UTF-8";
/* # Header */

@font-face {
    font-family: "GalanoGrotesqueBold";
    src: url('/wp-content/fonts/GalanoGrotesqueBold/font.woff2') format('woff2'), url('/wp-content/fonts/GalanoGrotesqueBold/font.woff') format('woff');
}

@font-face {
    font-family: "GalanoGrotesqueRegular";
    src: url('/wp-content/fonts/GalanoGrotesqueRegular/font.woff2') format('woff2'), url('/wp-content/fonts/GalanoGrotesqueRegular/font.woff') format('woff');
}

@font-face {
    font-family: "GalanoGrotesqueSemiBold";
    src: url('/wp-content/fonts/GalanoGrotesqueSemiBold/font.woff2') format('woff2'), url('/wp-content/fonts/GalanoGrotesqueSemiBold/font.woff') format('woff');
}

@media (max-width: 600px) {

    @font-face {
        font-family: "GalanoGrotesqueBold";
        src: url('/wp-content/fonts/GalanoGrotesqueSemiBold/font.woff2') format('woff2'), url('/wp-content/fonts/GalanoGrotesqueSemiBold/font.woff') format('woff');
    }
}

:root {
    --airglow: #B5DBD2;
    --twilight: #400186;
    --blaze: #FF6249;
    --light-gray: #F1F1F1;
}


body,
html {
    height: 100%;
	-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}

html {
    overflow-x: hidden !important;
    scroll-behavior: smooth;
}

:target:before {
    content: "";
    display: block;
    height: 100px;
    margin: -100px 0 0;
}

html.show-menu .site::after {
    background: #000 none repeat scroll 0 0;
    bottom: 0;
    content: "";
    left: 0;
    opacity: 0.3;
    position: absolute;
    right: 0;
}

.socials
top:

0
;
transition: opacity

0.2
s ease

0
s

;
z-index:

3
;
}

html.show-menu header {
    background: #b2b2b2;
    border-color: transparent;
}

html.show-menu header.transparent {
    background: transparent;
}

.show-menu .site-header .container {
    width: 100%;
}

body {
    font-size: 17px !important;
    -webkit-font-feature-settings: "lnum";
    -moz-font-feature-settings: "lnum";
    font-feature-settings: "lnum";
    font-family: 'GalanoGrotesqueRegular' !important;
}

header {
    position: relative;
    z-index: 10;
    transition: all 0.5s ease-in-out;
}

header .header-wrap {
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
}

header.transparent {
    height: 80px;
    position: absolute;
    width: 100%;
}

.site-navigation > ul {
    padding: 0;
}

.main-menu {
    margin-top: 5px;
    padding-left: 0;
}

@media (max-width: 400px) {
    .main-menu {
        margin-top: 60px;
    }
}

@media (max-width: 400px) {
    .above-nav-bar + .main-menu,
    .large-above-menu + .main-menu,
    .site-search + .main-menu,
    .top-bar-mobile-right + .main-menu,
    .top-bar-mobile-left + .main-menu {
        margin-top: 0;
    }
}

nav.site-navigation {
    margin-bottom: 12px;
    margin-top: 21px;
    min-width: 50px;
    z-index: 50;
}

nav.site-navigation ul li a {
    font-size: 16px !important;
    line-height: 16px;
/*     font-weight: bold; */
    text-decoration: none;
}

nav.site-navigation .above-nav-bar ul li a {
    text-transform: none;
}

nav.site-navigation ul li a:active,
nav.site-navigation ul li a:focus,
nav.site-navigation ul li a:hover {
    color: #400186;
}

nav.site-navigation ul li {
    display: inline-block;
    float: none;
    list-style: none;
    position: relative;
    vertical-align: middle;
}

.top-bar {
    font-size: 16px !important;
}

/* ## Above nav bar */
.style-4 .above-nav-bar > * + * {
    margin-left: 20px;
}

.above-nav-bar .widget-title {
    display: none;
}

.above-nav-bar > ul > li {
    margin-left: 5px;
}

@media (max-width: 400px) {
    .show-menu .above-nav-bar {
        margin-top: 67px;
    }
}

@media (max-width: 400px) {
    .site-search + .above-nav-bar {
        margin-top: 0;
    }
}

/* ## Header sticky */
.logo-sticky,
.logo-wrap {
    display: none;
}

header.sticky {
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    transition: all 0.5s ease-in-out;
}

@media (min-width: 768px) and (max-width: 1199px) {
    header.sticky.full-width .site-navigation {
        right: 15px;
    }
}

header.sticky.transparent {
    background: #fff none repeat scroll 0 0;
    box-shadow: 1px 0 4px rgba(0, 0, 0, 0.15);
    transition: background 0.3s ease-in-out;
}

.logo-sticky {
    display: none;
}

.sticky .logo-sticky {
    display: block;
}

.sticky .logo-mobile,
.sticky .logo-wrap {
    display: none;
}

/* ## Header classic */


header.classic,
body.home header.sticky.classic {
    background: #fff;
    border: none;
    z-index: 200;
}

body.home header.classic {
    background: #fff;
    border: none;
    border-bottom: 0px;
    z-index: 200;
}

@media (min-width: 1200px) {
    header.classic .site-navigation {
        margin-top: 0;
        padding-top: 19px;
    }

    header.classic .logo + .site-navigation {
        margin-top: 0;
        padding-top: 0;
    }
}

@media (min-width: 1200px) {
    .header {
        transition: opacity 0.3s ease;
        width: 100%;
    }

    .logo {
        display: block;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        z-index: 10;

    }

    nav.site-navigation {
        font-size: 18px !important;
    }

    header.classic:not(.center) .header-wrap .logo + * {
        display: inline-block;
        width: 100%;
    }

    .logo-wrap {
        display: block;
    }

    .logo-mobile {
        display: none;
    }

    nav.site-navigation {
        margin-top: 19px;
    }

    nav.site-navigation .main-menu {
        margin-bottom: 23px;
    }

    nav.site-navigation .above-nav-bar + .main-menu {
        margin-bottom: 10px;
    }

    nav.site-navigation ul {
        text-align: left;
    }

    nav.site-navigation ul li {
        min-height: 30px;
        text-align: left;
    }

    nav.site-navigation ul#main-menu > li {
        min-height: 30px;
        text-align: left;
        margin: 0 8px;
    }

    nav.site-navigation ul.main-menu > li > a {
        padding: 20px 0;
        letter-spacing: -0.2px;
    }

    nav.site-navigation ul li:last-child > a {
        padding-right: 0;
    }

    nav.site-navigation .sub-menu {
        height: 0;
        overflow: hidden;
    }

    nav.site-navigation li:focus > .sub-menu,
    nav.site-navigation li:hover > .sub-menu {
        height: auto;
        overflow: visible;
    }

    nav.site-navigation > ul > li a {
        padding: 10px 16px;
    }

    nav.site-navigation ul li > ul.sub-menu {
        background: #fff;
        /*         box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1); */
        box-shadow: 0px 3px 15px rgba(0, 0, 0, 0.2);
        left: 0;
        padding-left: 0;
        position: absolute;
        text-align: left;
        top: 100%;
        width: 240px;
        z-index: 100;
        border-radius: 10px;
        border: 0 !important;
    }

    nav.site-navigation ul li > ul.sub-menu a {
        clear: both;
        display: block;
        font-size: 12px;
/*         font-weight: bold; */
        padding: 13px 20px;
        width: 100%;
    }

    nav.site-navigation ul li > ul.sub-menu li {
        width: 100%;
    }

    nav.site-navigation ul li > ul.sub-menu li:not(:last-child) {
        border-bottom: 1px solid #ececec;
    }

    nav.site-navigation ul li > ul.sub-menu ul.sub-menu {
        left: 100%;
        top: 0;
    }

    .above-nav-bar {
        text-align: right;
    }

    .vertical-menu .above-nav-bar {
        text-align: center;
    }

    .vertical-menu .above-nav-bar .mini-cart-content {
        right: auto;
        transform: translateX(-50%);
    }

    .above-nav-bar > ul {
        display: inline-block;
    }

    .mobile-showchildren {
        display: none;
    }

    /* ### Classic header type - desktop */
    .site-header.sticky .mobile-wrap > ul > li > ul.sub-menu {
        top: 40px;
    }

    header.site-header.classic {
        padding-bottom: 0;
    }

    header.site-header.classic .mobile-wrap > ul > li > ul.sub-menu {
        top: 45px;
    }

    header.site-header.classic .mobile-wrap > ul > li ul.sub-menu > *:first-of-type > a {
        border-top: 0px solid #eff0f0;
    }

    header.site-header.classic nav.site-navigation ul li a {
        color: #8c8c8c;
    }

    header.site-header.classic .main-menu {
        margin: 3px 0 5px 0;
    }

    header.site-header.classic nav.site-navigation ul.main-menu > li > a {
        padding-bottom: 27px;
        padding-top: 27px;
        font-family: 'GalanoGrotesqueSemiBold' !important;
    }

    header.site-header.classic nav.site-navigation ul.main-menu > li > a:hover {
        color: #FF6249;
    }

    header .sub-menu > li.menu-item-has-children > a {
        position: relative;
    }

    header .sub-menu > li.menu-item-has-children > a::after {
        color: #8c8c8c;
        content: "";
        font-family: "Font Awesome 5 Free";
        font-weight: 600;
        position: absolute;
        right: 20px;
    }

    header .sub-menu > li.menu-item-has-children > a:focus::after, header .sub-menu > li.menu-item-has-children > a:hover::after {
        color: #000;
    }

    /* ## Transparent - desktop */
    header.transparent nav.site-navigation .mobile-wrap > ul > li:focus > ul.sub-menu,
    header.transparent nav.site-navigation .mobile-wrap > ul > li:hover > ul.sub-menu {
        padding-top: 0;
    }

    header.transparent nav.site-navigation {
        margin-bottom: 0;
    }
}

/* ## Menu description */
.menu-item-desc {
    clear: both;
    display: block;
    line-height: 1.3em;
    margin-bottom: 15px;
    opacity: 0.9;
}

@media (min-width: 1200px) {
    .menu-item-desc {
        color: #8c8c8c;
        font-size: 11px;
        line-height: 1em;
        margin: 0;
        max-width: 200px;
        padding: 0 10px;
    }

    .site-header.vertical .menu-item-desc {
        color: #8c8c8c;
        margin-bottom: 15px;
    }

    .site-header.transparent .menu-item-desc {
        color: #fff;
    }

    .site-header.style-4 .menu-item-desc {
        padding: 0 20px;
    }
}

/* ## Header right */
@media (min-width: 1200px) {
    header.left .logo {
        left: auto;
        right: 15px;
    }

    header.left .pull-right {
        float: left !important;
    }

    header.left .main-menu > .menu-item:first-child > a {
        padding-left: 0;
    }
}

/* ## Header Center */
@media (min-width: 1200px) {
    header.center {
        text-align: center;
    }

    header.center .logo {
        display: inline-block;
        float: none !important;
        margin-top: 15px;
        position: static;
        transform: none;
    }

    header.center .site-navigation {
        float: none !important;
    }

    header.center .site-navigation .mobile-wrap {
        display: inline-block;
    }
}

/* ## Header Bottom */
header.bottom {
    min-height: 77px;
    /* Fix spacing issue on sticky */
}

html:not(.show-menu) header.bottom:not(.sticky) {
    left: 0;
    margin: 0;
    position: absolute;
    top: 100%;
    transform: translateY(-100%);
    width: 100%;
}

header.bottom ~ .site-main {
    padding-top: 0 !important;
}

@media (max-width: 1199px) {
    html {
        max-width: 100%;
    }

    body .site {
        transition: transform 0.2s;
    }

    body .site::after {
        opacity: 0;
        transition: opacity 0.2s;
    }

    .site-navigation {
        bottom: 0;
        margin-top: 21px;
        position: absolute;
        right: 0;
        top: 0;
    }

    .site-navigation .mobile-wrap {
        background: var(--twilight);
        border-left: 1px solid var(--twilight);
        box-shadow: none;
        height: 100%;
        overflow-y: auto;
        padding: 50px 20px 20px 15px;
        transform: translateX(290px);
        transition: all 0.2s;
    }

    .site-navigation .mobile-wrap a,
    .site-navigation .mobile-wrap .menu-notice {
        color: #fff;
    }

    .site-navigation .main-menu {
        padding-left: 15px;
        padding-right: 15px;
        margin-top: 30px;
    }

    .site-navigation .main-menu li {
        display: block;
        position: relative;
    }

    .site-navigation .main-menu li a {
        display: block;
        font-size: 16px;
        font-weight: normal;
        min-height: 40px;
        padding-bottom: 10px;
        padding-top: 10px;
        text-transform: none;
    }

    .site-navigation .main-menu li a {
        font-family: 'GalanoGrotesqueSemiBold' !important;
    }

    .site-navigation .main-menu li a:active, .site-navigation .main-menu li a:focus, .site-navigation .main-menu li a:hover {
        color: var(--blaze);
    }

    .site-navigation .main-menu li ul li a::before {
        content: "";
        font-family: "Font Awesome 5 Free";
        font-weight: 600;
        margin-right: 10px;
    }

    .site-navigation .main-menu li.current-menu-item > a,
	ul.main-menu > .current-menu-item > a {
        color: var(--blaze) !important;
    }

    .site-navigation .main-menu .megamenu > *,
    .site-navigation .main-menu > li {
        border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    }

    .site-navigation .main-menu .megamenu > * > ul,
    .site-navigation .main-menu > li > ul {
        min-width: 100%;
        padding: 10px 0;
    }

    .site-navigation .main-menu .megamenu > * > ul a,
    .site-navigation .main-menu > li > ul a {
        font-size: 14px;
        min-height: 32px;
        padding-top: 0;
    }

    .site-navigation .main-menu .megamenu > * ul li ul li,
    .site-navigation .main-menu > li ul li ul li {
        padding-left: 10px;
    }

    .site-navigation .main-menu ul {
        padding-left: 0;
    }

    .site-navigation .mobile-showchildren {
        background-color: transparent;
        color: #fff;
        cursor: pointer;
        padding: 10px 15px;
        position: absolute;
        right: 0;
        top: 0;
        z-index: 10;
    }

    .site-navigation .mobile-showchildren:active, .site-navigation .mobile-showchildren:hover {
        color: var(--blaze);
    }

    .site-navigation .sub-menu .mobile-showchildren {
        padding: 0 15px;
    }

    .logo {
        margin-top: 15px;
    }

    .above-nav-bar {
        text-align: left;
    }

    .above-nav-bar > ul {
        display: block;
        margin-bottom: 0;
    }

    .above-nav-bar > ul.contact-info > li {
        clear: both;
        margin-bottom: 13px;
        width: 100%;
    }

    .site {
        width: 100%;
    }

    .top-bar > .container {
        width: 100%;
    }

    .ghost-nav-wrap {
        margin-top: 0;
        pointer-events: none;
        position: fixed;
        width: 290px;
        z-index: 1000;
    }

    html.show-menu body .site {
        transform: translateX(-290px) translateZ(0);
        transition: transform 0.2s;
    }

    html.show-menu body .ghost-nav-wrap {
        pointer-events: all;
        position: fixed;
        right: 0;
        transform: translateX(0);
        transition: transform 0.2s;
        width: 100%;
    }

    html.show-menu body .ghost-nav-wrap .mobile-wrap {
        position: relative;
        transform: translateX(0);
        transition: transform 0.2s;
    }

    .site .site-navigation .mobile-wrap {
        display: none;
    }

    .site-search form {
        margin-bottom: 20px;
        position: relative;
    }

    .site-search form input.searchfield {
        background: #fff;
        border: 1px solid transparent;
        border-radius: 3px;
        height: 37px;
        margin: 5px;
        padding: 7px 16px;
        width: 100%;
    }

    .site-search form button.submit {
        background: transparent none repeat scroll 0 0;
        border: medium none transparent;
        color: #717171;
        height: 37px;
        position: absolute;
        right: 5px;
        top: 5px;
        width: 37px;
    }

    .site-search form button.submit:focus, .site-search form button.submit:hover {
        color: #fff;
    }

    header.classic > .container {
        padding: 0 15px 18px;
    }

    header.vertical > .container {
        padding-left: 0;
        padding-right: 0;
    }

    header.classic {
        height: 80px;
    }
}

/* ## Burger Icon */
@media (max-width: 400px) {
    .searchform-header {
        padding-left: 55px;
    }
}

.burger {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background: transparent;
    border: 1px solid currentColor;
    border-radius: 4px;
    color: #fff;
    display: block;
    height: 39px;
    padding: 10px;
    position: absolute;
    right: 10px;
    transition: all 0.4s;
    width: 39px;
}

.mobile-wrap .burger {
    display: none;
}

@media (max-width: 1199px) {
    .site-navigation > .burger.active {
        display: none;
    }

    .mobile-wrap .burger {
        border-color: transparent;
        display: block;
        left: auto;
        right: 40px;
        top: 20px;
        border: 1px solid #fff;
        z-index: 9;
    }

    .site-search {
        width: calc(100% - 60px);
        margin-left: 60px;
    }
}

.burger.active {
    padding: 12px 8px 8px 12px;
}

.burger span {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background: currentColor;
    display: block;
    height: 16.66%;
    margin-bottom: 16.66%;
    transform: rotate(0) scale(1);
    transition: all 0.4s;
    width: 100%;
}

.burger span.burger-top {
    transform: rotate(0) scale(1, 1);
    transform-origin: 8.33% 50%;
}

.burger span.burger-bottom {
    margin-bottom: 0;
    transform: rotate(0) scale(1, 1);
    transform-origin: 8.33% 50%;
}

.burger span.burger-middle {
    transform: scale(1, 1);
}

.burger.active .burger-top {
    transform: rotate(45deg) scale(1.13, 1);
    transition: all 0.4s ease;
}

.burger.active .burger-bottom {
    transform: rotate(-45deg) scale(1.13, 1);
    transition: all 0.4s ease;
}

.burger.active .burger-middle {
    transform: scale(0, 1);
    transition: all 0.4s easin;
}

.burger.active span {
    margin-bottom: 16.66%;
}

.burger:focus, .burger:hover {
    opacity: 0.6;
    outline: none;
}

@media (min-width: 1200px) {
    .burger {
        display: none;
    }
}

header.classic .burger {
    border: 1px solid #000;
}

header.classic .burger span {
    background: #000;
}

.top-bar {
    background: #f5f5f5;
    font-weight: 400;
    font-style: normal;
    position: relative;
    z-index: 200;
}

.top-bar .widget-title {
    display: none;
}

@media (min-width: 1200px) {
    .top-bar-right {
        text-align: right;
    }
}

@media (max-width: 1199px) {
    .top-bar-mobile-menu {
        display: none;
    }
}

@media (max-width: 400px) {
    .top-bar-mobile-left,
    .top-bar-mobile-right {
        margin-top: 60px;
    }
}

.top-bar-mobile-left + .top-bar-mobile-right {
    margin-top: 0;
}

nav.site-navigation .current-menu-ancestor > a,
nav.site-navigation .current-menu-item > a {
    background: none !important;
    color: #FF6249 !important;
    cursor: pointer;
}

ul.main-menu > .current-menu-item > a,
ul.main-menu > .current-menu-ancestor > a {
    color: #FF6249 !important;
    cursor: pointer;
}

h1 {
    font-family: 'GalanoGrotesqueSemiBold' !important;
}

h2,
h3,
h4,
h5,
h6 {
    font-family: 'GalanoGrotesqueSemiBold' !important;
    margin-top: 0;
}

header a:focus {
    color: #275796;
    outline: none;
}

/* ## Header Style 4 */
header.style-4 .above-nav-bar {
    margin-bottom: 17px;
}

@media (min-width: 1200px) {
    header.site-header.style-4 nav.site-navigation ul.main-menu > li > a {
        padding-left: 20px;
        padding-right: 20px;
    }

    header.site-header.style-4 nav.site-navigation ul.main-menu > li:last-child a {
        padding-right: 0;
    }
}

/* ## Vertical Header */
@media (min-width: 1200px) {
    body.vertical-menu .site-footer,
    body.vertical-menu .site-main,
    body.vertical-menu .top-bar {
        margin-left: 380px;
    }

    .site-header.vertical {
        background: #fff;
        bottom: 0;
        box-shadow: 1px 0 4px rgba(0, 0, 0, 0.15);
        left: 0;
        position: fixed;
        top: 0;
        width: 380px;
    }

    .site-header.vertical .menu-item > a {
        display: block;
    }

    .site-header.vertical .site-navigation .main-menu ul li a:focus,
    .site-header.vertical .site-navigation .main-menu ul li a:hover {
        color: #fff;
    }

    .site-header.vertical .header-wrap {
        width: 380px;
    }

    .site-header.vertical .logo.relative {
        display: block;
        margin: 60px 60px 0;
        position: relative;
        text-align: center;
        transform: translateY(0);
        width: auto;
    }

    .site-header.vertical .above-nav-bar {
        border-bottom: 0;
        margin-bottom: 60px;
        margin-top: 60px;
    }

    .site-header.vertical .above-nav-bar > ul {
        display: block;
        margin-left: 0;
        padding: 0;
        text-align: center;
    }

    .site-header.vertical .above-nav-bar > ul.contact-info {
        text-align: center;
    }

    .site-header.vertical .above-nav-bar > ul.contact-info > li {
        clear: both;
        display: block;
        margin: auto;
        margin-bottom: 20px;
        width: 175px;
    }

    .site-header.vertical .above-nav-bar > ul.contact-info > li a {
        font-size: 12px;
    }

    .site-header.vertical .above-nav-bar > ul.contact-info > li a:focus, .site-header.vertical .above-nav-bar > ul.contact-info > li a:hover {
        color: #400186;
    }

    .site-header.vertical .above-nav-bar > ul.contact-info.transparent li::before {
        border-right-color: rgba(0, 0, 0, 0.15);
    }

    .site-header.vertical .above-nav-bar > ul.social li {
        margin: 0 6px 6px;
    }

    .site-header.vertical .above-nav-bar > ul.social li a {
        background: transparent;
        border: 1px solid rgba(0, 0, 0, 0.15);
        font-size: 14px;
    }

    .site-header.vertical .above-nav-bar > ul.social li a:hover i {
        color: #400186;
    }

    .site-header.vertical .above-nav-bar > ul * {
        border-color: rgba(0, 0, 0, 0.15);
        color: #8c8c8c;
    }

    .site-header.vertical .main-menu > li:not(.mini-cart) {
        border-bottom: 1px solid #ececec;
        display: block;
        float: none;
        line-height: 49px;
        margin: auto;
        text-align: center;
        width: 195px;
    }

    .site-header.vertical .main-menu > li:not(.mini-cart):last-child {
        border-bottom: none;
    }

    .site-header.vertical .main-menu > li:not(.mini-cart) a {
        color: #000;
        line-height: 29px;
        padding: 10px 20px;
    }

    .site-header.vertical .main-menu > li:not(.mini-cart) > ul {
        left: 100%;
        line-height: 50px;
        top: 0;
    }

    .site-header.vertical .main-menu > li:not(.mini-cart):hover > a {
        color: #400186;
    }

    .site-header.vertical .main-menu > li:not(.mini-cart):hover ul {
        box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.2);
    }

    .site-header.vertical .main-menu > li:not(.mini-cart).current-menu-item > a {
        color: #400186;
    }

    .site-header.vertical .main-menu > li:not(.mini-cart).search {
        width: 100%;
    }

    .site-header.vertical .main-menu .sub-menu li a {
        line-height: 30px;
    }

    .site-header.vertical .main-menu .sub-menu > li {
        margin-top: -2px;
    }
}

@media (max-width: 1199px) {
    .site-header.vertical {
        background: #fff;
        border: none;
        box-shadow: 0 1px 2px 1px rgba(0, 0, 0, 0.12);
    }

    .site-header.vertical .logo {
        display: inline-block;
        margin: 20px;
    }

    .site-header.vertical .site-navigation {
        display: inline-block;
        float: right;
        margin: 20px;
        min-height: 36px;
        position: absolute;
    }

    .site-header.vertical .site-navigation .burger {
        background: #fff;
        border-color: #000;
    }

    .site-header.vertical .site-navigation .burger span {
        background: #000;
    }
}

/* ## Megamenu */
@media (min-width: 1200px) {
    .megamenu-wrapper {
        position: static !important;
    }

    header.site-header nav.site-navigation .main-menu > li:hover .megamenu {
        display: block !important;
        opacity: 1;
    }

    header.site-header nav.site-navigation .main-menu .megamenu {
        background-color: #fff;
        border-top: 1px solid #eff0f0;
        box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1);
        display: none !important;
        font-size: 12px;
        left: 0;
        margin-top: 1px;
        opacity: 0;
        overflow: hidden;
        position: absolute;
        right: 0;
        top: 100%;
        width: 100%;
    }

    header.site-header nav.site-navigation .main-menu .megamenu > *:first-of-type {
        padding-left: 0;
    }

    header.site-header nav.site-navigation .main-menu .megamenu > *:first-of-type li {
        padding-left: 29px;
    }

    header.site-header nav.site-navigation .main-menu .megamenu > *:last-of-type {
        padding-right: 0;
    }

    header.site-header nav.site-navigation .main-menu .megamenu > *:last-of-type li {
        padding-right: 29px;
    }

    header.site-header nav.site-navigation .main-menu .megamenu > *:not(:last-of-type)::after {
        background-color: #ececec;
        content: "";
        height: 700px;
        margin-top: -350px;
        position: absolute;
        right: 0;
        top: 0;
        width: 1px;
    }

    header.site-header nav.site-navigation .main-menu .megamenu ul {
        padding: 0;
        text-align: left;
    }

    header.site-header nav.site-navigation .main-menu .megamenu ul li {
        padding: 7px 15px;
        width: 100%;
    }

    header.site-header nav.site-navigation .main-menu .megamenu ul li:not(:last-of-type) {
        border-bottom: 1px solid #ececec;
    }

    header.site-header nav.site-navigation .main-menu .megamenu ul li > * {
        display: inline-block;
        font-size: inherit;
        padding: 5px;
    }

    header.site-header nav.site-navigation .main-menu .megamenu ul li a:not(.megamenu-title) {
        color: #8c8c8c;
        text-transform: none;
    }

    header.site-header nav.site-navigation .main-menu .megamenu ul li a:not(.megamenu-title):focus, header.site-header nav.site-navigation .main-menu .megamenu ul li a:not(.megamenu-title):hover {
        color: #400186;
    }
}

.megamenu-title {
    color: #400186;
    display: inline-block;
    padding-bottom: 15px;
    text-transform: none;
    transition: 0.2s opacity;
}

.megamenu-title:hover, .megamenu-title:focus {
    opacity: 0.7;
}

@media (max-width: 1199px) {
    .megamenu {
        width: 100% !important;
    }

    .megamenu > * {
        padding: 0;
    }

    .megamenu > * + * {
        margin-top: 15px;
    }

    .megamenu > *:last-of-type {
        border-bottom: none !important;
    }
}

/* ## Wordpress specific styles for widgets in header */
.ghost-nav-wrap.site-navigation .contact-info li,
.site-header.transparent .contact-info li {
    border: 1px solid rgba(255, 255, 255, 0.2);
    color: #fff;
}

.ghost-nav-wrap.site-navigation .contact-info li *,
.site-header.transparent .contact-info li * {
    color: #fff;
}

.ghost-nav-wrap.site-navigation .contact-info li::before,
.site-header.transparent .contact-info li::before {
    border-color: rgba(255, 255, 255, 0.2);
}

.ghost-nav-wrap.site-navigation .contact-info li a:hover,
.site-header.transparent .contact-info li a:hover {
    color: #400186;
}

.ghost-nav-wrap.site-navigation ul.social > li > a,
.site-header.transparent ul.social > li > a {
    background: transparent;
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.site-header.classic .above-nav-bar .contact-info li {
    border: 1px solid #d9d9d9;
    color: #8c8c8c;
    margin-left: 10px;
}

.site-header.classic .above-nav-bar .contact-info li * {
    color: #8c8c8c;
}

.site-header.classic .above-nav-bar .contact-info li::before {
    border-color: #d9d9d9;
}

.site-header.classic .above-nav-bar .contact-info li a:hover {
    color: #400186;
}

.site-header.classic .above-nav-bar ul.social > li > a {
    background: transparent;
    border: 1px solid #d9d9d9;
}

.site-header.classic .above-nav-bar ul.social > li > a:hover {
    border: 1px solid #d9d9d9;
}

.site-header.classic .above-nav-bar .widget {
    color: #8c8c8c;
    display: inline-block;
    float: none;
    margin-left: 10px;
}

/* ## Transparent Header */
.site-header.transparent .widget {
    color: #fff;
    display: inline-block;
    float: none;
    margin-left: 7px;
}

.site-header.transparent .above-nav-bar ul > li:not(:first-child) {
    margin-left: 7px;
}

.site-header.transparent.sticky .burger {
    border: 1px solid #000;
}

.site-header.transparent.sticky .burger span {
    background: #000;
}

/* ## Vertical Header */
.site-header.vertical .main-menu > li.menu-search .menu-search-toggle {
    padding-left: 0;
}

.site-header.vertical ul {
    padding-left: 0;
    text-align: center;
}

.site-header.vertical .menu-search-form {
    left: 50%;
    margin-left: -100px;
    right: auto;
    width: 200px;
    z-index: 999;
}

.site-header.vertical .menu-search-form form {
    padding: 0 7px;
}

.site-header.vertical .menu-search-form .menu-search-field {
    line-height: 24px;
    width: 100%;
}

.site-header.vertical .menu-search-form::before {
    left: 49%;
    right: auto;
}

.site-header.vertical .contact-info {
    text-align: center;
}

.site-header.vertical .contact-info li {
    border: 1px solid #d9d9d9;
    color: #8c8c8c;
    display: table;
    margin: 20px auto;
    margin-left: 0;
    min-width: 175px;
    text-align: center;
}

.site-header.vertical .contact-info li * {
    color: #8c8c8c;
}

.site-header.vertical .contact-info li::before {
    border-color: #d9d9d9;
}

.site-header.vertical .contact-info li a:hover {
    color: #400186;
}

.site-header.vertical .social {
    display: block;
}

.site-header.vertical .social li a {
    background: transparent;
    border: 1px solid #d9d9d9;
    color: #8c8c8c;
}

.site-header.vertical .social li a:hover, .site-header.vertical .social li a:focus {
    color: #400186;
}

.site-header.vertical .social li + li {
    margin-left: 15px;
}

.site-header.vertical .textwidget {
    margin: 10px 0;
    text-align: center;
}

/* ## Full Width Header */
@media (max-width: 1199px) {
    .menu-button {
        border-radius: 3px;
        display: block;
        margin-left: 5px;
        margin-top: 30px;
        padding: 11px 18px;
        width: calc(100% - 5px);
    }
}

.full-width {
    background-color: #fff;
}

.full-width .menu-button {
    display: none;
}

.full-width .site-navigation {
    right: 0;
}

@media (max-width: 1199px) {
    .full-width .mini-cart {
        right: 55px;
        top: 0;
    }
}

@media (min-width: 768px) and (max-width: 1199px) {
    .full-width {
        right: 15px;
    }
}

@media (min-width: 1200px) {
    .full-width .logo {
        position: absolute;
        top: 0;
        transform: none;
    }
}

@media (max-width: 1199px) {
    .full-width .preheader-wrap {
        height: 92px;
        position: relative;
    }

    .full-width .header-wrap {
        position: relative;
    }

    .full-width .site-navigation {
        position: absolute;
        top: -86px;
    }

    .full-width .burger {
        border-color: currentColor;
        color: #000;
    }

    .full-width .burger span {
        background-color: currentColor;
    }

    .full-width .logo {
        left: 15px;
        margin: 0;
        position: absolute;
        top: 50%;
        transform: translate3d(0, -50%, 0);
    }
}

@media (min-width: 1200px) {
    .full-width .preheader-wrap {
        height: 144px;
    }

    .full-width .header-wrap.center .main-menu {
        text-align: center;
    }

    .full-width .header-wrap:not(.center) .mobile-wrap {
        float: left;
    }

    .full-width .header-wrap.right .mobile-wrap {
        float: right;
    }

    .full-width .header-wrap.sticky {
        left: 0;
        position: fixed;
        top: 0;
        transform: translateZ(0);
        width: 100%;
        z-index: 99;
    }

    .full-width.full-width-has-cart .large-above-menu:not(.style-2) {
        padding-right: 94px;
    }

    .full-width .menu-button {
        align-items: center;
        display: flex;
        font-size: 14px;
        height: 100%;
        padding: 0 24px;
        position: absolute;
        right: 0;
        text-transform: none;
        top: 0;
    }

    .full-width .menu-button i {
        margin-right: 10px;
    }

    .full-width .logo {
        background-color: currentColor;
        color: transparent;
        display: table;
        height: 100%;
    }

    .full-width .logo::before {
        background-color: currentColor;
        content: "";
        height: 100%;
        position: absolute;
        right: 100%;
        top: 0;
        width: 1200px;
    }

    .full-width .logo::after {
        border-left: 0 solid currentColor;
        border-right: 120px solid transparent;
        border-top: 144px solid currentColor;
        content: "";
        height: 0;
        position: absolute;
        right: -120px;
        top: 0;
        width: 0;
    }

    .full-width .logo > a {
        display: table-row;
    }

    .full-width .large-above-menu,
    .full-width .logo-wrap {
        padding-bottom: 31px;
    }

    .full-width .logo-wrap {
        display: table-cell;
        height: 100%;
        position: relative;
        vertical-align: middle;
        z-index: 9;
    }

    .full-width nav.site-navigation {
        left: 15px;
        margin: 0;
        position: absolute;
        right: 15px;
        top: -35px;
    }

    .full-width nav.site-navigation .main-menu {
        margin: 0;
        padding: 0 20px;
        text-align: left;
    }

    .full-width nav.site-navigation .main-menu li {
        min-height: auto;
    }

    .full-width nav.site-navigation .main-menu > li > a {
        display: block;
        font-size: 14px;
        padding: 24px 21px;
    }

    .full-width .sticky nav.site-navigation {
        top: 0;
    }
}

.menu-notice {
    padding: 24px 21px;
    text-transform: none;
}

@media (min-width: 1200px) {
    .full-width:not(.above-nav-style-2) .mini-cart {
        float: none;
        position: absolute;
        right: 0;
        top: -85px;
    }

    .full-width:not(.above-nav-style-2) .mini-cart-link i {
        font-size: 21px;
    }

    .full-width:not(.above-nav-style-2) .mini-cart-link {
        background: none;
        border: 1px solid #e5e5e5;
        border-radius: 4px;
        height: 64px;
        width: 64px;
    }

    .full-width:not(.above-nav-style-2) .mini-cart-number {
        bottom: 50px;
        left: 50px;
    }
}

@media (min-width: 1200px) {
    .menu-search-toggle {
        padding-left: 15px;
    }
}

.ghost-nav-wrap.site-navigation .widget,
.ghost-nav-wrap.site-navigation .widget > ul > li {
    margin-bottom: 14px;
    margin-left: 0;
}

.ghost-nav-wrap.site-navigation .widget {
    color: #898989;
    display: block;
    margin-left: 5px;
}

.ghost-nav-wrap.site-navigation ul.social > li:not(:first-child) {
    margin-left: 5px;
}

.ghost-nav-wrap.site-navigation ul.social > li a:not(:hover) {
    color: #898989;
}

.ghost-nav-wrap.site-navigation ul.social > li a:hover {
    color: #400186;
}

@media (min-width: 1000px) {
    .top-bar > .container .col-md-6 + .col-md-6 {
        text-align: right;
    }

    .top-bar .contact-info .important:not(:last-child) {
        margin-right: 7px;
    }

    .top-bar .contact-info br {
        display: none;
    }
}

@media (max-width: 999px) {
    .top-bar > .container .col-md-6 {
        text-align: center;
    }

    .top-bar > .container .col-md-6 + .col-md-6 {
        margin-top: 0;
    }

    .top-bar > .container .col-md-6 .textwidget,
    .top-bar > .container .col-md-6 .widget {
        display: block;
        margin-left: 0;
        text-align: center;
    }

    .top-bar > .container .col-md-6 .contact-info {
        height: auto;
    }

    .top-bar > .container .col-md-6 .contact-info li {
        margin-left: 20px;
    }
}

/* ## Large Above Menu */
@media (max-width: 1199px) {
    .site-header .large-above-menu {
        display: none;
    }
}

@media (max-width: 400px) {
    .burger + .large-above-menu {
        margin-top: 55px;
    }
}

@media (min-width: 1200px) {
    .large-above-menu {
        display: table;
        float: right;
        height: 100%;
    }

    .large-above-menu > * {
        display: table-cell;
        padding-left: 30px;
        vertical-align: middle;
    }
}

.large-above-menu .widget-title {
    display: none;
}

.large-above-menu.large-above-menu-right {
    margin-top: 23px;
}

@media (max-width: 1199px) {
    .site-header-logo-center .main-menu,
    .site-header-logo-center .site-search {
        display: none;
    }
}

@media (min-width: 1200px) {
    .site-header-logo-center .header-wrap {
        display: table;
        padding: 10px 0;
        width: 100%;
    }

    .site-header-logo-center .logo {
        position: static;
        transform: none;
        text-align: center;
        padding: 0 50px;
        width: 0;
    }

    .site-header-logo-center .logo img {
        max-width: none !important;
    }

    .site-header-logo-center .main-menu {
        margin: 0 !important;
    }

    .site-header-logo-center .site-navigation {
        margin: 0 !important;
        padding: 0 !important;
    }

    .site-header-logo-center .site-nav-wrap {
        width: 50%;
    }

    .site-header-logo-center .logo, .site-header-logo-center .site-nav-wrap {
        display: table-cell;
        vertical-align: middle;
    }

    nav.site-navigation ul li {
        min-height: 0;
    }

    .site-navigation-left {
        float: right;
    }

    .site-navigation-right {
        float: left;
    }
}

/* ## Heading in case of full-width header */
@media (min-width: 1200px) {
    .site-header.full-width + .site-main .page-header:not(.page-header-media) {
        padding: 90px 0 56px;
    }
}

@media (min-width: 1200px) {
    nav.site-navigation ul li.children-right > ul.sub-menu ul.sub-menu {
        left: -100%;
    }
}

/* # Helper and Basic classes */
::selection {
    background-color: #400186;
    color: #fff;
}

body {
    color: #333;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    line-height: 1.8;
}

a {
    color: #400186;
/*     font-weight: 700; */
}

a:not([class*=""]) {
    transition: background-color 0.2s, color 0.2s;
}

a > h1,
a > h3,
a > h4,
a > h5,
a > h6,
a > h2 {
    transition: 0.4s opacity;
}

a:focus, a:hover {
    color: #000;
    text-decoration: none;
}

a:focus > h1,
a:focus > h3,
a:focus > h4,
a:focus > h5,
a:focus > h6,
a:focus > h2, a:hover > h1,
a:hover > h3,
a:hover > h4,
a:hover > h5,
a:hover > h6,
a:hover > h2 {
    opacity: 0.7;
}

.w-255 {
    width: 255px;
}

.w-350 {
    width: 350px;
}

.margin-l-5 {
    margin-left: 5px;
}

.top-margin-70 {
    margin-top: 70px;
}

.top-margin-50 {
    margin-top: 50px;
}

.font-size-30 {
    font-size: 30px;
}

.no-border {
    border: none;
}

.clear {
    clear: both;
}

@media (max-width: 999px) {
    .no-margin-mobile {
        margin-top: 0 !important;
    }

    .no-padding-mobile .vc_column-inner {
        padding-top: 0 !important;
    }
}

label {
    cursor: pointer;
}

.searchandfilter select {
    border: 0;
    padding: 8px 15px;
    background-color: #f6f6f6;
    position: relative;
}

.select-wrapper {
    background-color: #fff;
    display: inline-block;
    position: relative;
}

.select-wrapper select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: none;
    border-radius: 3px;
    padding-right: 35px;
    position: relative;
    z-index: 1;
}

.select-wrapper::before {
    content: "";
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    pointer-events: none;
    position: absolute;
    right: 18px;
    top: 50%;
    transform: translateY(-50%);
}

/* ## Admin bar logo fix */
#wpadminbar {
    transition: transform 0.2s;
}

.show-menu #wpadminbar {
    transform: translateX(-290px);
}

.embed-responsive + .embed-responsive {
    margin-top: 47px;
}

@media (min-width: 1000px) {
    .embed-responsive + .embed-responsive {
        margin-top: 87px;
    }
}

.background-mask {
    color: #fff;
    position: relative;
}

.background-mask > * {
    position: relative;
    z-index: 2;
}

.search-notice {
    padding: 30px 0 !important;
}

.background-mask::before {
    background-color: #275796;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
}

.search-notice-title {
    color: #fff !important;
    font-size: 16px !important;
}

b {
    font-family: 'GalanoGrotesqueSemiBold' !important;
}

mark {
    background-color: #400186;
    color: #fff;
    padding: 0.1em 0.2em;
}

.dropcap {
    color: #000;
    float: left;
    font-size: 36px;
    line-height: 1em;
    margin-right: 8px;
}

em {
    color: #000;
}

.site-footer a,
.site-footer #menu-footer-menu li {
    z-index: 10;
}

.site-footer em {
    color: #fff;
}

p {
    margin-bottom: 30px;
}

p:last-child {
    margin-bottom: 0;
}

p + .panel-group {
    margin-top: 31px;
}

.error-page-sample {
    padding: 60px 0;
}

.h5,
.title.h5 {
    color: #000;
    font-weight: 700;
    font-size: 18px;
}

.rev_slider_wrapper {
    color: #fff;
    left: 0 !important;
    overflow: hidden;
}

.shadow {
    border: none;
    box-shadow: 0 1px 2px 1px rgba(0, 0, 0, 0.12);
}

[class*=col-] > *:first-child {
    margin-top: 0;
}

/* @media (max-width: 999px) {
  [class*=col-md-] + [class*=col-md-] {
    margin-top: 40px;
  }
} */
/* @media (max-width: 767px) {
  [class*=col-sm-] + [class*=col-sm-] {
    margin-top: 40px;
  }
} */
.important {
    color: #400186 !important;
}

h1,
h2 {
/*     font-weight: bold !important; */
    font-style: normal;
}

h3,
h4,
h5,
h6 {
/*     font-weight: 700 !important; */
    letter-spacing: -.5px;
}

img {
    height: auto;
    max-width: 100%;
}

.container {
    max-width: 100%;
    position: relative;
    z-index: 2;
}

.abs-bot-right {
    display: none;
    padding: 0 !important;
}

.abs-bot-right .container {
    z-index: 1;
}

.abs-bot-right img {
    bottom: 0;
    position: absolute;
    right: -190px;
}

@media (min-width: 1000px) {
    .abs-bot-right {
        display: block;
    }
}

/* ## Section Spacing */
.section {
    background-repeat: no-repeat;
    padding-bottom: 40px;
    padding-top: 40px;
}

@media (min-width: 1000px) {
    .section {
        padding-bottom: 60px;
        padding-top: 60px;
    }

    .section.padding-after {
        padding-bottom: 35px;
        padding-top: 0;
    }
}

/* ## Backgrounds */
.bg-primary {
    background-color: #400186;
}

.bg-gray {
    background-color: #f8f9f9;
}

.bg-dark {
    background-color: #252525;
}

.bg-dark * {
    color: rgba(255, 255, 255, 0.4);
}

.bg-dark h1,
.bg-dark h2,
.bg-dark h3,
.bg-dark h4,
.bg-dark h5,
.bg-dark h6 {
    color: #fff;
}

.bg-dark .title::before {
    background-color: rgba(255, 255, 255, 0.1);
}

body .background-image-center {
    background-position: bottom center;
    background-repeat: no-repeat;
}

@media (max-width: 999px) {
    body .background-image-center {
        background-image: none !important;
    }
}

body .background-image-left {
    background-origin: content-box;
    background-position: bottom -35px left 0;
    background-repeat: no-repeat;
}

@media (max-width: 999px) {
    body .background-image-left {
        background-image: none !important;
    }
}

body .background-image-right {
    background-origin: content-box;
    background-position: bottom -35px right 0;
    background-repeat: no-repeat;
}

@media (max-width: 999px) {
    body .background-image-right {
        background-image: none !important;
    }
}

/* # Site Footer */
.site-footer {
    color: #fff;
    padding-top: 38px;
}

.site-footer .flex-container {
    webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
    padding-top: 140px;
    min-height: 300px;
}

.site-footer .flex-container .col-md-3,
.site-footer .flex-container .col-md-4 {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

@media (max-width: 991px) {
    .site-footer .flex-container {
        webkit-transform-style: flat;
        -moz-transform-style: flat;
        transform-style: flat;
        padding-top: 0px;
        min-height: none;
    }

    .site-footer .flex-container .col-md-3,
    .site-footer .flex-container .col-md-4 {
        position: relative;
        margin-top: 35px !important;
        top: 0%;
        transform: translateY(0%);
    }
}

.site-footer p + p {
    margin-top: 0;
}

@media (min-width: 1000px) {
    .fixed-footer .site-footer {
        bottom: 0;
        left: 0;
        position: fixed;
        width: 100%;
    }
}

@media (min-width: 1000px) {
    .site-footer {
        padding-top: 140px;
        padding-bottom: 0px;
    }
}

.site-footer > .container {
    padding-bottom: 0;
}

@media (min-width: 1000px) {
    .site-footer > .container {
        padding-bottom: 0;
    }
}

.site-footer .widget-title {
    color: #fff;
    font-size: 20px !important;
    margin: 0 0 18px;
    font-family: 'GalanoGrotesqueRegular' !important;
    padding-bottom: 16px;
    position: relative;
}

.site-footer .col-md-3 .widget {
    margin-bottom: 50px;
}


.site-footer .widget + .widget {
    margin-top: 16px;
}

@media (max-width: 600px) {
    .site-footer .col-xs-6 {
        width: 100%;
    }
}

@media (min-width: 601px) and (max-width: 999px) {
    .site-footer .col-xs-6:nth-child(2n+1) {
        clear: left;
    }

    .site-footer .col-xs-6:nth-child(1),
    .site-footer .col-xs-6:nth-child(2) {
        margin-top: 0 !important;
    }
}

@media (max-width: 999px) {
    .site-footer [class*=col-md] + [class*=col-md] {
        margin-top: 25px;
    }
}

.site-footer a:not(.btn) {
    color: inherit;
}

.site-footer a:not(.btn):focus, .site-footer a:not(.btn):hover {
    color: #fff;
}

.site-footer ul {
    list-style: none;
    margin-bottom: 0;
    padding-left: 0;
}

.site-footer-modern .widget-title::after {
    height: 2px;
    width: 43px;
}

.site-footer-modern .widget_nav_menu a {
    padding: 0;
}

/* .site-footer-default .widget-title {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
} */
.site-footer-default .widget-title::after {
    height: 3px;
    width: 73px;
}

/* .site-footer-modern .copyright-footer {
    font-weight: bold;
}
 */
.copyright-footer > .container {
    position: relative;
}

.site-footer-default .copyright-footer > .container {
    padding-bottom: 25px;
    padding-top: 25px;
}

.site-footer-modern .copyright-footer > .container {
    padding-bottom: 11px;
    padding-top: 11px;
}

.copyright-footer .widget_text {
    margin-top: 7px;
}

.copyright-footer .widget-title {
    display: none;
}

.copyright-footer p {
    margin-bottom: 0;
}


.copyright-footer ul {
    list-style: none;
    padding-left: 0;
}

@media (max-width: 999px) {
    .copyright-footer {
        text-align: center;
    }

    .copyright-footer .text-right,
    .copyright-footer .text-left {
        text-align: center;
    }

    .copyright-footer [class*=col-md] + [class*=col-md] {
        margin-top: 15px;
    }
}

.nav-links {
    margin-bottom: 45px;
}

.nav-links > *:not(.dots) {
    background-color: #F1F1F1 !important;
    border-radius: 3px;
    color: #000 !important;
    padding: 6px;
    width: 42px;
}

.nav-links > *:not(.dots).current, .nav-links > *:not(.dots):focus, .nav-links > *:not(.dots):hover {
    background-color: var(--twilight) !important;
    color: #fff !important;
}

.rev-subtitle,
.rev-title {
    color: #fff;
    font-weight: 700;
}

.rev-title {
    font-size: 72px;
}

.rev-subtitle {
    font-size: 18px;
}

/* ## Page Content & Sidebar Divider */
@media (max-width: 999px) {
    .sidebar-hide .sidebar {
        display: none;
    }

    .sidebar-after .content-container > .row {
        display: flex;
        flex-direction: column;
    }

    .sidebar-after .sidebar {
        order: 1;
    }

    .sidebar-after:not(.sidebar-hide) .page-content {
        padding-bottom: 0;
    }
}

.page-content,
.sidebar {
    margin-top: 0 !important;
    padding-bottom: 33px;
    padding-top: 33px;
    position: relative;
}

@media (min-width: 1000px) {
    .page-content::after,
    .page-content::before,
    .sidebar::after {
        background-color: #e1e2e2;
        content: "";
        height: 100%;
        position: absolute;
        top: 0;
        width: 1px;
    }

    .sidebar + .page-content::after {
        left: -16px;
    }

    .sidebar::after {
        right: 15px;
    }

    .page-content + .sidebar::after {
        left: 15px;
    }

    .page-content:not(.col-md-6)::before {
        display: none;
    }

    .page-content.col-md-6::before {
        right: -16px;
    }

    .page-content::after {
        right: -16px;
    }
}

/* ## Widgets */
/* ### Anps menu */
.anps_menu_widget .menu {
    list-style: none;
    padding: 0;
}

.anps_menu_widget .menu li {
    margin-bottom: 17px;
}

.anps_menu_widget .menu li.current-page a {
    color: #fff;
    cursor: default;
}

.anps_menu_widget .menu a {
    padding-left: 14px;
    position: relative;
}

.anps_menu_widget .menu a::before {
    content: "";
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    font-size: 14px;
    left: 0;
    position: absolute;
}

/* ### Contact Number Widget */
.contact-number {
    border-radius: 3px;
    line-height: 1em;
    min-height: 64px;
    padding: 15px 27px;
    text-align: center;
    text-transform: none;
}

.contact-number > * {
    display: block;
}

.contact-number > * + * {
    margin-top: 5px;
}

.contact-number-number {
    font-size: 15px;
}

.vertical-menu .contact-number {
    margin: 0 auto;
    max-width: 181px;
}

/* ### Sidebar Widgets */
.sidebar {
    /* Menu */
}

.sidebar .widget + .widget {
    margin-top: 40px;
}

.sidebar a {
    color: #898989;
}

.sidebar a:focus, .sidebar a:hover {
    color: #ffcc43;
}

.sidebar .widget-title {
    font-size: 16px;
    margin: 0 0 24px;
}

.sidebar .menu,
.sidebar .sub-menu,
.sidebar .woocommerce-MyAccount-navigation ul {
    list-style: none;
    margin-left: 0;
    padding: 0;
}

.sidebar .sub-menu {
    display: none;
}

.sidebar .sub-menu a {
    padding: 11px 0;
}

.sidebar .current-menu-item > .sub-menu,
.sidebar .current-menu-ancestor > .sub-menu {
    display: block;
}

.sidebar .anps_menu_widget .menu {
    overflow: hidden;
    position: relative;
}

.sidebar .anps_menu_widget .menu a {
    position: relative;
}

.sidebar .anps_menu_widget .menu .current-menu-item > a {
    cursor: default;
    margin: -1px 0;
    position: relative;
    z-index: 1;
}

.sidebar .anps_menu_widget .menu .current-menu-item > a::after {
    content: "";
    height: 100%;
    left: auto;
    right: 100%;
    top: 0;
    width: 1000px;
}

.sidebar .sub-menu a {
    padding-left: 40px;
    padding-right: 40px;
}

.sidebar .sub-menu .sub-menu a {
    padding-left: 50px;
    padding-right: 50px;
}

.sidebar .sub-menu .sub-menu .sub-menu a {
    padding-left: 60px;
    padding-right: 60px;
}

.sidebar-left {
    /* Remove spacing (full width elements) */
}

@media (min-width: 1000px) {
    .sidebar-left .widget,
    .sidebar-left .woocommerce-MyAccount-navigation {
        padding-right: 30px;
    }
}

@media (min-width: 1000px) {
    .sidebar-left .widget_nav_menu,
    .sidebar-left .woocommerce-MyAccount-navigation {
        margin-right: -30px;
    }
}

.sidebar-left .widget_nav_menu .menu > li > a,
.sidebar-left .woocommerce-MyAccount-navigation a {
    padding-right: 30px;
}

.sidebar-left .widget_nav_menu .menu > li > a,
.sidebar-left .woocommerce-MyAccount-navigation a {
    padding-left: 30px;
}

.sidebar-right {
    /* Remove spacing (full width elements) */
}

@media (min-width: 1000px) {
    .sidebar-right .widget,
    .sidebar-right .woocommerce-MyAccount-navigation {
        padding-left: 30px;
    }
}

@media (min-width: 1000px) {
    .sidebar-right .widget_nav_menu,
    .sidebar-right .woocommerce-MyAccount-navigation {
        margin-left: -30px;
    }
}

.sidebar-right .widget_nav_menu .menu > li > a,
.sidebar-right .widget_nav_menu .widget-title,
.sidebar-right .woocommerce-MyAccount-navigation a {
    padding-left: 30px;
}

/* ### Recent News Widget */
.anps-recent-posts ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.anps-recent-posts li {
    display: table;
    height: 62px;
    line-height: 1em;
    padding-left: 92px;
    padding-right: 15px;
    position: relative;
    width: 100%;
}

.anps-recent-posts li + li {
    margin-top: 18px;
}

.anps-recent-posts a {
    display: table-cell;
    vertical-align: middle;
}

.anps-recent-posts img {
    left: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.anps-recent-posts span {
    display: block;
    font-size: 12px;
    padding: 15px 0;
    text-transform: none;
}

.sidebar .anps-recent-posts li {
    background-color: #f7f7f7;
}

.sidebar .anps-recent-posts span {
    color: #5b5b5b;
}

.site {
    overflow: hidden;
}

.site-main {
    background-color: #fff;
    position: relative;
    z-index: 3;
}

body.home .site-main {
    margin-top: -110px;
}

@media (max-width: 999px) {
    .fixed-footer .site-main {
        margin-bottom: 0 !important;
    }
}

/* ## WordPress Widgets */
/* Widget title for VC widgets */
.widgettitle {
    font-size: 24px;
    margin: 0 0 24px;
    position: relative;
    margin-bottom: 35px !important;
}

.widgettitle:after {
    display: none;
}

.widget_archive,
.widget_categories,
.widget_layered_nav,
.widget_meta,
.widget_pages,
.widget_product_categories,
.widget_recent_comments,
.widget_recent_entries {
    /* Children */
}

.widget_archive ul,
.widget_categories ul,
.widget_layered_nav ul,
.widget_meta ul,
.widget_pages ul,
.widget_product_categories ul,
.widget_recent_comments ul,
.widget_recent_entries ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.widget_archive li,
.widget_categories li,
.widget_layered_nav li,
.widget_meta li,
.widget_pages li,
.widget_product_categories li,
.widget_recent_comments li,
.widget_recent_entries li {
    border-bottom: 1px solid #e5e5e5;
    padding: 9px 0;
}

.site-footer .widget_archive li,
.site-footer .widget_categories li,
.site-footer .widget_layered_nav li,
.site-footer .widget_meta li,
.site-footer .widget_pages li,
.site-footer .widget_product_categories li,
.site-footer .widget_recent_comments li,
.site-footer .widget_recent_entries li {
    border-bottom: 1px solid #2e2e2e;
}

.widget_archive li:first-of-type,
.widget_categories li:first-of-type,
.widget_layered_nav li:first-of-type,
.widget_meta li:first-of-type,
.widget_pages li:first-of-type,
.widget_product_categories li:first-of-type,
.widget_recent_comments li:first-of-type,
.widget_recent_entries li:first-of-type {
    padding-top: 0;
}

.widget_archive li:last-of-type,
.widget_categories li:last-of-type,
.widget_layered_nav li:last-of-type,
.widget_meta li:last-of-type,
.widget_pages li:last-of-type,
.widget_product_categories li:last-of-type,
.widget_recent_comments li:last-of-type,
.widget_recent_entries li:last-of-type {
    border-bottom: none;
}

.widget_archive a,
.widget_categories a,
.widget_layered_nav a,
.widget_meta a,
.widget_pages a,
.widget_product_categories a,
.widget_recent_comments a,
.widget_recent_entries a {
    display: inline-block;
    padding: 5px 0;
}

.widget_archive .children,
.widget_categories .children,
.widget_layered_nav .children,
.widget_meta .children,
.widget_pages .children,
.widget_product_categories .children,
.widget_recent_comments .children,
.widget_recent_entries .children {
    border-top: 1px solid #e5e5e5;
    margin-bottom: -9px;
    margin-top: 9px;
    padding-left: 15px;
}

.site-footer .widget_archive .children,
.site-footer .widget_categories .children,
.site-footer .widget_layered_nav .children,
.site-footer .widget_meta .children,
.site-footer .widget_pages .children,
.site-footer .widget_product_categories .children,
.site-footer .widget_recent_comments .children,
.site-footer .widget_recent_entries .children {
    border-top: 1px solid #2e2e2e;
}

.widget_archive .children li:first-of-type,
.widget_categories .children li:first-of-type,
.widget_layered_nav .children li:first-of-type,
.widget_meta .children li:first-of-type,
.widget_pages .children li:first-of-type,
.widget_product_categories .children li:first-of-type,
.widget_recent_comments .children li:first-of-type,
.widget_recent_entries .children li:first-of-type {
    padding-top: 9px;
}

.widget_archive .children li:last-of-type,
.widget_categories .children li:last-of-type,
.widget_layered_nav .children li:last-of-type,
.widget_meta .children li:last-of-type,
.widget_pages .children li:last-of-type,
.widget_product_categories .children li:last-of-type,
.widget_recent_comments .children li:last-of-type,
.widget_recent_entries .children li:last-of-type {
    padding-bottom: none;
}

/* Widgets Spacing Fix */
.site-footer .widget ul {
    padding-bottom: 11px !important;
}

.site-footer .widget ul li:first-child,
.site-footer .widget ul li:first-child a {
    padding-top: 0;
}

.site-footer .widget ul li:last-child,
.site-footer .widget ul li:last-child a {
    padding-bottom: 0;
}

.site-footer .widget ul li:last-child a:after {
    display: none;
}

.site-footer .widget select {
    margin-bottom: 15px;
}

.site-footer .widget_calendar {
    padding-bottom: 15px;
}

.site-footer .widget_search .searchform {
    padding-bottom: 15px;
}

.site-footer .widget .contact-info {
    padding-bottom: 15px;
}

.site-footer .widget_text .textwidget p img,
.site-footer .widget_text .textwidget .wp-caption.alignnone {
    margin: 10px 0 15px;
}

.site-footer .widget .menu {
    padding-bottom: 15px;
}

.site-footer .widget .menu .sub-menu .menu-item:first-child a {
    padding-top: 0;
}

.site-footer .widget .menu .sub-menu .menu-item:last-child a {
    padding-bottom: 0;
}

.site-footer .widget.anps_menu_widget .menu {
    padding-bottom: 0 !important;
}

.site-footer .widget_recent_entries li {
    border: none;
    padding: 7px 0;
}

.site-footer .widget_recent_entries a {
    transition: 0.2s opacity;
}

.site-footer .widget_recent_entries a:focus,
.site-footer .widget_recent_entries a:hover {
    opacity: 0.8;
}

.site-footer .widget_recent_entries .post-date {
    display: block;
    font-size: 12px;
    text-transform: none;
}

.site-footer .widget_recent_entries .post-date::before {
    content: "";
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    font-size: 14px;
    margin-right: 10px;
}

.tnp-widget {
    position: relative;
}

.tnp-widget label {
    display: none;
}

.tnp-field input:not(.tnp-submit) {
    border: none;
    padding: 10px 17px;
    width: 100%;
}

.sidebar .tnp-field input:not(.tnp-submit) {
    border: 1px solid #e7e7e7;
    border-radius: 5px;
}

.tnp-submit {
    border: none;
    overflow: hidden;
}

.tnp-multiple .tnp-submit {
    color: #fff;
    padding: 10px 17px;
    width: 100%;
}

.sidebar .tnp-multiple .tnp-submit {
    border-radius: 5px;
}

.tnp-multiple .tnp-field + .tnp-field {
    margin-top: 7px;
}

.tnp-single::after {
    color: #fff;
    content: "";
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    font-size: 16px;
    pointer-events: none;
    position: absolute;
    right: 0;
    text-align: center;
    top: 50%;
    transform: translateY(-50%);
    width: 58px;
}

.tnp-single .tnp-submit {
    height: 100%;
    position: absolute;
    right: 0;
    text-indent: -1000px;
    top: 0;
    width: 58px;
}

.sidebar .tnp-single .tnp-submit {
    border-radius: 0 5px 5px 0;
}

/* ### Classic WP menu */
.widget_nav_menu ul,
.woocommerce-MyAccount-navigation ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.site-footer .widget_nav_menu li a,
.site-footer .woocommerce-MyAccount-navigation li a {
/*     font-weight: bold; */
    margin-bottom: 0px !important;
    display: inline-block;
    padding-bottom: 0 !important;
}

.widget_nav_menu li:first-of-type:not(.current-menu-item),
.woocommerce-MyAccount-navigation li:first-of-type:not(.current-menu-item) {
    padding-top: 0;
}

.widget_nav_menu li:last-of-type,
.woocommerce-MyAccount-navigation li:last-of-type {
    border-bottom: none;
}

.widget_nav_menu div > ul > li:not(.current-menu-item):first-of-type > a,
.woocommerce-MyAccount-navigation div > ul > li:not(.current-menu-item):first-of-type > a {
    margin-top: 0;
    padding-top: 0;
}

.widget_nav_menu div > ul > li:last-of-type > a,
.widget_nav_menu div > ul > li:last-of-type > .sub-menu > li:last-of-type > a,
.woocommerce-MyAccount-navigation div > ul > li:last-of-type > a,
.woocommerce-MyAccount-navigation div > ul > li:last-of-type > .sub-menu > li:last-of-type > a {
    border-bottom: 0;
}

.widget_nav_menu div > ul > li:last-of-type > .sub-menu,
.woocommerce-MyAccount-navigation div > ul > li:last-of-type > .sub-menu {
    border-top: 1px solid #e5e5e5;
}


.widget_recent_entries .post-date::before {
    content: "/ ";
}

/* ### Anps Menu widget */
.anps_menu_widget ul li {
    display: inline-block;
    float: none;
    width: calc(50% - 2px);
}

.anps_menu_widget .sub-menu {
    display: none;
}

/* ### Search widget */
.searchform input[type=text] {
    background: none;
    border: 1px solid #e5e5e5;
    border-radius: 5px;
    padding: 10px 62px 10px 12px;
    width: 100%;
}

.site-footer .searchform input[type=text] {
    border: 1px solid #2e2e2e;
}

.searchform > div {
    position: relative;
}

.searchform > div::after {
    color: #7f7f7f;
    content: "";
    cursor: pointer;
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    pointer-events: none;
    position: absolute;
    right: 0;
    text-align: center;
    top: 50%;
    transform: translateY(-50%);
    width: 50px;
}

.searchform #searchsubmit {
    background: none;
    border: 1px solid #e5e5e5;
    border-radius: 0 5px 5px 0;
    border-style: none solid;
    bottom: 1px;
    position: absolute;
    right: 0;
    text-indent: -9999px;
    top: 1px;
    white-space: nowrap;
    width: 50px;
}

.site-footer .searchform #searchsubmit {
    border-color: #2e2e2e;
}

.searchform #searchsubmit:focus, .searchform #searchsubmit:hover {
    background-color: #f8f9f9;
}

.site-footer .searchform #searchsubmit:focus, .site-footer .searchform #searchsubmit:hover {
    background-color: #2e2e2e;
}

/* ### Pages widget */
.widget_pages > ul {
    overflow: hidden;
}

.widget_pages a {
    position: relative;
}

.widget_pages a::after {
    background-color: #e5e5e5;
    bottom: -10px;
    content: "";
    height: 1px;
    left: -500%;
    position: absolute;
    right: 0;
}

.site-footer .widget_pages a::after {
    background-color: #2e2e2e;
}

.widget_pages a::before {
    content: "";
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    margin-right: 8px;
}

/* ### RSS widget */
.widget_rss {
    /* Title */
    /* Content */
}

.widget_rss .widget-title:focus, .widget_rss .widget-title:hover {
    color: #898989;
}

.widget_rss .widget-title a {
    color: inherit;
}

.widget_rss .widget-title .rsswidget:first-of-type::before {
    content: "";
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
}

.widget_rss .widget-title .rsswidget:first-of-type img {
    display: none;
}

.widget_rss ul {
    list-style: none;
    padding: 0;
}

.widget_rss ul li + li {
    margin-top: 15px;
}

.widget_rss ul .rsswidget {
    color: #400186;
    text-transform: none;
}

.widget_rss ul .rss-date,
.widget_rss ul cite {
    color: #000;
    display: block;
    font-style: normal;
}

.site-footer .widget_rss ul .rss-date,
.site-footer .widget_rss ul cite {
    color: #fff;
}

/* ### Calendar widget */
@media (min-width: 1000px) {
    .sidebar .widget_calendar, .site-footer .widget_calendar {
        font-size: 12px;
    }
}

.widget_calendar caption,
.widget_calendar td,
.widget_calendar th {
    line-height: 30px;
    padding: 0;
    text-align: center;
    vertical-align: middle;
}

.widget_calendar th {
    background-color: #f5f5f5;
    color: #727272;
    font-weight: normal;
    position: relative;
}

.site-footer .widget_calendar th {
    background-color: #2e2e2e;
    color: #999;
}

.widget_calendar table a {
    display: block;
    background-color: #400186;
    color: #fff;
}

.widget_calendar table a:focus, .widget_calendar table a:hover {
    background-color: #ffcc43;
    color: #fff;
}

.widget_calendar #today {
    color: #400186;
    font-weight: bold;
}

.widget_calendar caption {
    background-color: #400186;
    color: #fff;
    position: relative;
    z-index: 1;
}

.widget_calendar .calendar_wrap {
    overflow: hidden;
}

.widget_calendar table {
    border: 1px solid #e5e5e5;
    border-collapse: collapse;
    width: 100%;
}

.site-footer .widget_calendar table {
    border-color: #2e2e2e;
}

.widget_calendar tfoot {
    display: none;
}

.widget_calendar table td,
.widget_calendar table th {
    border: 1px solid #e5e5e5;
}

.site-footer .widget_calendar table td,
.site-footer .widget_calendar table th {
    border: 1px solid #2e2e2e;
}

.widget_calendar table tr:first-child th {
    border-top: 0;
}

.widget_calendar table tr:last-child td {
    border-bottom: 0;
}

.widget_calendar table tr td:first-child,
.widget_calendar table tr th:first-child {
    border-left: 0;
}

.widget_calendar table tr td:last-child,
.widget_calendar table tr th:last-child {
    border-right: 0;
}

/* # Revolution Slider Navigation */
.tparrows.custom {
    background-color: #fff;
    border-radius: 3px;
    bottom: 40px !important;
    color: #005746;
    height: 40px;
    left: 50% !important;
    top: auto !important;
    transform: none !important;
    width: 40px;
}

@media (min-width: 1000px) {
    .tparrows.custom {
        left: auto !important;
        right: 40px;
    }
}

@media (min-width: 1200px) {
    .tparrows.custom {
        bottom: 160px !important;
        left: 0 !important;
        right: auto;
    }
}

.tparrows.custom:focus, .tparrows.custom:hover {
    color: #fff !important;
}

.tparrows.custom::before {
    color: inherit;
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    font-size: 15px;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
}

.tparrows.custom.tp-leftarrow::before {
    content: "";
}

.tparrows.custom.tp-rightarrow::before {
    content: "";
}

/* # Custom Paddings (helper classes) */
.no-bottom-padding {
    padding-bottom: 0 !important;
}

@media (min-width: 1000px) {
    .no-bottom-padding-md {
        padding-bottom: 0 !important;
    }
}

@media (min-width: 1200px) {
    .no-bottom-padding-lg {
        padding-bottom: 0 !important;
    }
}

.no-top-padding {
    padding-top: 0 !important;
}

.no-padding {
    padding-bottom: 0 !important;
    padding-top: 0 !important;
}

@media (min-width: 1000px) {
    .padding-small {
        padding: 50px 0;
    }

    .padding-top-small {
        padding-top: 30px;
    }

    .padding-bottom-small {
        padding-top: 30px;
    }

    .padding-bottom-big {
        padding-bottom: 60px;
    }

    .padding-bottom-xl {
        padding-bottom: 100px;
    }

    .title.margin-bottom-small {
        margin-bottom: 40px;
    }
}

/* Set padding on spans with background color */
.wpb_content_element span[style*=background-color] {
    padding-left: 5px;
    padding-right: 5px;
}

body.footer-spacing-off .content-container > .row > *.col-md-12 {
    padding-bottom: 0;
}

body.footer-spacing-off .content-container > .row > *.col-md-12 .vc_row:last-child {
    margin-bottom: 0;
}

body.header-spacing-off .content-container > .row > *.col-md-12 {
    padding-top: 0;
}

/* Owl Slider Chrome issue */
.owl-stage {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    will-change: transform;
}

.owl-item {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    perspective: 1000;
    transform: translateZ(0);
}

/* Menu search */
.menu-search {
    display: none !important;
    position: relative;
}

@media (min-width: 1200px) {
    .menu-search {
        display: inline-block !important;
    }
}

.menu-search-toggle {
    background: none;
    border: none;
    color: #000;
    padding: 0 0 0 10px;
    transition: 0.2s color;
}

.transparent .menu-search-toggle {
    color: #fff;
}

.menu-search-toggle:focus, .menu-search-toggle:hover {
    color: #400186;
    outline: none;
}

.menu-search-form {
    border-radius: 4px;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.14);
    margin-top: 5px;
    position: absolute;
    right: -15px;
    top: 100%;
}

.menu-search-form form {
    background-color: #fff;
    border-radius: inherit;
    padding: 7px 8px;
    position: relative;
    z-index: 2;
}

.menu-search-form::before {
    background-color: #fff;
    border: 5px solid inherit;
    border-bottom: 0;
    border-right: 0;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.14);
    content: "";
    height: 8px;
    position: absolute;
    right: 17px;
    top: -4px;
    transform: rotate(45deg);
    width: 8px;
    z-index: 1;
}

.menu-search-field {
    background-color: #f9f9f9;
    border: 1px solid #efefef;
    padding: 4px 10px;
}

.menu-search-field::-webkit-input-placeholder {
    color: #ccc;
}

.menu-search-field:-ms-input-placeholder {
    color: #ccc;
}

.menu-search-field::placeholder {
    color: #ccc;
}

/* VC Video shadow fix */
.shadow .wpb_video_widget {
    margin-bottom: 0;
}

/* Cart page */
.cross-sells .products {
    margin-bottom: 0;
}

.shop_table_wrapper {
    margin-bottom: 25px;
}

.table.shop_table {
    margin-bottom: 0;
}

.anps-shadows .table.shop_table {
    border: none;
    box-shadow: 0 1px 2px 1px rgba(0, 0, 0, 0.12);
    border: 1px solid #e5e5e5;
}

.anps-no-shadows .table.shop_table {
    border: 1px solid #e5e5e5;
}

.table.shop_table th {
    border-top: 1px solid #e5e5e5;
    text-align: left;
}

.table.shop_table td {
    vertical-align: middle;
}

.table.shop_table .product-thumbnail {
    max-width: 70px;
    min-width: 70px;
}

.table.shop_table .product-thumbnail img {
    width: 70px;
}

.table.shop_table .product-remove {
    position: relative;
    width: 35px;
}

.table.shop_table .product-remove .remove {
    color: #fa7267;
    font-size: 24px;
    padding: 1px 10px;
}

.table.shop_table .product-remove .remove:focus, .table.shop_table .product-remove .remove:hover {
    color: red;
}

.table.customer_details_wrap,
.table.order_details_wrap {
    margin-bottom: 15px;
}

/* Change AJAX overlay color */
.blockOverlay {
    background-color: #fff !important;
}

@media (max-width: 999px) {
    .btn.update-cart {
        margin-top: 30px;
        width: 100% !important;
    }
}

@media (max-width: 500px) {
    .btn.update-cart {
        margin-top: 15px;
    }
}

/* # WooCommerce */
/* ## Cart totals */
.cart_totals table {
    width: 100%;
}

.cart_totals .shipping ul {
    list-style: none;
}

.cart_totals .shipping label {
    padding-right: 21px;
    position: relative;
}

.cart_totals .shipping label:hover::after {
    opacity: 0.5;
}

.cart_totals .shipping label::before, .cart_totals .shipping label::after {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.cart_totals .shipping label::before {
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 3px;
    height: 16px;
    right: 0;
    width: 16px;
}

.cart_totals .shipping label::after {
    border-radius: 2px;
    height: 8px;
    opacity: 0;
    right: 4px;
    transition: 0.2s opacity ease-in-out;
    width: 8px;
}

.cart_totals .shipping input[type=radio] {
    display: none;
    margin-left: 7px;
}

.cart_totals .shipping input[type=radio]:checked + label::after {
    opacity: 1;
}

.cart_totals .order-total {
    color: #000;
    font-size: 16px;
}

.cart_totals th {
    color: #000;
    font-weight: normal;
    text-transform: none;
}

.cart_totals .input-text {
    padding: 9px 20px;
}

.cart_totals td,
.cart_totals th {
    padding: 15px 0;
}

.cart_totals tr:first-of-type td,
.cart_totals tr:first-of-type th {
    padding-top: 0;
}

.cart_totals tr + tr {
    border-top: 1px solid #e5e5e5;
}

.cart_totals td {
    text-align: right;
}

.cart_totals .checkout-button {
    display: block;
    margin-top: 10px;
}

.cart_totals select {
    width: 100%;
}

.wc_payment_methods label {
    margin-left: 0 !important;
    padding-left: 30px;
    position: relative;
}

.wc_payment_methods label:hover::after {
    opacity: 0.5;
}

.wc_payment_methods label::before, .wc_payment_methods label::after {
    content: "";
    margin-top: -1px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.wc_payment_methods label::before {
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 3px;
    height: 18px;
    left: 0;
    width: 18px;
}

.wc_payment_methods label::after {
    border-radius: 2px;
    height: 8px;
    opacity: 0;
    left: 5px;
    transition: 0.2s opacity ease-in-out;
    width: 8px;
}

.wc_payment_methods .input-radio {
    display: none;
}

.wc_payment_methods .input-radio:checked + label::after {
    opacity: 1;
}

/* ## Cross sells */
.cross-sells {
    margin-top: 25px;
}

/* ## Coupon */
.coupon input {
    float: left;
    padding: 10px 20px;
}

@media (min-width: 500px) and (max-width: 999px) {
    .coupon input {
        width: 60%;
    }
}

@media (min-width: 1000px) {
    .coupon input {
        max-width: 270px;
    }
}

.coupon .btn[name=apply_coupon] {
    float: left;
    margin-top: 15px;
}

@media (min-width: 500px) {
    .coupon .btn[name=apply_coupon] {
        margin-top: 0;
    }
}

@media (min-width: 500px) and (max-width: 999px) {
    .coupon .btn[name=apply_coupon] {
        margin-left: 3%;
        width: 37%;
    }
}

@media (min-width: 1000px) {
    .coupon .btn[name=apply_coupon] {
        margin-left: 20px;
    }
}

/* ## Quantity field */
.quantity {
    overflow: hidden;
    position: relative;
    width: 84px;
}

.quantity .minus,
.quantity .plus {
    background: none;
    border: 1px solid #e5e5e5;
    border-style: none none none solid;
    height: 50%;
    position: absolute;
    right: 1px;
    transition: 0.2s background-color;
    width: 25px;
    z-index: 1;
}

.quantity .minus:focus, .quantity .minus:hover,
.quantity .plus:focus,
.quantity .plus:hover {
    color: #000;
}

@media (min-width: 1000px) {
    .quantity .btn.btn-md {
        width: 100%;
    }
}

.quantity .plus {
    border-bottom-style: solid;
    top: 0;
}

.quantity .minus {
    bottom: 0;
}

.quantity .qty {
    -webkit-appearance: textfield;
    -moz-appearance: textfield;
    appearance: textfield;
    border: 1px solid #e5e5e5;
    border-radius: 4px;
    display: inline-block;
    height: 40px;
    padding-left: 0;
    padding-right: 25px;
    text-align: center;
    width: 84px;
}

.quantity .qty::-webkit-inner-spin-button, .quantity .qty::-webkit-outer-spin-button {
    -webkit-appearance: none;
}

/* ## Mini cart */
.mini-cart {
    list-style: none;
    z-index: 100;
}

.show-menu .mini-cart {
    opacity: 0.3;
    pointer-events: none;
}

.mini-cart .variation {
    margin-bottom: 0;
}

.mini-cart .variation dd,
.mini-cart .variation dt {
    display: inline-block;
}

@media (max-width: 1199px) {
    .mini-cart {
        position: absolute;
        right: 65px;
        top: 0;
    }

    .vertical-menu .mini-cart {
        right: 70px;
    }
}

@media (min-width: 1200px) {
    .mini-cart {
        margin-left: 10px;
        position: relative;
    }

    .above-nav-bar .mini-cart {
        margin-left: 0;
    }

    .vertical-menu .mini-cart {
        display: block;
        margin-left: 0 !important;
        padding-top: 15px;
        text-align: center;
    }
}

.menu-search + .mini-cart {
    margin-left: 20px;
}

.mini-cart-content {
    background-color: #fff;
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1), inset 0 1px 0 0 rgba(0, 0, 0, 0.1);
    display: none;
    margin-top: 13px;
    position: absolute;
    right: 0;
    top: 100%;
    width: 244px;
}

@media (min-width: 1200px) {
    .vertical-menu .mini-cart-content {
        left: 50%;
        margin-left: 16px;
        margin-top: 0;
        top: 15px;
    }
}

.mini-cart-content:focus, .mini-cart-content:hover {
    display: block;
}

.mini-cart-content::after {
    content: "";
    height: 21px;
    left: 0;
    position: absolute;
    top: -21px;
    width: 100%;
}

.mini-cart-content .total {
    color: #000;
    font-weight: bold;
    padding: 9px 20px;
    text-transform: none;
}

.mini-cart-content .total .amount {
    color: #400186;
}

.mini-cart-content p {
    margin-bottom: 0;
}

.mini-cart-content .buttons a {
    background-color: #400186;
    color: #fff !important;
    display: block;
    float: left;
    line-height: 32px;
    text-align: center;
    width: 50%;
}

.mini-cart-content .buttons a:focus, .mini-cart-content .buttons a:hover {
    background-color: #ffcc43;
}

.mini-cart-content .buttons a + a {
    border-left: 1px solid rgba(255, 255, 255, 0.15) !important;
}

.mini-cart-link {
    background-color: #400186;
    border-radius: 3px;
    color: #fff !important;
    display: inline-block;
    height: 39px;
    padding: 0 !important;
    position: relative;
    width: 39px;
}

@media (min-width: 1200px) {
    .mini-cart-link {
        height: 32px;
        width: 32px;
    }
}

.mini-cart-link:focus, .mini-cart-link:hover {
    background-color: #ffcc43;
}

.mini-cart-link:focus + .mini-cart-content, .mini-cart-link:hover + .mini-cart-content {
    display: block;
}

.mini-cart-link i {
    font-size: 14px;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
}

.mini-cart-number {
    background-color: #ffde00;
    border-radius: 3px;
    bottom: 27px;
    color: #715200;
    font-size: 9px;
    font-weight: bold;
    left: 27px;
    line-height: 15px;
    min-width: 16px;
    padding: 0 4px;
    position: absolute;
    text-align: center;
}

@media (min-width: 1200px) {
    .mini-cart-number {
        bottom: 21px;
        left: 21px;
    }
}

.mini-cart-list {
    margin: 0;
    padding: 0;
}

.mini-cart-list li {
    padding: 17px 19px 17px 80px;
    width: 100%;
}

.mini-cart-list .mini_cart_item {
    border-bottom: 1px solid #e5e5e5;
    position: relative;
}

.site-footer .mini-cart-list .mini_cart_item {
    border-bottom: 1px solid rgba(255, 255, 255, 0.127);
}

.mini-cart-list .mini_cart_item > a.remove {
    padding: 7px 10px;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
}

.mini-cart-list .mini_cart_item > a.remove:focus, .mini-cart-list .mini_cart_item > a.remove:hover {
    color: red;
}

.mini-cart-list img {
    border: 1px solid #e5e5e5;
    height: 50px;
    width: 50px;
}

a.mini_cart_item_img,
a.mini_cart_item_title {
    transition: 0.2s opacity ease;
}

a.mini_cart_item_img:focus, a.mini_cart_item_img:hover,
a.mini_cart_item_title:focus,
a.mini_cart_item_title:hover {
    opacity: 0.8;
}

a.mini_cart_item_img {
    left: 19px;
    opacity: 1;
    position: absolute;
    top: 19px;
}

.mini_cart_item_title {
    color: #000 !important;
    display: block;
    font-size: 15px;
    font-weight: bold;
    margin-top: 2px;
    text-transform: none;
}

.mini_cart_item {
    min-height: 89px !important;
    position: relative;
}

/* WooCommerce account pages form buttons */
.woocommerce-MyAccount-content form .button {
    margin-top: 40px;
}

/* ## WooCommerce Checkout */
.order-again {
    margin-top: 25px;
}

/* ## Site Notice */
.demo_store_wrapper {
    background-color: #400186;
    box-shadow: inset 0 0 2px 0 rgba(0, 0, 0, 0.14);
    color: #fff;
    left: 0;
    padding: 13px 0;
    position: fixed;
    right: 0;
    top: 0;
    transition: transform 0.2s, opacity 0.2s;
    z-index: 999;
}

.demo_store_wrapper p {
    margin: 0;
}

.show-menu .demo_store_wrapper {
    left: -100%;
    transform: translateX(-290px);
}

.show-menu .demo_store_wrapper::before {
    background-color: rgba(0, 0, 0, 0.3);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

@media (min-width: 1200px) {
    .vertical-menu .demo_store_wrapper {
        left: 380px;
    }
}

.admin-bar .demo_store_wrapper {
    position: absolute;
    top: 46px;
}

@media (min-width: 601px) {
    .admin-bar .demo_store_wrapper {
        position: fixed;
    }
}

@media (min-width: 783px) {
    .admin-bar .demo_store_wrapper {
        top: 32px;
    }
}

.woocommerce-demo-store .site-header .woocommerce-demo-store .top-bar {
    margin-top: 49px;
}

.top-bar:not(.visible-lg-block) + .site-header:not(.sticky) {
    margin-top: 0 !important;
}

@media (min-width: 1200px) {
    .top-bar.visible-lg-block + .site-header:not(.sticky) {
        margin-top: 0 !important;
    }
}

@media (min-width: 1200px) {
    .vertical-menu .site-header {
        margin-top: 0 !important;
    }
}

#ship-to-different-address {
    font-size: 16px;
    margin-bottom: 24px;
}

#ship-to-different-address label {
    display: inline-block;
    margin-right: 20px;
}

.select2-container .select2-choice,
.select2-drop-active {
    border-color: #e5e5e5 !important;
}

.select2-container .select2-choice {
    padding: 15px 19px;
}

.woocommerce textarea {
    height: 190px;
}

.woocommerce form label {
    color: #000;
    font-weight: normal;
    margin-bottom: 10px;
    margin-top: 15px;
}

.woocommerce form .form-row label {
    display: block;
}

.woocommerce form em {
    display: block;
    margin-top: 7px;
}

.woocommerce-terms-and-conditions-wrapper .woocommerce-privacy-policy-text {
    margin-bottom: 15px;
}

#customer_login .woocommerce-privacy-policy-text {
    clear: both;
    float: left;
    margin-top: 15px;
}

.woocommerce-billing-fields .title {
    float: left;
}

.form-row-wide {
    clear: both;
    width: 100%;
}

.form-row:not(.form-row-first):not(.form-row-last) {
    width: 100%;
}

.form-row,
p.form-row {
    float: left;
    margin-bottom: 7px;
    margin-top: 7px;
}

#shipping_method {
    list-style: none;
    padding: 0;
}

#shipping_method label {
    margin: 7px 0;
}

@media (min-width: 500px) {
    .form-row-first,
    .form-row-last {
        width: 49%;
    }

    .form-row-first {
        clear: left;
    }

    .form-row-last {
        clear: right;
        margin-left: 2%;
    }
}

.checkout_coupon:before, .checkout_coupon:after {
    content: " ";
    display: table;
}

.checkout_coupon:after {
    clear: both;
}

input[name=coupon_code] {
    padding: 10px 20px;
}

.shop_table.woocommerce-checkout-review-order-table {
    margin-bottom: 25px;
    width: 100%;
}

.shop_table.woocommerce-checkout-review-order-table p {
    margin-bottom: 0;
}

.payment_methods {
    list-style: none;
    margin-bottom: 30px;
    padding: 0;
}

.payment_methods img {
    margin: 0 20px;
    max-width: 200px;
}

.payment_methods label {
    margin-left: 5px;
}

.woocommerce-order-details {
    margin-bottom: 30px;
}

.title.title-edit-account {
    margin-bottom: 30px;
    margin-top: 30px;
}

.order_details {
    list-style: none;
    padding: 0;
}

@media (min-width: 1000px) {
    .order_details li {
        display: inline-block;
    }

    .order_details li + li::before {
        content: "/";
        margin: 0 10px;
    }
}

.addresses address {
    line-height: 1.7em;
}

.site-main .wp-caption {
    margin-bottom: 20px;
    padding: 0;
    border: none;
    box-shadow: 0 1px 2px 1px rgba(0, 0, 0, 0.12);
}

.site-main .wp-caption img {
    max-width: 100%;
    width: 100%;
}

.site-main .wp-caption p.wp-caption-text {
    margin-top: 0;
    padding-bottom: 10px;
    padding-top: 10px;
    font-size: 14px;
}

.site-main .wp-caption.alignnone {
    margin-bottom: 20px;
}

/* row classes */
.vc_row.bg-image-bottom {
    background-position: center bottom !important;
}

.no-bottom-padding-row {
    display: table;
    margin-bottom: -60px !important;
}

/* VC 4.11 */
.site .vc_row[data-vc-full-width]:not(.vc_parallax) {
    overflow: visible;
}

@media (min-width: 1200px) {
    .site-navigation .nav-button a,
    .site-navigation .nav-button.current-menu-item a {
/*         font-weight: bold; */
        text-decoration: none;
        font-size: 16px !important;
        line-height: 16px;
        border-radius: 20px;
        padding: 10px 24px !important;
        background-color: #400186 !important;
        color: #fff !important;
        background-image: none;
        border: 0 !important;
        display: inline-block;
    }

    .site-navigation .nav-button a:hover,
    .site-navigation .nav-button.current-menu-item a:hover {
        background-color: #FF6249 !important;
        color: #fff !important;
    }

    .site-navigation .nav-button {
        margin-right: 0 !important;
    }

    .current-menu-item:not(.nav-button),
    .current-menu-parent:not(.nav-button) {
        border-bottom: 0;
    }
}

.site-footer {
    background-color: #400186 !important;
    color: #fff !important;
}


.copyright-footer {
    background-color: #400186;
    color: #fff !important;
    padding-top: 0px;
}

.page-header {
    background-color: transparent !important;
    border-bottom: 0 !important;
}

.title-bar h1,
.title-bar p.alt-title {
    font-family: 'GalanoGrotesqueBold' !important;
    margin-bottom: 0px !important;
    margin-top: 5px !important;
    color: #000 !important;
/*     font-weight: bold; */
    font-size: 36px !important;
    line-height: 40px !important;
    position: relative !important;
}

.title-bar h1 {
    line-height: 36px !important;
}

.title-bar p.alt-title {
    margin-top: 0 !important;
}

.title-bar {
    padding-top: 45px;
    padding-bottom: 45px;
    position: relative;
    background-color: #F1F1F1;
}

@media (max-width: 767px) {
    .title-bar h1,
    .title-bar p.alt-title {
        font-size: 26px !important;
        line-height: 28px !important;
    }
}


#breadcrumbs {
    color: #400186;
    font-family: 'GalanoGrotesqueSemiBold' !important;
    font-weight: 700;
    text-align: right;
    font-size: 16px;
    display: block;
    margin-top: 7px;
    width: 550px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

#breadcrumbs a {
    color: #000;
}

.breadcrumb-separator {
    color: #B5DBD2;
    margin-left: 9px;
    margin-right: 9px;
}

@media (max-width: 767px) {
    .breadcrumb-wrapper {
        display: none;
    }

    #breadcrumbs {
        display: none;
    }
}


h1.page-title {
    font-weight: 700 !important;
    padding-top: 50px;
    font-size: 40px;
    margin-bottom: 30px;
}


.um input[type=submit].um-button {
    font-size: 15px;
    padding: 11px 28px;
    background-color: #125687 !important;
    color: #ffffff;
    border-radius: 4px;
    float: right;
}

.um input[type=submit].um-button:hover {
    background-color: #09446f !important;
    color: #ffffff;
}

.um .um-button.um-alt, .um input[type=submit].um-button.um-alt {
    font-size: 15px;
    padding: 11px 28px;
    background-color: #EAEAEC;;
    border-radius: 4px;
    float: right;
}

footer ul > li > a {
    padding: 0px 0px 20px 0px !important;
    color: #fff !important;
}

footer.site-footer {
    font-size: 16px;
}

footer .two-col-menu ul {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 0px;
}

footer ul li a {
    border-bottom: 0 !important;
}

footer .current-menu-item,
footer .current-menu-parent {
    border-bottom: 0 !important;
}

@media (min-width: 768px) {
    footer .elevator-block .textwidget {
        max-width: 80%;
        margin-right: 20%;
    }
}

.fa-phone {
    transform: rotate(90deg);
}

body.blog ul.post-meta {
    display: none;
}

/* body.blog .content-container,
body.archive .content-container{
  margin-top: 30px;
} */

body.single-hi-shrink-tapes .content-container,
body.single-shrink-tubing .content-container {
    padding: 50px 0;
}

/* body.single .content-container {
  padding-top: 50px;
} */

body.single ul.post-meta li:last-child {
    display: none;
}

.footer-contact-info {
    font-size: 14px;
    padding-top: 25px;
}

.footer-contact-info .fa {
    color: #fff;
    margin-right: 8px;
    font-size: 14px;
}

.page-header {
    position: relative;
    height: auto;
    /* min-height: 100px; */
}

.page-header img {
    max-height: 450px;
    height: 100%;
    width: 100%;
    object-fit: cover;
    z-index: 0;
}

.header-texts {
    width: 100%;
    height: 100%;
}

.header-texts h1.page-title {
    position: absolute;
    z-index: 10;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
}

.header-texts #breadcrumbs {
    position: relative;
    z-index: 10;
    text-align: right;
}

.logo-mobile img {
    width: 180px;
    margin-top: 2px;
}


.sidebar-area > ul {
    list-style-type: none;
    padding-left: 0 !important;
}

.sidebar-area .searchform #searchsubmit {
    border: 0;
}

.sidebar-area .searchform #searchsubmit:hover {
    background-color: transparent;
}


.sidebar-area .widget_recent_entries li {
    border-bottom: 0;
    padding: 5px 0;
    text-align: center;
}

.sidebar-area .widget-title {
    margin-bottom: 22px;
}

.top-bar-right ul {
    margin-top: 7px;
}

.top-bar-left,
.top-bar-right {
    font-size: 13px;
}

.top-bar-right a {
    color: #000;
}

.top-bar-right .widget_nav_menu li.current-menu-item > a,
.top-bar-right .widget_nav_menu li.current_page_item > a {
    color: #125687;
}


#home-hero {
    margin-top: 0px !important;
    background-color: var(--twilight);
    background-position: center center;
    background-size: cover;
    padding-top: 230px;
    padding-bottom: 150px;
    position: relative !important;
    z-index: 1;
    background-image: url("https://wp-offload-media-cdn.s3.amazonaws.com/stratusunlimited-com/wp-content/uploads/2024/12/Stratus-Building.jpg") !important
}

#home-hero .text-block .vc_column-inner {
    background-color: #fff;
    padding: 50px;
    border-radius: 25px;
    max-width: 49%;
    margin-left: 15px;
    margin-right: 15px;
}

#home-hero .hero-highlight-text {
    color: var(--blaze);
    font-size: 22px !important;
    margin: 0 !important;
    font-family: 'GalanoGrotesqueSemiBold' !important;
}

#home-hero p {
    font-size: 18px !important;
    line-height: 24px;
    margin-top: 30px !important;
    margin-bottom: 40px !important;
    display: block !important;
}

#home-hero h1 {
    font-size: 68px;
    margin-bottom: 20px;
    line-height: .9;
    position: relative;
}

#home-hero .hero-text-background {
    padding: 15px;
}

#home-hero .vc_btn3-container {
    margin-bottom: 0 !important;
}

@media (max-width: 991px) {
    #home-hero .text-block .vc_column-inner {
        max-width: 100%;
    }
}

@media (max-width: 767px) {

    #home-hero {
        margin-top: 20px !important;
        display: block;
    }

    #home-hero .col-left {
        padding: 80px 40px;
    }

    #home-hero h1 {
        font-size: 42px;
        margin-bottom: 20px;
        line-height: 44px;
    }

}


/* SEARCH RESULTS PAGE */

body.search .search-wrapper {
    padding: 4.5rem 120px;
}

body.search .page-header {
    background-color: var(--light-gray);
    padding: 4.5rem 120px;
}

body.search .search-wrapper .post-thumbnail {
    display: none;
}


body.search .search-wrapper .entry-meta {
    display: none;
}

body.search .search-wrapper article {
    margin-bottom: 40px;
}

body.search .search-wrapper footer.entry-footer {
    display: none;
}

body.search span.post_type {
    border: 1px solid #5F6367;
    color: #5F6367;
    padding: 4px 10px;
    margin-right: 3px;
    font-size: 13px;
    vertical-align: middle;
}

body.search .content ul {
    list-style-type: none;
    margin-left: 0;
    padding-left: 0;
}

body.search .content ul li {
    border-bottom: 1px solid #ddd;
    padding-bottom: 20px;
    margin-bottom: 25px;
}

body.search .themestek-pagination .page-numbers.current {
    background-color: var(--twilight);
    color: #fff;
}

body.search .themestek-pagination .page-numbers {
    width: auto;
    min-width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    display: inline-block;
    background-color: #fff;
    color: #313131;
    font-weight: 700;
    border: 1px solid #e0e0e0;
    border-radius: 4px;
    margin: 0 5px;
    padding: 0 18px;
    -webkit-transition: all .3s ease 0s;
    -moz-transition: all .3s ease 0s;
    -ms-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
}

body.search .vlt-search-form {
    width: 100%;
    background-color: #f1f1f1;
    padding: 30px;
    margin-bottom: 50px;
    margin-top: 40px;
}

body.search h3.search-title {
    margin-bottom: 30px;
    font-size: 18px;
    color: #62657D;
}

body.search .vlt-search-form input {
    width: 100%;
    background-color: #fff;
    min-height: 49px;
    text-indent: 10px;
    border: 0;
}

.themestek-pagination {
    margin-bottom: 50px;
}

@media (max-width: 500px) {
    body.search .vlt-search-form button {
        width: 100%;
        margin-top: 12px;
    }

    body.search .vlt-search-form input {
        width: 100%;
    }

    body.search .search-wrapper {
        padding: 20px 30px;
    }

    body.search .page-header {
        padding: 20px 30px;
    }
}

.contact-icon-block .fa {
    color: #909598;
    margin-right: 8px;
}

body.home h2 {
    margin-top: 0 !important;
}

body.home h6 {
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 400 !important;
    color: #87BBD7;
    margin-bottom: 0;
}

h2 {
    font-size: 42px !important;
    display: block;
    line-height: 1.1 !important;
}

h3 {
    font-size: 36px !important;
}

@media (max-width: 767px) {
    h2 {
        font-size: 32px !important;;
    }

    h3 {
        font-size: 26px !important;
    }
}

nav.site-navigation ul li a {
    font-family: 'GalanoGrotesqueSemiBold' !important;
}

.sidebar-area h3.widget-title {
    position: relative;
    margin-bottom: 20px;
}

.icon-box-frame .vc_column-inner {
    background-color: #fff;
    box-shadow: 0px 3px 15px rgb(0 0 0 / 20%);
    padding: 30px 50px;
    transition: transform ease 300ms;
}

.icon-box-frame .vc_column-inner:hover {
    webkit-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    transform: translateY(-15px);
}

.icon-box-frame .vc_column-inner {
    padding: 35px !important;
}

/*
.icon-box-frame .vc_column-inner img {
  max-width: 72px;
  width: 100%;
  height: auto;
} */


.icon-image-frame .vc_column-inner {
    background-color: #fff;
    box-shadow: 0px 3px 15px rgb(0 0 0 / 20%);
    transition: transform ease 300ms;
    /* cursor: pointer; */
}

.icon-image-frame .no-box .vc_column-inner {
    background-color: transparent;
    box-shadow: none;
}

.icon-image-frame {
    padding: 15px;
}


.icon-image-frame .wpb_single_image {
    min-height: 180px;
    height: 180px;
    width: 100%;
    overflow: hidden;
    margin-bottom: 55px;
    margin-top: 15px;
    cursor: pointer;
}


.icon-image-frame img {
    height: 100% !important;
    width: 100% !important;
    object-fit: cover !important;
    -webkit-transform: scale(1);
    transform: scale(1);
    transition: all .35s ease-in-out
}

.icon-image-frame img:hover {
    -webkit-transform: scale(1.1) !important;
    transform: scale(1.1) !important;
    opacity: .55;
    transition: all .35s ease-in-out;
}

.icon-image-frame .vc_btn3-container.vc_btn3-center {
    position: absolute;
    left: 50%;
    top: 179px;
    margin-left: -26px;
    height: 52px;
    width: 52px;
}

.icon-image-frame h3 {
    font-size: 18px !important;
}

.icon-image-frame a {
    font-weight: bold;
}


.icon-image-frame .vc_general.vc_btn3.vc_btn3-size-md.vc_btn3-shape-rounded.vc_btn3-style-modern.vc_btn3-color-grey {
    position: relative;
    color: #fff !important;
    height: 52px;
    width: 52px;
    line-height: 48px;
    padding: 0 !important;
    font-size: 24px !important;
    z-index: 99;
    transition: transform ease 300ms;
}

.icon-image-frame .vc_general.vc_btn3.vc_btn3-size-md.vc_btn3-shape-rounded.vc_btn3-style-modern.vc_btn3-color-grey:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    border-radius: 50%;
    z-index: -1;
    width: 70px;
    height: 70px;
    opacity: .50;
    background-color: #35738B;
}

.icon-image-frame .vc_general.vc_btn3.vc_btn3-size-md.vc_btn3-shape-rounded.vc_btn3-style-modern.vc_btn3-color-grey:hover:before {
    -webkit-animation: circle-2 1.05s infinite;
    animation: circle-2 1.05s infinite;
}

.icon-image-frame .vc_general.vc_btn3.vc_btn3-size-md.vc_btn3-shape-rounded.vc_btn3-style-modern.vc_btn3-color-grey:after {
    z-index: -1;
    width: 82px;
    height: 82px;
    opacity: .3;
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    border-radius: 50%;
    background-color: #35738B;
}

.icon-image-frame .vc_general.vc_btn3.vc_btn3-size-md.vc_btn3-shape-rounded.vc_btn3-style-modern.vc_btn3-color-grey:hover:after {
    -webkit-animation: circle-2 1.05s infinite;
    animation: circle-2 1.05s infinite;
}

/* SEARCH */

#myOverlay {
    display: block;
    visibility: hidden;
    opacity: 0;
    transition: visibility 0.3s linear, opacity 0.3s linear;
}

.overlay {
    height: 100%;
    width: 100%;
    display: none;
    position: fixed;
    z-index: 10000;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.90);
    transition: all 2s linear;
}

.overlay-content {
    position: relative;
    top: 46%;
    width: 80%;
    max-width: 1020px;
    text-align: center;
    margin-top: 30px;
    margin: auto;
}

.overlay .closebtn {
    position: absolute;
    top: 70px;
    right: 70px;
    font-size: 24px;
    cursor: pointer;
    color: #fff;
}

.overlay .closebtn:hover {
    color: #ccc;
}

.overlay input[type=text] {
    padding: 15px;
    font-size: 16px;
    border-radius: 30px;
    border: none;
    float: left;
    width: 78%;
    margin-right: 2%;
    background: white;
}

.overlay input[type=text]:hover {
    background: #f1f1f1;
}

.overlay button {
    float: left;
    width: 20%;
    padding: 15px;
    background: var(--blaze);
    color: #fff;
    border-radius: 30px;
    font-size: 16px;
    border: none;
    cursor: pointer !important;
}

.overlay button:hover {
    color: #fff;
}

.openBtn {
    cursor: pointer;
    color: #99BFB6;
}

.footer-nav-search-icon span {
    margin-left: 8px;
}

.nav-search-icon {
    margin-left: 10px;
    font-size: 15px;
    display: block;
    margin-top: 0px;
    color: var(--twilight);
    cursor: pointer;
}

@media (min-width: 992px) and (max-width: 1200px) {

    .navbar .navbar-nav .nav-item .nav-link {
        padding: 0rem .6rem;
    }
}

@media (max-width: 991px) {
    .nav-search-icon {
        display: none;
    }
}

body.blog .img-wrapper img {
    -webkit-transform: scale(1);
    transform: scale(1);
    transition: all .35s ease-in-out;
}

/* body.blog .img-wrapper img:hover {
    -webkit-transform: scale(1.1)!important;
    transform: scale(1.1)!important;
    opacity: .55;
    transition: all .35s ease-in-out;
} */

body.blog .img-wrapper {
    overflow: hidden;
    background-color: #fff;
}

.vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern,
.btn.btn-md.btn-gradient.btn-shadow,
body.search div.h-readmore a,
.styled-button {
    font-size: 16px !important;
    line-height: 16px;
    border-radius: 20px;
    padding: 10px 24px !important;
    background-color: #400186 !important;
    font-family: 'GalanoGrotesqueSemiBold' !important;
    text-transform: capitalize !important;
    color: #fff !important;
    background-image: none;
    border: 0 !important;
}

.vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern:hover,
.btn.btn-md.btn-gradient.btn-shadow:hover,
body.search div.h-readmore a:hover,
.styled-button:hover {
    background-color: #FF6249 !important;
    color: #fff !important;
}

body.search div.h-readmore a {
    margin-top: 20px;
    display: inline-block;
}

body.search h3 a {
    color: #000;
}

.btn-secondary .vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern,
.btn-secondary .btn.btn-md.btn-gradient.btn-shadow {
    font-size: 16px !important;
    line-height: 16px;
    border-radius: 20px;
    padding: 10px 24px !important;
    background-color: #fff !important;
/*     font-weight: bold; */
    text-transform: capitalize !important;
    color: #000 !important;
    background-image: none;
    border: 0 !important;
}

.btn-secondary .vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern:hover,
.btn-secondary .btn.btn-md.btn-gradient.btn-shadow:hover {
    background-color: #FF6249 !important;
    color: #fff !important;
}


@media (min-width: 1200px) {
    header.classic.sticky .header-wrap {
        min-height: 100px;
    }
}

@media (min-width: 1200px) {
    .site-navigation {
        width: 66%;
    }

    ul#main-menu {
        text-align: right;
    }
}

footer.entry-footer {
    display: none;
}

.social-icons {
    display: block;
    clear: both;
    padding-top: 30px;
}

body.blog article .btn.btn-gradient {
    background-color: transparent;
    color: #0079FD;
    padding: 0;
    text-transform: none;
    font-size: 16px;
}

.post.post-single .post-meta,
body.category .post-meta,
body.archive .post-meta {
    display: none;
}

.launchpad-block h3 {
    position: relative;
    padding-bottom: 30px;
}

.launchpad-block h3:after {
    content: '';
    width: 100%;
    border-bottom: 4px solid #909598;
    position: absolute;
    width: 100px;
    left: 0;
    top: 50px;
    z-index: 1;
}

div.nf-form-fields-required {
    display: none;
}

.nf-form-content {
    padding: 0 !important;
}

footer .nf-form-content input[type=button] {
    font-size: 15px;
    line-height: 1.7 !important;
    padding: 12px 28px !important;
    background-color: transparent !important;
    color: #ffffff;
    border: 4px solid #fff;
    border-radius: 0px;
    margin-top: 5px;
    float: none;
    height: auto !important;
}

footer .nf-form-content input[type=button]:hover {
    border-color: #909598 !important;
    color: #909598;
}

footer ul#menu-legal-menu li {
    display: inline-block;
    margin-left: 12px;
}

.callout-blocks .vc_column-inner {
    background-color: #f5f5f5;
    padding: 50px 40px !important;
    border-radius: 25px;
}

.callout-blocks .vc_column-inner .wpb_content_element {
    margin-bottom: 0;
}

.vc_row.vc_column-gap-25 {
    margin-left: -15px !important;
    margin-right: -15px !important;
}

body.single-success-stories .featured-image-wrapper {
    max-height: 600px;
    overflow: hidden;
    margin-bottom: 35px;
}

body.single-success-stories .featured-image-wrapper img {
    height: 550px;
    width: 100%;
    object-fit: cover;
}

body.single-success-stories .vc_row-fluid {
    padding-top: 50px;
    padding-bottom: 50px;
}

body.single-success-stories .additional-details .wpb_text_column {
    padding: 40px;
    background-color: #f5f5f5;
    position: relative;
}

body.single-success-stories .additional-details .wpb_text_column img {
    position: absolute;
    top: 40px;
    left: 40px;
}

body.single-success-stories .additional-details .wpb_text_column h3 {
    margin-left: 60px;
    margin-top: -15px;
}

.partner-logo {
    border: 1px solid #ddd;
    min-height: 220px !important;
    position: relative;
}

.partner-logo img {
    max-width: 220px !important;
    width: 100%;
    height: auto;
    position: absolute;
    opacity: 1;
    transition: 0.3s;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.partner-intro-block {
    margin-bottom: 35px;
}

.page-anchors a {
    background-color: #C2DBC8;
    padding: 8px 22px;
    border-radius: 20px;
    margin-right: 8px;
    color: #6F4380 !important;
}

.half-columns-stretch .text-col {
    padding: 100px 80px;
}

.half-columns-stretch .image-col {
    min-height: 360px;
}

.half-columns-stretch .text-col .vc_column-inner {
    max-width: 450px;
    margin: 0 auto;
}

.padding-80 {
    padding-top: 80px;
    padding-bottom: 80px;
}


h2 {
    position: relative;
    margin-bottom: 30px;
}

.green-callout-box h3 {
    margin-top: 20px;
}

.green-callout-box .vc_column-inner > .wpb_wrapper {
    padding: 50px !important;
    background-color: #EBF1F2;
    box-shadow: 0px 3px 15px rgb(0 0 0 / 20%);
}

.green-callout-block {
    padding: 70px 50px 50px 50px !important;
    background-color: #EBF1F2;
    box-shadow: 0px 3px 15px rgb(0 0 0 / 20%);
}

.green-callout-block.vc_row.vc_column-gap-20 {
    margin-left: 15px !important;
    margin-right: 15px !important;
}

.site-footer-default .footer-logo {
    max-width: 136px;
    width: 100%;
    height: auto;
    position: relative;
}

.site-footer-default .dash {
    height: 3px;
    width: 73px;
    background-color: #FDC474;
    margin-top: 15px;
}

.services-icons img {
    max-width: 60px;
    left: -80px;
    top: -25px;
    width: 100%;
    height: auto;
    position: absolute;
}

.services-icons h3 {
    margin-left: 80px;
    position: relative;
    margin-top: 50px;
}

#horizontal-post-grid .vc_grid-item .vc_grid-item-mini {
    display: flex;
    flex-direction: row;
    align-items: center;
    column-gap: 0;
    margin-bottom: 0 !important;
}

#horizontal-post-grid .vc_grid-item .vc_gitem-zone-c {
    width: 50%;
    display: inline-block;
    padding: 20px;
    vertical-align: top;
    background-color: transparent !important;
}

#horizontal-post-grid .vc_grid-item .vc_gitem-zone-a img {
    aspect-ratio: 16/9;
    width: 100%;
    height: auto;
    object-fit: cover;
}

#horizontal-post-grid .vc_grid-item .vc_gitem-animated-block {
    width: 45%;
    margin-right: 5%;
    display: inline-block;
    float: left;
}


#horizontal-post-grid .vc_grid-item:nth-child(odd) .vc_grid-item-mini {
    background-color: #EDEDED;
    position: relative;
}

#horizontal-post-grid .vc_grid-item:nth-child(odd) .vc_grid-item-mini:before {
    content: '';
    position: absolute !important;
    display: block;
    top: 0;
    bottom: 0;
    left: -100%;
    width: 100% !important;
    height: 100% !important;
    background-image: linear-gradient(to right, #EDEDED, #EDEDED) !important;
    opacity: 1 !important;
    z-index: 0;
}

#horizontal-post-grid .vc_grid-item:nth-child(odd) .vc_grid-item-mini:after {
    content: '';
    position: absolute !important;
    display: block;
    top: 0;
    bottom: 0;
    right: -100%;
    width: 100% !important;
    height: 100% !important;
    background-image: linear-gradient(to right, #EDEDED, #EDEDED) !important;
    opacity: 1 !important;
    z-index: 0;
}

#horizontal-post-grid .vc_grid-item:nth-child(odd) .vc_grid-item-mini .btn.btn-md.btn-gradient.btn-shadow {
    background-color: #fff !important;
    color: #400186 !important;
}

#horizontal-post-grid .vc_grid-item:nth-child(odd) .vc_grid-item-mini .btn.btn-md.btn-gradient.btn-shadow:hover {
    background-color: #400186 !important;
    color: #fff !important;
}

#horizontal-post-grid .vc_grid-item .vc_grid-item-mini {
    padding-top: 70px;
    padding-bottom: 70px;
}

#horizontal-post-grid .vc_grid-item-zone-c-bottom .vc_gitem-zone-c {
    text-align: left !important;
}

#horizontal-post-grid .vc_grid-item-zone-c-bottom .vc_gitem-zone-c h4 {
    text-align: left !important;
    font-size: 28px;
}


#horizontal-post-grid .wpb_content_element {
    margin-bottom: 0 !important;
}

@media (max-width: 991px) {
    #horizontal-post-grid .vc_grid-item .vc_grid-item-mini {
        display: block;
    }
}

#vertical-post-grid {
    padding-top: 20px;
}

#vertical-post-grid .vc_pageable-slide-wrapper {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
    grid-gap: 25px;
    margin-bottom: 60px !important;
    text-align: center;
}

#vertical-post-grid .vc_pageable-slide-wrapper:before {
    display: none;
}

#vertical-post-grid .vc_gitem-zone-c {
    background-color: transparent !important;
}

#vertical-post-grid .vc_gitem-animated-block,
#vertical-post-grid .vc_gitem-zone-a,
body.blog .img-wrapper img,
body.archive .img-wrapper img,
body.category .img-wrapper img {
    border-radius: 5px !important;
}

#vertical-post-grid .vc_gitem-animated-block,
body.blog .img-wrapper,
body.category .img-wrapper {
    padding-top: 20px;
    padding-bottom: 0px;
}

#vertical-post-grid .vc_gitem-animated-block:before,
body.blog .img-wrapper:before,
body.category .img-wrapper:before,
body.archive .img-wrapper:before {
    content: '';
    position: relative !important;
    display: block;
    margin-top: -20px;
    margin-left: 5%;
    width: 90%;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    height: 20px;
    background-color: #B5DBD2;
    z-index: 0;
}

#vertical-post-grid .vc_gitem-animated-block:after,
body.blog .img-wrapper:after,
body.category .img-wrapper:after,
body.archive .img-wrapper:after {
    content: '';
    position: relative !important;
    display: block;
    bottom-top: -20px;
    margin-left: 5%;
    width: 90%;
    height: 20px;
    background-color: #B5DBD2;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    z-index: 0;
    margin-bottom: 20px;
}

#vertical-post-grid .vc_gitem-animated-block img,
body.blog .img-wrapper img,
body.category .img-wrapper img,
body.archive .img-wrapper img {
    position: relative;
    aspect-ratio: 16 / 9;
    width: 100%;
    height: auto;
    object-fit: cover;
    transition: transform .25s;
    z-index: 100;
}

body.blog .img-wrapper {
    overflow: visible;
    z-index: 100;
}

#vertical-post-grid .vc_gitem-zone-a,
body.blog .img-wrapper img,
body.category .img-wrapper img,
body.archive .img-wrapper img,
#search-filter-results-4886 img,
#search-filter-results-5085 img,
#search-filter-results-5053 img,
#search-filter-results-5081 img,
.related-offerings-item img {
    transition: transform .25s;
    z-index: 100;
}

#vertical-post-grid .vc_gitem-zone-a:hover,
body.blog .img-wrapper img:hover,
body.archive .img-wrapper img:hover,
body.category .img-wrapper img:hover,
#search-filter-results-4886 img:hover,
#search-filter-results-5085 img:hover,
#search-filter-results-5053 img:hover,
#search-filter-results-5081 img:hover,
.related-offerings-item img:hover {
    transform: scale(1.05);
}

#vertical-post-grid .vc_gitem-zone-c h4 {
    text-align: center !important;
}

#vertical-post-grid .vc_gitem-zone-c .vc_gitem-zone-mini .vc_gitem-col {
    min-height: 300px;
}

#vertical-post-grid .vc_btn3-container {
    text-align: center;
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translate(-50%, 0);
}

.vc_row .widget_nav_menu .current-menu-item > a {
    background-color: transparent !important;
}

.widget_nav_menu li.current-menu-item > a, .widget_nav_menu li.current_page_item > a {
    color: #fff !important;
}

.socials {
    margin-top: 20px;
    text-align: left;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

.socials a {
    color: var(--twilight) !important;
    background-color: var(--airglow);
    width: 28px;
    height: 28px;
    display: inline-block;
    line-height: 30px;
    text-align: center;
    border-radius: 18px;
}

.top-bar .widget:not(:first-child) {
    margin-left: 25px !important;
}

#links .vc_gitem-animated-block,
#downloads .vc_gitem-animated-block {
    display: none;
}

#links .vc_gitem-zone-c {
    border: 2px solid #FDC474;
    padding: 25px;
    background-color: #fff !important;
    min-height: 260px;
}

#links .vc_gitem-zone-c:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f0c1";
    font-size: 36px;
    position: absolute;
    right: 10px;
    bottom: 0;
    opacity: .3;
    color: #6F4380;
}

#links a.btn[target="_blank"] {
    visibility: hidden;
}

#links a.btn[target="_blank"]:after {
    content: " Visit Website";
    visibility: visible;
    font-size: 16px;
    transition: color 800ms ease 0s, background-color 500ms ease 0s !important;
    margin-top: 0;
    display: inline-block;
    position: absolute;
    left: 0;
    top: 0;
    border: 0;
}

#downloads .vc_gitem-zone-c {
    border: 2px solid #6F4380;
    padding: 25px;
    background-color: #fff !important;
    min-height: 260px;
}

#downloads .vc_gitem-zone-c:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f019";
    font-size: 36px;
    position: absolute;
    right: 10px;
    bottom: 0;
    opacity: .3;
    color: #6F4380;
}

#downloads a.btn[target="_blank"] {
    visibility: hidden;
}

#downloads a.btn[target="_blank"]:after {
    content: " Download";
    visibility: visible;
    font-size: 16px;
    transition: color 800ms ease 0s, background-color 500ms ease 0s !important;
    margin-top: 0;
    display: inline-block;
    position: absolute;
    left: 0;
    top: 0;
    border: 0;
}


@media (max-width: 767px) {
    .page-anchors {
        display: none;
    }

    .vc_grid.vc_row.vc_grid-gutter-35px .vc_pageable-slide-wrapper {
        margin-right: 0 !important;
    }

    .vc_grid.vc_row.vc_grid-gutter-30px .vc_pageable-slide-wrapper {
        margin-right: 0 !important;
    }

    .vc_grid.vc_row.vc_grid-gutter-35px .vc_grid-item,
    .vc_grid.vc_row.vc_grid-gutter-30px .vc_grid-item {
        padding-right: 0 !important;
    }

    .half-columns-stretch .text-col {
        padding: 80px 50px;
    }

    #horizontal-post-grid .vc_grid-item .vc_gitem-zone-c {
        width: 100%;
        vertical-align: top;
        background-color: transparent !important;
    }

    #horizontal-post-grid .vc_grid-item .vc_gitem-animated-block {
        width: 100%;
        display: block;
    }

    #horizontal-post-grid .vc_grid-item .vc_gitem-animated-block {
        padding: 20px;
    }

}

.padded-block {
    padding-top: 90px;
    padding-bottom: 90px;
}

.padded-bottom {
    padding-bottom: 90px;
}

.padded-top {
    padding-top: 90px;
}

.padded-sides {
	padding-left: 15px;
	padding-right: 15px;
}

@media (max-width: 767px) {

    .padded-block {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .padded-bottom {
        padding-bottom: 50px;
    }

    .padded-top {
        padding-top: 50px;
    }
}

@-webkit-keyframes circle {
    0% {
        opacity: .2;
    }
    40% {
        opacity: .2;
    }
    to {
        width: 200%;
        height: 200%;
        opacity: 0;
    }
}

@keyframes circle {
    0% {
        opacity: .2;
    }
    40% {
        opacity: .2;
    }
    to {
        width: 200%;
        height: 200%;
        opacity: 0;
    }
}

@-webkit-keyframes circle-2 {
    to {
        width: 200%;
        height: 200%;
        opacity: 0;
    }
}

@keyframes circle-2 {
    to {
        width: 200%;
        height: 200%;
        opacity: 0;
    }

}

@-webkit-keyframes circle-3 {
    to {
        -webkit-transform: translate(-50%, -50%) scale(1.2);
        opacity: 0;
    }
}

@keyframes circle-3 {
    to {
        -webkit-transform: translate(-50%, -50%) scale(1.2);
        transform: translate(-50%, -50%) scale(1.2);
        opacity: 0;
    }
}

.top-sidebar .widget_search,
.col-md-4.sidebar-area > .wrapper .widget_search {
    margin-bottom: 35px;
}

.top-sidebar .widget_search input,
.col-md-4.sidebar-area > .wrapper .widget_search input {
    background-color: #fff;
    height: 40px;
    border-radius: 0;
}

.top-sidebar .searchform #searchsubmit {
    border-left: 0;
}


.top-sidebar h3.widgettitle,
.col-md-4.sidebar-area > .wrapper h3.widgettitle {
    margin-bottom: 20px !important;
}

.top-sidebar .title::after,
.top-sidebar .widgettitle::after {
    display: none;
}


.content-pullquote {
    background-color: #fff;
    box-shadow: 0px 3px 15px rgb(0 0 0 / 20%);
    margin-left: 0px !important;
    margin-right: 0px !important;
    margin-bottom: 35px;
}

.content-pullquote img {
    max-width: 130px !important;
    width: 100%;
    height: auto;
}

.content-pullquote h5 {
    line-height: 1.6;
    padding-right: 20px;
}

.content-pullquote .wpb_content_element {
    margin-bottom: 0;
}

.blue-overlay-block {
    position: relative;
    background-position: center center;
    color: #fff;
}

#search-filter-results-4886,
#search-filter-results-5085,
#search-filter-results-6587,
#search-filter-results-6607 {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
    grid-gap: 25px;
    margin-bottom: 60px !important;
    text-align: left;
}

#search-filter-results-4886 article,
#search-filter-results-5085 article {
    background-color: transparent;
    padding-top: 0px;
    text-align: center;
    position: relative;
}

#search-filter-results-4886 img,
#search-filter-results-6607 img,
#search-filter-results-6587 img,
#search-filter-results-5085 img {
    border-radius: 5px;
    position: relative;
    aspect-ratio: 16/9;
    width: 100%;
    height: auto;
    object-fit: cover;
}

#search-filter-results-5053,
#search-filter-results-5081 {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
    grid-gap: 45px;
    padding-bottom: 90px !important;
    text-align: left;
}

#search-filter-results-5053 article,
#search-filter-results-5081 article {
    background-color: transparent;
    padding-top: 0px;
    text-align: center;
    position: relative;
}

#search-filter-results-5053 img,
#search-filter-results-5081 img {
    border-radius: 5px;
    position: relative;
    aspect-ratio: 8.5/11;
    width: 100%;
    height: auto;
    object-fit: cover;
    box-shadow: 0px 3px 15px rgba(0, 0, 0, 0.2);
}


.portfolio-top-bar {
    background-color: #B5DBD2;
    height: 20px;
    width: 90%;
    margin: 20px auto 0;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
}

.portfolio-bottom-bar {
    background-color: #B5DBD2;
    height: 20px;
    width: 90%;
    margin: 0 auto 20px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
}


.related-posts-container {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
    grid-gap: 45px;
    text-align: center;
}

.related-posts-wrapper {
    padding-top: 70px;
    padding-bottom: 70px;
}

.related-posts-wrapper h2 {
    text-align: center;
    margin-bottom: 40px;
}

.related-posts-wrapper h4 {
    font-size: 24px;
}

.related-posts-wrapper h5 {
    color: #2887BF !important;
}

.container.short-container {
    max-width: 780px;
}

.testimonials-block .owl-carousel {
    text-align: center;
    padding-left: 90px;
    padding-right: 90px;
    position: relative;
}

.testimonials-block .owl-carousel:before {
    color: #35738B;
    content: open-quote;
    font-size: 80px;
/*     font-weight: bold; */
    line-height: 120px;
    left: 0;
    top: 0;
    position: absolute;
    width: 90px;
    opacity: 0.7;
}

.testimonials-block .owl-carousel:after {
    color: #35738B;
    content: close-quote;
    font-size: 80px;
/*     font-weight: bold; */
    line-height: 120px;
    right: 0;
    top: 0;
    position: absolute;
    width: 90px;
    opacity: 0.7;
}

.blue-overlay-block .testimonials-block .owl-carousel:after,
.blue-overlay-block .testimonials-block .owl-carousel:before {
    color: #fff;
}

.testimonials-block .item-inner {
    text-align: center;
    display: flex;
    flex-flow: column;
}

.testimonials-block .item-inner h5 {
    order: 2;
    margin-top: 40px;
}

@media (max-width: 560px) {

    .testimonials-block .owl-carousel {
        text-align: center;
        padding-left: 50px;
        padding-right: 50px;
        position: relative;
    }

    .testimonials-block .owl-carousel:before {
        width: 40px;
    }

    .testimonials-block .owl-carousel:after {
        width: 40px;
    }
}

/* .testimonials-block h5 {
    font-weight: bold;
    display: block;
    margin-bottom: 30px !important;
    height: 20px;
    position: absolute;
    bottom: 10px;
    width: 300px;
    right: 50%;
    margin-right: -150px;
}

@media (max-width: 999px) and (min-width: 768px) {
  .testimonials-block .item-inner {
      min-height: 340px;
  }
}

@media (max-width: 767px) and (min-width: 560px) {
  .testimonials-block .item-inner {
      min-height: 300px;
  }
}

@media (max-width: 559px) and (min-width: 450px) {
  .testimonials-block .item-inner {
      min-height: 380px;
  }
}

@media (max-width: 449px) and (min-width: 382px) {
  .testimonials-block .item-inner {
      min-height: 580px;
  }
}

@media (max-width: 381px) {
  .testimonials-block .item-inner {
      min-height: 660px;
  }
}

@media (max-width: 999px) {
	.testimonials-block h5 {
		bottom: 10px;
		width: inherit;
		right: 0;
		margin-right: 0;
		height: 80px;
  }
}
 */
.testimonials-block .owl-theme .owl-dots .owl-dot.active span,
.testimonials-block .owl-theme .owl-dots .owl-dot:hover span {
    background: #F19135;
}

.vc_row.vc_column-gap-30,
.vc_row.vc_column-gap-35 {
    margin: 0 !important;
}

.anps-blog .post {
    padding: 0px;
}

.anps-blog .post,
.post-grid .vc_grid-item-mini {
    transition: transform ease 300ms;
}

/* .anps-blog .post:hover,
.post-grid .vc_grid-item-mini:hover {
  webkit-transform: translateY(-15px);
  -ms-transform: translateY(-15px);
  transform: translateY(-15px);
} */

.anps-blog .post .btn.btn-md.btn-gradient.btn-shadow {
    /*     font-size: 16px;
        font-weight: 700;
        padding: 0 !important;
        background-color: transparent !important;
        margin-top: 5px;
        color: #01023D !important;
        border-radius: 0;
        text-transform: none;
        background-image: none;
        border: 0 !important; */
    display: none !important;
}

.anps-blog .post .post-title {
    text-align: center;
}

.anps-blog .post .btn.btn-md.btn-gradient.btn-shadow:hover {
    color: #400186 !important;
}

.post-grid .btn.btn-md.btn-gradient.btn-shadow:hover {
    color: #E31937 !important;
}

.vc_tta-panel.vc_animating {
    opacity: 0;
}

.vc_pagination-color-grey.vc_pagination-style-outline .vc_active .vc_pagination-trigger {
    background-color: #F19135 !important;
}

.vc_pagination-color-grey.vc_pagination-style-outline .vc_pagination-trigger {
    border: 1px solid #F19135 !important;
}


/* The following code can be used to add a fade animation */
.vc_tta.vc_general .vc_tta-panel.vc_active .vc_tta-panel-body,
.vc_tta.vc_general .vc_tta-panel .vc_tta-panel-body {
    animation: vctabsAnimate 1s cubic-bezier(0.4, 0, 0.6, 1) 1;
}

@keyframes vctabsAnimate {
    0% {
        opacity: 0;
    }

    100% {
        display: block;
        opacity: 1;
    }
}

.content-callout {
    padding-left: 15px !important;
    padding-right: 15px !important;
    margin-bottom: 35px;
}

.content-callout .vc_column-inner {
    background-color: #EBF1F2;
    padding: 50px 50px 20px 50px !important;
}

.nf-form-content button, .nf-form-content input[type=button], .nf-form-content input[type=submit] {
    font-size: 16px !important;
    padding: 12px 32px !important;
    background-color: #F19135 !important;
    color: #fff !important;
    margin-top: 5px;
    border-radius: 30px !important;
    text-transform: none;
    background-image: none;
    border: 0 !important;
    font-weight: bold;
}

.nf-form-content .list-select-wrap .nf-field-element > div, .nf-form-content input:not([type=button]), .nf-form-content textarea {
    background: #fff !important
    border: 1px solid #c4c4c4;
    border-radius: 0;
    box-shadow: none;
    color: #787878;
    transition: all .5s;
    margin-top: 10px;
}

@media (min-width: 1000px) {
    .staff-name {
        padding-top: 60px;
    }
}

.products-grid p {
    display: none;
}

.products-grid .vc_grid-item-mini {
    background-image: linear-gradient(to top, #f6f6f6, #fff) !important;
    padding: 15px;
}

.products-grid .vc_gitem-zone-c {
    background-color: transparent !important;
}

.products-grid .vc_gitem-zone-c,
.products-grid .vc_gitem-zone-c h4 {
    background-color: transparent !important;
    text-align: center !important;
}

.products-grid h4 {
    margin-top: 15px;
    font-size: 24px;
}

.products-grid .vc_gitem-zone-c .vc_btn3-container.vc_btn3-left {
    text-align: center !important;
}


.products-grid .btn.btn-md.btn-gradient.btn-shadow {
    background-color: transparent !important;
    padding: 0 !important;
    font-weight: normal !important;
    color: #2887BF !important;
}

.products-grid .vc_gitem-post-data {
    margin: 0 !important;
}


.vc_separator .vc_sep_holder .vc_sep_line {
    height: 2px !important;
    border-top: 2px solid var(--airglow) !important;
    display: block;
    position: relative;
    top: 2px;
    width: 100%;
}


.sidebar-nav-menu .widget.widget_nav_menu,
.widget_recent_entries {
    padding: 10px 0px 20px 0;
    text-align: left;
    margin-bottom: 35px;
    background-color: #F1F1F1;
    padding: 80px 30px;
    border-radius: 25px;
}

.sidebar-nav-menu .widget_nav_menu li {
    padding-bottom: 12px;
    text-align: center;
}

.sidebar-nav-menu .widget_nav_menu li:last-child {
    padding-bottom: 0;
}

h3.widgettitle,
.sidebar-area h3 {
    display: block;
    padding-bottom: 12px;
    font-size: 28px !important;
    text-align: center !important;
}


.sidebar-nav-menu .widget_nav_menu li a,
.widget_recent_entries a {
    color: #132441;
    line-height: 1.1;
    font-size: 17px;
    font-family: 'GalanoGrotesqueSemiBold' !important;
    text-align: center;
}

.sidebar-nav-menu .widget_nav_menu li a:hover,
.widget_recent_entries a:hover {
    color: #000;
}

.sidebar-nav-menu .widget_nav_menu li.current-menu-item a,
.widget_recent_entries li.current-menu-item a {
    color: var(--blaze) !important;
}

.sidebar-cta {
    background-color: #400186;
    padding: 70px 40px;
    text-align: center;
    border-radius: 25px;
    background-image: url('/wp-content/uploads/2024/12/Stratus-Building.jpg');
    background-size: cover;
    background-position: center center;
    position: relative;
    overflow: hidden;
}

.sidebar-cta:before {
    content: '';
    position: absolute !important;
    display: block;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
    background-image: linear-gradient(to bottom right, #400186, #400186) !important;
    opacity: .72 !important;
    z-index: 0;
}

.sidebar-cta h3 {
    font-size: 26px;
    padding-bottom: 12px;
    color: #fff !important;
    position: relative;
    margin-top: 0;
    margin-bottom: 20px;
    display: block;
}

.sidebar-cta p {
    color: #fff !important;
    position: relative;
}

.sidebar-cta a {
    font-size: 16px;
/*     font-weight: bold; */
    text-transform: capitalize !important;
    line-height: 20px;
    padding: 10px 20px !important;
    background-color: #fff !important;
    color: #000 !important;
    border-radius: 20px;
    position: relative;
    background-image: none;
}

.sidebar-cta a:hover {
    background-color: #FF6249 !important;
    color: #fff !important;
}

.wpb_single_image .vc_box_border.vc_box_border_grey, .wpb_single_image .vc_box_border_circle.vc_box_border_grey {
    background-color: #F2F3F3 !important;
}

.wpb_single_image .vc_single_image-wrapper.vc_box_border {
    padding: 3px !important;
}

.product-temperature {
    font-weight: bold;
    color: #5F6367;
    font-size: 18px;
    padding-bottom: 30px;
    display: block;
}

.product-temperature img {
    margin-right: 6px;
}

.product-tempurature-two {
    font-size: 20px;
    margin-bottom: -20px;
}

.product-image {
    border: 2px solid #F2F3F3;
    margin-bottom: 30px;
}

.product-downloads {
    list-style-type: none;
    padding-left: 0 !important;
}

.product-downloads li a {
    color: #000;
    font-weight: 400;
    font-size: 18px;
    position: relative;
}

.product-downloads li a:after {
    content: '↓';
    margin-left: 8px;
    text-decoration: underline;
}

.product-downloads li a:hover {
    color: #E31937;
}

span.click-product {
    font-size: 14px;
    display: block;
}

span.cure-temperature {
    color: #5F6367;
    display: block;
    font-weight: 400;
    margin-bottom: 30px;
}

.product-charts {
    margin-bottom: 10px;
}


body .content-column {
    padding-bottom: 60px;
}

hr.divider {
    border-top: 3px solid #5F6367 !important;
    margin-bottom: 50px;
}

caption {
    color: #000 !important;
    margin-bottom: 8px;
    font-size: 14px !important;
}

.padding-row-compensate {
    padding-left: 15px;
    padding-right: 15px;
}

body.single-hi-shrink-tapes .container.content-container > .row,
body.single-shrink-tubing .container.content-container > .row {
    margin-left: 0;
    margin-right: 0;
}

@media (min-width: 767px) {
    .vcenter {
        display: inline-block;
        vertical-align: middle;
        float: none;
        max-width: 49%;
    }
}

.download-item {
    padding: 20px;
    text-align: left;
    background-color: #F6F6F6;
    position: relative;
}

.download-item img {
    display: inline-block;
    text-align: left;
    margin-right: 8px;
    vertical-align: middle;
}

.download-item h4 {
    display: inline-block;
    text-align: left;
    font-size: 18px !important;
    margin-top: 0;
    vertical-align: middle;
}

.case-study-item {
    padding: 30px;
    cursor: pointer;
    box-shadow: 0px 3px 15px rgb(0 0 0 / 20%);
    text-align: left;
}

.case-study-item h4 {
    margin-top: 20px;
    padding-bottom: 20px;
    text-align: left;
}

.download-title {
    position: relative;
    line-height: 1.5;
}

/* .download-title:after {
    content: '↓';
    margin-left: 2px;
    text-decoration: underline;

} */

.downloads-page-grid .searchandfilter > ul {
    padding-left: 0 !important;
    margin-bottom: 35px;
}

.downloads-page-grid .searchandfilter > ul > li {
    display: inline-block;
    vertical-align: top;
    width: 23%;
    margin-right: 2%;
}

.downloads-page-grid .searchandfilter label {
    width: 100%;
}

.downloads-page-grid input[type=text] {
    appearance: none;
    outline: 0;
    border-radius: 30px;
    background-color: #fff;
    border: none;
    padding: 8px 5px;
    border: 1px solid #5F6367;
    font-weight: normal;
    margin: 0;
    text-indent: 10px;
    display: block;
    width: 100% !important;
    min-width: 100%;
    color: #9F9489;
    height: 42px;
    font-family: inherit;
    font-size: inherit;
    cursor: inherit;
    line-height: inherit;
}

.downloads-page-grid select {
    outline: 0;
    background-color: #fff;
    border: none;
    padding: 8px 0px;
    height: 42px;
    border: 1px solid #5F6367;
    font-weight: normal;
    margin: 0;
    text-indent: 10px;
    display: block;
    width: 100% !important;
    color: #5F6367;
    font-family: inherit;
    font-size: inherit;
    cursor: inherit;
    line-height: inherit;
    border-radius: 30px;
}

.downloads-page-grid input[type=submit] {
    font-size: 16px;
    font-weight: 400;
    min-height: 42px;
    padding: 8px 26px;
    background-color: #275796 !important;
    color: #fff !important;
    border-radius: 30px;
    display: block;
    width: 100%;
    text-transform: none;
    background-image: none;
    border: 0 !important;
}

a.read-more {
    display: block;
    margin-top: 20px;
    font-weight: 700;
}

a.read-more:hover {
    color: #FF6249 !important;
}

header.site-header nav.site-navigation .main-menu ul .menu-item > a:hover {
    color: #FF6249 !important;
}


.footer-line {
    position: relative;
    height: 100%;
    min-height: 200px;
    display: inline-block;
}

.footer-line:after {
    content: '';
    width: 0;
    height: 100%;
    position: absolute;
    border: 1.5px solid #2887BF;
    top: -100px;
    left: 100px;
}

footer .menu-two-col li a {
    font-weight: 400;
    font-size: 18px !important;
}

.menu-two-col ul.menu > li:nth-child(even) > a {
    width: 50%;
    float: right;
}

.menu-two-col ul.menu > li:nth-child(odd) > a {
    width: 50%;
    float: left;
}


.footer-cta {
    padding-top: 30px;
    padding-bottom: 30px;
    position: relative;
    background-color: #B5DBD2;
}

.footer-cta h3 {
    font-size: 32px !important;
    margin-bottom: 0px;
    margin-top: 0px;
    color: #000;
}

.footer-cta .styled-button {
    float: right;
}

@media (max-width: 767px) {

    .footer-cta .styled-button {
        float: none;
        margin-top: 20px;
        display: inline-block;
    }
}

/*
.premium-badge {
    position: relative;
}

.premium-badge img {
    position: absolute;
    width: 58px;
    height: 58px;
    top: -22px;
    left: -10px;
}

.premium-badge h5 {
    margin: 0 0 0 55px;
    font-size: 20px;
} */

.iframe-container {
    position: relative;
    overflow: hidden;
    width: 100%;
    padding-top: 56.25%; /* 16:9 Aspect Ratio (divide 9 by 16 = 0.5625) */
}

.responsive-iframe {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
}

#sticky-nav {
    z-index: 100000;
    width: 100%;
    position: relative;
    position: -webkit-sticky !important;
    position: sticky !important;
    top: 0px;
}

#sticky-nav ul {
    padding-top: 20px;
    padding-bottom: 20px;
    background-image: linear-gradient(to right, #2887BF, #1B2F5F) !important;
    position: relative;
}

#sticky-nav ul:before {
    content: '';
    position: absolute !important;
    display: block;
    top: 0;
    bottom: 0;
    left: -100%;
    width: 100% !important;
    height: 100% !important;
    background-image: linear-gradient(to right, #2887BF, #2887BF) !important;
    opacity: 1 !important;
    z-index: 0;
}

#sticky-nav ul:after {
    content: '';
    position: absolute !important;
    display: block;
    top: 0;
    bottom: 0;
    right: -100%;
    width: 100% !important;
    height: 100% !important;
    background-image: linear-gradient(to right, #1B2F5F, #1B2F5F) !important;
    opacity: 1 !important;
    z-index: 0;
}

#sticky-nav ul li {
    display: inline-block;
}

#sticky-nav ul li a {
    color: #fff;
    margin-right: 25px;
    font-weight: 400 !important;
    font-size: 18px;
}

#sticky-nav .wpb_content_element {
    margin-bottom: 0 !important;
}

@media (max-width: 991px) {
    #sticky-nav {
        display: none;
    }
}

.subnav-button {
    float: right;
}

.subnav-button a {
    margin-right: 0 !important;
    color: #1B2F5F !important;
    padding: 8px 30px !important;
    background-color: #400186 !important;
    border-radius: 3px;
    background-image: none;
    border: 0 !important;
}

.subnav-button a:hover {
    background-color: #fff !important;
}

.owl-nav {
    position: absolute !important;
    width: 116%;
    top: 50% !important;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

table .thead-dark {
    background-color: #275796 !important;
}

table.table {
    font-size: 15px;
    margin-top: 10px;
}


table.table-striped th {
    color: #fff !important;
    vertical-align: middle !important;
    padding: 10px 8px !important;
    font-weight: 700 !important;
    background-color: #132441;
    text-align: left !important;
}

table.table > tbody td {
    padding: 10px 8px !important;
    text-align: left;
    color: #000;
}


@media screen and (min-width: 768px) {
    .five-columns.vc_row .vc_col-sm-2 {
        float: left;
        width: 18.5%;
        padding: 0;
        margin-right: 1.5%;
        min-height: 0;
    }

    .five-columns.vc_row .vc_col-sm-2:nth-last-child(2) {
        margin-right: 0;
    }

    .five-columns.vc_row .vc_col-sm-2:nth-last-child(1) {
        display: none !important;
    }
}

.gray-callouts {
    margin: 30px auto;
}

.gray-callouts .wpb_column .vc_column-inner {
    padding: 30px;
    background-color: #eeeeee;
}

#software-tech .searchandfilter label,
#software-tech .searchandfilter select {
    display: block;
    font-weight: normal !important;
    width: 100%;
}

#software-tech .searchandfilter ul {
    padding: 0 !important;
}

.vc_tta-color-grey.vc_tta-style-modern .vc_tta-tab a {
    background-color: #fff !important;
    border-color: #fff !important;
    color: #1B2F5F !important;
    font-weight: 400 !important;
}


.vc_tta-color-grey.vc_tta-style-modern .vc_tta-tab.vc_active > a {
    color: #2887BF !important;
}

.vc_tta-color-grey.vc_tta-style-modern.vc_tta-tabs .vc_tta-panels {
    border-color: #f6f6f6 !important;
    background-color: #f6f6f6 !important;
    padding: 20px;
}

.vc_tta-color-grey.vc_tta-style-modern .vc_tta-panel .vc_tta-panel-title > a {
    color: #1B2F5F !important;
    background-color: #fff !important;
}

.vc_tta-color-grey.vc_tta-style-modern .vc_tta-panel.vc_active .vc_tta-panel-heading {
    border-color: #fff !important;
    background-color: #fff !important;
}

.vc_tta-color-grey.vc_tta-style-modern .vc_tta-panel.vc_active .vc_tta-panel-title > a {
    color: #2887BF !important;
}

ul.vc_tta-tabs-list {
    background-image: linear-gradient(to left, #f6f6f6, #fff) !important;
}

@media (max-width: 767px) {
    .vc_tta.vc_tta-style-modern .vc_tta-panel-body {
        border-color: #fff !important;
        background-color: #fff !important;
    }
}

/* .products-list .vc_grid-item .vc_gitem-zone-c {
    width: 50%;
    margin-left: 10%;
    display: inline-block;
    padding: 20px;
    vertical-align: top;
    background-color: transparent !important;
}

.products-list .vc_grid-item .vc_gitem-animated-block {
    width: 40%;
    display: inline-block;
    float: left;
    padding: 30px;
}

.products-list .vc_grid-item-zone-c-bottom {
    background-color: transparent !important;
    padding-top: 80px;
    padding-bottom: 60px
}

.products-list .vc_grid-item {
    background-image: linear-gradient(to bottom, #f6f6f6, #fff) !important;
    padding: 50px 0 !important;
    position: relative;
}

.products-list .vc_grid-item:before {
    content: '';
    position: absolute !important;
    display: block;
    top: 0;
    bottom: 0;
    left: -100%;
    width: 100% !important;
    height: 100% !important;
    background-image: linear-gradient(to bottom, #f6f6f6, #fff) !important;
    opacity: 1 !important;
    z-index: 0;
}

.products-list .vc_grid-item:after {
    content: '';
    position: absolute !important;
    display: block;
    top: 0;
    bottom: 0;
    right: -100%;
    width: 100% !important;
    height: 100% !important;
    background-image: linear-gradient(to bottom, #f6f6f6, #fff) !important;
    opacity: 1 !important;
    z-index: 0;
}

.products-list .vc_grid-item-zone-c-bottom .vc_gitem-zone-c {
    text-align: left !important;
}

.products-list .vc_grid-item-zone-c-bottom .vc_gitem-zone-c h4 {
    text-align: left !important;
    font-size: 28px;
}

@media (max-width: 767px) {
    .products-list .vc_grid-item .vc_gitem-zone-c {
        width: 100%;
        margin-left: 0%;
        display: block;
        padding: 20px;
        vertical-align: top;
        background-color: transparent !important;
    }

    .products-list .vc_grid-item .vc_gitem-animated-block {
        width: 100%;
        display: block;
        float: left;
        padding: 30px;
    }
} */

.site-header .container-fluid,
.top-bar .container-fluid {
    max-width: 1400px;
}

.four-filters ul {
    padding: 0 !important;
    text-align: center;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
    grid-gap: 25px;
    text-align: left;
}

@media (max-width: 600px) {
    .four-filters ul {
        grid-gap: 5px;
    }
}

.four-filters ul li {
    display: inline-block;
}

.resources-grid .vc_pageable-slide-wrapper {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    grid-gap: 25px;
}

.resources-grid .vc_pageable-slide-wrapper:before {
    display: none;
}

.resources-grid .vc_gitem-animated-block {
    display: none;
}

.resources-grid .vc_gitem-zone-c {
    background-color: transparent !important;
}

.resources-grid .vc_gitem-zone-c p {
    margin-bottom: 15px !important;
    line-height: 1.3;
}

.resources-grid .vc_gitem-zone-c h4 {
    margin-bottom: 0px !important;
}


.resources-grid .vc_gitem-zone-c .vc_btn3.vc_btn3-color-juicy-pink, .vc_btn3.vc_btn3-color-juicy-pink.vc_btn3-style-flat {
    padding: 0 !important;
    background-color: transparent !important;
    color: var(--twilight) !important;
    font-family: 'GalanoGrotesqueSemiBold' !important;
    font-size: 16px !important;
}

.resources-grid .vc_btn3-container {
    margin-bottom: 5px;
}


.resources-grid .vc_gitem-col {
    min-height: 240px;
    position: relative;
}

@media (min-width: 768px) {
    .resources-grid .vc_gitem-col .vc_btn3-container {
        position: absolute;
        left: 10px;
        bottom: 0;
    }

}

.four-filters ul li label,
.four-filters ul li input,
.four-filters ul li select {
    display: block;
    width: 100%;
    background-color: #f1f1f1;
    border: 0;
    border-radius: 5px;
    height: 42px;
}

.four-filters ul li input {
    text-indent: 10px;
}

.four-filters ul li input[type=submit] {
    font-size: 16px !important;
    line-height: 16px;
    border-radius: 20px;
    padding: 10px 24px !important;
    background-color: #400186 !important;
    font-weight: bold;
    text-transform: capitalize !important;
    color: #fff !important;
    background-image: none;
    border: 0 !important;
    display: block;
}

.blog-section h2 {
    color: #fff !important;
}

.blog-grid {
    text-align: left;
}

.blog-grid .vc_grid {
    text-align: center;
}


.blog-grid img {
    aspect-ratio: 16/9;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.blog-grid .vc_grid-item-mini {
    position: relative;
}

.blog-grid .vc_gitem-zone-c {
    background-color: transparent !important;
    text-align: left;
}

.blog-grid .vc_gitem-zone-c h4 {
    color: #132441;
    font-weight: bold !important;
    position: relative;
    z-index: 10;
    font-size: 18px;

}

.blog-grid .vc_gitem-zone-a {
    position: relative;
}


body.single .content-container .col-md-8 {
    margin-top: 35px;
    margin-bottom: 35px;
}


body.single-resources .post-content {
    margin-top: 35px;
}

/* .search-filter-results .btn.btn-md.btn-gradient.btn-shadow {
  background-color: transparent !important;
    padding: 0 !important;
    color: #01023D !important;
    text-transform: capitalize;
    margin-top: 25px;
}

.search-filter-results .btn.btn-md.btn-gradient.btn-shadow:hover {
      color: #400186 !important;
} */

.testing-img img {
    aspect-ratio: 16/9;
    width: 100%;
    height: auto;
    object-fit: cover;
}

.testing-header {
    display: flex;
    flex-direction: row;
    align-items: center;
    column-gap: 0;
    margin-bottom: 0 !important;
}

.testing-header .col-1 {
    width: 45%;
    margin-right: 5%;
    display: inline-block;
    float: left;
}

.testing-header .col-2 {
    width: 50%;
    display: inline-block;
    vertical-align: top;
    background-color: transparent !important;
}

@media (max-width: 991px) {
    .testing-header {
        display: block;
    }

    .testing-header .col-1,
    .testing-header .col-2 {
        display: block;
        width: 100%;
        margin-right: 0;
    }
}

body.single-tests article hr {
    border-top: 2px solid #400186;
    margin: 45px 0;
    display: block;
}

ul.quick-links {
    list-style-type: none;
    padding: 0;
    margin-top: 20px;
}

ul.quick-links li {
    display: inline;
    margin-right: 20px;
}

ul.quick-links li a {
    font-size: 17px;
    font-weight: bold;
    color: #275796 !important;
}

div.pricing {
    color: #275796 !important;
    margin-bottom: 6px;
}

.gray-bg {
    background-color: #eee;
}

#about-home {
    position: relative;
    padding-top: 70px;
    padding-bottom: 80px;
}

#about-home:before {
    content: '';
    position: absolute !important;
    display: block;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
    background-image: linear-gradient(to bottom, #87BBD7, #87BBD7) !important;
    opacity: .85 !important;
    z-index: 0;
}

body.home #about-home h6 {
    color: #fff;
}

#compliance-home {
    display: flex;
    flex-direction: row;
    align-items: center;
    position: relative;
    column-gap: 0;
    margin-bottom: 0 !important;
    background-size: cover;
    background-position: center center;
}

#compliance-home h2 {
    padding-bottom: 22px;
}


#compliance-home .vc_col-sm-6:nth-child(1) {
    width: 50%;
    display: inline-block;
    float: left;
}

#compliance-home .vc_col-sm-6:nth-child(1) {
    width: 50%;
    display: inline-block;
    padding: 120px 80px;
}

#compliance-home .vc_col-sm-6:nth-child(1):before {
    content: '';
    position: absolute !important;
    display: block;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
    background-image: linear-gradient(to bottom, #87BBD7, #87BBD7) !important;
    opacity: .85 !important;
    z-index: 0;
}

#compliance-home .vc_col-sm-6 .wpb_text_column {
    position: relative;
    z-index: 10;
}

#compliance-home.vc_row-has-fill > .vc_column_container > .vc_column-inner {
    padding-top: 0 !important;
}

body.home #compliance-home h6 {
    color: #fff;
}

@media (max-width: 767px) {
    /* #compliance-home {
    display: block;
    padding-left: 15px;
    padding-right: 15px;
  } */
    #compliance-home .vc_col-sm-6:nth-child(2) {
        width: 100%;
        display: block;
    }

    #compliance-home .vc_col-sm-6:nth-child(1) {
        padding: 80px 40px;
        width: 100%;
        display: block;
    }

}

.knockout-block h2,
.knockout-block h3,
.knockout-block h4,
.knockout-block p {
    color: #fff;
}

.logo-scroll {
    box-shadow: 0px 0px 15px rgba(0, 0, 0, .11);
    border-bottom: 2px solid #400186;
    border-top: 2px solid #400186;
    padding-top: 20px;
    padding-bottom: 20px;
}

.logo-scroll .wpb_content_element {
    margin-bottom: 0;
}

.logo-scroll .item {
    aspect-ratio: 4/3;
}

.logo-scroll .item img {
    max-width: 110px;
    height: auto;
    width: 100%;
    position: absolute;
    -webkit-filter: grayscale(1); /* Google Chrome, Safari 6+ & Opera 15+ */
    filter: grayscale(1); /* Microsoft Edge and Firefox 35+ */
    transition: 0.3s;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.footer-top {
    border-bottom: 2px solid #400186;
    padding-bottom: 24px;
    margin-bottom: 44px;
}

.footer-top ul {
    padding-left: 0;
    list-style-type: none;
    display: flex;
    justify-content: space-between;
}

.footer-top ul li {
    display: inline-block
}

.footer-top ul li > ul {
    display: none;
}

@media (max-width: 767px) {
    .footer-top ul {
        padding-left: 0;
        list-style-type: none;
        display: block;
        justify-content: initial;
    }

    .footer-top ul li {
        display: block
    }
}

.product-list-link {
    font-size: 16px;
    font-weight: bold;
    color: #400186 !important;
}


.capabilities-image img {
    max-height: 350px;
    width: 100%;
    height: auto;
    object-fit: cover;
    margin-bottom: 35px;
}

.other-capabilities {
    background-color: #132441;
    display: block;
    position: relative;
    padding-top: 70px;
    padding-bottom: 70px;
    margin-top: 100px;
}

.other-capabilities hr {
    width: 120px;
    margin-bottom: 30px;
    border-top: 3px solid #400186;
}

.other-capabilities h3 {
    color: #fff;
    text-align: center;
    margin-bottom: 50px;
}

.other-capabilities:before {
    content: '';
    position: absolute !important;
    display: block;
    top: 0;
    bottom: 0;
    left: -100%;
    width: 100% !important;
    height: 100% !important;
    background-image: linear-gradient(to right, #132441, #132441) !important;
    opacity: 1 !important;
    z-index: 0;
}

.other-capabilities:after {
    content: '';
    position: absolute !important;
    display: block;
    top: 0;
    bottom: 0;
    right: -100%;
    width: 100% !important;
    height: 100% !important;
    background-image: linear-gradient(to right, #132441, #132441) !important;
    opacity: 1 !important;
    z-index: 0;
}

.other-capabilities-wrapper {
    padding-top: 15px;
    padding-bottom: 15px;
    list-style-type: none;
    display: flex;
    justify-content: space-between;
}

.other-capabilities-item {
    text-align: center;
}

.other-capabilities-item img {
    display: block;
    text-align: center;
    margin: 15px auto;
    -webkit-filter: invert(100%);
    -webkit-filter: brightness(10);
    filter: brightness(10);
}

.other-capabilities-item h5 {
    color: #fff !important;
    font-weight: bold !important;
}


.capabilities-home article {
    padding: 52px 25px 45px 25px;
    position: relative;
    text-align: center;
    background-color: #fff;
}

.capabilities-home article:hover {
    background-color: #034281;
}

.capabilities-home article:hover h4 a,
.capabilities-home article:hover p {
    color: #fff;
}

.capabilities-home article:hover img {
    filter: brightness(0) invert(1);
}

.capabilities-home article:after {
    content: "";
    background: #132441;
    position: absolute;
    bottom: 10%;
    left: 0;
    height: 80%;
    width: 1px;
}

.capabilities-home {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-gap: 0px;
    z-index: 10;
}

.capabilities-home article:nth-child(1):after {
    display: none;
}


.capabilities-home article h4 {
    font-weight: bold !important;
    margin-bottom: 20px;
    text-align: center;
}

.capabilities-home article h4 a {
    color: #000;
}

.capabilities-home article p {
    margin-bottom: 18px;
    text-align: center;
    line-height: 1.3;
}

.capabilities-home article img {
    margin: 0 auto 12px auto;
}

@media (max-width: 991px) {
    .capabilities-home {
        display: grid;
        grid-template-columns: 1fr 1fr;
    }

    .capabilities-home article:nth-child(1):after,
    .capabilities-home article:nth-child(3):after {
        display: none;
    }

    .capabilities-home article:before {
        content: "";
        background: #132441;
        position: absolute;
        left: 10%;
        top: 0;
        width: 80%;
        height: 1px;
    }

    .capabilities-home article:nth-child(1):before,
    .capabilities-home article:nth-child(2):before {
        display: none;
    }
}

@media (max-width: 767px) {
    .capabilities-home {
        display: grid;
        grid-template-columns: 1fr;
    }

    .capabilities-home article:before {
        content: "";
        background: #132441;
        position: absolute;
        left: 10%;
        top: 0;
        width: 80%;
        height: 1px;
    }

    .capabilities-home article:nth-child(1):before {
        display: none;
    }

    .capabilities-home article:nth-child(2):before {
        display: block;
    }

    .capabilities-home article:after {
        display: none;
    }
}


.offerings-grid {
    display: grid;
    grid-gap: 40px;
    grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
}

.offerings-list article {
    position: relative;
    height: 50px;
    margin-bottom: 15px;
}

.offerings-list article img {
    position: absolute;
    width: 22px;
    height: 22px;
    aspect-ratio: 1;
    filter: brightness(0) invert(1);
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.offerings-list article .wrapper {
    background-color: var(--blaze);
    display: inline-block;
    position: relative;
    border-radius: 50%;
    height: 46px;
    width: 46px;
}

.offerings-list article h4 {
    margin-left: 10px;
    display: inline-block;
    vertical-align: 70%;
}

.offerings-list article:hover .wrapper {
    background-color: #400186;
}

.offerings-list article:hover a h4 {
    color: var(--blaze);
    opacity: 1;
}

.list-wrapper:nth-child(odd) {
    background-color: #EDEDED !important;
    position: relative;
}

.list-wrapper:nth-child(odd):before {
    content: '';
    position: absolute !important;
    display: block;
    top: 0;
    bottom: 0;
    left: -100%;
    width: 100% !important;
    height: 100% !important;
    background-image: linear-gradient(to right, #EDEDED, #EDEDED) !important;
    opacity: 1 !important;
    z-index: 0;
}

.list-wrapper:nth-child(odd):after {
    content: '';
    position: absolute !important;
    display: block;
    top: 0;
    bottom: 0;
    right: -100%;
    width: 100% !important;
    height: 100% !important;
    background-image: linear-gradient(to right, #EDEDED, #EDEDED) !important;
    opacity: 1 !important;
    z-index: 0;
}

.list-wrapper:nth-child(odd) .btn.btn-md.btn-gradient.btn-shadow {
    background-color: #fff !important;
    color: #400186 !important;
}

.list-wrapper:nth-child(odd) .btn.btn-md.btn-gradient.btn-shadow:hover {
    background-color: #400186 !important;
    color: #fff !important;
}


.list-wrapper {
    padding: 80px;
}

.list-wrapper.product-wrapper {
    padding-top: 70px;
    padding-bottom: 70px;
    padding-left: 0;
    padding-right: 0;
}

.list-wrapper .list-item,
.list-wrapper .list-item {
    display: flex;
    flex-direction: row;
    align-items: center;
    column-gap: 100px;
    margin-bottom: 0 !important;
}


.list-wrapper .list-item.product-item img {
    aspect-ratio: 16/9;
    width: 100%;
    height: auto;
    object-fit: cover;
}

.list-wrapper .list-item .image-wrapper,
.list-wrapper .list-item .content-wrapper {
    flex-basis: 100%;
}

.list-wrapper .list-item .content-wrapper h4 {
    font-size: 28px;
    margin-bottom: 25px;
}

@media (max-width: 767px) {

    .list-wrapper {
        padding: 80px 15px !important;
    }

    .list-wrapper.product-wrapper {
        padding-top: 70px;
        padding-bottom: 70px
    }

    .list-wrapper .list-item {
        display: block;
    }

    .list-wrapper:nth-child(odd) {
        margin-left: 0px;
        margin-right: 0px;
    }

    .list-wrapper .list-item h4 {
        margin-top: 50px;
    }
}

.footer-logos {
    margin-top: 100px;
}

.footer-logos img {
    max-width: 140px;
    text-align: center;
    margin: 0 auto;
    vertical-align: baseline;
}


.title-bar-offerings {
    padding-top: 160px;
    padding-bottom: 160px;
    text-align: center;
    background-color: #B5DBD2;
    position: relative;
}

.title-bar-offerings img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
}

.offerings-hero-text {
    background-color: rgba(255, 255, 255, 0.9);
    width: auto;
    text-align: center;
    padding: 42px;
    display: inline-block;
    border-radius: 25px;
    max-width: 50%;
}

.offerings-hero-text h1 {
    margin-top: 0 !important;
    font-size: 42px !important;
}

.offerings-hero-text #breadcrumbs {
    text-align: center;
}

@media (max-width: 991px) {
    .offerings-hero-text {
        max-width: 90%;
        padding: 35px;
    }
}

.offerings-block {
    background-color: #B5DBD2;
    padding-top: 100px;
    padding-bottom: 100px;
    padding-left: 15px;
    padding-right: 15px;
    display: block;
    position: relative;
}

@media (min-width: 768px) {
    .offerings-block:before {
        content: '';
        position: absolute !important;
        display: block;
        top: 0;
        bottom: 0;
        left: -100%;
        width: 100% !important;
        height: 100% !important;
        background-image: linear-gradient(to right, #B5DBD2, #B5DBD2) !important;
        opacity: 1 !important;
        z-index: 0;
    }

    .offerings-block:after {
        content: '';
        position: absolute !important;
        display: block;
        top: 0;
        bottom: 0;
        right: -100%;
        width: 100% !important;
        height: 100% !important;
        background-image: linear-gradient(to right, #B5DBD2, #B5DBD2) !important;
        opacity: 1 !important;
        z-index: 0;
    }
}

.offerings-block-intro {
    padding-bottom: 70px;
}

.offerings-block .single-offering {
    position: relative;
}

.offerings-block .single-offering img {
    border-radius: 5px;
    width: 100%;
    height: auto;
    aspect-ratio: 4/3;
    object-fit: cover;
}

.offerings-block .single-offering h4 {
    font-size: 20px !important;
    line-height: 1;
    padding: 0 15px;
    margin: 0 auto;
    height: 66px;
    width: 88% !important;
    display: flex;
    justify-content: center;
    align-items: center;
}

.offerings-block .single-offering h4:after {
    content: '';
    position: absolute !important;
    display: block;
    width: 100% !important;
    height: 80px !important;
    top: 0;
    background-image: linear-gradient(to right, #f1f1f1, #f1f1f1) !important;
    opacity: 1 !important;
    z-index: -1;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
}


.title-bar-portfolio {
    padding-top: 120px;
    padding-bottom: 120px;
    text-align: center;
    background-color: #B5DBD2;
    position: relative;
    text-align: center;
}

.title-bar-portfolio:before {
    content: '';
    position: absolute !important;
    display: block;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
    background-image: linear-gradient(to bottom right, #400186, #400186) !important;
    opacity: .72 !important;
    z-index: 1;
}

.title-bar-portfolio img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
}

.title-bar-portfolio span.case-study-intro {
    color: #fff;
    font-family: 'GalanoGrotesqueBold' !important;
    font-size: 24px;
    margin-bottom: -20px;
    display: block;
    padding-top: 20px;
}

.title-bar-portfolio h1 {
    color: #fff;
    font-size: 42px !important;
}

.title-bar-portfolio #breadcrumbs {
    text-align: center;
    color: #fff !important;
    width: 100%;
}

.title-bar-portfolio #breadcrumbs a {
    color: #fff !important;
}

.statistics-block {
    padding-top: 60px;
    padding-bottom: 60px;
    padding-left: 15px;
    padding-right: 15px;
}

.statistics-grid {
    display: grid;
    grid-gap: 40px;
    grid-template-columns: repeat(auto-fill, minmax(190px, 1fr));
}

.statistics-grid article {
    position: relative;
    aspect-ratio: 4/3;
}

@media (max-width: 600px) {
    .statistics-grid article {
        position: relative;
        aspect-ratio: auto;
    }
}

.statistics-grid article h4 {
    margin-top: 20px;
}

.statistics-grid article a {
    margin-top: 10px;
    display: inline-block;
}

.statistics-grid img {
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
}

.statistics-grid .statistics-content {
    display: block;
    z-index: 10;
    position: relative;
}

.statistics-grid .statistics-content h5 {
    margin-left: 50px;
    margin-top: 55px;
    font-size: 36px;
    margin-bottom: 0;
}

.statistics-grid .statistics-content p {
    margin-left: 90px;
    line-height: 18px;
}

.offerings.wpb_gallery .wpb_flexslider .flex-control-paging {
    display: none !important;
}

.offerings-slider .flexslider {
    border: 0 !important;
    margin: 0 !important;
    border-radius: 10px;
}

.offerings-slider ul.slides li img {
    aspect-ratio: 20/8;
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-radius: 10px;
    box-shadow: 0px 3px 15px rgba(0, 0, 0, 0.2);
}

@media (max-width: 767px) {
    .offerings-slider ul.slides li img {
        aspect-ratio: 4/3;
    }
}

.offerings-slider .flex-direction-nav a {
    color: transparent;
    border-radius: 20px;
    width: 40px;
    line-height: 44px;
    height: 40px;
    margin: -20px 0 0;
    background-color: #fff;
    text-align: center;
}

.offerings-slider .flex-nav-next a:before {
    font-size: 20px;
    display: inline-block;
    content: "\f054" !important;
    font-family: 'fontawesome';
    color: #000;
    text-shadow: 0 3px 15px rgba(0, 0, 0, 0.2);
}

.offerings-slider .flex-nav-prev a:before {
    font-size: 20px;
    display: inline-block;
    content: "\f053" !important;
    font-family: 'fontawesome';
    color: #000;
    text-shadow: 0 3px 15px rgba(0, 0, 0, 0.3);
}

.offerings-slider .flex-control-nav.flex-control-paging {
    display: none;
}

.offerings-slider .wpb_content_element {
    margin-bottom: 0 !important;
}

/* */

.portfolio-slider .flexslider {
    border: 0 !important;
    margin: 0 !important;
    border-radius: 10px;
}

.portfolio-slider ul.slides li img {
    aspect-ratio: 4/3;
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-radius: 10px;
    box-shadow: 0px 3px 15px rgba(0, 0, 0, 0.2);
}

.portfolio-slider .flex-direction-nav a {
    color: transparent;
    border-radius: 20px;
    width: 40px;
    line-height: 44px;
    height: 40px;
    margin: -20px 0 0;
    background-color: #fff;
    text-align: center;
}

.portfolio-slider .flex-nav-next a:before {
    font-size: 20px;
    display: inline-block;
    content: "\f054" !important;
    font-family: 'fontawesome';
    color: #000;
    text-shadow: 0 3px 15px rgba(0, 0, 0, 0.2);
}

.portfolio-slider .flex-nav-prev a:before {
    font-size: 20px;
    display: inline-block;
    content: "\f053" !important;
    font-family: 'fontawesome';
    color: #000;
    text-shadow: 0 3px 15px rgba(0, 0, 0, 0.3);
}

.portfolio-slider .flex-control-nav.flex-control-paging {
    display: none;
}

.portfolio-slider .wpb_content_element {
    margin-bottom: 0 !important;
}

.cta-block {
    border-radius: 25px;
    position: relative;
    overflow: hidden;
}

.cta-block .vc_gitem-zone-c {
    background-color: transparent !important;
    padding: 35px;
}

.cta-block .vc_gitem-animated-block {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: auto;
}


.cta-block .vc_gitem-animated-block {
    background-position: center center;
}

.cta-block .vc_gitem-animated-block .vc_gitem-zone-a {
    top: 50%;
    aspect-ratio: 4/3;
    width: 100%;
    height: auto;
    left: 0;
    -webkit-transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
}

.cta-block .vc_gitem-zone-c .vc_gitem-col {
    display: inline-block;
}

.cta-block .vc_gitem-zone-c p {
    color: #fff;
    position: relative;
    z-index: 10;
    margin-bottom: 0;
}

.cta-block .vc_gitem-zone-c h4 {
    color: #fff;
    font-size: 34px;
    position: relative;
    z-index: 10;
}

.cta-block .vc_gitem-zone-c .vc_gitem-post-data-source-post_title,
.cta-block .vc_gitem-zone-c .vc_gitem-post-data-source-post_excerpt {
    width: 70%;
    display: inline-block;
}

.cta-block .vc_gitem-zone-c .vc_btn3-container {
    width: 25%;
    margin-left: 5%;
    float: right;
    text-align: right;
}

.cta-block .vc_gitem-zone-c .vc_btn3-container .btn.btn-md.btn-gradient.btn-shadow {
    background-color: #fff !important;
    color: #000 !important;
}

.cta-block .vc_gitem-zone-c .vc_btn3-container .btn.btn-md.btn-gradient.btn-shadow:hover {
    background-color: #FF6249 !important;
    color: #fff !important;
}

.cta-block .vc_gitem-zone-c:after {
    content: '' !important;
    position: absolute !important;
    display: block !important;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
    background-image: linear-gradient(to bottom right, #400186, #400186) !important;
    opacity: .72 !important;
    z-index: 0;
}

@media (max-width: 767px) {
    .cta-block .vc_gitem-zone-c .vc_gitem-post-data-source-post_title,
    .cta-block .vc_gitem-zone-c .vc_gitem-post-data-source-post_excerpt {
        width: 100%;
        display: block;
    }

    .cta-block .vc_gitem-zone-c .vc_btn3-container {
        width: 100%;
        float: none;
        margin-left: 0;
        text-align: left;
    }

    .cta-block .vc_gitem-animated-block .vc_gitem-zone-a {
        aspect-ratio: 3/5;
    }
}

.single-offering {
    position: relative;
    overflow: hidden;
    border-radius: 5px;
}

.single-offering .image-wrapper {
    z-index: 1;
    display: block;
    position: relative;
    box-shadow: 0px 3px 15px rgba(0, 0, 0, 0.2);
}

.single-offering h4 {
    opacity: 1;
    transform: translateY(0);
    transition: all 0.3s ease-in-out;
    z-index: -10;
}

.single-offering:hover h4 {
    opacity: 0;
    transform: translateY(100%);
    transition: all 0.3s ease-in-out;
}

.single-offering .show-me {
    opacity: 1;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    transform: translateY(101%);
    transition: all 0.4s ease-in-out;
    background-color: #400186;
    display: block;
    height: 100%;
    z-index: 10;
    border-radius: 5px;
}


.single-offering:hover .show-me {
    transform: translateY(0);
    transition: all 0.4s ease-in-out;
}

.single-offering .show-me h3 {
    color: #fff;
    margin-bottom: 25px;
    font-size: 28px !important;
    padding-left: 15px;
    padding-right: 15px;
}

a.orange-button {
    font-size: 16px !important;
    line-height: 16px;
    border-radius: 20px;
    padding: 10px 24px !important;
    background-color: #FF6249 !important;
    font-weight: bold;
    text-transform: capitalize !important;
    color: #fff !important;
    background-image: none;
    border: 0 !important;
}

.single-offering .show-me .show-me-wrapper {
    position: absolute;
    width: 100%;
    top: 50%;
    left: 0;
    -webkit-transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
}

.offset-airglow {
    position: relative;
    padding-left: 30px;
    overflow: visible !important;
}

.offset-airglow img {
    aspect-ratio: 16/9;
    width: 100%;
    height: auto;
    object-fit: cover;
}

.offset-airglow:after {
    background-color: var(--airglow);
    width: 85%;
    height: 130%;
    content: '';
    position: absolute;
    left: -0px;
    top: -15%;
    bottom: -15%;
    right: 0px;
    z-index: -1;
    border-radius: 10px;
}

.blaze-bumpout-right {
    position: relative;
    padding-right: 30px;
    /* 	overflow: visible !important; */
}

.blaze-bumpout-right:after {
    background-color: var(--blaze);
    width: 30px;
    height: 85%;
    content: '';
    position: absolute;
    top: 7.5%;
    bottom: 7.5%;
    right: 0px;
    z-index: -1;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}


.negative-margin {
    margin-top: -100px;
    display: block;
}

@media (max-width: 991px) {
    .negative-margin {
        margin-top: -40px;
        display: block;
        width: 94%;
        margin-left: 3%;
    }
}

.portfolio-sidebar {
    background-color: #B5DBD2;
    padding: 35px;
    border-radius: 25px;
    min-height: 200px;
}


.related-taxonomies {
    margin-top: 30px;
}

.related-taxonomies:first-child {
    margin-top: 15px !important;
}

.badge {
    font-family: 'GalanoGrotesqueSemiBold' !important;
    text-decoration: none;
    font-size: 12px !important;
    line-height: 12px;
    border-radius: 20px;
    padding: 7px 12px !important;
    background-color: #400186 !important;
    color: #fff !important;
    background-image: none;
    margin-bottom: 8px;
    margin-right: 8px;
    display: inline-block;
}

.badge a {
    color: #fff;
}

.main-number-callout {
    margin-bottom: 5px;
}


.main-number-callout h5 {
    font-size: 22px;
    font-family: 'GalanoGrotesqueBold' !important;
}

.main-number-callout h5 span {
    font-size: 72px;
    display: block;
    color: #FF6249;
}

.additional-number-callout h6 {
    font-size: 14px;
    font-family: 'GalanoGrotesqueRegular' !important;
}

.additional-numbers {
    margin-top: 20px;
    margin-bottom: 30px;
}

.additional-number-callout h6 span {
    font-size: 42px;
    display: block;
    font-family: 'GalanoGrotesqueSemiBold' !important;
    color: #400186;
}

.offerings-page-list {
    display: block;
    margin-top: 60px;
}

.offerings-page-list ul.nav {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    grid-gap: 25px;
    text-align: center;
    list-style-type: none;
    padding-left: 0;
    margin-bottom: 35px;
}

.offerings-page-list ul.nav li h5 {
    font-size: 22px;
    line-height: 22px;
    margin-top: 10px;
}

.offerings-page-list ul.nav li {
    max-width: 160px;
}

.offerings-page-list ul.nav li .icon-wrapper {
    background-color: #FF6249;
    width: 50px;
    height: 50px;
    margin: 0 auto;
    border-radius: 25px;
    position: relative;
    transition: background-color 0.2s, color 0.2s;
}

.offerings-page-list ul.nav li a:hover .icon-wrapper,
.offerings-page-list ul.nav li.active a .icon-wrapper {
    background-color: #400186;
    transition: background-color 0.2s, color 0.2s;
}

.offerings-page-list ul.nav li a:hover h5 {
    color: var(--twilight);
    opacity: 1 !important;
}

.offerings-page-list ul.nav li img {
    display: block;
    margin: 0 auto 3px;
    line-height: 28px;
    width: 28px;
    height: 28px;
    position: absolute;
    top: 50%;
    filter: brightness(0) invert(1);
    left: 50%;
    transform: translate(-50%, -50%);
}

.offerings-page-list .tab-content {
    border: 0;
}


.offerings-page-list .tab-content img {
    position: relative;
    aspect-ratio: 4/3;
    width: 100%;
    border-radius: 15px;
    height: auto;
    object-fit: cover;
    box-shadow: 0px 3px 15px rgba(0, 0, 0, 0.2);
}


.offerings-page-list .row {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    column-gap: 0;
    margin-bottom: 0 !important;
}

.offerings-page-list .column {
    width: 50%;
    display: inline-block;
    padding: 0px;
    vertical-align: top;
}

.offerings-page-list .column h3 {
    margin-bottom: 20px;
}

.offerings-page-list .column.content {
    background-color: #F1F1F1;
    padding: 45px;
    border-bottom-left-radius: 25px;
    border-top-left-radius: 25px;
}

@media (max-width: 1199px) {
    .offerings-page-list .tab-content img {
        aspect-ratio: 1;
    }

}

@media (max-width: 991px) {
    .offerings-page-list .row {
        display: block;
        flex-direction: row-reverse;
    }

    .offerings-page-list .column {
        width: 100% !important;
        display: block;
    }

    .offerings-page-list .column.content {
        border-bottom-left-radius: 25px;
        border-bottom-right-radius: 25px;
        border-top-left-radius: 0;
        width: 90% !important;
        margin-left: 5%;
    }

    .offerings-page-list .tab-content img {
        aspect-ratio: 16/9;
    }
}

@media (max-width: 767px) {
    .offerings-page-list ul.nav {
        grid-template-columns: repeat(auto-fill, minmax(100px, 1fr));
        grid-gap: 20px;
        margin-bottom: 25px;
    }

    .offerings-page-list ul.nav li h5 {
        font-size: 16px;
        line-height: 16px;
        margin-top: 8px;
    }
}

body.home .rounded-image img {
    aspect-ratio: 16/9;
    object-fit: cover;
    width: 100%;
    height: auto;
    margin-bottom: 0 !important;
}

.rounded-image img.attachment-post-thumbnail {
    border-radius: 15px !important;
    display: block;
    aspect-ratio: 4/3;
    object-fit: cover;
    width: 100%;
    height: auto;
    box-shadow: 0px 3px 15px rgba(0, 0, 0, 0.2);
    margin-bottom: 35px;
}

.rounded-image img {
    border-radius: 15px !important;
    box-shadow: 0px 3px 15px rgba(0, 0, 0, 0.2);
    margin-bottom: 15px;
}

.stretched-image img {
    aspect-ratio: 20/7;
    width: 100%;
    height: auto;
    object-fit: cover;
    border-radius: 5px;
}

.industries-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    grid-gap: 30px;
    margin-bottom: 20px !important;
    text-align: center;
}

.industries-grid h4 {
    margin-bottom: 20px;
}

.industries-grid .industry-icon {
    width: 40px;
    height: 40px;
    margin: 0 auto 30px;
    aspect-ratio: 1;
}

.industries-grid p {
    font-size: 15px;
    line-height: 1.3;
}

.industries-grid p a {
    color: var(--airglow);
    font-family: 'GalanoGrotesqueSemiBold' !important;
}


/**
 * Top Bar Header
 */
.top-bar-announcement {
    text-align: center;
    color: #000;
    padding: 8px 0;
    font-family: 'GalanoGrotesqueSemiBold' !important;
    font-weight: bold;
    z-index: 10;
    display: block;
    position: relative;
}


.top-bar-announcement p {
    font-size: 14px;
}

.top-bar-announcement a {
    border-radius: 25px;
    color: #fff;
    line-height: 1;
    background-color: var(--twilight);
    padding: 5px 14px;
    font-family: 'GalanoGrotesqueSemiBold' !important;
    display: inline-block;
    margin-left: 1rem;
}

.top-bar-announcement.blaze {
    background-color: var(--blaze);
}


.top-bar-announcement.twilight {
    background-color: var(--twilight);
}

.top-bar-announcement.airglow {
    background-color: var(--airglow);
}

.top-bar-announcement.blaze p,
.top-bar-announcement.twilight p {
    color: #fff;
}

.top-bar-announcement.twilight a {
    color: #000;
    background-color: #fff;
}

.case-study-container .logo-wrapper {
    margin-top: -200px;
    background-color: #fff !important;
    padding: 60px 45px;
    z-index: 10;
    display: block;
    border-radius: 25px;
    margin-bottom: 60px;
}

.case-study-container .ebook-wrapper {
    margin-top: -200px;
    background-color: #fff !important;
    padding: 65px 45px;
    z-index: 10;
    display: block;
    border-radius: 25px;
    margin-bottom: 60px;
}

.case-study-container .ebook-wrapper img {
    max-width: 240px;
/* 	border: .5px solid #f0f0f0; */
    max-height: auto;
	border-radius: 5px;
    width: 100%;
    height: auto;
	box-shadow:
      0 1px 1px hsl(0deg 0% 0% / 0.075),
      0 2px 2px hsl(0deg 0% 0% / 0.075),
      0 4px 4px hsl(0deg 0% 0% / 0.075),
      0 8px 8px hsl(0deg 0% 0% / 0.075),
      0 16px 16px hsl(0deg 0% 0% / 0.075)
    ;
}

.case-study-container .logo-wrapper img {
    max-width: 320px;
    max-height: 140px;
    width: 100%;
    height: auto;
}

.case-study-container .logo-wrapper .wpb_content_element {
    margin-bottom: 0 !important;
}

.case-study-container {
    overflow: visible !important;
}

/**
 * ---------------------------------------------------------------------------------------------------------------------
 * Capabilities Home Shortcode
 * ---------------------------------------------------------------------------------------------------------------------
 */
.shortcode-capabilities-home {
    background-color: #fff;
    padding: 45px;
    border-radius: 25px;
}

.shortcode-capabilities-home .row {
    display: flex;
    align-items: center;
    column-gap: 0;
    margin-bottom: 0 !important;
}

.shortcode-capabilities-home .column {
    width: 50%;
    display: inline-block;
    padding: 0px;
    vertical-align: top;
}

.shortcode-capabilities-home .column.content-side {
    padding-left: 30px;
}

.shortcode-capabilities-home ul.nav {
    padding: 0;
    margin: 0;
    list-style-type: none;
    display: flex;
    /* grid-template-columns: repeat(auto-fill, minmax(170px, 1fr)); */
    grid-gap: 12px;
}

.shortcode-capabilities-home ul.nav li a {
    display: block;
}

.shortcode-capabilities-home ul.nav li {
    border-radius: 44px;
    padding-right: 1rem;
    padding: 0 20px 0 0;
    transition: all 0.2s ease-in-out;
}


.shortcode-capabilities-home ul.nav li.active .icon-wrapper {
    background-color: var(--twilight);
}

.shortcode-capabilities-home ul.nav li:hover {
    background-color: var(--blaze);
    border-radius: 44px;
    transition: all 0.2s ease-in-out;
}

.shortcode-capabilities-home ul.nav li:hover a h5 {
    color: #fff;
    opacity: 1;
}

.shortcode-capabilities-home ul.nav li.active:hover {
    background-color: transparent;
}

.shortcode-capabilities-home ul.nav li.active:hover a h5 {
    color: #000;
    opacity: 1;
}

.shortcode-capabilities-home ul.nav li a .icon-wrapper {
    width: 44px;
    height: 44px;
    line-height: 44px;
    text-align: center;
    border-radius: 22px;
    display: inline-block;
    background-color: var(--blaze);
}

.shortcode-capabilities-home ul.nav li a .icon-wrapper img {
    filter: brightness(0) invert(1);
    max-width: 22px;
    width: 100%;
    height: auto;
    aspect-ratio: 1;
}

.shortcode-capabilities-home ul.nav li a p {
    font-size: 14px !important;
    display: inline-block;
    line-height: 21px !important;
	color: #000 !important;
	font-family: GalanoGrotesqueSemiBold !important;
	font-weight: 500 !important;
}

.shortcode-capabilities-home .tab-content {
    margin-top: 32px;
    border: 0;
    padding: 0;
}

.shortcode-capabilities-home .tab-content .tab-pane {
    margin: 0;
    padding: 0;
}

.shortcode-capabilities-home .tab-content .tab-pane .container {
    padding: 0;
}

.shortcode-capabilities-home .tab-content img.featured {
    border-radius: 5px;
    aspect-ratio: 16/9;
    width: 100%;
    height: auto;
    object-fit: cover;
}

.shortcode-capabilities-home .tab-content .category-title-wrapper {
    display: flex;
    gap: 8px;
    align-items: center;
    margin-bottom: 22px
}

.shortcode-capabilities-home .tab-content .category-title-wrapper h3 {
    margin: 0 0 0 5px;
    font-size: 36px !important;
    line-height: 40px !important;
}

.shortcode-capabilities-home .tab-content .category-title-wrapper img {
    max-width: 32px;
    width: 100%;
    height: auto;
    aspect-ratio: 1;
}

.shortcode-capabilities-home .tab-content p.excerpt {
    margin-bottom: 24px;
    font-size: 16px;
    line-height: 26px;
}

.shortcode-capabilities-home .tab-content a.btn {
    margin-bottom: 20px;
    font-size: 14px;
    line-height: 21px;
}

@media (max-width: 991px) {
    .shortcode-capabilities-home .row {
        display: block;
        margin-bottom: 0 !important;
    }

    .shortcode-capabilities-home .column {
        width: 100%;
        display: block;
        padding: 0px;
        vertical-align: top;
    }

    .shortcode-capabilities-home img.featured {
        margin-bottom: 30px;
    }

    .shortcode-capabilities-home .column.content-side {
        padding-left: 0;
    }
}

@media (max-width: 1200px) {
    .shortcode-capabilities-home ul.nav {
        display: block;
        grid-gap: 0;
    }

    .shortcode-capabilities-home ul.nav li {
        margin-top: 15px;
        margin-bottom: 15px;
    }
}

/**
 * ---------------------------------------------------------------------------------------------------------------------
 */

@media (max-width: 991px) {
    #resources-section .vc_col-sm-6 {
        width: 100% !important;
    }
}

/**
 * ---------------------------------------------------------------------------------------------------------------------
 * Resources Section
 * ---------------------------------------------------------------------------------------------------------------------
 */


.featured-resources-home {
    min-height: 440px;
}

.featured-resources .vc_grid.vc_grid-owl-theme .vc_grid-owl-nav {
    height: 40px;
}

.featured-resources .vc_grid-item-mini {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.featured-resources .vc_grid-item .vc_gitem-animated-block {
    width: 35%;
    margin-left: 0;
    display: inline-block;
    float: left;
}

.featured-resources .vc_grid-item .vc_gitem-animated-block img,
.featured-resources .vc_grid-item .vc_gitem-animated-block .vc_gitem-zone-a {
    aspect-ratio: 3/4;
    width: 100%;
    height: auto;
    object-fit: cover;
    border-radius: 5px;
    box-shadow: 0px 3px 15px rgba(0, 0, 0, 0.2);
}

.featured-resources .vc_grid-item .vc_gitem-zone-c {
    width: 61%;
    margin-left: 4%;
    display: inline-block;
    padding: 0 20px;
    text-align: left !important;
    background-color: transparent !important;
}

.featured-resources .owl-carousel.owl-drag .owl-item {
    min-height: 320px;
    padding: 20px;
}

.featured-resources .vc_grid-item .vc_gitem-zone-c p {
    line-height: 1.3;
}

.featured-resources .vc_grid.vc_row.vc_grid-gutter-30px .vc_grid-item {
    padding: 0 !important;
}

.featured-resources .vc_grid.vc_grid-owl-theme .vc_grid-owl-nav .vc_grid-owl-next {
    top: 100%;
    right: 41%;
}

.featured-resources .vc_grid.vc_grid-owl-theme .vc_grid-owl-nav .vc_grid-owl-prev {
    top: 100%;
    left: 42%;
}

.featured-resources .vc_grid.vc_grid-owl-theme .vc_grid-owl-nav .vc_grid-owl-next:before,
.featured-resources .vc_grid.vc_grid-owl-theme .vc_grid-owl-nav .vc_grid-owl-prev:before {
    color: var(--twilight) !important;
}

@media (max-width: 767px) {
    .featured-resources .vc_grid-item-mini {
        display: block;
    }

    .featured-resources .vc_grid-item .vc_gitem-animated-block {
        width: 100%;
        display: block;
        float: none;
    }

    .featured-resources .vc_grid-item .vc_gitem-zone-c {
        width: 100%;
        margin-left: 0%;
        display: block;
        padding: 20px 0;
    }

    .featured-resources .vc_gitem_row .vc_gitem-col {
        padding: 10px 0 0 0 !important;
    }
}

.featured-resources .vc_grid.vc_grid-owl-theme .vc_grid-owl-nav,
.featured-resources .vc_grid.vc_grid-owl-theme .vc_grid-owl-nav .vc_grid-owl-prev,
.featured-resources .vc_grid.vc_grid-owl-theme .vc_grid-owl-nav .vc_grid-owl-next {
    opacity: 1 !important;
}

.featured-resources .vc_grid.vc_grid-owl-theme .vc_grid-owl-nav .vc_grid-owl-prev,
.featured-resources .vc_grid.vc_grid-owl-theme .vc_grid-owl-nav .vc_grid-owl-next {
    margin-top: -32px;
}

.white-callout .vc_column-inner {
    background-color: #fff;
    padding: 40px !important;
    border-radius: 25px;
}

.vc_col-sm-4 .featured-resources {
    background-color: var(--light-gray);
    border-radius: 25px;
    padding: 55px 35px;
}

.vc_col-sm-4 .featured-resources .vc_grid-item-mini {
    display: block;
}

.vc_col-sm-4 .featured-resources .vc_grid-item .vc_gitem-animated-block,
.vc_col-sm-4 .featured-resources .vc_grid-item .vc_gitem-zone-c {
    width: 100%;
    display: block;
    padding: 0;
    margin: 0;
}

.vc_col-sm-4 .featured-resources .vc_grid-item .vc_gitem-animated-block .vc_gitem-zone-a {
    max-width: 120px;
    text-align: center;
    margin: 0 auto;
}

.vc_col-sm-4 .featured-resources .vc_grid-item h4,
.vc_col-sm-4 .featured-resources .vc_grid-item p,
.vc_col-sm-4 .featured-resources .vc_grid-item .vc_btn3-container.vc_btn3-left {
    text-align: center !important;
}

.vc_col-sm-4 .featured-resources .vc_grid.vc_row.vc_grid-gutter-30px .vc_pageable-slide-wrapper {
    margin: 0 !important;
}

.download-button-twilight .vc_btn3-container a.btn:before {
    content: "Download";
    visibility: visible;
    padding: 8px 30px !important;
    background-color: var(--twilight) !important;
    color: #fff !important;
    position: absolute;
    line-height: 20px;
    box-shadow: none;
    border-radius: 20px;
    font-size: 16px;
    display: inline-block;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: all 0.2s ease-in-out;
}

.download-button-twilight .vc_btn3-container a.btn:hover:before {
    background-color: var(--blaze) !important;
    color: #fff !important;
}

/**
 * ---------------------------------------------------------------------------------------------------------------------
 * Portfolio Slider
 * ---------------------------------------------------------------------------------------------------------------------
 */

.portfolio-slider .vc_grid-item-mini {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.portfolio-slider .vc_grid-item .vc_gitem-animated-block {
    width: 57%;
    display: inline-block;
    float: left;
    z-index: 10;
    margin-left: 1%;
    overflow: hidden;
    box-shadow: 0px 3px 15px rgba(0, 0, 0, 0.2);
}

.portfolio-slider .vc_grid-item .vc_gitem-animated-block img {
    aspect-ratio: 4/3;
    width: 100%;
    height: auto;
    object-fit: cover;
    border-radius: 5px !important;
}

.portfolio-slider .vc_grid-item .vc_gitem-animated-block .vc_gitem-zone-a {
    border-radius: 5px !important;
}

.portfolio-slider .vc_grid-item .vc_gitem-zone-c {
    width: 41%;
    margin-right: 1%;
    display: inline-block;
    padding: 45px;
    text-align: left !important;
    background-color: var(--light-gray) !important;
    border-bottom-right-radius: 25px;
    border-top-right-radius: 25px;
}

.portfolio-slider-white .portfolio-slider .vc_grid-item .vc_gitem-zone-c {
    background-color: #fff !important;
}

.portfolio-slider .vc_grid-item .vc_gitem-zone-c h4 {
    font-size: 34px !important;
}

.portfolio-slider .vc_grid.vc_grid-owl-theme .vc_grid-owl-nav .vc_grid-owl-next:before,
.portfolio-slider .vc_grid.vc_grid-owl-theme .vc_grid-owl-nav .vc_grid-owl-prev:before {
    color: var(--twilight) !important;
}

.portfolio-slider .vc_gitem-zone-c .vc_btn3.vc_btn3-color-juicy-pink,
.portfolio-slider .vc_btn3.vc_btn3-color-juicy-pink.vc_btn3-style-flat {
    font-size: 16px !important;
    line-height: 16px;
    border-radius: 20px;
    padding: 10px 24px !important;
    background-color: var(--twilight) !important;
    font-family: 'GalanoGrotesqueSemiBold' !important;
    text-transform: capitalize !important;
    color: #fff !important;
    background-image: none;
    border: 0 !important;
}

.portfolio-slider .vc_gitem-zone-c .vc_btn3.vc_btn3-color-juicy-pink:hover,
.portfolio-slider .vc_btn3.vc_btn3-color-juicy-pink.vc_btn3-style-flat:hover {
    background-color: #FF6249 !important;
    color: #fff !important;
}


@media (max-width: 991px) {
    .portfolio-slider .vc_grid-item .vc_gitem-animated-block img {
        aspect-ratio: 3/4;
    }
}

@media (max-width: 767px) {
    .portfolio-slider {
        max-width: 90%;
        margin-left: 5%;
        margin-right: 5%;
    }

    .portfolio-slider .vc_grid-item-mini {
        display: block;
    }

    .portfolio-slider .vc_grid-item .vc_gitem-animated-block {
        width: 100%;
        display: block;
        float: none;
        z-index: 10;
        margin-left: 0;
        margin-bottom: -10px;
        box-shadow: 0px 3px 15px rgba(0, 0, 0, 0.2);
    }

    .portfolio-slider .vc_grid-item .vc_gitem-zone-c {
        width: 100%;
        display: block;
        padding: 45px;
        text-align: left !important;
        background-color: var(--light-gray) !important;
        border-radius: 0;
        margin-right: 0;
        border-bottom-right-radius: 25px;
        border-bottom-left-radius: 25px;
    }

    .portfolio-slider .vc_grid-item .vc_gitem-animated-block img {
        aspect-ratio: 16/9;
    }
}

.sidebar-area li.active a {
    color: var(--blaze);
    cursor: text !important;
}

blockquote:not([class]) p, .blockquote-style-1 p {
    border-left: 5px solid var(--twilight) !important;
}

.timeline {
    position: relative;
    width: 100%;
    height: 100%;
    padding-top: 40px;
}


.timeline:before {
    content: "";
    position: absolute;
    top: 0px;
    left: 80px;
    bottom: 0px;
    width: 4px;
    background: #ddd;
    height: 100%;
}

.timeline article {
    margin-bottom: 55px;
}

.timeline article .post-content {
    display: block;
    clear: both;
    margin-left: 120px;
    position: relative;
    border: 1px solid var(--airglow);
    padding: 40px;
    border-radius: 25px;
    position: relative;
}

.timeline article .post-content p {
    margin-bottom: 30px;
    display: block;
}

.timeline article .post-content h4 {
    margin-top: 0 !important;
    padding: 0 0 15px 0;
}


.timeline .post-content img {
    max-width: 180px;
    width: 100%;
    height: auto;
    border: 1px solid var(--light-gray);
    padding: 10px;
    margin-top: 20px;
}

.acquisition-year {
    position: absolute;
    left: -110px;
    top: 41px;
}

.acquisition-details {
    position: relative;
}


.timeline article .post-content:before {
    content: "";
    position: absolute;
    width: 12px;
    height: 12px;
    border: 12px solid var(--blaze);
    border-radius: 100%;
    top: 41px;
    left: -51px;
    z-index: 99;
}

@media (max-width: 767px) {
    .timeline {
        padding-left: 0px;
        padding-right: 10px;
    }

}

.locations-block {
    margin-bottom: 50px;
}

.locations-block .wpb_column .vc_column-inner > .wpb_wrapper .wpb_text_column {
    background-color: var(--light-gray);
    padding: 45px;
    border-radius: 25px;
}

.locations-block .wpb_column .vc_column-inner > .wpb_wrapper .wpb_content_element {
    margin-bottom: 0 !important;
}

@media (max-width: 767pc) {
    .locations-block .wpb_column .vc_column-inner > .wpb_wrapper {
        margin-bottom: 20px;
        display: block;
        clear: both;
    }
}

.wpb_video_widget .wpb_wrapper iframe {
    border-radius: 15px;
    box-shadow: 0px 3px 15px rgba(0, 0, 0, 0.2);
}

hr {
    height: 2px !important;
    border: 0;
    border-top: 2px solid var(--airglow) !important;
    margin-bottom: 35px;
}

h3.portfolio-header {
    margin-bottom: 25px;
    margin-top: 30px;
}

.single-portfolio .col-md-7 .wpb_text_column h4 {
    margin-bottom: 30px;
    margin-top: 20px;
}

.col-md-7 .wpb_text_column ul,
.vc_col-sm-7 .wpb_text_column ul {
	padding-bottom: 22px;
}

.col-md-7 .wpb_text_column ul li:before,
.vc_col-sm-7 .wpb_text_column ul li:before {
    content: '';
    margin-top: 10px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    height: .9rem;
    width: .9rem;
    background-color: var(--blaze);
    position: absolute;
    left: -25px;
}

.col-md-7 .wpb_text_column ul li,
.vc_col-sm-7 .wpb_text_column ul li {
    position: relative;
    padding-bottom: 8px;
}

.col-md-7 .wpb_text_column ul li ul,
.vc_col-sm-7 .wpb_text_column ul li ul {
    padding-top: 15px;
}

.col-md-7 .wpb_text_column ul li ul li:before,
.vc_col-sm-7 .wpb_text_column ul li ul li:before {
    background-color: var(--airglow);
}

.col-md-7 .wpb_text_column ul li ul li ul li:before,
.vc_col-sm-7 .wpb_text_column ul li ul li ul li:before {
    background-color: var(--twilight);
}

.col-md-7 .wpb_text_column ul,
.vc_col-sm-7 .wpb_text_column ul {
    margin-left: 10px;
    list-style-type: none;
    margin-bottom: 0px;
    padding-left: 20px;
}

.associations-logo {
    display: block;
    width: 100%;
    margin-bottom: 40px;
}

.associations-logo img {
    width: 100%;
    height: auto;
    max-width: 120px;
}

@media (max-width: 991px) {

    .associations-logo {
        display: inline-block;
        width: 32%;
        text-align: center;
        margin-bottom: 40px;
    }
}

@media (max-width: 620px) {

    .associations-logo {
        display: inline-block;
        width: 32%;
        margin-bottom: 0px;
    }

    .associations-logo img {
        width: 100%;
        height: auto;
        max-width: 90px;
    }
}

/* HUBSPOT FORM STYLING */

.hbspt-form {
    width: 100%;
    max-width: 100%
}

@media (max-width: 991px) {
    .hbspt-form {
        max-width: 100%
    }
}

.hbspt-form input[type=email], .hbspt-form input[type=tel], .hbspt-form input[type=text], .hbspt-form select {
    min-width: 100% !important;
    padding: 6px !important
}

.hbspt-form .hs-form-booleancheckbox label {
    display: block !important;
    line-height: inherit
}

@media (max-width: 991px) {
    .hbspt-form .hs-form-booleancheckbox label {
        margin-bottom: 50px;
        line-height: 0
    }
}

ul.hs-error-msgs {
    margin-bottom: 0 !important
}

input.hs-input.error {
    border: 1px solid var(--blaze) !important
}

.hs-error-msgs label {
    color: var(--blaze);
    line-height: 1;
    margin-top: 15px;
}

.hbspt-form ul.hs-error-msgs {
    padding-left: 0
}

.hbspt-form .hs-error-msgs li {
    list-style-type: none
}

.hbspt-form .field.hs-form-field .hs-error-msgs {
    display: none;
}

.hbspt-form select {
    color: #414443;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0;
    font-size: 16px;
    background: url(https://wp-offload-media-cdn.s3.amazonaws.com/stratusunlimited-com/wp-content/uploads/2025/07/arrow.png) no-repeat right #ddd;
    -webkit-appearance: none;
    background-position-x: 98%
}

.hbspt-form select select::-ms-expand {
    display: none;
    padding: 2px 5px;
    width: 100% !important;
    border: none;
    box-shadow: none;
    background: 0 0;
    background-image: none;
    -webkit-appearance: none
}

.hbspt-form ul {
    display: block;
    list-style-type: none;
    -webkit-margin-before: 0;
    -webkit-margin-after: 0;
    -webkit-margin-start: 0;
    -webkit-margin-end: 0;
    -webkit-padding-start: 0
}

.hbspt-form input[type=checkbox]:nth-of-type(odd) {
    margin-right: 10px;
    height: auto !important;
    width: auto !important
}

.hbspt-form textarea {
    height: 80px !important;
    padding: 10px !important
}

.hbspt-form input, .hbspt-form select, .hbspt-form textarea {
    box-sizing: border-box;
    box-shadow: none !important;
    border-radius: 0 !important;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    outline: 0;
    background-color: #fff;
    color: #414443 !important;
    border: 1px solid #67b0ae !important;
    border: 0;
    max-width: 100%;
    font-weight: 400
}

@media (max-width: 991px) {
    .hbspt-form input, .hbspt-form select, .hbspt-form textarea {
        width: 100%
    }
}

.hbspt-form input[type=submit] {
    font-size: 16px;
    line-height: 16px;
    background-color: var(--blaze);
    border: 0 !important;
    font-family: 'GalanoGrotesqueSemiBold' !important;
    padding: 12px 34px !important;
    border-radius: 30px !important;
    transition: .5s;
    color: #fff !important;
    -webkit-transition-duration: .5s;
    transition-duration: .5s;
    width: auto;
    margin-top: 20px
}

.hbspt-form .hs-fieldtype-radio {
    margin-top: 20px
}


.hbspt-form input[type=radio] {
    margin-right: 7px
}

.hbspt-form .hs_recaptcha {
    margin-top: 20px;
}

.hbspt-form input[type=submit]:hover {
    background-color: #fff;
    border-radius: 50px !important;
    transition: .5s;
    color: var(--twilight) !important;
    -webkit-transition-duration: .5s;
    transition-duration: .5s
}

.hbspt-form .actions {
    padding-top: 0 !important
}

textarea.hs-input {
    min-height: 100px !important
}


@media (max-width: 991px) {
    textarea.hs-input {
        height: auto !important
    }
}

::-webkit-input-placeholder {
    color: #414443 !important
}

::-moz-placeholder {
    color: #414443 !important
}

:-ms-input-placeholder {
    color: #414443 !important
}

:-moz-placeholder {
    color: #414443 !important
}

.vc_custom_1419328663991 .vc_btn3-container a.btn {
    position: relative;
}

.contact-block .vc_btn3-container a.btn:before {
    content: "Get Started";
    visibility: visible;
    padding: 8px 24px !important;
    background-color: #fff !important;
    color: #000 !important;
    position: absolute;
    line-height: 20px;
    box-shadow: none;
    border-radius: 20px;
    font-size: 16px;
    display: inline-block;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: all 0.2s ease-in-out;

}

.contact-block .vc_btn3-container a:hover.btn:before {
    background-color: var(--blaze) !important;
    color: #fff !important;
    transition: all 0.2s ease-in-out;
}


.market-list {
    justify-content: space-between;
    flex-direction: column;
    height: 100%;
    display: flex;
    transition: transform .25s;
}

.market-list:hover {
    transform: scale(1.1);
    cursor: pointer;
}

.market-list .read-more {
    justify-content: center;
    display: flex;
    align-items: center
}

/**
 * Related Offerings
 */

@media (min-width: 768px) {
    .related-offerings:before {
        content: '';
        position: absolute !important;
        display: block;
        top: 0;
        bottom: 0;
        left: -100%;
        width: 100% !important;
        height: 100% !important;
        background-image: linear-gradient(to right, var(--light-gray), var(--light-gray)) !important;
        opacity: 1 !important;
        z-index: 0;
    }

    .related-offerings:after {
        content: '';
        position: absolute !important;
        display: block;
        top: 0;
        bottom: 0;
        right: -100%;
        width: 100% !important;
        height: 100% !important;
        background-image: linear-gradient(to right, var(--light-gray), var(--light-gray)) !important;
        opacity: 1 !important;
        z-index: 0;
    }
}

.related-offerings {
    background-color: var(--light-gray);
    padding-top: 90px;
    padding-bottom: 90px;
}

.related-offerings-wrapper {
    display: flex;
    gap: 45px;
    justify-content: center;
    flex-wrap: wrap;
}

.related-offerings-item {
    width: 100%;
    max-width: 50%;
    display: flex;
    flex-direction: column;
    gap: 1.7rem;
    align-content: center;
    justify-content: space-between;
}

.related-offerings-item img {
    border-radius: 5px;
    position: relative;
    aspect-ratio: 8.5 / 11;
    width: 100%;
    height: auto;
    object-fit: cover;
    box-shadow: 0px 3px 15px rgba(0, 0, 0, 0.2);
}

.related-offerings-item .vc_btn3-container {
    align-self: flex-end;
    margin: 0 auto;
}

.related-offerings-item h4 {
    margin-bottom: 0;
}

@media (min-width: 1200px) {
    .related-offerings-wrapper {
        display: flex;
    }

    .related-offerings-item {
        width: 100%;
        max-width: 20%;
    }
}

.site-footer .vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern {
    background-color: #ff6249 !important;
}

.site-footer .vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern:hover {
    background-color: #ffffff !important;
    color: #400186 !important;
}

#search-filter-results-6587 h4 {
	text-align: center;
}

.btn, .btn.btn-md, .button {
	font-weight: 400 !important;
}

/* Global ADA fixes */
.site-footer .vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern, .shortcode-capabilities-home ul.nav li:hover a h5, .hbspt-form input[type=submit] {
    color: #000000 !important;
}

.sidebar-nav-menu .widget_nav_menu li.current-menu-item a, .widget_recent_entries li.current-menu-item a, ul.main-menu > .current-menu-item > a, ul.main-menu > .current-menu-ancestor > a {
	color: #400186 !important;
}

.market-list .read-more {
    font-size: 14px !important;
}


@media (max-width: 1199px) {
	.site-navigation .main-menu li.current-menu-item > a,
	.sidebar-nav-menu .widget_nav_menu li.current-menu-item a, 
	.widget_recent_entries li.current-menu-item a, 
	ul.main-menu > .current-menu-item > a, 
	ul.main-menu > .current-menu-ancestor > a,
	ul.main-menu > li > ul > li.current-menu-parent > a    {
        color: var(--blaze) !important;
    }
}